summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-25/+7
2011-07-30sparc: iounmap() and *_free_coherent() - Use lookup_resource()Geert Uytterhoeven1-25/+7
2011-07-30sparc: _sparc_find_resource() should check for exact matchesGeert Uytterhoeven1-2/+2
2011-07-30Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+1
2011-07-28sparc: Detect and handle UltraSPARC-T3 cpu types.David S. Miller5-1/+44
2011-07-28sparc: Don't do expensive hypervisor PCR write unless necessary.David S. Miller1-2/+5
2011-07-28sparc: Add T3 sun4v cpu type and hypervisor group defines.David S. Miller1-0/+1
2011-07-28sparc: Don't leave sparc_pmu_type NULL on sun4v.David S. Miller1-0/+1
2011-07-27atomic: use <linux/atomic.h>Arun Sharma5-5/+5
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-10/+8
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-28/+0
2011-07-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-10/+52
2011-07-23Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2-15/+1
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-07-16sparc: sun4m SMP: fix wrong shift instruction in IPI handlerWill Simoneau1-1/+1
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra1-0/+42
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra4-10/+10
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2-10/+8
2011-06-10sparc32, leon: bugfix in LEON SMP interrupt initDaniel Hellstrom1-0/+16
2011-06-10sparc32, sun4m: bugfix in SMP IPI traphandlerDaniel Hellstrom1-2/+2
2011-06-08pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt2-14/+0
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-1/+1
2011-06-08sparc: Remove unnecessary semicolonsJoe Perches21-40/+40
2011-06-08Add support for allocating irqs for bootbus devicesoftedal1-12/+22
2011-06-08Do not skip interrupt sources in sun4d interrupt handler and acknowledge inte...oftedal1-9/+5
2011-06-08Restructure sun4d_build_device_irq so that timer interrupts can be allocatedoftedal1-24/+54
2011-06-03sparc32,leon: add GRPCI2 PCI Host driverDaniel Hellstrom3-0/+913
2011-06-03sparc32,leon: added LEON-common low-level PCI routinesDaniel Hellstrom2-0/+254
2011-06-03sparc32: added CONFIG_PCIC_PCI Kconfig settingDaniel Hellstrom2-3/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman2-3/+3
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo1-0/+4
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds34-1388/+1418
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-3/+3
2011-05-21Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'David S. Miller2-4/+5
2011-05-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller4-6/+10
2011-05-20Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2-1/+4
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely2-3/+10
2011-05-17sparc32,leon: Remove unnecessary page_address calls in LEON DMA API.Kristoffer Glembo1-26/+16
2011-05-17sparc: convert old cpumask API into new oneKOSAKI Motohiro14-93/+103
2011-05-17sparc32, sun4d: Implemented SMP IPIs support for SUN4D machinesDaniel Hellstrom3-0/+94
2011-05-17sparc32, sun4m: Implemented SMP IPIs support for SUN4M machinesDaniel Hellstrom3-9/+54
2011-05-17sparc32,leon: Implemented SMP IPIs for LEON CPUDaniel Hellstrom2-2/+123
2011-05-17sparc32: implement SMP IPIs using the generic functionsDaniel Hellstrom2-1/+56
2011-05-17sparc32,leon: SMP power down implementationDaniel Hellstrom1-2/+10
2011-05-05net: Add sendmmsg socket system callAnton Blanchard2-3/+3
2011-04-22sparc32,leon: don't rely on bootloader to mask IRQsDaniel Hellstrom2-0/+7
2011-04-22sparc32,leon: operate on boot-cpu IRQ controller registersDaniel Hellstrom3-25/+21
2011-04-22sparc32: always define boot_cpu_idDaniel Hellstrom4-14/+23