summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* 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