- 9985c20 perf: Remove perf_event_attr::type check by Lin Ming · 15 years ago
- 40bcea7 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 15 years ago
- 492f73a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
- 7f6878a tracing/kprobe: Update symbol reference when loading module by Masami Hiramatsu · 15 years ago
- 6142431 tracing/kprobes: Support module init function probing by Masami Hiramatsu · 15 years ago
- bc81d48 kprobes: Return -ENOENT if probe point doesn't exist by Masami Hiramatsu · 15 years ago
- 1538f88 tracing/kprobes: Merge trace probe enable/disable functions by Masami Hiramatsu · 15 years ago
- f7bc8b6 ftrace: Fix regression where ftrace breaks when modules are loaded by Steven Rostedt · 15 years ago
- 7143f16 tracing/kprobes: Rename probe_* to trace_probe_* by Masami Hiramatsu · 15 years ago
- f912987 perf, x86: P4 PMU - Introduce event alias feature by Cyrill Gorcunov · 15 years ago
- 4a9bd3f tracing: Have dynamic size event stack traces by Steven Rostedt · 15 years ago
- 6331c28 ftrace: Fix dynamic selftest failure on some archs by Steven Rostedt · 15 years ago
- 072126f ftrace: Update filter when tracing enabled in set_ftrace_filter() by Steven Rostedt · 15 years ago
- 41fb61c ftrace: Balance records when updating the hash by Steven Rostedt · 15 years ago
- 4376cac ftrace: Do not disable interrupts for modules in mcount update by Steven Rostedt · 15 years ago
- e4a3f54 tracing: Still trace filtered irq functions when irq trace is disabled by Steven Rostedt · 15 years ago
- 43dd61c ftrace: Fix regression of :mod:module function enabling by Steven Rostedt · 15 years ago
- 40ee4df tracing: Have "enable" file use refcounts like the "filter" file by Steven Rostedt · 15 years ago
- e9dbfae tracing: Fix bug when reading system filters on module removal by Steven Rostedt · 15 years ago
- 931da61 Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 15 years ago
- 26ca5c1 perf: export perf_event_refresh() to modules by Avi Kivity · 15 years ago
- 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 15 years ago
- a7ac67e perf: Remove the perf_output_begin(.sample) argument by Peter Zijlstra · 15 years ago
- a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 15 years ago
- 1880c4a perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4 by Cyrill Gorcunov · 15 years ago
- 0d64120 events: Ensure that timers are updated without requiring read() call by Eric B Munson · 15 years ago
- c479429 events: Move lockless timer calculation into helper function by Eric B Munson · 15 years ago
- b7526f0 events: Add note to update_event_times comment about holding ctx->lock by Eric B Munson · 15 years ago
- 4ec8363 perf_events: Fix perf buffer watermark setting by Vince Weaver · 15 years ago
- 10e6962 Merge commit 'v3.0-rc5' into perf/core by Ingo Molnar · 15 years ago
- 140fe3b jump_label: Fix jump_label update for modules by Xiao Guangrong · 15 years ago
- 26c4cae taskstats: don't allow duplicate entries in listener mode by Vasiliy Kulikov · 15 years ago
- 8abf558 Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 1c6b39a alarmtimers: Return -ENOTSUPP if no RTC device is present by John Stultz · 15 years ago
- c008ba5 alarmtimers: Handle late rtc module loading by John Stultz · 15 years ago
- 8440f4b PM: Free memory bitmaps if opening /dev/snapshot fails by Michal Kubecek · 15 years ago
- 8816ead Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 357ed6b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 8796699 KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring by David Howells · 15 years ago
- d8ad7d1 generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts by Takao Indoh · 15 years ago
- f8b7fc6 rcu: Move RCU_BOOST #ifdefs to header file by Paul E. McKenney · 15 years ago
- b519951 clocksource: Make watchdog robust vs. interruption by Thomas Gleixner · 15 years ago
- b4f9f2b Merge commit 'v3.0-rc3' into perf/core by Ingo Molnar · 15 years ago
- a46e089 rcu: use softirq instead of kthreads except when RCU_BOOST=y by Paul E. McKenney · 15 years ago
- a1b6ae8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- d2c3225 gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL by Josh Triplett · 15 years ago
- 733eda7 memcg: clear mm->owner when last possible owner leaves by KAMEZAWA Hiroyuki · 15 years ago
- 0da938c sched: Check if lowest_mask is initialized in find_lowest_rq() by Steven Rostedt · 15 years ago
- 8dd0de8 sched: Fix need_resched() when checking peempt by Hillf Danton · 15 years ago
- 1fd8df2 tracing/kprobes: Fix kprobe-tracer to support stack trace by Masami Hiramatsu · 15 years ago
- c624d33 stack_trace: Add weak save_stack_trace_regs() by Masami Hiramatsu · 15 years ago
- d7ec4bf ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating process by Vaibhav Nagarnaik · 15 years ago
- 22fe9b5 tracing: Convert to kstrtoul_from_user by Peter Huewe · 15 years ago
- 749230b tracing, function_graph: Add context-info support for function_graph tracer by Jiri Olsa · 15 years ago
- 199abfa tracing, function_graph: Remove lock-depth from latency trace by Jiri Olsa · 15 years ago
- f56e7f8 tracing, function: Fix trace header to follow context-info option by Jiri Olsa · 15 years ago
- ffeb80f tracing, function_graph: Merge overhead and duration display functions by Jiri Olsa · 15 years ago
- 321e68b tracing, function_graph: Remove dependency of abstime and duration fields on latency by Jiri Olsa · 15 years ago
- 84c1502 async: Fixed an include coding style issue by Paul McQuade · 15 years ago
- bd38c0e ftrace: Fixed an include coding style issue by Paul McQuade · 15 years ago
- cf30cf6 tracing: Add disable_on_free option by Steven Rostedt · 15 years ago
- 4f271a2 tracing: Add a proc file to stop tracing and free buffer by Vaibhav Nagarnaik · 15 years ago
- ada9c93 signal.c: fix kernel-doc notation by Randy Dunlap · 15 years ago
- 7ea5906 tracing: Use NUMA allocation for per-cpu ring buffer pages by Vaibhav Nagarnaik · 15 years ago
- e7e2ee8 tracing: Schedule a delayed work to call wakeup() by Vaibhav Nagarnaik · 15 years ago
- 0922337 rcu: Use softirq to address performance regression by Shaohua Li · 15 years ago
- 9a43273 rcu: Simplify curing of load woes by Paul E. McKenney · 15 years ago
- c78a9b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 13863a6 genirq: Prevent potential NULL dereference in irq_set_irq_wake() by Jesper Juhl · 15 years ago
- db5e7ec tracing: Fix regression in printk_formats file by Steven Rostedt · 15 years ago
- 7636913 perf: Split up buffer handling from core code by Frederic Weisbecker · 15 years ago
- 33726bf Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- cb0a02e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 6715a52 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- a4f18ed ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 15 years ago
- 265a5b7 kprobes/trace: Fix kprobe selftest for gcc 4.6 by Steven Rostedt · 15 years ago
- b58f6b0 perf, core: Fix initial task_ctx/event installation by Peter Zijlstra · 15 years ago
- 6c6c54e sched: Fix/clarify set_task_cpu() locking rules by Peter Zijlstra · 15 years ago
- f2513cd lockdep: Fix lock_is_held() on recursion by Peter Zijlstra · 15 years ago
- 0aff1c0 ftrace: Fix possible undefined return code by GuoWen Li · 15 years ago
- 3ce2a0b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
- aa4a221 perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABI by Vince Weaver · 15 years ago
- 710054b Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 15 years ago
- 1c3cc11 timers: Consider slack value in mod_timer() by Sebastian Andrzej Siewior · 15 years ago
- c5182b8 genirq: Ensure we locate the passed IRQ in irq_alloc_descs() by Mark Brown · 15 years ago
- e7fbad3 genirq: Fix descriptor init on non-sparse IRQs by Linus Walleij · 15 years ago
- 3a43e05 irq: Handle spurios irq detection for threaded irqs by Sebastian Andrzej Siewior · 15 years ago
- ef26f20 genirq: Print threaded handler in spurious debug output by Sebastian Andrzej Siewior · 15 years ago
- 1b054b6 clockevents: Handle empty cpumask gracefully by Thomas Gleixner · 15 years ago
- 27eb4a1 Merge commit 'v3.0-rc1' into perf/core by Ingo Molnar · 15 years ago
- 74c355f perf, cgroups: Fix up for new API by Peter Zijlstra · 15 years ago
- f339b9d sched: Fix schedstat.nr_wakeups_migrate by Peter Zijlstra · 15 years ago
- f01114cb sched: Fix cross-cpu clock sync on remote wakeups by Peter Zijlstra · 15 years ago
- d72bce0 rcu: Cure load woes by Peter Zijlstra · 15 years ago
- 6345d24 mm: Fix boot crash in mm_alloc() by Linus Torvalds · 15 years ago
- f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 15 years ago
- 333c5ae idle governor: Avoid lock acquisition to read pm_qos before entering idle by Tim Chen · 15 years ago
- 08a8b79 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 1ba4b8c Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- c4a227d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago