Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-06-20 | [SPARC]: Setup cpu_possible_map | Bob Breuer | 1 | -1/+7 |
2006-05-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -3/+5 |
2006-05-22 | [SPARC]: Add robust futex syscall entries. | David S. Miller | 1 | -3/+5 |
2006-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 1 | -1/+1 |
2006-05-04 | [SPARC]: Hook up vmsplice into syscall tables. | David S. Miller | 1 | -1/+1 |
2006-04-29 | Remove unneeded _syscallX macros from user view in asm-*/unistd.h | David Woodhouse | 1 | -2/+2 |
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 23 | -24/+0 |
2006-04-25 | [SPARC]: __NR_sys removal | OGAWA Hirofumi | 1 | -1/+1 |
2006-04-20 | [SPARC]: __NR_sys_splice --> __NR_splice | David S. Miller | 1 | -1/+1 |
2006-04-15 | [SPARC]: Hook up sys_tee() into syscall tables. | David S. Miller | 1 | -1/+1 |
2006-04-11 | [PATCH] sparc32 vga support | Andrew Morton | 1 | -0/+33 |
2006-04-01 | [SPARC]: Wire up sys_sync_file_range() into syscall tables. | David S. Miller | 1 | -2/+2 |
2006-04-01 | [SPARC]: Wire up sys_splice() into the syscall tables. | David S. Miller | 1 | -1/+1 |
2006-03-27 | [PATCH] unify pfn_to_page: sparc pfn_to_page | KAMEZAWA Hiroyuki | 1 | -2/+2 |
2006-03-26 | [PATCH] bitops: sparc: use generic bitops | Akinobu Mita | 1 | -376/+12 |
2006-03-26 | [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit() | Akinobu Mita | 1 | -3/+3 |
2006-03-25 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 3 | -11/+24 |
2006-03-25 | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications | Davide Libenzi | 1 | -0/+1 |
2006-03-24 | [SPARC]: Try to start getting SMP back into shape. | Bob Breuer | 3 | -11/+24 |
2006-03-22 | [SPARC]: Respect vm_page_prot in io_remap_page_range(). | David S. Miller | 1 | -3/+3 |
2006-03-21 | [SPARC]: Fixup SO_PEERSEC value on 32-bit sparc. | David S. Miller | 1 | -1/+1 |
2006-03-20 | [SPARC]: Kill off these __put_user_ret things. | David S. Miller | 1 | -47/+0 |
2006-03-20 | [SPARC64]: Recognize "virtual-console" as input and output console device. | David S. Miller | 1 | -0/+2 |
2006-03-20 | [SPARC]: Clean up idprom header files. | David S. Miller | 1 | -17/+9 |
2006-02-16 | [PATCH] add asm-generic/mman.h | Michael S. Tsirkin | 1 | -29/+2 |
2006-02-15 | [PATCH] madvise MADV_DONTFORK/MADV_DOFORK | Michael S. Tsirkin | 1 | -0/+2 |
2006-02-13 | [SPARC]: sys_newfstatat --> sys_fstatat64 | David S. Miller | 1 | -1/+1 |
2006-02-08 | [SPARC]: Wire up sys_unshare(). | David S. Miller | 1 | -3/+4 |
2006-01-19 | [SPARC]: Add support for *at(), ppoll, and pselect syscalls. | David S. Miller | 2 | -5/+22 |
2006-01-19 | [SPARC]: sparc32 needs PROMDEV_{I,O}RSC defines too. | David S. Miller | 1 | -0/+2 |
2006-01-12 | [PATCH] death of get_thread_info/put_thread_info | Al Viro | 1 | -3/+0 |
2006-01-12 | [PATCH] sparc: task_thread_info() | Al Viro | 1 | -1/+1 |
2006-01-12 | [PATCH] sched: add cacheflush() asm | Ingo Molnar | 1 | -0/+10 |
2006-01-10 | [PATCH] mutex subsystem, add default include/asm-*/mutex.h files | Arjan van de Ven | 1 | -0/+9 |
2006-01-10 | [PATCH] mutex subsystem, add atomic_xchg() to all arches | Ingo Molnar | 1 | -0/+1 |
2006-01-09 | [PATCH] consolidate asm/futex.h | Jeff Dike | 1 | -48/+1 |
2006-01-09 | [PATCH] Kill L1_CACHE_SHIFT_MAX | Ravikiran G Thirumalai | 1 | -1/+0 |
2006-01-06 | [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 | Christoph Lameter | 1 | -0/+1 |
2006-01-06 | [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store | Badari Pulavarty | 1 | -0/+1 |