index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
smp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-23
audit: correct AUDIT_GET_FEATURE return message type
Richard Guy Briggs
1
-1
/
+1
2014-09-23
audit: set nlmsg_len for multicast messages.
Richard Guy Briggs
1
-1
/
+2
2014-09-23
audit: use union for audit_field values since they are mutually exclusive
Richard Guy Briggs
2
-14
/
+29
2014-09-23
audit: invalid op= values for rules
Burn Alting
3
-5
/
+5
2014-09-23
audit: use atomic_t to simplify audit_serial()
Richard Guy Briggs
1
-12
/
+2
2014-09-23
kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
1
-1
/
+1
2014-09-23
audit: reduce scope of audit_log_fcaps
Richard Guy Briggs
2
-2
/
+1
2014-09-23
audit: reduce scope of audit_net_id
Richard Guy Briggs
1
-1
/
+1
2014-09-23
audit: arm64: Remove the audit arch argument to audit_syscall_entry
Eric Paris
1
-2
/
+2
2014-09-23
arm64: audit: Add audit hook in syscall_trace_enter/exit()
AKASHI Takahiro
1
-0
/
+7
2014-09-23
audit: x86: drop arch from __audit_syscall_entry() interface
Richard Guy Briggs
5
-25
/
+20
2014-09-23
sparc: implement is_32bit_task
Eric Paris
3
-6
/
+5
2014-09-23
sparc: properly conditionalize use of TIF_32BIT
Stephen Rothwell
1
-0
/
+4
2014-09-23
sparc: simplify syscall_get_arch()
Eric Paris
1
-8
/
+2
2014-09-23
audit: fix build error when asm/syscall.h does not exist
Eric Paris
1
-1
/
+2
2014-09-23
audit: add arch field to seccomp event log
Richard Guy Briggs
1
-5
/
+4
2014-09-23
audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...
Richard Guy Briggs
1
-1
/
+1
2014-09-23
ARCH: AUDIT: audit_syscall_entry() should not require the arch
Eric Paris
17
-77
/
+25
2014-09-23
ARCH: AUDIT: implement syscall_get_arch for all arches
Eric Paris
8
-1
/
+49