]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2025-09-23  Sean ChristophersonKVM: x86: Merge 'svm' into 'cet' to pick up GHCB depend...
2025-09-23  Sean ChristophersonKVM: SEV: Validate XCR0 provided by guest in GHCB
2025-09-23  Sean ChristophersonKVM: SEV: Read save fields from GHCB exactly once
2025-09-23  Sean ChristophersonKVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get...
2025-09-22  Bagas SanjayaKVM: x86: Fix hypercalls docs section number order
2025-09-22  Sean ChristophersonKVM: x86: Don't treat ENTER and LEAVE as branches,...
2025-09-18  Sean ChristophersonKVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed...
2025-09-18  Sean ChristophersonKVM: x86/pmu: Move initialization of valid PMCs bitmask...
2025-09-18  Dapeng MiKVM: x86/pmu: Use BIT_ULL() instead of open coded equiv...
2025-09-18  Dapeng MiKVM: VMX: Add helpers to toggle/change a bit in VMCS...
2025-09-18  Sean ChristophersonKVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to...
2025-09-18  Sean ChristophersonKVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a...
2025-09-18  Dapeng MiKVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into...
2025-09-18  Dapeng MiKVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
2025-09-18  Sean ChristophersonKVM: x86/pmu: Snapshot host (i.e. perf's) reported...
2025-09-18  Sean ChristophersonKVM: SVM: Check pmu->version, not enable_pmu, when...
2025-09-18  Sean ChristophersonKVM: VMX: Setup canonical VMCS config prior to kvm_x86_...
2025-09-16  Jiaming ZhangDocumentation: KVM: Call out that KVM strictly follows...
2025-09-16  Liao YuanhongKVM: x86: hyper-v: Use guard() instead of mutex_lock...
2025-09-16  Liao YuanhongKVM: x86: Use guard() instead of mutex_lock() to simpli...
2025-09-16  Dapeng MiKVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS"
2025-09-16  Sagi ShaharKVM: TDX: Reject fully in-kernel irqchip if EOIs are...
2025-09-11  Thorsten BlumKVM: nSVM: Replace kzalloc() + copy_from_user() with...
2025-09-10  Sean ChristophersonKVM: x86: Move vector_hashing into lapic.c
2025-09-10  Sean ChristophersonKVM: x86: Make "lowest priority" helpers local to lapic.c
2025-09-10  Sean ChristophersonKVM: x86: Move kvm_irq_delivery_to_apic() from irq...
2025-09-08  Sean ChristophersonKVM: SEV: Save the SEV policy if and only if LAUNCH_STA...
2025-08-21  Nikunj A DadhaniaKVM: SVM: Enable Secure TSC for SNP guests
2025-08-21  Sean ChristophersonKVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()
2025-08-21  Sean ChristophersonKVM: SEV: Set RESET GHCB MSR value during sev_es_init_v...
2025-08-21  Sean ChristophersonKVM: SEV: Move init of SNP guest state into sev_init_vmcb()
2025-08-21  Sean ChristophersonKVM: SVM: Move SEV-ES VMSA allocation to a dedicated...
2025-08-21  Nikunj A Dadhaniax86/cpufeatures: Add SNP Secure TSC
2025-08-21  Nikunj A DadhaniaKVM: SEV: Enforce minimum GHCB version requirement...
2025-08-21  Nikunj A DadhaniaKVM: SEV: Drop GHCB_VERSION_DEFAULT and open code it
2025-08-19  Chao GaoKVM: x86: Zero XSTATE components on INIT by iterating...
2025-08-19  Sean ChristophersonKVM: x86: Manually clear MPX state only on INIT
2025-08-19  Yang WeijiangKVM: x86: Add kvm_msr_{read,write}() helpers
2025-08-19  Sean ChristophersonKVM: x86: Use double-underscore read/write MSR helpers...
2025-08-19  Yang WeijiangKVM: x86: Rename kvm_{g,s}et_msr()* to show that they...
2025-08-19  Xin LiKVM: x86: Advertise support for the immediate form...
2025-08-19  Xin LiKVM: VMX: Support the immediate form of WRMSRNS in...
2025-08-19  Xin LiKVM: x86: Add support for RDMSR/WRMSRNS w/ immediate...
2025-08-19  Xin LiKVM: x86: Rename handle_fastpath_set_msr_irqoff() to...
2025-08-19  Sean ChristophersonKVM: x86: Rename local "ecx" variables to "msr" and...
2025-08-19  Xin Lix86/cpufeatures: Add a CPU feature bit for MSR immediat...
2025-08-19  Sean ChristophersonKVM: x86: Add a fastpath handler for INVD
2025-08-19  Sean ChristophersonKVM: x86: Push acquisition of SRCU in fastpath into...
2025-08-19  Sean ChristophersonKVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is...
2025-08-19  Sean ChristophersonKVM: x86/pmu: Drop redundant check on PMC being locally...
2025-08-19  Sean ChristophersonKVM: x86/pmu: Drop redundant check on PMC being globall...
2025-08-19  Sean ChristophersonKVM: x86/pmu: Open code pmc_event_is_allowed() in its...
2025-08-19  Sean ChristophersonKVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is...
2025-08-19  Sean ChristophersonKVM: x86/pmu: Calculate set of to-be-emulated PMCs...
2025-08-19  Sean ChristophersonKVM: x86/pmu: Add wrappers for counting emulated instru...
2025-08-19  Sean ChristophersonKVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.c
2025-08-19  Sean ChristophersonKVM: x86: Fold WRMSR fastpath helpers into the main...
2025-08-19  Sean ChristophersonKVM: x86: Unconditionally grab data from EDX:EAX in...
2025-08-19  Sean ChristophersonKVM: x86: Acquire SRCU in WRMSR fastpath iff instructio...
2025-08-19  Sean ChristophersonKVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE...
2025-08-19  Sean ChristophersonKVM: x86: Drop semi-arbitrary restrictions on IPI type...
2025-08-19  Sean ChristophersonKVM: x86: Only allow "fast" IPIs in fastpath WRMSR...
2025-08-19  Sean ChristophersonKVM: x86: Add kvm_icr_to_lapic_irq() helper to allow...
2025-08-19  Yury Norovkvm: x86: simplify kvm_vector_to_index()
2025-08-19  Ewan HaiKVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin...
2025-08-19  Thomas Hutharch/x86/kvm/ioapic: Remove license boilerplate with...
2025-08-19  Sean ChristophersonKVM: SVM: Skip fastpath emulation on VM-Exit if next...
2025-08-19  Sean ChristophersonKVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
2025-08-19  Sean ChristophersonKVM: x86: Don't (re)check L1 intercepts when completing...
2025-08-17  Linus TorvaldsLinux 6.17-rc2 v6.17-rc2
2025-08-17  Linus TorvaldsMerge tag 'x86_urgent_for_v6.17_rc2' of git://git.kerne...
2025-08-17  Linus TorvaldsMerge tag 'locking_urgent_for_v6.17_rc2' of git://git...
2025-08-16  Linus TorvaldsMerge tag 'rust-fixes-6.17' of git://git.kernel.org...
2025-08-16  Linus TorvaldsMerge tag 'ata-ata-6.17-rc2' of git://git.kernel.org...
2025-08-16  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2025-08-15  Linus TorvaldsMerge tag 'drm-fixes-2025-08-16' of https://gitlab...
2025-08-15  Linus TorvaldsMerge tag 'xfs-fixes-6.17-rc2' of git://git.kernel...
2025-08-15  Linus TorvaldsMerge tag 'block-6.17-20250815' of git://git.kernel...
2025-08-15  Ahmed S. Darwishx86/cpuid: Remove transitional <asm/cpuid.h> header
2025-08-15  Tom Lendackyx86/sev: Ensure SVSM reserved fields in a page validati...
2025-08-15  Tom Lendackyvirt: sev-guest: Satisfy linear mapping requirement...
2025-08-15  Linus TorvaldsMerge tag 'io_uring-6.17-20250815' of git://git.kernel...
2025-08-15  Linus TorvaldsMerge tag 'sound-6.17-rc2' of git://git.kernel.org...
2025-08-15  Linus TorvaldsMerge tag 'gpio-fixes-for-v6.17-rc2' of git://git.kerne...
2025-08-15  Linus TorvaldsMerge tag 'pmdomain-v6.17-rc1' of git://git.kernel...
2025-08-15  Linus TorvaldsMerge tag '6.17-rc1-smb3-client-fixes' of git://git...
2025-08-15  Linus TorvaldsMerge tag 'firewire-fixes-6.17-rc1' of git://git.kernel...
2025-08-14  Dave AirlieMerge tag 'drm-xe-fixes-2025-08-14' of https://gitlab...
2025-08-14  Dave AirlieMerge tag 'drm-intel-fixes-2025-08-13' of https://gitla...
2025-08-14  Linus TorvaldsMerge tag 'acpi-6.17-rc2' of git://git.kernel.org/pub...
2025-08-14  Linus TorvaldsMerge tag 'pm-6.17-rc2' of git://git.kernel.org/pub...
2025-08-14  Michał Winiarskidrm/xe/pf: Set VF LMEM BAR size
2025-08-14  Linus TorvaldsMerge tag 'net-6.17-rc2' of git://git.kernel.org/pub...
2025-08-14  Rafael J. WysockiMerge branches 'acpi-ec' and 'acpi-processor'
2025-08-14  Rafael J. WysockiMerge branches 'pm-cpuidle' and 'pm-cpufreq'
2025-08-14  Igor Pylypivata: libata-scsi: Fix CDL control
2025-08-14  Damien Le Moalata: libata-eh: Fix link state check for IDE/PATA ports
2025-08-14  Baojun XuALSA: hda/tas2781: Normalize the volume kcontrol name
2025-08-14  Takashi IwaiALSA: usb-audio: Validate UAC3 cluster segment descriptors
2025-08-14  Takashi IwaiALSA: usb-audio: Validate UAC3 power domain descriptors...
next