aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc64
AgeCommit message (Expand)Author
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras
2006-06-23[SBUS]: Rewrite and plug into of_device framework.David S. Miller
2006-06-23[SPARC]: Port of_device layer and make ebus use it.David S. Miller
2006-06-23[SPARC64]: Add of_device layer and make ebus/isa use it.David S. Miller
2006-06-23[SPARC64]: Expand of_*() interfaces some more.David S. Miller
2006-06-23[SPARC64]: Convert central bus layer to in-kernel PROM device tree.David S. Miller
2006-06-23[SPARC64]: Kill ebus/isa range and interrupt mapping struct members.David S. Miller
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller
2006-06-23[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller
2006-06-23[SPARC64]: Fix for Niagara memory corruption.David S. Miller
2006-06-23[SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.David S. Miller
2006-06-23[SPARC64]: Add of_getintprop_default().David S. Miller
2006-06-23[SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree.David S. Miller
2006-06-23[SPARC64]: Use in-kernel OBP device tree for PCI controller probing.David S. Miller
2006-06-23[SPARC64]: Add of_find_node_by_{name,type}().David S. Miller
2006-06-23[SPARC64]: Import OBP device tree into kernel data structures.David S. Miller
2006-06-23[SBUS]: Start cleaning up generic sbus support layer.David S. Miller
2006-06-22[PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds
2006-06-20[SPARC64]: Move over to GENERIC_HARDIRQS.David S. Miller
2006-06-20[SPARC64]: Virtualize IRQ numbers.David S. Miller
2006-06-20[SPARC64]: Kill ino_bucket->pilDavid S. Miller
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller
2006-06-20[SPARC64]: Send all device interrupts via one PIL.David S. Miller
2006-06-01[SPARC64]: Fix D-cache corruption in mremapDavid S. Miller
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2006-05-23[SPARC64]: Respect gfp_t argument to dma_alloc_coherent().David S. Miller
2006-05-21[SPARC]: Add robust futex syscall entries.David S. Miller
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse
2006-05-03[SPARC]: Hook up vmsplice into syscall tables.David S. Miller
2006-04-30[SPARC64]: Kill __flush_tlb_page() prototype.David S. Miller
2006-04-29Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-04-24[SPARC]: __NR_sys removalOGAWA Hirofumi
2006-04-19[SPARC]: __NR_sys_splice --> __NR_spliceDavid S. Miller
2006-04-14[SPARC]: Hook up sys_tee() into syscall tables.David S. Miller
2006-04-11[PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki
2006-03-31[SPARC]: Wire up sys_sync_file_range() into syscall tables.David S. Miller
2006-03-31[SPARC]: Wire up sys_splice() into the syscall tables.David S. Miller
2006-03-28Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2006-03-28[PATCH] Typo fixesAlexey Dobriyan
2006-03-28[SPARC64]: Implement futex_atomic_cmpxchg_inatomic().David S. Miller
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern
2006-03-27[PATCH] lightweight robust futexes: arch defaultsIngo Molnar
2006-03-27[PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki
2006-03-26[PATCH] bitops: sparc64: use generic bitopsAkinobu Mita
2006-03-26[PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit()Akinobu Mita
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton