summaryrefslogtreecommitdiff
path: root/arch/x86/entry/calling.h
AgeCommit message (Expand)Author
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar
2024-02-12x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf
2024-01-31x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry codePeter Zijlstra (Intel)
2024-01-24x86/entry: Avoid redundant CR3 write on paranoid returnsLai Jiangshan
2024-01-10x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRYBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao
2023-11-21x86/entry: Optimize common_interrupt_return()Peter Zijlstra
2023-10-20x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-27x86/entry: Add kernel IBRS implementationPeter Zijlstra
2022-05-19x86/entry: Fix register corruption in compat syscallJosh Poimboeuf
2022-05-06x86/entry: Remove skip_r11rcxPeter Zijlstra
2022-05-06x86/entry: Use PUSH_AND_CLEAR_REGS for compatPeter Zijlstra
2021-05-12x86/entry: Split PUSH_AND_CLEAR_REGS into two submacrosH. Peter Anvin (Intel)
2021-05-12x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)
2020-09-04x86/entry/64: Do not include inst.h in calling.hUros Bizjak
2020-08-21x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMx86-urgent-2020-08-23Sean Christopherson
2020-06-18x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae
2020-06-18x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae
2020-06-11x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner
2020-04-25x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf
2019-10-29context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker
2019-07-28Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2019-07-09x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-06-25x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-12-19Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-04-05syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski
2018-02-21x86/entry/64: Simplify ENCODE_FRAME_POINTERJosh Poimboeuf
2018-02-17x86/entry/64: Use 'xorl' for faster register clearingDominik Brodowski
2018-02-17x86/entry: Reduce the code footprint of the 'idtentry' macroDominik Brodowski
2018-02-13x86/entry/64: Remove the unused 'icebp' macroBorislav Petkov
2018-02-13x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properlyDominik Brodowski
2018-02-13x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS...Dominik Brodowski
2018-02-13x86/entry/64: Use PUSH_AND_CLEAN_REGS in more casesDominik Brodowski
2018-02-13x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macroDominik Brodowski
2018-02-13x86/entry/64: Interleave XOR register clearing with PUSH instructionsDominik Brodowski
2018-02-13x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO...Dominik Brodowski
2018-02-13x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensionsDominik Brodowski
2018-02-06x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...Dan Williams
2018-01-14x86/pti: Fix !PCID and sanitize definesThomas Gleixner
2017-12-23x86/mm: Optimize RESTORE_CR3Peter Zijlstra