summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* 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/+51Star
* 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/+2Star
* 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-121-6/+2Star
|\
| * x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-6/+2Star
| * 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/+34Star
* x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski2015-10-091-21/+13Star
* 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/+0Star
* x86/entry/32: Migrate to C exit pathAndy Lutomirski2015-08-051-51/+11Star
* x86/entry/32: Remove 32-bit syscall audit optimizationsAndy Lutomirski2015-08-051-46/+2Star
* x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-311-23/+1Star
* 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/+570Star
* 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