index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
entry_32.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT
Andy Lutomirski
2015-10-18
1
-2
/
+2
*
x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on
Andy Lutomirski
2015-10-18
1
-4
/
+4
*
x86/entry/32: Re-implement SYSENTER using the new C path
Andy Lutomirski
2015-10-09
1
-98
/
+34
*
x86/entry/32: Switch INT80 to the new C syscall path
Andy Lutomirski
2015-10-09
1
-21
/
+13
*
x86/entry/32: Open-code return tracking from fork and kthreads
Andy Lutomirski
2015-10-09
1
-3
/
+15
*
x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...
Andy Lutomirski
2015-10-07
1
-2
/
+0
*
x86/entry/32: Migrate to C exit path
Andy Lutomirski
2015-08-05
1
-51
/
+11
*
x86/entry/32: Remove 32-bit syscall audit optimizations
Andy Lutomirski
2015-08-05
1
-46
/
+2
*
x86/vm86: Use the normal pt_regs area for vm86
Brian Gerst
2015-07-31
1
-23
/
+1
*
x86/asm/entry: Clean up entry*.S style, final bits
Denys Vlasenko
2015-06-09
1
-9
/
+9
*
x86/asm/entry/32: Clean up entry_32.S
Ingo Molnar
2015-06-08
1
-571
/
+570
*
x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...
Ingo Molnar
2015-06-08
1
-2
/
+2
*
x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...
Ingo Molnar
2015-06-08
1
-5
/
+5
*
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/
Ingo Molnar
2015-06-03
1
-0
/
+1249