aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei2019-05-022-16/+16
* mm: Update is_vmalloc_addr to account for vmalloc savingsLaura Abbott2019-05-024-7/+41
* mm/vmalloc.c: emit the failure message before returnZhang Yanfei2019-05-021-1/+1
* mm/vmalloc.c: remove alloc_map from vmap_blockZhang Yanfei2019-05-021-3/+0
* mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpuZhang Yanfei2019-05-021-5/+0
* mm/vmalloc.c: remove dead code in vb_allocZhang Yanfei2019-05-021-15/+1
* mm/vmalloc.c: unbreak __vunmap()Dan Carpenter2019-05-021-1/+1
* mm, vmalloc: use clamp() to simplify codeZhang Yanfei2019-05-021-10/+2
* mm, vmalloc: remove insert_vmalloc_vm()Zhang Yanfei2019-05-021-7/+0
* mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm()Zhang Yanfei2019-05-021-2/+2
* mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node()Zhang Yanfei2019-05-021-10/+1
* vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke2019-05-022-22/+49
* vmalloc: make find_vm_area check in rangeHATAYAMA Daisuke2019-05-021-1/+1
* mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner2019-05-021-48/+36
* oom: thaw the OOM victim if it is frozenMichal Hocko2019-05-021-2/+8
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2019-05-025-6/+32
* oom: don't count on mm-less current processTetsuo Handa2019-05-021-1/+5
* oom: make sure that TIF_MEMDIE is set under task_lockMichal Hocko2019-05-021-2/+5
* oom: patch mtk custom codeMoyster2019-05-021-1/+1
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2019-05-023-3/+14
* mm, oom: rename zonelist locking functionsDavid Rientjes2019-05-023-22/+18
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2019-05-023-3/+12
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2019-05-022-11/+20
* PM: convert printk to pr_* equivalentMichal Hocko2019-05-021-16/+17
* PM / freezer: Clean up code after recent fixesRafael J. Wysocki2019-05-021-15/+16
* PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki2019-05-023-1/+21
* sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov2019-05-021-1/+3
* sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra2019-05-021-6/+12
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2019-05-022-7/+8
* kernel: exit: fix typo in commentFrans Klaver2019-05-021-1/+1
* exit,stats: /* obey this comment */Rik van Riel2019-05-021-1/+1
* exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2019-05-021-3/+9
* exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov2019-05-021-4/+2
* exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov2019-05-021-24/+23
* exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov2019-05-021-0/+3
* exit: reparent: introduce find_alive_thread()Oleg Nesterov2019-05-021-13/+19
* exit: reparent: introduce find_child_reaper()Oleg Nesterov2019-05-021-21/+35
* exit: reparent: document the ->has_child_subreaper checksOleg Nesterov2019-05-021-8/+6
* exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov2019-05-021-5/+3
* exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2019-05-021-2/+4
* exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2019-05-021-1/+1
* exit: release_task: fix the comment about group leader accountingOleg Nesterov2019-05-021-7/+4
* exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov2019-05-021-7/+5
* exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov2019-05-021-8/+6
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2019-05-023-27/+8
* exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov2019-05-021-13/+9