summaryrefslogtreecommitdiffstats
path: root/lib/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Change task_struct::statePeter Zijlstra2021-06-181-2/+2
* lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau2020-12-031-2/+9
* lib: syscall: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
* syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-1/+1
* ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)2019-04-041-32/+25
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lib/syscall: Clear return values when no stackKees Cook2017-03-241-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski2016-09-161-2/+13
* lib/syscall.c: unexport task_current_syscall()Andrew Morton2014-04-031-1/+0
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* task_current_syscallRoland McGrath2008-07-261-0/+75