aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/init_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-03sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller1-6/+6
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-2/+3
2013-11-18sparc64: merge fixStephen Rothwell1-2/+0
2013-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-167/+115
2013-11-15sparc: handle pgtable_page_ctor() failKirill A. Shutemov1-5/+6
2013-11-13sparc64: Encode huge PMDs using PTE encoding.David S. Miller1-101/+1
2013-11-12sparc64: Move to 64-bit PGDs and PMDs.David S. Miller1-1/+1
2013-11-12sparc64: Move from 4MB to 8MB huge pages.David S. Miller1-59/+15
2013-11-12sparc64: Make PAGE_OFFSET variable.David S. Miller1-0/+92
2013-11-12sparc64: Use PAGE_OFFSET instead of a magic constant.David S. Miller1-7/+7
2013-07-14sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker1-1/+1
2013-07-03mm/SPARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-21/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-2/+2
2013-06-19sparc64 address-congruence propertybob picco1-1/+8
2013-05-07mm/SPARC: use common help functions to free reserved pagesJiang Liu1-22/+6
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller1-4/+3
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-4/+3
2013-04-08sparc64: Do not save/restore interrupts in get_new_mmu_context()Kirill Tkhai1-3/+2
2013-03-20sparc64: Do not change num_physpages during initmem freeingTkhai Kirill1-2/+0
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+4
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu1-0/+1
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+11
2013-02-20sparc64: Fix tsb_grow() in atomic context.David S. Miller1-5/+19
2013-02-20sparc64: Handle hugepage TSB being NULL.David S. Miller1-16/+22
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-4/+4
2013-01-03SPARC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-17sparc, mm: Remove calling of free_all_bootmem_node()Yinghai Lu1-13/+11
2012-10-14sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro1-1/+1
2012-10-09sparc64: Support transparent huge pages.David Miller1-9/+195
2012-10-09sparc64: Eliminate PTE table memory wastage.David Miller1-0/+101
2012-10-09sparc64: Only support 4MB huge pages and 8KB base pages.David Miller1-7/+2
2012-10-02sparc: fix format string argument for prom_printf()Akinobu Mita1-3/+4
2012-09-06sparc64: Use cpu_pgsz_mask for linear kernel mapping config.David S. Miller1-39/+65
2012-09-06sparc64: Probe cpu page size support more portably.David S. Miller1-0/+31
2012-09-06sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.David S. Miller1-27/+110
2012-08-15sparc64: Be less verbose during vmemmap population.David S. Miller1-5/+23
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