summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2019-11-085-7/+29
|\
| * KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj...Marc Zyngier2019-11-082-4/+9
| * KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supportedChristoffer Dall2019-10-282-3/+12
| * KVM: arm/arm64: Show halt poll counters in debugfsChristian Borntraeger2019-10-282-0/+8
* | Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier2019-10-2416-89/+285
|\ \
| * | KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATSSteven Price2019-10-241-1/+4
| * | arm64: Retrieve stolen time as paravirtualized guestSteven Price2019-10-213-1/+151
| * | arm/arm64: Make use of the SMCCC 1.1 wrapperSteven Price2019-10-212-60/+34
| * | KVM: arm64: Provide VCPU attributes for stolen timeSteven Price2019-10-213-0/+18
| * | KVM: arm64: Support stolen time reporting via shared structureSteven Price2019-10-213-0/+40
| * | KVM: arm64: Implement PV_TIME_FEATURES callSteven Price2019-10-214-0/+26
| * | KVM: arm/arm64: Factor out hypercall handling from PSCI codeChristoffer Dall2019-10-214-4/+5
| * | firmware: arm_sdei: use common SMCCC_CONDUIT_*Mark Rutland2019-10-141-1/+2
| * | arm: spectre-v2: use arm_smccc_1_1_get_conduit()Mark Rutland2019-10-141-7/+3
| * | arm64: errata: use arm_smccc_1_1_get_conduit()Mark Rutland2019-10-141-25/+12
| |/
* | KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall2019-10-215-4/+26
* | KVM: arm/arm64: Allow reporting non-ISV data aborts to userspaceChristoffer Dall2019-10-215-0/+27
|/
* Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-1319-7/+40
|\
| * ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCIMaxime Ripard2019-10-0412-0/+40
| * USB: rio500: Remove Rio 500 kernel driverBastien Nocera2019-10-047-7/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-134-25/+60
|\ \
| * | perf/x86/cstate: Add Tiger Lake CPU supportKan Liang2019-10-121-9/+11
| * | perf/x86/msr: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
| * | perf/x86/intel: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
| * | perf/x86/cstate: Update C-state counters for Ice LakeKan Liang2019-10-121-11/+25
| * | perf/x86/msr: Add new CPU model numbers for Ice LakeKan Liang2019-10-121-0/+3
| * | perf/x86/cstate: Add Comet Lake CPU supportKan Liang2019-10-121-10/+14
| * | perf/x86/msr: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
| * | perf/x86/intel: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
| * | Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitionsIngo Molnar2019-10-124-4/+7
| |\ \
| * | | perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky2019-10-091-13/+17
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-131-3/+0
|\ \ \ \
| * | | | efi/x86: Do not clean dummy variable in kexec pathDave Young2019-10-071-3/+0
| |/ / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-124-4/+7
|\ \ \ \ | | |/ / | |/| |
| * | | x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang2019-10-081-0/+3
| * | | x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen2019-10-081-1/+1
| * | | x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2019-10-082-3/+3
| |/ /
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-123-3/+3
|\ \ \
| * | | x86: Use the correct SPDX License Identifier in headersNishad Kamdar2019-10-013-3/+3
| | |/ | |/|
* | | Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-122-9/+8
|\ \ \
| * | | RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider2019-10-101-2/+1
| * | | riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen2019-10-071-3/+3
| * | | riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen2019-10-071-1/+1
| * | | riscv: avoid kernel hangs when trapped in BUG()Vincent Chen2019-10-071-3/+3
| | |/ | |/|
* | | Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-10-126-5/+55
|\ \ \
| * | | MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2019-10-102-0/+5
| * | | MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2019-10-102-0/+44
| * | | MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer2019-10-091-1/+1
| * | | MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer2019-10-091-2/+2
| * | | MIPS: include: Mark __cmpxchg as __always_inlineThomas Bogendoerfer2019-10-071-2/+3
| |/ /