summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-059-113/+79Star
|\
| * sparc: Access kernel TSB using physical addressing when possible.David S. Miller2011-08-051-27/+24Star
| * sparc: use kbuild-generic support for true asm-generic header filesSam Ravnborg2011-08-045-9/+5Star
| * sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller2011-08-031-3/+4
| * sparc: Set reboot-cmd using reboot data hypervisor call if available.David S. Miller2011-08-031-0/+7
| * sparc: Add some missing hypervisor API groups.David S. Miller2011-08-031-0/+6
| * sparc: Use popc if possible for hweight routines.David S. Miller2011-08-031-38/+4Star
| * sparc: Sanitize cpu feature detection and reporting.David S. Miller2011-07-291-36/+29Star
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-301-1/+1
|\ \ | |/ |/|
| * PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+1
* | sparc: Detect and handle UltraSPARC-T3 cpu types.David S. Miller2011-07-282-3/+6
* | sparc: Add T3 sun4v cpu type and hypervisor group defines.David S. Miller2011-07-282-0/+2
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-272-2/+0Star
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-272-3/+3
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-275-5/+3Star
* | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-271-4/+1Star
* | ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-2/+0Star
* | Merge 'akpm' patch seriesLinus Torvalds2011-07-262-21/+70
|\ \
| * | sparc64: add support for _PAGE_SPECIALDavid S. Miller2011-07-261-4/+11
| * | sparc64: use RCU page table freeingDavid S. Miller2011-07-261-2/+46
| * | sparc64: kill page table quicklistsDavid S. Miller2011-07-261-17/+15Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
| |/
* | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-222-6/+0Star
|\ \
| * | pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt2011-06-082-6/+0Star
* | | sparc,kgdbts: fix compile regression with kgdb test suiteJason Wessel2011-07-221-0/+1
* | | sparc/irqs: Do not trace arch_local_{*,irq_*} functionsSteven Rostedt2011-07-062-11/+11
| |/ |/|
* | Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-271-2/+0Star
* | sparc: Remove unnecessary semicolonsJoe Perches2011-06-084-8/+8
* | sparc32,leon: add GRPCI2 PCI Host driverDaniel Hellstrom2011-06-021-0/+3
* | sparc32,leon: added LEON-common low-level PCI routinesDaniel Hellstrom2011-06-022-0/+45
* | sparc32: added CONFIG_PCIC_PCI Kconfig settingDaniel Hellstrom2011-06-021-1/+1
|/
* ns: Wire up the setns system callEric W. Biederman2011-05-281-1/+2
* sparc: mmu_gather reworkPeter Zijlstra2011-05-254-90/+31Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-05-2315-75/+123
|\
| * sparc32: fix build, fix missing cpu_relax declarationSam Ravnborg2011-05-231-0/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller2011-05-201-0/+13
| |\
| | * sparc: add {read,write}*_be routinesJan Andersson2011-05-121-0/+13
| * | sparc: convert old cpumask API into new oneKOSAKI Motohiro2011-05-161-5/+5
| * | sparc32,leon: Implemented SMP IPIs for LEON CPUDaniel Hellstrom2011-05-161-1/+3
| * | sparc32: implement SMP IPIs using the generic functionsDaniel Hellstrom2011-05-162-13/+14
| * | sparc32,leon: added some SMP commentsDaniel Hellstrom2011-05-162-0/+14
| * | sparc32: always define boot_cpu_idDaniel Hellstrom2011-04-221-0/+12
| * | sparc32: avoid build warning at mm/percpu.c:1647Sam Ravnborg2011-04-221-2/+4
| * | sparc32: probe for cpu info only during startupSam Ravnborg2011-04-221-1/+0Star
| * | sparc: consolidate show_cpuinfo in cpu.cSam Ravnborg2011-04-223-4/+7
| * | sparc32,leon: cleaned away code from the LEON2 daysDaniel Hellstrom2011-04-221-23/+0Star
| * | sparc32,leon: per-cpu ticker use genirq per-cpu handlerDaniel Hellstrom2011-04-221-2/+4
| * | sparc32,leon: add support for extended interrupt controllerDaniel Hellstrom2011-04-221-4/+3Star
| * | sparc32: genirq supportSam Ravnborg2011-04-203-17/+34