aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
13 daysx86: Remove arch-specific strncpy() implementationKees Cook1-19/+0
2026-06-08x86/msr: Remove wrmsr_safe_on_cpu()Juergen Gross1-16/+0
2026-06-08x86/msr: Remove rdmsr_safe_on_cpu()Juergen Gross1-24/+0
2026-06-08x86/msr: Don't use rdmsr_safe_on_cpu() in rdmsrq_safe_on_cpu()Juergen Gross1-3/+14
2026-06-08x86/msr: Remove wrmsr_on_cpu()Juergen Gross1-16/+0
2026-06-08x86/msr: Remove rdmsr_on_cpu()Juergen Gross1-16/+0
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds3-13/+14
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds1-4/+4
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds1-4/+5
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds2-5/+5
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+8
2026-02-10Merge tag 'x86_misc_for_7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-22/+0
2026-01-20x86/mm: simplify clear_page_*Ankur Arora1-31/+8
2026-01-12x86/paravirt: Remove not needed includes of paravirt.hJuergen Gross1-1/+0
2026-01-05x86/lib: Inline csum_ipv6_magic()Eric Dumazet1-22/+0
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-12-03objtool: Remove newlines and tabs from annotation macrosJosh Poimboeuf1-1/+1
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+8
2025-12-02Merge tag 'x86_sev_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson2-6/+8
2025-11-11x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()Borislav Petkov (AMD)1-1/+1
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra1-7/+5
2025-10-16x86/insn,uprobes,alternative: Unify insn_is_nop()Peter Zijlstra1-0/+145
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-31/+31
2025-09-30Merge tag 'x86_bugs_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-35/+40
2025-09-12x86/its: Move ITS indirect branch thunks to .text..__x86.indirect_thunkJosh Poimboeuf1-35/+40
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra2-31/+31
2025-08-18x86/insn: Add XOP prefix instructions decoder supportMasami Hiramatsu (Google)3-10/+149
2025-07-29Merge tag 'x86_core_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+24
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds18-9666/+4
2025-07-10x86/lib: Add WBINVD and WBNOINVD helpers to target multiple CPUsZheyun Shen1-0/+12
2025-07-10x86/lib: Add WBNOINVD helper functionsKevin Loughlin1-0/+11
2025-07-10x86/lib: Drop the unused return value from wbinvd_on_all_cpus()Sean Christopherson1-2/+1
2025-06-30lib/crc: x86: Migrate optimized CRC code into lib/crc/Eric Biggers11-1435/+0
2025-06-30x86/crc: drop checks of CONFIG_AS_VPCLMULQDQEric Biggers2-9/+1
2025-06-30lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/Eric Biggers18-9666/+4
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-76/+86
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds17-0/+9666
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds4-10/+10
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-0/+48
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar4-18/+19
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar3-0/+4
2025-05-13Merge branch 'x86/asm' into x86/core, to merge dependent commitsIngo Molnar7-55/+53
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar1-3/+10
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-4/+4
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-24/+34
2025-05-09lib/crc: make arch-optimized code use subsys_initcallEric Biggers3-3/+3
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra1-3/+12
2025-05-09x86/its: Add support for ITS-safe return thunkPawan Gupta1-1/+12
2025-05-09x86/its: Add support for ITS-safe indirect thunkPawan Gupta1-0/+28
2025-05-06x86/insn: Stop decoding i64 instructions in x86-64 mode at opcodeMasami Hiramatsu (Google)2-4/+9
2025-05-06x86/insn: Fix opcode map (!REX2) superscript tagsMasami Hiramatsu (Google)1-25/+25
2025-05-06Merge tag 'v6.15-rc4' into x86/asm, to pick up fixesIngo Molnar1-2/+2
2025-05-05crypto: x86/sha256 - Add simd block functionHerbert Xu2-3/+10
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05crypto: x86/blake2s - Include linux/init.hHerbert Xu1-7/+5
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu3-3/+3
2025-05-05crypto: x86/sha256 - implement library instead of shashEric Biggers7-0/+2064
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu1-60/+0
2025-05-05crypto: x86/poly1305 - Add block-only interfaceHerbert Xu2-85/+69
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu1-2/+2
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel3-0/+4
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)2-1/+2
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar1-2/+2
2025-04-28x86/crc: drop "glue" from filenamesEric Biggers4-3/+3
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers3-4/+4
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: x86 - move library functions to arch/x86/lib/crypto/Eric Biggers12-0/+7663
2025-04-24x86/insn: Fix CTEST instruction decodingKirill A. Shutemov1-2/+2
2025-04-18x86/asm: Rename rep_nop() to native_pause()Uros Bizjak1-1/+1
2025-04-18x86/asm: Remove semicolon from "rep" prefixesUros Bizjak4-25/+18
2025-04-12x86/events, x86/insn-eval: Remove incorrect current->active_mm referencesAndy Lutomirski1-3/+10
2025-04-10x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h>Ingo Molnar1-2/+2
2025-04-10x86/msr: Harmonize the prototype and definition of do_trace_rdpmc()Ingo Molnar1-2/+2
2025-03-28x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_g...Herton R. Krzesinski1-0/+18
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds11-603/+955
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2025-03-24Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-03-19x86/crc: drop the avx10_256 functions and rename avx10_512 to avx512Eric Biggers2-25/+13
2025-03-19x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macroKirill A. Shutemov1-5/+2
2025-03-10x86/crc32: optimize tail handling for crc32c short inputsEric Biggers1-1/+9
2025-03-05x86/delay: Fix inconsistent whitespaceCharles Han1-1/+1
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst1-1/+1
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar2-2/+2
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)2-2/+2
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov1-0/+2
2025-02-26x86/bhi: Add BHI stubsPeter Zijlstra2-1/+149
2025-02-23x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s descrip...Randy Dunlap1-1/+1
2025-02-18x86/crc: add ANNOTATE_NOENDBR to suppress objtool warningsEric Biggers1-0/+5
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra7-0/+29
2025-02-14x86,kcfi: Fix EXPORT_SYMBOL vs kCFIPeter Zijlstra5-7/+12
2025-02-12x86/crc32: improve crc32c_arch() code generation with clangEric Biggers1-2/+2
2025-02-10x86/crc64: implement crc64_be and crc64_nvme using new templateEric Biggers4-1/+157
2025-02-10x86/crc-t10dif: implement crc_t10dif using new templateEric Biggers5-348/+63
2025-02-10x86/crc32: implement crc32_le using new templateEric Biggers3-244/+65
2025-02-10x86/crc: add "template" for [V]PCLMULQDQ based CRC functionsEric Biggers2-0/+665
2025-02-09lib/crc-t10dif: remove crc_t10dif_is_optimized()Eric Biggers1-6/+0
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-3/+3
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds6-0/+1091
2025-01-20x86: use cmov for user address maskingLinus Torvalds1-3/+2
2024-12-01x86/crc-t10dif: expose CRC-T10DIF function through libEric Biggers3-0/+386
2024-12-01x86/crc32: expose CRC32 functions through libEric Biggers4-0/+705
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds1-2/+7
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar1-2/+7
2024-08-01x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow1-1/+3
2024-07-31x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)1-7/+18
2024-07-17locking/atomic/x86: Introduce the read64_nonatomic macro to x86_32 with cx8Uros Bizjak1-2/+7
2024-07-15Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2024-07-15Merge tag 'x86_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-49/+20
2024-07-15Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2024-06-25x86/kmsan: Fix hook for unaligned accessesBrian Johannesmeyer1-1/+4
2024-06-19x86/uaccess: Improve the 8-byte getuser() caseLinus Torvalds1-49/+20
2024-06-11x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook1-1/+5
2024-05-27x86/setup: Warn when option parsing is done too earlyBorislav Petkov (AMD)1-0/+8
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+17
2024-05-19Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-91/+253
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-16/+0
2024-05-02x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter1-0/+93
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter1-0/+4
2024-05-02x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Adrian Hunter1-72/+76
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter1-0/+25
2024-05-02x86/insn: Add misc new Intel instructionsAdrian Hunter1-12/+45
2024-05-02x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter1-4/+4
2024-05-02x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter1-1/+1
2024-05-02x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae1-4/+7
2024-04-25x86: call instrumentation hooks from copy_mc.cAlexander Potapenko1-4/+17
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe2-16/+0
2024-04-17x86/retpolines: Enable the default thunk warning only on relevant configsBorislav Petkov (AMD)1-0/+7
2024-04-06x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)1-0/+1
2024-04-03x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)1-1/+4
2024-03-29x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)1-5/+6
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar9-89/+82
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-38/+47
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-13/+11
2024-03-11Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-36/+22
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel1-13/+0
2024-03-04x86/msr: Add missing __percpu annotationsThomas Gleixner2-10/+8
2024-02-22x86/insn: Directly assign x86_64 state in insn_init()Nikolay Borisov1-1/+1
2024-02-22x86/insn: Remove superfluous checks from instruction decoding routinesNikolay Borisov1-35/+21
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2-23/+20
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar19-199/+188
2024-02-13x86/insn-eval: Fix function param name in get_eff_addr_sib()Randy Dunlap1-3/+3
2024-02-12x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf1-9/+6
2024-01-31x86/opcode: Add ERET[US] instructions to the x86 opcode mapH. Peter Anvin (Intel)1-1/+1
2024-01-29x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo2-22/+22
2024-01-25x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportXin Li1-1/+1
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao1-2/+2
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao1-5/+5
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao1-5/+5
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao1-3/+3
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-08Merge tag 'x86_misc_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-01-04x86/csum: clean up `csum_partial' furtherLinus Torvalds1-44/+37
2024-01-04x86/csum: Remove unnecessary odd handlingNoah Goldstein1-32/+4
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-12-20x86: fix missing includes/forward declarationsKent Overstreet1-0/+1
2023-11-17x86/lib: Fix overflow when counting digitsColin Ian King1-1/+1
2023-10-30Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-19/+6
2023-10-30Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-15/+14
2023-10-30Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-79/+107
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2023-10-20x86/retpoline: Document some thunk handling aspectsBorislav Petkov (AMD)1-0/+15
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf1-2/+2
2023-10-20x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macrosJosh Poimboeuf1-4/+4
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf1-70/+87
2023-10-20x86/srso: Unexport untraining functionsJosh Poimboeuf1-5/+2
2023-10-20x86/percpu: Introduce %rip-relative addressing to PER_CPU_VAR()Uros Bizjak2-15/+27
2023-10-20x86/srso: Improve i-cache locality for alias mitigationJosh Poimboeuf1-3/+2
2023-10-03x86/lib: Address kernel-doc warningsZhu Wang1-5/+0
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada14-15/+14
2023-09-25iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells1-4/+4
2023-09-22x86/bitops: Remove unused __sw_hweight64() assembly implementation on x86-32Ingo Molnar1-14/+6
2023-09-18x86/asm: Fix build of UML with KASANVincent Whitchurch3-3/+3
2023-09-12x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra1-4/+0
2023-08-30x86: bring back rep movsq for user access on CPUs without ERMSMateusz Guzik1-44/+13
2023-08-16x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)1-0/+19
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra1-0/+7
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra1-13/+13
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra1-15/+15
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-16/+42
2023-08-16x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra1-2/+2
2023-08-16x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra1-1/+3
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu1-4/+4
2023-08-14x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson1-4/+3
2023-07-29x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)1-0/+1
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-4/+78
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-33/+80
2023-06-27Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-61/+96