summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-01-14audit: Convert int limit uses to u32Joe Perches2-25/+26
2014-01-14audit: Use more current logging styleJoe Perches1-20/+18
2014-01-14audit: Use hex_byte_pack_upperJoe Perches1-5/+2
2014-01-14tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)1-0/+2
2014-01-13audit: reorder AUDIT_TTY_SET argumentsEric Paris1-7/+4
2014-01-13audit: rework AUDIT_TTY_SET to only grab spin_lock onceEric Paris1-15/+13
2014-01-13audit: remove needless switch in AUDIT_SETEric Paris1-16/+9
2014-01-13audit: use define's for audit versionEric Paris1-1/+1
2014-01-13audit: wait_for_auditd rework for readabilityEric Paris1-9/+7
2014-01-13audit: log task info on feature changeRichard Guy Briggs1-0/+1
2014-01-13audit: fix incorrect set of audit_sockGao feng1-1/+1
2014-01-13audit: print error message when fail to create audit socketGao feng1-5/+4
2014-01-13audit: fix dangling keywords in audit_log_set_loginuid() outputRichard Guy Briggs1-6/+9
2014-01-13audit: log on errors from filter user rulesRichard Guy Briggs2-5/+8
2014-01-13audit: audit_log_start running on auditd should not stopToshiyuki Okajima1-6/+8
2014-01-13audit: drop audit_cmd_lock in AUDIT_USER family of casesRichard Guy Briggs1-0/+2
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris3-3/+3
2014-01-13audit: Added exe field to audit core dump signal logPaul Davies C2-1/+10
2014-01-13audit: prevent an older auditd shutdown from orphaning a newer auditd startupRichard Guy Briggs1-0/+2
2014-01-13audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs2-33/+45
2014-01-13audit: log AUDIT_TTY_SET config changesRichard Guy Briggs1-8/+26
2014-01-13audit: get rid of *NO* daemon at audit_pid=0 messageRichard Guy Briggs1-4/+6
2014-01-13audit: drop audit_log_abend()Paul Davies C1-8/+2
2014-01-13audit: allow unlimited backlog queueRichard Guy Briggs1-2/+4
2014-01-13audit: don't generate loginuid log when audit disabledGao feng1-0/+3
2014-01-13audit: use old_lock in audit_set_featureGao feng1-1/+1
2014-01-13audit: don't generate audit feature changed log when audit disabledGao feng1-0/+3
2014-01-13audit: fix incorrect order of log new and old featureGao feng1-1/+1
2014-01-13audit: remove useless code in audit_enableGao feng1-11/+2
2014-01-13audit: add audit_backlog_wait_time configuration optionRichard Guy Briggs1-2/+29
2014-01-13audit: clean up AUDIT_GET/SET local variables and future-proof APIRichard Guy Briggs1-25/+29
2014-01-13audit: add kernel set-up parameter to override default backlog limitRichard Guy Briggs1-1/+19
2014-01-13audit: efficiency fix 2: request exclusive wait since all need same resourceDan Duval1-1/+1
2014-01-13audit: efficiency fix 1: only wake up if queue shorter than backlog limitDan Duval1-1/+3
2014-01-13audit: make use of remaining sleep time from wait_for_auditdRichard Guy Briggs1-4/+8
2014-01-13audit: reset audit backlog wait time after error recoveryRichard Guy Briggs1-1/+4
2014-01-13audit: listen in all network namespacesRichard Guy Briggs3-12/+61
2014-01-13audit: restore order of tty and ses fields in log outputRichard Guy Briggs1-2/+2
2014-01-13audit: fix netlink portid naming and typesRichard Guy Briggs3-28/+30
2014-01-13audit: Simplify and correct audit_log_capsetEric W. Biederman2-5/+3
2014-01-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)1-26/+32
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2-9/+11
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra1-29/+6
2014-01-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)1-1/+44
2014-01-13sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra1-1/+12
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra4-10/+37
2014-01-13sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra1-28/+6
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra1-2/+2
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano1-3/+5
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano1-6/+5