aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/lowmemorykiller.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09staging, android: remove lowmemory killer from the treeMichal Hocko1-212/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-09-27Staging: android: fixed permissions style issueEric Salem1-5/+4
2016-09-01staging: android: lowmemorykiller.c: Fix checkpatch warningAnson Jacob1-2/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-2/+2
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-4/+4
2016-04-29staging: lowmemorykiller: remove bogus NULL checkDan Carpenter1-1/+1
2016-04-04android,lowmemorykiller: Don't abuse TIF_MEMDIE.Tetsuo Handa1-7/+2
2016-03-11staging: lowmemorykiller: fix 2 checks that checkpatch complainedSandeep Jain1-0/+2
2016-02-07staging: lowmemorykiller: Make default lowmemorykiller debug message usefulColin Cross1-7/+17
2015-11-15staging: android: properly align function argumentsIoana Ciornei1-2/+2
2015-11-15staging: android: replace uint32_t with u32Ioana Ciornei1-1/+1
2015-10-12drivers/staging: make android lowmemorykiller.c explicitly non-modularPaul Gortmaker1-11/+7
2015-10-04android, lmk: Send SIGKILL before setting TIF_MEMDIE.Tetsuo Handa1-8/+4
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-5/+12
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner1-1/+1
2015-05-10android, lmk: avoid setting TIF_MEMDIE if process has already exitedDavid Rientjes1-5/+12
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko1-1/+6
2014-02-27staging: android: lowmemorykiller: neglect swap cached pages in other_fileVinayak Menon1-1/+2
2014-02-14staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sigWeijie Yang1-1/+1
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner1-17/+26
2013-03-25staging: android: lowmemorykiller: well-marked debug printDmitry Voytik1-1/+3
2013-03-05staging: android: lowmemorykiller: Change default debug_level to 1Arve Hjønnevåg1-1/+1
2013-03-05staging: android: lowmemorykiller: Don't count reserved free memoryArve Hjønnevåg1-1/+2
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-8/+8
2012-04-09android, lowmemorykiller: remove task handoff notifierDavid Rientjes1-41/+7
2012-03-07Staging: android: lowmemorykiller.cGreg Kroah-Hartman1-1/+1
2012-03-07staging: android/lowmemorykiller: Don't unregister notifier from atomic contextPaul E. McKenney1-7/+7
2012-02-13staging: android, lowmemorykiller: convert to use oom_score_adjDavid Rientjes1-21/+22
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman1-15/+15
2012-02-08staging: android/lowmemorykiller: Do not kill kernel threadsAnton Vorontsov1-0/+3
2012-02-08staging: android/lowmemorykiller: No need for task->signal checkAnton Vorontsov1-7/+1
2012-02-08staging: android/lowmemorykiller: Better mm handlingAnton Vorontsov1-7/+9
2012-02-08staging: android/lowmemorykiller: Don't grab tasklist_lockAnton Vorontsov1-3/+4
2012-02-08staging: android: lowmemorykiller: Don't wait more than one second for a process to dieArve Hjønnevåg1-1/+4
2011-12-22Staging: android: fixed 80 characters warnings in lowmemorykiller.cMarco Navarra1-6/+6
2011-11-30android: lowmemorykiller: Fix arguments to lowmem_shrinkColin Cross1-9/+9
2011-11-30staging: android: lowmemorykiller: Ignore shmem pages in page-cacheArve Hjønnevåg1-1/+2
2011-11-30staging: android: lowmemorykiller: Update arguments of shrinker for 2.6.35Colin Cross1-1/+1
2011-11-30staging: android: lowmemorykiller: Remove bitrotted codepathSan Mehat1-6/+0
2011-11-30staging: android: lowmemkiller: Substantially reduce overhead during reclaimSan Mehat1-0/+43
2011-11-30staging: android: lowmemorykiller: Don't try to kill the same pid over and overSan Mehat1-0/+6
2011-11-30staging/android: fix build issuesCorentin Chary1-2/+4
2011-11-30Revert "Staging: android: delete android drivers"Greg Kroah-Hartman1-0/+173
2009-12-11Staging: android: delete android driversGreg Kroah-Hartman1-173/+0
2009-09-15Staging: android: lowmemorykiller: fix module param errorsRandy Dunlap1-7/+7
2009-09-15Staging: android: lowmemorykiller: delete the decription fileDaniel Walker1-0/+16
2009-09-15Staging: android: lowmemorykiller: remove a predefineDaniel Walker1-6/+5
2009-07-28Staging: android: lowmemorykiller.c: fix it for "oom: move oom_adj value from task_struct to mm_struct"David Rientjes1-3/+5
2009-06-19Staging: android: lowmemorykiller: fix up remaining checkpatch warningsGreg Kroah-Hartman1-10/+16