summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-0633-2925/+1451
|\
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-08-051-0/+3
| |\
| | * tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju2010-08-041-0/+3
| * | Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-055-317/+601
| |\ \ | | |/ | |/|
| | * kernel/watchdog: Initialize 'result'Kulikov Vasiliy2010-07-071-1/+1
| | * lockup_detector: Convert per_cpu to __get_cpu_var for readabilityDon Zickus2010-05-191-18/+17
| | * lockup_detector: Cross arch compile fixesDon Zickus2010-05-161-2/+5
| | * lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker2010-05-161-7/+7
| | * watchdog: Export touch_softlockup_watchdogIngo Molnar2010-05-131-0/+1
| | * lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdogDon Zickus2010-05-121-3/+4
| | * lockup_detector: Remove nmi_watchdog.c fileDon Zickus2010-05-121-259/+0
| | * lockup_detector: Remove old softlockup codeDon Zickus2010-05-122-305/+10
| | * lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus2010-05-123-42/+3
| | * lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-123-8/+608
| | * Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker2010-05-12125-4172/+7261
| | |\
| | * | nmi_watchdog: Tell the world we're activePeter Zijlstra2010-03-021-0/+2
| | * | nmi_watchdog: Clean up various small detailsDon Zickus2010-02-251-26/+25
| | * | nmi_watchdog: Properly configure for software eventsDon Zickus2010-02-171-5/+18
| | * | nmi_watchdog: support for oprofileDon Zickus2010-02-171-62/+82
| | * | nmi_watchdog: Fallback to software events when no hardware pmu detectedDon Zickus2010-02-141-2/+6
| | * | nmi_watchdog: Compile and portability fixesDon Zickus2010-02-142-12/+55
| | * | nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus2010-02-081-0/+1
| | * | nmi_watchdog: Add new, generic implementation, using perf eventsDon Zickus2010-02-081-0/+191
| * | | Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-025-10/+37
| |\ \ \
| * | | | perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint...Frederic Weisbecker2010-08-021-3/+3
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-07-237-14/+76
| |\ \ \ \
| | * | | | trace: strlen() return doesn't account for the NULLDan Carpenter2010-07-221-1/+1
| | * | | | tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro2010-07-214-6/+38
| | * | | | tracing: Reduce latency and remove percpu trace_seqLai Jiangshan2010-07-201-3/+0
| | * | | | trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bitRichard Kennedy2010-07-201-1/+1
| | * | | | tracing: Allow to disable cmdline recordingLi Zefan2010-07-203-3/+36
| * | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-07-218-524/+15
| |\ \ \ \ \
| | * | | | | tracing: Use generic_file_llseek for debugfsArnd Bergmann2010-07-201-0/+15
| | * | | | | tracing: Remove special tracesFrederic Weisbecker2010-07-205-146/+0
| | * | | | | tracing: Remove sysprof ftrace pluginFrederic Weisbecker2010-07-206-378/+0
| | |/ / / /
| * | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-07-211-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | tracing: Remove ksym tracerFrederic Weisbecker2010-07-156-606/+0
| * | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-07-061-78/+292
| |\ \ \ \ \
| | * | | | | tracing/kprobes: Support "string" typeMasami Hiramatsu2010-07-051-78/+292
| * | | | | | Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-055-34/+33
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-282-35/+39
| * | | | | | tracing/function-graph: Use correct string size for snprintfChase Douglas2010-06-281-1/+2
| * | | | | | tracing: Remove open-coded __trace_add_event_call()Li Zefan2010-06-281-51/+19
| * | | | | | tracing: Remove redundant raw_init callbacksLi Zefan2010-06-282-16/+2
| * | | | | | tracing: Remove test of NULL define_fields callbackLi Zefan2010-06-282-24/+13
| * | | | | | tracing: Don't allocate common fields for every trace eventsLi Zefan2010-06-283-52/+81
| * | | | | | tracing: Use a global field list for all syscall exit eventsLi Zefan2010-06-281-3/+4
| * | | | | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-289-81/+107
| |\ \ \ \ \ \
| * | | | | | | hw_breakpoints: Fix per task breakpoint trackingFrederic Weisbecker2010-06-241-37/+41
| * | | | | | | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-1811-165/+256
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud