aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S
Commit message (Expand)AuthorAge
* ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)2017-01-09
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-14
|\
| * x86: move exports to actual definitionsAl Viro2016-08-07
* | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-24
* | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-24
|/
* x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2016-07-15
* x86/entry/32: Remove GET_THREAD_INFO() from entry codeBrian Gerst2016-05-05
* x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2016-05-05
* x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-10
* x86/entry: Improve system call entry commentsAndy Lutomirski2016-03-10
* x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski2016-03-10
* x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-10
* x86/entry/32: Restore FLAGS on SYSEXITAndy Lutomirski2016-03-10
* x86/entry/32: Filter NT and speed up AC filtering in SYSENTERAndy Lutomirski2016-03-10
* x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-08
* Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-07
|\
| * x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski2016-02-24
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-30
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-11
|\
| * x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-23
| * x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-23
* | x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski2015-12-21
* | x86/entry: Fix some commentsAndy Lutomirski2015-12-21
* | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-19
|/
* x86/entry/32: Fix FS and GS restore in opportunistic SYSEXITAndy Lutomirski2015-10-18
* x86/entry/32: Fix entry_INT80_32() to expect interrupts to be onAndy Lutomirski2015-10-18
* x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski2015-10-09
* x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski2015-10-09
* x86/entry/32: Open-code return tracking from fork and kthreadsAndy Lutomirski2015-10-09
* x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski2015-10-07
* x86/entry/32: Migrate to C exit pathAndy Lutomirski2015-08-05
* x86/entry/32: Remove 32-bit syscall audit optimizationsAndy Lutomirski2015-08-05
* x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-31
* x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko2015-06-09
* x86/asm/entry/32: Clean up entry_32.SIngo Molnar2015-06-08
* x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-08
* x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-08
* x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-03