summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-081-0/+7
| * | | | | x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-081-69/+43
| * | | | | x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-061-3/+3
| * | | | | x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handlingPeter Gonda2021-01-051-2/+2
| * | | | | x86/mm: Fix leak of pmd ptlockDan Williams2021-01-051-0/+2
| * | | | | fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-282-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-0930-212/+292
|\ \ \ \ \
| * | | | | KVM: x86: __kvm_vcpu_halt can be staticPaolo Bonzini2021-01-081-1/+1
| * | | | | Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-0817-115/+114
| |\ \ \ \ \
| | * | | | | arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOSTShannon Zhao2021-01-051-1/+1
| | * | | | | KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTSMarc Zyngier2021-01-042-9/+1
| | * | | | | KVM: arm64: Remove spurious semicolon in reg_to_encoding()Marc Zyngier2020-12-311-1/+1
| | * | | | | KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotationMarc Zyngier2020-12-301-2/+2
| | * | | | | KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()Marc Zyngier2020-12-273-23/+14
| | * | | | | KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()Alexandru Elisei2020-12-271-2/+0
| | * | | | | KVM: arm64: Update comment in kvm_vgic_map_resources()Alexandru Elisei2020-12-271-1/+2
| | * | | | | KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()Alexandru Elisei2020-12-234-11/+9
| | * | | | | KVM: arm64: arch_timer: Remove VGIC initialization checkAlexandru Elisei2020-12-231-3/+4
| | * | | | | KVM: arm64: Declutter host PSCI 0.1 handlingMarc Zyngier2020-12-223-70/+30
| | * | | | | KVM: arm64: Move skip_host_instruction to adjust_pc.hDavid Brazdil2020-12-222-10/+11
| | * | | | | KVM: arm64: Remove unused includes in psci-relay.cDavid Brazdil2020-12-221-3/+0
| | * | | | | KVM: arm64: Minor cleanup of hyp variables used in hostDavid Brazdil2020-12-224-9/+12
| | * | | | | KVM: arm64: Skip computing hyp VA layout for VHEDavid Brazdil2020-12-221-1/+1
| | * | | | | KVM: arm64: Use lm_alias in nVHE-only VA conversionDavid Brazdil2020-12-221-1/+1
| | * | | | | KVM: arm64: Prevent use of invalid PSCI v0.1 function IDsDavid Brazdil2020-12-223-17/+70
| | * | | | | KVM: arm64: Don't access PMCR_EL0 when no PMU is availableMarc Zyngier2020-12-221-0/+4
| * | | | | | KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-087-6/+61
| * | | | | | KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky2021-01-083-1/+8
| * | | | | | KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest modeMaxim Levitsky2021-01-081-0/+1
| * | | | | | KVM: nSVM: correctly restore nested_run_pending on migrationMaxim Levitsky2021-01-081-0/+4
| * | | | | | KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon2021-01-081-2/+14
| * | | | | | KVM: x86/mmu: Ensure TDP MMU roots are freed after yieldBen Gardon2021-01-081-56/+48
| * | | | | | KVM: x86: change in pv_eoi_get_pending() to make code more readableStephen Zhang2021-01-081-1/+1
| * | | | | | KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini2021-01-081-1/+1
| * | | | | | KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.cUros Bizjak2021-01-081-2/+0
| * | | | | | KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_loadNathan Chancellor2021-01-081-1/+1
| * | | | | | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-08231-924/+1522
| |\ \ \ \ \ \
| | * | | | | | KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()Sean Christopherson2021-01-081-7/+13
| | * | | | | | KVM: x86/mmu: Use raw level to index into MMIO walks' sptes arraySean Christopherson2021-01-082-9/+8
| | * | | | | | KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTESean Christopherson2021-01-083-11/+13
| | * | | | | | KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()Sean Christopherson2021-01-082-2/+7
* | | | | | | | Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-087-8/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: picoxcell: fix missing interrupt-parent propertiesArnd Bergmann2021-01-081-0/+4
| * | | | | | | | ARM: dts: ux500/golden: Set display max brightnessLinus Walleij2020-12-221-0/+1
| * | | | | | | | Merge tag 'omap-for-v5.11/defconfig-late-signed' of git://git.kernel.org/pub/...Arnd Bergmann2020-12-221-1/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: omap2plus_defconfig: enable SPI GPIOAndreas Kemnade2020-12-071-0/+1
| | * | | | | | | | ARM: omap2plus_defconfig: drop unused POWER_AVS optionAndrey Zhizhikin2020-12-011-1/+0
| * | | | | | | | | Merge tag 'omap-for-v5.10/fixes-rc6-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2020-12-123-4/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on...Carl Philipp Klemm2020-12-081-1/+1
| | * | | | | | | | | ARM: OMAP2+: omap_device: fix idling of devices during probeAndreas Kemnade2020-12-071-3/+5