index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-20
x86/hyperv: Add VTL mode emergency restart callback
Roman Kisel
1
-0
/
+23
2025-03-20
perf/x86/rapl: Fix error handling in init_rapl_pmus()
Dhananjay Ugwekar
1
-1
/
+6
2025-03-20
Merge branch 'kvm-pre-tdx' into HEAD
Paolo Bonzini
2
-13
/
+28
2025-03-20
Merge branch 'kvm-nvmx-and-vm-teardown' into HEAD
Paolo Bonzini
1
-26
/
+14
2025-03-19
x86/mm: Only do broadcast flush from reclaim if pages were unmapped
Rik van Riel
3
-1
/
+8
2025-03-19
perf/x86/intel, x86/cpu: Replace Pentium 4 model checks with VFM ones
Sohil Mehta
2
-3
/
+5
2025-03-19
perf/x86/intel, x86/cpu: Simplify Intel PMU initialization
Sohil Mehta
2
-27
/
+13
2025-03-19
x86/crc: drop the avx10_256 functions and rename avx10_512 to avx512
Eric Biggers
2
-25
/
+13
2025-03-19
rqspinlock: Add basic support for CONFIG_PARAVIRT
Kumar Kartikeya Dwivedi
1
-0
/
+33
2025-03-19
Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-43
/
+76
2025-03-19
Merge tag 'kvm-x86-pvclock-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-66
/
+121
2025-03-19
Merge tag 'kvm-x86-svm-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-231
/
+235
2025-03-19
Merge tag 'kvm-x86-vmx-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-45
/
+92
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
18
-181
/
+269
2025-03-19
Merge tag 'kvm-x86-mmu-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-146
/
+336
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
77
-192
/
+192
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers
Thomas Huth
8
-19
/
+19
2025-03-19
x86/locking/atomic: Improve performance by using asm_inline() for atomic lock...
Uros Bizjak
7
-38
/
+38
2025-03-19
x86/asm: Use asm_inline() instead of asm() in clwb()
Uros Bizjak
1
-1
/
+1
2025-03-19
x86/asm: Use CLFLUSHOPT and CLWB mnemonics in <asm/special_insns.h>
Uros Bizjak
1
-10
/
+6
2025-03-19
x86/hweight: Use asm_inline() instead of asm()
Uros Bizjak
1
-2
/
+4
2025-03-19
x86/hweight: Use ASM_CALL_CONSTRAINT in inline asm()
Uros Bizjak
1
-2
/
+2
2025-03-19
x86/hweight: Use named operands in inline asm()
Uros Bizjak
1
-6
/
+6
2025-03-19
x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMP
Ingo Molnar
1
-1
/
+1
2025-03-19
x86/head/64: Avoid Clang < 17 stack protector in startup code
Ard Biesheuvel
1
-0
/
+4
2025-03-19
x86/kexec: Merge x86_32 and x86_64 code using macros from <asm/asm.h>
Uros Bizjak
1
-33
/
+25
2025-03-19
x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macro
Kirill A. Shutemov
2
-5
/
+15
2025-03-19
x86/cpu/intel: Limit the non-architectural constant_tsc model checks
Sohil Mehta
1
-4
/
+6
2025-03-19
x86/mm/pat: Replace Intel x86_model checks with VFM ones
Sohil Mehta
2
-3
/
+4
2025-03-19
x86/cpu/intel: Fix fast string initialization for extended Families
Sohil Mehta
1
-6
/
+11
2025-03-19
x86/smpboot: Fix INIT delay assignment for extended Intel Families
Sohil Mehta
1
-3
/
+3
2025-03-19
x86/smpboot: Remove confusing quirk usage in INIT delay
Sohil Mehta
1
-6
/
+5
2025-03-19
x86/acpi/cstate: Improve Intel Family model checks
Sohil Mehta
2
-4
/
+7
2025-03-19
x86/cpu/intel: Replace Family 5 model checks with VFM ones
Sohil Mehta
2
-9
/
+11
2025-03-19
x86/cpu/intel: Replace Family 15 checks with VFM ones
Sohil Mehta
2
-3
/
+7
2025-03-19
x86/cpu/intel: Replace early Family 6 checks with VFM ones
Sohil Mehta
2
-6
/
+9
2025-03-19
x86/mtrr: Modify a x86_model check to an Intel VFM check
Sohil Mehta
1
-2
/
+2
2025-03-19
x86/microcode: Update the Intel processor flag scan check
Sohil Mehta
2
-1
/
+2
2025-03-19
x86/cpu/intel: Fix the MOVSL alignment preference for extended Families
Sohil Mehta
1
-13
/
+6
2025-03-19
x86/apic: Fix 32-bit APIC initialization for extended Intel Families
Sohil Mehta
1
-2
/
+2
2025-03-19
x86/cpuid: Use u32 in instead of uint32_t in <asm/cpuid/api.h>
Ingo Molnar
1
-2
/
+2
2025-03-19
x86/cpuid: Standardize on u32 in <asm/cpuid/api.h>
Ingo Molnar
1
-20
/
+20
2025-03-19
x86/cpuid: Clean up <asm/cpuid/api.h>
Ingo Molnar
1
-14
/
+16
2025-03-19
x86/cpuid: Clean up <asm/cpuid/types.h>
Ingo Molnar
1
-4
/
+7
2025-03-19
x86/cpuid: Refactor <asm/cpuid.h>
Ahmed S. Darwish
3
-216
/
+238
2025-03-19
x86/syscall/32: Add comment to conditional
Brian Gerst
1
-1
/
+2
2025-03-19
x86/syscall: Remove stray semicolons
Brian Gerst
2
-3
/
+3
2025-03-19
x86/syscall: Move sys_ni_syscall()
Brian Gerst
3
-41
/
+5
2025-03-19
x86/syscall/x32: Move x32 syscall table
Brian Gerst
3
-26
/
+13
2025-03-19
x86/syscall/64: Move 64-bit syscall dispatch code
Brian Gerst
3
-95
/
+96
[prev]
[next]