aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-21sparc: Make '-p' boot option meaningful again.David S. Miller2-2/+2
2011-09-20sparc, exec: remove redundant addr_limit assignmentMathias Krause2-5/+1
2011-09-16sparc64: Future proof Niagara cpu detection.David S. Miller4-7/+48
2011-08-29sparc64: Only Panther cheetah+ chips have POPC.David S. Miller1-2/+8
2011-08-29sparc32,sun4d: Change IPI IRQ level to prevent collision between IPI and timer interruptKjetil Oftedal1-1/+1
2011-08-29sparc: Remove another reference to nfsservctlStephen Rothwell1-1/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown3-3/+2
2011-08-20sparc: Allow handling signals when stack is corrupted.David S. Miller7-233/+454
2011-08-18sparc: fix array bounds error setting up PCIC NMI trapIan Campbell1-2/+2
2011-08-11sparc: Don't do hypervisor calls on non-sun4v in DS driver.David S. Miller1-6/+7
2011-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds14-41/+330
2011-08-05sparc: Size mondo queues more sanely.David S. Miller1-7/+23
2011-08-05sparc: Access kernel TSB using physical addressing when possible.David S. Miller2-12/+22
2011-08-02sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller4-11/+37
2011-08-02sparc: Set reboot-cmd using reboot data hypervisor call if available.David S. Miller4-9/+46
2011-08-02sparc: Add some missing hypervisor API groups.David S. Miller1-0/+6
2011-08-02sparc: Use hweight64() in popc emulation.David S. Miller1-11/+4
2011-08-02sparc: Use popc if possible for hweight routines.David S. Miller4-1/+46
2011-08-02sparc: Minor tweaks to Niagara page copy/clear.David S. Miller1-1/+1
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus 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-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2011-07-28sparc: Sanitize cpu feature detection and reporting.David S. Miller3-0/+156
2011-07-27sparc: Detect and handle UltraSPARC-T3 cpu types.David S. Miller5-1/+44
2011-07-27sparc: Don't do expensive hypervisor PCR write unless necessary.David S. Miller1-2/+5
2011-07-27sparc: Add T3 sun4v cpu type and hypervisor group defines.David S. Miller1-0/+1
2011-07-27sparc: Don't leave sparc_pmu_type NULL on sun4v.David S. Miller1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma5-5/+5
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-10/+8
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-28/+0
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-10/+52
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus 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-09sparc32, leon: bugfix in LEON SMP interrupt initDaniel Hellstrom1-0/+16
2011-06-09sparc32, 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-07sparc: Remove unnecessary semicolonsJoe Perches21-40/+40
2011-06-07Add support for allocating irqs for bootbus devicesoftedal1-12/+22
2011-06-07Do not skip interrupt sources in sun4d interrupt handler and acknowledge interrupts correctlyoftedal1-9/+5
2011-06-07Restructure sun4d_build_device_irq so that timer interrupts can be allocatedoftedal1-24/+54
2011-06-02sparc32,leon: add GRPCI2 PCI Host driverDaniel Hellstrom3-0/+913
2011-06-02sparc32,leon: added LEON-common low-level PCI routinesDaniel Hellstrom2-0/+254
2011-06-02sparc32: added CONFIG_PCIC_PCI Kconfig settingDaniel Hellstrom2-3/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman2-3/+3