summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-04-08percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou3-28/+43
2018-03-28mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin1-15/+16
2018-03-28Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2-38/+1
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2018-03-28mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov1-1/+3
2018-03-28mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov1-1/+6
2018-03-28hugetlbfs: check for pgoff value overflowMike Kravetz1-0/+7
2018-03-28lockdep: fix fs_reclaim warningTetsuo Handa1-1/+1
2018-03-15mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek1-5/+5
2018-03-03mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET1-2/+4
2018-02-28mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying1-0/+6
2018-02-25vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko1-3/+7
2018-02-25mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young1-1/+1
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa1-0/+3
2018-02-22x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck1-2/+0
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2018-02-22kmemcheck: rip it out for realMichal Hocko1-1/+0
2018-02-22kmemcheck: rip it outLevin, Alexander (Sasha Levin)4-131/+2
2018-02-22kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)1-2/+0
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)5-9/+6
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)5-59/+0
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-0/+14
2018-02-03kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie1-0/+2
2018-01-31mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka1-3/+3
2018-01-23mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov1-25/+38
2018-01-10mm/sparse.c: wrong allocation for mem_sectionBaoquan He1-1/+1
2018-01-10mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual1-2/+4
2017-12-25mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2-10/+10
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-1/+1
2017-12-25mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2-6/+21
2017-12-20mm, oom_reaper: fix memory corruptionMichal Hocko2-6/+8
2017-12-14slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen1-0/+4
2017-12-14zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky1-1/+1
2017-12-10mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov1-39/+58
2017-12-05mm/hugetlb: fix NULL-pointer dereference on 5-level paging machineKirill A. Shutemov1-1/+3
2017-12-05mm, memcg: fix mem_cgroup_swapout() for THPsShakeel Butt1-1/+1
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-3/+1
2017-12-05mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams1-0/+12
2017-12-05mm: introduce get_user_pages_longtermDan Williams1-0/+64
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2-3/+13
2017-12-05mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz1-1/+8
2017-12-05mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov1-23/+13
2017-12-05mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan1-3/+4
2017-12-05mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko1-4/+0
2017-11-30mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool1-2/+8
2017-11-24mm/page_ext.c: check if page_ext is not preparedJaewon Kim1-4/+0
2017-11-24mm/page_alloc.c: broken deferred calculationPavel Tatashin1-9/+18
2017-11-24mm/pagewalk.c: report holes in hugetlb rangesJann Horn1-1/+5
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying1-6/+17
2017-11-03mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan1-0/+3