aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-18Merge branch 'v3.10/topic/arm64-errata' into linux-linaro-lsk-v3.10Kevin Hilman
2015-05-18arm64: errata: add workaround for cortex-a53 erratum #845719v3.10/topic/arm64-errataWill Deacon
2015-05-18arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.SCatalin Marinas
2015-05-12Merge branch 'v3.10/topic/gator' into linux-linaro-lsk-v3.10Kevin Hilman
2015-05-12Merge branch 'lsk-3.10-gator' of git://git.linaro.org/landing-teams/working/a...v3.10/topic/gatorKevin Hilman
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 'lsk-3.10-gator-5.21' into lsk-3.10-gatorJon Medhurst
2015-05-11zram: fix umount-reset_store-mount race conditionv3.10/topic/zramSergey 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-11gator: Enable multiple source copies to exist in Android build environmentsJon Medhurst
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