summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-09-27sh: Add support for SH7706/SH7710/SH7343 CPUs.Paul Mundt13-36/+267
2006-09-27sh: Add setup code for various CPU subtypes.Paul Mundt11-0/+441
2006-09-27sh: sem2mutex conversion for clock framework.Paul Mundt1-8/+9
2006-09-27sh: pselect6 and ppoll, along with signal trampoline rework.Paul Mundt3-91/+85
2006-09-27sh: __addr_ok() and other misc nommu fixups.Yoshinori Sato3-11/+14
2006-09-27sh: __NR_restart_syscall support.Paul Mundt3-7/+13
2006-09-27sh: Make PAGE_OFFSET configurable.Paul Mundt1-1/+1
2006-09-27sh: math-emu supportTakashi YOSHII1-39/+125
2006-09-27sh: Rename rtc_get/set_time() to avoid RTC_CLASS conflict.Paul Mundt2-10/+10
2006-09-27sh: Fixup __strnlen_user() behaviour.Paul Mundt1-0/+3
2006-09-27sh: More cosmetic cleanups and trivial fixes.Paul Mundt2-16/+1
2006-09-27sh: Consolidated SH7751/SH7780 PCI support.Paul Mundt2-0/+82
2006-09-27sh: kgdb stub cleanups.Paul Mundt1-28/+5
2006-09-27sh: APM/PM support.Andriy Skulysh7-4/+676
2006-09-27sh: Add support for R7780RP and R7780MP boards.Paul Mundt1-3/+3
2006-09-27sh: Store Queue API rework.Paul Mundt1-296/+246
2006-09-27sh: Board updates for I/O routine rework.Paul Mundt1-4/+3
2006-09-27sh: ioremap() overhaul.Paul Mundt2-5/+1
2006-09-27sh: page table alloc cleanups and page fault optimizations.Paul Mundt1-1/+1
2006-09-27sh: export clear_user_page() for the modules that need it.Paul Mundt1-0/+1
2006-09-27sh: BSS init bugfix and barrier in entry point.Paul Mundt1-5/+31
2006-09-27sh: Add flag for MMU PTEA capability.Paul Mundt2-13/+27
2006-09-27sh: Wire up new syscalls.Paul Mundt1-0/+28
2006-09-27sh: Support for SH7770/SH7780 CPU subtypes.Paul Mundt3-0/+181
2006-09-27sh: earlyprintk= support and cleanups.Paul Mundt2-30/+98
2006-09-27sh: Refactor PRR masking to catch newer SH7760 cuts.Paul Mundt1-3/+9
2006-09-27sh: Optimized cache handling for SH-4/SH-4A caches.Richard Curnow2-1/+26
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