summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge 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-10lib/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-29x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_g...Herton R. Krzesinski1-0/+18
2025-03-26Merge 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-25Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2