linux-block.git
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-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 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-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 v6.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...
2023-03-25 Linus TorvaldsMerge tag 'xfs-6.3-fixes-4' of git://git./fs/xfs/xfs...
2023-03-25 Linus TorvaldsMerge tag 'xfs-6.3-fixes-3' of git://git./fs/xfs/xfs...
2023-03-25 Linus TorvaldsMerge tag 'hwmon-for-v6.3-rc4' of git://git./linux...
2023-03-25 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-03-24-17-09' of...
2023-03-25 Linus TorvaldsMerge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git...
2023-03-24 Linus TorvaldsMerge tag 'arm-fixes-6.3-2' of git://git./linux/kernel...
2023-03-24 Linus TorvaldsMerge tag 'for-v6.3-rc' of git://git./linux/kernel...
2023-03-24 Linus TorvaldsMerge tag 'drm-fixes-2023-03-24' of git://anongit.freed...
2023-03-24 Linus TorvaldsMerge tag 'for-6.3/dm-fixes' of git://git./linux/kernel...
2023-03-24 Linus TorvaldsMerge tag 'block-6.3-2023-03-24' of git://git.kernel...
2023-03-24 Linus TorvaldsMerge tag 'io_uring-6.3-2023-03-24' of git://git.kernel...
2023-03-24 Linus TorvaldsMerge tag 'thermal-6.3-rc4' of git://git./linux/kernel...
2023-03-24 Linus TorvaldsMerge tag 'acpi-6.3-rc4' of git://git./linux/kernel...
2023-03-24 Darrick J.... xfs: fix mismerged tracepoints
2023-03-24 Steve Frenchsmb3: fix unusable share after force unmount failure
2023-03-24 Paulo Alcantaracifs: fix dentry lookups in directory handle cache
2023-03-24 Steve Frenchsmb3: lower default deferred close timeout to address...
2023-03-24 Paulo Alcantaracifs: fix missing unload_nls() in smb2_reconnect()
2023-03-24 Linus TorvaldsMerge tag 'slab-fix-for-6.3-rc4' of git://git./linux...
next