aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAge
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-08
|\
| * sparc/uaccess: Enable hardened usercopyKees Cook2016-07-26
* | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-05
|\ \
| * | sparc32: remove stale RTC_PORT definitionArnd Bergmann2016-06-04
* | | sparc: support static_key usage in non-module __exit sectionsJason Baron2016-08-04
* | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-04
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-02
|\ \ \
| * | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-02
* | | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-02
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-01
| |\ \ \
| * | | | sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas2016-06-17
| * | | | PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas2016-06-17
* | | | | sparc64: Trim page tables for 8M hugepagesNitin Gupta2016-07-29
* | | | | sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz2016-07-29
* | | | | sparc32: off by ones in BUG_ON()Dan Carpenter2016-07-28
* | | | | sparc: Don't leak context bits into thread->fault_addressDavid S. Miller2016-07-27
* | | | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-26
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-26
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-04
| | |_|/ | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-25
|\ \ \ \ | |/ / / |/| | |
| * | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-16
| * | | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-16
| * | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-14
| |/ /
* | | sparc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-24
* | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-24
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-06-01
|\ \ | |/ |/|
| * sparc64: Fix return from trap window fill crashes.David S. Miller2016-05-29
| * sparc: Harden signal return frame checks.David S. Miller2016-05-29
| * sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller2016-05-25
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-25
|\ \ | |/ |/|
| * Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-20
| |\
| | * perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-16
| | * perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-05-22
|\ \ \
| * | | sparc64: Reduce TLB flushes during hugepte changesNitin Gupta2016-05-20
| * | | sparc32: drop superfluous cast in calls to __nocache_pa()Sam Ravnborg2016-05-20
| * | | sparc32: fix build with STRICT_MM_TYPECHECKSSam Ravnborg2016-05-20
| * | | sparc32: use proper prototype for trapbaseSam Ravnborg2016-05-20
| * | | sparc32: drop local prototype in kgdb_32Sam Ravnborg2016-05-20
| * | | sparc32: drop hardcoding trap_level in kgdb_trapSam Ravnborg2016-05-20
* | | | lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-20
* | | | printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-20
* | | | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-20
* | | | exit_thread: remove empty bodiesJiri Slaby2016-05-20
* | | | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-19
* | | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-17
|\ \ \ \
| * | | | sparc: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-26
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-16
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-16
|\ \ \ \ | | |_|/ | |/| |