summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Split entry.S up into seperate files.David S. Miller2008-04-281-2575/+0Star
* [SPARC64]: %l6 trap return handling no longer necessary.David S. Miller2008-04-241-18/+17Star
* sparc64: cleanup after SunOS/Solaris binary emulation removalAdrian Bunk2008-04-241-1/+1
* [SPARC]: Remove SunOS and Solaris binary support.David S. Miller2008-04-221-59/+2Star
* [SPARC64]: Make save_stack_trace() more efficient.David S. Miller2008-03-251-0/+30
* [SPARC]: Move over to arch_ptrace().David S. Miller2008-02-071-4/+0Star
* [SPARC64]: Fix two kernel linear mapping setup bugs.David S. Miller2007-12-131-0/+12
* [SPARC64]: Access ivector_table[] using physical addresses.David S. Miller2007-10-141-6/+6
* [SPARC64]: Make IVEC pointers 64-bit.David S. Miller2007-10-141-4/+4
* [SPARC64]: Fix args to sun4v_ldc_revoke().David S. Miller2007-06-131-2/+3
* [SPARC64]: Provide mmu statistics via sysfs.David Miller2007-06-051-0/+22
* [SPARC64]: Fix service channel hypervisor function names.David Miller2007-06-051-20/+20
* [SPARC64]: Add missing NCS and SVC hypervisor interfaces.David S. Miller2007-05-311-0/+72
* [SPARC64]: Fill holes in hypervisor APIs and fix KTSB registry.David S. Miller2007-05-291-7/+547
* [SPARC64]: Use machine description and OBP properly for cpu probing.David S. Miller2007-05-291-0/+9
* [SPARC64]: Report proper system soft state to the hypervisor.David S. Miller2007-05-291-0/+12
* [SPARC64]: Add hypervisor API negotiation and fix console bugs.David S. Miller2007-05-161-0/+94
* [SPARC64]: Add irqtrace/stacktrace/lockdep support.David S. Miller2006-12-101-1/+26
* [SPARC]: Fix robust futex syscalls and wire up migrate_pages.David S. Miller2006-11-061-2/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [SPARC64]: Move over to GENERIC_HARDIRQS.David S. Miller2006-06-201-1/+1
* [SPARC64]: Send all device interrupts via one PIL.David S. Miller2006-06-201-7/+4Star
* [SPARC64]: Fix bugs in SUN4V cpu mondo dispatch.David S. Miller2006-03-201-0/+28
* [SPARC64]: Add sun4v_cpu_yield().David S. Miller2006-03-201-0/+9
* [SPARC64]: Fix uniprocessor IRQ targetting on SUN4V.David S. Miller2006-03-201-1/+3
* [SPARC64]: Add sun4v_cpu_qconf() hypervisor call.David S. Miller2006-03-201-0/+12
* [SPARC64]: do_fptrap needs to load the thread reg into %g6.David S. Miller2006-03-201-0/+1
* [SPARC64]: Implement rest of generic interrupt hypervisor calls.David S. Miller2006-03-201-1/+65
* [SPARC64]: Move devino_to_sysino out of pci_sun4v_asm.SDavid S. Miller2006-03-201-0/+12
* [SPARC64]: Patch up mmu context register writes for sun4v.David S. Miller2006-03-201-10/+70
* [SPARC64]: Add explicit register args to trap state loading macros.David S. Miller2006-03-201-4/+4
* [SPARC64]: Refine code sequences to get the cpu id.David S. Miller2006-03-201-79/+5Star
* [SPARC64]: Kill hard-coded %pstate setting in sparc_exit.David S. Miller2006-03-201-2/+3
* [SPARC64]: Kill {save,restore}_alternate_globals()David S. Miller2006-03-201-70/+0Star
* [SPARC64]: Elminate all usage of hard-coded trap globals.David S. Miller2006-03-201-17/+105
* [SPARC]: Wire up sys_unshare().David S. Miller2006-02-081-1/+1
* [SPARC]: Increase NR_SYSCALLS to 299David S. Miller2006-01-221-1/+1
* [SPARC]: Add support for *at(), ppoll, and pselect syscalls.David S. Miller2006-01-191-23/+0Star
* [SPARC64]: Fix ptrace/straceRichard Mortimer2006-01-091-5/+2Star
* [SPARC64]: Fix userland FPU state corruption.David S. Miller2005-10-071-18/+21
* [SPARC64]: Replace cheetah+ code patching with variables.David S. Miller2005-10-051-35/+8Star
* [SPARC64]: Probe D/I/E-cache config and use.David S. Miller2005-09-261-9/+18
* [SPARC64]: Move kernel TLB miss handling into a seperate file.David S. Miller2005-09-221-153/+0Star
* [SPARC64]: Verify vmalloc TLB misses more strictly.David S. Miller2005-09-201-20/+19Star
* [SPARC64]: Do not expand CHEETAH_LOG_ERROR 3 times.David S. Miller2005-08-311-136/+173
* [SPARC64]: Revamp Spitfire error trap handling.David S. Miller2005-08-291-103/+163
* [SPARC64]: Do not call winfix_dax blindlyDavid S. Miller2005-08-291-0/+16
* [SPARC64]: Fix trap state reading for instruction_access_exception.David S. Miller2005-08-291-11/+4Star
* [SPARC64]: Move syscall success and newchild state out of thread flags.David S. Miller2005-07-251-9/+8Star
* [SPARC64]: Add syscall auditing support.David S. Miller2005-07-111-5/+5