Age | Commit message (Expand) | Author | Files | Lines |
2021-09-24 | x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accesses | Numfor Mbiziwo-Tiapo | 1 | -2/+2 |
2021-08-11 | x86: Add support for 0x22/0x23 port I/O configuration space | Maciej W. Rozycki | 2 | -0/+14 |
2021-06-28 | Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -15/+15 |
2021-06-21 | objtool/x86: Ignore __x86_indirect_alt_* symbols | Peter Zijlstra | 1 | -0/+4 |
2021-06-15 | x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]() | Joerg Roedel | 1 | -8/+8 |
2021-06-15 | x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip() | Joerg Roedel | 1 | -7/+7 |
2021-04-28 | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -82/+259 |
2021-04-26 | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -8/+8 |
2021-04-26 | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 8 | -8/+8 |
2021-04-08 | x86/msr: Make locally used functions static | Zhao Xuehui | 1 | -2/+2 |
2021-04-02 | objtool/x86: Rewrite retpoline thunk calls | Peter Zijlstra | 1 | -1/+40 |
2021-04-02 | x86/retpoline: Simplify retpolines | Peter Zijlstra | 1 | -17/+17 |
2021-03-31 | Merge 'x86/alternatives' | Borislav Petkov | 8 | -8/+8 |
2021-03-22 | x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes | Arnd Bergmann | 1 | -2/+2 |
2021-03-18 | x86: Fix various typos in comments | Ingo Molnar | 2 | -4/+4 |
2021-03-15 | x86/insn: Make insn_complete() static | Borislav Petkov | 1 | -0/+7 |
2021-03-15 | x86/insn-eval: Handle return values from the decoder | Borislav Petkov | 1 | -13/+21 |
2021-03-15 | x86/insn: Add an insn_decode() API | Borislav Petkov | 1 | -45/+171 |
2021-03-15 | x86/insn: Add a __ignore_sync_check__ marker | Borislav Petkov | 2 | -4/+4 |
2021-03-15 | x86/insn: Add @buf_len param to insn_init() kernel-doc comment | Borislav Petkov | 1 | -0/+1 |
2021-03-15 | x86/insn: Rename insn_decode() to insn_decode_from_regs() | Borislav Petkov | 1 | -3/+3 |
2021-03-15 | Merge tag 'v5.12-rc3' into x86/core | Borislav Petkov | 1 | -14/+52 |
2021-03-11 | x86/alternative: Merge include files | Juergen Gross | 8 | -8/+8 |
2021-03-09 | x86/sev-es: Use __copy_from_user_inatomic() | Joerg Roedel | 1 | -14/+52 |
2021-03-08 | x86/stackprotector/32: Make the canary into a regular percpu variable | Andy Lutomirski | 1 | -4/+0 |
2021-02-23 | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -64/+57 |
2021-01-26 | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC | Josh Poimboeuf | 1 | -1/+1 |
2021-01-21 | x86/mmx: Use KFPU_387 for MMX string operations | Andy Lutomirski | 1 | -5/+15 |
2021-01-14 | x86/insn: Fix vector instruction decoding on big endian cross-compiles | Vasily Gorbik | 1 | -9/+9 |
2021-01-14 | x86/insn: Support big endian cross-compiles | Martin Schwidefsky | 1 | -54/+47 |
2020-12-15 | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+3 |
2020-12-15 | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -18/+18 |
2020-12-06 | x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytes | Masami Hiramatsu | 1 | -5/+5 |
2020-11-27 | Merge branch 'linus' into sched/core, to resolve semantic conflict | Ingo Molnar | 3 | -9/+3 |
2020-11-24 | smp: Cleanup smp_call_function*() | Peter Zijlstra | 1 | -4/+3 |
2020-11-18 | x86/uaccess: Document copy_from_user_nmi() | Thomas Gleixner | 1 | -4/+18 |
2020-11-04 | x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S | Fangrui Song | 3 | -9/+3 |
2020-10-26 | x86, libnvdimm/test: Remove COPY_MC_TEST | Dan Williams | 2 | -14/+0 |
2020-10-22 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -35/+37 |
2020-10-14 | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+130 |
2020-10-13 | x86: Make __put_user() generate an out-of-line call | Linus Torvalds | 1 | -6/+16 |
2020-10-13 | x86: Make __get_user() generate an out-of-line call | Linus Torvalds | 1 | -0/+60 |
2020-10-13 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -205/+138 |
2020-10-12 | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -184/+323 |
2020-10-07 | x86/mce: Avoid tail copy when machine check terminated a copy from user | Tony Luck | 1 | -0/+15 |
2020-10-07 | x86/mce: Add _ASM_EXTABLE_CPY for copy user access | Youquan Song | 1 | -48/+48 |
2020-10-06 | x86/copy_mc: Introduce copy_mc_enhanced_fast_string() | Dan Williams | 2 | -9/+59 |
2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams | 5 | -136/+210 |
2020-09-26 | arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writeback | Mikulas Patocka | 1 | -1/+1 |
2020-09-09 | x86: remove address space overrides using set_fs() | Christoph Hellwig | 2 | -35/+37 |