summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* 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/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-071-0/+2
* | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-241-16/+15
* | 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/+0
* x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2016-05-051-4/+0
* 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
* x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski2016-03-101-63/+51
* x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-101-12/+30
* x86/entry/32: Restore FLAGS on SYSEXITAndy Lutomirski2016-03-101-0/+9
* x86/entry/32: Filter NT and speed up AC filtering in SYSENTERAndy Lutomirski2016-03-101-1/+22
* x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-081-13/+2
* Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-071-0/+1
|\
| * x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski2016-02-241-0/+1
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-6/+2
|\
| * x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-6/+2
| * x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-231-2/+3
* | x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski2015-12-211-1/+1
* | x86/entry: Fix some commentsAndy Lutomirski2015-12-211-1/+1
* | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-191-2/+3
|/
* x86/entry/32: Fix FS and GS restore in opportunistic SYSEXITAndy Lutomirski2015-10-181-2/+2
* x86/entry/32: Fix entry_INT80_32() to expect interrupts to be onAndy Lutomirski2015-10-181-4/+4
* x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski2015-10-091-98/+34
* x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski2015-10-091-21/+13
* x86/entry/32: Open-code return tracking from fork and kthreadsAndy Lutomirski2015-10-091-3/+15
* x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski2015-10-071-2/+0
* x86/entry/32: Migrate to C exit pathAndy Lutomirski2015-08-051-51/+11
* x86/entry/32: Remove 32-bit syscall audit optimizationsAndy Lutomirski2015-08-051-46/+2
* x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-311-23/+1
* x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko2015-06-091-9/+9
* x86/asm/entry/32: Clean up entry_32.SIngo Molnar2015-06-081-571/+570
* x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-081-2/+2
* x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-081-5/+5
* x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-031-0/+1249
OpenPOWER on IntegriCloud