summaryrefslogtreecommitdiff
path: root/arch/sparc/mm/init_64.c
AgeCommit message (Expand)Author
2023-08-24sparc64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21sparc64: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-07-17sparc/mm: move protection_map[] inside the platformAnshuman Khandual
2022-04-28sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2020-12-15sparc: fix handling of page table constructor failureMatthew Wilcox (Oracle)
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-05-06sparc: mm: return true,false in kern_addr_valid()Jason Yan
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2020-01-30sparc64: add support for folded p4d page tablesMike Rapoport
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig
2019-05-09sparc64: simplify reduce_memory() functionMike Rapoport
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-10-26sparc64: Export __node_distance.David S. Miller
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-15sparc64: simplify vmemmap_populatePavel Tatashin
2017-11-15sparc64/mm: set fields in deferred pagesPavel Tatashin
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-15sparc64: Add 16GB hugepage supportNitin Gupta
2017-08-04sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.Vijay Kumar
2017-08-04sparc64: recognize and support sparc M8 cpu typeAllen Pais
2017-07-20sparc64: Register hugepages during arch initNitin Gupta
2017-06-06sparc64: new context wrapPavel Tatashin