summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-066-1/+20
|\
| * MIPS: BCM63XX: Mark expected switch fall-throughGustavo A. R. Silva2019-08-051-0/+1
| * MIPS: OProfile: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-0/+13
| * MIPS: Annotate fall-through in Cavium Octeon codePaul Burton2019-07-181-0/+1
| * MIPS: Annotate fall-through in kvm/emulate.cPaul Burton2019-07-181-0/+1
| * mips: fix cacheinfoVladimir Kondratiev2019-07-181-0/+2
| * MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer2019-07-181-1/+2
* | Merge branch 'x86/grand-schemozzle' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-065-28/+162
|\ \
| * \ Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-281626-18080/+41009
| |\ \
| * | | x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner2019-07-283-30/+33
| * | | x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf2019-07-171-1/+1
| * | | x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf2019-07-091-9/+106
| * | | x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-07-093-3/+37
* | | | Merge tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-08-048-5/+52
|\ \ \ \
| * | | | powerpc/kasan: fix early boot failure on PPC32Christophe Leroy2019-07-311-2/+5
| * | | | powerpc/spe: Mark expected switch fall-throughsMichael Ellerman2019-07-311-0/+4
| * | | | powerpc/nvdimm: Pick nearby online node if the device node is not onlineAneesh Kumar K.V2019-07-301-2/+27
| * | | | powerpc/kvm: Fall through switch case explicitlySantosh Sivaraj2019-07-291-0/+1
| * | | | powerpc: Wire up clone3 syscallMichael Ellerman2019-07-294-1/+15
| | |/ / | |/| |
* | | | Merge tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-08-031-0/+1
|\ \ \ \
| * | | | xtensa: fix build for cores with coprocessorsMax Filippov2019-07-241-0/+1
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-032-0/+76
|\ \ \ \ \
| * | | | | arm64: compat: vdso: Use legacy syscalls as fallbackThomas Gleixner2019-07-311-0/+40
| * | | | | x86/vdso/32: Use 32bit syscall fallbackThomas Gleixner2019-07-311-0/+36
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-08-031-0/+1
|\ \ \ \ \
| * | | | | page flags: prioritize kasan bits over last-cpuidArnd Bergmann2019-08-031-0/+1
* | | | | | Merge tag 'riscv/for-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-033-7/+6
|\ \ \ \ \ \
| * | | | | | riscv: defconfig: align RV64 defconfig to the output of "make savedefconfig"Paul Walmsley2019-07-311-5/+5
| * | | | | | riscv: dts: fu540-c000: drop "timebase-frequency"Paul Walmsley2019-07-311-1/+0
| * | | | | | riscv: Fix perf record without libelf supportMao Han2019-07-311-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-08-0217-65/+116
|\ \ \ \ \ \
| * | | | | | arm64: Make debug exception handlers visible from RCUMasami Hiramatsu2019-08-021-8/+49
| * | | | | | arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu2019-08-022-34/+8
| * | | | | | arm64/mm: fix variable 'tag' set but not usedQian Cai2019-08-011-3/+7
| * | | | | | arm64/mm: fix variable 'pud' set but not usedQian Cai2019-08-011-2/+2
| * | | | | | arm64: Remove unneeded rcu_read_lock from debug handlersMasami Hiramatsu2019-08-011-6/+8
| * | | | | | arm64: unwind: Prohibit probing on return_address()Masami Hiramatsu2019-08-012-0/+6
| * | | | | | arm64: Lower priority mask for GIC_PRIO_IRQONJulien Thierry2019-08-012-1/+7
| * | | | | | arm64/efi: fix variable 'si' set but not usedQian Cai2019-07-311-1/+5
| * | | | | | arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2019-07-312-5/+10
| * | | | | | arm64: vdso: Fix Makefile regressionVincenzo Frascino2019-07-311-1/+1
| * | | | | | arm64: module: Mark expected switch fall-throughAnders Roxell2019-07-291-0/+4
| * | | | | | arm64: smp: Mark expected switch fall-throughAnders Roxell2019-07-291-1/+1
| * | | | | | arm64: hw_breakpoint: Fix warnings about implicit fallthroughWill Deacon2019-07-291-0/+4
| * | | | | | arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon2019-07-291-3/+4
| |/ / / / /
* | | | | | Merge branch 'parisc-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-08-027-6/+12
|\ \ \ \ \ \
| * | | | | | parisc: Add archclean Makefile targetJames Bottomley2019-08-012-0/+4
| * | | | | | parisc: Strip debug info from kernel before creating compressed vmlinuzHelge Deller2019-08-011-1/+2
| * | | | | | parisc: Fix build of compressed kernel even with debug enabledHelge Deller2019-08-011-2/+2
| * | | | | | parisc: fix race condition in patching codeSven Schnelle2019-07-311-1/+2