summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-28audit: Enable syscall audit for more ARCH.audit_patch_backportYin, Fengwei
2015-05-25audit: Add generic compat syscall supportAKASHI Takahiro
2015-05-25audit: Modify a set of system calls in audit class definitionsAKASHI Takahiro
2015-05-12Merge branch 'linux-linaro-lsk-v3.10' into linux-linaro-lsk-v3.10-androidAlex Shi
2015-05-12Merge remote-tracking branch 'origin/v3.10/topic/zram' into linux-linaro-lskAlex Shi
2015-05-12 Merge tag 'v3.10.77' into linux-linaro-lskAlex Shi
2015-05-11Merge branch 'linaro-android-3.10-lsk' of git://android.git.linaro.org/kernel...Kevin Hilman
2015-05-11Merge branch 'linux-linaro-lsk-v3.10' into linux-linaro-lsk-v3.10-androidKevin Hilman
2015-05-11zram: fix umount-reset_store-mount race conditionSergey Senozhatsky
2015-05-11zram: free meta table in zram_meta_freeGanesh Mahendran
2015-05-11mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh
2015-05-11zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim
2015-05-11zsmalloc: fix zs_init cpu notifier error handlingSergey Senozhatsky
2015-05-11zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim
2015-05-11zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang
2015-05-11zram: avoid NULL pointer access in concurrent situationWeijie Yang
2015-05-11zsmalloc: simplify init_zspage free obj linkingDan Streetman
2015-05-11mm/zsmalloc.c: correct comment for fullness group computationWang Sheng-Hui
2015-05-11zram: use notify_free to account all free notificationsSergey Senozhatsky
2015-05-11zram: report maximum used memoryMinchan Kim
2015-05-11zram: zram memory size limitationMinchan Kim
2015-05-11zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim
2015-05-11zsmalloc: move pages_allocated to zs_poolMinchan Kim
2015-05-11mm/zpool: use prefixed module loadingKees Cook
2015-05-11zram: fix incorrect stat with failed_readsChao Yu
2015-05-11mm/zpool: zbud/zsmalloc implement zpoolDan Streetman
2015-05-11mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman
2015-05-11zram: replace global tb_lock with fine grain lockWeijie Yang
2015-05-11zram: use size_t instead of u16Minchan Kim
2015-05-11zram: remove unused SECTOR_SIZE defineSergey Senozhatsky
2015-05-11zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky
2015-05-11zram: avoid lockdep splat by revalidate_diskMinchan Kim
2015-05-11zram: revalidate disk after capacity changeMinchan Kim
2015-05-11zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang
2015-05-11zram: correct offset usage in zram_bio_discardWeijie Yang
2015-05-11lz4: fix compression/decompression signedness mismatchSergey Senozhatsky
2015-05-11lib: add lz4 compressor moduleChanho Min
2015-05-11decompressor: add LZ4 decompressor moduleKyungsik Lee
2015-05-11zram: support REQ_DISCARDJoonsoo Kim
2015-05-11zram: use scnprintf() in attrs show() methodsSergey Senozhatsky
2015-05-11zram: propagate error to userMinchan Kim
2015-05-11zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky
2015-05-11zram: move comp allocation out of init_lockSergey Senozhatsky
2015-05-11zram: add lz4 algorithm backendSergey Senozhatsky
2015-05-11zram: make compression algorithm selection possibleSergey Senozhatsky
2015-05-11zram: add set_max_streams knobSergey Senozhatsky
2015-05-11zram: add multi stream functionalitySergey Senozhatsky
2015-05-11zram: factor out single stream compressionSergey Senozhatsky
2015-05-11zram: use zcomp compressing backendsSergey Senozhatsky
2015-05-11zram: introduce compressing backend abstractionSergey Senozhatsky