summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-055-35/+2
| * | | | | | | KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-055-0/+34
| * | | | | | | KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fireWanpeng Li2019-08-051-8/+0
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-08-091-2/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64Jia He2019-08-081-2/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 's390-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-08-099-44/+13
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | s390/vdso: map vdso also for statically linked binariesHeiko Carstens2019-08-091-5/+0
| * | | | | | s390/build: use size command to perform empty .bss checkVasily Gorbik2019-08-081-2/+1
| * | | | | | s390: put _stext and _etext into .text sectionVasily Gorbik2019-08-061-6/+4
| * | | | | | s390/head64: cleanup unused labelsVasily Gorbik2019-08-061-7/+0
| * | | | | | s390/unwind: remove stack recursion warningVasily Gorbik2019-08-061-5/+1
| * | | | | | s390/setup: adjust start_code of init_mm to _textVasily Gorbik2019-08-061-2/+1
| * | | | | | s390/mm: fix dump_pagetables top level page table walkingVasily Gorbik2019-08-061-6/+6
| * | | | | | s390/protvirt: avoid memory sharing for diag 308 set/storeVasily Gorbik2019-08-062-11/+0
| |/ / / / /
* | | | | | 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