summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* 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
* x86/entry/32: Add explicit 'l' instruction suffixJan Beulich2018-06-261-1/+1
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-061-0/+3
* Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse2018-02-201-2/+1Star
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+3
|\
| * x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-301-0/+3
* | membarrier/x86: Provide core serializing commandMathieu Desnoyers2018-02-051-0/+5
|/
* x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2018-01-271-1/+2
* x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse2018-01-151-0/+11
* x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse2018-01-121-2/+3
* x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-221-6/+6
* x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-2/+2
* x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski2017-12-171-2/+2
* x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski2017-12-171-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/unwind: Use MSB for frame pointer encoding on 32-bitJosh Poimboeuf2017-10-101-2/+2
* x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-291-10/+2Star
* x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-8/+0Star
* Revert "x86/entry: Fix the end of the stack for newly forked tasks"Josh Poimboeuf2017-05-241-11/+19
* x86/ftrace: Move the ftrace specific code out of entry_32.SSteven Rostedt (VMware)2017-03-241-169/+0Star
* x86/entry/32: Relax a pvops stub clobber specificationJan Beulich2017-03-011-1/+1
* x86/entry: Fix the end of the stack for newly forked tasksJosh Poimboeuf2017-01-121-19/+11Star
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-2/+2
|\
| * ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)2016-12-091-2/+2
* | x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf2016-10-211-4/+29
* | x86/entry/32: Fix the end of the stack for newly forked tasksJosh Poimboeuf2016-10-201-3/+19
* | x86/entry/32: Rename 'error_code' to 'common_exception'Josh Poimboeuf2016-10-201-20/+23
* | x86/entry/32, x86/boot/32: Use local labelsJosh Poimboeuf2016-10-201-21/+22
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+2
|\
| * x86: move exports to actual definitionsAl Viro2016-08-081-0/+2
* | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-241-16/+15Star
* | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-241-0/+37
|/
* x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2016-07-151-0/+11
* x86/entry/32: Remove GET_THREAD_INFO() from entry codeBrian Gerst2016-05-051-3/+0Star
* x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2016-05-051-4/+0Star
* x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-101-4/+4
* x86/entry: Improve system call entry commentsAndy Lutomirski2016-03-101-1/+60