aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)Author
2014-08-14sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller
2014-08-14sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller
2014-08-14sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller
2014-08-14sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller
2014-08-14sparc64: Fix range check in kern_addr_valid().David S. Miller
2014-08-14sparc64: Fix top-level fault handling bugs.David S. Miller
2014-08-14sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller
2014-08-14sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller
2014-08-14sparc64: Fix hex values in comment above pte_modify().David S. Miller
2014-08-14sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller
2014-08-14sparc64: Fix huge PMD invalidation.David S. Miller
2014-08-14sparc64: Fix executable bit testing in set_pmd_at() paths.David S. Miller
2014-08-14sparc64: Make itc_sync_lock rawKirill Tkhai
2014-08-14sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller
2014-07-28locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-06-30hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi
2014-06-26net: filter: fix sparc32 typoAlexei Starovoitov
2014-06-26net: filter: fix typo in sparc BPF JITAlexei Starovoitov
2014-03-24sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller
2014-03-17sparc64:tsb.c:use array size macro rather than numberDoug Wilson
2014-03-17sparc64: don't treat 64-bit syscall return codes as 32-bitDave Kleikamp
2014-02-19sparc32: make copy_to/from_user_page() usable from modular codePaul Gortmaker
2014-02-19sparc32: fix build failure for arch_jump_label_transformPaul Gortmaker
2014-01-29sparc: Hook up sched_setattr and sched_getattr syscalls.David S. Miller
2014-01-28sparc: don't use module_init in non-modular pci.c codePaul Gortmaker
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-15bpf: do not use reciprocal divideEric Dumazet
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2014-01-04Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp
2014-01-04sparc64: smp_callin: Enable irqs after preemption is disabledKirill Tkhai
2014-01-04sparc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang
2014-01-02Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on sparcMark Salter
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller
2013-12-11sparc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang