linux-block.git
2024-12-18 Sean ChristophersonKVM: x86: Explicitly track feature flags that are enabl...
2024-12-18 Sean ChristophersonKVM: x86: Explicitly track feature flags that require...
2024-12-18 Sean ChristophersonKVM: x86: Rename "SF" macro to "SCATTERED_F"
2024-12-18 Sean ChristophersonKVM: x86: Pull CPUID capabilities from boot_cpu_data...
2024-12-18 Sean ChristophersonKVM: x86: Add a macro for features that are synthesized...
2024-12-18 Sean ChristophersonKVM: x86: Drop superfluous host XSAVE check when adjust...
2024-12-18 Sean ChristophersonKVM: x86: Replace (almost) all guest CPUID feature...
2024-12-18 Sean ChristophersonKVM: x86: Shuffle code to prepare for dropping guest_cp...
2024-12-18 Sean ChristophersonKVM: x86: Update guest cpu_caps at runtime for dynamic...
2024-12-18 Sean ChristophersonKVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID...
2024-12-18 Sean ChristophersonKVM: x86: Drop unnecessary check that cpuid_entry2_find...
2024-12-18 Sean ChristophersonKVM: x86: Avoid double CPUID lookup when updating MWAIT...
2024-12-18 Sean ChristophersonKVM: x86: Initialize guest cpu_caps based on KVM support
2024-12-18 Sean ChristophersonKVM: x86: Treat MONTIOR/MWAIT as a "partially emulated...
2024-12-18 Sean ChristophersonKVM: x86: Extract code for generating per-entry emulate...
2024-12-18 Sean ChristophersonKVM: x86: Initialize guest cpu_caps based on guest...
2024-12-18 Sean ChristophersonKVM: x86: Replace guts of "governed" features with...
2024-12-18 Sean ChristophersonKVM: x86: Rename "governed features" helpers to use...
2024-12-18 Sean ChristophersonKVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID
2024-12-18 Sean ChristophersonKVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPO...
2024-12-18 Sean ChristophersonKVM: x86: Remove all direct usage of cpuid_entry2_find()
2024-12-18 Sean ChristophersonKVM: x86: Move kvm_find_cpuid_entry{,_index}() up near...
2024-12-18 Sean ChristophersonKVM: x86: Always operate on kvm_vcpu data in cpuid_entr...
2024-12-18 Sean ChristophersonKVM: x86: Remove unnecessary caching of KVM's PV CPUID...
2024-12-18 Sean ChristophersonKVM: x86: Clear PV_UNHALT for !HLT-exiting only when...
2024-12-18 Sean ChristophersonKVM: x86: Swap incoming guest CPUID into vCPU before...
2024-12-18 Sean ChristophersonKVM: x86: Add a macro to init CPUID features that KVM...
2024-12-18 Sean ChristophersonKVM: x86: Add a macro to init CPUID features that ignor...
2024-12-18 Sean ChristophersonKVM: x86: Harden CPU capabilities processing against...
2024-12-18 Sean ChristophersonKVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid...
2024-12-18 Sean ChristophersonKVM: x86: Handle kernel- and KVM-defined CPUID words...
2024-12-18 Sean ChristophersonKVM: x86: Add a macro to precisely handle aliased 0x1...
2024-12-18 Sean ChristophersonKVM: x86: Add a macro to init CPUID features that are...
2024-12-18 Sean ChristophersonKVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
2024-12-18 Sean ChristophersonKVM: x86: Unpack F() CPUID feature flag macros to one...
2024-12-18 Sean ChristophersonKVM: x86: Account for max supported CPUID leaf when...
2024-12-18 Sean ChristophersonKVM: x86: Do reverse CPUID sanity checks in __feature_l...
2024-12-18 Sean ChristophersonKVM: x86: Don't update PV features caches when enabling...
2024-12-18 Sean ChristophersonKVM: x86: Zero out PV features cache when the CPUID...
2024-12-18 Sean ChristophersonKVM: selftests: Update x86's KVM PV test to match KVM...
2024-12-18 Sean ChristophersonKVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM...
2024-12-18 Sean ChristophersonKVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITS
2024-12-18 Sean ChristophersonKVM: x86: Reject disabling of MWAIT/HLT interception...
2024-12-18 Sean ChristophersonKVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after...
2024-12-18 Sean ChristophersonKVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd...
2024-12-18 Sean ChristophersonKVM: x86/pmu: Drop now-redundant refresh() during init()
2024-12-18 Sean ChristophersonKVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
2024-12-18 Sean ChristophersonKVM: selftests: Verify KVM stuffs runtime CPUID OS...
2024-12-18 Sean ChristophersonKVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_...
2024-12-18 Sean ChristophersonKVM: selftests: Assert that vcpu->cpuid is non-NULL...
2024-12-18 Sean ChristophersonKVM: selftests: Update x86's set_sregs_test to match...
2024-12-18 Sean ChristophersonKVM: x86: Account for KVM-reserved CR4 bits when passin...
2024-12-18 Sean ChristophersonKVM: x86: Explicitly do runtime CPUID updates "after...
2024-12-18 Sean ChristophersonKVM: x86: Do all post-set CPUID processing during vCPU...
2024-12-18 Sean ChristophersonKVM: x86: Limit use of F() and SF() to kvm_cpu_cap_...
2024-12-18 Sean ChristophersonKVM: x86: Use feature_bit() to clear CONSTANT_TSC when...
2024-12-18 Sean ChristophersonKVM: selftests: Override ARCH for x86_64 instead of...
2024-12-18 Sean ChristophersonKVM: selftests: Use canonical $(ARCH) paths for KVM...
2024-12-18 Sean ChristophersonKVM: selftests: Provide empty 'all' and 'clean' targets...
2024-12-18 Sean ChristophersonKVM: selftests: Verify KVM correctly handles mprotect...
2024-12-18 Sean ChristophersonKVM: selftests: Add a read-only mprotect() phase to...
2024-12-18 Sean ChristophersonKVM: selftests: Precisely limit the number of guest...
2024-12-18 Sean ChristophersonKVM: selftests: Use vcpu_arch_put_guest() in mmu_stress...
2024-12-18 Sean ChristophersonKVM: selftests: Enable mmu_stress_test on arm64
2024-12-18 Sean ChristophersonKVM: sefltests: Explicitly include ucall_common.h in...
2024-12-18 Sean ChristophersonKVM: selftests: Compute number of extra pages needed...
2024-12-18 Sean ChristophersonKVM: selftests: Only muck with SREGS on x86 in mmu_stre...
2024-12-18 Sean ChristophersonKVM: selftests: Rename max_guest_memory_test to mmu_str...
2024-12-18 Sean ChristophersonKVM: selftests: Check for a potential unhandled excepti...
2024-12-18 Sean ChristophersonKVM: selftests: Assert that vcpu_{g,s}et_reg() won...
2024-12-18 Sean ChristophersonKVM: selftests: Return a value from vcpu_get_reg()...
2024-12-17 Sean ChristophersonKVM: Move KVM_REG_SIZE() definition to common uAPI...
2024-12-13 Paolo BonziniMerge tag 'kvm-riscv-fixes-6.13-1' of https://github...
2024-12-13 Sean ChristophersonKVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during...
2024-12-10 Paolo BonziniMerge tag 'kvmarm-fixes-6.13-2' of https://git./linux...
2024-12-08 Linus TorvaldsLinux 6.13-rc2 v6.13-rc2
2024-12-08 Linus TorvaldsMerge tag 'kbuild-fixes-v6.13' of git://git./linux...
2024-12-08 Linus TorvaldsMerge tag 'irq_urgent_for_v6.13_rc2' of git://git....
2024-12-08 Linus TorvaldsMerge tag 'timers_urgent_for_v6.13_rc2' of git://git...
2024-12-08 Linus TorvaldsMerge tag 'x86_urgent_for_v6.13_rc2' of git://git....
2024-12-08 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2024-12-07-22-39' of...
2024-12-08 Masahiro Yamadakbuild: deb-pkg: fix build error with O=
2024-12-08 Thomas Gleixnermodpost: Add .irqentry.text to OTHER_SECTIONS
2024-12-08 Linus TorvaldsMerge tag '6.13-rc1-smb3-client-fixes' of git://git...
2024-12-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2024-12-07 Linus TorvaldsMerge tag 'block-6.13-20241207' of git://git.kernel...
2024-12-07 Linus TorvaldsMerge tag 'io_uring-6.13-20241207' of git://git.kernel...
2024-12-07 Linus TorvaldsMerge tag 'ubifs-for-linus-6.13-rc2' of git://git....
2024-12-06 Linus TorvaldsMerge tag 'bpf-fixes' of git://git./linux/kernel/git...
2024-12-06 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2024-12-06 Linus TorvaldsMerge tag 'fixes-2024-12-06' of git://git./linux/kernel...
2024-12-06 Linus TorvaldsMerge tag 'drm-fixes-2024-12-06' of https://gitlab...
2024-12-06 Simona VetterMerge tag 'amd-drm-fixes-6.13-2024-12-04' of https...
2024-12-06 Linus TorvaldsMerge tag 'drm-fixes-2024-12-07' of https://gitlab...
2024-12-06 Linus TorvaldsMerge tag 'sound-6.13-rc2' of git://git./linux/kernel...
2024-12-06 Linus TorvaldsMerge tag 'regmap-fix-v6.13-rc1' of git://git./linux...
2024-12-06 Linus TorvaldsMerge tag 'spi-fix-v6.13-rc1' of git://git./linux/kerne...
2024-12-06 Linus TorvaldsMerge tag 'mmc-v6.13-rc1' of git://git./linux/kernel...
2024-12-06 Linus TorvaldsMerge tag 'pmdomain-v6.13-rc1' of git://git./linux...
2024-12-06 Sean Christophersonx86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and...
next