summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/init_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sparc64: Move to 64-bit PGDs and PMDs.David S. Miller2013-11-131-1/+1
| * sparc64: Move from 4MB to 8MB huge pages.David S. Miller2013-11-131-59/+15Star
| * sparc64: Make PAGE_OFFSET variable.David S. Miller2013-11-131-0/+92
| * sparc64: Use PAGE_OFFSET instead of a magic constant.David S. Miller2013-11-131-7/+7
* | sparc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-5/+6
|/
* sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker2013-07-151-1/+1
* mm/SPARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-21/+3Star
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-2/+2
* sparc64 address-congruence propertybob picco2013-06-191-1/+8
* mm/SPARC: use common help functions to free reserved pagesJiang Liu2013-05-081-22/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2013-05-051-4/+3Star
|\
| * sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-301-4/+3Star
* | sparc64: Do not save/restore interrupts in get_new_mmu_context()Kirill Tkhai2013-04-091-3/+2Star
* | sparc64: Do not change num_physpages during initmem freeingTkhai Kirill2013-03-201-2/+0Star
|/
* memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-241-0/+4
* memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-241-0/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-221-13/+11Star
|\
| * Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-301-4/+4
| |\
| * | sparc, mm: Remove calling of free_all_bootmem_node()Yinghai Lu2012-11-171-13/+11Star
* | | sparc64: Fix tsb_grow() in atomic context.David S. Miller2013-02-201-5/+19
* | | sparc64: Handle hugepage TSB being NULL.David S. Miller2013-02-201-16/+22
| |/ |/|
* | SPARC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* | sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro2012-10-151-1/+1
|/
* sparc64: Support transparent huge pages.David Miller2012-10-091-9/+195
* sparc64: Eliminate PTE table memory wastage.David Miller2012-10-091-0/+101
* sparc64: Only support 4MB huge pages and 8KB base pages.David Miller2012-10-091-7/+2Star
* sparc: fix format string argument for prom_printf()Akinobu Mita2012-10-031-3/+4
* sparc64: Use cpu_pgsz_mask for linear kernel mapping config.David S. Miller2012-09-071-39/+65
* sparc64: Probe cpu page size support more portably.David S. Miller2012-09-071-0/+31
* sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.David S. Miller2012-09-071-27/+110
* sparc64: Be less verbose during vmemmap population.David S. Miller2012-08-151-5/+23
* sparc: fix build fail in mm/init_64.c when NEED_MULTIPLE_NODES is offPaul Gortmaker2012-05-101-9/+5Star
* sparc64: Do not set max_mapnr.David S. Miller2012-04-271-3/+0Star
* sparc64: Use node local allocations for IRQ stacks.David S. Miller2012-04-271-9/+14
* sparc64: Convert over to NO_BOOTMEM.David S. Miller2012-04-271-84/+7Star
* Disintegrate asm/system.h for SparcDavid Howells2012-03-281-1/+0Star
* sparc: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-081-20/+4Star
* memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-081-1/+1
* memblock: Kill memblock_init()Tejun Heo2011-12-081-2/+0Star
* Merge branch 'master' into x86/memblockTejun Heo2011-11-281-1/+46
|\
| * sparc64: Force the execute bit in OpenFirmware's translation entries.David S. Miller2011-09-291-0/+5
| * sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller2011-08-061-2/+4
| * sparc: Access kernel TSB using physical addressing when possible.David S. Miller2011-08-051-1/+39
* | memblock: Don't allow archs to override memblock_nid_range()Tejun Heo2011-07-141-2/+2
|/