Age | Commit message (Expand) | Author | Files | Lines |
2011-10-14 | tracing: Fix returning of duplicate data after EOF in trace_pipe_raw | Steven Rostedt | 1 | -2/+2 |
2011-10-14 | ftrace: Fix README to state tracing_on to start/stop tracing | Geunsik Lim | 1 | -2/+2 |
2011-10-12 | Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/core | Ingo Molnar | 12 | -452/+913 |
2011-10-12 | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 1 | -9/+49 |
2011-10-11 | tracing: Do not allocate buffer for trace_marker | Steven Rostedt | 1 | -28/+83 |
2011-10-11 | tracing: Warn on output if the function tracer was found corrupted | Steven Rostedt | 3 | -0/+25 |
2011-10-10 | ftrace/kprobes: Fix not to delete probes if in use | Masami Hiramatsu | 1 | -9/+49 |
2011-10-06 | Merge commit 'v3.1-rc9' into perf/core | Ingo Molnar | 6 | -44/+27 |
2011-10-01 | Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urge... | Linus Torvalds | 4 | -30/+11 |
2011-09-30 | posix-cpu-timers: Cure SMP wobbles | Peter Zijlstra | 2 | -26/+3 |
2011-09-30 | Resource: fix wrong resource window calculation | Ram Pai | 1 | -1/+6 |
2011-09-26 | Merge commit 'v3.1-rc7' into perf/core | Ingo Molnar | 16 | -52/+173 |
2011-09-26 | sched: Fix up wchan borkage | Simon Kirby | 1 | -1/+1 |
2011-09-25 | ptrace: PTRACE_LISTEN forgets to unlock ->siglock | Oleg Nesterov | 1 | -13/+10 |
2011-09-22 | tracing: Fix preemptirqsoff tracer to not stop at preempt off | Steven Rostedt | 1 | -2/+2 |
2011-09-20 | irq: Fix check for already initialized irq_domain in irq_domain_add | Rob Herring | 1 | -1/+5 |
2011-09-20 | Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip | Linus Torvalds | 1 | -1/+1 |
2011-09-20 | Make taskstats round statistics down to nearest 1k bytes/events | Linus Torvalds | 1 | -7/+8 |
2011-09-20 | Make TASKSTATS require root access | Linus Torvalds | 1 | -0/+1 |
2011-09-19 | tracing: Add a counter clock for those that do not trust clocks | Steven Rostedt | 2 | -0/+13 |
2011-09-18 | watchdog: Drop FIFO policy in exit path | Thomas Gleixner | 1 | -2/+3 |
2011-09-18 | sched/rt: Migrate equal priority tasks to available CPUs | Shawn Bohrer | 1 | -2/+2 |
2011-09-15 | workqueue: lock cwq access in drain_workqueue | Thomas Tuttle | 1 | -1/+6 |
2011-09-12 | genirq: Make irq_shutdown() symmetric vs. irq_startup again | Geert Uytterhoeven | 1 | -1/+1 |
2011-09-08 | Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip | Linus Torvalds | 1 | -5/+13 |
2011-09-08 | Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip | Linus Torvalds | 1 | -15/+26 |
2011-08-31 | perf_event: Fix broken calc_timer_values() | Eric B Munson | 1 | -2/+2 |
2011-08-30 | trace: Add ring buffer stats to measure rate of events | Vaibhav Nagarnaik | 2 | -1/+82 |
2011-08-30 | trace: Add a new readonly entry to report total buffer size | Vaibhav Nagarnaik | 1 | -0/+33 |
2011-08-30 | tracing: Add preempt disable for filter self test | Steven Rostedt | 1 | -0/+6 |
2011-08-29 | perf events: Fix slow and broken cgroup context switch code | Stephane Eranian | 2 | -11/+54 |
2011-08-29 | sched: Fix a memory leak in __sdt_free() | WANG Cong | 1 | -0/+1 |
2011-08-29 | sched: Move blk_schedule_flush_plug() out of __schedule() | Thomas Gleixner | 1 | -10/+15 |
2011-08-29 | sched: Separate the scheduler entry for preemption | Thomas Gleixner | 1 | -5/+10 |
2011-08-27 | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 1 | -1/+0 |
2011-08-26 | kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootcon | Nishanth Aravamudan | 1 | -1/+1 |
2011-08-25 | Add a personality to report 2.6.x version numbers | Andi Kleen | 1 | -0/+38 |
2011-08-23 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2 | -2/+2 |
2011-08-23 | Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified" | Linus Torvalds | 1 | -1/+0 |
2011-08-19 | tracing/filter: Add startup tests for events filter | Jiri Olsa | 4 | -0/+264 |
2011-08-19 | tracing/filter: Change filter_match_preds function to use walk_pred_tree | Jiri Olsa | 1 | -66/+58 |
2011-08-19 | tracing/filter: Change fold_pred function to use walk_pred_tree | Jiri Olsa | 1 | -35/+33 |
2011-08-19 | tracing/filter: Change fold_pred_tree function to use walk_pred_tree | Jiri Olsa | 1 | -45/+20 |
2011-08-19 | tracing/filter: Change count_leafs function to use walk_pred_tree | Jiri Olsa | 1 | -33/+14 |
2011-08-19 | tracing/filter: Unify predicate tree walking, change check_pred_tree function... | Jiri Olsa | 1 | -51/+86 |
2011-08-19 | tracing/filter: Simplify tracepoint event lookup | Jiri Olsa | 1 | -6/+3 |
2011-08-19 | tracing/filter: Remove field_name from filter_pred struct | Jiri Olsa | 2 | -51/+13 |
2011-08-19 | tracing/filter: Separate predicate init and filter addition | Jiri Olsa | 1 | -33/+23 |
2011-08-19 | tracing/filter: Use static allocation for filter predicates | Jiri Olsa | 1 | -41/+16 |
2011-08-19 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+16 |