summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-09-22jump label: Base patch for jump labelJason Baron
2010-09-17perf: Undo the per cpu-context timer stuffPeter Zijlstra
2010-09-17perf: Fix perf_event_exit_cpu_context()Peter Zijlstra
2010-09-17perf: Complete software pmu groupingPeter Zijlstra
2010-09-17perf_events: Fix broken event groupingStephane Eranian
2010-09-15kprobes: Add sparse context annotationsNamhyung Kim
2010-09-15kprobes: Make functions staticNamhyung Kim
2010-09-15kprobes: Verify jprobe entry pointNamhyung Kim
2010-09-15kprobes: Remove redundant address checkNamhyung Kim
2010-09-15perf events: Clean up pid passingMatt Helsley
2010-09-15perf events: Split out task search into helperMatt Helsley
2010-09-15hw breakpoints: Fix pid namespace bugMatt Helsley
2010-09-15watchdog: Avoid kernel crash when disabling watchdogStephane Eranian
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-14tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enumsSteven Rostedt
2010-09-14tracing: Do not trace in irq when funcgraph-irq option is zeroSteven Rostedt
2010-09-14tracing: Add funcgraph-irq option for function graph tracer.Jiri Olsa
2010-09-14tracing: Fix reading of set_ftrace_filter across listsSteven Rostedt
2010-09-14tracing: Keep track of set_ftrace_filter position and allow lseek againSteven Rostedt
2010-09-14tracing: Replace typecasted void pointer in set_ftrace_filter codeSteven Rostedt
2010-09-14tracing: Do not reset *pos in set_ftrace_filterSteven Rostedt
2010-09-13sched: Improve latencies under load by decreasing minimum scheduling granularityIngo Molnar
2010-09-13perf: Fix free_event()Peter Zijlstra
2010-09-13perf: Sanitize the RCU logicPeter Zijlstra
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki
2010-09-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-09-11PM QoS: Correct pr_debug() misuse and improve parameter checksmark gross
2010-09-10perf: Fix perf_init_event()Peter Zijlstra
2010-09-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-09-10perf: Ensure we call add_event_to_ctx() with the right locks heldPeter Zijlstra
2010-09-09tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright
2010-09-09swap: revert special hibernation allocationHugh Dickins
2010-09-09kernel/groups.c: fix integer overflow in groups_searchJerome Marchand
2010-09-09cgroups: fix API thinkoMichael S. Tsirkin
2010-09-09gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter
2010-09-09perf: Fix up delayed_put_task_struct()Peter Zijlstra
2010-09-09perf: Optimize context opsPeter Zijlstra
2010-09-09perf: Provide a separate task context for sweventsPeter Zijlstra
2010-09-09perf: Multiple task contextsPeter Zijlstra
2010-09-09perf: Clean up perf_event_context allocationPeter Zijlstra
2010-09-09perf: Move some code aroundPeter Zijlstra
2010-09-09perf: Per-pmu-per-cpu contextsPeter Zijlstra
2010-09-09perf: Per cpu-context rotation timerPeter Zijlstra
2010-09-09perf: Remove the swevent hash-table from the cpu contextPeter Zijlstra
2010-09-09perf: Separate find_get_context() from event initializationPeter Zijlstra
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra
2010-09-09perf: Rework the PMU methodsPeter Zijlstra
2010-09-09perf: Shrink hw_perf_eventPeter Zijlstra
2010-09-09perf: Default PMU opsPeter Zijlstra