aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 2-9/+18
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-8/+16
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+2
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 48-448/+174
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-18/+22
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsGravatar Chris Metcalf 2-7/+8
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEGravatar Vineet Gupta 1-1/+0
2016-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 8-44/+71
2016-10-06sparc: fixing ident and beautifying codeGravatar netmonk@netmonk.org 1-28/+24
2016-10-06sparc64: Enable setting "relaxed ordering" in IOMMU mappingsGravatar chris hyser 2-1/+16
2016-10-06sparc64: Enable PCI IOMMU version 2 APIGravatar chris hyser 1-10/+26
2016-10-06sparc: migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 5-5/+5
2016-10-05sparc64: separate extable_64.h, switch elf_64.h to itGravatar Al Viro 3-18/+22
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+0
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-2/+5
2016-09-28sparc64: Fix non-SMP build.Gravatar David S. Miller 1-0/+1
2016-09-28sparc64: Fix irq stack bootmem allocation.Gravatar Atish Patra 2-16/+25
2016-09-28sparc64: Fix cpu_possible_mask if nr_cpus is setGravatar Atish Patra 3-0/+16
2016-09-28sparc64 mm: Fix more TSB sizing issuesGravatar Mike Kravetz 4-10/+45
2016-09-28sparc64: fix section mismatch in find_numa_latencies_for_groupGravatar Paul Gortmaker 1-3/+3
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesGravatar Ingo Molnar 2-11/+9
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+3
2016-09-13sparc32: fix copy_from_user()Gravatar Al Viro 1-1/+3
2016-09-06usercopy: fold builtin_const check into inline functionGravatar Kees Cook 2-10/+6
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierGravatar Thomas Gleixner 1-2/+0
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackGravatar Josh Poimboeuf 1-1/+1
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configGravatar Josh Poimboeuf 2-1/+4
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 3-6/+20
2016-08-07sparc32: debride memcpy.S a bitGravatar Al Viro 1-79/+0
2016-08-07[sparc] unify 32bit and 64bit string.hGravatar Al Viro 4-105/+34
2016-08-07sparc: move exports to definitionsGravatar Al Viro 45-265/+141
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-10/+0
2016-08-04sparc: support static_key usage in non-module __exit sectionsGravatar Jason Baron 1-0/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 3-24/+24
2016-08-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-24/+0
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeGravatar Andy Lutomirski 1-24/+0
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-12/+11
2016-08-01Merge branch 'pci/msi-affinity' into nextGravatar Bjorn Helgaas 3-9/+5
2016-07-29sparc64: Trim page tables for 8M hugepagesGravatar Nitin Gupta 6-68/+129
2016-07-28sparc64 mm: Fix base TSB sizing when hugetlb pages are usedGravatar Mike Kravetz 6-15/+19
2016-07-27sparc32: off by ones in BUG_ON()Gravatar Dan Carpenter 1-2/+2
2016-07-27sparc: Don't leak context bits into thread->fault_addressGravatar David S. Miller 3-4/+24
2016-07-26mm: do not pass mm_struct into handle_mm_faultGravatar Kirill A. Shutemov 2-3/+3
2016-07-26sparc/uaccess: Enable hardened usercopyGravatar Kees Cook 3-6/+20
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 7-39/+114
2016-07-04genirq: Add affinity hint to irq allocationGravatar Thomas Gleixner 1-1/+1
2016-06-24sparc: get rid of superfluous __GFP_REPEATGravatar Michal Hocko 1-4/+2
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IGravatar Michal Hocko 1-4/+2