| Commit message (Expand) | Author | Age | Files | Lines |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | sh: Kill off remaining config.h references. | Paul Mundt | 2006-10-03 | 1 | -1/+0 |
* | sh: Initial gitignore list | Paul Mundt | 2006-10-03 | 1 | -0/+1 |
* | sh: build fixes for defconfigs. | Paul Mundt | 2006-10-03 | 3 | -7/+4 |
* | [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 |
* | sh: Calculate shm alignment at runtime. | Paul Mundt | 2006-09-27 | 2 | -20/+39 |
* | sh: Initial vsyscall page support. | Paul Mundt | 2006-09-27 | 10 | -4/+392 |
* | 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 | 6 | -23/+160 |
* | sh: stack debugging support. | Paul Mundt | 2006-09-27 | 3 | -8/+27 |
* | sh: machvec rework. | Paul Mundt | 2006-09-27 | 1 | -43/+11 |
* | sh: Cleanup IRQ disabling for hardirq handlers. | Paul Mundt | 2006-09-27 | 3 | -18/+4 |
* | sh: maskreg IRQ support. | Paul Mundt | 2006-09-27 | 2 | -2/+102 |
* | sh: Kill off the rest of the legacy rtc mess. | Paul Mundt | 2006-09-27 | 4 | -153/+19 |
* | sh: Add support for SH7706/SH7710/SH7343 CPUs. | Paul Mundt | 2006-09-27 | 13 | -36/+267 |
* | sh: Add setup code for various CPU subtypes. | Paul Mundt | 2006-09-27 | 11 | -0/+441 |
* | sh: sem2mutex conversion for clock framework. | Paul Mundt | 2006-09-27 | 1 | -8/+9 |
* | sh: pselect6 and ppoll, along with signal trampoline rework. | Paul Mundt | 2006-09-27 | 3 | -91/+85 |
* | sh: __addr_ok() and other misc nommu fixups. | Yoshinori Sato | 2006-09-27 | 3 | -11/+14 |
* | sh: __NR_restart_syscall support. | Paul Mundt | 2006-09-27 | 3 | -7/+13 |
* | sh: Make PAGE_OFFSET configurable. | Paul Mundt | 2006-09-27 | 1 | -1/+1 |
* | sh: math-emu support | Takashi YOSHII | 2006-09-27 | 1 | -39/+125 |
* | sh: Rename rtc_get/set_time() to avoid RTC_CLASS conflict. | Paul Mundt | 2006-09-27 | 2 | -10/+10 |
* | sh: Fixup __strnlen_user() behaviour. | Paul Mundt | 2006-09-27 | 1 | -0/+3 |
* | sh: More cosmetic cleanups and trivial fixes. | Paul Mundt | 2006-09-27 | 2 | -16/+1 |
* | sh: Consolidated SH7751/SH7780 PCI support. | Paul Mundt | 2006-09-27 | 2 | -0/+82 |
* | sh: kgdb stub cleanups. | Paul Mundt | 2006-09-27 | 1 | -28/+5 |
* | sh: APM/PM support. | Andriy Skulysh | 2006-09-27 | 7 | -4/+676 |
* | sh: Add support for R7780RP and R7780MP boards. | Paul Mundt | 2006-09-27 | 1 | -3/+3 |
* | sh: Store Queue API rework. | Paul Mundt | 2006-09-27 | 1 | -296/+246 |
* | sh: Board updates for I/O routine rework. | Paul Mundt | 2006-09-27 | 1 | -4/+3 |
* | sh: ioremap() overhaul. | Paul Mundt | 2006-09-27 | 2 | -5/+1 |
* | sh: page table alloc cleanups and page fault optimizations. | Paul Mundt | 2006-09-27 | 1 | -1/+1 |
* | sh: export clear_user_page() for the modules that need it. | Paul Mundt | 2006-09-27 | 1 | -0/+1 |
* | sh: BSS init bugfix and barrier in entry point. | Paul Mundt | 2006-09-27 | 1 | -5/+31 |
* | sh: Add flag for MMU PTEA capability. | Paul Mundt | 2006-09-27 | 2 | -13/+27 |
* | sh: Wire up new syscalls. | Paul Mundt | 2006-09-27 | 1 | -0/+28 |
* | sh: Support for SH7770/SH7780 CPU subtypes. | Paul Mundt | 2006-09-27 | 3 | -0/+181 |