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
2025-11-27
x86/mm: Delete disabled debug code
Brendan Jackman
1
-3
/
+0
2025-11-27
x86/bugs: Make i386 use GENERIC_BUG_RELATIVE_POINTERS
Peter Zijlstra
2
-11
/
+5
2025-11-27
x86/bug: Fix BUG_FORMAT vs KASLR
Peter Zijlstra
1
-2
/
+6
2025-11-26
Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
13
-83
/
+227
2025-11-26
Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-169
/
+134
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
10
-412
/
+471
2025-11-26
Merge tag 'kvm-x86-mmu-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+4
2025-11-26
Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
24
-496
/
+702
2025-11-24
cpumask: Don't use "proxy" headers
Andy Shevchenko
1
-0
/
+2
2025-11-24
x86_64/bug: Inline the UD1
Peter Zijlstra
3
-3
/
+19
2025-11-24
x86/bug: Implement WARN_ONCE()
Peter Zijlstra
1
-0
/
+9
2025-11-24
x86_64/bug: Implement __WARN_printf()
Peter Zijlstra
3
-15
/
+170
2025-11-24
x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILED
Peter Zijlstra
1
-2
/
+8
2025-11-24
x86/bug: Add BUG_FORMAT basics
Peter Zijlstra
1
-10
/
+21
2025-11-24
bpf: specify the old and new poke_type for bpf_arch_text_poke
Menglong Dong
1
-16
/
+21
2025-11-24
bpf,x86: adjust the "jmp" mode for bpf trampoline
Menglong Dong
1
-5
/
+11
2025-11-24
bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
Menglong Dong
1
-1
/
+1
2025-11-24
x86/ftrace: Implement DYNAMIC_FTRACE_WITH_JMP
Menglong Dong
3
-2
/
+18
2025-11-24
crypto: aesni - ctr_crypt() use min() instead of min_t()
David Laight
1
-2
/
+1
2025-11-22
x86/{boot,mtrr}: Remove unused function declarations
Yue Haibing
2
-6
/
+0
2025-11-21
x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
Babu Moger
2
-0
/
+45
2025-11-21
x86,fs/resctrl: Detect io_alloc feature
Babu Moger
1
-0
/
+7
2025-11-21
x86/resctrl: Add SDCIAE feature in the command line options
Babu Moger
1
-0
/
+2
2025-11-21
x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enf...
Babu Moger
3
-0
/
+4
2025-11-21
x86/mce: Handle AMD threshold interrupt storms
Smita Koralahalli
3
-0
/
+10
2025-11-21
x86/mce: Do not clear bank's poll bit in mce_poll_banks on AMD SMCA systems
Avadhut Naik
1
-1
/
+2
2025-11-21
x86: Rework __bug_table helpers
Peter Zijlstra
1
-17
/
+20
2025-11-21
Merge branch 'objtool/core'
Peter Zijlstra
258
-6080
/
+8381
2025-11-21
x86/mce: Add support for physical address valid bit
Avadhut Naik
2
-3
/
+15
2025-11-21
x86/mce: Save and use APEI corrected threshold limit
Yazen Ghannam
5
-2
/
+39
2025-11-20
lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86
David Laight
1
-0
/
+19
2025-11-20
lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()
David Laight
1
-8
/
+12
2025-11-20
x86/boot: Drop unused sev_enable() fallback
Ard Biesheuvel
1
-11
/
+0
2025-11-20
KVM: x86: Remove unused declaration kvm_mmu_may_ignore_guest_pat()
Yue Haibing
1
-2
/
+0
2025-11-20
KVM: x86: Enable support for emulating AVX MOV instructions
Paolo Bonzini
1
-7
/
+7
2025-11-19
KVM: x86: Add emulator support for decoding VEX prefixes
Paolo Bonzini
1
-10
/
+112
2025-11-19
KVM: x86: Refactor REX prefix handling in instruction emulation
Chang S. Bae
2
-13
/
+31
2025-11-19
KVM: x86: Add AVX support to the emulator's register fetch and writeback
Paolo Bonzini
3
-17
/
+114
2025-11-19
KVM: x86: Add x86_emulate_ops.get_xcr() callback
Paolo Bonzini
2
-0
/
+10
2025-11-19
KVM: x86: Share emulator's common register decoding code
Paolo Bonzini
1
-32
/
+17
2025-11-19
KVM: x86: Move op_prefix to struct x86_emulate_ctxt (from x86_decode_insn())
Paolo Bonzini
2
-4
/
+5
2025-11-19
KVM: x86: Improve formatting of the emulator's flags table
Paolo Bonzini
1
-16
/
+11
2025-11-19
KVM: x86: Move Src2Shift up one bit (use bits 36:32 for Src2 in the emulator)
Paolo Bonzini
1
-1
/
+2
2025-11-19
KVM: x86: Add support for emulating MOVNTDQA
Paolo Bonzini
1
-4
/
+9
2025-11-19
KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSS
Binbin Wu
1
-23
/
+10
2025-11-19
KVM: x86: Load guest/host PKRU outside of the fastpath run loop
Sean Christopherson
4
-12
/
+10
2025-11-19
KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loop
Sean Christopherson
1
-13
/
+26
2025-11-19
KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpath
Sean Christopherson
2
-8
/
+11
2025-11-19
perf/x86/intel/uncore: Remove superfluous check
Jiri Slaby (SUSE)
1
-2
/
+0
2025-11-18
KVM: SVM: Handle #MCs in guest outside of fastpath
Sean Christopherson
1
-9
/
+9
[prev]
[next]