aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'tracing/fastboot', 'tracing/function-return-tracer' and 'trac...Ingo Molnar2008-11-121-12/+17
|\
| * ring-buffer: fix deadlock from reader_lock in read_startSteven Rostedt2008-11-121-12/+17
* | tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker2008-11-122-35/+105
* | tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker2008-11-121-0/+1
* | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-127-8/+209
|\ \ | |/ |/|
| * tracing: add a tracer to catch execution time of kernel functionsFrederic Weisbecker2008-11-116-8/+205
| * tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker2008-11-111-0/+4
| |
| \
*-. \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-129-153/+309
|\ \ \ | |_|/ |/| |
| | * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...Ingo Molnar2008-11-112-6/+103
| | |\
| | | * ring-buffer: buffer record on/off switchSteven Rostedt2008-11-112-6/+103
| | * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-11-113-4/+24
| | |\ \
| | | * | timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq contextGautham R Shenoy2008-11-111-1/+16
| | | * | nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner2008-11-101-0/+4
| | | * | irq: call __irq_enter() before calling the tick_idle_checkThomas Gleixner2008-11-101-3/+4
| | * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-114-26/+47
| | |\ \ \
| | | * | | sched: release buddies on yieldPeter Zijlstra2008-11-111-5/+12
| | | * | | fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov2008-11-112-0/+13
| | | * | | sched: clean up debug infoPeter Zijlstra2008-11-102-21/+22
| | | |/ /
| * | | | ring-buffer: clean up warn onsSteven Rostedt2008-11-111-86/+57
| * | | | ring-buffer: add reader lockSteven Rostedt2008-11-111-31/+78
|/ / / /
* | | | ring-buffer: replace most bug ons with warn on and disable bufferSteven Rostedt2008-11-111-16/+49
* | | | ftrace: prevent ftrace_special from recursionSteven Rostedt2008-11-111-3/+5
* | | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-1110-70/+235
|\ \ \ \ | |/ / /
| * | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...Ingo Molnar2008-11-1110-70/+235
| |\ \ \ | | | |/ | | |/|
| | * | ring-buffer: prevent infinite looping on time stampingSteven Rostedt2008-11-101-1/+1
| | * | ftrace: disable tracing on resizeSteven Rostedt2008-11-101-1/+16
| | |/
| | * Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2008-11-092-0/+48
| | |\
| | | * cpumask: introduce new API, without changing anythingRusty Russell2008-11-062-0/+48
| | * | sched: fix memory leak in a failure pathLi Zefan2008-11-071-0/+1
| | * | sched: fix a bug in sched domain degenerateLi Zefan2008-11-071-2/+4
| | * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-11-062-36/+111
| | |\ \
| | | * | Add round_jiffies_up and related routinesAlan Stern2008-11-061-30/+99
| | | * | generic-ipi: fix the smp_mb() placementSuresh Siddha2008-11-061-6/+12
| | | |/
| | * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-063-29/+54
| | |\ \
| | | * | sched: fix buddies for group schedulingPeter Zijlstra2008-11-051-2/+14
| | | * | sched: backward looking buddyPeter Zijlstra2008-11-053-9/+30
| | | * | sched: fix fair preempt checkPeter Zijlstra2008-11-051-0/+3
| | | * | sched: cleanup fair task selectionPeter Zijlstra2008-11-051-22/+11
| | | |/
| | * | cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan2008-11-061-1/+0
| | |/
* | | ftrace: display start of CPU buffer in trace outputSteven Rostedt2008-11-082-0/+21
* | | ftrace: force pass of preemptoff selftestSteven Rostedt2008-11-081-0/+26
* | | ftrace: remove trace array ctrlSteven Rostedt2008-11-0810-59/+24
* | | ftrace: remove ctrl_update methodSteven Rostedt2008-11-0811-101/+29
* | | ftrace: enable trace_printk by defaultSteven Rostedt2008-11-081-1/+1
* | | ftrace: irqsoff tracer incorrect resetSteven Rostedt2008-11-081-1/+0
* | | ftrace: fix sched_switch APISteven Rostedt2008-11-083-14/+46
* | | ftrace: fix boot trace sched startupSteven Rostedt2008-11-083-4/+22
* | | ftrace: fix set_ftrace_filterSteven Rostedt2008-11-081-0/+3
| | |
| \ \
*-. \ \ Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't...Ingo Molnar2008-11-082-19/+78
|\ \ \ \ | | |/ /
| | * | ftrace: fix breakage in bin_fmt resultsEric Anholt2008-11-051-1/+1
| | |/