summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64_compat.S
AgeCommit message (Expand)AuthorFilesLines
2015-07-07x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...Andy Lutomirski1-0/+5
2015-07-07x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...Andy Lutomirski1-3/+3
2015-07-07x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski1-2/+33
2015-07-06x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko1-2/+5
2015-06-10x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko1-9/+18
2015-06-10x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko1-8/+12
2015-06-10x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko1-1/+1
2015-06-09x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko1-7/+7
2015-06-08x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT pathDenys Vlasenko1-6/+2
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar1-2/+2
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar1-4/+4
2015-06-07x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar1-0/+547