aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
AgeCommit message (Expand)Author
2024-02-21Merge tag 'v4.19.272' into v4.19/standard/baseBruce Ashfield
2024-02-21Merge tag 'v4.19.266' into v4.19/standard/baseBruce Ashfield
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2023-02-06x86/entry/64: Add instruction suffix to SYSRETJan Beulich
2022-11-23x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf
2022-11-23x86/entry: Add kernel IBRS implementationPeter Zijlstra
2022-11-23x86/entry: Remove skip_r11rcxPeter Zijlstra
2020-05-28Merge tag 'v4.19.123' into v4.19/standard/baseBruce Ashfield
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn
2020-05-14x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf
2019-09-15Merge tag 'v4.19.65' into v4.19/standard/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-27Merge tag 'v4.19.60' into v4.19/standard/baseBruce Ashfield
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-07-04Merge tag 'v4.19.46' into v4.19/standard/baseBruce Ashfield
2019-07-04Merge tag 'v4.19.45' into v4.19/standard/baseBruce Ashfield
2019-05-25x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf
2019-05-22sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2019-04-26tracing/x86: Save CR2 before tracing irqsoff on error_entrySteven Rostedt (VMware)
2019-04-05kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi
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-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
2018-04-05x86/syscalls: Don't pointlessly reload the system call numberLinus Torvalds
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-28Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar
2018-03-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-23x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley
2018-02-28x86/entry/64: Add instruction suffixJan Beulich
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar
2018-02-21x86/entry/64: Open-code switch_to_thread_stack()Dominik Brodowski
2018-02-21x86/entry/64: Move ASM_CLAC to interrupt_entry()Dominik Brodowski
2018-02-21x86/entry/64: Remove 'interrupt' macroDominik Brodowski
2018-02-21x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry()Dominik Brodowski
2018-02-21x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entryDominik Brodowski