summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2015-06-19PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-6/+6
2015-04-14vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-0/+4
2014-08-14arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin1-1/+1
2014-08-14sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan1-1/+1
2014-08-14sparc64: Guard against flushing openfirmware mappings.David S. Miller2-10/+25
2014-08-14sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller1-0/+4
2014-08-14sparc64: Add membar to Niagara2 memcpy code.David S. Miller1-0/+1
2014-08-14sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller2-3/+17
2014-08-14sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller1-15/+1
2014-08-14sparc64: Fix top-level fault handling bugs.David S. Miller1-32/+54
2014-08-14sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller1-3/+9
2014-08-14sparc64: Make itc_sync_lock rawKirill Tkhai1-3/+3
2014-08-14sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller1-1/+1
2014-04-27sparc64: don't treat 64-bit syscall return codes as 32-bitDave Kleikamp1-2/+2
2014-04-27sparc32: fix build failure for arch_jump_label_transformPaul Gortmaker1-1/+1
2014-04-27Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp1-2/+2
2014-04-27sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...oftedal1-2/+2
2014-04-14compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-10-14sparc32: Fix exit flag passed from traced sys_sigreturnKirill Tkhai1-1/+1
2013-10-14sparc64: Fix not SRA'ed %o5 in 32-bit traced syscallKirill Tkhai1-4/+4
2013-10-14sparc64: Fix off by one in trampoline TLB mapping installation loop.David S. Miller1-2/+0
2013-10-14sparc64: Remove RWSEM export leftoversKirill Tkhai1-9/+0
2013-10-14sparc64: Fix ITLB handler of null pageKirill Tkhai1-2/+1
2013-08-20sparc32: Add ucmpdi2.o to obj-y instead of lib-y.David S. Miller1-2/+2
2013-08-20sparc32: add ucmpdi2Sam Ravnborg2-1/+20
2013-07-29sparc: tsb must be flushed before tlbDave Kleikamp1-1/+1
2013-07-29sparc64 address-congruence propertybob picco1-1/+8
2013-07-29sparc32: vm_area_struct access for old Sun SPARCs.Olivier DANET5-16/+18
2013-05-01sparc64: Fix race in TLB batch processing.David S. Miller7-55/+242
2013-04-05signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings1-0/+1
2013-01-11sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp1-2/+8
2012-12-03sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()Al Viro1-3/+1
2012-10-28sparc64: Be less verbose during vmemmap population.David S. Miller1-5/+23
2012-10-28sparc64: do not clobber personality flags in sys_sparc64_personality()Jiri Kosina1-5/+5
2012-10-28sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller1-2/+4
2012-10-28sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller1-4/+5
2012-10-28sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro1-18/+14
2012-06-01KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compatDavid Howells2-1/+4
2012-05-10sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().David S. Miller2-4/+4
2012-04-22sparc32,leon: add notify_cpu_starting()Yong Zhang1-0/+3
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds1-6/+1
2012-04-13sparc64: Eliminate obsolete __handle_softirq() functionPaul E. McKenney1-7/+0
2012-04-13sparc64: Fix bootup crash on sun4v.David S. Miller1-1/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-27/+60
2012-04-05Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds4-22/+33
2012-04-05sparc32,leon: fix leon buildSam Ravnborg1-13/+0
2012-04-05sparc/mm/fault_32.c: Port OOM changes to do_sparc_faultKautuk Consul1-7/+30
2012-04-05sparc/mm/fault_64.c: Port OOM changes to do_sparc64_faultKautuk Consul1-7/+30
2012-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+2