Age | Commit message (Expand) | Author | Files | Lines |
2006-06-24 | [SPARC64]: Expand of_*() interfaces some more. | David S. Miller | 1 | -0/+3 |
2006-06-24 | [SPARC64]: Convert central bus layer to in-kernel PROM device tree. | David S. Miller | 1 | -4/+3 |
2006-06-24 | [SPARC64]: Kill ebus/isa range and interrupt mapping struct members. | David S. Miller | 2 | -13/+0 |
2006-06-24 | [SPARC64]: Use in-kernel PROM tree for EBUS and ISA. | David S. Miller | 4 | -38/+32 |
2006-06-24 | [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree. | David S. Miller | 2 | -2/+4 |
2006-06-24 | [SPARC64]: Fix for Niagara memory corruption. | David S. Miller | 1 | -0/+2 |
2006-06-24 | [SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree. | David S. Miller | 1 | -2/+3 |
2006-06-24 | [SPARC64]: Add of_getintprop_default(). | David S. Miller | 1 | -0/+3 |
2006-06-24 | [SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree. | David S. Miller | 1 | -2/+3 |
2006-06-24 | [SPARC64]: Use in-kernel OBP device tree for PCI controller probing. | David S. Miller | 1 | -6/+6 |
2006-06-24 | [SPARC64]: Add of_find_node_by_{name,type}(). | David S. Miller | 1 | -0/+10 |
2006-06-24 | [SPARC64]: Import OBP device tree into kernel data structures. | David S. Miller | 1 | -0/+79 |
2006-06-24 | [SBUS]: Start cleaning up generic sbus support layer. | David S. Miller | 1 | -0/+1 |
2006-06-23 | [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use | Bjorn Helgaas | 1 | -1/+1 |
2006-06-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 5 | -97/+29 |
2006-06-21 | Merge git://git.infradead.org/hdrcleanup-2.6 | Linus Torvalds | 29 | -30/+2 |
2006-06-20 | [SPARC64]: Move over to GENERIC_HARDIRQS. | David S. Miller | 3 | -76/+6 |
2006-06-20 | [SPARC64]: Virtualize IRQ numbers. | David S. Miller | 1 | -2/+11 |
2006-06-20 | [SPARC64]: Kill ino_bucket->pil | David S. Miller | 1 | -6/+5 |
2006-06-20 | [SPARC]: Kill __irq_itoa(). | David S. Miller | 1 | -8/+0 |
2006-06-20 | [SPARC64]: Send all device interrupts via one PIL. | David S. Miller | 2 | -12/+14 |
2006-06-02 | [SPARC64]: Fix D-cache corruption in mremap | David S. Miller | 1 | -0/+17 |
2006-05-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 3 | -6/+147 |
2006-05-23 | [SPARC64]: Respect gfp_t argument to dma_alloc_coherent(). | David S. Miller | 2 | -3/+142 |
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 | 2 | -3/+1 |
2006-05-04 | [SPARC]: Hook up vmsplice into syscall tables. | David S. Miller | 1 | -1/+1 |
2006-05-01 | [SPARC64]: Kill __flush_tlb_page() prototype. | David S. Miller | 1 | -2/+0 |
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 | 28 | -28/+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] for_each_possible_cpu: sparc64 | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2006-04-01 | [SPARC]: Wire up sys_sync_file_range() into syscall tables. | David S. Miller | 1 | -1/+1 |
2006-04-01 | [SPARC]: Wire up sys_splice() into the syscall tables. | David S. Miller | 1 | -1/+1 |
2006-03-28 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 1 | -2/+20 |
2006-03-28 | [PATCH] Typo fixes | Alexey Dobriyan | 1 | -1/+1 |
2006-03-28 | [SPARC64]: Implement futex_atomic_cmpxchg_inatomic(). | David S. Miller | 1 | -2/+20 |
2006-03-27 | [PATCH] Notifier chain update: API changes | Alan Stern | 1 | -7/+4 |
2006-03-27 | [PATCH] lightweight robust futexes: arch defaults | Ingo Molnar | 1 | -0/+6 |
2006-03-27 | [PATCH] unify pfn_to_page: generic functions | KAMEZAWA Hiroyuki | 1 | -0/+2 |
2006-03-26 | [PATCH] bitops: sparc64: use generic bitops | Akinobu Mita | 1 | -206/+13 |
2006-03-26 | [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit() | Akinobu Mita | 1 | -3/+3 |
2006-03-25 | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications | Davide Libenzi | 1 | -0/+1 |
2006-03-23 | [PATCH] more for_each_cpu() conversions | Andrew Morton | 1 | -4/+3 |
2006-03-23 | [PATCH] atomic: add_unless cmpxchg optimise | Nick Piggin | 1 | -2/+8 |
2006-03-23 | [PATCH] Move read_mostly definition to asm/cache.h | Kyle McMartin | 1 | -0/+2 |
2006-03-22 | [SPARC64]: Add a secondary TSB for hugepage mappings. | David S. Miller | 5 | -30/+61 |
2006-03-20 | [SPARC64]: Fix 2 bugs in huge page support. | David S. Miller | 1 | -0/+1 |