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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED
Zhang Yanfei
2019-05-02
2
-16
/
+16
*
mm: Update is_vmalloc_addr to account for vmalloc savings
Laura Abbott
2019-05-02
4
-7
/
+41
*
mm/vmalloc.c: emit the failure message before return
Zhang Yanfei
2019-05-02
1
-1
/
+1
*
mm/vmalloc.c: remove alloc_map from vmap_block
Zhang Yanfei
2019-05-02
1
-3
/
+0
*
mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu
Zhang Yanfei
2019-05-02
1
-5
/
+0
*
mm/vmalloc.c: remove dead code in vb_alloc
Zhang Yanfei
2019-05-02
1
-15
/
+1
*
mm/vmalloc.c: unbreak __vunmap()
Dan Carpenter
2019-05-02
1
-1
/
+1
*
mm, vmalloc: use clamp() to simplify code
Zhang Yanfei
2019-05-02
1
-10
/
+2
*
mm, vmalloc: remove insert_vmalloc_vm()
Zhang Yanfei
2019-05-02
1
-7
/
+0
*
mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm()
Zhang Yanfei
2019-05-02
1
-2
/
+2
*
mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node()
Zhang Yanfei
2019-05-02
1
-10
/
+1
*
vmalloc: introduce remap_vmalloc_range_partial
HATAYAMA Daisuke
2019-05-02
2
-22
/
+49
*
vmalloc: make find_vm_area check in range
HATAYAMA Daisuke
2019-05-02
1
-1
/
+1
*
mm: page_alloc: embed OOM killing naturally into allocation slowpath
Johannes Weiner
2019-05-02
1
-48
/
+36
*
oom: thaw the OOM victim if it is frozen
Michal Hocko
2019-05-02
1
-2
/
+8
*
oom: add helpers for setting and clearing TIF_MEMDIE
Michal Hocko
2019-05-02
5
-6
/
+32
*
oom: don't count on mm-less current process
Tetsuo Handa
2019-05-02
1
-1
/
+5
*
oom: make sure that TIF_MEMDIE is set under task_lock
Michal Hocko
2019-05-02
1
-2
/
+5
*
oom: patch mtk custom code
Moyster
2019-05-02
1
-1
/
+1
*
oom: don't assume that a coredumping thread will exit soon
Oleg Nesterov
2019-05-02
3
-3
/
+14
*
mm, oom: rename zonelist locking functions
David Rientjes
2019-05-02
3
-22
/
+18
*
mm, oom: ensure memoryless node zonelist always includes zones
David Rientjes
2019-05-02
3
-3
/
+12
*
mm, oom: prefer thread group leaders for display purposes
David Rientjes
2019-05-02
2
-11
/
+20
*
PM: convert printk to pr_* equivalent
Michal Hocko
2019-05-02
1
-16
/
+17
*
PM / freezer: Clean up code after recent fixes
Rafael J. Wysocki
2019-05-02
1
-15
/
+16
*
PM / sleep: Mechanism for aborting system suspends unconditionally
Rafael J. Wysocki
2019-05-02
3
-1
/
+21
*
sched_show_task: fix unsafe usage of ->real_parent
Oleg Nesterov
2019-05-02
1
-1
/
+3
*
sched/core: Rework TASK_DEAD preemption exception
Peter Zijlstra
2019-05-02
1
-6
/
+12
*
sched/core: Fix TASK_DEAD race in finish_task_switch()
Peter Zijlstra
2019-05-02
2
-7
/
+8
*
kernel: exit: fix typo in comment
Frans Klaver
2019-05-02
1
-1
/
+1
*
exit,stats: /* obey this comment */
Rik van Riel
2019-05-02
1
-1
/
+1
*
exit: fix race between wait_consider_task() and wait_task_zombie()
Oleg Nesterov
2019-05-02
1
-3
/
+9
*
exit: exit_notify: re-use "dead" list to autoreap current
Oleg Nesterov
2019-05-02
1
-4
/
+2
*
exit: reparent: call forget_original_parent() under tasklist_lock
Oleg Nesterov
2019-05-02
1
-24
/
+23
*
exit: reparent: avoid find_new_reaper() if no children
Oleg Nesterov
2019-05-02
1
-0
/
+3
*
exit: reparent: introduce find_alive_thread()
Oleg Nesterov
2019-05-02
1
-13
/
+19
*
exit: reparent: introduce find_child_reaper()
Oleg Nesterov
2019-05-02
1
-21
/
+35
*
exit: reparent: document the ->has_child_subreaper checks
Oleg Nesterov
2019-05-02
1
-8
/
+6
*
exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()
Oleg Nesterov
2019-05-02
1
-5
/
+3
*
exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparenting
Oleg Nesterov
2019-05-02
1
-2
/
+4
*
exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparenting
Oleg Nesterov
2019-05-02
1
-1
/
+1
*
exit: release_task: fix the comment about group leader accounting
Oleg Nesterov
2019-05-02
1
-7
/
+4
*
exit: wait: drop tasklist_lock before psig->c* accounting
Oleg Nesterov
2019-05-02
1
-7
/
+5
*
exit: wait: cleanup the ptrace_reparented() checks
Oleg Nesterov
2019-05-02
1
-8
/
+6
*
exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...
Oleg Nesterov
2019-05-02
3
-27
/
+8
*
exit: reparent: cleanup the usage of reparent_leader()
Oleg Nesterov
2019-05-02
1
-13
/
+9
[next]