aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei2019-05-021-9/+9
* mm: Update is_vmalloc_addr to account for vmalloc savingsLaura Abbott2019-05-021-0/+33
* 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-021-22/+45
* 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-022-4/+21
* 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-022-3/+3
* mm, oom: rename zonelist locking functionsDavid Rientjes2019-05-022-20/+16
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2019-05-021-1/+1
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2019-05-022-11/+20
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2019-05-021-2/+0
* shmem: fix buildMoyster2019-05-021-1/+1
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-05-021-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-05-021-3/+7
* mremap: properly flush TLB before releasing the pageLinus Torvalds2019-05-022-6/+21
* it's still short a few helpers, but infrastructure should be OK now...Al Viro2019-05-021-0/+32
* mm: vmpressure.c mismergeMoyster2018-12-111-1/+1
* arm, pm, vmpressure: add missing slab.h includesTejun Heo2018-12-111-0/+1
* mm: vmpressure: dynamic window sizing.Martijn Coenen2018-12-112-32/+102
* mm, oom: make dump_tasks publicLiam Mark2018-12-011-1/+1
* CHROMIUM: DROP: mm/oom_kill: Avoid deadlock; allow multiple victimsDouglas Anderson2018-12-011-4/+27
* CHROMIUM: DROP: mm/oom_kill: Double-check before killing a child in our placeDouglas Anderson2018-12-011-0/+9
* BACKPORT: mm: oom_kill: don't ignore oom score on exiting tasksJohannes Weiner2018-12-011-8/+0
* mm: add CMA page allocationfire8552018-11-302-5/+21
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-302-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-2911-11/+11
* GCC: Fix up for gcc 5+mydongistiny2018-11-292-1/+2
* panic on !PageSlab && !PageCompound in ksizeDaniel Micay2018-05-161-1/+1
* panic on kmem_cache_free with the wrong cacheDaniel Micay2018-05-161-4/+2
* always perform cache_from_obj sanity checksDaniel Micay2018-05-161-10/+0
* real slab_equal_or_root check for !MEMCG_KMEMDaniel Micay2018-05-161-1/+1
* add missing cache_from_obj !PageSlab checkDaniel Micay2018-05-161-0/+1
* add slub free list XOR encryptionDaniel Micay2018-05-161-4/+15
* add slub sanitizationDaniel Micay2018-05-161-0/+7
* add page sanitization / verificationDaniel Micay2018-05-161-2/+10
* BACKPORT: [UPSTREAM] mm: new shrinker APIDave Chinner2017-12-311-20/+40
* readahead: Fix an error (thx ramgear)hellsgod2017-12-261-2/+2