aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-27sh: Various cosmetic cleanups.Paul Mundt5-21/+5
2006-09-27sh: Kill off the .stack section.Paul Mundt2-3/+1
2006-09-27sh: Fix kGDB NMI handling.Paul Mundt1-1/+1
2006-09-27sh: Move syscall table in to syscall.S.Paul Mundt3-298/+325
2006-09-27sh: Fixup some uninitialized spinlocks.Paul Mundt2-2/+2
2006-09-21Fix 'make headers_check' on shPaul Mundt1-0/+1
2006-08-06[PATCH] sh: fix proc file removal for superh store queue moduleNeil Horman1-3/+7
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-07-02[PATCH] irq-flags: SH: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel14-14/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar5-5/+5
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26Storage class should be firstTobias Klauser1-2/+2
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-1/+0
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-31[PATCH] for_each_possible_cpu: shKAMEZAWA Hiroyuki1-1/+1
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsMatt Mackall1-9/+1
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-4/+1
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+0
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton2-6/+4
2006-02-01[PATCH] sh: machine_halt()/machine_power_off() cleanupsPaul Mundt1-28/+26
2006-02-01[PATCH] sh: Add missing timers directory rule to buildPaul Mundt1-1/+1
2006-02-01[PATCH] sh: convert voyagergx to platform device, drop sh-busPaul Mundt2-198/+1
2006-02-01[PATCH] sh: drop maskpos from make_ipr_irq(), remove duplicate irq definitionsPaul Mundt1-30/+29
2006-02-01[PATCH] sh: unknown mach-type updatesPaul Mundt1-9/+4
2006-02-01[PATCH] sh: Cleanup struct sh_cpuinfo for clock framework changesPaul Mundt1-23/+15
2006-02-01[PATCH] sh: Move TRA/EXPEVT/INTEVT definitions for reusePaul Mundt1-17/+1
2006-02-01[PATCH] sh: Make peripheral clock frequency setting mandatoryPaul Mundt1-12/+1
2006-01-16[PATCH] sh: Simple timer frameworkPaul Mundt3-0/+287
2006-01-16[PATCH] sh: Simplistic clock frameworkPaul Mundt13-487/+1222
2006-01-16[PATCH] sh: I/O routine cleanups and ioremap() overhaulPaul Mundt2-118/+115
2006-01-16[PATCH] sh: IRQ handler updatesPaul Mundt8-452/+536
2006-01-16[PATCH] sh: kexec() supportkogiidena4-3/+225
2006-01-16[PATCH] sh: DMA updatesPaul Mundt1-0/+2
2006-01-13[PATCH] Add sh_bus_type probe and remove methodsRussell King1-17/+17
2006-01-12[PATCH] sh: task_stack_page()Al Viro1-1/+1
2006-01-12[PATCH] sh: task_thread_info()Al Viro2-2/+2
2006-01-12[PATCH] sh: task_pt_regs()Al Viro2-48/+8
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org2-22/+0
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-9/+3
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-1/+6
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-42/+2
2005-11-07[PATCH] sh: Drop hp690 discontig supportPaul Mundt1-19/+7
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller1-0/+3
2005-09-10[PATCH] SH: C99 initializers for hw_interrupt_type structuresThomas Gleixner3-28/+28