summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/init_64.c
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Add support for 2G hugepagesNitin Gupta2017-03-281-0/+4
* sparc64: memblock resizes are not handled properlyPavel Tatashin2017-02-231-0/+6
* sparc64: use latency groups to improve add_node_ranges speedPavel Tatashin2017-02-231-95/+113
* sparc64: Add 64K page size supportNitin Gupta2017-02-231-0/+4
* sparc64: Multi-page size supportNitin Gupta2017-02-231-1/+41
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sparc64: fix compile warning section mismatch in find_node()Thomas Tai2016-11-141-3/+3
* sparc64: Fix find_node warning if numa node cannot be foundThomas Tai2016-11-111-4/+61
* sparc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-061-1/+1
* sparc64: Fix irq stack bootmem allocation.Atish Patra2016-09-281-16/+0Star
* sparc64: fix section mismatch in find_numa_latencies_for_groupPaul Gortmaker2016-09-281-3/+3
* sparc64: Trim page tables for 8M hugepagesNitin Gupta2016-07-291-2/+4
* sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz2016-07-291-1/+2
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-251-4/+2Star
* sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller2016-05-251-3/+7
* sparc64: Reduce TLB flushes during hugepte changesNitin Gupta2016-05-211-12/+0Star
* sparc64: recognize and support Sonoma CPU typeKhalid Aziz2016-04-211-0/+3
* arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-4/+4
* sparc64: Fix numa node distance initializationNitin Gupta2016-01-141-7/+8
* sparc64: Fix numa distance valuesNitin Gupta2015-11-041-1/+69
* mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-251-2/+4
* Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-21/+53
|\
| * sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTEKhalid Aziz2015-06-011-21/+53
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
|/
* sparc: Fix /proc/kcoreDavid S. Miller2015-03-191-1/+1
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller2014-10-061-23/+2Star
* sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller2014-10-061-11/+19
* sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller2014-10-061-1/+8
* sparc64: Use kernel page tables for vmemmap.David S. Miller2014-10-061-38/+34Star
* sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller2014-10-061-225/+168Star
* sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2014-10-061-3/+25
* sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2014-10-061-0/+21
* sparc64: Switch to 4-level page tables.David S. Miller2014-10-061-4/+27
* sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller2014-10-051-2/+2
* sparc64: mem boot option correctionbob picco2014-09-171-1/+48
* sparc64: find_node adjustmentbob picco2014-09-171-1/+4
* sparc64: Fix up merge thinko.David S. Miller2014-08-061-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2014-08-061-0/+32
|\
| * sparc64: Guard against flushing openfirmware mappings.David S. Miller2014-08-051-0/+23
| * sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller2014-08-051-0/+8
* | sparc64 - add mem to iomem resourcebob picco2014-07-221-0/+65
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-06-191-2/+7
|\
| * sparc64: fix sparse warnings in int_64.cSam Ravnborg2014-05-191-2/+6
| * sparc64: fix sparse warnings in init_64.cSam Ravnborg2014-05-191-0/+1
* | sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller2014-05-041-6/+6
|/
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-221-2/+3
* sparc64: merge fixStephen Rothwell2013-11-191-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2013-11-151-167/+115Star
|\
| * sparc64: Encode huge PMDs using PTE encoding.David S. Miller2013-11-131-101/+1Star