aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] Notify page fault call chainAnil S Keshavamurthy1-0/+1
2006-06-26[PATCH] Notify page fault call chain for sparc64Anil S Keshavamurthy1-0/+2
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-0/+2
2006-06-23[SBUS]: Rewrite and plug into of_device framework.David S. Miller1-8/+20
2006-06-23[SPARC]: Port of_device layer and make ebus use it.David S. Miller1-1/+1
2006-06-23[SPARC64]: Add of_device layer and make ebus/isa use it.David S. Miller3-0/+74
2006-06-23[SPARC64]: Expand of_*() interfaces some more.David S. Miller1-0/+3
2006-06-23[SPARC64]: Convert central bus layer to in-kernel PROM device tree.David S. Miller1-4/+3
2006-06-23[SPARC64]: Kill ebus/isa range and interrupt mapping struct members.David S. Miller2-13/+0
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller4-38/+32
2006-06-23[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller2-2/+4
2006-06-23[SPARC64]: Fix for Niagara memory corruption.David S. Miller1-0/+2
2006-06-23[SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.David S. Miller1-2/+3
2006-06-23[SPARC64]: Add of_getintprop_default().David S. Miller1-0/+3
2006-06-23[SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree.David S. Miller1-2/+3
2006-06-23[SPARC64]: Use in-kernel OBP device tree for PCI controller probing.David S. Miller1-6/+6
2006-06-23[SPARC64]: Add of_find_node_by_{name,type}().David S. Miller1-0/+10
2006-06-23[SPARC64]: Import OBP device tree into kernel data structures.David S. Miller1-0/+79
2006-06-23[SBUS]: Start cleaning up generic sbus support layer.David S. Miller1-0/+1
2006-06-22[PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas1-1/+1
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-97/+29
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds29-30/+2
2006-06-20[SPARC64]: Move over to GENERIC_HARDIRQS.David S. Miller3-76/+6
2006-06-20[SPARC64]: Virtualize IRQ numbers.David S. Miller1-2/+11
2006-06-20[SPARC64]: Kill ino_bucket->pilDavid S. Miller1-6/+5
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller1-8/+0
2006-06-20[SPARC64]: Send all device interrupts via one PIL.David S. Miller2-12/+14
2006-06-01[SPARC64]: Fix D-cache corruption in mremapDavid S. Miller1-0/+17
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse3-6/+147
2006-05-23[SPARC64]: Respect gfp_t argument to dma_alloc_coherent().David S. Miller2-3/+142
2006-05-21[SPARC]: Add robust futex syscall entries.David S. Miller1-3/+5
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2-3/+1
2006-05-03[SPARC]: Hook up vmsplice into syscall tables.David S. Miller1-1/+1
2006-04-30[SPARC64]: Kill __flush_tlb_page() prototype.David S. Miller1-2/+0
2006-04-29Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse1-2/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse28-28/+0
2006-04-24[SPARC]: __NR_sys removalOGAWA Hirofumi1-1/+1
2006-04-19[SPARC]: __NR_sys_splice --> __NR_spliceDavid S. Miller1-1/+1
2006-04-14[SPARC]: Hook up sys_tee() into syscall tables.David S. Miller1-1/+1
2006-04-11[PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki1-1/+1
2006-03-31[SPARC]: Wire up sys_sync_file_range() into syscall tables.David S. Miller1-1/+1
2006-03-31[SPARC]: Wire up sys_splice() into the syscall tables.David S. Miller1-1/+1
2006-03-28Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+20
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[SPARC64]: Implement futex_atomic_cmpxchg_inatomic().David S. Miller1-2/+20
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-7/+4
2006-03-27[PATCH] lightweight robust futexes: arch defaultsIngo Molnar1-0/+6
2006-03-27[PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki1-0/+2
2006-03-26[PATCH] bitops: sparc64: use generic bitopsAkinobu Mita1-206/+13
2006-03-26[PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit()Akinobu Mita1-3/+3