| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Dynamic kernel command-line: sh64 | Alon Bar-Lev | 2007-02-12 | 1 | -3/+3 |
* | [PATCH] Consolidate default sched_clock() | Alexey Dobriyan | 2007-02-11 | 1 | -9/+0 |
* | [PATCH] disable init/initramfs.c: architectures | Jean-Paul Saman | 2007-02-11 | 1 | -0/+4 |
* | [PATCH] initrd: remove unused false condition for initrd_start | Henry Nestler | 2006-12-07 | 1 | -3/+1 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -1/+1 |
* | [NET]: SH64 checksum annotations and cleanups. | Al Viro | 2006-12-02 | 1 | -1/+1 |
* | [PATCH] vmlinux.lds: consolidate initcall sections | Andrew Morton | 2006-10-27 | 1 | -7/+1 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] sh64: remove the use of kernel syscalls | Arnd Bergmann | 2006-10-02 | 1 | -257/+13 |
* | [PATCH] provide kernel_execve on all architectures | Arnd Bergmann | 2006-10-02 | 1 | -0/+19 |
* | [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] kill wall_jiffies | Atsushi Nemoto | 2006-10-01 | 1 | -11/+1 |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -1/+1 |
* | sh64: Add a sane pm_power_off implementation. | Paul Mundt | 2006-09-12 | 1 | -0/+3 |
* | [PATCH] tty: Remove include of screen_info.h from tty.h | Jon Smirl | 2006-07-10 | 2 | -2/+2 |
* | [PATCH] irq-flags: SH64: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 3 | -6/+6 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 13 | -13/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-06-29 | 1 | -2/+2 |
|\ |
|
| * | [PATCH] 64bit resource: change pci core and arch code to use resource_size_t | Greg Kroah-Hartman | 2006-06-27 | 1 | -2/+2 |
* | | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 2 | -3/+3 |
* | | [PATCH] node hotplug: register cpu: remove node struct | KAMEZAWA Hiroyuki | 2006-06-27 | 1 | -1/+1 |
|/ |
|
* | [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes | Laurent MEYER | 2006-06-23 | 1 | -1/+1 |
* | [PATCH] No arch-specific strpbrk implementations | Kyle McMartin | 2006-04-11 | 1 | -1/+0 |
* | [PATCH] RTC: Remove some duplicate BCD definitions | Matt Mackall | 2006-03-28 | 1 | -8/+1 |
* | [PATCH] unify PFN_* macros | Dave Hansen | 2006-03-27 | 1 | -0/+1 |
* | [PATCH] more for_each_cpu() conversions | Andrew Morton | 2006-03-23 | 1 | -3/+2 |
* | [PATCH] drive_info removal outside of arch/i386 | Al Viro | 2006-02-07 | 1 | -8/+0 |
* | [PATCH] arch/sh64/kernel/time.c: add module.h | Alexey Dobriyan | 2006-02-01 | 1 | -0/+1 |
* | [PATCH] sh64: task_stack_page() | Al Viro | 2006-01-12 | 1 | -2/+2 |
* | [PATCH] dump_thread() cleanup | akpm@osdl.org | 2006-01-10 | 2 | -22/+0 |
* | [PATCH] move rtc_interrupt() prototype to rtc.h | Adrian Bunk | 2006-01-08 | 1 | -3/+4 |
* | [PATCH] sched: resched and cpu_idle rework | Nick Piggin | 2005-11-09 | 1 | -11/+3 |
* | [PATCH] sched: disable preempt in idle tasks | Nick Piggin | 2005-11-09 | 1 | -0/+2 |
* | [PATCH] consolidate sys_ptrace() | Christoph Hellwig | 2005-11-07 | 2 | -57/+28 |
* | [PATCH] jiffies_64 cleanup | Thomas Gleixner | 2005-10-30 | 1 | -2/+0 |
* | [PATCH] unify sys_ptrace prototype | Christoph Hellwig | 2005-10-30 | 1 | -1/+1 |
* | [PATCH] missing exports of do_settimeofday() variants | Al Viro | 2005-10-29 | 1 | -0/+1 |
* | [PATCH] SH64: C99 initializers for hw_interrupt_type structures | Thomas Gleixner | 2005-09-10 | 1 | -7/+7 |
* | [PATCH] NTP: ntp-helper functions | john stultz | 2005-09-07 | 1 | -5/+2 |
* | [PATCH] remove the second arg of do_timer_interrupt() | Adrian Bunk | 2005-09-07 | 1 | -2/+2 |
* | [PATCH] convert signal handling of NODEFER to act like other Unix boxes. | Steven Rostedt | 2005-08-29 | 1 | -6/+5 |
* | [PATCH] SH64: inotify and ioprio syscalls | Robert Love | 2005-08-18 | 1 | -0/+5 |
* | [PATCH] try_to_freeze() call fixes | Nigel Cunningham | 2005-07-27 | 1 | -1/+1 |
* | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 2005-05-01 | 1 | -2/+3 |
* | [PATCH] consolidate sys_shmat | Stephen Rothwell | 2005-05-01 | 2 | -16/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 30 | -0/+10264 |