| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs | Denys Vlasenko | 2016-05-03 | 1 | -24/+21 |
* | x86/entry/32: Change INT80 to be an interrupt gate | Andy Lutomirski | 2016-03-10 | 1 | -1/+1 |
* | x86/entry: Improve system call entry comments | Andy Lutomirski | 2016-03-10 | 1 | -27/+58 |
* | x86/entry: Vastly simplify SYSENTER TF (single-step) handling | Andy Lutomirski | 2016-03-10 | 1 | -1/+8 |
* | x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS test | Andy Lutomirski | 2016-03-10 | 1 | -5/+3 |
* | x86/entry/compat: Add missing CLAC to entry_INT80_32 | Andy Lutomirski | 2016-02-25 | 1 | -0/+1 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-01-11 | 1 | -13/+7 |
|\ |
|
| * | x86/entry/64_compat: Make labels local | Borislav Petkov | 2015-12-14 | 1 | -5/+5 |
| * | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op | Boris Ostrovsky | 2015-11-23 | 1 | -8/+2 |
| * | x86/xen: Avoid fast syscall path for Xen PV guests | Boris Ostrovsky | 2015-11-23 | 1 | -4/+6 |
* | | x86/entry: Restore traditional SYSENTER calling convention | Andy Lutomirski | 2015-12-21 | 1 | -5/+5 |
* | | x86/xen: Avoid fast syscall path for Xen PV guests | Boris Ostrovsky | 2015-12-19 | 1 | -4/+6 |
|/ |
|
* | x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on | Andy Lutomirski | 2015-10-18 | 1 | -1/+1 |
* | x86/entry/64/compat: Document sysenter_fix_flags's reason for existence | Borislav Petkov | 2015-10-11 | 1 | -0/+6 |
* | x86/entry/compat: Implement opportunistic SYSRETL for compat syscalls | Andy Lutomirski | 2015-10-09 | 1 | -2/+40 |
* | x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace | Andy Lutomirski | 2015-10-09 | 1 | -36/+54 |
* | x86/entry/64/compat: Migrate the body of the syscall entry to C | Andy Lutomirski | 2015-10-09 | 1 | -38/+18 |
* | x86/entry/64/compat: Set up full pt_regs for all compat syscalls | Andy Lutomirski | 2015-10-09 | 1 | -29/+13 |
* | x86/entry/64/compat: Remove most of the fast system call machinery | Andy Lutomirski | 2015-10-09 | 1 | -242/+4 |
* | x86/entry/64/compat: Remove audit optimizations | Andy Lutomirski | 2015-10-09 | 1 | -96/+2 |
* | x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries | Andy Lutomirski | 2015-10-09 | 1 | -0/+13 |
* | x86/entry/64/compat: After SYSENTER, move STI after the NT fixup | Andy Lutomirski | 2015-10-07 | 1 | -8/+22 |
* | x86/entry/64/compat: Fix SYSENTER's NT flag before user memory access | Andy Lutomirski | 2015-10-07 | 1 | -9/+9 |
* | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes | Ingo Molnar | 2015-08-18 | 1 | -1/+2 |
|\ |
|
| * | x86: fix error handling for 32-bit compat out-of-range system call numbers | Linus Torvalds | 2015-08-13 | 1 | -1/+2 |
* | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar | 2015-07-31 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit | Denys Vlasenko | 2015-07-24 | 1 | -5/+9 |
* | | x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ... | Andy Lutomirski | 2015-07-08 | 1 | -2/+6 |
* | | x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl... | Andy Lutomirski | 2015-07-07 | 1 | -0/+5 |
* | | x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and... | Andy Lutomirski | 2015-07-07 | 1 | -3/+3 |
* | | x86/entry/64/compat: Fix bad fast syscall arg failure path | Andy Lutomirski | 2015-07-07 | 1 | -2/+33 |
* | | x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads | Denys Vlasenko | 2015-07-06 | 1 | -2/+5 |
|/ |
|
* | x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation | Denys Vlasenko | 2015-06-10 | 1 | -9/+18 |
* | x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry() | Denys Vlasenko | 2015-06-10 | 1 | -8/+12 |
* | x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code | Denys Vlasenko | 2015-06-10 | 1 | -1/+1 |
* | x86/asm/entry: Clean up entry*.S style, final bits | Denys Vlasenko | 2015-06-09 | 1 | -7/+7 |
* | x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path | Denys Vlasenko | 2015-06-08 | 1 | -6/+2 |
* | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S... | Ingo Molnar | 2015-06-08 | 1 | -2/+2 |
* | x86/asm/entry: Rename compat syscall entry points | Ingo Molnar | 2015-06-08 | 1 | -4/+4 |
* | x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S | Ingo Molnar | 2015-06-07 | 1 | -0/+547 |