summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | audit: allow unlimited backlog queueRichard Guy Briggs2014-01-131-2/+4
| * | | | | | | | audit: don't generate loginuid log when audit disabledGao feng2014-01-131-0/+3
| * | | | | | | | audit: use old_lock in audit_set_featureGao feng2014-01-131-1/+1
| * | | | | | | | audit: don't generate audit feature changed log when audit disabledGao feng2014-01-131-0/+3
| * | | | | | | | audit: fix incorrect order of log new and old featureGao feng2014-01-131-1/+1
| * | | | | | | | audit: remove useless code in audit_enableGao feng2014-01-131-11/+2
| * | | | | | | | audit: add audit_backlog_wait_time configuration optionRichard Guy Briggs2014-01-131-2/+29
| * | | | | | | | audit: clean up AUDIT_GET/SET local variables and future-proof APIRichard Guy Briggs2014-01-131-25/+29
| * | | | | | | | audit: add kernel set-up parameter to override default backlog limitRichard Guy Briggs2014-01-131-1/+19
| * | | | | | | | audit: efficiency fix 2: request exclusive wait since all need same resourceDan Duval2014-01-131-1/+1
| * | | | | | | | audit: efficiency fix 1: only wake up if queue shorter than backlog limitDan Duval2014-01-131-1/+3
| * | | | | | | | audit: make use of remaining sleep time from wait_for_auditdRichard Guy Briggs2014-01-131-4/+8
| * | | | | | | | audit: reset audit backlog wait time after error recoveryRichard Guy Briggs2014-01-131-1/+4
| * | | | | | | | audit: listen in all network namespacesRichard Guy Briggs2014-01-133-12/+61
| * | | | | | | | audit: restore order of tty and ses fields in log outputRichard Guy Briggs2014-01-131-2/+2
| * | | | | | | | audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-133-28/+30
| * | | | | | | | audit: Simplify and correct audit_log_capsetEric W. Biederman2014-01-132-5/+3
| * | | | | | | | Merge tag 'v3.12'Eric Paris2013-11-2281-2757/+3684
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-222-20/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | module: Add missing newline in printk call.Tetsuo Handa2014-01-211-4/+2
| * | | | | | | | | | params: improve standard definitionsFelipe Contreras2013-12-041-16/+9
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-01-2214-908/+3065
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | tracing: Fix buggered tee(2) on tracing_pipeAl Viro2014-01-191-7/+1
| * | | | | | | | | tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)2014-01-141-0/+2
| * | | | | | | | | ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)2014-01-131-26/+32
| * | | | | | | | | ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)2014-01-131-1/+44
| * | | | | | | | | ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)2014-01-091-15/+72
| * | | | | | | | | tracing: Show available event triggers when no trigger is setSteven Rostedt (Red Hat)2014-01-091-0/+20
| * | | | | | | | | tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2014-01-092-80/+16
| * | | | | | | | | tracing: Fix counter for traceon/off event triggersSteven Rostedt (Red Hat)2014-01-091-2/+8
| * | | | | | | | | tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi2014-01-061-8/+8
| * | | | | | | | | tracing/kprobes: Add trace event trigger invocationsTom Zanussi2014-01-061-6/+36
| * | | | | | | | | tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim2014-01-032-8/+8
| * | | | | | | | | tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-024-1/+62
| * | | | | | | | | uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov2014-01-021-0/+4
| * | | | | | | | | tracing/uprobes: Add support for full argument access methodsNamhyung Kim2014-01-021-12/+22
| * | | | | | | | | tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim2014-01-021-14/+132
| * | | | | | | | | tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim2014-01-021-1/+1
| * | | | | | | | | tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-024-81/+129
| * | | | | | | | | tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee2014-01-021-2/+20
| * | | | | | | | | tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim2014-01-024-59/+91
| * | | | | | | | | tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim2014-01-024-26/+66
| * | | | | | | | | tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim2014-01-024-39/+119
| * | | | | | | | | tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim2014-01-022-61/+78
| * | | | | | | | | tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim2014-01-024-116/+66
| * | | | | | | | | tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2014-01-022-48/+48
| * | | | | | | | | tracing/uprobes: Convert to struct trace_probeNamhyung Kim2014-01-021-80/+79
| * | | | | | | | | tracing/kprobes: Factor out struct trace_probeNamhyung Kim2014-01-022-285/+295
| * | | | | | | | | tracing/probes: Fix basic print type functionsNamhyung Kim2014-01-021-11/+11
| * | | | | | | | | tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim2014-01-021-1/+1
OpenPOWER on IntegriCloud