aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/init_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-09sparc: fix build fail in mm/init_64.c when NEED_MULTIPLE_NODES is offPaul Gortmaker1-9/+5
2012-04-27sparc64: Do not set max_mapnr.David S. Miller1-3/+0
2012-04-26sparc64: Use node local allocations for IRQ stacks.David S. Miller1-9/+14
2012-04-26sparc64: Convert over to NO_BOOTMEM.David S. Miller1-84/+7
2012-03-28Disintegrate asm/system.h for SparcDavid Howells1-1/+0
2011-12-08sparc: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-20/+4
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-2/+0
2011-11-28Merge branch 'master' into x86/memblockTejun Heo1-1/+46
2011-09-29sparc64: Force the execute bit in OpenFirmware's translation entries.David S. Miller1-0/+5
2011-08-06sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller1-2/+4
2011-08-05sparc: Access kernel TSB using physical addressing when possible.David S. Miller1-1/+39
2011-07-14memblock: Don't allow archs to override memblock_nid_range()Tejun Heo1-2/+2
2011-06-07sparc: Remove unnecessary semicolonsJoe Perches1-3/+3
2011-05-16sparc: convert old cpumask API into new oneKOSAKI Motohiro1-7/+7
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu1-2/+2
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon1-1/+1
2010-08-05memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()Benjamin Herrenschmidt1-2/+2
2010-08-05memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt1-10/+6
2010-08-04memblock/sparc: Use new accessorsBenjamin Herrenschmidt1-18/+12
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to memblock_regionBenjamin Herrenschmidt1-3/+3
2010-07-14lmb: rename to memblockYinghai Lu1-27/+27
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-1/+1
2010-04-03sparc64: Fix array size reported by vmemmap_populate()Ben Hutchings1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+2
2009-10-12sparc64: Fix D-cache flushing on swapin from SW devices.David S. Miller1-1/+1
2009-08-25sparc64: Validate linear D-TLB misses.David S. Miller1-19/+24
2009-06-18sparc64: Fix UP bootup regression.David S. Miller1-0/+6
2009-06-16sparc: replace uses of CPU_MASK_ALL_PTRStephen Rothwell1-1/+1
2009-06-16sparc64: Get rid of real_setup_per_cpu_areas().David S. Miller1-7/+0
2009-06-16sparc64: Defer cpu_data() setup until end of per-cpu data initialization.David S. Miller1-8/+4
2009-06-16sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.David S. Miller1-1/+1
2009-06-16sparc: Call OF and MD cpu scanning explicitly from paging_init()David S. Miller1-1/+4
2009-04-08sparc64: add_node_ranges() must be __initDavid S. Miller1-1/+1
2009-04-08sparc64: Fix section mismatch warnings in PCI controller drivers.David S. Miller1-3/+3
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc64Rusty Russell1-1/+1
2009-01-08sparc64: move EXPORT_SYMBOL to the symbols definitionSam Ravnborg1-0/+4
2009-01-06sparc64: Use unsigned long long for u64.Sam Ravnborg1-8/+8
2009-01-06sparc64: refactor code in init_64.cSam Ravnborg1-11/+21
2008-12-04sparc,sparc64: unify mm/Sam Ravnborg1-0/+2360