index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
entry_64_compat.S
Age
Commit message (
Expand
)
Author
2015-08-18
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
2015-08-13
x86: fix error handling for 32-bit compat out-of-range system call numbers
Linus Torvalds
2015-07-31
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
2015-07-24
x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit
Denys Vlasenko
2015-07-08
x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...
Andy Lutomirski
2015-07-07
x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...
Andy Lutomirski
2015-07-07
x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...
Andy Lutomirski
2015-07-07
x86/entry/64/compat: Fix bad fast syscall arg failure path
Andy Lutomirski
2015-07-06
x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads
Denys Vlasenko
2015-06-10
x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation
Denys Vlasenko
2015-06-10
x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()
Denys Vlasenko
2015-06-10
x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code
Denys Vlasenko
2015-06-09
x86/asm/entry: Clean up entry*.S style, final bits
Denys Vlasenko
2015-06-08
x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path
Denys Vlasenko
2015-06-08
x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...
Ingo Molnar
2015-06-08
x86/asm/entry: Rename compat syscall entry points
Ingo Molnar
2015-06-07
x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S
Ingo Molnar