aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang
2021-02-24mm/page_owner: use helper function zone_end_pfn() to get end_pfnMiaohe Lin
2021-02-24mm/debug_vm_pgtable/basic: iterate over entire protection_map[]Anshuman Khandual
2021-02-24mm/debug_vm_pgtable/basic: add validation for dirtiness after write protectAnshuman Khandual
2021-02-24mm/debug: improve memcg debuggingMatthew Wilcox (Oracle)
2021-02-24mm/slub: minor coding style tweaksZhiyuan Dai
2021-02-24mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ONVlastimil Babka
2021-02-24mm, slub: splice cpu and page freelists in deactivate_slab()Vlastimil Babka
2021-02-24mm, slab, slub: stop taking cpu hotplug lockVlastimil Babka
2021-02-24mm, slab, slub: stop taking memory hotplug lockVlastimil Babka
2021-02-24mm, slub: stop freeing kmem_cache_node structures on node offlineVlastimil Babka
2021-02-24mm/slub: disable user tracing for kmemleak caches by defaultJohannes Berg
2021-02-24mm/slab: minor coding style tweaksZhiyuan Dai
2021-02-24mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov
2021-02-24mm, tracing: record slab name for kmem_cache_free()Jacob Wen
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-23Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds
2021-02-22Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds
2021-02-22Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-14percpu: fix clang modpost section mismatchDennis Zhou
2021-02-14percpu: reduce the number of cpu distance comparisonsWonhyuk Yang
2021-02-12mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-10mm, slub: better heuristic for number of cpus when calculating slab orderVlastimil Babka
2021-02-10mm: filemap: Fix microblaze build failure with 'mmu_defconfig'Will Deacon
2021-02-10mm: simplify swapdev_blockChristoph Hellwig
2021-02-09Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner
2021-02-09mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann
2021-02-09kasan: fix stack traces dependency for HW_TAGSAndrey Konovalov
2021-02-09mm: provide a saner PTE walking API for modulesPaolo Bonzini
2021-02-06mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao
2021-02-05mm: hugetlb: fix missing put_page in gather_surplus_pages()Muchun Song
2021-02-05kasan: make addr_has_metadata() return true for valid addressesVincenzo Frascino
2021-02-05mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()Waiman Long
2021-02-05memblock: do not start bottom-up allocations with kernel_endRoman Gushchin
2021-02-05mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins
2021-02-05mm, compaction: move high_pfn to the for loop scopeRokudo Yan
2021-02-05mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song
2021-02-05mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song
2021-02-05mm: hugetlb: fix a race between isolating and freeing pageMuchun Song
2021-02-05mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song