index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
calling.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-12
1
-7
/
+67
|
\
|
*
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2024-02-14
1
-6
/
+66
|
|
\
|
|
*
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
2024-02-12
1
-0
/
+60
|
|
*
x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRY
Breno Leitao
2024-01-10
1
-2
/
+2
|
|
*
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...
Breno Leitao
2024-01-10
1
-4
/
+4
|
*
|
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
2024-02-14
1
-3
/
+9
|
|
\
|
|
*
|
x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addend
Uros Bizjak
2023-10-20
1
-1
/
+1
*
|
|
Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-03-12
1
-16
/
+10
|
\
\
\
|
*
|
|
x86/entry: Avoid redundant CR3 write on paranoid returns
Lai Jiangshan
2024-01-24
1
-16
/
+10
|
|
|
/
|
|
/
|
*
/
|
x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
Peter Zijlstra (Intel)
2024-01-31
1
-5
/
+10
|
/
/
*
/
x86/entry: Optimize common_interrupt_return()
Peter Zijlstra
2023-11-21
1
-3
/
+9
|
/
*
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
2022-06-29
1
-0
/
+4
*
x86/entry: Add kernel IBRS implementation
Peter Zijlstra
2022-06-27
1
-0
/
+58
*
x86/entry: Fix register corruption in compat syscall
Josh Poimboeuf
2022-05-19
1
-4
/
+4
*
x86/entry: Remove skip_r11rcx
Peter Zijlstra
2022-05-06
1
-9
/
+1
*
x86/entry: Use PUSH_AND_CLEAR_REGS for compat
Peter Zijlstra
2022-05-06
1
-0
/
+1
*
x86/entry: Split PUSH_AND_CLEAR_REGS into two submacros
H. Peter Anvin (Intel)
2021-05-12
1
-1
/
+8
*
x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>
H. Peter Anvin (Intel)
2021-05-12
1
-35
/
+1
*
x86/entry/64: Do not include inst.h in calling.h
Uros Bizjak
2020-09-04
1
-1
/
+0
*
x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM
Sean Christopherson
2020-08-21
1
-4
/
+6
*
x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit
Chang S. Bae
2020-06-18
1
-0
/
+6
*
x86/entry/64: Introduce the FIND_PERCPU_BASE macro
Chang S. Bae
2020-06-18
1
-0
/
+34
*
x86/entry: Remove the apic/BUILD interrupt leftovers
Thomas Gleixner
2020-06-11
1
-20
/
+0
*
x86/irq: Convey vector as argument and not in ptregs
Thomas Gleixner
2020-06-11
1
-1
/
+4
*
x86/entry/64: Fix unwind hints in register clearing code
Josh Poimboeuf
2020-04-25
1
-19
/
+21
*
context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...
Frederic Weisbecker
2019-10-29
1
-1
/
+1
*
Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Thomas Gleixner
2019-07-28
1
-0
/
+6
|
\
|
*
x86/paravirt: Make read_cr2() CALLEE_SAVE
Peter Zijlstra
2019-07-17
1
-0
/
+6
*
|
x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations
Josh Poimboeuf
2019-07-09
1
-0
/
+17
|
/
*
x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h
Peter Zijlstra
2019-06-25
1
-15
/
+0
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
1
-1
/
+1
*
Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...
Ingo Molnar
2018-12-19
1
-1
/
+1
*
Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-11-01
1
-0
/
+14
|
\
|
*
x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
Alexander Popov
2018-09-04
1
-0
/
+14
*
|
x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2018-10-06
1
-1
/
+1
|
/
*
syscalls/x86: Extend register clearing on syscall entry to lower registers
Dominik Brodowski
2018-04-05
1
-0
/
+2
*
x86/entry/64: Simplify ENCODE_FRAME_POINTER
Josh Poimboeuf
2018-02-21
1
-6
/
+1
*
x86/entry/64: Use 'xorl' for faster register clearing
Dominik Brodowski
2018-02-17
1
-8
/
+8
*
x86/entry: Reduce the code footprint of the 'idtentry' macro
Dominik Brodowski
2018-02-17
1
-1
/
+10
*
x86/entry/64: Remove the unused 'icebp' macro
Borislav Petkov
2018-02-13
1
-4
/
+0
*
x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
Dominik Brodowski
2018-02-13
1
-4
/
+4
*
x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS...
Dominik Brodowski
2018-02-13
1
-41
/
+1
*
x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
Dominik Brodowski
2018-02-13
1
-3
/
+3
*
x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
Dominik Brodowski
2018-02-13
1
-0
/
+36
*
x86/entry/64: Interleave XOR register clearing with PUSH instructions
Dominik Brodowski
2018-02-13
1
-21
/
+19
*
x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO...
Dominik Brodowski
2018-02-13
1
-4
/
+11
*
x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions
Dominik Brodowski
2018-02-13
1
-42
/
+15
*
x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...
Dan Williams
2018-02-06
1
-0
/
+19
*
x86/pti: Fix !PCID and sanitize defines
Thomas Gleixner
2018-01-14
1
-17
/
+19
*
x86/mm: Optimize RESTORE_CR3
Peter Zijlstra
2017-12-23
1
-2
/
+28
[next]