| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: SH-4A UBC support | Ryusuke Sakato | 2006-10-12 | 1 | -0/+30 |
* | sh: interrupt exception handling rework | Paul Mundt | 2006-10-12 | 4 | -721/+40 |
* | sh: Default enable R7780RP IRQs. | Paul Mundt | 2006-10-12 | 1 | -1/+1 |
* | sh: Zero-out coherent buffer in consistent_alloc(). | Paul Mundt | 2006-10-10 | 1 | -0/+1 |
* | sh: Convert IPR-IRQ to IRQ chip. | Paul Mundt | 2006-10-06 | 1 | -75/+27 |
* | sh: Convert INTC2 IRQ handler to irq_chip. | Paul Mundt | 2006-10-06 | 1 | -114/+24 |
* | sh: Fix pr_debug statements for sh4 | Jamie Lenehan | 2006-10-06 | 1 | -2/+2 |
* | sh: Convert r7780rp IRQ handler to IRQ chip. | Paul Mundt | 2006-10-06 | 1 | -83/+22 |
* | sh: Updates for IRQ handler changes. | Paul Mundt | 2006-10-06 | 15 | -30/+35 |
* | sh: Kill off timer_ops get_frequency(). | Paul Mundt | 2006-10-06 | 1 | -56/+2 |
* | sh: First step at generic timeofday support. | Paul Mundt | 2006-10-06 | 2 | -0/+6 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 24 | -24/+24 |
* | sh: Kill off remaining config.h references. | Paul Mundt | 2006-10-03 | 19 | -31/+0 |
* | sh: Initial gitignore list | Paul Mundt | 2006-10-03 | 2 | -0/+2 |
* | sh: build fixes for defconfigs. | Paul Mundt | 2006-10-03 | 13 | -28/+19 |
* | sh: Set pclk default for SH7705. | Paul Mundt | 2006-10-03 | 1 | -1/+1 |
* | sh: defconfig updates. | Paul Mundt | 2006-10-03 | 21 | -3227/+5659 |
* | [PATCH] provide kernel_execve on all architectures | Arnd Bergmann | 2006-10-02 | 1 | -0/+17 |
* | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c | Serge E. Hallyn | 2006-10-02 | 1 | -2/+0 |
* | [PATCH] namespaces: add nsproxy | Serge E. Hallyn | 2006-10-02 | 1 | -0/+2 |
* | [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently | Greg Banks | 2006-10-02 | 1 | -0/+1 |
* | [PATCH] kill wall_jiffies | Atsushi Nemoto | 2006-10-01 | 1 | -9/+1 |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] make PROT_WRITE imply PROT_READ | Jason Baron | 2006-09-29 | 1 | -1/+1 |
* | sh: Fix occasional flush_cache_4096() stack corruption. | Paul Mundt | 2006-09-27 | 1 | -11/+9 |
* | sh: Calculate shm alignment at runtime. | Paul Mundt | 2006-09-27 | 2 | -20/+39 |
* | sh: Initial vsyscall page support. | Paul Mundt | 2006-09-27 | 13 | -12/+418 |
* | sh: Selective flush_cache_mm() flushing. | Paul Mundt | 2006-09-27 | 1 | -90/+130 |
* | sh: More intelligent entry_mask/way_size calculation. | Paul Mundt | 2006-09-27 | 1 | -7/+13 |
* | sh: Support for L2 cache on newer SH-4A CPUs. | Paul Mundt | 2006-09-27 | 2 | -2/+51 |
* | sh: Update kexec support for API changes. | Paul Mundt | 2006-09-27 | 2 | -16/+0 |
* | sh: Optimized readsl()/writesl() support. | Paul Mundt | 2006-09-27 | 1 | -0/+67 |
* | sh: Report movli.l/movco.l capabilities. | Paul Mundt | 2006-09-27 | 1 | -1/+3 |
* | sh: CPU flags in AT_HWCAP in ELF auxvt. | Paul Mundt | 2006-09-27 | 1 | -3/+5 |
* | sh: Add support for 4K stacks. | Paul Mundt | 2006-09-27 | 7 | -23/+170 |
* | sh: Enable /proc/kcore support. | Paul Mundt | 2006-09-27 | 1 | -2/+9 |
* | sh: stack debugging support. | Paul Mundt | 2006-09-27 | 4 | -8/+43 |
* | sh: select CONFIG_EMBEDDED. | Paul Mundt | 2006-09-27 | 1 | -0/+1 |
* | sh: machvec rework. | Paul Mundt | 2006-09-27 | 30 | -774/+476 |
* | sh: Solution Engine SH7343 board support. | Paul Mundt | 2006-09-27 | 9 | -13/+1626 |
* | sh: SH7710VoIPGW board support. | Paul Mundt | 2006-09-27 | 6 | -0/+1036 |
* | sh: Cleanup IRQ disabling for hardirq handlers. | Paul Mundt | 2006-09-27 | 15 | -156/+38 |
* | sh: maskreg IRQ support. | Paul Mundt | 2006-09-27 | 3 | -2/+105 |
* | sh: Kill off dead boards. | Paul Mundt | 2006-09-27 | 32 | -2435/+4 |
* | sh: Add support for cacheline poking through debugfs. | Paul Mundt | 2006-09-27 | 2 | -0/+151 |
* | sh: Fix memcpy() build error on sh4eb. | Nobuhiro Iwamatsu | 2006-09-27 | 1 | -2/+2 |
* | sh: Kill off the rest of the legacy rtc mess. | Paul Mundt | 2006-09-27 | 6 | -190/+22 |