| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPARC]: Try to start getting SMP back into shape. | Bob Breuer | 2006-03-23 | 6 | -166/+179 |
* | [PATCH] more for_each_cpu() conversions | Andrew Morton | 2006-03-23 | 5 | -31/+20 |
* | [PATCH] remove set_page_count() outside mm/ | Nick Piggin | 2006-03-22 | 2 | -6/+6 |
* | [SPARC]: BUG_ON() Conversion in arch/sparc/kernel/ioport.c | Eric Sesterhenn | 2006-03-20 | 1 | -25/+15 |
* | [SPARC]: sys_newfstatat --> sys_fstatat64 | David S. Miller | 2006-02-12 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2006-02-07 | 2 | -2/+3 |
|\ |
|
| * | [SPARC]: Wire up sys_unshare(). | David S. Miller | 2006-02-07 | 2 | -2/+3 |
* | | [PATCH] restore power-off on sparc32 | Al Viro | 2006-02-07 | 1 | -1/+1 |
|/ |
|
* | [SPARC]: Increase NR_SYSCALLS to 299 | David S. Miller | 2006-01-22 | 1 | -1/+1 |
* | [SPARC]: Add support for *at(), ppoll, and pselect syscalls. | David S. Miller | 2006-01-19 | 5 | -150/+44 |
* | [PATCH] sparc: task_stack_page() | Al Viro | 2006-01-12 | 1 | -4/+4 |
* | [PATCH] sparc: task_thread_info() | Al Viro | 2006-01-12 | 5 | -8/+8 |
* | [PATCH] capable/capability.h (arch/) | Randy Dunlap | 2006-01-11 | 1 | -0/+1 |
* | [PATCH] dump_thread() cleanup | akpm@osdl.org | 2006-01-10 | 1 | -2/+0 |
* | [PATCH] use ptrace_get_task_struct in various places | Christoph Hellwig | 2006-01-08 | 1 | -29/+6 |
* | [SPARC]: Use STABS_DEBUG and DWARF_DEBUG macros in vmlinux.lds.S | David S. Miller | 2005-12-28 | 1 | -14/+4 |
* | [SPARC]: Kill CHILD_MAX. | David S. Miller | 2005-12-22 | 1 | -1/+1 |
* | [PATCH] arch/sparc/kernel/led.c __user annotations | Al Viro | 2005-12-15 | 1 | -1/+1 |
* | [PATCH] sparc: NULL noise removal (ebus.c) | Al Viro | 2005-12-15 | 1 | -12/+12 |
* | [PATCH] sparc/kernel/time: __iomem annotations | Al Viro | 2005-12-15 | 1 | -2/+2 |
* | [PATCH] fix iomem annotations in sparc32 pcic code | Al Viro | 2005-12-15 | 1 | -1/+1 |
* | [PATCH] unpaged: fix sound Bad page states | Hugh Dickins | 2005-11-22 | 1 | -1/+1 |
* | [SPARC]: Use ARRAY_SIZE macro | Tobias Klauser | 2005-11-09 | 2 | -3/+3 |
* | [PATCH] sched: resched and cpu_idle rework | Nick Piggin | 2005-11-09 | 1 | -20/+15 |
* | [PATCH] sched: disable preempt in idle tasks | Nick Piggin | 2005-11-09 | 1 | -0/+4 |
* | [SPARC]: Kill remaining kbio.h references. | Christoph Hellwig | 2005-11-07 | 1 | -1/+0 |
* | [SPARC]: Add sun4m LED driver. | Lars Kotthoff | 2005-11-07 | 2 | -0/+140 |
* | [PATCH] jiffies_64 cleanup | Thomas Gleixner | 2005-10-30 | 1 | -4/+0 |
* | [PATCH] remove some more check_region stuff | Jeff Garzik | 2005-10-30 | 1 | -2/+2 |
* | [SPARC]: "extern inline" doesn't make much sense. | Adrian Bunk | 2005-10-03 | 1 | -1/+1 |
* | [SPARC]: Declare paging_init() in asm/pgtable.h | David S. Miller | 2005-09-28 | 1 | -2/+0 |
* | [SPARC]: Fix dot-symbol exporting for good. | Al Viro | 2005-09-11 | 2 | -22/+18 |
* | [PATCH] spinlock consolidation | Ingo Molnar | 2005-09-10 | 1 | -10/+0 |
* | kbuild: arm26,sparc use generic asm-offset support | Sam Ravnborg | 2005-09-09 | 2 | -2/+2 |
* | [PATCH] NTP: ntp-helper functions | john stultz | 2005-09-07 | 2 | -9/+3 |
* | [SPARC]: Kill io_remap_page_range() | David S. Miller | 2005-09-01 | 1 | -1/+0 |
* | [SPARC]: remove use of asm/segment.h | Kumar Gala | 2005-08-29 | 3 | -3/+0 |
* | [PATCH] convert signal handling of NODEFER to act like other Unix boxes. | Steven Rostedt | 2005-08-29 | 1 | -6/+5 |
* | [SPARC]: Fix weak aliases | Al Viro | 2005-08-19 | 1 | -2/+3 |
* | [SPARC]: Add inotify syscall entries. | David S. Miller | 2005-07-27 | 1 | -2/+2 |
* | [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. | Eric W. Biederman | 2005-07-26 | 1 | -6/+0 |
* | [SPARC]: Add ioprio system call support. | David S. Miller | 2005-07-10 | 1 | -2/+2 |
* | [SPARC]: Remove legacy stuff from cpu_idle(). | Coywolf Qi Hunt | 2005-05-05 | 1 | -5/+0 |
* | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 2005-05-01 | 1 | -1/+2 |
* | [SPARC]: dump_stack for sparc | Tom 'spot' Callaway | 2005-04-24 | 1 | -0/+11 |
* | [SPARC]: More sparc32 ksyms cleanups | Tom 'spot' Callaway | 2005-04-24 | 1 | -0/+7 |
* | [SPARC]: Missing sparc32 ksyms | Tom 'spot' Callaway | 2005-04-24 | 1 | -3/+10 |
* | [PATCH] sparc: Fix PTRACE_CONT bogosity | David S. Miller | 2005-04-17 | 1 | -12/+0 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 51 | -0/+20482 |