index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2025-06-20
KVM: SVM: Drop "always" flag from list of possible passthrough MSRs
Sean Christopherson
2025-06-20
KVM: SVM: Pass through GHCB MSR if and only if VM is an SEV-ES guest
Sean Christopherson
2025-06-20
KVM: SVM: Implement and adopt VMX style MSR intercepts APIs
Sean Christopherson
2025-06-20
KVM: SVM: Add helpers for accessing MSR bitmap that don't rely on offsets
Sean Christopherson
2025-06-20
KVM: nSVM: Don't initialize vmcb02 MSRPM with vmcb01's "always passthrough"
Sean Christopherson
2025-06-20
KVM: nSVM: Omit SEV-ES specific passthrough MSRs from L0+L1 bitmap merge
Sean Christopherson
2025-06-20
KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
Sean Christopherson
2025-06-20
KVM: SVM: Clean up macros related to architectural MSRPM definitions
Sean Christopherson
2025-06-20
KVM: SVM: Massage name and param of helper that merges vmcb01 and vmcb12 MSRPMs
Sean Christopherson
2025-06-20
KVM: x86: Use non-atomic bit ops to manipulate "shadow" MSR intercepts
Sean Christopherson
2025-06-20
KVM: SVM: Kill the VM instead of the host if MSR interception is buggy
Sean Christopherson
2025-06-20
KVM: SVM: Use ARRAY_SIZE() to iterate over direct_access_msrs
Sean Christopherson
2025-06-20
KVM: SVM: Tag MSR bitmap initialization helpers with __init
Sean Christopherson
2025-06-20
KVM: SVM: Don't BUG if setting up the MSR intercept bitmaps fails
Sean Christopherson
2025-06-20
KVM: SVM: Allocate IOPM pages after initial setup in svm_hardware_setup()
Sean Christopherson
2025-06-20
KVM: SVM: Disable interception of SPEC_CTRL iff the MSR exists for the guest
Sean Christopherson
2025-06-20
KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest
Maxim Levitsky
2025-06-20
KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs
Maxim Levitsky
2025-06-20
KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter
Maxim Levitsky
2025-06-20
KVM: VMX: Extract checking of guest's DEBUGCTL into helper
Sean Christopherson
2025-06-20
KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supported
Sean Christopherson
2025-06-20
KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
Sean Christopherson
2025-06-20
KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
Sean Christopherson
2025-06-20
KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTL
Sean Christopherson
2025-06-20
KVM: TDX: Report supported optional TDVMCALLs in TDX capabilities
Paolo Bonzini
2025-06-20
KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt
Paolo Bonzini
2025-06-20
KVM: TDX: Exit to userspace for GetTdVmCallInfo
Binbin Wu
2025-06-20
x86/efi: Move runtime service initialization to arch/x86
Alexander Shishkin
2025-06-20
KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>
Binbin Wu
2025-06-20
KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs
Binbin Wu
2025-06-20
Merge tag 'kvm-riscv-fixes-6.16-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2025-06-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2025-06-20
arm64: dts: mediatek: mt8370: Enable gpu support
Louis-Alexis Eyraud
2025-06-20
arm64: stacktrace: Implement arch_stack_walk_reliable()
Song Liu
2025-06-20
arm64: stacktrace: Check kretprobe_find_ret_addr() return value
Mark Rutland
2025-06-20
arm64/module: Use text-poke API for late relocations.
Dylan Hatch
2025-06-20
arm64: dts: rockchip: support camera module on Haikou Video Demo on PX30 Ring...
Quentin Schulz
2025-06-20
arm64: dts: rockchip: add label to first port of ISP on px30
Quentin Schulz
2025-06-20
arm64: dts: rockchip: fix endpoint dtc warning for PX30 ISP
Quentin Schulz
2025-06-20
Merge tag 'drm-misc-next-2025-06-19' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2025-06-20
arm64: dts: s32g: add RTC node
Ciprian Marian Costea
2025-06-20
arm64: dts: Add DSPI entries for S32G platforms
Larisa Grigore
2025-06-20
arm64: dts: freescale: imx93-phyboard-segin: Set ethernet1 alias
Primoz Fiser
2025-06-20
arm64: dts: freescale: imx93-phycore-som: Move ethernet0 alias to SoM
Primoz Fiser
2025-06-20
arm64: dts: tqma8mpql: Add EASRC support
Alexander Stein
2025-06-20
arm64: dts: tqma8mnql: Add EASRC support
Alexander Stein
2025-06-20
arm64: dts: freescale: Add the BOE av123z7m-n17 variant of the Moduline Display
Maud Spierings
2025-06-20
arm64: dts: freescale: Add the BOE av101hdt-a10 variant of the Moduline Display
Maud Spierings
2025-06-20
arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard
Maud Spierings
2025-06-20
arm64: dts: freescale: add Ka-Ro Electronics tx8p-ml81 COM
Maud Spierings
[prev]
[next]