aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst1-16/+15
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst1-0/+37
2016-08-07x86: move exports to actual definitionsAl Viro1-0/+2
2016-07-15x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski1-0/+11
2016-05-05x86/entry/32: Remove GET_THREAD_INFO() from entry codeBrian Gerst1-3/+0
2016-05-05x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst1-4/+0
2016-03-10x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski1-4/+4
2016-03-10x86/entry: Improve system call entry commentsAndy Lutomirski1-1/+60
2016-03-10x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski1-63/+51
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski1-12/+30
2016-03-10x86/entry/32: Restore FLAGS on SYSEXITAndy Lutomirski1-0/+9
2016-03-10x86/entry/32: Filter NT and speed up AC filtering in SYSENTERAndy Lutomirski1-1/+22
2016-03-08x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski1-13/+2
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar1-0/+1
2016-02-24x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski1-0/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2015-12-21x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski1-1/+1
2015-12-21x86/entry: Fix some commentsAndy Lutomirski1-1/+1
2015-12-19x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-2/+3
2015-11-23x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky1-6/+2
2015-11-23x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-2/+3
2015-10-18x86/entry/32: Fix FS and GS restore in opportunistic SYSEXITAndy Lutomirski1-2/+2