Age | Commit message (Expand) | Author |
2023-10-30 | Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2023-10-30 | Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-10-13 | x86/entry/64: Convert SYSRET validation tests to C | Brian Gerst |
2023-10-05 | x86/entry/64: Remove obsolete comment on tracing vs. SYSRET | Brian Gerst |
2023-10-03 | x86/headers: Replace #include <asm/export.h> with #include <linux/export.h> | Masahiro Yamada |
2023-09-27 | x86/entry: Fix typos in comments | Xin Li (Intel) |
2023-09-27 | x86/entry: Remove unused argument %rsi passed to exc_nmi() | Xin Li (Intel) |
2023-09-14 | x86/entry: Compile entry_SYSCALL32_ignore() unconditionally | Nikolay Borisov |
2023-09-14 | x86/entry: Rename ignore_sysret() | Nikolay Borisov |
2023-07-20 | x86: Fix kthread unwind | Peter Zijlstra |
2023-07-10 | x86: Rewrite ret_from_fork() in C | Brian Gerst |
2023-04-28 | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-04-28 | Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2023-03-30 | docs: move x86 documentation into Documentation/arch/ | Jonathan Corbet |
2023-03-23 | x86,objtool: Split UNWIND_HINT_EMPTY in two | Josh Poimboeuf |
2023-03-23 | x86,objtool: Separate unret validation from unwind hints | Josh Poimboeuf |
2023-03-06 | x86/entry: Change stale function name in comment to error_return() | Jingyu Wang |
2023-02-23 | Merge branch 'linus' into objtool/core, to pick up Xen dependencies | Ingo Molnar |
2023-02-11 | x86/entry: Fix unwinding from kprobe on PUSH/POP instruction | Josh Poimboeuf |
2023-01-12 | x86/gsseg: Make asm_load_gs_index() take an u16 | H. Peter Anvin (Intel) |
2022-10-17 | x86/retbleed: Add SKL return thunk | Thomas Gleixner |
2022-10-17 | x86/entry: Make some entry symbols global | Thomas Gleixner |
2022-10-17 | x86/entry: Make sync_regs() invocation a tail call | Peter Zijlstra |
2022-10-17 | x86: Fixup asm-offsets duplicate | Peter Zijlstra (Intel) |
2022-10-17 | x86/percpu: Move current_top_of_stack next to current_task | Thomas Gleixner |
2022-10-17 | x86/entry: Align SYM_CODE_START() variants | Thomas Gleixner |
2022-07-14 | x86/entry: Remove UNTRAIN_RET from native_irq_return_ldt | Alexandre Chartre |
2022-07-07 | x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry | Peter Zijlstra |
2022-06-27 | x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n | Josh Poimboeuf |
2022-06-27 | objtool: Add entry UNRET validation | Peter Zijlstra |
2022-06-27 | x86/xen: Add UNTRAIN_RET | Peter Zijlstra |
2022-06-27 | x86/entry: Add kernel IBRS implementation | Peter Zijlstra |
2022-06-27 | x86: Add magic AMD return-thunk | Peter Zijlstra |
2022-06-27 | x86/entry: Avoid very early RET | Peter Zijlstra |
2022-05-23 | Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-05-23 | Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-05-20 | x86/entry: Fixup objtool/ibt validation | Peter Zijlstra |
2022-05-19 | x86/sev: Mark the code returning to user space as syscall gap | Lai Jiangshan |
2022-05-18 | x86/sev: Annotate stack change in the #VC handler | Lai Jiangshan |
2022-05-06 | x86/entry: Remove skip_r11rcx | Peter Zijlstra |
2022-05-03 | x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGS | Lai Jiangshan |
2022-05-03 | x86/entry: Don't call error_entry() for XENPV | Lai Jiangshan |
2022-05-03 | x86/entry: Move CLD to the start of the idtentry macro | Lai Jiangshan |
2022-05-03 | x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry() | Lai Jiangshan |
2022-05-03 | x86/entry: Switch the stack after error_entry() returns | Lai Jiangshan |
2022-05-03 | x86/traps: Use pt_regs directly in fixup_bad_iret() | Lai Jiangshan |
2022-04-19 | x86,objtool: Explicitly mark idtentry_body()s tail REACHABLE | Peter Zijlstra |
2022-03-15 | x86: Annotate idtentry_df() | Peter Zijlstra |
2022-03-15 | x86/ibt,sev: Annotations | Peter Zijlstra |
2022-03-15 | x86/ibt: Annotate text references | Peter Zijlstra |