index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
x86/sev: Split up runtime #VC handler for correct state tracking
Joerg Roedel
3
-90
/
+91
2021-07-14
x86/sev: Make sure IRQs are disabled while GHCB is active
Joerg Roedel
1
-12
/
+22
2021-07-14
KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
Kai Huang
1
-1
/
+1
2021-07-14
KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
Sean Christopherson
1
-7
/
+0
2021-07-14
KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
Sean Christopherson
1
-1
/
+1
2021-07-14
KVM: nVMX: Sync all PGDs on nested transition with shadow paging
Sean Christopherson
4
-8
/
+15
2021-07-14
crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
Hangbin Liu
1
-1
/
+1
2021-07-14
x86/elf: Use _BITUL() macro in UAPI headers
Joe Richey
1
-2
/
+4
2021-07-14
clocksource: Check per-CPU clock synchronization when marked unstable
Paul E. McKenney
1
-1
/
+2
2021-07-14
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
2
-2
/
+1
2021-07-14
KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
Sean Christopherson
1
-2
/
+1
2021-07-14
KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
Sean Christopherson
1
-1
/
+9
2021-07-14
KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
Sean Christopherson
4
-2
/
+11
2021-07-07
Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
Sean Christopherson
2
-0
/
+2
2021-06-30
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
1
-11
/
+21
2021-06-30
x86/fpu: Make init_fpstate correct with optimized XSAVE
Thomas Gleixner
2
-25
/
+46
2021-06-30
x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()
Thomas Gleixner
1
-18
/
+8
2021-06-30
perf/x86: Track pmu in per-CPU cpu_hw_events
Kan Liang
5
-12
/
+24
2021-06-30
PCI: Add AMD RS690 quirk to enable 64-bit DMA
Mikel Rychliski
1
-0
/
+44
2021-06-30
perf/x86/intel/lbr: Zero the xstate buffer on allocation
Thomas Gleixner
1
-1
/
+2
2021-06-30
perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic context
Like Xu
3
-8
/
+30
2021-06-30
x86/xen: Fix noinstr fail in exc_xen_unknown_trap()
Peter Zijlstra
1
-0
/
+2
2021-06-30
x86/entry: Fix noinstr fail in __do_fast_syscall_32()
Peter Zijlstra
1
-1
/
+1
2021-06-23
x86/fpu: Reset state for all signal restore failures
Thomas Gleixner
1
-11
/
+15
2021-06-23
x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer
Andy Lutomirski
1
-0
/
+19
2021-06-23
x86/fpu: Prevent state corruption in __fpu__restore_sig()
Thomas Gleixner
1
-8
/
+1
2021-06-23
x86/pkru: Write hardware init value to PKRU when xstate is init
Thomas Gleixner
1
-2
/
+9
2021-06-23
x86/ioremap: Map EFI-reserved memory as encrypted for SEV
Tom Lendacky
1
-1
/
+3
2021-06-23
x86/process: Check PF_KTHREAD and not current->mm for kernel threads
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/mm: Avoid truncating memblocks for SGX memory
Fan Du
1
-1
/
+7
2021-06-23
KVM: X86: Fix x86_emulator slab cache leak
Wanpeng Li
1
-0
/
+1
2021-06-23
KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
Sean Christopherson
1
-1
/
+25
2021-06-23
KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
Sean Christopherson
1
-1
/
+4
2021-06-23
kvm: LAPIC: Restore guard to prevent illegal APIC register access
Jim Mattson
1
-0
/
+3
2021-06-16
KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
Sean Christopherson
1
-3
/
+3
2021-06-16
x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUs
CodyYao-oc
1
-2
/
+2
2021-06-16
KVM: X86: MMU: Use the correct inherited permissions to get shadow page
Lai Jiangshan
1
-5
/
+9
2021-06-16
perf/x86/intel/uncore: Fix M2M event umask for Ice Lake server
Kan Liang
1
-1
/
+2
2021-06-10
x86/kvm: Disable all PV features on crash
Vitaly Kuznetsov
3
-39
/
+32
2021-06-10
x86/kvm: Disable kvmclock on all CPUs on shutdown
Vitaly Kuznetsov
3
-6
/
+4
2021-06-10
x86/kvm: Teardown PV features on boot CPU as well
Vitaly Kuznetsov
1
-16
/
+41
2021-06-10
KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
Sean Christopherson
1
-4
/
+4
2021-06-10
x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
Thomas Gleixner
3
-0
/
+22
2021-06-10
x86/sev: Check SME/SEV support in CPUID first
Pu Wen
1
-5
/
+6
2021-06-10
x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()
Thomas Gleixner
4
-74
/
+3
2021-06-03
KVM: X86: Fix vCPU preempted state from guest's point of view
Wanpeng Li
1
-0
/
+2
2021-05-28
KVM: x86: Defer vtime accounting 'til after IRQ handling
Wanpeng Li
3
-6
/
+15
2021-05-26
x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-path
Joerg Roedel
1
-0
/
+85
2021-05-26
x86/Xen: swap NX determination and GDT setup on BSP
Jan Beulich
1
-4
/
+4
2021-05-26
x86/sev-es: Forward page-faults which happen during emulation
Joerg Roedel
1
-0
/
+4
[next]