Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-24memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju
2012-12-13mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes
2012-12-13mm, oom: cleanup pagefault oom handlerDavid Rientjes
2012-12-13oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-12mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-12mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso
2012-08-01mm, memcg: move all oom handling to memcontrol.cDavid Rientjes
2012-08-01mm, oom: reduce dependency on tasklist_lockDavid Rientjes
2012-08-01mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes
2012-08-01mm, oom: introduce helper function to process threads during scanDavid Rientjes
2012-08-01memcg: rename config variablesAndrew Morton
2012-08-01mm, oom: replace some information in tasklist dumpDavid Rientjes
2012-08-01mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes
2012-08-01mm, oom: do not schedule if current has been killedDavid Rientjes
2012-06-21mm: fix kernel-doc warningsWanpeng Li
2012-06-21mm, oom: fix and cleanup oom score calculationsDavid Rientjes
2012-06-09mm, oom: fix badness score underflowDavid Rientjes
2012-05-30mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman
2012-03-24signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov
2012-03-22mm, memcg: pass charge order to oom killerDavid Rientjes
2012-03-22mm, oom: force oom kill on sysrq+fDavid Rientjes
2012-03-22mm, oom: introduce independent oom killer ratelimit stateDavid Rientjes
2012-03-22mm, oom: do not emit oom killer warning if chosen thread is already exitingDavid Rientjes
2012-03-22mm, oom: fold oom_kill_task() into oom_kill_process()David Rientjes
2012-03-22mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes
2012-01-13mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2012-01-13mm: oom_kill: remove memcg argument from oom_kill_task()Johannes Weiner
2012-01-11tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki
2011-12-22Merge branch 'master' into pm-sleepRafael J. Wysocki
2011-12-20oom: fix integer overflow of points in oom_badnessFrantisek Hrbata
2011-11-22freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo
2011-11-16oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-01oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes
2011-11-01oom: remove oom_disable_countDavid Rientjes
2011-11-01oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes
2011-11-01oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-08-02oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov
2011-07-26oom: remove references to old badness() functionDavid Rientjes
2011-06-22ptrace: kill task_ptrace()Tejun Heo
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro
2011-04-15oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro
2011-03-25lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes
2011-03-24memcg: give current access to memory reserves if it's trying to dieDavid Rientjes
2011-03-23oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes