summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2-8/+123
2009-04-06perf_counter: record time running and time enabled for each counterPaul Mackerras1-21/+136
2009-04-06perf_counter: allow and require one-page mmap on counting countersPeter Zijlstra1-1/+5
2009-04-06perf_counter: optionally provide the pid/tid of the sampled taskPeter Zijlstra1-2/+16
2009-04-06perf_counter: sanity check on the output APIPeter Zijlstra1-0/+4
2009-04-06perf_counter: output objectsPeter Zijlstra1-12/+41
2009-04-06perf_counter: more elaborate write APIPeter Zijlstra1-34/+75
2009-04-06perf_counter: fix perf_poll()Peter Zijlstra1-2/+12
2009-04-06perf_counter: new output ABI - part 1Peter Zijlstra1-219/+245
2009-04-06mutex: drop "inline" from mutex_lock() inside kernel/mutex.cH. Peter Anvin1-1/+1
2009-04-06perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras1-0/+76
2009-04-06perf_counter: avoid recursionPeter Zijlstra1-0/+26
2009-04-06perf_counter: remove the event config bitfieldsPeter Zijlstra1-9/+13
2009-04-06perf_counter: unify irq output codePeter Zijlstra1-50/+56
2009-04-06perf_counter: revamp syscall input ABIPeter Zijlstra1-33/+50
2009-04-06perf_counter: hook up the tracepoint eventsPeter Zijlstra1-0/+43
2009-04-06perf_counter: fix up counter free pathsPeter Zijlstra1-3/+8
2009-04-06perf_counter: generic context switch eventPeter Zijlstra2-62/+4
2009-04-06perf_counter: fix uninitialized usage of event_listPeter Zijlstra1-1/+1
2009-04-06perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras1-1/+1
2009-04-06perf_counter: include missing headerTim Blechmann1-0/+2
2009-04-06perf_counter: fix hrtimer samplingPeter Zijlstra1-4/+4
2009-04-06perf_counter: add an event_listPeter Zijlstra1-11/+19
2009-04-06perf_counter: hrtimer based sampling for software time eventsPeter Zijlstra1-37/+86
2009-04-06perf_counter: provide major/minor page fault software eventsPeter Zijlstra1-13/+9
2009-04-06perf_counter: provide pagefault software eventsPeter Zijlstra1-50/+3
2009-04-06perf_counter: software counter event infrastructurePeter Zijlstra1-0/+201
2009-04-06perf_counter: use list_move_tail()Peter Zijlstra1-4/+2
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar120-4937/+16606
2009-04-05Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-28/+32
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds50-2515/+11317
2009-04-05Audit: remove spaces from audit_log_d_pathEric Paris2-3/+3
2009-04-05audit: audit_set_auditable defined but not usedEric Paris1-8/+8
2009-04-05audit: incorrect ref counting in audit tree tag_chunkEric Paris1-0/+2
2009-04-05audit: Fix possible return value truncation in audit_get_context()Paul Moore1-1/+1
2009-04-05audit: ignore terminating NUL in AUDIT_USER_TTY messagesMiloslav Trmac1-0/+3
2009-04-05Audit: fix handling of 'strings' with NULL charactersMiloslav Trmac1-1/+1
2009-04-05make the e->rule.xxx shorter in kernel auditfilter.cZhenwen Xu1-8/+8
2009-04-05auditsc: fix kernel-doc notationRandy Dunlap1-2/+2
2009-04-05audit: EXECVE record - removed bogus newlineJiri Pirko1-5/+4
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-21/+22
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds5-121/+214
2009-04-05Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+5
2009-04-03Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2009-04-03Merge branch 'stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+22
2009-04-03Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+44
2009-04-03Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-253/+298
2009-04-03Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-13/+7
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-8/+7
2009-04-03Document the slow work thread poolDavid Howells1-0/+2