summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-10-21mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox
2018-10-21mm: Convert add_to_swap_cache to XArrayMatthew Wilcox
2018-10-21mm: Convert truncate to XArrayMatthew Wilcox
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox
2018-10-21mm: Convert page-writeback to XArrayMatthew Wilcox
2018-10-21page cache: Convert filemap_range_has_page to XArrayMatthew Wilcox
2018-10-21page cache: Remove stray radix commentMatthew Wilcox
2018-10-21page cache: Convert delete_batch to XArrayMatthew Wilcox
2018-10-21page cache: Convert filemap_map_pages to XArrayMatthew Wilcox
2018-10-21page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox
2018-10-21page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox
2018-10-21page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox
2018-10-21page cache: Convert find_get_pages_range to XArrayMatthew Wilcox
2018-10-21page cache: Convert find_get_entries to XArrayMatthew Wilcox
2018-10-21page cache: Convert find_get_entry to XArrayMatthew Wilcox
2018-10-21page cache: Convert page deletion to XArrayMatthew Wilcox
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox
2018-10-21page cache: Convert hole search to XArrayMatthew Wilcox
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-10-16mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski
2018-10-13mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse
2018-10-13mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACEJann Horn
2018-10-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra
2018-10-09Merge branch 'tlb/asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/g...Peter Zijlstra
2018-10-09mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju
2018-10-07percpu: stop leaking bitmap metadata blocksMike Rapoport
2018-10-05Merge branch 'akpm'Greg Kroah-Hartman
2018-10-05mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black
2018-10-05mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai
2018-10-05mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn
2018-10-05mm/vmstat.c: fix outdated vmstat_textJann Horn
2018-10-05mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual
2018-10-05mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing
2018-10-05mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov
2018-10-05hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz
2018-10-05mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-10-04Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman
2018-10-02mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)
2018-09-20mm: slowly shrink slabs with a relatively small number of objectsRoman Gushchin
2018-09-20mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-09-20mm: disable deferred struct page for 32-bit archesPasha Tatashin
2018-09-13Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-09-13mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-09-12mm: percpu: remove unnecessary unlikely()Igor Stoppa