aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2019-05-061-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/git/kees/linuxLinus 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/kernel/git/tip/tipLinus 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
* 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/+1
* 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/+2
* x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-8/+0
* 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/+0
* 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/+11
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2016-12-151-2/+2
|\
| * ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven 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/kbuildLinus Torvalds2016-10-141-0/+2
|\