index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
/
syscall.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-12
MIPS/ptrace: Update mips_get_syscall_arg's return type
Nathan Chancellor
1
-14
/
+7
2019-07-17
mips: define syscall_get_error()
Dmitry V. Levin
1
-0
/
+6
2019-05-08
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2019-04-05
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
1
-1
/
+2
2019-03-21
syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
1
-3
/
+3
2018-11-21
mips: fix mips_get_syscall_arg o32 check
Dmitry V. Levin
1
-1
/
+1
2017-11-09
MIPS/ptrace: Update syscall nr on register changes
James Hogan
1
-4
/
+25
2017-07-11
MIPS: Correct forced syscall errors
James Hogan
1
-1
/
+1
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
1
-1
/
+1
2016-02-02
MIPS: Fix buffer overflow in syscall_get_arguments()
James Hogan
1
-3
/
+1
2015-02-04
MIPS: Fix syscall_get_nr for the syscall exit tracing.
Lars Persson
1
-7
/
+1
2014-10-20
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-1
/
+1
2014-09-24
ARCH: AUDIT: implement syscall_get_arch for all arches
Eric Paris
1
-1
/
+1
2014-08-19
MIPS: syscall: Fix AUDIT value for O32 processes on MIPS64
Markos Chandras
1
-3
/
+5
2014-05-14
MIPS: Add new AUDIT_ARCH token for the N32 ABI on MIPS64
Markos Chandras
1
-0
/
+2
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-4
/
+3
2014-03-31
Merge branch '3.14-fixes' into mips-for-linux-next
Ralf Baechle
1
-4
/
+6
2014-03-27
MIPS: seccomp: Handle indirect system calls (o32)
Markos Chandras
1
-1
/
+19
2014-03-27
MIPS: asm: syscall: Define syscall_get_arch
Markos Chandras
1
-2
/
+4
2014-03-27
MIPS: asm: syscall: Add the syscall_rollback function
Markos Chandras
1
-0
/
+6
2014-03-20
audit: use uapi/linux/audit.h for AUDIT_ARCH declarations
Eric Paris
1
-1
/
+1
2014-03-20
syscall_get_arch: remove useless function arguments
Eric Paris
1
-1
/
+1
2014-03-17
MIPS: Fix syscall tracing interface
Lars Persson
1
-2
/
+2
2014-03-17
MIPS: asm: syscall: Fix copying system call arguments
Markos Chandras
1
-2
/
+1
2014-03-06
MIPS: Fix randconfig build error.
Ralf Baechle
1
-0
/
+3
2014-01-23
MIPS: Fix build error seen in some configurations
Guenter Roeck
1
-1
/
+1
2013-10-30
MIPS: ftrace: Add support for syscall tracepoints.
Ralf Baechle
1
-0
/
+19
2013-10-30
MIPS: Move audit_arch() helper function to __syscall_get_arch().
Ralf Baechle
1
-0
/
+14
2013-10-30
MIPS: Enable HAVE_ARCH_TRACEHOOK.
Ralf Baechle
1
-0
/
+67
2013-10-30
MIPS: Provide arch_syscall_addr.
Ralf Baechle
1
-0
/
+16