aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)
2021-11-18x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov
2021-11-18x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra
2021-09-24x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo
2021-08-10x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-21objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel
2021-06-15x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()Joerg Roedel
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-04-08x86/msr: Make locally used functions staticZhao Xuehui
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra
2021-03-31Merge 'x86/alternatives'Borislav Petkov
2021-03-22x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-15x86/insn: Make insn_complete() staticBorislav Petkov
2021-03-15x86/insn-eval: Handle return values from the decoderBorislav Petkov
2021-03-15x86/insn: Add an insn_decode() APIBorislav Petkov
2021-03-15x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov
2021-03-15x86/insn: Add @buf_len param to insn_init() kernel-doc commentBorislav Petkov
2021-03-15x86/insn: Rename insn_decode() to insn_decode_from_regs()Borislav Petkov
2021-03-15Merge tag 'v5.12-rc3' into x86/coreBorislav Petkov
2021-03-11x86/alternative: Merge include filesJuergen Gross
2021-03-09x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2021-01-21x86/mmx: Use KFPU_387 for MMX string operationsAndy Lutomirski
2021-01-13x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-06x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-11-18x86/uaccess: Document copy_from_user_nmi()Thomas Gleixner
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song
2020-10-26x86, libnvdimm/test: Remove COPY_MC_TESTDan Williams
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12x86: Make __put_user() generate an out-of-line callLinus Torvalds
2020-10-12x86: Make __get_user() generate an out-of-line callLinus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-07x86/mce: Avoid tail copy when machine check terminated a copy from userTony Luck
2020-10-07x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams