index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
30 hours
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
47 hours
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
12 days
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
12 days
Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
14 days
Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
14 days
Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-01-30
KVM: x86: Harden against unexpected adjustments to kvm_cpu_caps
Sean Christopherson
2026-01-30
KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
Sean Christopherson
2026-01-23
KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command
Michael Roth
2026-01-23
KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
Michael Roth
2026-01-15
KVM: guest_memfd: GUP source pages prior to populating guest memory
Michael Roth
2026-01-15
KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
Michael Roth
2026-01-15
KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
Michael Roth
2026-01-14
KVM: SVM: Stop toggling virtual VMSAVE/VMLOAD on intercept recalc
Yosry Ahmed
2026-01-14
KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
Yosry Ahmed
2026-01-14
KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
Sean Christopherson
2026-01-14
KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()
Yosry Ahmed
2026-01-14
KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by default
Sean Christopherson
2026-01-13
KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SW
Sean Christopherson
2026-01-13
KVM: SVM: Harden exit_code against being used in Spectre-like attacks
Sean Christopherson
2026-01-13
KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VM
Sean Christopherson
2026-01-13
KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
Sean Christopherson
2026-01-13
KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal
Sean Christopherson
2026-01-13
KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handling
Sean Christopherson
2026-01-13
KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()
Sean Christopherson
2026-01-13
KVM: SVM: Add a helper to detect VMRUN failures
Sean Christopherson
2026-01-13
KVM: SVM: Tag sev_supported_vmsa_features as read-only after init
Sean Christopherson
2026-01-13
KVM: SVM: Drop the module param to control SEV-ES DebugSwap
Sean Christopherson
2026-01-13
KVM: SVM: Fix a missing kunmap_local() in sev_gmem_post_populate()
Yan Zhao
2026-01-08
KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
Jim Mattson
2026-01-08
KVM: SVM: Don't set GIF when clearing EFER.SVME
Jim Mattson
2026-01-08
KVM: SVM: Virtualize and advertise support for ERAPS
Amit Shah
2026-01-08
KVM: SVM: Don't allow L1 intercepts for instructions not advertised
Kevin Cheng
2026-01-08
KVM: SVM: Add support for expedited writes to the fast MMIO bus
Sean Christopherson
2026-01-08
KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()
Sean Christopherson
2026-01-08
KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
Sean Christopherson
2026-01-08
KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
Dapeng Mi
2026-01-08
KVM: nSVM: Disable PMU MSR interception as appropriate while running L2
Sean Christopherson
2026-01-08
KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Dapeng Mi
2026-01-08
KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
Sandipan Das
2026-01-08
KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
Mingwei Zhang
2026-01-08
KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
Dapeng Mi
2026-01-08
KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
Dapeng Mi
2026-01-08
KVM: x86/pmu: Implement AMD mediated PMU requirements
Sean Christopherson
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-12-04
KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
Sean Christopherson
2025-12-04
KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
Sean Christopherson
2025-11-26
Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-26
Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-19
KVM: x86: Load guest/host PKRU outside of the fastpath run loop
Sean Christopherson
[next]