Age | Commit message (Expand) | Author |
2019-09-24 | mm,thp: add read-only THP support for (non-shmem) FS | Song Liu |
2019-09-24 | mm: remove quicklist page table caches | Nicholas Piggin |
2019-08-20 | mm: remove CONFIG_MIGRATE_VMA_HELPER | Christoph Hellwig |
2019-08-07 | mm/hmm: make HMM_MIRROR an implicit option | Christoph Hellwig |
2019-08-07 | mm/hmm: allow HMM_MIRROR on all architectures with MMU | Christoph Hellwig |
2019-07-16 | mm: introduce ARCH_HAS_PTE_DEVMAP | Robin Murphy |
2019-07-14 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
2019-07-12 | mm: move the powerpc hugepd code to mm/gup.c | Christoph Hellwig |
2019-07-12 | mm: consolidate the get_user_pages* implementations | Christoph Hellwig |
2019-07-12 | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP | Christoph Hellwig |
2019-07-12 | mm: lift the x86_32 PAE version of gup_get_pte to common code | Christoph Hellwig |
2019-07-02 | mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR | Christoph Hellwig |
2019-07-02 | mm: remove the HMM config option | Christoph Hellwig |
2019-07-02 | mm: sort out the DEVICE_PRIVATE Kconfig mess | Christoph Hellwig |
2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig |
2019-07-02 | mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option | Christoph Hellwig |
2019-06-14 | Merge tag 'v5.2-rc4' into mauro | Jonathan Corbet |
2019-06-08 | docs: fix broken documentation links | Mauro Carvalho Chehab |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-14 | mm/Kconfig: update "Memory Model" help text | Mike Rapoport |
2019-05-14 | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport |
2019-05-14 | mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig | Jérôme Glisse |
2019-05-14 | mm: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz |
2019-05-14 | mm/hmm: select mmu notifier when selecting HMM | Jérôme Glisse |
2019-05-14 | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC | Alexandre Ghiti |
2018-12-28 | ksm: replace jhash2 with xxhash | Timofey Titovets |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport |
2018-10-21 | radix tree: Remove multiorder support | Matthew Wilcox |
2018-09-20 | mm: disable deferred struct page for 32-bit arches | Pasha Tatashin |
2018-08-17 | mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAP | Huang Ying |
2018-08-17 | mm/sparse: delete old sparse_init and enable new one | Pavel Tatashin |
2018-08-17 | mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM | Mike Rapoport |
2018-08-02 | kconfig: add a Memory Management options" menu | Christoph Hellwig |
2018-06-08 | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-06-08 | Merge branch 'for-4.18/dax' into libnvdimm-for-next | Dan Williams |
2018-06-07 | mm: introduce ARCH_HAS_PTE_SPECIAL | Laurent Dufour |
2018-06-04 | Merge tag 'docs-4.18' of git://git.lwn.net/linux | Linus Torvalds |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-05-22 | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS | Dan Williams |
2018-05-18 | mm: don't allow deferred pages with NEED_PER_CPU_KM | Pavel Tatashin |
2018-05-09 | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol | Christoph Hellwig |
2018-04-27 | docs/admin-guide/mm: start moving here files from Documentation/vm | Mike Rapoport |
2018-04-16 | Merge branch 'mm-rst' into docs-next | Jonathan Corbet |
2018-04-16 | docs/vm: rename documentation files to .rst | Mike Rapoport |
2018-03-26 | treewide: simplify Kconfig dependencies for removed archs | Arnd Bergmann |
2018-02-23 | Drop a bunch of metag references | James Hogan |
2018-01-31 | mm: relax deferred struct page requirements | Pavel Tatashin |
2017-11-17 | mm: add infrastructure for get_user_pages_fast() benchmarking | Kirill A. Shutemov |
2017-09-08 | mm/hmm: avoid bloating arch that do not make use of HMM | Jérôme Glisse |