aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-22jump label: Tracepoint support for jump labelsJason Baron1-2/+12
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2-1/+85
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron1-5/+5
2010-09-22jump label: Base patch for jump labelJason Baron4-1/+354
2010-09-17perf: Undo the per cpu-context timer stuffPeter Zijlstra2-30/+51
2010-09-17perf: Fix perf_event_exit_cpu_context()Peter Zijlstra1-2/+1
2010-09-17perf: Complete software pmu groupingPeter Zijlstra1-5/+60
2010-09-17perf_events: Fix broken event groupingStephane Eranian1-8/+7
2010-09-15kprobes: Add sparse context annotationsNamhyung Kim1-0/+4
2010-09-15kprobes: Make functions staticNamhyung Kim1-2/+3
2010-09-15kprobes: Verify jprobe entry pointNamhyung Kim1-5/+9
2010-09-15kprobes: Remove redundant address checkNamhyung Kim1-8/+5
2010-09-15perf events: Clean up pid passingMatt Helsley3-15/+13
2010-09-15perf events: Split out task search into helperMatt Helsley1-23/+40
2010-09-15hw breakpoints: Fix pid namespace bugMatt Helsley1-1/+2
2010-09-15watchdog: Avoid kernel crash when disabling watchdogStephane Eranian1-0/+3
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar20-184/+409
2010-09-14tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enumsSteven Rostedt1-14/+4
2010-09-14tracing: Do not trace in irq when funcgraph-irq option is zeroSteven Rostedt1-1/+22
2010-09-14tracing: Add funcgraph-irq option for function graph tracer.Jiri Olsa1-1/+100
2010-09-14tracing: Fix reading of set_ftrace_filter across listsSteven Rostedt1-3/+3
2010-09-14tracing: Keep track of set_ftrace_filter position and allow lseek againSteven Rostedt1-8/+26
2010-09-14tracing: Replace typecasted void pointer in set_ftrace_filter codeSteven Rostedt1-21/+46
2010-09-14tracing: Do not reset *pos in set_ftrace_filterSteven Rostedt1-2/+6
2010-09-13sched: Improve latencies under load by decreasing minimum scheduling granularityIngo Molnar1-3/+3
2010-09-13perf: Fix free_event()Peter Zijlstra1-1/+3
2010-09-13perf: Sanitize the RCU logicPeter Zijlstra1-8/+9
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-21/+68
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki1-20/+65
2010-09-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+6
2010-09-11PM QoS: Correct pr_debug() misuse and improve parameter checksmark gross1-1/+3
2010-09-10perf: Fix perf_init_event()Peter Zijlstra1-2/+5
2010-09-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-22/+34
2010-09-10perf: Ensure we call add_event_to_ctx() with the right locks heldPeter Zijlstra1-0/+3
2010-09-09tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright1-0/+2
2010-09-09swap: revert special hibernation allocationHugh Dickins3-5/+3
2010-09-09kernel/groups.c: fix integer overflow in groups_searchJerome Marchand1-3/+2
2010-09-09cgroups: fix API thinkoMichael S. Tsirkin1-6/+7
2010-09-09gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter1-64/+180
2010-09-09perf: Fix up delayed_put_task_struct()Peter Zijlstra2-3/+9
2010-09-09perf: Optimize context opsPeter Zijlstra1-0/+6
2010-09-09perf: Provide a separate task context for sweventsPeter Zijlstra2-11/+31
2010-09-09perf: Multiple task contextsPeter Zijlstra1-105/+231
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 Zijlstra1-68/+110
2010-09-09perf: Per cpu-context rotation timerPeter Zijlstra2-19/+63
2010-09-09perf: Remove the swevent hash-table from the cpu contextPeter Zijlstra1-46/+58
2010-09-09perf: Separate find_get_context() from event initializationPeter Zijlstra1-38/+35
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra1-124/+0