summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/32: Remove unused 'restore_all_notrace' local labelBorislav Petkov2019-11-271-1/+0
* x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski2019-11-261-0/+42
* Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-1/+7
|\
| * x86/entry/32: Clarify register saving in __switch_to_asm()Thomas Gleixner2019-11-161-1/+7
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-80/+80
|\ \
| * | x86/entry/32: Remove unused resume_userspace labelThomas Gleixner2019-11-161-1/+0
| * | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-12/+12
| * | x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-181-52/+52
| * | x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-1/+2
| * | x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby2019-10-181-2/+2
| * | x86/asm/entry: Annotate interrupt symbols properlyJiri Slaby2019-10-181-14/+14
| |/
* | x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski2019-11-251-3/+18
* | x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra2019-11-211-12/+41
* | x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski2019-11-211-14/+16
* | x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski2019-11-211-31/+35
* | x86/entry/32: Use %ss segment where requiredAndy Lutomirski2019-11-211-5/+14
* | x86/entry/32: Fix IRET exceptionPeter Zijlstra2019-11-211-1/+1
* | x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich2019-11-191-13/+9
* | x86/stackframe/32: Repair 32-bit Xen PVJan Beulich2019-11-191-2/+2
|/
* x86: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-3/+3
* x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins2019-07-241-4/+9
* x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-171-3/+22
* x86/entry/32: Simplify common_exceptionPeter Zijlstra2019-07-171-23/+13
* x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-091-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-091-40/+105
|\
| * x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-251-10/+95
| * x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra2019-06-251-16/+0
| * x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra2019-06-251-14/+10
* | x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-031-0/+24
|/
* Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-071-2/+1
|\
| * x86/entry: Remove unneeded need_resched() loopValentin Schneider2019-04-051-2/+1
* | sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2019-04-031-0/+2
|/
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+7
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+7
* | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-3/+5
|\ \
| * | x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross2018-09-031-3/+5
| |/
* / x86/entry/32: Clear the CS high bitsJan Kiszka2018-10-171-6/+7
|/
* x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel2018-07-201-2/+10
* x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel2018-07-201-0/+43
* x86/entry/32: Add PTI CR3 switches to NMI handler codeJoerg Roedel2018-07-201-6/+33
* x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit pointsJoerg Roedel2018-07-201-4/+82
* x86/entry/32: Simplify debug entry pointJoerg Roedel2018-07-201-32/+3
* x86/entry/32: Handle Entry from Kernel-Mode on Entry-StackJoerg Roedel2018-07-201-1/+115
* x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMIJoerg Roedel2018-07-201-4/+11
* x86/entry/32: Leave the kernel via trampoline stackJoerg Roedel2018-07-201-2/+77
* x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel2018-07-201-20/+99
* x86/entry/32: Split off return-to-kernel pathJoerg Roedel2018-07-201-3/+8
* x86/entry/32: Unshare NMI return pathJoerg Roedel2018-07-201-2/+6
* x86/entry/32: Put ESPFIX code into a macroJoerg Roedel2018-07-201-48/+49
* x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel2018-07-201-1/+1