aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-11sparc64: Fix sparse warnings in global reg snapshotting.David S. Miller1-2/+0
2008-09-02sparc64: Move reboot handling into seperate file and kill power reg programming.David S. Miller1-33/+0
2008-08-12sparc64: Implement IRQ stacks.David S. Miller1-20/+7
2008-07-31sparc64: Kill __show_regs().David S. Miller1-25/+1
2008-07-31sparc64: Kill smp_report_regs().David S. Miller1-9/+0
2008-07-31sparc64: Kill VERBOSE_SHOWREGS code.David S. Miller1-35/+0
2008-07-30sparc64: Hook up trigger_all_cpu_backtrace().David S. Miller1-2/+8
2008-07-30sparc64: Make global reg dumping even more useful.David S. Miller1-7/+29
2008-07-28sparc64: Fix global reg snapshotting on self-cpu.David S. Miller1-1/+1
2008-07-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-22remove CONFIG_KMOD from sparc64Johannes Berg1-3/+3
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-1/+1
2008-07-17sparc: Use new '%pS' infrastructure to print symbols.David S. Miller1-17/+9
2008-05-21sparc64: Fix kernel thread stack termination.David S. Miller1-11/+25
2008-05-20sparc64: Add global register dumping facility.David S. Miller1-1/+116
2008-05-07sparc: Fix fork/clone/vfork system call restart.David S. Miller1-3/+15
2008-05-02sparc64: Fix syscall restart, for real...David S. Miller1-6/+0
2008-04-27sparc64: Fix accidental syscall restart on child return from clone/fork/vfork.David S. Miller1-0/+6
2008-04-27sparc: Remove old style signal frame support.David S. Miller1-5/+1
2008-03-23[SPARC64]: exec PT_DTRACERoland McGrath1-3/+0
2008-02-28[SPARC]: Add reboot_command[] extern decl to asm/system.hDavid S. Miller1-2/+0
2008-02-19[SPARC64]: More sparse warning fixes in process.cDavid S. Miller1-0/+2
2008-02-19[SPARC64]: Kill show_regs32().David S. Miller1-18/+0
2008-02-19[SPARC64]: Kill show_stackframe{,32}().David S. Miller1-56/+0
2008-02-19[SPARC64]: Fix sparse warnings wrt. machine_alt_power_off().David S. Miller1-0/+1
2008-02-18[SPARC]: Kill 'prom_palette'.David S. Miller1-8/+0
2008-02-18[SPARC64]: Kill 'prom_keyboard'.David S. Miller1-7/+0
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-11/+0
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-07-20[SPARC]: Fix serial console device detection.David S. Miller1-3/+3
2007-07-16[SPARC64]: dr-cpu unconfigure support.David S. Miller1-5/+16
2007-05-29[SPARC64]: Report proper system soft state to the hypervisor.David S. Miller1-0/+4
2007-05-11[SPARC64]: Spelling fixes.Simon Arlott1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-26[SPARC64]: Add tick_nohz_{stop,restart}_sched_tick() calls to cpu_idle().David S. Miller1-6/+9
2007-03-10[SPARC64]: Fix atomicity of TIF update in flush_thread()Mathieu Desnoyers1-2/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-2/+0
2006-03-20[SPARC64]: Use sun4v_cpu_idle() in cpu_idle() on SUN4V.David S. Miller1-49/+32
2006-03-20[SPARC64]: Kill cpudata->idle_volume.David S. Miller1-8/+2
2006-03-20[SPARC64]: Disable smp_report_regs() for now.David S. Miller1-0/+2
2006-03-20[SPARC64]: Refine register window trap handling.David S. Miller1-2/+18
2006-03-20[SPARC64]: Add infrastructure for dynamic TSB sizing.David S. Miller1-2/+1
2006-03-20[SPARC64]: Move away from virtual page tables, part 1.David S. Miller1-19/+6
2006-01-18[SPARC64]: Fix build with CONFIG_COMPAT disabled.David S. Miller1-0/+4
2006-01-12[PATCH] sparc64: task_stack_page()Al Viro1-3/+3
2006-01-12[PATCH] sparc64: task_thread_info()Al Viro1-2/+2
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-6/+14
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+4
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-5/+0