index
:
pub/scm/linux/kernel/git/rcu/linux.git
master
paulmck's fork of linux.git
RCU Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-12
x86/entry: Simplify the syscall number logic
Thomas Gleixner
3
-37
/
+25
2026-07-12
x86/entry: Get rid of the sys_ni_syscall() indirection
Thomas Gleixner
2
-9
/
+3
2026-07-12
x86/entry: Make syscall functions static
Thomas Gleixner
3
-13
/
+7
2026-07-12
seccomp, treewide: Rename and convert __secure_computing() to return boolean
Jinjie Ruan
1
-7
/
+7
2026-07-12
x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
Thomas Gleixner
3
-17
/
+6
2026-07-11
x86/boot: Reject too long acpi_rsdp= values
Thorsten Blum
1
-1
/
+6
2026-07-11
x86/cpu: Remove Makefile rule for removed UMC CPU support
Ethan Nelson-Moore
1
-1
/
+0
2026-07-11
Merge tag 'perf-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-10
/
+15
2026-07-11
perf/x86/amd/brs: Fix kernel address leakage
Sandipan Das
1
-5
/
+5
2026-07-10
KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce()
Carlos López
1
-1
/
+2
2026-07-10
KVM: x86: Expose Zhaoxin RSA CPUID feature
Ewan Hai-oc
2
-0
/
+4
2026-07-10
KVM: x86: Expose Zhaoxin PHE2 CPUID feature
Ewan Hai-oc
2
-0
/
+4
2026-07-10
KVM: x86: Expose Zhaoxin RNG2 CPUID feature
Ewan Hai-oc
2
-0
/
+4
2026-07-10
KVM: x86: Expose Zhaoxin CCS (SM3 + SM4) CPUID feature
Ewan Hai-oc
2
-0
/
+4
2026-07-10
KVM: x86: Expose Zhaoxin SM2 CPUID feature
Ewan Hai-oc
2
-0
/
+4
2026-07-10
KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_ops
Sean Christopherson
7
-21
/
+20
2026-07-10
KVM: x86: Add static calls for nested virtualization ops
Sean Christopherson
7
-27
/
+86
2026-07-10
KVM: x86: Reject nested CAP enablement if nested virtualization is disabled
Sean Christopherson
5
-6
/
+13
2026-07-10
KVM: TDX: Reject concurrent change to CPUID entry count
Binbin Wu
1
-1
/
+5
2026-07-10
KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=y
Sean Christopherson
2
-1
/
+5
2026-07-10
KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalid
Sean Christopherson
1
-11
/
+11
2026-07-10
KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
Sean Christopherson
7
-11
/
+94
2026-07-10
KVM: x86/mmu: Use split "zap all fast" helpers when invalidating memslot
Sean Christopherson
1
-10
/
+11
2026-07-10
KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halves
Sean Christopherson
1
-12
/
+25
2026-07-10
KVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()
Sean Christopherson
1
-20
/
+15
2026-07-10
KVM: x86: Ensure runtime reads of disabled_quirks are resolved once
Sean Christopherson
2
-2
/
+3
2026-07-10
KVM: x86: Serialize writes to disabled_quirks using kvm->lock
Sean Christopherson
1
-0
/
+2
2026-07-10
KVM: SEV: Wire up kvm_x86_ops.gmem_xxx() if and only if CONFIG_KVM_AMD_SEV=y
Sean Christopherson
2
-14
/
+4
2026-07-10
KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusable
Sean Christopherson
1
-3
/
+9
2026-07-10
KVM: SEV: Extract loading of guest-provided VMSA to a separate helper
Sean Christopherson
1
-21
/
+31
2026-07-10
KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guests
Sean Christopherson
2
-6
/
+11
2026-07-10
KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
Atish Patra
1
-2
/
+4
2026-07-10
KVM: SVM: Remove redundant ret = 0 in svm_set_nested_state
Qiang Ma
1
-1
/
+0
2026-07-10
perf/x86/amd/lbr: Fix kernel address leakage
Sandipan Das
1
-1
/
+2
2026-07-10
x86/thermal: Add bit definitions for Intel Directed Package Thermal Interrupt
Ricardo Neri
2
-0
/
+4
2026-07-10
x86/boot/compressed/head_64.S: Clean up SEV-related comments
Borislav Petkov (AMD)
1
-7
/
+11
2026-07-10
x86/build: Only align ENTRY_TEXT to PMD_SIZE if necessary
Hamza Mahfooz
1
-0
/
+6
2026-07-09
x86/platform/olpc: xo15: Stop setting acpi_device_name/class()
Rafael J. Wysocki
1
-5
/
+0
2026-07-08
KVM: VMX: Use cached vcpu_vmx pointer in MSR and segment helpers
Hao Zhang
1
-6
/
+7
2026-07-08
KVM: SVM: Remove VM from the GA Log notifier list before VM destruction
Sean Christopherson
3
-7
/
+15
2026-07-08
KVM: SVM: Do all per-VM AVIC initialization during vCPU precreation phase
Sean Christopherson
3
-38
/
+51
2026-07-08
KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specific
Sean Christopherson
3
-11
/
+12
2026-07-08
KVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.h
Sean Christopherson
2
-89
/
+92
2026-07-08
KVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.h
Sean Christopherson
2
-33
/
+35
2026-07-08
KVM: x86: Move KVM's arbitrary task switch reason enums to x86.h
Sean Christopherson
2
-7
/
+6
2026-07-08
KVM: x86: Add static asserts to document connection b/w TSS structs and macros
Sean Christopherson
1
-0
/
+7
2026-07-08
KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.c
Sean Christopherson
2
-9
/
+9
2026-07-08
KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.h
Sean Christopherson
2
-40
/
+38
2026-07-08
KVM: x86: Pluralize the macro guard name for msrs.h
Sean Christopherson
1
-2
/
+2
2026-07-08
KVM: x86/mmu: Annotate tdp_enabled as being read-mostly
Sean Christopherson
2
-4
/
+4
[prev]
[next]