summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2010-07-291-0/+25
| * | | dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron2010-07-271-1/+3
| * | | sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel2010-07-211-2/+1
| * | | debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel2010-07-211-1/+1
| * | | Fix merge regression from external kdb to upstream kdbJason Wessel2010-07-211-0/+1
| * | | repair gdbstub to match the gdbserial protocol specificationJason Wessel2010-07-211-6/+3
| * | | kdb: break out of kdb_ll() when command is terminatedMartin Hicks2010-07-211-0/+3
* | | | 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
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas2010-07-191-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
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | module: initialize module dynamic debug laterYehuda Sadeh2010-07-041-8/+15
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-022-10/+10
| |\ \ \
| | * | | sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-012-10/+10
OpenPOWER on IntegriCloud