summaryrefslogtreecommitdiff
path: root/arch/x86/entry/entry_32.S
AgeCommit message (Expand)Author
2019-11-27x86/entry/32: Remove unused 'restore_all_notrace' local labelBorislav Petkov
2019-11-26x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski
2019-11-26Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski
2019-11-21x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra
2019-11-21x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski
2019-11-21x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski
2019-11-21x86/entry/32: Use %ss segment where requiredAndy Lutomirski
2019-11-21x86/entry/32: Fix IRET exceptionPeter Zijlstra
2019-11-19x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich
2019-11-19x86/stackframe/32: Repair 32-bit Xen PVJan Beulich
2019-11-16x86/entry/32: Remove unused resume_userspace labelThomas Gleixner
2019-11-16x86/entry/32: Clarify register saving in __switch_to_asm()Thomas Gleixner
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby
2019-10-18x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby
2019-10-18x86/asm/entry: Annotate interrupt symbols properlyJiri Slaby
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-24x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra
2019-07-17x86/entry/32: Simplify common_exceptionPeter Zijlstra
2019-07-09x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2019-06-25x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra
2019-06-25x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra
2019-05-06Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-04-05x86/entry: Remove unneeded need_resched() loopValentin Schneider
2019-04-03sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2018-11-01Merge tag 'stackleak-v4.20-rc1' 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/32: Clear the CS high bitsJan Kiszka
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-07-20x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel
2018-07-20x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel
2018-07-20x86/entry/32: Add PTI CR3 switches to NMI handler codeJoerg Roedel
2018-07-20x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit pointsJoerg Roedel
2018-07-20x86/entry/32: Simplify debug entry pointJoerg Roedel
2018-07-20x86/entry/32: Handle Entry from Kernel-Mode on Entry-StackJoerg Roedel
2018-07-20x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMIJoerg Roedel
2018-07-20x86/entry/32: Leave the kernel via trampoline stackJoerg Roedel
2018-07-20x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel
2018-07-20x86/entry/32: Split off return-to-kernel pathJoerg Roedel
2018-07-20x86/entry/32: Unshare NMI return pathJoerg Roedel
2018-07-20x86/entry/32: Put ESPFIX code into a macroJoerg Roedel
2018-07-20x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel