aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Fix userspace FPU register corruptions.David S. Miller2015-10-132-75/+6
* sparc32,leon: fix leon buildSam Ravnborg2015-08-071-13/+0
* powerpc+sparc64/mm: Remove hack in mmap randomize layoutDan McGee2015-08-071-3/+3
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-202-0/+4
* sparc: use asm-generic version of types.hSam Ravnborg2014-09-132-23/+1
* arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin2014-09-131-1/+1
* sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan2014-09-131-1/+1
* sparc64: Guard against flushing openfirmware mappings.David S. Miller2014-09-132-10/+25
* sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller2014-09-131-0/+4
* sparc64: Add membar to Niagara2 memcpy code.David S. Miller2014-09-131-0/+1
* sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller2014-09-132-3/+17
* sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller2014-09-131-15/+1
* sparc64: Fix top-level fault handling bugs.David S. Miller2014-09-131-32/+54
* sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller2014-09-131-3/+9
* sparc64: Make itc_sync_lock rawKirill Tkhai2014-09-131-3/+3
* sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller2014-09-131-1/+1
* locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-08-061-0/+1
* sparc64: don't treat 64-bit syscall return codes as 32-bitDave Kleikamp2014-04-301-2/+2
* sparc32: fix build failure for arch_jump_label_transformPaul Gortmaker2014-04-301-1/+1
* Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp2014-04-301-2/+2
* sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...oftedal2014-04-301-2/+2
* compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-11-281-1/+1
* sparc32: Fix exit flag passed from traced sys_sigreturnKirill Tkhai2013-10-261-1/+1
* sparc64: Fix not SRA'ed %o5 in 32-bit traced syscallKirill Tkhai2013-10-261-4/+4
* sparc64: Fix off by one in trampoline TLB mapping installation loop.David S. Miller2013-10-261-2/+0
* sparc64: Remove RWSEM export leftoversKirill Tkhai2013-10-261-9/+0
* sparc64: Fix ITLB handler of null pageKirill Tkhai2013-10-261-2/+1
* sparc32: Add ucmpdi2.o to obj-y instead of lib-y.David S. Miller2013-09-101-2/+2
* sparc32: add ucmpdi2Sam Ravnborg2013-09-102-1/+20
* sparc32: support atomic64_tSam Ravnborg2013-09-102-0/+3
* sparc: tsb must be flushed before tlbDave Kleikamp2013-08-021-1/+1
* sparc64 address-congruence propertybob picco2013-08-021-1/+8
* sparc32: vm_area_struct access for old Sun SPARCs.Olivier DANET2013-08-025-16/+18
* sparc64: Fix race in TLB batch processing.David S. Miller2013-05-137-55/+242
* signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-03-271-0/+1
* sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp2013-01-161-2/+8
* sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()Al Viro2012-12-061-3/+1
* sparc64: Be less verbose during vmemmap population.David S. Miller2012-10-301-5/+23
* sparc64: do not clobber personality flags in sys_sparc64_personality()Jiri Kosina2012-10-301-5/+5
* sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller2012-10-301-2/+4
* sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller2012-10-301-4/+5
* sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro2012-10-301-18/+14
* KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compatDavid Howells2012-05-312-1/+4
* sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().David S. Miller2012-05-202-4/+4
* sparc64: Fix bootup crash on sun4v.David S. Miller2012-04-221-1/+1
* sparc64: Eliminate obsolete __handle_softirq() functionPaul E. McKenney2012-04-221-7/+0
* sparc32: Add -Av8 to assembler command line.David S. Miller2012-03-191-1/+1
* sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().David S. Miller2011-12-221-2/+2
* sparc32: Be less strict in matching %lo part of relocation.David S. Miller2011-12-141-2/+1
* sparc: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-042-7/+3