summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc: fix array bounds error setting up PCIC NMI trapIan Campbell2011-08-191-2/+2
* sparc64: Set HAVE_C_RECORDMCOUNTDavid S. Miller2011-08-151-0/+1
* sparc32: unbreak arch_write_unlock()Mikael Pettersson2011-08-151-2/+9
* sparc64: remove unnecessary macros from spinlock_64.hMikael Pettersson2011-08-151-6/+0Star
* sparc: Don't do hypervisor calls on non-sun4v in DS driver.David S. Miller2011-08-121-6/+7
* sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller2011-08-061-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-0530-258/+661
|\
| * sparc: Size mondo queues more sanely.David S. Miller2011-08-051-7/+23
| * sparc: Access kernel TSB using physical addressing when possible.David S. Miller2011-08-054-40/+85
| * sparc: Fix __atomic_add_unless() return value.Josip Rodin2011-08-041-1/+1
| * 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-037-15/+126
| * sparc: Set reboot-cmd using reboot data hypervisor call if available.David S. Miller2011-08-035-9/+53
| * sparc: Add some missing hypervisor API groups.David S. Miller2011-08-032-0/+12
| * sparc: Use hweight64() in popc emulation.David S. Miller2011-08-031-11/+4Star
| * sparc: Use popc if possible for hweight routines.David S. Miller2011-08-037-40/+102
| * sparc: Minor tweaks to Niagara page copy/clear.David S. Miller2011-08-034-102/+77Star
| * sparc: Sanitize cpu feature detection and reporting.David S. Miller2011-07-294-36/+185
* | Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+1
|\ \
| * | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2011-08-011-25/+7Star
|\ \ \
| * | | sparc: iounmap() and *_free_coherent() - Use lookup_resource()Geert Uytterhoeven2011-07-301-25/+7Star
| * | | sparc: _sparc_find_resource() should check for exact matchesGeert Uytterhoeven2011-07-301-2/+2
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-302-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-222-2/+2
| | |/ | |/|
* | | sparc: Detect and handle UltraSPARC-T3 cpu types.David S. Miller2011-07-287-4/+50
* | | sparc: Don't do expensive hypervisor PCR write unless necessary.David S. Miller2011-07-281-2/+5
* | | sparc: Add T3 sun4v cpu type and hypervisor group defines.David S. Miller2011-07-283-0/+3
* | | sparc: Don't leave sparc_pmu_type NULL on sun4v.David S. Miller2011-07-281-0/+1
* | | sparc: rename atomic_add_unlessStephen Rothwell2011-07-271-2/+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-2711-11/+9Star
* | | 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-266-26/+264
|\ \ \
| * | | sparc64: implement get_user_pages_fast()David S. Miller2011-07-262-1/+182
| * | | sparc64: add support for _PAGE_SPECIALDavid S. Miller2011-07-261-4/+11
| * | | sparc64: use RCU page table freeingDavid S. Miller2011-07-262-2/+47
| * | | sparc64: kill page table quicklistsDavid S. Miller2011-07-263-21/+26
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-253-11/+9Star
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
| * | | Merge branch 'master' into for-nextJiri Kosina2011-07-111-2/+0Star
| |\| |
| * | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-10/+8Star
* | | | modules: make arch's use default loader hooksJonas Bonn2011-07-241-28/+0Star
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-238-22/+60
|\ \ \ \
| * | | | perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-011-0/+42
| * | | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-018-22/+18Star
| | |/ / | |/| |
* | | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-224-21/+1Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt2011-06-084-20/+0Star