summaryrefslogtreecommitdiff
path: root/mm/Kconfig
AgeCommit message (Expand)Author
2021-12-06percpu: km: ensure it is used with NOMMU (either UP or SMP)Vladimir Murzin
2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand
2021-11-06mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bitDavid Hildenbrand
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-11-06mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMO...David Hildenbrand
2021-11-06mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMP...Sebastian Andrzej Siewior
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang
2021-06-30mm/zbud: don't export any zbud APIMiaohe Lin
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual
2021-05-05mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual
2021-05-05mm: cma: support sysfsMinchan Kim
2021-05-05mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual
2021-04-30mm/Kconfig: remove default DISCONTIGMEM_MANUALGeert Uytterhoeven
2021-04-30mm: add a io_mapping_map_user helperChristoph Hellwig
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter
2020-12-19mm/Kconfig: fix spelling mistake "whats" -> "what's"Colin Ian King
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm/gup_test: GUP_TEST depends on DEBUG_FSBarry Song
2020-12-15selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard
2020-12-15mm/gup_benchmark: rename to mm/gup_testJohn Hubbard
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-06mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim
2020-11-11parisc: Make user stack size configurableHelge Deller
2020-11-06highmem: Provide generic variant of kmap_atomic*Thomas Gleixner
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-13mm/gup_benchmark: update the documentation in KconfigBarry Song
2020-09-24Fix references to nommu-mmap.rstStephen Kitt
2020-09-01dma-contiguous: provide the ability to reserve per-numa CMABarry Song
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-06-26docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2020-06-04mm/memory_hotplug: disable the functionality for 32bMichal Hocko
2020-06-04mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand
2020-06-03mm: parallelize deferred_init_memmap()Daniel Jordan
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-06-02sparc32: mm: Disable SPLIT_PTLOCK_CPUSWill Deacon