index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
syscalls
Age
Commit message (
Expand
)
Author
2017-05-02
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-04-17
Remove compat_sys_getdents64()
Al Viro
2017-03-20
x86/syscalls/32: Wire up arch_prctl on x86-32
Kyle Huey
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2016-10-17
x86, pkeys: remove cruft from never-merged syscalls
Dave Hansen
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-10-05
x86/syscalls: Remove bash-isms in syscall table generator
sylvain.bertrand@gmail.com
2016-09-09
x86: Wire up protection keys system calls
Dave Hansen
2016-08-01
x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
David Howells
2016-07-15
x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2
H.J. Lu
2016-04-13
x86/syscalls: Wire up compat readv2/writev2 syscalls
Christoph Hellwig
2016-03-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-03-04
x86: wire up preadv2 and pwritev2
Christoph Hellwig
2016-02-01
x86/syscalls/64: Mark sys_iopl() as using ptregs
Andy Lutomirski
2016-01-29
x86/entry/64: Call all native slow-path syscalls with full pt-regs
Andy Lutomirski
2016-01-29
x86/entry/64: Always run ptregs-using syscalls on the slow path
Andy Lutomirski
2016-01-29
x86/syscalls: Add syscall entry qualifiers
Andy Lutomirski
2016-01-29
x86/syscalls: Move compat syscall entry handling into syscalltbl.sh
Andy Lutomirski
2016-01-29
x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32
Andy Lutomirski
2016-01-29
x86/syscalls: Refactor syscalltbl.sh
Andy Lutomirski
2015-12-01
x86: add sys_copy_file_range to syscall tables
Zach Brown
2015-11-05
mm: mlock: add new mlock system call
Eric B Munson
2015-10-09
x86/entry/64/compat: Set up full pt_regs for all compat syscalls
Andy Lutomirski
2015-09-11
sys_membarrier(): system-wide memory barrier (generic, x86)
Mathieu Desnoyers
2015-09-04
userfaultfd: activate syscall
Andrea Arcangeli
2015-07-21
x86/entry/syscalls: Wire up 32-bit direct socket calls
Andy Lutomirski
2015-06-04
x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...
Ingo Molnar