aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/init_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-2/+2
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-3/+6
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-5/+6
2018-10-26sparc64: Export __node_distance.David S. Miller1-0/+1
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-1/+1
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-3/+3
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz1-0/+69
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-1/+1
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-1/+1
2017-11-15sparc64: simplify vmemmap_populatePavel Tatashin1-17/+6
2017-11-15sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15sparc64: Add 16GB hugepage supportNitin Gupta1-7/+47
2017-08-04sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.Vijay Kumar1-1/+11
2017-08-04sparc64: recognize and support sparc M8 cpu typeAllen Pais1-0/+2
2017-07-20sparc64: Register hugepages during arch initNitin Gupta1-1/+24
2017-06-06sparc64: new context wrapPavel Tatashin1-27/+54
2017-06-06sparc64: add per-cpu mm of secondary contextsPavel Tatashin1-0/+1
2017-06-06sparc64: redefine first versionPavel Tatashin1-3/+3
2017-06-06sparc64: reset mm cpumask after wrapPavel Tatashin1-0/+2
2017-06-06sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.Liam R. Howlett1-1/+2
2017-03-27sparc64: kern_addr_valid regressionbob picco1-1/+1
2017-03-27sparc64: Add support for 2G hugepagesNitin Gupta1-0/+4
2017-02-23sparc64: memblock resizes are not handled properlyPavel Tatashin1-0/+6
2017-02-23sparc64: use latency groups to improve add_node_ranges speedPavel Tatashin1-95/+113
2017-02-23sparc64: Add 64K page size supportNitin Gupta1-0/+4
2017-02-23sparc64: Multi-page size supportNitin Gupta1-1/+41
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-14sparc64: fix compile warning section mismatch in find_node()Thomas Tai1-3/+3
2016-11-10sparc64: Fix find_node warning if numa node cannot be foundThomas Tai1-4/+61
2016-10-06sparc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-28sparc64: Fix irq stack bootmem allocation.Atish Patra1-16/+0
2016-09-28sparc64: fix section mismatch in find_numa_latencies_for_groupPaul Gortmaker1-3/+3
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta1-2/+4
2016-07-28sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz1-1/+2
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-4/+2
2016-05-25sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller1-3/+7
2016-05-20sparc64: Reduce TLB flushes during hugepte changesNitin Gupta1-12/+0
2016-04-21sparc64: recognize and support Sonoma CPU typeKhalid Aziz1-0/+3
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-4/+4
2016-01-14sparc64: Fix numa node distance initializationNitin Gupta1-7/+8
2015-11-04sparc64: Fix numa distance valuesNitin Gupta1-1/+69
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck1-2/+4
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar1-21/+53
2015-05-31sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTEKhalid Aziz1-21/+53
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-03-18sparc: Fix /proc/kcoreDavid S. Miller1-1/+1