aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-2/+2
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-17/+25
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-2/+2
2018-08-21sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32Gravatar Masahiro Yamada 1-3/+3
2018-08-21sparc32: split ramdisk detection and reservation to a helper functionGravatar Mike Rapoport 1-25/+31
2018-08-21sparc32: switch to NO_BOOTMEMGravatar Mike Rapoport 2-58/+21
2018-08-21sparc: mm/init_32: kill trailing whitespaceGravatar Mike Rapoport 1-3/+3
2018-08-21sparc: use generic dma_noncoherent_opsGravatar Christoph Hellwig 3-165/+35
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 2-2/+4
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-6/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+3
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-33/+0
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-6/+13
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-60/+6
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-87/+6
2018-08-11sys: don't hold uts_sem while accessing userspace memoryGravatar Jann Horn 2-17/+25
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-34/+21
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-24/+0
2018-07-31sparc64: add reads{b,w,l}/writes{b,w,l}Gravatar Arnd Bergmann 1-6/+13
2018-07-30sparc: use asm-generic version of msi.hGravatar Thomas Petazzoni 1-0/+1
2018-07-30sparc: move MSI related definitions to where they are usedGravatar Thomas Petazzoni 2-33/+19
2018-07-30sparc/time: Add missing __init to init_tick_ops()Gravatar Steven Rostedt (VMware) 1-1/+1
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 4-6/+0
2018-07-04net: Add a new socket option for a future transmit time.Gravatar Richard Cochran 1-0/+3
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalGravatar Mark Rutland 1-0/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalGravatar Mark Rutland 2-17/+0
2018-06-21atomics/treewide: Make test ops optionalGravatar Mark Rutland 2-35/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalGravatar Mark Rutland 1-15/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalGravatar Mark Rutland 2-15/+2
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalGravatar Mark Rutland 1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 3-4/+4
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeGravatar Masami Hiramatsu 1-3/+4
2018-06-21sparc64/kprobes: Don't call the ->break_handler() in sparc64 kprobes codeGravatar Masami Hiramatsu 1-9/+2
2018-06-21sparc64/kprobes: Remove jprobe implementationGravatar Masami Hiramatsu 2-48/+0
2018-06-15arch/*: Kconfig: fix documentation for NMI watchdogGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXGravatar Stefan Agner 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 3-4/+6
2018-06-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALGravatar Laurent Dufour 2-3/+1
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-174/+159
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-270/+6
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+2
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-50/+41
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+4
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+3
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-241/+57