index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/oom_kill: squashed reverts to a stable state
Corinna Vinschen
2019-07-19
3
-165
/
+141
*
mm: Add notifier framework for showing memory
Laura Abbott
2019-07-19
2
-1
/
+56
*
memcg: Allow non-root users permission to control memory
Chintan Pandya
2019-07-19
1
-0
/
+18
*
mm/mincore.c: make mincore() more conservative
Jiri Kosina
2019-07-18
1
-0
/
+21
*
mm: introduce vma_is_anonymous(vma) helper
Oleg Nesterov
2019-07-18
1
-3
/
+4
*
mm, oom: fix use-after-free in oom_kill_process
Shakeel Butt
2019-07-08
1
-0
/
+8
*
mm,oom: make oom_killer_disable() killable
Tetsuo Handa
2019-07-08
1
-7
/
+3
*
mm/oom_kill.c: avoid attempting to kill init sharing same memory
Chen Jie
2019-07-08
1
-0
/
+2
*
mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()
Oleg Nesterov
2019-07-08
1
-2
/
+20
*
mm/oom_kill: cleanup the "kill sharing same memory" loop
Oleg Nesterov
2019-07-08
1
-8
/
+11
*
mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()
Oleg Nesterov
2019-07-08
1
-4
/
+0
*
mm, oom: remove task_lock protecting comm printing
David Rientjes
2019-07-08
1
-7
/
+1
*
mm/oom_kill.c: suppress unnecessary "sharing same memory" message
Tetsuo Handa
2019-07-08
1
-1
/
+3
*
mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL
Tetsuo Handa
2019-07-08
1
-1
/
+6
*
mm, oom: remove unnecessary variable
David Rientjes
2019-07-08
1
-13
/
+8
*
mm/oom_kill.c: print points as unsigned int
Wang Long
2019-07-08
1
-1
/
+1
*
mm: oom_kill: simplify OOM killer locking
Johannes Weiner
2019-07-08
3
-111
/
+42
*
mm: oom_kill: remove unnecessary locking in exit_oom_victim()
Johannes Weiner
2019-07-08
1
-2
/
+0
*
mm: oom_kill: generalize OOM progress waitqueue
Johannes Weiner
2019-07-08
1
-5
/
+1
*
mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear
Johannes Weiner
2019-07-08
1
-2
/
+1
*
mm: oom_kill: clean up victim marking and exiting interfaces
Johannes Weiner
2019-07-08
2
-10
/
+8
*
mm: oom_kill: remove unnecessary locking in oom_enable()
Johannes Weiner
2019-07-08
1
-2
/
+0
*
oom, PM: make OOM detection in the freezer path raceless
Michal Hocko
2019-07-08
3
-36
/
+115
*
Provide a function to create a NUL-terminated string from unterminated data
David Howells
2019-07-06
1
-0
/
+24
*
mm/page_alloc: remove more mtk bits
Moyster
2019-05-03
1
-7
/
+0
*
mm: adjust page migration heuristic
Tim Murray
2019-05-03
1
-4
/
+6
*
mm: always steal split buddies in fallback allocations
Vlastimil Babka
2019-05-03
1
-40
/
+35
*
mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced
Vlastimil Babka
2019-05-03
1
-13
/
+10
*
mm: more aggressive page stealing for UNMOVABLE allocations
Vlastimil Babka
2019-05-03
1
-8
/
+12
*
mm/page_alloc: missing argument in move_freepages_block
Moyster
2019-05-03
1
-1
/
+1
*
mm/page_allo.c: restructure free-page stealing code and fix a bug
Srivatsa S. Bhat
2019-05-03
1
-43
/
+60
*
mm/page_alloc: remove mtk custom bits
Moyster
2019-05-03
1
-5
/
+0
*
mm: fix cma accounting in zone_watermark_ok
Vinayak Menon
2019-05-03
1
-7
/
+11
*
mm: add zone counter for cma pages
Vinayak Menon
2019-05-03
2
-9
/
+33
*
mm/vmalloc.c: remove dead code in vb_alloc
Zhang Yanfei
2019-05-02
1
-6
/
+1
*
mm/page_alloc: Call kernel_map_pages in unset_migrateype_isolate
Laura Abbott
2019-05-02
1
-0
/
+1
*
mm/page_alloc.c: use '__paginginit' instead of '__init'
Chen Gang
2019-05-02
1
-2
/
+2
*
mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
Jiang Liu
2019-05-02
1
-0
/
+11
*
mm/vmalloc.c: export unmap_kernel_range()
Minchan Kim
2019-05-02
1
-0
/
+1
*
mm/vmalloc.c: add a schedule point to vmalloc()
Eric Dumazet
2019-05-02
1
-0
/
+2
*
mm/vmalloc.c: enhance vm_map_ram() comment
Gioh Kim
2019-05-02
1
-0
/
+6
*
mm: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
2019-05-02
5
-5
/
+12
*
revert mm/vmalloc.c: emit the failure message before return
Wanpeng Li
2019-05-02
1
-1
/
+1
*
mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...
Wanpeng Li
2019-05-02
1
-5
/
+5
*
mm/vmalloc: fix show vmap_area information race with vmap_area tear down
Wanpeng Li
2019-05-02
1
-8
/
+5
*
mm/vmalloc: don't set area->caller twice
Wanpeng Li
2019-05-02
1
-4
/
+3
*
mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm area
Wanpeng Li
2019-05-02
1
-6
/
+6
*
mm/vmalloc.c: replace remaining seq_printf by seq_puts
Elektroschmock
2019-05-02
1
-1
/
+1
*
vfree: don't schedule free_work() if llist_add() returns false
Oleg Nesterov
2019-05-02
1
-3
/
+2
*
mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info
Zhang Yanfei
2019-05-02
1
-5
/
+5
[next]