aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook10 days1-1/+5
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2024-05-191-4/+17
|\
| * x86: call instrumentation hooks from copy_mc.cAlexander Potapenko2024-04-251-4/+17
* | Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-05-192-91/+253
|\ \
| * | x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter2024-05-021-0/+93
| * | x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter2024-05-021-0/+4
| * | x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder opcode mapAdrian Hunter2024-05-021-72/+76
| * | x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter2024-05-021-0/+25
| * | x86/insn: Add misc new Intel instructionsAdrian Hunter2024-05-021-12/+45
| * | x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter2024-05-021-4/+4
| * | x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter2024-05-021-1/+1
| * | x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae2024-05-021-4/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-182-16/+0
|\ \ \ | |/ / |/| |
| * | x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe2024-04-222-16/+0
* | | x86/retpolines: Enable the default thunk warning only on relevant configsBorislav Petkov (AMD)2024-04-171-0/+7
| |/ |/|
* | x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)2024-04-061-0/+1
* | x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)2024-04-031-1/+4
|/
* x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2024-03-291-5/+6
* Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar2024-03-129-89/+82
|\
| * Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-03-114-38/+47
| |\
| | * Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patchesIngo Molnar2024-02-142-23/+20
| | |\
| | | * x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf2024-02-121-9/+6
| | | * x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao2024-01-101-2/+2
| | | * x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao2024-01-101-5/+5
| | | * x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao2024-01-101-5/+5
| | | * x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
| | | * x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_TRACKINGBreno Leitao2024-01-101-3/+3
| | * | Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the branchIngo Molnar2024-02-1419-199/+188
| | |\ \
| | * | | x86/percpu: Introduce %rip-relative addressing to PER_CPU_VAR()Uros Bizjak2023-10-202-15/+27
| * | | | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-03-113-13/+11
| |\ \ \ \
| | * | | | x86/msr: Add missing __percpu annotationsThomas Gleixner2024-03-042-10/+8
| | * | | | x86/insn-eval: Fix function param name in get_eff_addr_sib()Randy Dunlap2024-02-131-3/+3
| | | |/ / | | |/| |
| * | | | Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-03-111-36/+22
| |\ \ \ \
| | * | | | x86/insn: Directly assign x86_64 state in insn_init()Nikolay Borisov2024-02-221-1/+1
| | * | | | x86/insn: Remove superfluous checks from instruction decoding routinesNikolay Borisov2024-02-221-35/+21
| | |/ / /
| * | | | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-03-111-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | x86/opcode: Add ERET[US] instructions to the x86 opcode mapH. Peter Anvin (Intel)2024-01-311-1/+1
| | * | | x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportXin Li2024-01-251-1/+1
* | | | | x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel2024-03-041-13/+0
|/ / / /
* / / / x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo2024-01-292-22/+22
|/ / /
* | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \ \ | |_|/ |/| |
| * | x86: fix missing includes/forward declarationsKent Overstreet2023-12-201-0/+1
* | | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-01-081-1/+1
|\ \ \
| * | | arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
| |/ /
* | | Merge tag 'x86_misc_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-01-081-1/+1
|\ \ \
| * | | x86/lib: Fix overflow when counting digitsColin Ian King2023-11-171-1/+1
| |/ /
* | | x86/csum: clean up `csum_partial' furtherLinus Torvalds2024-01-041-44/+37
* | | x86/csum: Remove unnecessary odd handlingNoah Goldstein2024-01-041-32/+4
|/ /
* | Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2023-10-302-19/+6
|\|
| * x86/lib: Address kernel-doc warningsZhu Wang2023-10-031-5/+0