aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers: video: Add bounds checking in fb_cmap_to_userSteve Pfetsch2016-12-131-1/+1
* fbcmap: Remove unnecessary condition checkPing Li2016-12-131-2/+2
* fbmem: Check failure of FBIOPUTCMAP ioctlPawan Kumar2016-12-132-9/+25
* smdk4412-kernel : do not ignore COB wifi chipsRGIB2016-12-091-0/+6
* HID: core: prevent out-of-bound readingsBenjamin Tissoires2016-11-111-0/+3
* BACKPORT: tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley2016-11-111-0/+7
* sg: Fix double-free when drives detach during SG_IOCalvin Owens2016-11-111-1/+7
* binder: prevent kptr leak by using %pK format specifierNick Desaulniers2016-10-191-1/+1
* power: max17042_battery: Set type to UNKNOWNZhao Wei Liew2016-08-171-1/+1
* motor: max77693: expose min/max/default/threshold in sysfsSimon Shields2016-08-021-0/+58
* HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commandsScott Bauer2016-06-301-5/+5
* zram: fix possible use after free in zcomp_create()Luis Henriques2016-06-131-5/+7
* Remove ENHANCED_LMK_ROUTINE added by SamsungAndreas Blaesius2016-06-131-98/+0
* lowmemorykiller: fixes for new oom_score_adjEmanuele2016-06-131-5/+5
* lowmemorykiller: maintain LMK rbtree with signal->adj_nodeHong-Mei Li2016-06-131-12/+24
* drivers:lmk: Fix null pointer issueHong-Mei Li2016-06-131-1/+1
* drivers:lmk: Fix double delete issueHong-Mei Li2016-06-131-1/+4
* staging:android:lmk: read rb tree root with spinlockYi-wei Zhao2016-06-131-1/+3
* staging: android: lowmemorykiller: select a new task to killYi-wei Zhao2016-06-131-0/+5
* staging: android: lowmemorykiller: implement task's adj rbtreeHong-Mei Li2016-06-132-0/+108
* 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
* zram: default to LZ4 compression if LZ4 is enabledZiyan2016-06-121-0/+4
* mm: implement WasActive page flag (for improving cleancache)Dan Magenheimer2016-06-121-0/+4
* staging: zcache: fix cleancache race condition with shrinkerSeth Jennings2016-06-121-4/+3
* mm: swap: don't delay swap free for fast swap devicesVinayak Menon2016-06-121-0/+1
* zcache: Use zs_get_total_size_pagesnadlabak2016-06-121-1/+1
* zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2016-06-121-2/+2
* 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
* 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