aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-04sparc,sparc64: unify mm/Sam Ravnborg1-2360/+0
2008-12-04sparc64: Stop using memory barriers for atomics and locks.David S. Miller1-2/+0
2008-11-30sparc64 trivial section misannotationsAl Viro1-1/+1
2008-09-12sparc64: Kill sparse warnings in mm/init.hDavid S. Miller1-29/+7
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller1-1/+1
2008-09-02sparc64: Implement SSTATE purely using notifiers and initcalls.David S. Miller1-3/+0
2008-08-31sparc64: Clean up CPU chip type probing code.David S. Miller1-2/+0
2008-08-31sparc64: Rewrite central driver.David S. Miller1-3/+0
2008-08-30sparc64: setup_valid_addr_bitmap_from_pavail() should be __initDavid S. Miller1-1/+1
2008-08-24sparc64: Add JBUS NUMA detection.David S. Miller1-0/+40
2008-08-14sparc64: Fix cmdline_memory_size handling bugs.David S. Miller1-8/+19
2008-08-14sparc64: Fix overshoot in nid_range().David S. Miller1-0/+3
2008-08-12sparc64: Implement IRQ stacks.David S. Miller1-0/+11
2008-07-26sparc64: use generic show_mem()Johannes Weiner1-45/+0
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-2/+1
2008-05-20sparc64: remove CVS keywordsAdrian Bunk1-1/+1
2008-05-16sparc64: Fix lmb_reserve() args in find_ramdisk().David S. Miller1-1/+1
2008-05-11sparc64: Work around memory probing bug in openfirmware.David S. Miller1-5/+11
2008-05-06sparc64: Fix initrd regression.David S. Miller1-0/+3
2008-05-05sparc64: remove online_page()Adrian Bunk1-13/+0
2008-04-29sparc: Export symbols for ZERO_PAGE usage in modules.Aneesh Kumar K.V1-0/+1
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter1-2/+14
2008-04-23[SPARC64]: Add NUMA support.David S. Miller1-100/+696
2008-04-23[SPARC64]: Initialize MDESC earlier and use lmb_alloc()David S. Miller1-3/+3
2008-04-23[SPARC64]: Use lmb_alloc() for PROM device tree.David S. Miller1-2/+2
2008-04-23[SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc().David S. Miller1-2/+6
2008-04-23[SPARC64]: Fully use LMB information in bootmem_init().David S. Miller1-82/+18
2008-04-23[SPARC64]: Start using LMB information in bootmem_init().David S. Miller1-126/+6
2008-04-23[SPARC64]: Initialize LMB tables.David S. Miller1-1/+13
2008-04-23[SPARC64]: Move ramdisk discovery code out to seperate function.David S. Miller1-24/+33
2008-03-26[SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.cDavid S. Miller1-4/+0
2008-03-25[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.cDavid S. Miller1-0/+1
2008-03-21[SPARC64]: Remove most limitations to kernel image size.David S. Miller1-24/+14
2008-02-24[SPARC64]: Fix section mismatch from kernel_map_rangeSam Ravnborg1-1/+2
2008-02-17[SPARC64]: Always register a PROM based early console.David S. Miller1-3/+3
2008-02-13[SPARC64]: Remove DEBUG_BOOTMEM.David S. Miller1-42/+1
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-4/+4
2008-01-30SPARC64: use generic percputravis@sgi.com1-0/+5
2007-12-13[SPARC64]: Fix two kernel linear mapping setup bugs.David S. Miller1-9/+20
2007-10-27[SPARC64]: __inline__ --> inlineDavid S. Miller1-2/+2
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-5/+0
2007-10-16SPARC64: SPARSEMEM_VMEMMAP supportDavid Miller1-0/+52
2007-10-13[SPARC64]: Only use bypass accesses to INO buckets.David S. Miller1-2/+0
2007-05-29[SPARC64]: Fill holes in hypervisor APIs and fix KTSB registry.David S. Miller1-30/+11
2007-05-29[SPARC64]: Fix two bugs wrt. kernel 4MB TSB.David S. Miller1-2/+5
2007-05-29[SPARC64]: Eliminate NR_CPUS limitations.David S. Miller1-6/+16
2007-05-29[SPARC64]: Use machine description and OBP properly for cpu probing.David S. Miller1-3/+14
2007-05-29[SPARC64]: Report proper system soft state to the hypervisor.David S. Miller1-0/+3
2007-05-11[SPARC64]: Spelling fixes.Simon Arlott1-1/+1
2007-05-07Quicklist support for sparc64David Miller1-24/+0
2007-04-26[SPARC64]: Document and fix calculation of pages_avail.David S. Miller1-2/+23
2007-04-26[SPARC64]: Use bootmem_bootmap_pages() in choose_bootmap_pfn().David S. Miller1-2/+2
2007-04-26[SPARC64]: Add proper header file extern for cmdline_memory_size.David S. Miller1-2/+0
2007-04-26[SPARC64]: Kill sparc_ultra_dump_{i,d}tlb()David S. Miller1-87/+0
2007-04-26[SPARC64]: Use DECLARE_BITMAP and BITS_TO_LONGS in mm/init.cDavid S. Miller1-6/+7
2007-04-26[SPARC64]: Give move verbose show_mem() output just like i386.David S. Miller1-2/+37
2007-04-26[SPARC64]: Mark show_mem() printk's with KERN_INFO.David S. Miller1-4/+4
2007-04-26[SPARC64]: Kill kvaddr_to_phys() and friends.David S. Miller1-63/+28
2007-04-26[SPARC64]: Privatize sun4u_get_pte() and fix name.David S. Miller1-67/+62
2007-04-26[SPARC64]: Kill _start[]/_end[] declarations in mm/init.cDavid S. Miller1-3/+0
2007-04-26[SPARC64]: Simplify read_obp_memory().David S. Miller1-16/+11
2007-03-16[SPARC64]: Get DEBUG_PAGEALLOC working again.David S. Miller1-2/+28
2007-02-12[SPARC64]: We do not need ZONE_DMA.David S. Miller1-2/+2
2007-02-11[PATCH] Drop free_pages()Christoph Lameter1-2/+2
2006-12-31[SPARC64]: Fix "mem=xxx" handling.David S. Miller1-23/+124
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-09-26[SPARC64]: Kill bogus check from bootmem_init().David S. Miller1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap1-1/+2
2006-06-25[SPARC64]: Export _PAGE_IE to modules.David S. Miller1-0/+1
2006-06-23[SPARC64]: Fix for Niagara memory corruption.David S. Miller1-1/+27
2006-06-23[SPARC64]: Minor bug fix to obp_read_memory().David S. Miller1-2/+19
2006-06-23[SPARC64]: Import OBP device tree into kernel data structures.David S. Miller1-0/+3
2006-03-23[PATCH] sparc64: fix set_page_count merge clashNick Piggin1-2/+2
2006-03-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+19
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-2/+2
2006-03-22[SPARC64]: Add a secondary TSB for hugepage mappings.David S. Miller1-2/+19
2006-03-20[SPARC64]: Allow CONFIG_MEMORY_HOTPLUG to build.David S. Miller1-0/+18
2006-03-20[SPARC64]: Use SLAB caches for TSB tables.David S. Miller1-1/+4
2006-03-20[SPARC64]: Fix and re-enable dynamic TSB sizing.David S. Miller1-1/+6
2006-03-20[SPARC64]: Fix 32-bit truncation which broke sparsemem.David S. Miller1-10/+8
2006-03-20[SPARC64]: Move over to sparsemem.David S. Miller1-36/+98
2006-03-20[SPARC64]: Bulletproof MMU context locking.David S. Miller1-2/+3
2006-03-20[SPARC64]: Fix loop termination in mark_kpte_bitmap()David S. Miller1-1/+4
2006-03-20[SPARC64]: Simplify TSB insert checks.David S. Miller1-9/+6
2006-03-20[SPARC64]: Avoid dcache-dirty page state management on sun4v.David S. Miller1-22/+28
2006-03-20[SPARC64]: Fix TLB context allocation with SMT style shared TLBs.David S. Miller1-1/+8
2006-03-20[SPARC64]: Export _PAGE_E and _PAGE_CACHE to modules.David S. Miller1-0/+4
2006-03-20[SPARC64]: Create a seperate kernel TSB for 4MB/256MB mappings.David S. Miller1-5/+19
2006-03-20[SPARC64]: Make use of Niagara 256MB PTEs for kernel mappings.David S. Miller1-13/+69
2006-03-20[SPARC64]: Export a PAGE_SHARED symbol.David S. Miller1-0/+5
2006-03-20[SPARC64]: More TLB/TSB handling fixes.David S. Miller1-1/+3
2006-03-20[SPARC64]: Check for errors in hypervisor_tlb_lock().David S. Miller1-0/+5
2006-03-20[SPARC64]: Set associativity of kernel TSB descriptor correctly.David S. Miller1-1/+1
2006-03-20[SPARC64]: Use phys tsb address in tsb_insert() in SUN4V.David S. Miller1-1/+1
2006-03-20[SPARC64]: Use inline patching for critical PTE operations.David S. Miller1-208/+3
2006-03-20[SPARC64]: Move PTE field definitions back into asm/pgtable.hDavid S. Miller1-84/+0
2006-03-20[SPARC64]: Deal with PTE layout differences in SUN4V.David S. Miller1-94/+609
2006-03-20[SPARC64]: Register kernel TSB with hypervisor.David S. Miller1-1/+69
2006-03-20[SPARC64]: Use ASI_SCRATCHPAD address 0x0 properly.David S. Miller1-21/+1
2006-03-20[SPARC64]: Fix hypervisor call arg passing.David S. Miller1-10/+10
2006-03-20[SPARC64]: Detect sun4v early in boot process.David S. Miller1-12/+46
2006-03-20[SPARC64]: Patch up mmu context register writes for sun4v.David S. Miller1-9/+0
2006-03-20[SPARC64]: Register per-cpu fault status area with sun4v hypervisor.David S. Miller1-4/+25
2006-03-20[SPARC64]: Initial sun4v TLB miss handling infrastructure.David S. Miller1-1/+23
2006-03-20[SPARC64]: Add some hypervisor tlb_type checks.David S. Miller1-2/+4
2006-03-20[SPARC64]: Turn off TSB growing for now.David S. Miller1-5/+0
2006-03-20[SPARC64]: Access TSB with physical addresses when possible.David S. Miller1-0/+32
2006-03-20[SPARC64]: Kill swapper_pgd_zero, totally unused.David S. Miller1-3/+0
2006-03-20[SPARC64]: Kill sole argument passed to setup_tba().David S. Miller1-9/+2
2006-03-20[SPARC64]: Kill PROM locked TLB entry preservation code.David S. Miller1-285/+10
2006-03-20[SPARC64]: Preload TSB entries from update_mmu_cache().David S. Miller1-0/+10
2006-03-20[SPARC64]: Dynamically grow TSB in response to RSS growth.David S. Miller1-0/+7
2006-03-20[SPARC64]: Kill pgtable quicklists and use SLAB.David S. Miller1-17/+15
2006-03-20[SPARC64]: No need to D-cache color page tables any longer.David S. Miller1-65/+6
2006-03-20[SPARC64]: Move away from virtual page tables, part 1.David S. Miller1-86/+5
2005-10-12[SPARC64]: Fix boot failures on SunBlade-150David S. Miller1-113/+74
2005-10-05[SPARC64]: Fix initrd when net booting.David S. Miller1-100/+56
2005-10-04[SPARC64]: Replace cheetah+ code patching with variables.David S. Miller1-6/+20
2005-09-29[SPARC64]: Rewrite convoluted physical memory probing.David S. Miller1-191/+111
2005-09-28[SPARC64]: Kill all external references to sp_banks[]David S. Miller1-1/+22
2005-09-28[SPARC64]: Move phys_base, kern_{base,size}, and sp_banks[] init to paging_initDavid S. Miller1-1/+61
2005-09-26[SPARC64]: Do not do TLB pre-filling any more.David S. Miller1-6/+0
2005-09-25[SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support.David S. Miller1-3/+106
2005-09-23[SPARC64]: Mark functions called by paging_init() as __init.David S. Miller1-6/+6
2005-09-22[SPARC64]: Rewrite bootup sequence.David S. Miller1-93/+5
2005-09-22[SPARC64]: Kill readjust_prom_translations()David S. Miller1-35/+0
2005-09-22[SPARC64]: Remove unnecessary paging_init() cruft.David S. Miller1-99/+15
2005-09-22[SPARC64]: Do not allocate OBP page tables using bootmemDavid S. Miller1-47/+100
2005-09-22[SPARC64]: Break up inherit_prom_mappings() into it's constituent parts.David S. Miller1-141/+160
2005-09-21[SPARC64]: Do not allocate prom translations using bootmem.David S. Miller1-28/+26
2005-09-21[SPARC64]: Remove ktlb.S instruction patching.David S. Miller1-20/+12
2005-09-07[PATCH] Kprobes: prevent possible race conditions sparc64 changesPrasanna S Panchamukhi1-1/+2
2005-07-27[SPARC64]: Fix ugly dependency on NR_CPUS being a power-of-2.David S. Miller1-6/+17
2005-06-27[SPARC64]: Avoid membar instructions in delay slots.David S. Miller1-2/+4
2005-05-05[SPARC64]: Kill useless __pte_alloc_one_kernel indirectionChristoph Hellwig1-1/+1
2005-04-17[PATCH] sparc64: Do not flush dcache for ZERO_PAGE.David S. Miller1-4/+15
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1769