aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc64
AgeCommit message (Expand)AuthorFilesLines
2007-05-08[SPARC64]: Optimize fault kprobe handling just like powerpc.Gravatar David S. Miller 2-41/+15
2007-05-08[SPARC]: Wire up utimensat syscall.Gravatar David S. Miller 2-1/+4
2007-05-08[SPARC64]: Fix request_irq() ignored result warnings in PCI controller code.Gravatar David S. Miller 3-46/+104
2007-05-08[SPARC64]: Kill asm-sparc64/pbm.hGravatar David S. Miller 10-9/+124
2007-05-08[SPARC64]: Removal of trivial pci_controller_info uses.Gravatar David S. Miller 3-67/+58
2007-05-08[SPARC64]: Move index info pci_pbm_info.Gravatar David S. Miller 8-154/+136
2007-05-08[SPARC64]: Move {setup,teardown}_msi_irq into pci_pbm_info.Gravatar David S. Miller 2-124/+116
2007-05-08[SPARC64]: Move pci_ops into pci_pbm_info.Gravatar David S. Miller 6-7/+6
2007-05-08[SPARC64] SBUS: Error interrupt registry cleanups.Gravatar David S. Miller 1-6/+6
2007-05-08[SPARC64] PCI: Use root list of pbm's instead of pci_controller_info'sGravatar David S. Miller 7-310/+184
2007-05-08[SPARC64] PCI: Use common routine to fetch PBM properties.Gravatar David S. Miller 7-45/+20
2007-05-08utimensat implementationGravatar Ulrich Drepper 1-2/+12
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 16-16/+0
2007-05-08move die notifier handling to common codeGravatar Christoph Hellwig 3-16/+3
2007-05-08simplify the stacktrace codeGravatar Christoph Hellwig 1-13/+7
2007-05-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 8-75/+609
2007-05-07get_unmapped_area handles MAP_FIXED on sparc64Gravatar Benjamin Herrenschmidt 1-0/+6
2007-05-07slab allocators: remove multiple alignment specificationsGravatar Christoph Lameter 1-1/+1
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNGravatar Christoph Lameter 1-2/+1
2007-05-07Quicklist support for sparc64Gravatar David Miller 3-25/+5
2007-05-07[SPARC64]: pgtable_cache_init() should be __init.Gravatar David S. Miller 1-1/+1
2007-05-07[SPARC64]: Fix section mismatch warnings in arch/sparc64/kernel/prom.cGravatar David S. Miller 1-12/+13
2007-05-07[SPARC64]: Fix section mismatch warnings in arch/sparc64/kernel/pci.cGravatar David S. Miller 1-14/+14
2007-05-07[SPARC64]: Fix section mismatch warnings in arch/sparc64/kernel/console.cGravatar David S. Miller 1-3/+3
2007-05-06[SPARC64]: Update defconfig.Gravatar David S. Miller 1-25/+46
2007-05-06[SPARC64]: SUN4U PCI-E controller support.Gravatar David S. Miller 6-22/+534
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Gravatar Linus Torvalds 1-3/+3
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-1/+2
2007-05-03[NET]: Rework dev_base via list_head (v3)Gravatar Pavel Emelianov 1-1/+2
2007-05-02MSI: arch must connect the irq and the msi_descGravatar Michael Ellerman 2-4/+4
2007-05-02msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)Gravatar Dan Williams 1-0/+1
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedGravatar Jeremy Fitzhardinge 1-3/+3
2007-04-26[SPARC64]: Convert PCI over to generic struct iommu/strbuf.Gravatar David S. Miller 5-61/+59
2007-04-26[SPARC64]: Convert SBUS over to generic iommu/strbuf structs.Gravatar David S. Miller 1-97/+132
2007-04-26[SPARC64]: Consolidate {sbus,pci}_iommu_arena.Gravatar David S. Miller 3-14/+8
2007-04-26[SPARC64]: constify some paramaters of OF routinesGravatar Stephen Rothwell 1-4/+7
2007-04-26[SPARC64]: Fix PCI rework to adhere to of_get_property() const return.Gravatar David S. Miller 5-12/+12
2007-04-26[SPARC64]: Document and fix calculation of pages_avail.Gravatar David S. Miller 1-2/+23
2007-04-26[SPARC64]: Make sure pbm->prom_node is setup easly enough in psycho.cGravatar David S. Miller 1-2/+2
2007-04-26[SPARC64]: Use bootmem_bootmap_pages() in choose_bootmap_pfn().Gravatar David S. Miller 1-2/+2
2007-04-26[SPARC64]: Add proper header file extern for cmdline_memory_size.Gravatar David S. Miller 1-2/+0
2007-04-26[SPARC64]: Kill sparc_ultra_dump_{i,d}tlb()Gravatar David S. Miller 1-87/+0
2007-04-26[SPARC64]: Use DECLARE_BITMAP and BITS_TO_LONGS in mm/init.cGravatar David S. Miller 1-6/+7
2007-04-26[SPARC64]: Give move verbose show_mem() output just like i386.Gravatar David S. Miller 1-2/+37
2007-04-26[SPARC64]: Mark show_mem() printk's with KERN_INFO.Gravatar David S. Miller 1-4/+4
2007-04-26[SPARC64]: Kill kvaddr_to_phys() and friends.Gravatar David S. Miller 1-63/+28
2007-04-26[SPARC64]: Privatize sun4u_get_pte() and fix name.Gravatar David S. Miller 1-67/+62
2007-04-26[SPARC64]: Kill _start[]/_end[] declarations in mm/init.cGravatar David S. Miller 1-3/+0
2007-04-26[SPARC64]: Simplify read_obp_memory().Gravatar David S. Miller 1-16/+11
2007-04-26[SPARC64]: Use SPARSEMEM_STATICGravatar David S. Miller 1-0/+1