summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-101-2/+2
|\ \
| * | x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string()Tony Luck2021-12-291-2/+2
| |/
* | x86/insn-eval: Introduce insn_decode_mmio()Kirill A. Shutemov2021-11-301-0/+84
* | x86/insn-eval: Introduce insn_get_modrm_reg_ptr()Kirill A. Shutemov2021-11-301-0/+20
* | x86/insn-eval: Handle insn_get_opcode() failureKirill A. Shutemov2021-11-301-2/+3
|/
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-022-7/+13
|\
| * x86/boot: Allow a "silent" kaslr random byte fetchKees Cook2021-10-271-6/+12
| * Merge branch x86/cc into x86/coreBorislav Petkov2021-10-041-2/+2
| |\
| * | x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2021-09-211-1/+1
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-021-0/+1
|\ \ \
| * | | lib/string: Move helper functions out of string.cKees Cook2021-09-251-0/+1
| |/ /
* | | Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-011-2/+3
|\ \ \
| * | | x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov2021-10-061-2/+3
| | |/ | |/|
* | | Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-011-13/+0
|\ \ \
| * | | x86/mce: Drop copyin special case for #MCTony Luck2021-09-201-13/+0
| | |/ | |/|
* | | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-4/+4
|\ \ \
| * \ \ Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2021-10-161-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixupsThomas Gleixner2021-09-131-4/+4
| | |/ | |/|
* | | x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra2021-10-281-5/+9
* | | x86/asm: Fixup odd GEN-for-each-reg.h usagePeter Zijlstra2021-10-281-2/+2
* | | x86/retpoline: Remove unused replacement symbolsPeter Zijlstra2021-10-281-42/+0
| |/ |/|
* | x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo2021-09-241-2/+2
|/
* x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki2021-08-102-0/+14
* Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-15/+15
|\
| * x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel2021-06-151-8/+8
| * x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()Joerg Roedel2021-06-151-7/+7
* | objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra2021-06-211-0/+4
|/
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-284-82/+259
|\
| * objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra2021-04-021-1/+40
| * x86/retpoline: Simplify retpolinesPeter Zijlstra2021-04-021-17/+17
| * Merge 'x86/alternatives'Borislav Petkov2021-03-318-8/+8
| |\
| * | x86/insn: Make insn_complete() staticBorislav Petkov2021-03-151-0/+7
| * | x86/insn-eval: Handle return values from the decoderBorislav Petkov2021-03-151-13/+21
| * | x86/insn: Add an insn_decode() APIBorislav Petkov2021-03-151-45/+171
| * | x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov2021-03-152-4/+4
| * | x86/insn: Add @buf_len param to insn_init() kernel-doc commentBorislav Petkov2021-03-151-0/+1
| * | x86/insn: Rename insn_decode() to insn_decode_from_regs()Borislav Petkov2021-03-151-3/+3
| * | Merge tag 'v5.12-rc3' into x86/coreBorislav Petkov2021-03-151-14/+52
| |\ \
| * | | x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-4/+0
* | | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-264-8/+8
|\ \ \ \
| * | | | x86/msr: Make locally used functions staticZhao Xuehui2021-04-081-2/+2
| * | | | x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann2021-03-221-2/+2
| * | | | x86: Fix various typos in commentsIngo Molnar2021-03-182-4/+4
| | |/ / | |/| |
* | | | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-04-268-8/+8
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | x86/alternative: Merge include filesJuergen Gross2021-03-118-8/+8
| |/
* / x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel2021-03-091-14/+52
|/
* Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-232-64/+57
|\
| * objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf2021-01-261-1/+1
| * x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik2021-01-141-9/+9
| * x86/insn: Support big endian cross-compilesMartin Schwidefsky2021-01-141-54/+47