summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2018-05-162-52/+66
* mm: sections are not offlined during memory hotremovePavel Tatashin2018-05-161-1/+1
* z3fold: fix reclaim lock-upsVitaly Wool2018-05-161-12/+30
* bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa2018-05-161-1/+1
* memcg: fix per_node_info cleanupMichal Hocko2018-05-161-0/+3
* percpu: include linux/sched.h for cond_resched()Tejun Heo2018-05-091-0/+1
* mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt2018-04-261-1/+9
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-04-261-2/+12
* mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi2018-04-261-4/+8
* mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie2018-04-261-3/+7
* mm/mempolicy: fix the check of nodemask from userYisheng Xie2018-04-261-3/+20
* writeback: safer lock nestingGreg Thelen2018-04-241-9/+9
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-241-5/+4
* mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-241-1/+2
* mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse2018-04-241-1/+2
* mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda2018-04-241-0/+7
* get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin2018-04-191-1/+4
* percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou2018-04-083-28/+43
* mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin2018-03-281-15/+16
* Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2018-03-282-38/+1
* mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov2018-03-281-11/+20
* mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-281-1/+3
* mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov2018-03-281-1/+6
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-03-281-0/+7
* lockdep: fix fs_reclaim warningTetsuo Handa2018-03-281-1/+1
* mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek2018-03-151-5/+5
* mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET2018-03-031-2/+4
* mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying2018-02-281-0/+6
* vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko2018-02-251-3/+7
* mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young2018-02-251-1/+1
* mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa2018-02-251-0/+3
* x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-221-2/+0
* mm: hide a #warning for COMPILE_TESTArnd Bergmann2018-02-221-1/+1
* kmemcheck: rip it out for realMichal Hocko2018-02-221-1/+0
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2018-02-224-131/+2
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2018-02-221-2/+0
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-225-9/+6
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-225-59/+0
* Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-131-0/+14
* kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2018-02-031-0/+2
* mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka2018-01-311-3/+3
* mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov2018-01-231-25/+38
* mm/sparse.c: wrong allocation for mem_sectionBaoquan He2018-01-101-1/+1
* mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual2018-01-101-2/+4
* mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-12-252-10/+10
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-251-1/+1
* mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-12-252-6/+21
* mm, oom_reaper: fix memory corruptionMichal Hocko2017-12-202-6/+8
* slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen2017-12-141-0/+4
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-12-141-1/+1