summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
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/+8
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: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller1-3/+6
2014-08-14sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller1-15/+31
2014-08-14sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller4-10/+10
2014-08-14sparc64: Fix range check in kern_addr_valid().David S. Miller1-1/+1
2014-08-14sparc64: Fix top-level fault handling bugs.David S. Miller1-30/+52
2014-08-14sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller1-3/+9
2014-08-14sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller1-4/+4
2014-08-14sparc64: Fix hex values in comment above pte_modify().David S. Miller1-2/+2
2014-08-14sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller2-2/+2
2014-08-14sparc64: Fix huge PMD invalidation.David S. Miller3-15/+17
2014-08-14sparc64: Fix executable bit testing in set_pmd_at() paths.David S. Miller1-6/+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-07-28locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra1-0/+1
2014-06-30hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-26net: filter: fix sparc32 typoAlexei Starovoitov1-1/+1
2014-06-26net: filter: fix typo in sparc BPF JITAlexei Starovoitov1-4/+4
2014-03-24sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller1-1/+3
2014-03-17sparc64:tsb.c:use array size macro rather than numberDoug Wilson1-1/+1
2014-03-17sparc64: don't treat 64-bit syscall return codes as 32-bitDave Kleikamp1-2/+2
2014-02-19sparc32: make copy_to/from_user_page() usable from modular codePaul Gortmaker1-0/+2
2014-02-19sparc32: fix build failure for arch_jump_label_transformPaul Gortmaker1-1/+1
2014-01-29sparc: Hook up sched_setattr and sched_getattr syscalls.David S. Miller3-4/+6
2014-01-28sparc: don't use module_init in non-modular pci.c codePaul Gortmaker1-2/+1
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker13-13/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+3
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham1-2/+2
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-2/+3
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+17
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar1-0/+2
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+14
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-3/+14
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+8
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar6-9/+10
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+15
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-10/+2
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-3/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-7/+8
2014-01-04Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp1-2/+2
2014-01-04sparc64: smp_callin: Enable irqs after preemption is disabledKirill Tkhai1-1/+2