aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
AgeCommit message (Expand)Author
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-05Merge tag 'v5.2.43' into v5.2/standard/baseBruce Ashfield
2020-06-04x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-06-04x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn
2020-06-04x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf
2020-01-17Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-01-17Revert "x86: Use CONFIG_PREEMPTION"He Zhe
2020-01-15Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-01-09x86: Use CONFIG_PREEMPTIONThomas Gleixner
2020-01-09x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner
2020-01-09x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra
2020-01-09x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra
2020-01-09x86/entry/64: Simplify idtentry a littlePeter Zijlstra
2020-01-09x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski
2019-08-12Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-08-06x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-08-06x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-06xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan
2019-07-22x86: Support for lazy preemptionThomas Gleixner
2019-07-22softirq: Disable softirq stacks for RTThomas Gleixner
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-08x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner
2019-04-05x86/entry: Remove unneeded need_resched() loopValentin Schneider
2018-12-06kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-17x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski
2018-10-14x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski
2018-09-08x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski
2018-09-08x86/entry/64: Document idtentryAndy Lutomirski
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-09-03x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-07-24x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski
2018-07-03x86/entry/64: Add two more instruction suffixesJan Beulich
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-09Merge branch 'linus' into x86/pti to pick up upstream changesIngo Molnar
2018-04-09x86/entry/64: Drop idtentry's manual stack switch for user entriesAndy Lutomirski