Age | Commit message (Expand) | Author |
2023-04-18 | x86: inline the 'rep movs' in user copies for the FSRM case | Linus Torvalds |
2023-04-18 | x86: move stac/clac from user copy routines into callers | Linus Torvalds |
2023-04-18 | x86: don't use REP_GOOD or ERMS for user memory clearing | Linus Torvalds |
2023-04-18 | x86: don't use REP_GOOD or ERMS for user memory copies | Linus Torvalds |
2023-04-18 | x86: don't use REP_GOOD or ERMS for small memory clearing | Linus Torvalds |
2023-04-18 | x86: don't use REP_GOOD or ERMS for small memory copies | Linus Torvalds |
2023-03-23 | x86,objtool: Split UNWIND_HINT_EMPTY in two | Josh Poimboeuf |
2023-03-16 | x86/mm: Rework address range check in get_user() and put_user() | Kirill A. Shutemov |
2023-03-16 | x86/uaccess: Remove memcpy_page_flushcache() | Ira Weiny |
2023-02-21 | Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2023-02-20 | Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-01-31 | Merge tag 'v6.2-rc6' into sched/core, to pick up fixes | Ingo Molnar |
2023-01-13 | entry, kasan, x86: Disallow overriding mem*() functions | Peter Zijlstra |
2023-01-12 | x86/opcode: Add the LKGS instruction to x86-opcode-map | H. Peter Anvin (Intel) |
2023-01-03 | x86/lib: Fix compiler and kernel-doc warnings | Anuradha Weeraman |
2023-01-03 | x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f... | Jason A. Donenfeld |
2023-01-03 | x86/asm: Fix an assembler warning with current binutils | Mikulas Patocka |
2023-01-03 | x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build time | Anuradha Weeraman |
2022-12-14 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-13 | Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-11-21 | Merge tag 'v6.1-rc6' into x86/core, to resolve conflicts | Ingo Molnar |
2022-11-08 | x86/uaccess: instrument copy_from_user_nmi() | Alexander Potapenko |
2022-11-01 | x86/mem: Move memmove to out of line assembler | Nick Desaulniers |
2022-10-17 | x86/calldepth: Add ret/call counting for debug | Thomas Gleixner |
2022-10-17 | x86/retpoline: Add SKL retthunk retpolines | Peter Zijlstra |
2022-10-17 | x86/retbleed: Add SKL return thunk | Thomas Gleixner |
2022-10-17 | x86/putuser: Provide room for padding | Thomas Gleixner |
2022-10-17 | x86/error_inject: Align function properly | Peter Zijlstra |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-04 | Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-03 | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds |
2022-10-03 | x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN | Alexander Potapenko |
2022-10-03 | x86: kmsan: handle open-coded assembly in lib/iomem.c | Alexander Potapenko |
2022-09-26 | x86/uaccess: avoid check_object_size() in copy_from_user_nmi() | Kees Cook |
2022-09-26 | x86: Add types to indirectly called assembly functions | Sami Tolvanen |
2022-08-18 | x86/clear_user: Make it faster | Borislav Petkov |
2022-06-29 | x86/retbleed: Add fine grained Kconfig knobs | Peter Zijlstra |
2022-06-27 | x86: Add magic AMD return-thunk | Peter Zijlstra |
2022-06-27 | x86: Use return-thunk in asm code | Peter Zijlstra |
2022-06-27 | x86/retpoline: Use -mfunction-return | Peter Zijlstra |
2022-06-27 | x86/retpoline: Swizzle retpoline thunk | Peter Zijlstra |
2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-05-23 | Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-05-23 | Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-05-23 | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-05-23 | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-05-20 | x86: Remove empty files | Borislav Petkov |
2022-05-01 | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-05-01 | Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2022-04-29 | net: unexport csum_and_copy_{from,to}_user | Christoph Hellwig |