index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-12
lib/crypto: x86/nh: Migrate optimized code into library
Eric Biggers
6
-469
/
+0
2026-01-12
x86/xen: Drop xen_cpu_ops
Juergen Gross
1
-49
/
+33
2026-01-12
x86/xen: Drop xen_irq_ops
Juergen Gross
1
-13
/
+7
2026-01-12
x86/paravirt: Move pv_native_*() prototypes to paravirt.c
Juergen Gross
2
-7
/
+5
2026-01-12
x86/paravirt: Introduce new paravirt-base.h header
Juergen Gross
4
-24
/
+34
2026-01-12
x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
Juergen Gross
6
-20
/
+12
2026-01-12
KVM: x86: Hide KVM_IRQCHIP_KERNEL behind CONFIG_KVM_IOAPIC=y
Sean Christopherson
1
-0
/
+2
2026-01-12
KVM: x86: Bury ioapic.h definitions behind CONFIG_KVM_IOAPIC
Sean Christopherson
2
-5
/
+11
2026-01-12
KVM: x86: Fold "struct dest_map" into "struct rtc_status"
Sean Christopherson
4
-39
/
+34
2026-01-12
KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_map
Sean Christopherson
7
-19
/
+36
2026-01-12
KVM: x86: Drop MAX_NR_RESERVED_IOAPIC_PINS, use KVM_MAX_IRQ_ROUTES directly
Sean Christopherson
2
-2
/
+1
2026-01-12
KVM: x86: Drop guest-triggerable ASSERT()s on I/O APIC access alignment
Sean Christopherson
2
-17
/
+0
2026-01-12
KVM: x86: Drop ASSERT() on I/O APIC EOIs being only for LEVEL_to WARN_ON_ONCE
Sean Christopherson
1
-6
/
+0
2026-01-12
KVM: x86: Drop guest/user-triggerable asserts on IRR/ISR vectors
Sean Christopherson
1
-12
/
+2
2026-01-12
KVM: x86: Drop ASSERT()s on APIC/vCPU being non-NULL
Sean Christopherson
1
-5
/
+0
2026-01-12
KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNAL
Sean Christopherson
1
-0
/
+49
2026-01-12
x86/paravirt: Use common code for paravirt_steal_clock()
Juergen Gross
4
-13
/
+2
2026-01-12
sched: Move clock related paravirt code to kernel/sched
Juergen Gross
4
-7
/
+2
2026-01-12
paravirt: Remove asm/paravirt_api_clock.h
Juergen Gross
1
-1
/
+0
2026-01-12
x86/paravirt: Move thunk macros to paravirt_types.h
Juergen Gross
2
-68
/
+68
2026-01-12
x86/paravirt: Remove PARAVIRT_DEBUG config option
Juergen Gross
3
-16
/
+0
2026-01-12
x86/paravirt: Remove some unneeded struct declarations
Juergen Gross
2
-10
/
+0
2026-01-12
x86/xen/pvh: Enable PAE mode for 32-bit guest only when CONFIG_X86_PAE is set
Hou Wenlong
1
-0
/
+2
2026-01-12
x86/paravirt: Remove not needed includes of paravirt.h
Juergen Gross
16
-22
/
+0
2026-01-11
Merge tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2026-01-11
treewide: Update email address
Thomas Gleixner
4
-4
/
+4
2026-01-10
x86/resctrl: Enable RDT_RESOURCE_PERF_PKG
Tony Luck
2
-0
/
+22
2026-01-10
x86,fs/resctrl: Compute number of RMIDs as minimum across resources
Tony Luck
1
-2
/
+13
2026-01-10
x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKG
Tony Luck
1
-1
/
+52
2026-01-10
x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1
Sean Christopherson
2
-3
/
+38
2026-01-09
x86/resctrl: Add energy/perf choices to rdt boot option
Tony Luck
3
-0
/
+42
2026-01-09
x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG
Tony Luck
3
-0
/
+59
2026-01-09
x86/resctrl: Read telemetry events
Tony Luck
4
-1
/
+61
2026-01-09
x86/resctrl: Find and enable usable telemetry events
Tony Luck
1
-2
/
+61
2026-01-09
x86,fs/resctrl: Add architectural event pointer
Tony Luck
2
-4
/
+4
2026-01-09
x86,fs/resctrl: Fill in details of events for performance and energy GUIDs
Tony Luck
1
-0
/
+66
2026-01-09
x86/resctrl: Discover hardware telemetry events
Tony Luck
5
-0
/
+135
2026-01-09
x86,fs/resctrl: Add and initialize a resource for package scope monitoring
Tony Luck
1
-0
/
+10
2026-01-09
x86,fs/resctrl: Add an architectural hook called for first mount
Tony Luck
1
-0
/
+4
2026-01-09
arch: um/x86: Select ARCH_SUPPORTS_ATOMIC_RMW for UML_X86
Boqun Feng
1
-0
/
+1
2026-01-09
x86/CPU/AMD: Simplify the spectral chicken fix
Borislav Petkov (AMD)
2
-10
/
+4
2026-01-08
KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
Jim Mattson
1
-5
/
+5
2026-01-08
KVM: SVM: Don't set GIF when clearing EFER.SVME
Jim Mattson
2
-1
/
+2
2026-01-08
KVM: SVM: Virtualize and advertise support for ERAPS
Amit Shah
8
-3
/
+77
2026-01-08
KVM: SVM: Don't allow L1 intercepts for instructions not advertised
Kevin Cheng
2
-8
/
+46
2026-01-08
KVM: SVM: Add support for expedited writes to the fast MMIO bus
Sean Christopherson
1
-0
/
+21
2026-01-08
KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()
Sean Christopherson
1
-4
/
+4
2026-01-08
KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
Sean Christopherson
1
-2
/
+1
2026-01-08
KVM: x86: Don't read guest CR3 when doing async pf while the MMU is direct
Xiaoyao Li
1
-1
/
+4
2026-01-08
KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...
Sean Christopherson
1
-20
/
+20
[prev]
[next]