index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
syscall.h
Age
Commit message (
Expand
)
Author
2022-09-28
powerpc: Provide syscall wrapper
Rohan McLure
2022-09-28
powerpc: Use common syscall handler type
Rohan McLure
2022-01-15
powerpc/audit: Fix syscall_get_arch()
Christophe Leroy
2021-09-14
arch: remove unused function syscall_set_arguments()
Peter Collingbourne
2021-08-20
powerpc/audit: Simplify syscall_get_arch()
Christophe Leroy
2021-08-20
powerpc/audit: Avoid unneccessary #ifdef in syscall_get_arguments()
Christophe Leroy
2021-05-21
powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls
Nicholas Piggin
2020-05-15
powerpc: trap_is_syscall() helper to hide syscall trap number
Nicholas Piggin
2019-07-16
powerpc: define syscall_get_error()
Dmitry V. Levin
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
2019-05-07
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-04-05
syscalls: Remove start and number from syscall_set_arguments() args
Steven Rostedt (VMware)
2019-04-05
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
2019-03-20
syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
2018-12-21
powerpc: split compat syscall table out from native table
Firoz Khan
2015-07-29
powerpc: Change syscall_get_nr() to return int
Michael Ellerman
2015-07-29
powerpc: Use orig_gpr3 in syscall_get_arguments()
Michael Ellerman
2015-07-29
powerpc: Rework syscall_get_arguments() so there is only one loop
Michael Ellerman
2015-07-29
powerpc: Don't negate error in syscall_set_return_value()
Michael Ellerman
2015-07-29
powerpc: Drop unused syscall_get_error()
Michael Ellerman
2014-12-12
powerpc: add little endian flag to syscall_get_arch()
Richard Guy Briggs
2014-10-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...
Linus Torvalds
2014-10-10
powerpc: Fix sys_call_table declaration to enable syscall tracing
Romeo Cane
2014-09-23
sparc: simplify syscall_get_arch()
Eric Paris
2014-09-23
ARCH: AUDIT: implement syscall_get_arch for all arches
Eric Paris
2011-05-26
powerpc/ftrace: Implement raw syscall tracepoints on PowerPC
Ian Munsie
2010-03-19
powerpc: Use correct ccr bit for syscall error status
Nathan Lynch
2008-08-04
powerpc: Move include files to arch/powerpc/include/asm
Stephen Rothwell