summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/mm
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Avoid dcache-dirty page state management on sun4v.David S. Miller2006-03-202-23/+30
* [SPARC64]: Bulletproof hypervisor TLB flushing.David S. Miller2006-03-201-26/+68
* [SPARC64]: destroy_context() needs to disable interrupts.David S. Miller2006-03-201-2/+3
* [SPARC64]: Fix TLB context allocation with SMT style shared TLBs.David S. Miller2006-03-201-1/+8
* [SPARC64]: Export _PAGE_E and _PAGE_CACHE to modules.David S. Miller2006-03-201-0/+4
* [SPARC64]: Create a seperate kernel TSB for 4MB/256MB mappings.David S. Miller2006-03-201-5/+19
* [SPARC64]: Make use of Niagara 256MB PTEs for kernel mappings.David S. Miller2006-03-201-13/+69
* [SPARC64]: Export a PAGE_SHARED symbol.David S. Miller2006-03-201-0/+5
* [SPARC64]: More TLB/TSB handling fixes.David S. Miller2006-03-202-14/+15
* [SPARC64]: Check for errors in hypervisor_tlb_lock().David S. Miller2006-03-201-0/+5
* [SPARC64]: Set associativity of kernel TSB descriptor correctly.David S. Miller2006-03-201-1/+1
* [SPARC64]: Use phys tsb address in tsb_insert() in SUN4V.David S. Miller2006-03-201-1/+1
* [SPARC64]: Fix flush_tsb_user() on SUN4V.David S. Miller2006-03-201-1/+1
* [SPARC64]: Fix comment typo in __flush_tlb_kernel_range.David S. Miller2006-03-201-1/+1
* [SPARC64]: Log faulting vaddr when bogus kernel PC detected.David S. Miller2006-03-201-2/+3
* [SPARC64]: Use inline patching for critical PTE operations.David S. Miller2006-03-201-208/+3Star
* [SPARC64]: Move PTE field definitions back into asm/pgtable.hDavid S. Miller2006-03-201-84/+0Star
* [SPARC64]: Deal with PTE layout differences in SUN4V.David S. Miller2006-03-204-127/+630
* [SPARC64]: Register kernel TSB with hypervisor.David S. Miller2006-03-201-1/+69
* [SPARC64]: Handle hypervisor case correctly in copy_tsb().David S. Miller2006-03-201-2/+9
* [SPARC64]: Use ASI_SCRATCHPAD address 0x0 properly.David S. Miller2006-03-201-21/+1Star
* [SPARC64]: Fix hypervisor call arg passing.David S. Miller2006-03-201-10/+10
* [SPARC64]: Hypervisor TSB context switching.David S. Miller2006-03-201-1/+47
* [SPARC64]: Detect sun4v early in boot process.David S. Miller2006-03-201-12/+46
* [SPARC64]: Patch up mmu context register writes for sun4v.David S. Miller2006-03-201-9/+0Star
* [SPARC64]: Register per-cpu fault status area with sun4v hypervisor.David S. Miller2006-03-201-4/+25
* [SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patchDavid S. Miller2006-03-201-2/+2
* [SPARC64]: Initial sun4v TLB miss handling infrastructure.David S. Miller2006-03-201-1/+23
* [SPARC64]: Sanitize %pstate writes for sun4v.David S. Miller2006-03-201-2/+16
* [SPARC64]: Add some hypervisor tlb_type checks.David S. Miller2006-03-201-2/+4
* [SPARC64]: SUN4V hypervisor TLB flush support code.David S. Miller2006-03-201-10/+214
* [SPARC64]: Turn off TSB growing for now.David S. Miller2006-03-202-15/+1Star
* [SPARC64]: Access TSB with physical addresses when possible.David S. Miller2006-03-202-30/+97
* [SPARC64]: Kill swapper_pgd_zero, totally unused.David S. Miller2006-03-201-3/+0Star
* [SPARC64]: Increase swapper_tsb size to 32K.David S. Miller2006-03-201-8/+0Star
* [SPARC64]: Kill sole argument passed to setup_tba().David S. Miller2006-03-201-9/+2Star
* [SPARC64]: Kill PROM locked TLB entry preservation code.David S. Miller2006-03-201-285/+10Star
* [SPARC64]: Fix bogus flush instruction usage.David S. Miller2006-03-201-12/+19
* [SPARC64]: Fix incorrect TSB lock bit handling.David S. Miller2006-03-201-1/+1
* [SPARC64]: Preload TSB entries from update_mmu_cache().David S. Miller2006-03-201-0/+10
* [SPARC64]: Dynamically grow TSB in response to RSS growth.David S. Miller2006-03-202-6/+152
* [SPARC64]: Add infrastructure for dynamic TSB sizing.David S. Miller2006-03-201-14/+95
* [SPARC64]: TSB refinements.David S. Miller2006-03-201-0/+28
* [SPARC64]: Elminate all usage of hard-coded trap globals.David S. Miller2006-03-201-6/+4Star
* [SPARC64]: Kill pgtable quicklists and use SLAB.David S. Miller2006-03-201-17/+15Star
* [SPARC64]: No need to D-cache color page tables any longer.David S. Miller2006-03-201-65/+6Star
* [SPARC64]: Move away from virtual page tables, part 1.David S. Miller2006-03-205-204/+92Star
* [SPARC64]: Fix >8K I/O mappings.David S. Miller2005-11-291-0/+1
* [PATCH] sparc: convert IO remapping to VM_PFNMAPDavid S. Miller2005-11-281-1/+14
* [PATCH] unpaged: VM_UNPAGEDHugh Dickins2005-11-221-1/+1