Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | sched: revert back to per-rq vruntime | Peter Zijlstra | 2008-10-20 | 1 | -17/+15 | |
| * | | | | | | | sched: fair scheduler should not resched rt tasks | Peter Zijlstra | 2008-10-20 | 1 | -4/+24 | |
| * | | | | | | | sched: optimize group load balancer | Peter Zijlstra | 2008-10-20 | 2 | -20/+35 | |
| * | | | | | | | sched: minor fast-path overhead reduction | Mike Galbraith | 2008-10-17 | 1 | -1/+1 | |
| * | | | | | | | sched: fix the wrong mask_len, cleanup | Peter Zijlstra | 2008-10-17 | 1 | -1/+1 | |
| * | | | | | | | sched: fix the wrong mask_len | Miao Xie | 2008-10-17 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'linus' into sched/urgent | Ingo Molnar | 2008-10-17 | 33 | -245/+551 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| * | | | | | | | sched: only update rq->clock while holding rq->lock | Peter Zijlstra | 2008-10-15 | 1 | -5/+1 | |
* | | | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-10-23 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup() | Dean Nelson | 2008-10-21 | 1 | -0/+1 | |
| * | | | | | | genirq: fix set_irq_type() when recording trigger type | Chris Friesen | 2008-10-21 | 1 | -1/+1 | |
* | | | | | | | kexec: fix crash_save_vmcoreinfo_init build problem | Luck, Tony | 2008-10-20 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-20 | 26 | -1344/+4711 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | tracing/fastboot: improve help text | Ingo Molnar | 2008-10-14 | 1 | -6/+11 | |
| * | | | | | tracing/stacktrace: improve help text | Ingo Molnar | 2008-10-14 | 1 | -2/+11 | |
| * | | | | | trace: add build-time check to avoid overrunning hex buffer | Harvey Harrison | 2008-10-14 | 1 | -3/+3 | |
| * | | | | | ftrace: fix hex output mode of ftrace | Harvey Harrison | 2008-10-14 | 1 | -6/+2 | |
| * | | | | | tracing/fastboot: fix printk format typo in boot tracer | Arjan van de Ven | 2008-10-14 | 1 | -2/+2 | |
| * | | | | | ftrace: return an error when setting a nonexistent tracer | Frederic Weisbecker | 2008-10-14 | 1 | -3/+10 | |
| * | | | | | ftrace: make some tracers reentrant | Steven Rostedt | 2008-10-14 | 2 | -16/+4 | |
| * | | | | | ring-buffer: make reentrant | Steven Rostedt | 2008-10-14 | 1 | -113/+374 | |
| * | | | | | ring-buffer: move page indexes into page headers | Steven Rostedt | 2008-10-14 | 1 | -34/+41 | |
| * | | | | | tracing/fastboot: only trace non-module initcalls | Frederic Weisbecker | 2008-10-14 | 1 | -3/+8 | |
| * | | | | | ftrace: move pc counter in irqtrace | Steven Rostedt | 2008-10-14 | 1 | -2/+2 | |
| * | | | | | ring_buffer: map to cpu not page | Steven Rostedt | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | tracing/fastboot: get the initcall name before it disappears | Frederic Weisbecker | 2008-10-14 | 1 | -4/+10 | |
| * | | | | | tracing/fastboot: change the printing of boot tracer according to bootgraph.pl | Frederic Weisbecker | 2008-10-14 | 1 | -7/+15 | |
| * | | | | | ring-buffer: fix build error | Ingo Molnar | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | ftrace: preempt disable over interrupt disable | Steven Rostedt | 2008-10-14 | 7 | -80/+97 | |
| * | | | | | ring_buffer: allocate buffer page pointer | Steven Rostedt | 2008-10-14 | 1 | -22/+32 | |
| * | | | | | ftrace: type cast filter+verifier | Steven Rostedt | 2008-10-14 | 3 | -29/+112 | |
| * | | | | | tracing/ftrace: adapt mmiotrace to the new type of print_line, fix | Frederic Weisbecker | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | ring_buffer: implement new locking | Steven Rostedt | 2008-10-14 | 2 | -164/+247 | |
| * | | | | | ring_buffer: remove raw from local_irq_save | Steven Rostedt | 2008-10-14 | 1 | -4/+4 | |
| * | | | | | tracing/ftrace: adapt the boot tracer to the new print_line type | Frederic Weisbecker | 2008-10-14 | 1 | -6/+9 | |
| * | | | | | tracing/ftrace: adapt mmiotrace to the new type of print_line | Frederic Weisbecker | 2008-10-14 | 1 | -13/+12 | |
| * | | | | | tracing/ftrace: fix pipe breaking | Pekka Paalanen | 2008-10-14 | 1 | -2/+8 | |
| * | | | | | tracing/ftrace: change the type of the print_line callback | Frederic Weisbecker | 2008-10-14 | 2 | -37/+50 | |
| * | | | | | ftrace: take advantage of variable length entries | Steven Rostedt | 2008-10-14 | 4 | -263/+301 | |
| * | | | | | ftrace: make work with new ring buffer | Steven Rostedt | 2008-10-14 | 11 | -798/+288 | |
| * | | | | | ring_buffer: reset buffer page when freeing | Steven Rostedt | 2008-10-14 | 1 | -4/+15 | |
| * | | | | | ring_buffer: add paranoid check for buffer page | Steven Rostedt | 2008-10-14 | 1 | -0/+11 | |
| * | | | | | tracing: unified trace buffer | Steven Rostedt | 2008-10-14 | 3 | -0/+1677 | |
| * | | | | | ftrace: give time for wakeup test to run | Steven Rostedt | 2008-10-14 | 1 | -0/+3 | |
| * | | | | | tracing/ftrace: don't consume unhandled entries by boot tracer | Frédéric Weisbecker | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | ftrace/fastboot: disable tracers self-tests when boot tracer is selected | Frédéric Weisbecker | 2008-10-14 | 1 | -3/+4 | |
| * | | | | | tracing/ftrace: give an entry on the config for boot tracer | Frédéric Weisbecker | 2008-10-14 | 2 | -0/+13 | |
| * | | | | | tracing/ftrace: make tracing suitable to run the boot tracer | Frédéric Weisbecker | 2008-10-14 | 1 | -5/+10 | |
| * | | | | | tracing/ftrace: add the boot tracer | Frédéric Weisbecker | 2008-10-14 | 2 | -0/+105 | |
| * | | | | | markers: bit-field is not thread-safe nor smp-safe | Lai Jiangshan | 2008-10-14 | 1 | -1/+1 |