summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-06-11perf_counter: Standardize event namesPeter Zijlstra1-10/+10
2009-06-11perf_counter: Rename enumsPeter Zijlstra1-3/+3
2009-06-11perf_counter: Rename perf_counter_limit sysctlPeter Zijlstra2-11/+22
2009-06-11perf_counter: More paranoia settingsPeter Zijlstra2-5/+26
2009-06-11clocksource: sanity check sysfs clocksource changesjohn stultz2-3/+19
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt75-2620/+6444
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-16/+29
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds47-1977/+4782
2009-06-10Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-12/+55
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+83
2009-06-11Merge branch 'next' into for-linusJames Morris6-13/+33
2009-06-11perf_counter: Accurate period dataPeter Zijlstra1-3/+6
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra1-16/+22
2009-06-11perf_counter: Annotate exit ctx recursionPeter Zijlstra1-1/+12
2009-06-10Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+28
2009-06-10Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-352/+1084
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2009-06-10Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+23
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-127/+262
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-78/+70
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra1-42/+88
2009-06-09tracing: add protection around module events unloadSteven Rostedt3-4/+19
2009-06-09kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix...Manish Katiyar1-56/+78
2009-06-09tracing: add trace_seq_vprint interfaceSteven Rostedt1-0/+32
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2-2/+81
2009-06-09ring-buffer: fix ret in rb_add_time_stampSteven Rostedt1-1/+1
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu3-3/+3
2009-06-09Merge branch 'master' into nextJames Morris7-35/+16
2009-06-08ring-buffer: pass in lockdep class key for reader_lockPeter Zijlstra1-2/+7
2009-06-08async: Fix lack of boot-time console due to insufficient synchronizationLinus Torvalds1-10/+5
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar1-0/+1
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar1-8/+6
2009-06-05perf_counter: Fix frequency adjustment for < HZPeter Zijlstra1-7/+25
2009-06-05perf_counter: Add PERF_SAMPLE_PERIODPeter Zijlstra1-0/+10
2009-06-05perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_IDPeter Zijlstra1-4/+4
2009-06-05Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar3-60/+81
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra1-12/+22
2009-06-05perf_counter: Fix lockup with interrupting countersPaul Mackerras1-1/+1
2009-06-04ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov1-0/+2
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov1-1/+1
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra1-35/+3
2009-06-04perf_counter: Add fork eventPeter Zijlstra2-19/+116
2009-06-04Merge branch 'tracing/ftrace' into tracing/coreIngo Molnar5-35/+87
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter1-2/+0
2009-06-03perf_counter: Fix throttling lock-upIngo Molnar1-5/+14
2009-06-03tracing: add annotation to what type of stack trace is recordedSteven Rostedt1-2/+2
2009-06-03tracing: fix multiple use of __print_flags and __print_symbolicSteven Whitehouse1-6/+4
2009-06-03tracing/events: fix output format of user stackwalimis1-4/+7
2009-06-03tracing/events: fix output format of kernel stackwalimis1-7/+7