Age | Commit message (Expand) | Author | Files | Lines |
2007-02-11 | [PATCH] add missing io...._rep() on sparc32 | Al Viro | 1 | -0/+29 |
2007-02-11 | [PATCH] consolidate line discipline number definitions | Tilman Schmidt | 1 | -18/+0 |
2007-02-02 | [SPARC32]: Fix over-optimization by GCC near ip_fast_csum. | Bob Breuer | 1 | -1/+1 |
2007-01-01 | [SPARC64]: Fix of_iounmap() region release. | David S. Miller | 1 | -1/+1 |
2006-12-18 | [SPARC]: Make bitops use same spinlocks as atomics. | David S. Miller | 1 | -84/+16 |
2006-12-13 | [PATCH] Optimize D-cache alias handling on fork | Ralf Baechle | 1 | -0/+1 |
2006-12-08 | [PATCH] tty: preparatory structures for termios revamp | Alan Cox | 1 | -0/+12 |
2006-12-07 | [PATCH] remove kernel syscalls | Arnd Bergmann | 1 | -130/+0 |
2006-12-03 | [NET]: SPARC checksum annotations and cleanups. | Al Viro | 1 | -57/+46 |
2006-12-02 | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 1 | -0/+7 |
2006-11-06 | [SPARC]: Fix robust futex syscalls and wire up migrate_pages. | David S. Miller | 1 | -3/+6 |
2006-10-20 | [SPARC]: Clean up asm-sparc/elf.h pollution in userspace. | David Woodhouse | 1 | -21/+20 |
2006-10-09 | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 1 | -3/+3 |
2006-10-08 | [PATCH] sparc32 rwlock fix | Al Viro | 1 | -1/+27 |
2006-10-08 | [PATCH] sparc32 pt_regs fixes | Al Viro | 3 | -4/+5 |
2006-10-04 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
2006-10-02 | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references | Arnd Bergmann | 1 | -47/+0 |
2006-10-01 | [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locks | Martin Schwidefsky | 1 | -0/+4 |
2006-09-26 | [PATCH] Standardize pxx_page macros | Dave McCracken | 1 | -2/+2 |
2006-09-25 | [libata] No need for all those arch libata-portmap.h headers | Jeff Garzik | 1 | -1/+0 |
2006-09-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -0/+1 |
2006-09-24 | Merge branch 'master' into upstream | Jeff Garzik | 1 | -4/+20 |
2006-09-21 | Fix exported headers for SPARC, SPARC64 | David Woodhouse | 2 | -11/+4 |
2006-09-19 | [HEADERS] One line per header in Kbuild files to reduce conflicts | David Woodhouse | 1 | -4/+20 |
2006-09-12 | Merge branch 'master' into upstream | Jeff Garzik | 1 | -0/+8 |
2006-09-08 | [PATCH] IA64,sparc: local DoS with corrupted ELFs | Kirill Korotaev | 1 | -0/+8 |
2006-08-10 | [PATCH] libata: rework legacy handling to remove much of the cruft | Alan Cox | 1 | -0/+1 |
2006-07-25 | [SPARC]: Fix SA_STATIC_ALLOC value. | David S. Miller | 1 | -1/+1 |
2006-07-22 | [SPARC]: Kill prom_getname, unused and not implemented properly. | David S. Miller | 1 | -5/+0 |
2006-07-15 | [PATCH] remove set_wmb - arch removal | Steven Rostedt | 1 | -1/+0 |
2006-07-04 | Merge git://git.infradead.org/hdrinstall-2.6 | Linus Torvalds | 1 | -0/+6 |
2006-07-03 | [PATCH] irq-flags: SPARC: Use the new IRQF_ constants | Thomas Gleixner | 2 | -4/+2 |
2006-06-30 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+1 |
2006-06-30 | [AF_UNIX]: Datagram getpeersec | Catherine Zhang | 1 | -0/+1 |
2006-06-30 | [SPARC]: sparc32 side of of_device layer IRQ resolution. | David S. Miller | 1 | -1/+4 |
2006-06-30 | [SPARC]: Kill interrupt stuff and linux_phandle from device_node. | David S. Miller | 1 | -8/+0 |
2006-06-30 | [SPARC]: Add of_io{remap,unmap}(). | David S. Miller | 1 | -0/+3 |
2006-06-30 | [SPARC]: Beginnings of generic of_device framework. | David S. Miller | 2 | -2/+14 |
2006-06-30 | [SPARC]: Add of_n_{addr,size}_cells(). | David S. Miller | 1 | -0/+2 |
2006-06-26 | [SPARC]: Add iomap interfaces. | David S. Miller | 1 | -0/+16 |
2006-06-26 | [SPARC]: Add unique device_node IDs and a ".node" property. | David S. Miller | 1 | -0/+2 |
2006-06-26 | [SPARC]: Add of_set_property() interface. | David S. Miller | 1 | -0/+8 |
2006-06-24 | [SBUS]: Rewrite and plug into of_device framework. | David S. Miller | 1 | -8/+19 |
2006-06-24 | [SPARC]: Port of_device layer and make ebus use it. | David S. Miller | 2 | -0/+68 |
2006-06-24 | [SPARC]: Port sparc64 in-kernel device tree code to sparc32. | David S. Miller | 3 | -9/+104 |
2006-06-24 | [SBUS]: Start cleaning up generic sbus support layer. | David S. Miller | 1 | -0/+1 |
2006-06-23 | [PATCH] adjust handle_IRR_event() return type | Jan Beulich | 1 | -4/+0 |
2006-06-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 3 | -3/+10 |
2006-06-20 | [SPARC]: Kill __irq_itoa(). | David S. Miller | 1 | -2/+0 |
2006-06-20 | [SPARC]: Add missing rw can_lock macros | Bob Breuer | 1 | -0/+3 |