summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter21-1115/+2243
2010-10-15Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar1-0/+5
2010-10-15ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt1-1/+1
2010-10-15Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar1-2/+3
2010-10-15ftrace/x86: Add support for C version of recordmcountSteven Rostedt1-0/+5
2010-10-14kprobes: Fix selftest to clear flags field for reusing probesMasami Hiramatsu1-3/+9
2010-10-13tracing: Fix function-graph build warning on 32-bitBorislav Petkov1-2/+3
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter23-198/+443
2010-10-11perf: New helper function for pmu nameMatt Fleming1-0/+5
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar4-6/+19
2010-10-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+14
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-0/+4
2010-10-04perf_events: Fix invalid pointer when pid is invalidStephane Eranian1-1/+6
2010-10-01kfifo: fix scatterlist usageIra W. Snyder1-2/+0
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar6-9/+456
2010-09-23rmap: fix walk during forkAndrea Arcangeli1-1/+1
2010-09-23jump label: Tracepoint support for jump labelsJason Baron1-2/+12
2010-09-23jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2-1/+85
2010-09-23jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron1-5/+5
2010-09-23jump label: Base patch for jump labelJason Baron4-1/+354
2010-09-22Merge branch 'linus' into perf/coreIngo Molnar2-5/+5
2010-09-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+5
2010-09-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2010-09-21perf: Avoid RCU vs preemption assumptionsPeter Zijlstra1-6/+12
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar2-10/+38
2010-09-21sched: Fix nohz balance kickSuresh Siddha1-1/+1
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-17hw breakpoints: Fix pid namespace bugMatt Helsley1-1/+2
2010-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-10/+17
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-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka1-4/+4
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar20-184/+409
2010-09-15tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enumsSteven Rostedt1-14/+4
2010-09-15tracing: Do not trace in irq when funcgraph-irq option is zeroSteven Rostedt1-1/+22
2010-09-15tracing: Add funcgraph-irq option for function graph tracer.Jiri Olsa1-1/+100
2010-09-15compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+21
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