index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
entry_32.S
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
x86/entry/32: Change INT80 to be an interrupt gate
Andy Lutomirski
1
-4
/
+4
2016-03-10
x86/entry: Improve system call entry comments
Andy Lutomirski
1
-1
/
+60
2016-03-10
x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixup
Andy Lutomirski
1
-63
/
+51
2016-03-10
x86/entry: Vastly simplify SYSENTER TF (single-step) handling
Andy Lutomirski
1
-12
/
+30
2016-03-10
x86/entry/32: Restore FLAGS on SYSEXIT
Andy Lutomirski
1
-0
/
+9
2016-03-10
x86/entry/32: Filter NT and speed up AC filtering in SYSENTER
Andy Lutomirski
1
-1
/
+22
2016-03-08
x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled
Andy Lutomirski
1
-13
/
+2
2016-03-07
Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix
Ingo Molnar
1
-0
/
+1
2016-02-24
x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32
Andy Lutomirski
1
-0
/
+1
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
1
-1
/
+1
2016-01-11
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+2
2015-12-21
x86/entry: Restore traditional SYSENTER calling convention
Andy Lutomirski
1
-1
/
+1
2015-12-21
x86/entry: Fix some comments
Andy Lutomirski
1
-1
/
+1
2015-12-19
x86/xen: Avoid fast syscall path for Xen PV guests
Boris Ostrovsky
1
-2
/
+3
2015-11-23
x86/paravirt: Remove the unused irq_enable_sysexit pv op
Boris Ostrovsky
1
-6
/
+2
2015-11-23
x86/xen: Avoid fast syscall path for Xen PV guests
Boris Ostrovsky
1
-2
/
+3
2015-10-18
x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT
Andy Lutomirski
1
-2
/
+2
2015-10-18
x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on
Andy Lutomirski
1
-4
/
+4
2015-10-09
x86/entry/32: Re-implement SYSENTER using the new C path
Andy Lutomirski
1
-98
/
+34
2015-10-09
x86/entry/32: Switch INT80 to the new C syscall path
Andy Lutomirski
1
-21
/
+13
2015-10-09
x86/entry/32: Open-code return tracking from fork and kthreads
Andy Lutomirski
1
-3
/
+15
2015-10-07
x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...
Andy Lutomirski
1
-2
/
+0
2015-08-05
x86/entry/32: Migrate to C exit path
Andy Lutomirski
1
-51
/
+11
2015-08-05
x86/entry/32: Remove 32-bit syscall audit optimizations
Andy Lutomirski
1
-46
/
+2
2015-07-31
x86/vm86: Use the normal pt_regs area for vm86
Brian Gerst
1
-23
/
+1
2015-06-09
x86/asm/entry: Clean up entry*.S style, final bits
Denys Vlasenko
1
-9
/
+9
2015-06-08
x86/asm/entry/32: Clean up entry_32.S
Ingo Molnar
1
-571
/
+570
2015-06-08
x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...
Ingo Molnar
1
-2
/
+2
2015-06-08
x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...
Ingo Molnar
1
-5
/
+5
2015-06-03
x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/
Ingo Molnar
1
-0
/
+1249