summaryrefslogtreecommitdiff
path: root/arch/x86/entry/entry_64.S
AgeCommit message (Expand)AuthorFilesLines
2021-01-09x86/entry/64: Add instruction suffixJan Beulich1-1/+1
2019-08-11x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf1-1/+1
2019-08-11x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf1-2/+19
2019-05-21sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra1-0/+2
2018-10-04x86/entry/64: Add two more instruction suffixesJan Beulich1-2/+2
2018-08-24x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski1-16/+4
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski1-1/+1
2018-03-18Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse1-2/+1
2018-02-28x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...Dan Williams1-0/+13
2018-02-13x86/entry/64: Push extra regs right awayAndy Lutomirski1-2/+6
2018-02-13x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski1-122/+1
2018-02-13x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov1-1/+2
2018-01-23x86/mce: Make machine check speculation protectedThomas Gleixner1-1/+1
2018-01-23x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse1-0/+11
2018-01-17x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse1-2/+8
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook1-6/+6
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins1-3/+4
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins1-7/+8
2018-01-05kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh Dickins1-10/+36
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins1-4/+4
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins1-2/+8
2018-01-05kaiser: delete KAISER_REAL_SWITCH optionHugh Dickins1-4/+0
2018-01-05kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSETHugh Dickins1-2/+2
2018-01-05kaiser: fix regs to do_nmi() ifndef CONFIG_KAISERHugh Dickins1-5/+6
2018-01-05kaiser: merged updateDave Hansen1-13/+92
2018-01-05KAISER: Kernel Address IsolationRichard Fellner1-0/+17
2017-12-05Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()"Greg Kroah-Hartman1-8/+2
2017-11-30x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski1-2/+8
2017-08-25x86/asm/64: Clear AC on NMI entriesAndy Lutomirski1-0/+2
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+2
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-10-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-38/+113
2016-09-30x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2016-09-29x86/entry: spell EBX register correctly in documentationNicolas Iooss1-1/+1
2016-09-16x86/entry/64: Fix a minor comment rebase errorAndy Lutomirski1-1/+0
2016-09-15x86: Move thread_info into task_structAndy Lutomirski1-2/+5
2016-09-13x86/entry/64: Clean up and document espfix64 stack setupAndy Lutomirski1-11/+53
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst1-20/+17
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst1-3/+38
2016-08-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-5/+20
2016-08-10x86/entry: Clarify the RF saving/restoring situation with SYSCALL/SYSRETBorislav Petkov1-5/+9
2016-08-10x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.textAlexander Potapenko1-0/+11
2016-08-08x86: move exports to actual definitionsAl Viro1-0/+2
2016-08-01x86/entry: Remove duplicated commentBorislav Petkov1-2/+1
2016-07-15x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski1-0/+11
2016-05-05x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst1-3/+0
2016-04-29x86/segments/64: When load_gs_index fails, clear the baseAndy Lutomirski1-0/+6
2016-04-13x86/entry/64: Make gs_change a local labelBorislav Petkov1-5/+5
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov1-1/+1
2016-03-10x86/entry: Improve system call entry commentsAndy Lutomirski1-0/+10