summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2019-08-06x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf1-1/+1
2019-08-06x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2-3/+35
2019-08-06x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski1-2/+13
2019-08-06gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds1-2/+2
2019-08-06xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan1-1/+0
2019-07-21x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby1-1/+1
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2-4/+50
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2019-05-25x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf1-2/+16
2019-05-22sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2-0/+4
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner1-0/+3
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers1-2/+2
2019-04-05kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi1-0/+4
2019-01-31x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich1-2/+4
2018-12-29x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan1-1/+2
2018-10-17x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski1-6/+4
2018-10-17x86/entry/32: Clear the CS high bitsJan Kiszka1-6/+7
2018-10-14x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen1-0/+15
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski1-4/+4
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski1-2/+14
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski1-8/+10
2018-08-20x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski1-2/+4
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-0/+6
2018-08-14Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-110/+522
2018-08-14Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+9
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+4
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner1-14/+4
2018-08-05x86: vdso: Use $LD instead of $CC to linkAlistair Strachan1-13/+9
2018-07-24x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski1-14/+4
2018-07-20x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel1-2/+10
2018-07-20x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel1-0/+43
2018-07-20x86/entry/32: Add PTI CR3 switches to NMI handler codeJoerg Roedel1-6/+33
2018-07-20x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit pointsJoerg Roedel1-4/+82
2018-07-20x86/entry/32: Simplify debug entry pointJoerg Roedel1-32/+3
2018-07-20x86/entry/32: Handle Entry from Kernel-Mode on Entry-StackJoerg Roedel1-1/+115
2018-07-20x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMIJoerg Roedel1-4/+11
2018-07-20x86/entry/32: Leave the kernel via trampoline stackJoerg Roedel1-2/+77
2018-07-20x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel1-20/+99
2018-07-20x86/entry/32: Split off return-to-kernel pathJoerg Roedel1-3/+8
2018-07-20x86/entry/32: Unshare NMI return pathJoerg Roedel1-2/+6
2018-07-20x86/entry/32: Put ESPFIX code into a macroJoerg Roedel1-48/+49
2018-07-20x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel1-1/+1
2018-07-17x86: Add build salt to the vDSOLaura Abbott2-0/+6
2018-07-03x86/entry/64: Add two more instruction suffixesJan Beulich1-2/+2
2018-07-03x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada1-3/+1
2018-06-27x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski1-8/+8
2018-06-26x86/entry/32: Add explicit 'l' instruction suffixJan Beulich1-1/+1
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-1/+1
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf1-0/+1
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1