开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
syscall_wrapper.h
Age
Commit message (
Expand
)
Author
2024-01-24
x86/entry/ia32: Ensure s32 is sign extended to s64
Richard Palethorpe
2023-12-20
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
Linus Torvalds
2022-10-24
x86/syscall: Include asm/ptrace.h in syscall_wrapper header
Jiri Olsa
2022-03-15
x86: Remove toolchain check for X32 ABI capability
Masahiro Yamada
2021-05-20
x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*
Masahiro Yamada
2021-03-25
x86/syscalls: Fix -Wmissing-prototypes warnings from COND_SYSCALL()
Masahiro Yamada
2020-03-25
x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERS
Brian Gerst
2020-03-21
x86/entry: Drop asmlinkage from syscalls
Brian Gerst
2020-03-21
x86/entry/32: Enable pt_regs based syscalls
Brian Gerst
2020-03-21
x86/entry/64: Move sys_ni_syscall stub to common.c
Brian Gerst
2020-03-21
x86/entry: Refactor SYS_NI macros
Brian Gerst
2020-03-21
x86/entry: Refactor COND_SYSCALL macros
Brian Gerst
2020-03-21
x86/entry: Refactor SYSCALL_DEFINE0 macros
Brian Gerst
2020-03-21
x86/entry: Refactor SYSCALL_DEFINEx macros
Brian Gerst
2019-10-11
syscalls/x86: Fix function types in COND_SYSCALL
Sami Tolvanen
2019-10-11
syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0
Andy Lutomirski
2019-10-11
syscalls/x86: Use the correct function type in SYSCALL_DEFINE0
Sami Tolvanen
2018-04-09
syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming convention
Dominik Brodowski
2018-04-09
syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...
Dominik Brodowski
2018-04-09
syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention
Dominik Brodowski
2018-04-09
syscalls/core, syscalls/x86: Clean up syscall stub naming convention
Dominik Brodowski
2018-04-05
syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...
Dominik Brodowski
2018-04-05
syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...
Dominik Brodowski