| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPARC64]: Fix ugly dependency on NR_CPUS being a power-of-2. | David S. Miller | 2005-07-27 | 1 | -6/+17 |
* | [SPARC]: Add inotify syscall entries. | David S. Miller | 2005-07-27 | 1 | -4/+4 |
* | [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. | Eric W. Biederman | 2005-07-26 | 2 | -6/+0 |
* | [SPARC64]: Move syscall success and newchild state out of thread flags. | David S. Miller | 2005-07-24 | 4 | -11/+12 |
* | [SPARC64]: Privatize sun5_timer. | David S. Miller | 2005-07-24 | 1 | -13/+7 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 | Linus Torvalds | 2005-07-12 | 1 | -0/+2 |
|\ |
|
| * | [PATCH] I2C: Move hwmon drivers (1/3) | Jean Delvare | 2005-07-11 | 1 | -0/+2 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-07-12 | 1 | -2/+2 |
|\ \ |
|
| * | | [SPARC64]: Fix SMP build failure. | Andrew Morton | 2005-07-12 | 1 | -2/+2 |
| |/ |
|
* | | [NET]: add a top-level Networking menu to *config | Sam Ravnborg | 2005-07-11 | 1 | -1/+3 |
|/ |
|
* | [SPARC64]: Add syscall auditing support. | David S. Miller | 2005-07-10 | 2 | -8/+34 |
* | [SPARC64]: Pass regs and entry/exit boolean to syscall_trace() | David S. Miller | 2005-07-10 | 4 | -10/+17 |
* | [SPARC64]: Add SECCOMP support. | David S. Miller | 2005-07-10 | 4 | -14/+28 |
* | [SPARC64]: Kill ancient and unused SYSCALL_TRACING debugging code. | David S. Miller | 2005-07-10 | 2 | -34/+0 |
* | [SPARC64]: Add __read_mostly support. | David S. Miller | 2005-07-10 | 3 | -20/+16 |
* | [SPARC]: Add ioprio system call support. | David S. Miller | 2005-07-10 | 2 | -4/+6 |
* | [SPARC64]: Support CONFIG_HZ | David S. Miller | 2005-07-08 | 1 | -0/+2 |
* | [SPARC64]: Typo in dtlb_backend.S, _PAGE_SZ4M --> _PAGE_SZ4MB | David S. Miller | 2005-07-08 | 1 | -1/+1 |
* | [SPARC64]: Fix set_intr_affinity() | Eddie C. Dost | 2005-07-06 | 1 | -2/+5 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-07-05 | 1 | -2/+3 |
|\ |
|
| * | [SPARC64]: Fix UltraSPARC-III fallout from membar changes. | David S. Miller | 2005-07-05 | 1 | -2/+3 |
* | | [PATCH] kprobes: fix namespace problem and sparc64 build | Rusty Lynch | 2005-07-05 | 1 | -0/+5 |
|/ |
|
* | [SPARC64]: Fix IRQ retry interval timer value on sparc64 PCI controllers. | David S. Miller | 2005-07-04 | 2 | -5/+2 |
* | [SPARC64]: Small Schizo PCI controller programming tweaks. | David S. Miller | 2005-07-04 | 1 | -15/+8 |
* | [SPARC64]: Do proper DMA IRQ syncing on Tomatillo | David S. Miller | 2005-07-04 | 1 | -0/+51 |
* | [SPARC64]: Add support for IRQ pre-handlers. | David S. Miller | 2005-07-04 | 4 | -423/+227 |
* | [SPARC64/COMPAT]: Add some compat ioctl for ppdev | Raphael Assenat | 2005-07-04 | 1 | -0/+18 |
* | [SPARC64]: Get rid of fast IRQ feature. | David S. Miller | 2005-06-27 | 4 | -233/+51 |
* | [SPARC64]: Avoid membar instructions in delay slots. | David S. Miller | 2005-06-27 | 12 | -98/+150 |
* | [PATCH] compat: introduce compat_time_t | Stephen Rothwell | 2005-06-23 | 1 | -1/+1 |
* | [PATCH] kprobes: Temporary disarming of reentrant probe for sparc64 | Prasanna S Panchamukhi | 2005-06-23 | 1 | -13/+49 |
* | [PATCH] Move kprobe [dis]arming into arch specific code | Rusty Lynch | 2005-06-23 | 1 | -13/+18 |
* | [PATCH] make each arch use mm/Kconfig | Dave Hansen | 2005-06-23 | 1 | -0/+2 |
* | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 2005-06-21 | 1 | -0/+8 |
* | [PATCH] Hugepage consolidation | David Gibson | 2005-06-21 | 1 | -171/+24 |
* | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-21 | 1 | -1/+1 |
* | [SPARC64]: Fix cmsg length checks in Solaris emulation layer. | David S. Miller | 2005-06-21 | 1 | -2/+4 |
* | [SPARC64]: Refine PCI strbuf ctx-based flush. | David S. Miller | 2005-05-31 | 1 | -5/+3 |
* | [SPARC64]: Fix streaming buffer flushing on PCI and SBUS. | David S. Miller | 2005-05-31 | 5 | -29/+87 |
* | [SPARC64]: Add boot option to force UltraSPARC-III P-Cache on. | David S. Miller | 2005-05-23 | 3 | -0/+33 |
* | [SPARC64]: Fix bad performance side effect of strbuf timeout changes. | David S. Miller | 2005-05-20 | 2 | -9/+11 |
* | [SPARC64]: Add timeouts to streaming buffer synchronization. | David S. Miller | 2005-05-11 | 2 | -108/+88 |
* | [SPARC]: Remove legacy stuff from cpu_idle(). | Coywolf Qi Hunt | 2005-05-05 | 1 | -4/+0 |
* | [SPARC64]: Kill useless __pte_alloc_one_kernel indirection | Christoph Hellwig | 2005-05-05 | 2 | -2/+2 |
* | [SPARC64]: Disable IRQ forwarding. | David S. Miller | 2005-05-03 | 1 | -1/+1 |
* | [SPARC64]: Fix goal_cpu tracking in retarget_one_irq(). | David S. Miller | 2005-05-03 | 1 | -2/+2 |
* | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 2005-05-01 | 1 | -1/+2 |
* | [PATCH] mostek bogus sparse annotations fixed | Al Viro | 2005-04-24 | 1 | -12/+12 |
* | [PATCH] missing dependency on sparc64 | Al Viro | 2005-04-24 | 1 | -0/+1 |
* | [SPARC]: Provide generic ioctls in Sparc RTC driver. | David S. Miller | 2005-04-21 | 1 | -16/+21 |