aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-13perf: Fix free_event()Peter Zijlstra1-1/+3
2010-09-13perf: Sanitize the RCU logicPeter Zijlstra1-8/+9
2010-09-13perf_events: Fix BTS interrupt handling to avoid being dazed by NMI (v2)Stephane Eranian2-8/+9
2010-09-10perf: Fix perf_init_event()Peter Zijlstra1-2/+5
2010-09-10perf: Ensure we call add_event_to_ctx() with the right locks heldPeter Zijlstra1-0/+3
2010-09-09irq: Fix circular headers dependencyFrederic Weisbecker1-1/+1
2010-09-09perf: Fix up delayed_put_task_struct()Peter Zijlstra3-3/+11
2010-09-09perf: Optimize context opsPeter Zijlstra1-0/+6
2010-09-09perf: Provide a separate task context for sweventsPeter Zijlstra4-19/+33
2010-09-09perf: Multiple task contextsPeter Zijlstra3-106/+239
2010-09-09perf: Clean up perf_event_context allocationPeter Zijlstra1-15/+26
2010-09-09perf: Move some code aroundPeter Zijlstra1-100/+100
2010-09-09perf: Per-pmu-per-cpu contextsPeter Zijlstra2-69/+113
2010-09-09perf: Per cpu-context rotation timerPeter Zijlstra3-22/+65
2010-09-09perf: Remove the swevent hash-table from the cpu contextPeter Zijlstra2-52/+58
2010-09-09perf: Separate find_get_context() from event initializationPeter Zijlstra1-38/+35
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra6-147/+5
2010-09-09perf: Rework the PMU methodsPeter Zijlstra14-331/+576
2010-09-09perf: Shrink hw_perf_eventPeter Zijlstra2-8/+6
2010-09-09perf: Default PMU opsPeter Zijlstra2-17/+57
2010-09-09perf: Per PMU disablePeter Zijlstra9-99/+119
2010-09-09perf: Reduce perf_disable() usagePeter Zijlstra8-59/+48
2010-09-09perf: Unindent labelsPeter Zijlstra1-19/+24
2010-09-09perf: Register PMU implementationsPeter Zijlstra10-412/+488
2010-09-09perf: Deconstify struct pmuPeter Zijlstra9-40/+40
2010-09-09perf: Fix CPU hotplugPeter Zijlstra1-3/+3
2010-09-09perf, trace: Fix module leakLi Zefan1-0/+3
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu1-8/+12
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu1-7/+10
2010-09-08perf probe: Fix handling of arguments namesMasami Hiramatsu1-13/+19
2010-09-08perf probe: Fix return probe supportMasami Hiramatsu2-0/+11
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu1-3/+3
2010-09-08tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt1-1/+1
2010-09-07perf: Add a script to show packets processingKoki Sanagi3-0/+477
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi4-0/+21
2010-09-07netdev: Add tracepoints to netdev layerKoki Sanagi3-0/+89
2010-09-07napi: Convert trace_napi_poll to TRACE_EVENTNeil Horman1-2/+23
2010-09-07irq: Add tracepoint to softirq_raiseLai Jiangshan2-3/+31
2010-09-03perf, x86: Try to handle unknown nmis with an enabled PMURobert Richter1-13/+46
2010-09-03perf, x86: Fix handle_irq return valuesPeter Zijlstra2-3/+8
2010-09-03perf, x86: Fix accidentally ack'ing a second event on intel perf counterDon Zickus1-4/+2
2010-09-01oprofile, x86: fix init_sysfs() function stubRobert Richter1-2/+4
2010-09-01ring-buffer: Place duplicate expression into a single functionSteven Rostedt1-6/+15
2010-09-01lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus1-5/+12
2010-09-01perf, x86, Pentium4: Add RAW events verificationCyrill Gorcunov2-54/+290
2010-09-01lockup_detector: Remove unused panic_notifierAkinobu Mita1-15/+0
2010-09-01lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita1-10/+11
2010-08-31tracing: Fix a race in function profileLi Zefan1-4/+11
2010-08-31tracing/lockdep: Fix dependency of TRACE_IRQFLAGSSteven Rostedt1-4/+4
2010-08-31oprofile, x86: fix init_sysfs error handlingRobert Richter1-3/+13