platform/kernel/linux-rpi.git
2022-12-27 Sean ChristophersonKVM: selftests: Explicitly disable builtins for mem...
2022-12-27 Sean ChristophersonKVM: selftests: Probe -no-pie with actual CFLAGS used...
2022-12-27 Sean ChristophersonKVM: selftests: Use proper function prototypes in probi...
2022-12-27 Sean ChristophersonKVM: selftests: Rename UNAME_M to ARCH_DIR, fill explic...
2022-12-27 Sean ChristophersonKVM: selftests: Fix a typo in x86-64's kvm_get_cpu_addr...
2022-12-27 Sean ChristophersonKVM: selftests: Use pattern matching in .gitignore
2022-12-27 Sean ChristophersonKVM: selftests: Fix divide-by-zero bug in memslot_perf_test
2022-12-27 Sean ChristophersonKVM: selftests: Delete dead code in x86_64/vmx_tsc_adju...
2022-12-27 Sean ChristophersonKVM: selftests: Define literal to asm constraint in...
2022-12-23 Sean ChristophersonKVM: x86/mmu: Don't install TDP MMU SPTE if SP has...
2022-12-23 Sean ChristophersonKVM: x86/mmu: Re-check under lock that TDP MMU SP hugep...
2022-12-23 Sean ChristophersonKVM: x86/mmu: Map TDP MMU leaf SPTE iff target level...
2022-12-23 Sean ChristophersonKVM: x86/mmu: Don't attempt to map leaf if target TDP...
2022-12-23 Sean ChristophersonKVM: nVMX: Don't stuff secondary execution control...
2022-12-23 Sean ChristophersonKVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE contro...
2022-12-23 Sean ChristophersonKVM: nVMX: Document that ignoring memory failures for...
2022-12-23 Sean ChristophersonKVM: selftests: Zero out valid_bank_mask for "all"...
2022-12-23 Sean ChristophersonKVM: x86: Sanity check inputs to kvm_handle_memory_fail...
2022-12-23 Peng HaoKVM: x86: Simplify kvm_apic_hw_enabled
2022-12-23 Vitaly KuznetsovKVM: x86: hyper-v: Fix 'using uninitialized value'...
2022-12-23 Adamos TtofariKVM: x86: ioapic: Fix level-triggered EOI and userspace...
2022-12-23 Like XuKVM: x86/pmu: Prevent zero period event from being...
2022-12-14 Sean ChristophersonKVM: x86: Add proper ReST tables for userspace MSR...
2022-12-12 Paolo BonziniMerge remote-tracking branch 'kvm/queue' into HEAD
2022-12-09 Oliver UptonKVM: selftests: Allocate ucall pool from MEM_REGION_DATA
2022-12-09 Oliver UptonKVM: arm64: selftests: Align VA space allocator with...
2022-12-09 Paolo BonziniMerge tag 'kvmarm-6.2' of https://git./linux/kernel...
2022-12-05 Marc ZyngierMerge remote-tracking branch 'arm64/for-next/sysregs...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/misc-6.2 into kvmarm-master...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/pmu-unchained into kvmarm-master...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/mte-map-shared into kvmarm-maste...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/pkvm-vcpu-state into kvmarm...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/parallel-faults into kvmarm...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/dirty-ring into kvmarm-master...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/52bit-fixes into kvmarm-master...
2022-12-05 Ryan RobertsKVM: arm64: Fix benign bug with incorrect use of VA_BITS
2022-12-05 Marc ZyngierMerge branch kvm-arm64/selftest/access-tracking into...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/selftest/s2-faults into kvmarm...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/selftest/linked-bps into kvmarm...
2022-12-05 Marc ZyngierMerge branch kvm-arm64/selftest/memslot-fixes into...
2022-12-05 Marc ZyngierKVM: arm64: PMU: Fix period computation for 64bit count...
2022-12-02 Paolo BonziniMerge branch 'gpc-fixes' of git://git.infradead.org...
2022-12-02 Jim MattsonKVM: x86: Advertise that the SMM_CTL MSR is not supported
2022-12-02 Paolo BonziniKVM: x86: remove unnecessary exports
2022-12-02 Colin Ian KingKVM: selftests: Fix spelling mistake "probabalistic...
2022-12-02 Sean Christophersontools: KVM: selftests: Convert clear/set_bit() to actua...
2022-12-02 Sean Christophersontools: Drop "atomic_" prefix from atomic test_and_set_bit()
2022-12-02 Sean Christophersontools: Drop conflicting non-atomic test_and_{clear...
2022-12-02 Sean ChristophersonKVM: selftests: Use non-atomic clear/set bit helpers...
2022-12-02 Sean Christophersonperf tools: Use dedicated non-atomic clear/set bit...
2022-12-02 Sean Christophersontools: Take @bit as an "unsigned long" in {clear,set...
2022-12-02 Sean ChristophersonKVM: arm64: selftests: Enable single-step without a...
2022-12-02 Yuan ZhaoXiongKVM: x86: fix APICv/x2AVIC disabled when vm reboot...
2022-12-02 Sean ChristophersonKVM: Remove stale comment about KVM_REQ_UNHALT
2022-12-02 Paolo BonziniMerge tag 'kvm-x86-fixes-6.2-1' of https://github.com...
2022-12-02 Paolo BonziniMerge tag 'kvm-selftests-6.2-2' of https://github.com...
2022-12-02 Javier Martinez... KVM: Add missing arch for KVM_CREATE_DEVICE and KVM_...
2022-12-02 Javier Martinez... KVM: Reference to kvm_userspace_memory_region in doc...
2022-12-02 Javier Martinez... KVM: Delete all references to removed KVM_SET_MEMORY_AL...
2022-12-02 Javier Martinez... KVM: Delete all references to removed KVM_SET_MEMORY_RE...
2022-12-01 Sean ChristophersonKVM: selftests: Define and use a custom static assert...
2022-12-01 Sean ChristophersonKVM: selftests: Do kvm_cpu_has() checks before creating...
2022-12-01 Sean ChristophersonKVM: selftests: Disallow "get supported CPUID" before...
2022-12-01 Sean ChristophersonKVM: selftests: Move __vm_xsave_require_permission...
2022-12-01 Lei WangKVM: selftests: Move XFD CPUID checking out of __vm_xsa...
2022-12-01 Sean ChristophersonKVM: selftests: Restore assert for non-nested VMs in...
2022-12-01 Sean ChristophersonKVM: selftests: Fix inverted "warning" in access tracki...
2022-12-01 Will Deaconarm64/sysreg: Remove duplicate definitions from asm...
2022-12-01 James Morsearm64/sysreg: Convert ID_DFR1_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_DFR0_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_AFR0_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_MMFR5_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert MVFR2_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert MVFR1_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert MVFR0_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_PFR2_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_PFR1_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_PFR0_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_ISAR6_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_ISAR5_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_ISAR4_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_ISAR3_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_ISAR2_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_ISAR1_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_ISAR0_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_MMFR4_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_MMFR3_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_MMFR2_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_MMFR1_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Convert ID_MMFR0_EL1 to automatic generation
2022-12-01 James Morsearm64/sysreg: Extend the maximum width of a register...
2022-12-01 James Morsearm64/sysreg: Standardise naming for MVFR2_EL1
2022-12-01 James Morsearm64/sysreg: Standardise naming for MVFR1_EL1
2022-12-01 James Morsearm64/sysreg: Standardise naming for MVFR0_EL1
2022-12-01 James Morsearm64/sysreg: Standardise naming for ID_DFR1_EL1
2022-12-01 James Morsearm64/sysreg: Standardise naming for ID_DFR0_EL1
2022-12-01 James Morsearm64/sysreg: Standardise naming for ID_PFR2_EL1
2022-12-01 James Morsearm64/sysreg: Standardise naming for ID_PFR1_EL1
2022-12-01 James Morsearm64/sysreg: Standardise naming for ID_PFR0_EL1
2022-12-01 James Morsearm64/sysreg: Standardise naming for ID_ISAR6_EL1
next