aboutsummaryrefslogtreecommitdiff
path: root/lib/syscall.c
AgeCommit message (Expand)Author
2020-12-03lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau
2020-10-16lib: syscall: delete duplicated wordsRandy Dunlap
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-24lib/syscall: Clear return values when no stackKees Cook
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-09-16lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski
2014-04-03lib/syscall.c: unexport task_current_syscall()Andrew Morton
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2008-07-26task_current_syscallRoland McGrath