aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OMAPDSS: panel-ltn: remove set_gptimer_idle()Ziyan2016-07-032-4/+0
* misc: modem_if_v2: add missing error checkZiyan2016-07-031-2/+7
* OMAPDSS: panel-ltn: turn on gptimer before updating itZiyan2016-06-191-2/+19
* OMAPDSS: panel-ltn: remove incomplete support for bootloader initZiyan2016-06-191-15/+3
* Partially revert "espresso: pmic: update configuration"Andreas Blaesius2016-06-181-11/+17
* espresso: add defconfig for KitKatAndreas Blaesius2016-06-061-0/+464
* Revert "staging: Remove the Android logger driver"Andreas Blaesius2016-06-063-0/+830
* espresso: connector: rename dock audio switchZiyan2016-06-061-1/+1
* espresso: wifi: calculate MAC address based on the die IDZiyan2016-06-061-8/+6
* espresso: wifi: remove old CONFIG_DHD_USE_STATIC_BUF supportZiyan2016-06-061-73/+0
* dm crypt: optionally support discard requestsMilan Broz2016-06-052-5/+65
* dm table: share target argument parsing functionsMike Snitzer2016-06-054-112/+147
* espresso: enable LZ4-backed zRAMZiyan2016-06-051-1/+7
* espresso_defconfig: enable F2FSAndreas Blaesius2016-06-051-0/+4
* zram: default to LZ4 compression if LZ4 is enabledZiyan2016-06-051-0/+4
* mm/vmscan: Add #ifdef around "WasActive page flag"Paul Reioux2016-06-051-0/+6
* mm: implement WasActive page flag (for improving cleancache)Dan Magenheimer2016-06-053-0/+18
* mm: remove compressed copy from zram in-memoryMinchan Kim2016-06-051-2/+44
* staging: zcache: fix cleancache race condition with shrinkerSeth Jennings2016-06-051-4/+3
* mm: Need page_swap_info() helper method from upstreamD. Andrei Măceș2016-06-052-0/+8
* mm: swap: don't delay swap free for fast swap devicesVinayak Menon2016-06-056-9/+52
* mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran2016-06-051-3/+2
* zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim2016-06-051-9/+12
* lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESSShashank Shekhar2016-06-051-0/+1
* zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim2016-06-051-14/+66
* zsmalloc: simplify init_zspage free obj linkingDan Streetman2016-06-051-9/+5
* zcache: Use zs_get_total_size_pagesnadlabak2016-06-051-1/+1
* zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2016-06-053-8/+6
* zsmalloc: move pages_allocated to zs_poolMinchan Kim2016-06-051-15/+8
* crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian2016-06-052-2/+2
* crypto: add lz4 Cryptographic APIChanho Min2016-06-054-0/+230
* staging: zsmalloc: add mapping modesSeth Jennings2016-06-051-3/+3
* zcache: Fix zsmalloc includeEmerson Pinter2016-06-051-1/+1
* staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim2016-06-051-6/+6
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2016-06-051-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2016-06-051-1/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2016-06-051-0/+2
* lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2016-06-052-8/+8
* lib/lz4: correct the LZ4 licenseRichard Laager2016-06-053-7/+7
* lib: add lz4 compressor moduleChanho Min2016-06-057-2/+1092
* lib: add support for LZ4-compressed kernelKyungsik Lee2016-06-0510-2/+243
* decompressor: add LZ4 decompressor moduleKyungsik Lee2016-06-053-0/+471
* zram: fix incorrect stat with failed_readsChao Yu2016-06-052-4/+8
* zram: replace global tb_lock with fine grain lockWeijie Yang2016-06-052-33/+60
* zram: use size_t instead of u16Minchan Kim2016-06-051-1/+1
* zram: remove unused SECTOR_SIZE defineSergey Senozhatsky2016-06-051-1/+0
* zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky2016-06-051-2/+2
* zram: avoid lockdep splat by revalidate_diskMinchan Kim2016-06-051-4/+18
* zram: revalidate disk after capacity changeMinchan Kim2016-06-051-1/+4
* zram: correct offset usage in zram_bio_discardWeijie Yang2016-06-051-2/+2