summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/calling.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-7/+67
|\
| * Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-6/+66
| |\
| | * x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf2024-02-121-0/+60
| | * x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRYBreno Leitao2024-01-101-2/+2
| | * x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-101-4/+4
| * | Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar2024-02-141-3/+9
| |\|
| * | x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak2023-10-201-1/+1
* | | Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-121-16/+10
|\ \ \
| * | | x86/entry: Avoid redundant CR3 write on paranoid returnsLai Jiangshan2024-01-241-16/+10
| | |/ | |/|
* / | x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry codePeter Zijlstra (Intel)2024-01-311-5/+10
|/ /
* / x86/entry: Optimize common_interrupt_return()Peter Zijlstra2023-11-211-3/+9
|/
* x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-291-0/+4
* x86/entry: Add kernel IBRS implementationPeter Zijlstra2022-06-271-0/+58
* x86/entry: Fix register corruption in compat syscallJosh Poimboeuf2022-05-191-4/+4
* x86/entry: Remove skip_r11rcxPeter Zijlstra2022-05-061-9/+1
* x86/entry: Use PUSH_AND_CLEAR_REGS for compatPeter Zijlstra2022-05-061-0/+1
* x86/entry: Split PUSH_AND_CLEAR_REGS into two submacrosH. Peter Anvin (Intel)2021-05-121-1/+8
* x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)2021-05-121-35/+1
* x86/entry/64: Do not include inst.h in calling.hUros Bizjak2020-09-041-1/+0
* x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMSean Christopherson2020-08-211-4/+6
* x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae2020-06-181-0/+6
* x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae2020-06-181-0/+34
* x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner2020-06-111-20/+0
* x86/irq: Convey vector as argument and not in ptregsThomas Gleixner2020-06-111-1/+4
* x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf2020-04-251-19/+21
* context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker2019-10-291-1/+1
* Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-281-0/+6
|\
| * x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-0/+6
* | x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-07-091-0/+17
|/
* x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra2019-06-251-15/+0
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar2018-12-191-1/+1
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+14
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+14
* | x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-061-1/+1
|/
* syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski2018-04-051-0/+2
* x86/entry/64: Simplify ENCODE_FRAME_POINTERJosh Poimboeuf2018-02-211-6/+1
* x86/entry/64: Use 'xorl' for faster register clearingDominik Brodowski2018-02-171-8/+8
* x86/entry: Reduce the code footprint of the 'idtentry' macroDominik Brodowski2018-02-171-1/+10
* x86/entry/64: Remove the unused 'icebp' macroBorislav Petkov2018-02-131-4/+0
* x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properlyDominik Brodowski2018-02-131-4/+4
* x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS...Dominik Brodowski2018-02-131-41/+1
* x86/entry/64: Use PUSH_AND_CLEAN_REGS in more casesDominik Brodowski2018-02-131-3/+3
* x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macroDominik Brodowski2018-02-131-0/+36
* x86/entry/64: Interleave XOR register clearing with PUSH instructionsDominik Brodowski2018-02-131-21/+19
* x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO...Dominik Brodowski2018-02-131-4/+11
* x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensionsDominik Brodowski2018-02-131-42/+15
* x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...Dan Williams2018-02-061-0/+19
* x86/pti: Fix !PCID and sanitize definesThomas Gleixner2018-01-141-17/+19
* x86/mm: Optimize RESTORE_CR3Peter Zijlstra2017-12-231-2/+28