summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2013-01-16sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp1-2/+8
2012-12-06sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()Al Viro1-3/+1
2012-10-30sparc64: Be less verbose during vmemmap population.David S. Miller1-5/+23
2012-10-30sparc64: do not clobber personality flags in sys_sparc64_personality()Jiri Kosina1-5/+5
2012-10-30sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller1-2/+4
2012-10-30sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller1-4/+5
2012-10-30sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro1-18/+14
2012-05-31KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compatDavid Howells2-1/+4
2012-05-20sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().David S. Miller2-4/+4
2012-04-22sparc64: Fix bootup crash on sun4v.David S. Miller1-1/+1
2012-04-22sparc64: Eliminate obsolete __handle_softirq() functionPaul E. McKenney1-7/+0
2012-03-19sparc32: Add -Av8 to assembler command line.David S. Miller1-1/+1
2011-12-22sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().David S. Miller1-2/+2
2011-12-14sparc32: Be less strict in matching %lo part of relocation.David S. Miller1-2/+1
2011-12-04sparc: Use kmemdup rather than duplicating its implementationThomas Meyer2-7/+3
2011-11-17sparc64: Patch sun4v code sequences properly on module load.David S. Miller3-19/+63
2011-11-17sparc: Kill custom io_remap_pfn_range().David S. Miller5-273/+32
2011-11-15sparc: Stash orig_i0 into %g6 instead of %g2David S. Miller3-11/+31
2011-11-14sparc: Fix handling of orig_i0 wrt. debugging when restarting syscalls.David S. Miller3-27/+43
2011-11-13sparc: sigutil: Include <linux/errno.h>Ben Hutchings1-0/+1
2011-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-4/+6
2011-11-06Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-8/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds55-35/+46
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-6/+1
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli1-11/+0
2011-11-02sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli1-0/+13
2011-11-01sparc: Hook up process_vm_{readv,writev} syscalls.David S. Miller3-4/+6
2011-10-31sparc: Add module.h to files previously implicitly using it.Paul Gortmaker3-0/+3
2011-10-31sparc: remove several unnecessary module.h include instancesPaul Gortmaker13-13/+0
2011-10-31sparc: move symbol exporters to use export.h not module.hPaul Gortmaker23-23/+23
2011-10-31sparc: add export.h to arch/sparc files as requiredPaul Gortmaker18-0/+18
2011-10-31sparc: fix implicit use of uaccess.h header in mdesc.cPaul Gortmaker1-0/+1
2011-10-31sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.cPaul Gortmaker2-0/+2
2011-10-31sparc: drop unused Kconfig symbolPaul Bolle1-6/+1
2011-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-721/+115
2011-10-31sparc64: Fix masking and shifting in VIS fpcmp emulation.David S. Miller1-16/+16
2011-10-28compat: sync compat_stats with statfs.Eric W. Biederman1-1/+2
2011-10-25sparc/jump_label: drop arch_jump_label_text_poke_early()Jeremy Fitzhardinge1-8/+0
2011-10-20sparc32: Correct the return value of memcpy.David S. Miller1-15/+7
2011-10-20sparc32: Remove uses of %g7 in memcpy implementation.David S. Miller1-87/+92
2011-10-20sparc32: Remove non-kernel code from memcpy implementation.David S. Miller1-605/+2
2011-10-19sparc: 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-10-07sparc32,leon: SRMMU MMU Table probe fixDaniel Hellstrom2-2/+2
2011-09-29sparc64: Force the execute bit in OpenFirmware's translation entries.David S. Miller1-0/+5
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. Miller6-8/+53
2011-08-29sparc64: Only Panther cheetah+ chips have POPC.David S. Miller1-2/+8