aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fs: avoid adding non-thread-group task to LMK rbtreeHong-Mei Li2016-06-131-0/+9
* kernel: avoid adding non-thread-group task to LMK rbtreeHong-Mei Li2016-06-132-4/+10
* staging: android: lowmemorykiller: fix build breakage on kernel 3.0Ziyann2016-06-131-1/+1
* lowmemorykiller: make default lowmemorykiller debug message usefulColin Cross2016-06-131-8/+20
* staging: android: lowmemorykiller: Change default debug_level to 1Arve Hjønnevåg2016-06-131-1/+1
* staging: android: lowmemorykiller: Don't count reserved free memoryArve Hjønnevåg2016-06-131-1/+2
* staging: android: lowmemorykiller: Add config option to support oom_adj valuesArve Hjønnevåg2016-06-132-0/+94
* Staging: android: lowmemorykiller.cGreg Kroah-Hartman2016-06-131-1/+1
* staging: android, lowmemorykiller: convert to use oom_score_adjDavid Rientjes2016-06-131-22/+22
* staging: android/lowmemorykiller: Do not kill kernel threadsAnton Vorontsov2016-06-131-0/+3
* staging: android/lowmemorykiller: No need for task->signal checkAnton Vorontsov2016-06-131-7/+1
* staging: android/lowmemorykiller: Better mm handlingAnton Vorontsov2016-06-131-7/+9
* staging: android/lowmemorykiller: Don't grab tasklist_lockAnton Vorontsov2016-06-131-3/+4
* Staging: android: fixed 80 characters warnings in lowmemorykiller.cMarco Navarra2016-06-131-6/+6
* i9300: enable LZ4-backed zRAMZiyan2016-06-131-4/+15
* zram: default to LZ4 compression if LZ4 is enabledZiyan2016-06-121-0/+4
* mm/vmscan: Add #ifdef around "WasActive page flag"Paul Reioux2016-06-121-0/+6
* mm: implement WasActive page flag (for improving cleancache)Dan Magenheimer2016-06-123-0/+18
* mm: remove compressed copy from zram in-memoryMinchan Kim2016-06-121-2/+44
* staging: zcache: fix cleancache race condition with shrinkerSeth Jennings2016-06-121-4/+3
* lzo: properly check for overrunsGreg Kroah-Hartman2016-06-121-21/+41
* lib/lzo: huge LZO decompression speedup on ARM by using unaligned accessMarkus F.X.J. Oberhumer2016-06-122-0/+10
* lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2016-06-123-336/+387
* lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer2016-06-122-1/+1
* mm: Need page_swap_info() helper method from upstreamD. Andrei Măceș2016-06-122-0/+8
* mm: swap: don't delay swap free for fast swap devicesVinayak Menon2016-06-126-9/+52
* mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran2016-06-121-3/+2
* zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim2016-06-121-9/+12
* lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESSShashank Shekhar2016-06-121-0/+1
* zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim2016-06-121-14/+66
* zsmalloc: simplify init_zspage free obj linkingDan Streetman2016-06-121-9/+5
* zcache: Use zs_get_total_size_pagesnadlabak2016-06-121-1/+1
* zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2016-06-123-8/+6
* zsmalloc: move pages_allocated to zs_poolMinchan Kim2016-06-121-15/+8
* crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian2016-06-122-2/+2
* crypto: add lz4 Cryptographic APIChanho Min2016-06-124-0/+230
* staging: zsmalloc: add mapping modesSeth Jennings2016-06-121-3/+3
* zcache: Fix zsmalloc includeEmerson Pinter2016-06-121-1/+1
* staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim2016-06-121-6/+6
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2016-06-121-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2016-06-121-1/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2016-06-121-0/+2
* lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2016-06-122-8/+8
* lib/lz4: correct the LZ4 licenseRichard Laager2016-06-123-7/+7
* lib: add lz4 compressor moduleChanho Min2016-06-127-2/+1092
* lib: add support for LZ4-compressed kernelKyungsik Lee2016-06-1210-2/+243
* decompressor: add LZ4 decompressor moduleKyungsik Lee2016-06-123-0/+471
* zram: fix incorrect stat with failed_readsChao Yu2016-06-122-4/+8
* zram: replace global tb_lock with fine grain lockWeijie Yang2016-06-122-33/+60
* zram: use size_t instead of u16Minchan Kim2016-06-121-1/+1