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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-3
/
+3
2025-04-10
x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h>
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Harmonize the prototype and definition of do_trace_rdpmc()
Ingo Molnar
1
-2
/
+2
2025-03-29
x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_g...
Herton R. Krzesinski
1
-0
/
+18
2025-03-26
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
11
-603
/
+955
2025-03-25
Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2025-03-25
Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2025-03-19
x86/crc: drop the avx10_256 functions and rename avx10_512 to avx512
Eric Biggers
2
-25
/
+13
2025-03-19
x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macro
Kirill A. Shutemov
1
-5
/
+2
2025-03-10
x86/crc32: optimize tail handling for crc32c short inputs
Eric Biggers
1
-1
/
+9
2025-03-05
x86/delay: Fix inconsistent whitespace
Charles Han
1
-1
/
+1
2025-03-04
x86/retbleed: Move call depth to percpu hot section
Brian Gerst
1
-1
/
+1
2025-03-04
Merge branch 'x86/asm' into x86/core, to pick up dependent commits
Ingo Molnar
2
-2
/
+2
2025-02-28
x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8
H. Peter Anvin (Intel)
2
-2
/
+2
2025-02-26
x86/bugs: KVM: Add support for SRSO_MSR_FIX
Borislav Petkov
1
-0
/
+2
2025-02-26
x86/bhi: Add BHI stubs
Peter Zijlstra
2
-1
/
+149
2025-02-23
x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s descrip...
Randy Dunlap
1
-1
/
+1
2025-02-19
x86/crc: add ANNOTATE_NOENDBR to suppress objtool warnings
Eric Biggers
1
-0
/
+5
2025-02-14
x86/cfi: Clean up linkage
Peter Zijlstra
7
-0
/
+29
2025-02-14
x86,kcfi: Fix EXPORT_SYMBOL vs kCFI
Peter Zijlstra
5
-7
/
+12
2025-02-12
x86/crc32: improve crc32c_arch() code generation with clang
Eric Biggers
1
-2
/
+2
2025-02-10
x86/crc64: implement crc64_be and crc64_nvme using new template
Eric Biggers
4
-1
/
+157
2025-02-10
x86/crc-t10dif: implement crc_t10dif using new template
Eric Biggers
5
-348
/
+63
2025-02-10
x86/crc32: implement crc32_le using new template
Eric Biggers
3
-244
/
+65
2025-02-10
x86/crc: add "template" for [V]PCLMULQDQ based CRC functions
Eric Biggers
2
-0
/
+665
2025-02-09
lib/crc-t10dif: remove crc_t10dif_is_optimized()
Eric Biggers
1
-6
/
+0
2025-02-09
lib/crc32: remove "_le" from crc32c base and arch functions
Eric Biggers
1
-3
/
+3
2025-01-23
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
6
-0
/
+1091
2025-01-20
x86: use cmov for user address masking
Linus Torvalds
1
-3
/
+2
2024-12-02
x86/crc-t10dif: expose CRC-T10DIF function through lib
Eric Biggers
3
-0
/
+386
2024-12-02
x86/crc32: expose CRC32 functions through lib
Eric Biggers
4
-0
/
+705
2024-10-25
x86: fix user address masking non-canonical speculation issue
Linus Torvalds
1
-2
/
+7
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-29
Merge branch 'locking/core' into locking/urgent, to pick up pending commits
Ingo Molnar
1
-2
/
+7
2024-08-01
x86/uaccess: Zero the 8-byte get_range case on failure on 32-bit
David Gow
1
-1
/
+3
2024-07-31
x86/setup: Parse the builtin command line before merging
Borislav Petkov (AMD)
1
-7
/
+18
2024-07-17
locking/atomic/x86: Introduce the read64_nonatomic macro to x86_32 with cx8
Uros Bizjak
1
-2
/
+7
2024-07-16
Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+4
2024-07-16
Merge tag 'x86_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-49
/
+20
2024-07-16
Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+8
2024-06-25
x86/kmsan: Fix hook for unaligned accesses
Brian Johannesmeyer
1
-1
/
+4
2024-06-19
x86/uaccess: Improve the 8-byte getuser() case
Linus Torvalds
1
-49
/
+20
2024-06-12
x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking
Kees Cook
1
-1
/
+5
2024-05-27
x86/setup: Warn when option parsing is done too early
Borislav Petkov (AMD)
1
-0
/
+8
[prev]
[next]