aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-04-05x86/entry: Remove unneeded need_resched() loopValentin Schneider1-2/+1
2019-04-03sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra1-0/+2
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+7
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2018-10-17x86/entry/32: Clear the CS high bitsJan Kiszka1-6/+7
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov1-0/+7
2018-09-03x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross1-3/+5
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-06-26x86/entry/32: Add explicit 'l' instruction suffixJan Beulich1-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley1-0/+3
2018-02-20Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse1-2/+1
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2018-02-05membarrier/x86: Provide core serializing commandMathieu Desnoyers1-0/+5
2018-01-30x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov1-0/+3
2018-01-27x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov1-1/+2
2018-01-15x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse1-0/+11
2018-01-12x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse1-2/+3
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen1-6/+6
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-2/+2
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski1-2/+2
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10x86/unwind: Use MSB for frame pointer encoding on 32-bitJosh Poimboeuf1-2/+2
2017-08-29x86/idt: Remove the tracing IDT completelyThomas Gleixner1-10/+2
2017-08-29x86/traps: Simplify pagefault tracing logicThomas Gleixner1-8/+0
2017-05-24Revert "x86/entry: Fix the end of the stack for newly forked tasks"Josh Poimboeuf1-11/+19
2017-03-24x86/ftrace: Move the ftrace specific code out of entry_32.SSteven Rostedt (VMware)1-169/+0
2017-03-01x86/entry/32: Relax a pvops stub clobber specificationJan Beulich1-1/+1
2017-01-12x86/entry: Fix the end of the stack for newly forked tasksJosh Poimboeuf1-19/+11
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2016-12-09ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt (Red Hat)1-2/+2
2016-10-21x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf1-4/+29
2016-10-20x86/entry/32: Fix the end of the stack for newly forked tasksJosh Poimboeuf1-3/+19
2016-10-20x86/entry/32: Rename 'error_code' to 'common_exception'Josh Poimboeuf1-20/+23
2016-10-20x86/entry/32, x86/boot/32: Use local labelsJosh Poimboeuf1-21/+22
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+2