| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-18 | x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardware | Josh Poimboeuf | 1 | -6/+5 |
| 2025-07-21 | stackleak: Rename STACKLEAK to KSTACK_ERASE | Kees Cook | 1 | -2/+2 |
| 2025-03-25 | x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 | Jann Horn | 1 | -0/+2 |
| 2025-02-14 | x86/cfi: Clean up linkage | Peter Zijlstra | 1 | -0/+1 |
| 2024-03-11 | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+67 |
| 2024-03-11 | Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -16/+10 |
| 2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar | 1 | -6/+66 |
| 2024-02-14 | Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br... | Ingo Molnar | 1 | -3/+9 |
| 2024-02-12 | x86/retpoline: Ensure default return thunk isn't used at runtime | Josh Poimboeuf | 1 | -0/+60 |
| 2024-01-31 | x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code | Peter Zijlstra (Intel) | 1 | -5/+10 |
| 2024-01-24 | x86/entry: Avoid redundant CR3 write on paranoid returnsx86-entry-2024-03-11 | Lai Jiangshan | 1 | -16/+10 |
| 2024-01-10 | x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRY | Breno Leitao | 1 | -2/+2 |
| 2024-01-10 | x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_... | Breno Leitao | 1 | -4/+4 |
| 2023-11-21 | x86/entry: Optimize common_interrupt_return() | Peter Zijlstra | 1 | -3/+9 |
| 2023-10-20 | x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addend | Uros Bizjak | 1 | -1/+1 |
| 2022-06-29 | x86/retbleed: Add fine grained Kconfig knobs | Peter Zijlstra | 1 | -0/+4 |
| 2022-06-27 | x86/entry: Add kernel IBRS implementation | Peter Zijlstra | 1 | -0/+58 |
| 2022-05-19 | x86/entry: Fix register corruption in compat syscallx86_asm_for_v5.19_rc1 | Josh Poimboeuf | 1 | -4/+4 |
| 2022-05-06 | x86/entry: Remove skip_r11rcx | Peter Zijlstra | 1 | -9/+1 |
| 2022-05-06 | x86/entry: Use PUSH_AND_CLEAR_REGS for compat | Peter Zijlstra | 1 | -0/+1 |
| 2021-05-12 | x86/entry: Split PUSH_AND_CLEAR_REGS into two submacros | H. Peter Anvin (Intel) | 1 | -1/+8 |
| 2021-05-12 | x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h> | H. Peter Anvin (Intel) | 1 | -35/+1 |
| 2020-09-04 | x86/entry/64: Do not include inst.h in calling.h | Uros Bizjak | 1 | -1/+0 |
| 2020-08-21 | x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMx86-urgent-2020-08-23 | Sean Christopherson | 1 | -4/+6 |
| 2020-06-18 | x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit | Chang S. Bae | 1 | -0/+6 |
| 2020-06-18 | x86/entry/64: Introduce the FIND_PERCPU_BASE macro | Chang S. Bae | 1 | -0/+34 |
| 2020-06-11 | x86/entry: Remove the apic/BUILD interrupt leftovers | Thomas Gleixner | 1 | -20/+0 |
| 2020-06-11 | x86/irq: Convey vector as argument and not in ptregs | Thomas Gleixner | 1 | -1/+4 |
| 2020-04-25 | x86/entry/64: Fix unwind hints in register clearing code | Josh Poimboeuf | 1 | -19/+21 |
| 2019-10-29 | context_tracking: Rename context_tracking_is_enabled() => context_tracking_en... | Frederic Weisbecker | 1 | -1/+1 |
| 2019-07-28 | Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Thomas Gleixner | 1 | -0/+6 |
| 2019-07-17 | x86/paravirt: Make read_cr2() CALLEE_SAVE | Peter Zijlstra | 1 | -0/+6 |
| 2019-07-09 | x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations | Josh Poimboeuf | 1 | -0/+17 |
| 2019-06-25 | x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h | Peter Zijlstra | 1 | -15/+0 |
| 2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 1 | -1/+1 |
| 2018-12-19 | Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli... | Ingo Molnar | 1 | -1/+1 |
| 2018-11-01 | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+14 |
| 2018-10-06 | x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs | Nadav Amit | 1 | -1/+1 |
| 2018-09-04 | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls | Alexander Popov | 1 | -0/+14 |
| 2018-04-05 | syscalls/x86: Extend register clearing on syscall entry to lower registers | Dominik Brodowski | 1 | -0/+2 |
| 2018-02-21 | x86/entry/64: Simplify ENCODE_FRAME_POINTER | Josh Poimboeuf | 1 | -6/+1 |
| 2018-02-17 | x86/entry/64: Use 'xorl' for faster register clearing | Dominik Brodowski | 1 | -8/+8 |
| 2018-02-17 | x86/entry: Reduce the code footprint of the 'idtentry' macro | Dominik Brodowski | 1 | -1/+10 |
| 2018-02-13 | x86/entry/64: Remove the unused 'icebp' macro | Borislav Petkov | 1 | -4/+0 |
| 2018-02-13 | x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly | Dominik Brodowski | 1 | -4/+4 |
| 2018-02-13 | x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS... | Dominik Brodowski | 1 | -41/+1 |
| 2018-02-13 | x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases | Dominik Brodowski | 1 | -3/+3 |
| 2018-02-13 | x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro | Dominik Brodowski | 1 | -0/+36 |
| 2018-02-13 | x86/entry/64: Interleave XOR register clearing with PUSH instructions | Dominik Brodowski | 1 | -21/+19 |
| 2018-02-13 | x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO... | Dominik Brodowski | 1 | -4/+11 |
| 2018-02-13 | x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions | Dominik Brodowski | 1 | -42/+15 |
| 2018-02-06 | x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio... | Dan Williams | 1 | -0/+19 |
| 2018-01-14 | x86/pti: Fix !PCID and sanitize defines | Thomas Gleixner | 1 | -17/+19 |
| 2017-12-23 | x86/mm: Optimize RESTORE_CR3 | Peter Zijlstra | 1 | -2/+28 |
| 2017-12-23 | x86/mm: Use/Fix PCID to optimize user/kernel switches | Peter Zijlstra | 1 | -13/+59 |
| 2017-12-23 | x86/mm/pti: Add infrastructure for page table isolation | Thomas Gleixner | 1 | -0/+7 |
| 2017-12-23 | x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching | Dave Hansen | 1 | -0/+66 |
| 2017-12-17 | Merge commit 'upstream-x86-entry' into WIP.x86/mm | Ingo Molnar | 1 | -50/+19 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-02 | x86/entry/64: Remove the RESTORE_..._REGS infrastructure | Andy Lutomirski | 1 | -52/+0 |
| 2017-11-02 | x86/entry/64: Simplify reg restore code in the standard IRET paths | Andy Lutomirski | 1 | -0/+21 |
| 2017-07-18 | x86/entry/64: Add unwind hint annotations | Josh Poimboeuf | 1 | -0/+5 |
| 2016-10-21 | x86/entry/unwind: Create stack frames for saved interrupt registers | Josh Poimboeuf | 1 | -0/+20 |
| 2016-10-21 | entry/64: Remove unused ZERO_EXTRA_REGS macro | Alexander Kuleshov | 1 | -9/+0 |
| 2016-10-20 | x86/entry/64: Remove unused 'addskip' parameter of the ALLOC_PT_GPREGS_ON_STA... | Alexander Kuleshov | 1 | -2/+2 |
| 2016-01-19 | x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64 | Alexander Kuleshov | 1 | -31/+0 |
| 2015-11-24 | x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots | Andy Lutomirski | 1 | -0/+15 |
| 2015-07-07 | x86/asm/entry/64: Save all regs on interrupt entry | Andy Lutomirski | 1 | -3/+0 |
| 2015-07-06 | x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads | Denys Vlasenko | 1 | -6/+0 |
| 2015-06-04 | x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/ | Ingo Molnar | 1 | -0/+243 |