| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED | Zhang Yanfei | 2019-05-02 | 1 | -9/+9 |
| * | mm: Update is_vmalloc_addr to account for vmalloc savings | Laura Abbott | 2019-05-02 | 1 | -0/+33 |
| * | 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 | 1 | -22/+45 |
| * | 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 | 2 | -4/+21 |
| * | 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 | 2 | -3/+3 |
| * | mm, oom: rename zonelist locking functions | David Rientjes | 2019-05-02 | 2 | -20/+16 |
| * | mm, oom: ensure memoryless node zonelist always includes zones | David Rientjes | 2019-05-02 | 1 | -1/+1 |
| * | mm, oom: prefer thread group leaders for display purposes | David Rientjes | 2019-05-02 | 2 | -11/+20 |
| * | mm, oom: remove unnecessary exit_state check | David Rientjes | 2019-05-02 | 1 | -2/+0 |
| * | shmem: fix build | Moyster | 2019-05-02 | 1 | -1/+1 |
| * | tmpfs: fix uninitialized return value in shmem_link | Darrick J. Wong | 2019-05-02 | 1 | -1/+1 |
| * | tmpfs: fix link accounting when a tmpfile is linked in | Darrick J. Wong | 2019-05-02 | 1 | -3/+7 |
| * | mremap: properly flush TLB before releasing the page | Linus Torvalds | 2019-05-02 | 2 | -6/+21 |
| * | it's still short a few helpers, but infrastructure should be OK now... | Al Viro | 2019-05-02 | 1 | -0/+32 |
| * | mm: vmpressure.c mismerge | Moyster | 2018-12-11 | 1 | -1/+1 |
| * | arm, pm, vmpressure: add missing slab.h includes | Tejun Heo | 2018-12-11 | 1 | -0/+1 |
| * | mm: vmpressure: dynamic window sizing. | Martijn Coenen | 2018-12-11 | 2 | -32/+102 |
| * | mm, oom: make dump_tasks public | Liam Mark | 2018-12-01 | 1 | -1/+1 |
| * | CHROMIUM: DROP: mm/oom_kill: Avoid deadlock; allow multiple victims | Douglas Anderson | 2018-12-01 | 1 | -4/+27 |
| * | CHROMIUM: DROP: mm/oom_kill: Double-check before killing a child in our place | Douglas Anderson | 2018-12-01 | 1 | -0/+9 |
| * | BACKPORT: mm: oom_kill: don't ignore oom score on exiting tasks | Johannes Weiner | 2018-12-01 | 1 | -8/+0 |
| * | mm: add CMA page allocation | fire855 | 2018-11-30 | 2 | -5/+21 |
| * | Revert "GCC: Fix up for gcc 5+" | Moyster | 2018-11-30 | 2 | -2/+1 |
| * | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2018-11-29 | 11 | -11/+11 |
| * | GCC: Fix up for gcc 5+ | mydongistiny | 2018-11-29 | 2 | -1/+2 |
| * | panic on !PageSlab && !PageCompound in ksize | Daniel Micay | 2018-05-16 | 1 | -1/+1 |
| * | panic on kmem_cache_free with the wrong cache | Daniel Micay | 2018-05-16 | 1 | -4/+2 |
| * | always perform cache_from_obj sanity checks | Daniel Micay | 2018-05-16 | 1 | -10/+0 |
| * | real slab_equal_or_root check for !MEMCG_KMEM | Daniel Micay | 2018-05-16 | 1 | -1/+1 |
| * | add missing cache_from_obj !PageSlab check | Daniel Micay | 2018-05-16 | 1 | -0/+1 |
| * | add slub free list XOR encryption | Daniel Micay | 2018-05-16 | 1 | -4/+15 |
| * | add slub sanitization | Daniel Micay | 2018-05-16 | 1 | -0/+7 |
| * | add page sanitization / verification | Daniel Micay | 2018-05-16 | 1 | -2/+10 |
| * | BACKPORT: [UPSTREAM] mm: new shrinker API | Dave Chinner | 2017-12-31 | 1 | -20/+40 |
| * | readahead: Fix an error (thx ramgear) | hellsgod | 2017-12-26 | 1 | -2/+2 |