aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-06sparc: fixing ident and beautifying codenetmonk@netmonk.org1-28/+24
2016-10-06sparc64: Enable setting "relaxed ordering" in IOMMU mappingschris hyser2-1/+16
2016-10-06sparc64: Enable PCI IOMMU version 2 APIchris hyser1-10/+26
2016-10-06sparc: migrate exception table users off module.h and onto extable.hPaul Gortmaker5-5/+5
2016-09-28sparc64: Fix non-SMP build.David S. Miller1-0/+1
2016-09-28sparc64: Fix irq stack bootmem allocation.Atish Patra2-16/+25
2016-09-28sparc64: Fix cpu_possible_mask if nr_cpus is setAtish Patra3-0/+16
2016-09-28sparc64 mm: Fix more TSB sizing issuesMike Kravetz4-10/+45
2016-09-28sparc64: fix section mismatch in find_numa_latencies_for_groupPaul Gortmaker1-3/+3
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2016-09-13sparc32: fix copy_from_user()Al Viro1-1/+3
2016-09-06usercopy: fold builtin_const check into inline functionKees Cook2-10/+6
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-6/+20
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-10/+0
2016-08-04sparc: support static_key usage in non-module __exit sectionsJason Baron1-0/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski3-24/+24
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-24/+0
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-24/+0
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-12/+11
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas3-9/+5
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta6-68/+129
2016-07-28sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz6-15/+19
2016-07-27sparc32: off by ones in BUG_ON()Dan Carpenter1-2/+2
2016-07-27sparc: Don't leak context bits into thread->fault_addressDavid S. Miller3-4/+24
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2-3/+3
2016-07-26sparc/uaccess: Enable hardened usercopyKees Cook3-6/+20
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-39/+114
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-1/+1
2016-06-24sparc: get rid of superfluous __GFP_REPEATMichal Hocko1-4/+2
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-4/+2
2016-06-17sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas1-9/+11
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas1-3/+0
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2-3/+0
2016-06-16locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra6-34/+105
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2-5/+12
2016-06-04sparc32: remove stale RTC_PORT definitionArnd Bergmann1-10/+0
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-100/+215
2016-05-29sparc64: Fix return from trap window fill crashes.David S. Miller5-52/+116
2016-05-29sparc: Harden signal return frame checks.David S. Miller5-45/+92
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2016-05-25sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller1-3/+7
2016-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds17-85/+130
2016-05-20sparc64: Reduce TLB flushes during hugepte changesNitin Gupta6-51/+97
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-0/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-0/+1
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby2-8/+8
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-0/+1
2016-05-20sparc32: drop superfluous cast in calls to __nocache_pa()Sam Ravnborg2-3/+3
2016-05-20sparc32: fix build with STRICT_MM_TYPECHECKSSam Ravnborg5-11/+14