summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64_compat.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-13/+7
|\
| * x86/entry/64_compat: Make labels localBorislav Petkov2015-12-141-5/+5
| * x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-231-8/+2
| * x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-231-4/+6
* | x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski2015-12-211-5/+5
* | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-191-4/+6
|/
* x86/entry/32: Fix entry_INT80_32() to expect interrupts to be onAndy Lutomirski2015-10-181-1/+1
* x86/entry/64/compat: Document sysenter_fix_flags's reason for existenceBorislav Petkov2015-10-111-0/+6
* x86/entry/compat: Implement opportunistic SYSRETL for compat syscallsAndy Lutomirski2015-10-091-2/+40
* x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski2015-10-091-36/+54
* x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski2015-10-091-38/+18
* x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-091-29/+13
* x86/entry/64/compat: Remove most of the fast system call machineryAndy Lutomirski2015-10-091-242/+4
* x86/entry/64/compat: Remove audit optimizationsAndy Lutomirski2015-10-091-96/+2
* x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entriesAndy Lutomirski2015-10-091-0/+13
* x86/entry/64/compat: After SYSENTER, move STI after the NT fixupAndy Lutomirski2015-10-071-8/+22
* x86/entry/64/compat: Fix SYSENTER's NT flag before user memory accessAndy Lutomirski2015-10-071-9/+9
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-181-1/+2
|\
| * x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds2015-08-131-1/+2
* | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-5/+9
|\ \ | |/
| * x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko2015-07-241-5/+9
* | x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...Andy Lutomirski2015-07-081-2/+6
* | x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...Andy Lutomirski2015-07-071-0/+5
* | x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...Andy Lutomirski2015-07-071-3/+3
* | x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski2015-07-071-2/+33
* | x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko2015-07-061-2/+5
|/
* x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko2015-06-101-9/+18
* x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko2015-06-101-8/+12
* x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko2015-06-101-1/+1
* x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko2015-06-091-7/+7
* x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT pathDenys Vlasenko2015-06-081-6/+2
* x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-081-2/+2
* x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-081-4/+4
* x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar2015-06-071-0/+547
OpenPOWER on IntegriCloud