aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Allocate and register the 4 sun4v mondo queues at bootup.David S. Miller2006-03-202-1/+59
* [SPARC64]: Verify all trap_per_cpu assembler offsets in trap_init()David S. Miller2006-03-201-1/+12
* [SPARC64]: Patch up mmu context register writes for sun4v.David S. Miller2006-03-206-41/+166
* [SPARC64]: Register per-cpu fault status area with sun4v hypervisor.David S. Miller2006-03-201-0/+3
* [SPARC64]: Niagara copy/clear page.David S. Miller2006-03-201-0/+18
* [SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patchDavid S. Miller2006-03-206-26/+26
* [SPARC64]: Initial sun4v TLB miss handling infrastructure.David S. Miller2006-03-205-15/+309
* [SPARC64]: Add missing memory barriers to instruction patching functions.David S. Miller2006-03-201-0/+7
* [SPARC64]: Sanitize %pstate writes for sun4v.David S. Miller2006-03-204-10/+49
* [SPARC64]: Kill all %pstate changes in context switch code.David S. Miller2006-03-201-1/+4
* [SPARC64]: Add initial code to twiddle %gl on trap entry/exit.David S. Miller2006-03-204-3/+53
* [SPARC64]: Fill dead cycles on trap entry with real work.David S. Miller2006-03-201-12/+15
* [SPARC64]: Add sun4v case to __GET_CPUID() patch tables.David S. Miller2006-03-201-0/+3
* [SPARC64]: Add some hypervisor tlb_type checks.David S. Miller2006-03-201-6/+26
* [SPARC64]: Refine register window trap handling.David S. Miller2006-03-206-439/+214
* [SPARC64]: Add explicit register args to trap state loading macros.David S. Miller2006-03-205-27/+20
* [SPARC64]: Refine code sequences to get the cpu id.David S. Miller2006-03-206-87/+73
* [SPARC64]: Correctable ECC errors cannot occur at trap level > 0.David S. Miller2006-03-202-18/+1
* [SPARC64]: Access TSB with physical addresses when possible.David S. Miller2006-03-205-17/+46
* [SPARC64]: Don't clobber alt-global %g4 on window fixups.David S. Miller2006-03-201-1/+1
* [SPARC64]: Fix race in LOAD_PER_CPU_BASE()David S. Miller2006-03-203-6/+6
* [SPARC64]: Fix too early reference to %g6David S. Miller2006-03-201-2/+5
* [SPARC64]: Kill hard-coded %pstate setting in sparc_exit.David S. Miller2006-03-201-2/+3
* [SPARC64]: Increase swapper_tsb size to 32K.David S. Miller2006-03-202-9/+6
* [SPARC64]: Kill sole argument passed to setup_tba().David S. Miller2006-03-201-1/+1
* [SPARC64]: Kill PROM locked TLB entry preservation code.David S. Miller2006-03-202-11/+0
* [SPARC64]: Use sparc64_highest_unlocked_tlb_ent in __tsb_context_switch()David S. Miller2006-03-201-6/+8
* [SPARC64]: Fix bogus flush instruction usage.David S. Miller2006-03-203-4/+8
* [SPARC64]: Kill {save,restore}_alternate_globals()David S. Miller2006-03-202-76/+1
* [SPARC64]: Preload TSB entries from update_mmu_cache().David S. Miller2006-03-201-0/+17
* [SPARC64]: Dynamically grow TSB in response to RSS growth.David S. Miller2006-03-201-4/+24
* [SPARC64]: Add infrastructure for dynamic TSB sizing.David S. Miller2006-03-203-38/+23
* [SPARC64]: TSB refinements.David S. Miller2006-03-201-0/+11
* [SPARC64]: Elminate all usage of hard-coded trap globals.David S. Miller2006-03-2012-151/+188
* [SPARC64]: Kill pgtable quicklists and use SLAB.David S. Miller2006-03-201-4/+0
* [SPARC64]: Move away from virtual page tables, part 1.David S. Miller2006-03-2018-627/+397
* [SPARC64]: fix sparc_floppy_irq's auxio_register resetingBernhard R Link2006-03-201-1/+1
* [SPARC64]: Mark __ex_table section correctly.David S. Miller2006-03-042-3/+3
* [SPARC64]: Make cpu_present_map available earlier.David S. Miller2006-02-262-9/+21
* [SPARC]: sys_newfstatat --> sys_fstatat64David S. Miller2006-02-122-2/+23
* [SPARC64]: Fix sys_newfstatat syscall table entry for 64-bit.Heiko Carstens2006-02-091-1/+1
* [SPARC]: Wire up sys_unshare().David S. Miller2006-02-072-3/+4
* [SPARC64]: Kill compat_sys_clock_settime sign extension stub.David S. Miller2006-01-302-2/+1
* [SPARC]: Increase NR_SYSCALLS to 299David S. Miller2006-01-221-1/+1
* [SPARC64]: Use compat_sys_futimesat in 32-bit syscall table.David S. Miller2006-01-201-1/+1
* [SPARC]: Add support for *at(), ppoll, and pselect syscalls.David S. Miller2006-01-196-261/+93
* [PATCH] vfs: *at functions: coreUlrich Drepper2006-01-181-2/+2
* [SPARC64]: Fix build with CONFIG_COMPAT disabled.David S. Miller2006-01-181-0/+4
* [SPARC64]: Serial Console for E250 PatchEddie C. Dost2006-01-181-0/+2
* [SPARC64]: Eliminate race condition reading Hummingbird STICK registerRichard Mortimer2006-01-171-11/+11