aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-03fix file specification in commentsUwe Zeisberger24-24/+24
2006-10-03sh: Kill off remaining config.h references.Paul Mundt19-31/+0
2006-10-03sh: Initial gitignore listPaul Mundt2-0/+2
2006-10-03sh: build fixes for defconfigs.Paul Mundt13-28/+19
2006-10-03sh: Set pclk default for SH7705.Paul Mundt1-1/+1
2006-10-03sh: defconfig updates.Paul Mundt21-3227/+5659
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-0/+17
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-1/+1
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-02[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks1-0/+1
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-9/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-1/+1
2006-09-27sh: Fix occasional flush_cache_4096() stack corruption.Paul Mundt1-11/+9
2006-09-27sh: Calculate shm alignment at runtime.Paul Mundt2-20/+39
2006-09-27sh: Initial vsyscall page support.Paul Mundt13-12/+418
2006-09-27sh: Selective flush_cache_mm() flushing.Paul Mundt1-90/+130
2006-09-27sh: More intelligent entry_mask/way_size calculation.Paul Mundt1-7/+13
2006-09-27sh: Support for L2 cache on newer SH-4A CPUs.Paul Mundt2-2/+51
2006-09-27sh: Update kexec support for API changes.Paul Mundt2-16/+0
2006-09-27sh: Optimized readsl()/writesl() support.Paul Mundt1-0/+67
2006-09-27sh: Report movli.l/movco.l capabilities.Paul Mundt1-1/+3
2006-09-27sh: CPU flags in AT_HWCAP in ELF auxvt.Paul Mundt1-3/+5
2006-09-27sh: Add support for 4K stacks.Paul Mundt7-23/+170
2006-09-27sh: Enable /proc/kcore support.Paul Mundt1-2/+9
2006-09-27sh: stack debugging support.Paul Mundt4-8/+43
2006-09-27sh: select CONFIG_EMBEDDED.Paul Mundt1-0/+1
2006-09-27sh: machvec rework.Paul Mundt30-774/+476
2006-09-27sh: Solution Engine SH7343 board support.Paul Mundt9-13/+1626
2006-09-27sh: SH7710VoIPGW board support.Paul Mundt6-0/+1036
2006-09-27sh: Cleanup IRQ disabling for hardirq handlers.Paul Mundt15-156/+38
2006-09-27sh: maskreg IRQ support.Paul Mundt3-2/+105
2006-09-27sh: Kill off dead boards.Paul Mundt32-2435/+4
2006-09-27sh: Add support for cacheline poking through debugfs.Paul Mundt2-0/+151
2006-09-27sh: Fix memcpy() build error on sh4eb.Nobuhiro Iwamatsu1-2/+2
2006-09-27sh: Kill off the rest of the legacy rtc mess.Paul Mundt6-190/+22
2006-09-27sh: SHMIN board support.Takashi YOSHII6-1/+890
2006-09-27sh: Add support for SH7706/SH7710/SH7343 CPUs.Paul Mundt18-51/+308
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 Sato6-17/+20
2006-09-27sh: __NR_restart_syscall support.Paul Mundt3-7/+13
2006-09-27sh: Various nommu fixes.Yoshinori Sato3-10/+22
2006-09-27sh: Make PAGE_OFFSET configurable.Paul Mundt4-28/+34
2006-09-27sh: Move voyagergx_reg.h to a more sensible place.Paul Mundt3-3/+3
2006-09-27sh: math-emu supportTakashi YOSHII6-39/+832