Age | Commit message (Expand) | Author | Files | Lines |
2018-03-15 | mm/memblock.c: hardcode the end_pfn being -1 | Daniel Vacek | 1 | -5/+5 |
2018-03-03 | mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()' | Christophe JAILLET | 1 | -2/+4 |
2018-02-28 | mm, swap, frontswap: fix THP swap if frontswap enabled | Huang Ying | 1 | -0/+6 |
2018-02-25 | vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems | Michal Hocko | 1 | -3/+7 |
2018-02-25 | mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep | Dave Young | 1 | -1/+1 |
2018-02-25 | mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. | Tetsuo Handa | 1 | -0/+3 |
2018-02-22 | x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages | Tony Luck | 1 | -2/+0 |
2018-02-22 | mm: hide a #warning for COMPILE_TEST | Arnd Bergmann | 1 | -1/+1 |
2018-02-22 | kmemcheck: rip it out for real | Michal Hocko | 1 | -1/+0 |
2018-02-22 | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 4 | -131/+2 |
2018-02-22 | kmemcheck: remove whats left of NOTRACK flags | Levin, Alexander (Sasha Levin) | 1 | -2/+0 |
2018-02-22 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 5 | -9/+6 |
2018-02-22 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 5 | -59/+0 |
2018-02-13 | Revert "defer call to mem_cgroup_sk_alloc()" | Roman Gushchin | 1 | -0/+14 |
2018-02-03 | kmemleak: add scheduling point to kmemleak_scan() | Yisheng Xie | 1 | -0/+2 |
2018-01-31 | mm, page_alloc: fix potential false positive in __zone_watermark_ok | Vlastimil Babka | 1 | -3/+3 |
2018-01-23 | mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte() | Kirill A. Shutemov | 1 | -25/+38 |
2018-01-10 | mm/sparse.c: wrong allocation for mem_section | Baoquan He | 1 | -1/+1 |
2018-01-10 | mm/mprotect: add a cond_resched() inside change_pmd_range() | Anshuman Khandual | 1 | -2/+4 |
2017-12-25 | mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y | Kirill A. Shutemov | 2 | -10/+10 |
2017-12-25 | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon | 1 | -1/+1 |
2017-12-25 | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y | Kirill A. Shutemov | 2 | -6/+21 |
2017-12-20 | mm, oom_reaper: fix memory corruption | Michal Hocko | 2 | -6/+8 |
2017-12-14 | slub: fix sysfs duplicate filename creation when slub_debug=O | Miles Chen | 1 | -0/+4 |
2017-12-14 | zsmalloc: calling zs_map_object() from irq is a bug | Sergey Senozhatsky | 1 | -1/+1 |
2017-12-10 | mm, x86/mm: Fix performance regression in get_user_pages_fast() | Kirill A. Shutemov | 1 | -39/+58 |
2017-12-05 | mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine | Kirill A. Shutemov | 1 | -1/+3 |
2017-12-05 | mm, memcg: fix mem_cgroup_swapout() for THPs | Shakeel Butt | 1 | -1/+1 |
2017-12-05 | mm/madvise.c: fix madvise() infinite loop under special circumstances | chenjie | 1 | -3/+1 |
2017-12-05 | mm: fail get_vaddr_frames() for filesystem-dax mappings | Dan Williams | 1 | -0/+12 |
2017-12-05 | mm: introduce get_user_pages_longterm | Dan Williams | 1 | -0/+64 |
2017-12-05 | mm, hugetlbfs: introduce ->split() to vm_operations_struct | Dan Williams | 2 | -3/+13 |
2017-12-05 | mm/cma: fix alloc_contig_range ret code/potential leak | Mike Kravetz | 1 | -1/+8 |
2017-12-05 | mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() | Kirill A. Shutemov | 1 | -23/+13 |
2017-12-05 | mm, oom_reaper: gather each vma to prevent leaking TLB entry | Wang Nan | 1 | -3/+4 |
2017-12-05 | mm, memory_hotplug: do not back off draining pcp free pages from kworker context | Michal Hocko | 1 | -4/+0 |
2017-11-30 | mm/z3fold.c: use kref to prevent page free/compact race | Vitaly Wool | 1 | -2/+8 |
2017-11-24 | mm/page_ext.c: check if page_ext is not prepared | Jaewon Kim | 1 | -4/+0 |
2017-11-24 | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin | 1 | -9/+18 |
2017-11-24 | mm/pagewalk.c: report holes in hugetlb ranges | Jann Horn | 1 | -1/+5 |
2017-11-03 | mm, swap: fix race between swap count continuation operations | Huang Ying | 1 | -6/+17 |
2017-11-03 | mm/huge_memory.c: deposit page table when copying a PMD migration entry | Zi Yan | 1 | -0/+3 |
2017-11-03 | userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size | Andrea Arcangeli | 1 | -2/+30 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 53 | -0/+53 |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -20/+10 |
2017-10-19 | mm, percpu: add support for __GFP_NOWARN flag | Daniel Borkmann | 1 | -5/+10 |
2017-10-14 | mm, swap: use page-cluster as max window of VMA based swap readahead | Huang Ying | 1 | -34/+7 |
2017-10-14 | mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock | Will Deacon | 1 | -15/+10 |
2017-10-14 | Revert "vmalloc: back off when the current task is killed" | Johannes Weiner | 1 | -6/+0 |
2017-10-14 | mm/cma.c: take __GFP_NOWARN into account in cma_alloc() | Boris Brezillon | 1 | -1/+1 |