aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* binder: prevent kptr leak by using %pK format specifierNick Desaulniers2016-10-191-1/+1
* 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
* 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
* zcache: Use zs_get_total_size_pagesnadlabak2016-06-121-1/+1
* 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: promote zram from stagingMinchan Kim2016-06-127-1236/+0
* zsmalloc: move it under mmMinchan Kim2016-06-125-1185/+1
* Staging: zram: Fix memory leak by refcount mismatchRashika Kheria2016-06-121-5/+14
* Staging: zram: Fix access of NULL pointerRashika Kheria2016-06-121-2/+4
* Staging: zram: Fix variable dereferenced before checkRashika Kheria2016-06-121-6/+3
* Revert "staging: zram: Add auto loading of module if user opens /dev/zram."Greg Kroah-Hartman2016-06-121-1/+0
* zsmalloc: add more commentNitin Cupta2016-06-122-11/+64
* zsmalloc: add Kconfig for enabling page table methodMinchan Kim2016-06-122-15/+17
* staging: zsmalloc: Ensure handle is never 0 on successOlav Haugan2016-06-121-4/+13
* staging: zsmalloc: access page->private by using page_private macroSunghan Suh2016-06-121-2/+2
* staging/zsmalloc: Fixed up incorrect formatted commentsSara Bird2016-06-122-3/+3
* Staging: Fixes string split across lines in zsmalloc zsmalloc-mainMarlies Ruck2016-06-121-2/+1
* staging: zram: Rate limit memory allocation errorsOlav Haugan2016-06-121-2/+12
* zram: Change ratio to 90% for bad compressOlav Haugan2016-06-121-1/+1
* zram: Disable allocation failure loggingOlav Haugan2016-06-121-1/+2
* zram: don't grab mutex in zram_slot_free_noityMinchan Kim2016-06-122-3/+67
* zram: fix invalid memory accessMinchan Kim2016-06-121-6/+9
* Staging: zram: zram_drv.c: Fixed Error of trailing whitespaceKumar Gaurav2016-06-121-1/+1
* zram: prevent data loss in error cases of function zram_bvec_write()Sunghan Suh2016-06-121-8/+9
* staging: zram: Add auto loading of module if user opens /dev/zram.Konrad Rzeszutek Wilk2016-06-121-0/+1
* staging: zram: protect zram_reset_device() callSergey Senozhatsky2016-06-121-1/+5
* zram: allow request end to coincide with disksizeSergey Senozhatsky2016-06-121-1/+1
* zram: remove zram_sysfs file (v2)Sergey Senozhatsky2016-06-124-394/+350