| Commit message (Expand) | Author | Age |
*-. | Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg... | Linus Torvalds | 2012-01-19 |
|\ \ |
|
| | * | tracepoints/module: Fix disabling tracepoints with taint CRAP or OOT | Steven Rostedt | 2012-01-16 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-17 |
|\ \ \ |
|
| * | | | audit: no leading space in audit_log_d_path prefix | Kees Cook | 2012-01-17 |
| * | | | audit: fix signedness bug in audit_log_execve_info() | Xi Wang | 2012-01-17 |
| * | | | audit: comparison on interprocess fields | Peter Moody | 2012-01-17 |
| * | | | audit: implement all object interfield comparisons | Peter Moody | 2012-01-17 |
| * | | | audit: allow interfield comparison between gid and ogid | Eric Paris | 2012-01-17 |
| * | | | audit: complex interfield comparison helper | Eric Paris | 2012-01-17 |
| * | | | audit: allow interfield comparison in audit rules | Eric Paris | 2012-01-17 |
| * | | | audit: do not call audit_getname on error | Eric Paris | 2012-01-17 |
| * | | | audit: only allow tasks to set their loginuid if it is -1 | Eric Paris | 2012-01-17 |
| * | | | audit: remove task argument to audit_set_loginuid | Eric Paris | 2012-01-17 |
| * | | | audit: allow audit matching on inode gid | Eric Paris | 2012-01-17 |
| * | | | audit: allow matching on obj_uid | Eric Paris | 2012-01-17 |
| * | | | audit: remove audit_finish_fork as it can't be called | Eric Paris | 2012-01-17 |
| * | | | audit: reject entry,always rules | Eric Paris | 2012-01-17 |
| * | | | audit: inline audit_free to simplify the look of generic code | Eric Paris | 2012-01-17 |
| * | | | audit: inline checks for not needing to collect aux records | Eric Paris | 2012-01-17 |
| * | | | audit: drop some potentially inadvisable likely notations | Eric Paris | 2012-01-17 |
| * | | | audit: remove AUDIT_SETUP_CONTEXT as it isn't used | Eric Paris | 2012-01-17 |
| * | | | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 |
| * | | | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 |
| * | | | seccomp: audit abnormal end to a process due to seccomp | Eric Paris | 2012-01-17 |
| * | | | audit: check current inode and containing object when filtering on major and ... | Eric Paris | 2012-01-17 |
| * | | | audit: drop the meaningless and format breaking word 'user' | Eric Paris | 2012-01-17 |
| * | | | audit: dynamically allocate audit_names when not enough space is in the names... | Eric Paris | 2012-01-17 |
| * | | | audit: make filetype matching consistent with other filters | Eric Paris | 2012-01-17 |
* | | | | Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call" | Linus Torvalds | 2012-01-17 |
* | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-16 |
|\ \ \ \ |
|
| * | | | | PM / Hibernate: Drop the check of swap space size for compressed image | Barry Song | 2012-01-13 |
| * | | | | PM: Make sysrq-o be available for CONFIG_PM unset | Rafael J. Wysocki | 2012-01-13 |
* | | | | | error: implicit declaration of function 'module_flags_taint' | Kevin Winchester | 2012-01-15 |
* | | | | | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-01-15 |
|\ \ \ \ \ |
|
| * | | | | | block, cfq: unlink cfq_io_context's immediately | Tejun Heo | 2011-12-13 |
| * | | | | | block: make ioc get/put interface more conventional and fix race on alloction | Tejun Heo | 2011-12-13 |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-15 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2012-01-08 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-01-08 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | tracing: Factorize filter creation | Tejun Heo | 2011-12-21 |
| | * | | | | | | tracing: Have stack tracing set filtered functions at boot | Steven Rostedt | 2011-12-21 |
| | * | | | | | | ftrace: Allow access to the boot time function enabling | Steven Rostedt | 2011-12-21 |
| | * | | | | | | tracing: Have stack_tracer use a separate list of functions | Steven Rostedt | 2011-12-21 |
| | * | | | | | | ftrace: Decouple hash items from showing filtered functions | Steven Rostedt | 2011-12-21 |
| | * | | | | | | ftrace: Allow other users of function tracing to use the output listing | Steven Rostedt | 2011-12-21 |
| | * | | | | | | ftrace: Create ftrace_hash_empty() helper routine | Steven Rostedt | 2011-12-21 |
| | * | | | | | | ftrace: Fix ftrace hash record update with notrace | Steven Rostedt | 2011-12-21 |
| | * | | | | | | ftrace: Use bsearch to find record ip | Steven Rostedt | 2011-12-21 |
| | * | | | | | | ftrace: Sort the mcount records on each page | Steven Rostedt | 2011-12-21 |
| | * | | | | | | ftrace: Replace record newlist with record page list | Steven Rostedt | 2011-12-21 |