Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supported | Stephane Eranian | 2012-03-05 | 2 | -0/+30 | |
| | * | | | | | | perf: Add generic taken branch sampling support | Stephane Eranian | 2012-03-05 | 1 | -0/+68 | |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-03-12 | 5 | -36/+97 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-03-05 | 16 | -35/+108 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | static keys: Inline the static_key_enabled() function | Jason Baron | 2012-02-28 | 1 | -6/+0 | |
| * | | | | | | | Merge branch 'perf/jump-labels' into perf/core | Ingo Molnar | 2012-02-28 | 6 | -94/+117 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 2012-02-24 | 6 | -92/+112 | |
| | * | | | | | | | jump label: Fix compiler warning | Jason Baron | 2012-02-22 | 1 | -1/+1 | |
| | * | | | | | | | jump label: Add a WARN() if jump label key count goes negative | Jason Baron | 2012-02-22 | 1 | -1/+4 | |
| * | | | | | | | | ftrace, perf: Add filter support for function trace event | Jiri Olsa | 2012-02-21 | 4 | -9/+168 | |
| * | | | | | | | | ftrace: Allow to specify filter field type for ftrace events | Jiri Olsa | 2012-02-21 | 4 | -47/+82 | |
| * | | | | | | | | ftrace, perf: Add support to use function tracepoint in perf | Jiri Olsa | 2012-02-21 | 4 | -2/+106 | |
| * | | | | | | | | ftrace: Add FTRACE_ENTRY_REG macro to allow event registration | Jiri Olsa | 2012-02-21 | 2 | -2/+20 | |
| * | | | | | | | | ftrace, perf: Add add/del tracepoint perf registration actions | Jiri Olsa | 2012-02-21 | 4 | -1/+11 | |
| * | | | | | | | | ftrace, perf: Add open/close tracepoint perf registration actions | Jiri Olsa | 2012-02-21 | 4 | -49/+97 | |
| * | | | | | | | | ftrace: Add enable/disable ftrace_ops control interface | Jiri Olsa | 2012-02-21 | 2 | -7/+106 | |
| * | | | | | | | | tracing: Don't use p->len field to determine output in __print_*() functions | Steven Rostedt | 2012-02-21 | 1 | -3/+3 | |
| * | | | | | | | | tracing: Don't print an extra separator of flags | Andrey Vagin | 2012-02-20 | 1 | -2/+4 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-02-17 | 7 | -16/+31 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tracing/trivial: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 2012-02-13 | 3 | -7/+6 | |
| | * | | | | | | | printk/tracing: Add console output tracing | Johannes Berg | 2012-02-13 | 1 | -0/+5 | |
| | * | | | | | | | ftrace: sched_switch plugin is deprecated | Geunsik Lim | 2012-02-13 | 1 | -3/+3 | |
| | * | | | | | | | tracing/softirq: Move __raise_softirq_irqoff() out of header | Steven Rostedt | 2012-02-03 | 2 | -0/+8 | |
| | * | | | | | | | ftrace: Change filter/notrace set functions to return exit code | Jiri Olsa | 2012-02-03 | 1 | -6/+9 | |
| * | | | | | | | | watchdog: Fix code/comments mismatches | Fernando Luis Vázquez Cao | 2012-02-11 | 1 | -12/+12 | |
| * | | | | | | | | Merge branch 'perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2012-02-06 | 8 | -18/+106 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-01-31 | 1 | -38/+66 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'perf/fast' into perf/core | Ingo Molnar | 2012-01-27 | 2 | -13/+47 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | perf: Extend the mmap control page with time (TSC) fields | Peter Zijlstra | 2011-12-21 | 1 | -7/+14 | |
| | * | | | | | | | | | perf, x86: Provide means for disabling userspace RDPMC | Peter Zijlstra | 2011-12-21 | 1 | -0/+1 | |
| | * | | | | | | | | | perf: Fix mmap_page::offset computation | Peter Zijlstra | 2011-12-21 | 1 | -1/+1 | |
| | * | | | | | | | | | perf, arch: Rework perf_event_index() | Peter Zijlstra | 2011-12-21 | 2 | -5/+29 | |
| | * | | | | | | | | | perf: Update the mmap control page on mmap() | Peter Zijlstra | 2011-12-21 | 1 | -0/+2 | |
| * | | | | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2012-01-27 | 3 | -7/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'sigtrace' of git://github.com/utrace/linux into perf/core | Ingo Molnar | 2012-01-26 | 1 | -9/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | tracing: send_sigqueue() needs trace_signal_generate() too | Oleg Nesterov | 2012-01-13 | 1 | -1/+5 | |
| | * | | | | | | | | | | | tracing: let trace_signal_generate() report more info, kill overflow_fail/los... | Oleg Nesterov | 2012-01-13 | 1 | -8/+14 | |
* | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-03-20 | 6 | -69/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | genirq: Remove paranoid warnons and bogus fixups | Thomas Gleixner | 2012-03-16 | 1 | -10/+4 | |
| * | | | | | | | | | | | | | genirq: Flush the irq thread on synchronization | Ido Yariv | 2012-03-14 | 2 | -28/+44 | |
| * | | | | | | | | | | | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2012-03-13 | 12 | -55/+144 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | genirq: Get rid of unnecessary IRQTF_DIED flag | Alexander Gordeev | 2012-03-09 | 4 | -15/+4 | |
| * | | | | | | | | | | | | | genirq: No need to check IRQTF_DIED before stopping a thread handler | Alexander Gordeev | 2012-03-09 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | genirq: Get rid of unnecessary irqaction field in task_struct | Alexander Gordeev | 2012-03-09 | 1 | -8/+11 | |
| * | | | | | | | | | | | | | genirq: Fix incorrect check for forced IRQ thread handler | Alexander Gordeev | 2012-03-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | softirq: Reduce invoke_softirq() code duplication | Heiko Carstens | 2012-03-06 | 1 | -14/+4 | |
| * | | | | | | | | | | | | | genirq: Fix long-term regression in genirq irq_set_irq_type() handling | Russell King | 2012-03-06 | 1 | -2/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-03-20 | 11 | -369/+893 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2012-02-28 | 11 | -369/+893 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | rcu: Stop spurious warnings from synchronize_sched_expedited | Hugh Dickins | 2012-02-21 | 1 | -1/+1 |