- aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
- df06b37 mm/gup: cache dev_pagemap while pinning pages by Keith Busch · 6 years ago
- 85a0683 mm: mremap: downgrade mmap_sem to read when shrinking by Yang Shi · 6 years ago
- 966cf44 mm: defer ZONE_DEVICE page initialization to the point where we init pgmap by Alexander Duyck · 6 years ago
- ae2b01f mm: remove vm_insert_pfn() by Matthew Wilcox · 6 years ago
- bc12e6a mm: make vm_insert_pfn_prot() static by Matthew Wilcox · 6 years ago
- f5e6d1d mm: introduce vmf_insert_pfn_prot() by Matthew Wilcox · 6 years ago
- 5d74763 mm: remove vm_insert_mixed() by Matthew Wilcox · 6 years ago
- bd6bf7c Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
- 5291698 PCI/P2PDMA: Support peer-to-peer memory by Logan Gunthorpe · 6 years ago
- 017b166 mm: migration: fix migration of huge PMD shared pages by Mike Kravetz · 6 years ago
- 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
- 03e85f9 mm/page_alloc: Introduce free_area_init_core_hotplug by Oscar Salvador · 6 years ago
- c1093b7 mm: access zone->node via zone_to_nid() and zone_set_nid() by Pavel Tatashin · 6 years ago
- a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
- 2a3cb8b mm/sparse: delete old sparse_init and enable new one by Pavel Tatashin · 6 years ago
- afda57b mm/sparse: move buffer init/fini to the common place by Pavel Tatashin · 6 years ago
- 35fd1eb mm/sparse: abstract sparse buffer allocations by Pavel Tatashin · 6 years ago
- c9f4cd7 mm, huge page: copy target sub-page last when copy huge page by Huang Ying · 6 years ago
- 8b11ec1 mm: do not initialize TLB stack vma's with vma_init() by Linus Torvalds · 6 years ago
- bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 6 years ago
- 027232d mm: introduce vma_init() by Kirill A. Shutemov · 6 years ago
- 6100e34 mm, memory_failure: Teach memory_failure() about dev_pagemap pages by Dan Williams · 6 years ago
- 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
- 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
- d1b47a7 mm: don't do zero_resv_unavail if memmap is not allocated by Pavel Tatashin · 6 years ago
- 1c542f3 mm: Introduce kvcalloc() by Kees Cook · 7 years ago
- 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
- 68abbe7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 72eb7de mm: remove page_is_poisoned() from linux/mm.h by Sahara · 7 years ago
- 1d40a5e mm: mark pages in use for page tables by Matthew Wilcox · 7 years ago
- 2bcd645 mm: use new return type vm_fault_t by Souptick Joarder · 7 years ago
- ab77dab fs/dax.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
- a1cdde8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 3b3b1a29e mm: Use overflow helpers in kvmalloc() by Kees Cook · 7 years ago
- 27d036e mm: Remove return value of zap_vma_ptes() by Leon Romanovsky · 7 years ago
- d883c6c Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" by Joonsoo Kim · 7 years ago
- e7638488 mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS by Dan Williams · 7 years ago
- d97baf9 include/linux/mm.h: add new inline function vmf_error() by Souptick Joarder · 7 years ago
- 7f7ccc2 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 7 years ago
- 2c9e0a6 mm, powerpc, x86: introduce an additional vma bit for powerpc pkey by Ram Pai · 7 years ago
- 5212213 mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled by Ram Pai · 7 years ago
- b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
- f82b376 export __set_page_dirty by Matthew Wilcox · 7 years ago
- bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
- 1c8f422 mm: change return type to vm_fault_t by Souptick Joarder · 7 years ago
- cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 7 years ago
- 5844a48 include/linux/mm.h: provide consistent declaration for num_poisoned_pages by Guenter Roeck · 7 years ago
- 05ea886 mm, hugetlbfs: introduce ->pagesize() to vm_operations_struct by Dan Williams · 7 years ago
- 31286a8 mm: hwpoison: disable memory error handling on 1GB hugepage by Naoya Horiguchi · 7 years ago
- f165b37 mm: uninitialized struct page poisoning sanity checking by Pavel Tatashin · 7 years ago
- 4608f06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago
- 74a0496 sparc64: Add support for ADI (Application Data Integrity) by Khalid Aziz · 7 years ago
- 2c2d57b mm: Clear arch specific VM flags on protection change by Khalid Aziz · 7 years ago
- 5f17157 Drop a bunch of metag references by James Hogan · 7 years ago
- 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 7 years ago
- 83b5753 mm/memory_failure: Remove unused trapno from memory_failure by Eric W. Biederman · 7 years ago
- a8fc357 mm: split altmap memory map allocation from normal case by Christoph Hellwig · 7 years ago
- a99583e mm: pass the vmem_altmap to memmap_init_zone by Christoph Hellwig · 7 years ago
- 24b6d41 mm: pass the vmem_altmap to vmemmap_free by Christoph Hellwig · 7 years ago
- 7b73d97 mm: pass the vmem_altmap to vmemmap_populate by Christoph Hellwig · 7 years ago
- 2bb6d28 mm: introduce get_user_pages_longterm by Dan Williams · 7 years ago
- 31383c6 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
- a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 736304f mm: speed up cancel_dirty_page() for clean pages by Jan Kara · 7 years ago
- a4a3ede mm: zero reserved and unavailable struct pages by Pavel Tatashin · 7 years ago
- af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
- c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
- b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
- b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 7 years ago
- caa51d2 dax, iomap: Add support for synchronous faults by Jan Kara · 7 years ago
- b6fb293 mm: Define MAP_SYNC and VM_SYNC flags by Jan Kara · 7 years ago
- d81b8a7 mm: Remove VM_FAULT_HWPOISON_LARGE_MASK by Jan Kara · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 15670bf x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_pages' by Baoquan He · 7 years ago
- fa87b91 include/linux/mm.h: fix typo in VM_MPX definition by Kirill A. Shutemov · 7 years ago
- f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
- 6b368cd mm/hmm: avoid bloating arch that do not make use of HMM by Jérôme Glisse · 7 years ago
- df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
- 7b2d55d2 mm/ZONE_DEVICE: special case put_page() for device private pages by Jérôme Glisse · 7 years ago
- 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
- d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
- df3735c x86,mpx: make mpx depend on x86-64 to free up VMA flag by Rik van Riel · 7 years ago
- c79b57e mm: hugetlb: clear target sub-page last when clearing huge page by Huang Ying · 7 years ago
- b2770da6 mm: add vm_insert_mixed_mkwrite() by Ross Zwisler · 7 years ago
- a4d1a88 dax: update to new mmu_notifier semantic by Jérôme Glisse · 7 years ago
- 33198c1 Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- 2b69c82 mm: drop "wait" parameter from write_one_page() by Jeff Layton · 8 years ago
- 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
- 9a291a7 mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified by James Morse · 8 years ago
- 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
- a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
- bd33ef3 mm: enable page poisoning early at boot by Vinayak Menon · 8 years ago
- 7138970 mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash by Dan Williams · 8 years ago
- 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago