summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: Avoid illegal stage2 mapping on invalid memory slotGavin Shan2023-06-221-1/+19
* Merge tag 'kvm-x86-fixes-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-06-036-4/+101
|\
| * KVM: selftests: Add test for race in kvm_recalculate_apic_map()Michal Luczaj2023-06-022-0/+75
| * KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-boundsSean Christopherson2023-06-021-2/+18
| * KVM: x86: Account fastpath-only VM-Exits in vCPU statsSean Christopherson2023-06-021-0/+3
| * KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASKMaciej S. Szmigiero2023-06-021-1/+1
| * KVM: x86/mmu: Grab memslot for correct address space in NX recovery workerSean Christopherson2023-06-021-1/+4
* | Merge tag 'kvmarm-fixes-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-06-035-37/+35
|\ \
| * | KVM: arm64: Document default vPMU behavior on heterogeneous systemsOliver Upton2023-05-311-1/+11
| * | KVM: arm64: Iterate arm_pmus list to probe for default PMUOliver Upton2023-05-311-34/+12
| * | KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()Oliver Upton2023-05-311-0/+3
| * | KVM: arm64: Populate fault info for watchpointAkihiko Odaki2023-05-303-2/+9
* | | Merge tag 'kvmarm-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-06-0313-54/+112
|\| | | |/ |/|
| * KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba2023-05-242-4/+16
| * KVM: arm64: Handle trap of tagged Set/Way CMOsMarc Zyngier2023-05-241-0/+19
| * arm64: Add missing Set/Way CMO encodingsMarc Zyngier2023-05-241-0/+6
| * KVM: arm64: Prevent unconditional donation of unmapped regions from the hostWill Deacon2023-05-191-7/+7
| * KVM: arm64: vgic: Fix a commentJean-Philippe Brucker2023-05-191-1/+1
| * KVM: arm64: vgic: Fix locking commentJean-Philippe Brucker2023-05-191-1/+2
| * KVM: arm64: vgic: Wrap vgic_its_create() with config_lockJean-Philippe Brucker2023-05-191-4/+10
| * KVM: arm64: vgic: Fix a circular locking issueJean-Philippe Brucker2023-05-196-37/+51
* | KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveMingwei Zhang2023-05-211-1/+5
* | KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Sean Christopherson2023-05-211-16/+0
* | KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATESean Christopherson2023-05-211-2/+9
* | KVM: Fix vcpu_array[0] racesMichal Luczaj2023-05-191-6/+10
* | KVM: VMX: Fix header file dependency of asm/vmx.hJacob Xu2023-05-191-0/+2
* | KVM: Don't enable hardware after a restart/shutdown is initiatedSean Christopherson2023-05-191-1/+16
* | KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdownSean Christopherson2023-05-191-15/+11
* | Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-05-178-25/+76
|\|
| * Merge branch kvm-arm64/pgtable-fixes-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-112-9/+33
| |\
| | * KVM: arm64: Constify start/end/phys fields of the pgtable walker dataMarc Zyngier2023-04-211-4/+4
| | * KVM: arm64: Infer PA offset from VA in hyp map walkerOliver Upton2023-04-211-2/+1
| | * KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton2023-04-212-4/+29
| * | Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-116-16/+43
| |\ \
| | * | KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implem...Marc Zyngier2023-05-112-0/+12
| | * | KVM: arm64: Clarify host SME state managementMark Brown2023-04-211-9/+12
| | * | KVM: arm64: Restructure check for SVE support in FP trap handlerMark Brown2023-04-211-2/+10
| | * | KVM: arm64: Document check for TIF_FOREIGN_FPSTATEMark Brown2023-04-211-0/+5
| | * | KVM: arm64: Fix repeated words in commentsJingyu Wang2023-04-211-1/+1
| | * | KVM: arm64: Use the bitmap API to allocate bitmapsChristophe JAILLET2023-04-201-3/+2
| | * | KVM: arm64: Slightly optimize flush_context()Christophe JAILLET2023-04-201-1/+1
| | |/
* | | Linux 6.4-rc2v6.4-rc2Linus Torvalds2023-05-141-1/+1
* | | Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-142-1/+2
|\ \ \
| * | | cxl: Add missing return to cdat read error pathDave Jiang2023-05-131-0/+1
| * | | tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams2023-05-131-1/+1
| |/ /
* | | Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-142-4/+6
|\ \ \
| * | | parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller2023-05-141-4/+4
| * | | parisc: kexec: include reboot.hSimon Horman2023-05-091-0/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-05-144-6/+37
|\ \ \
| * | | ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return pathArd Biesheuvel2023-05-102-4/+9