summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-17audit: fix location of __net_initdata for audit_net_opsRichard Guy Briggs1-1/+1
2014-01-17audit: remove pr_info for every network namespaceEric Paris1-2/+0
2014-01-17audit: Modify a set of system calls in audit class definitionsAKASHI Takahiro2-1/+9
2014-01-14audit: Convert int limit uses to u32Joe Perches3-26/+27
2014-01-14audit: Use more current logging styleJoe Perches1-20/+18
2014-01-14audit: Use hex_byte_pack_upperJoe Perches1-5/+2
2014-01-14audit: correct a type mismatch in audit_syscall_exit()AKASHI Takahiro1-1/+1
2014-01-14audit: reorder AUDIT_TTY_SET argumentsEric Paris1-7/+4
2014-01-14audit: rework AUDIT_TTY_SET to only grab spin_lock onceEric Paris1-15/+13
2014-01-14audit: remove needless switch in AUDIT_SETEric Paris1-16/+9
2014-01-14audit: use define's for audit versionEric Paris2-1/+6
2014-01-14audit: documentation of audit= kernel parameterEric Paris1-0/+8
2014-01-14audit: wait_for_auditd rework for readabilityEric Paris1-9/+7
2014-01-14audit: update MAINTAINERSRichard Guy Briggs1-2/+1
2014-01-14audit: log task info on feature changeRichard Guy Briggs1-0/+1
2014-01-14audit: fix incorrect set of audit_sockGao feng1-1/+1
2014-01-14audit: print error message when fail to create audit socketGao feng1-5/+4
2014-01-14audit: fix dangling keywords in audit_log_set_loginuid() outputRichard Guy Briggs1-6/+9
2014-01-14audit: log on errors from filter user rulesRichard Guy Briggs2-5/+8
2014-01-14audit: audit_log_start running on auditd should not stopToshiyuki Okajima1-6/+8
2014-01-14audit: drop audit_cmd_lock in AUDIT_USER family of casesRichard Guy Briggs1-0/+2
2014-01-14smack: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs1-3/+2
2014-01-14selinux: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs1-8/+4
2014-01-14audit: convert all sessionid declaration to unsigned intEric Paris10-29/+29
2014-01-14audit: Added exe field to audit core dump signal logPaul Davies C2-1/+10
2014-01-14audit: prevent an older auditd shutdown from orphaning a newer auditd startupRichard Guy Briggs1-0/+2
2014-01-14audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs3-34/+48
2014-01-14audit: log AUDIT_TTY_SET config changesRichard Guy Briggs1-8/+26
2014-01-14audit: get rid of *NO* daemon at audit_pid=0 messageRichard Guy Briggs1-4/+6
2014-01-14audit: drop audit_log_abend()Paul Davies C1-8/+2
2014-01-14audit: allow unlimited backlog queueRichard Guy Briggs1-2/+4
2014-01-14audit: fix incorrect type of sessionidRichard Guy Briggs1-2/+2
2014-01-14audit: don't generate loginuid log when audit disabledGao feng1-0/+3
2014-01-14audit: use old_lock in audit_set_featureGao feng1-1/+1
2014-01-14audit: don't generate audit feature changed log when audit disabledGao feng1-0/+3
2014-01-14audit: fix incorrect order of log new and old featureGao feng1-1/+1
2014-01-14audit: remove useless code in audit_enableGao feng1-11/+2
2014-01-14audit: add audit_backlog_wait_time configuration optionRichard Guy Briggs2-2/+31
2014-01-14audit: clean up AUDIT_GET/SET local variables and future-proof APIRichard Guy Briggs2-25/+30
2014-01-14audit: add kernel set-up parameter to override default backlog limitRichard Guy Briggs2-1/+23
2014-01-14documentation: document the audit= kernel start-up parameterRichard Guy Briggs1-0/+4
2014-01-14audit: efficiency fix 2: request exclusive wait since all need same resourceDan Duval1-1/+1
2014-01-14audit: efficiency fix 1: only wake up if queue shorter than backlog limitDan Duval1-1/+3
2014-01-14audit: make use of remaining sleep time from wait_for_auditdRichard Guy Briggs1-4/+8
2014-01-14audit: reset audit backlog wait time after error recoveryRichard Guy Briggs1-1/+4
2014-01-14audit: listen in all network namespacesRichard Guy Briggs3-12/+61
2014-01-14audit: restore order of tty and ses fields in log outputRichard Guy Briggs1-2/+2
2014-01-14audit: fix netlink portid naming and typesRichard Guy Briggs4-29/+31
2014-01-14audit: Simplify and correct audit_log_capsetEric W. Biederman3-10/+8
2013-11-06audit: fix type of sessionid in audit_set_loginuid()Eric Paris1-2/+2