aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include
AgeCommit message (Expand)Author
2009-01-29sh: Fix up T-bit error handling in SH-4A mutex fastpath.Takashi Yoshii
2009-01-29sh: Fix up spurious syscall restarting.Paul Mundt
2009-01-21asm-sh/posix_types_{32,64}.h: drop __GLIBC__/__USE_ALL usageMike Frysinger
2009-01-14Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells
2009-01-06sh: introduce asm/swab.hHarvey Harrison
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2008-12-26cpumask: sh: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_c...Rusty Russell
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky
2008-12-22sh: Conditionalize the code dumper on CONFIG_DUMP_CODE.Paul Mundt
2008-12-22sh: mrshpc_setup_windows() needs to be inline.Paul Mundt
2008-12-22sh: Kill off cf-enabler with extreme prejudice.Paul Mundt
2008-12-22sh: mach-edosk7705: Fix up edosk7705 so it all builds again.Paul Mundt
2008-12-22sh: Kill off dead mv_init_pci() from machvec.Paul Mundt
2008-12-22sh: Kill off mv_heartbeat() from the machvec.Paul Mundt
2008-12-22sh: Kill off sh_bios_in_gdb_mode().Paul Mundt
2008-12-22sh: Add SH-5 optimized memcpy()/memset()/strcpy()/strlen().Paul Mundt
2008-12-22sh: Generic kgdb stub support.Paul Mundt
2008-12-22sh: Enable HAVE_ARCH_TRACEHOOK for all SH, now that SH-5 supports it too.Paul Mundt
2008-12-22sh: Provide linux/regset.h interface for SH-5.Paul Mundt
2008-12-22sh: Provide asm/syscall.h for SH-5.Paul Mundt
2008-12-22sh: Fix up syscall_get_nr() comment in syscall_32.h.Paul Mundt
2008-12-22sh: Fix up the cpu_asid() return value on nommu.Paul Mundt
2008-12-22sh: Fix an off-by-1 check in __mutex_fastpath_unlock().Paul Mundt
2008-12-22sh: Fix up the SH-4A mutex fastpath semantics.Paul Mundt
2008-12-22sh: move the hp6xx pm codeMagnus Damm
2008-12-22sh: remove ioport cruft and smc91x from se7343Magnus Damm
2008-12-22sh: add st16c2550 devices to se7343Magnus Damm
2008-12-22sh: Add support for SH7201 CPU subtype.Peter Griffin
2008-12-22sh: Provide a dyn_arch_ftrace struct definition.Paul Mundt
2008-12-22sh: Consolidate cpu_relax()/cpu_sleep() definitions across _32/_64.Paul Mundt
2008-12-22sh: Add a simple code dumper for SUPERH32 show_regs().Paul Mundt
2008-12-22sh: Provide optimized unaligned loads on SH-4A.Paul Mundt
2008-12-22sh: P4 ioremap pass-throughMagnus Damm
2008-12-22sh: Add SH-4A optimized fastpath mutex implementation.Michael Trimarchi
2008-12-22sh: Add platform-specific constants for SH7709Steve Glendinning
2008-12-22sh: Provide optimized non-atomic bitops for SH-2A.Paul Mundt
2008-12-22sh: Convert to generic bitops for IRQ-toggling implementation.Paul Mundt
2008-12-22sh: dynamic ftrace support.Matt Fleming
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell
2008-11-26sched: convert struct root_domain to cpumask_var_t, fixIngo Molnar
2008-11-12sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB.Paul Mundt
2008-11-10sh: Handle fixmap TLB eviction more coherently.Paul Mundt
2008-10-31sh: use the new byteorder headers.Harvey Harrison