summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)Author
2011-07-27sparc: Add T3 sun4v cpu type and hypervisor group defines.David S. Miller
2011-07-27sparc: Don't leave sparc_pmu_type NULL on sun4v.David S. Miller
2011-07-27sparc: rename atomic_add_unlessStephen Rothwell
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25sparc64: implement get_user_pages_fast()David S. Miller
2011-07-25sparc64: add support for _PAGE_SPECIALDavid S. Miller
2011-07-25sparc64: use RCU page table freeingDavid S. Miller
2011-07-25sparc64: kill page table quicklistsDavid S. Miller
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle
2011-07-21sparc,kgdbts: fix compile regression with kgdb test suiteJason Wessel
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody
2011-07-16sparc: sun4m SMP: fix wrong shift instruction in IPI handlerWill Simoneau
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-06sparc32,leon: Added __init declaration to leon_flush_needed()Matthias Rosenfelder
2011-07-06sparc/irqs: Do not trace arch_local_{*,irq_*} functionsSteven Rostedt
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-06-09sparc32, leon: bugfix in LEON SMP interrupt initDaniel Hellstrom
2011-06-09sparc32, sun4m: bugfix in SMP IPI traphandlerDaniel Hellstrom
2011-06-08pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt
2011-06-07sparc: Remove unnecessary semicolonsJoe Perches
2011-06-07Add support for allocating irqs for bootbus devicesoftedal
2011-06-07Do not skip interrupt sources in sun4d interrupt handler and acknowledge inte...oftedal
2011-06-07Restructure sun4d_build_device_irq so that timer interrupts can be allocatedoftedal
2011-06-02sparc: PCIC_PCI needs SPARC32 dependencyDavid S. Miller
2011-06-02sparc: Do not select GENERIC_HARDIRQS_NO_DEPRECATEDGeert Uytterhoeven
2011-06-02sparc32,leon: add GRPCI2 PCI Host driverDaniel Hellstrom
2011-06-02sparc32,leon: added LEON-common low-level PCI routinesDaniel Hellstrom
2011-06-02sparc32: added CONFIG_PCIC_PCI Kconfig settingDaniel Hellstrom
2011-05-28Merge branch 'setns'Linus Torvalds
2011-05-28ns: Wire up the setns system callEric W. Biederman
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra
2011-05-25sparc: mmu_gather reworkPeter Zijlstra
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo