summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-12-23sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().David S. Miller1-2/+2
2011-12-04sparc: Use kmemdup rather than duplicating its implementationThomas Meyer2-7/+3
2011-11-18sparc64: Patch sun4v code sequences properly on module load.David S. Miller3-19/+63
2011-11-16sparc: Stash orig_i0 into %g6 instead of %g2David S. Miller3-11/+31
2011-11-15sparc: Fix handling of orig_i0 wrt. debugging when restarting syscalls.David S. Miller3-27/+43
2011-11-14sparc: sigutil: Include <linux/errno.h>Ben Hutchings1-0/+1
2011-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-3/+3
2011-11-07Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-8/+0
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds49-32/+43
2011-11-01sparc: Hook up process_vm_{readv,writev} syscalls.David S. Miller2-3/+3
2011-11-01sparc: Add module.h to files previously implicitly using it.Paul Gortmaker2-0/+2
2011-11-01sparc: remove several unnecessary module.h include instancesPaul Gortmaker9-9/+0
2011-11-01sparc: move symbol exporters to use export.h not module.hPaul Gortmaker23-23/+23
2011-11-01sparc: add export.h to arch/sparc files as requiredPaul Gortmaker15-0/+15
2011-11-01sparc: fix implicit use of uaccess.h header in mdesc.cPaul Gortmaker1-0/+1
2011-11-01sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.cPaul Gortmaker2-0/+2
2011-10-31sparc64: Fix masking and shifting in VIS fpcmp emulation.David S. Miller1-16/+16
2011-10-25sparc/jump_label: drop arch_jump_label_text_poke_early()Jeremy Fitzhardinge1-8/+0
2011-10-20sparc: Add alignment flag to PCI expansion resourcesKjetil Oftedal1-1/+2
2011-10-12sparc: Avoid calling sigprocmask()David S. Miller3-3/+3
2011-10-12sparc: Use set_current_blocked()Matt Fleming3-49/+30
2011-09-21sparc: Make '-p' boot option meaningful again.David S. Miller2-2/+2
2011-09-21sparc, exec: remove redundant addr_limit assignmentMathias Krause2-5/+1
2011-09-17sparc64: Future proof Niagara cpu detection.David S. Miller4-7/+48
2011-08-30sparc64: 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 time...Kjetil Oftedal1-1/+1
2011-08-29sparc: Remove another reference to nfsservctlStephen Rothwell1-1/+1
2011-08-27All Arch: remove linkage for sys_nfsservctl system callNeilBrown3-3/+2
2011-08-21sparc: Allow handling signals when stack is corrupted.David S. Miller7-233/+454
2011-08-19sparc: fix array bounds error setting up PCIC NMI trapIan Campbell1-2/+2
2011-08-12sparc: 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-03sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller4-11/+37
2011-08-03sparc: Set reboot-cmd using reboot data hypervisor call if available.David S. Miller4-9/+46
2011-08-03sparc: Add some missing hypervisor API groups.David S. Miller1-0/+6
2011-08-03sparc: Use hweight64() in popc emulation.David S. Miller1-11/+4
2011-08-03sparc: Use popc if possible for hweight routines.David S. Miller4-1/+46
2011-08-03sparc: Minor tweaks to Niagara page copy/clear.David S. Miller1-1/+1
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-29sparc: Sanitize cpu feature detection and reporting.David S. Miller3-0/+156
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