linux-2.6-microblaze.git
2023-04-26 Paolo BonziniMerge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm...
2023-04-26 Paolo BonziniMerge tag 'kvm-x86-misc-6.4' of https://github.com...
2023-04-26 Paolo BonziniMerge tag 'kvm-x86-generic-6.4' of https://github.com...
2023-04-26 Paolo BonziniMerge tag 'kvmarm-6.4' of git://git./linux/kernel/git...
2023-04-26 Paolo BonziniMerge tag 'kvm-s390-next-6.4-1' of https://git./linux...
2023-04-21 Marc ZyngierMerge branch kvm-arm64/spec-ptw into kvmarm-master...
2023-04-21 Marc ZyngierMerge branch kvm-arm64/smccc-filtering into kvmarm...
2023-04-21 Marc ZyngierMerge branch kvm-arm64/selftest/misc-6.4 into kvmarm...
2023-04-21 Marc ZyngierMerge branch kvm-arm64/selftest/lpa into kvmarm-master...
2023-04-21 Marc ZyngierMerge branch kvm-arm64/timer-vm-offsets into kvmarm...
2023-04-21 Marc ZyngierMerge branch kvm-arm64/lock-inversion into kvmarm-maste...
2023-04-20 Nico BoehrKVM: s390: pci: fix virtual-physical confusion on modul...
2023-04-20 Pierre MorelKVM: s390: vsie: clarifications on setting the APCB
2023-04-20 Nico BoehrKVM: s390: interrupt: fix virtual-physical confusion...
2023-04-20 Reiji WatanabeKVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE...
2023-04-20 Reiji WatanabeKVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioct...
2023-04-14 Marc ZyngierKVM: arm64: vhe: Drop extra isb() on guest exit
2023-04-14 Marc ZyngierKVM: arm64: vhe: Synchronise with page table walker...
2023-04-14 Marc ZyngierKVM: arm64: pkvm: Document the side effects of kvm_flus...
2023-04-14 Marc ZyngierKVM: arm64: nvhe: Synchronise with page table walker...
2023-04-13 Marc ZyngierKVM: arm64: Handle 32bit CNTPCTSS traps
2023-04-13 Marc ZyngierKVM: arm64: nvhe: Synchronise with page table walker...
2023-04-12 Oliver UptonKVM: arm64: vgic: Don't acquire its_lock before config_lock
2023-04-10 Sean ChristophersonKVM: x86/mmu: Refresh CR0.WP prior to checking for...
2023-04-10 Sean ChristophersonKVM: x86/mmu: Move filling of Hyper-V's TLB range struc...
2023-04-10 Sean ChristophersonKVM: x86: Rename Hyper-V remote TLB hooks to match...
2023-04-08 Colin Ian KingKVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT...
2023-04-08 Oliver UptonKVM: arm64: Test that SMC64 arch calls are reserved
2023-04-08 Oliver UptonKVM: arm64: Prevent userspace from handling SMC64 arch...
2023-04-06 Sean ChristophersonKVM: SVM: Return the local "r" variable from svm_set_msr()
2023-04-06 Sean ChristophersonKVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32...
2023-04-06 Sean ChristophersonKVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to...
2023-04-06 Sean ChristophersonKVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely...
2023-04-06 Sean ChristophersonKVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely...
2023-04-06 Sean ChristophersonKVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enabling
2023-04-05 Tom RixKVM: x86: set "mitigate_smt_rsb" storage-class-specifie...
2023-04-05 Marc ZyngierKVM: arm64: Expose SMC/HVC width to userspace
2023-04-05 Oliver UptonKVM: selftests: Add test for SMCCC filter
2023-04-05 Oliver UptonKVM: selftests: Add a helper for SMCCC calls with SMC...
2023-04-05 Oliver UptonKVM: arm64: Let errors from SMCCC emulation to reach...
2023-04-05 Oliver UptonKVM: arm64: Return NOT_SUPPORTED to guest for unknown...
2023-04-05 Oliver UptonKVM: arm64: Introduce support for userspace SMCCC filtering
2023-04-05 Oliver UptonKVM: arm64: Add support for KVM_EXIT_HYPERCALL
2023-04-05 Oliver UptonKVM: arm64: Use a maple tree to represent the SMCCC...
2023-04-05 Oliver UptonKVM: arm64: Refactor hvc filtering to support different...
2023-04-05 Oliver UptonKVM: arm64: Start handling SMCs from EL1
2023-04-05 Oliver UptonKVM: arm64: Rename SMC/HVC call handler to reflect...
2023-04-05 Oliver UptonKVM: arm64: Add vm fd device attribute accessors
2023-04-05 Oliver UptonKVM: arm64: Add a helper to check if a VM has ran once
2023-04-05 Oliver UptonKVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HY...
2023-04-04 Vipin SharmaKVM: x86/mmu: Merge all handle_changed_pte*() functions
2023-04-04 Vipin SharmaKVM: x86/mmu: Remove handle_changed_spte_dirty_log()
2023-04-04 Vipin SharmaKVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_se...
2023-04-04 Vipin SharmaKVM: x86/mmu: Bypass __handle_changed_spte() when aging...
2023-04-04 Vipin SharmaKVM: x86/mmu: Drop unnecessary dirty log checks when...
2023-04-04 Vipin SharmaKVM: x86/mmu: Clear only A-bit (if enabled) when aging...
2023-04-04 Vipin SharmaKVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_se...
2023-04-04 Vipin SharmaKVM: x86/mmu: Bypass __handle_changed_spte() when clear...
2023-04-04 Vipin SharmaKVM: x86/mmu: Drop access tracking checks when clearing...
2023-04-04 Vipin SharmaKVM: x86/mmu: Atomically clear SPTE dirty state in...
2023-04-04 Vipin SharmaKVM: x86/mmu: Consolidate Dirty vs. Writable clearing...
2023-04-04 Vipin SharmaKVM: x86/mmu: Use kvm_ad_enabled() to determine if...
2023-04-04 Vipin SharmaKVM: x86/mmu: Add a helper function to check if an...
2023-03-30 Mark BrownKVM: selftests: Comment newly defined aarch64 ID registers
2023-03-30 Ryan RobertsKVM: selftests: arm64: Fix ttbr0_el1 encoding for PA...
2023-03-30 Ryan RobertsKVM: selftests: arm64: Fix pte encode/decode for PA...
2023-03-30 Ryan RobertsKVM: selftests: Fixup config fragment for access_tracki...
2023-03-30 Marc ZyngierKVM: arm64: selftests: Augment existing timer test...
2023-03-30 Marc ZyngierKVM: arm64: selftests: Deal with spurious timer interrupts
2023-03-30 Marc ZyngierKVM: arm64: selftests: Add physical timer registers...
2023-03-30 Marc ZyngierKVM: arm64: nv: timers: Support hyp timer emulation
2023-03-30 Marc ZyngierKVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
2023-03-30 Marc ZyngierKVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co
2023-03-30 Marc ZyngierKVM: arm64: timers: Abstract the number of valid timers...
2023-03-30 Marc ZyngierKVM: arm64: timers: Fast-track CNTPCT_EL0 trap handling
2023-03-30 Marc ZyngierKVM: arm64: Elide kern_hyp_va() in VHE-specific parts...
2023-03-30 Marc ZyngierKVM: arm64: timers: Move the timer IRQs into arch_timer...
2023-03-30 Marc ZyngierKVM: arm64: timers: Abstract per-timer IRQ access
2023-03-30 Marc ZyngierKVM: arm64: timers: Rationalise per-vcpu timer init
2023-03-30 Marc ZyngierKVM: arm64: timers: Allow save/restoring of the physica...
2023-03-30 Marc ZyngierKVM: arm64: timers: Allow userspace to set the global...
2023-03-30 Marc ZyngierKVM: arm64: Expose {un,}lock_all_vcpus() to the rest...
2023-03-30 Marc ZyngierKVM: arm64: timers: Allow physical offset without CNTPO...
2023-03-30 Marc ZyngierKVM: arm64: timers: Use CNTPOFF_EL2 to offset the physi...
2023-03-30 Marc Zyngierarm64: Add HAS_ECV_CNTPOFF capability
2023-03-30 Marc Zyngierarm64: Add CNTPOFF_EL2 register definition
2023-03-30 Marc ZyngierKVM: arm64: timers: Use a per-vcpu, per-timer accumulat...
2023-03-29 Oliver UptonKVM: arm64: Use config_lock to protect vgic state
2023-03-29 Oliver UptonKVM: arm64: Use config_lock to protect data ordered...
2023-03-29 Oliver UptonKVM: arm64: Avoid lock inversion when setting the VM...
2023-03-29 Oliver UptonKVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion...
2023-03-26 Linus TorvaldsLinux 6.3-rc4
2023-03-26 Linus TorvaldsMerge tag 'usb-6.3-rc4' of git://git./linux/kernel...
2023-03-26 Linus TorvaldsMerge tag 'sched_urgent_for_v6.3_rc4' of git://git...
2023-03-26 Linus TorvaldsMerge tag 'perf_urgent_for_v6.3_rc4' of git://git....
2023-03-26 Linus TorvaldsMerge tag 'core_urgent_for_v6.3_rc4' of git://git....
2023-03-26 Linus TorvaldsMerge tag 'x86_urgent_for_v6.3_rc4' of git://git./linux...
2023-03-26 Linus TorvaldsMerge tag 'smb3-client-fixes-6.3-rc3' of git://git...
2023-03-25 Linus TorvaldsMerge tag 'nfsd-6.3-4' of git://git./linux/kernel/git...
2023-03-25 Linus TorvaldsMerge tag 'xfs-6.3-fixes-7' of git://git./fs/xfs/xfs...
next