aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* zram: remove unused SECTOR_SIZE defineSergey Senozhatsky2016-06-121-1/+0
* zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky2016-06-121-2/+2
* zram: avoid lockdep splat by revalidate_diskMinchan Kim2016-06-121-4/+18
* zram: revalidate disk after capacity changeMinchan Kim2016-06-121-1/+4
* zram: correct offset usage in zram_bio_discardWeijie Yang2016-06-121-2/+2
* zram: support REQ_DISCARDJoonsoo Kim2016-06-121-0/+62
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2016-06-122-9/+11
* zram: propagate error to userMinchan Kim2016-06-124-15/+25
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2016-06-122-15/+18
* zram: move comp allocation out of init_lockSergey Senozhatsky2016-06-121-12/+15
* zram: add lz4 algorithm backendSergey Senozhatsky2016-06-125-0/+82