summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscalls
Commit message (Expand)AuthorAgeFilesLines
* x86: Wire up restartable sequence system callMathieu Desnoyers2018-06-062-0/+2
* aio: implement io_pgeteventsChristoph Hellwig2018-05-022-0/+2
* syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-093-342/+356
* syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-092-162/+162
* syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski2018-04-091-212/+212
* syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski2018-04-052-372/+379
* fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski2018-04-021-1/+1
* x86: remove compat_sys_x86_waitpid()Dominik Brodowski2018-04-021-1/+1
* x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-071-1/+1
* x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-071-15/+15
* x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski2018-03-071-3/+3
* Merge branch 'x86/build' into x86/asm, to fix up conflictsIngo Molnar2017-11-071-2/+2
|\
| * x86/build: Beautify build log of syscall headersMasahiro Yamada2017-10-271-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-1/+1
|\
| * Remove compat_sys_getdents64()Al Viro2017-04-171-1/+1
* | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-201-0/+1
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-0/+2
* x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-172-4/+0
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-102-0/+10
|\
| * x86: Wire up protection keys system callsDave Hansen2016-09-092-0/+10
* | x86/syscalls: Remove bash-isms in syscall table generatorsylvain.bertrand@gmail.com2016-10-051-6/+9
|/
* x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells2016-08-011-1/+1
* x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2016-07-151-2/+2
* x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2016-04-132-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-192-0/+4
|\
| * x86: wire up preadv2 and pwritev2Christoph Hellwig2016-03-042-0/+4
* | x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski2016-02-011-1/+1
* | x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2016-01-291-9/+9
* | x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski2016-01-291-8/+8
* | x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-291-3/+16
* | x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-291-4/+18
* | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-291-1/+16
* | x86/syscalls: Refactor syscalltbl.shAndy Lutomirski2016-01-291-5/+13
|/
* x86: add sys_copy_file_range to syscall tablesZach Brown2015-12-012-0/+2
* mm: mlock: add new mlock system callEric B Munson2015-11-052-0/+2
* x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-091-6/+6
* sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-112-0/+2
* userfaultfd: activate syscallAndrea Arcangeli2015-09-042-0/+2
* x86/entry/syscalls: Wire up 32-bit direct socket callsAndy Lutomirski2015-07-211-0/+15
* x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...Ingo Molnar2015-06-045-0/+848
OpenPOWER on IntegriCloud