summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-251-0/+2
* [SBUS]: Rewrite and plug into of_device framework.David S. Miller2006-06-241-8/+20
* [SPARC]: Port of_device layer and make ebus use it.David S. Miller2006-06-241-1/+1
* [SPARC64]: Add of_device layer and make ebus/isa use it.David S. Miller2006-06-243-0/+74
* [SPARC64]: Expand of_*() interfaces some more.David S. Miller2006-06-241-0/+3
* [SPARC64]: Convert central bus layer to in-kernel PROM device tree.David S. Miller2006-06-241-4/+3Star
* [SPARC64]: Kill ebus/isa range and interrupt mapping struct members.David S. Miller2006-06-242-13/+0Star
* [SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller2006-06-244-38/+32Star
* [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller2006-06-242-2/+4
* [SPARC64]: Fix for Niagara memory corruption.David S. Miller2006-06-241-0/+2
* [SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.David S. Miller2006-06-241-2/+3
* [SPARC64]: Add of_getintprop_default().David S. Miller2006-06-241-0/+3
* [SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree.David S. Miller2006-06-241-2/+3
* [SPARC64]: Use in-kernel OBP device tree for PCI controller probing.David S. Miller2006-06-241-6/+6
* [SPARC64]: Add of_find_node_by_{name,type}().David S. Miller2006-06-241-0/+10
* [SPARC64]: Import OBP device tree into kernel data structures.David S. Miller2006-06-241-0/+79
* [SBUS]: Start cleaning up generic sbus support layer.David S. Miller2006-06-241-0/+1
* [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas2006-06-231-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-06-215-97/+29Star
|\
| * [SPARC64]: Move over to GENERIC_HARDIRQS.David S. Miller2006-06-203-76/+6Star
| * [SPARC64]: Virtualize IRQ numbers.David S. Miller2006-06-201-2/+11
| * [SPARC64]: Kill ino_bucket->pilDavid S. Miller2006-06-201-6/+5Star
| * [SPARC]: Kill __irq_itoa().David S. Miller2006-06-201-8/+0Star
| * [SPARC64]: Send all device interrupts via one PIL.David S. Miller2006-06-202-12/+14
* | Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-2129-30/+2Star
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-05-243-6/+147
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-05-062-3/+1Star
| |\ \
| * | | Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse2006-04-291-2/+2
| * | | Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-2628-28/+0Star
* | | | [SPARC64]: Fix D-cache corruption in mremapDavid S. Miller2006-06-021-0/+17
| |_|/ |/| |
* | | [SPARC64]: Respect gfp_t argument to dma_alloc_coherent().David S. Miller2006-05-232-3/+142
* | | [SPARC]: Add robust futex syscall entries.David S. Miller2006-05-221-3/+5
| |/ |/|
* | [SPARC]: Hook up vmsplice into syscall tables.David S. Miller2006-05-031-1/+1
* | [SPARC64]: Kill __flush_tlb_page() prototype.David S. Miller2006-05-011-2/+0Star
|/
* [SPARC]: __NR_sys removalOGAWA Hirofumi2006-04-241-1/+1
* [SPARC]: __NR_sys_splice --> __NR_spliceDavid S. Miller2006-04-201-1/+1
* [SPARC]: Hook up sys_tee() into syscall tables.David S. Miller2006-04-151-1/+1
* [PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki2006-04-111-1/+1
* [SPARC]: Wire up sys_sync_file_range() into syscall tables.David S. Miller2006-04-011-1/+1
* [SPARC]: Wire up sys_splice() into the syscall tables.David S. Miller2006-04-011-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-03-281-2/+20
|\
| * [SPARC64]: Implement futex_atomic_cmpxchg_inatomic().David S. Miller2006-03-281-2/+20
* | [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
|/
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-7/+4Star
* [PATCH] lightweight robust futexes: arch defaultsIngo Molnar2006-03-271-0/+6
* [PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki2006-03-271-0/+2
* [PATCH] bitops: sparc64: use generic bitopsAkinobu Mita2006-03-261-206/+13Star
* [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit()Akinobu Mita2006-03-261-3/+3
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-0/+1
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-231-4/+3Star