aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/oom_kill: squashed reverts to a stable stateCorinna Vinschen2019-07-193-165/+141
* mm: Add notifier framework for showing memoryLaura Abbott2019-07-192-1/+56
* memcg: Allow non-root users permission to control memoryChintan Pandya2019-07-191-0/+18
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-07-181-0/+21
* mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2019-07-181-3/+4
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-07-081-0/+8
* mm,oom: make oom_killer_disable() killableTetsuo Handa2019-07-081-7/+3
* mm/oom_kill.c: avoid attempting to kill init sharing same memoryChen Jie2019-07-081-0/+2
* mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov2019-07-081-2/+20
* mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov2019-07-081-8/+11
* mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov2019-07-081-4/+0
* mm, oom: remove task_lock protecting comm printingDavid Rientjes2019-07-081-7/+1
* mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa2019-07-081-1/+3
* mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa2019-07-081-1/+6
* mm, oom: remove unnecessary variableDavid Rientjes2019-07-081-13/+8
* mm/oom_kill.c: print points as unsigned intWang Long2019-07-081-1/+1
* mm: oom_kill: simplify OOM killer lockingJohannes Weiner2019-07-083-111/+42
* mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner2019-07-081-2/+0
* mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner2019-07-081-5/+1
* mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner2019-07-081-2/+1
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2019-07-082-10/+8
* mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner2019-07-081-2/+0
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2019-07-083-36/+115
* Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2019-07-061-0/+24
* mm/page_alloc: remove more mtk bitsMoyster2019-05-031-7/+0
* mm: adjust page migration heuristicTim Murray2019-05-031-4/+6
* mm: always steal split buddies in fallback allocationsVlastimil Babka2019-05-031-40/+35
* mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka2019-05-031-13/+10
* mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka2019-05-031-8/+12
* mm/page_alloc: missing argument in move_freepages_blockMoyster2019-05-031-1/+1
* mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat2019-05-031-43/+60
* mm/page_alloc: remove mtk custom bitsMoyster2019-05-031-5/+0
* mm: fix cma accounting in zone_watermark_okVinayak Menon2019-05-031-7/+11
* mm: add zone counter for cma pagesVinayak Menon2019-05-032-9/+33
* mm/vmalloc.c: remove dead code in vb_allocZhang Yanfei2019-05-021-6/+1
* mm/page_alloc: Call kernel_map_pages in unset_migrateype_isolateLaura Abbott2019-05-021-0/+1
* mm/page_alloc.c: use '__paginginit' instead of '__init'Chen Gang2019-05-021-2/+2
* mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu2019-05-021-0/+11
* mm/vmalloc.c: export unmap_kernel_range()Minchan Kim2019-05-021-0/+1
* mm/vmalloc.c: add a schedule point to vmalloc()Eric Dumazet2019-05-021-0/+2
* mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim2019-05-021-0/+6
* mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2019-05-025-5/+12
* revert mm/vmalloc.c: emit the failure message before returnWanpeng Li2019-05-021-1/+1
* mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...Wanpeng Li2019-05-021-5/+5
* mm/vmalloc: fix show vmap_area information race with vmap_area tear downWanpeng Li2019-05-021-8/+5
* mm/vmalloc: don't set area->caller twiceWanpeng Li2019-05-021-4/+3
* mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm areaWanpeng Li2019-05-021-6/+6
* mm/vmalloc.c: replace remaining seq_printf by seq_putsElektroschmock2019-05-021-1/+1
* vfree: don't schedule free_work() if llist_add() returns falseOleg Nesterov2019-05-021-3/+2
* mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_infoZhang Yanfei2019-05-021-5/+5