First
|
Prev |
Next
|
Last
Pages: 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077
[PATCH 2/5] perf: Support disable() after stop() on software events If we call perf_event_stop() on a software event and then the disable() pmu callback on them after that, we'll call twice hlist_del_rcu() on the same hlist node and then bring a crash by dereferencing LIST_POISON2. Just use hlist_del_init_rcu() instead to fix this problem. This preparates for new context exclu... 10 Jun 2010 00:12
[PATCH 5/12] scsi: megaraid_sas - Online Controller Reset (OCR): Add and initialize the OCR relaed variable To support online controller reset, driver need to define some instance based variable and initialize them. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 80 ++++++++++++++++++++++++++--------- drivers/scsi/megaraid/megaraid_sas.h | 13 ++++- 2 files changed, 70 insertio... 10 Jun 2010 00:12
[PATCH 1/5] perf: Provide a proper stop action for software events In order to introduce new context exclusions, software events will have to eventually stop when needed. We'll want perf_event_stop() to act on every events. To achieve this, remove the stub stop/start pmu callbacks of software and tracepoint events. This may even optimize the case of hardware and software even... 10 Jun 2010 00:12
[PATCH 5/5] perf: Support for task/softirq/hardirq exclusion on tools Bring the following new flags on perf events: - t = Profile task context - s = Profile softirq context - i = Profile hardirq context Example: perf record -a -g -e cycles:i ls -R /usr > /dev/null 3.11% ls [kernel.kallsyms] [k] __lock_acquire | ... 10 Jun 2010 00:12
[PATCH 0/5] perf events finer grained context instrumentation / context exclusion Here is the new version of per context exclusion, based on hooks on irq_enter/irq_exit. I haven't observed slowdowns but I haven't actually measured the impact. It's pullable from: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/exclusion-3 It's against latest tip:perf/core. ... 10 Jun 2010 00:12
[PATCH 4/12] scsi: megaraid_sas - Online controller Reset Support (OCR) : Driver return RESET in timeout routine In this part of the Online Controller Reset (OCR). When driver doesn't finish to issue the pending Cmds, driver will return BUSY to OS. Also in driver's timeout routine, if online controller reset is going On, driver will return RESET to OS. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- megaraid_sas.c | 110 +... 10 Jun 2010 00:12
[PATCH 3/12] scsi: megaraid_sas - Online Controller Reset - III: add the reset function for Gen2 related chip Add the gen2 chip reset functions to the driver. Driver will write the gen2 chip register offset to force the controller to reset. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff -rupN old/drive... 10 Jun 2010 00:12
MDaemon Notification -- Attachment Removed ------------------------------------------------------------------- MDaemon has detected restricted attachments within an email message ------------------------------------------------------------------- From : linux-kernel(a)vger.kernel.org To : sales(a)infracom.co.id Subject : Mail System Error - Ret... 9 Jun 2010 23:07
[PATCH] Marvell OpenRD-Ultimate machine support Hi! This patch adds support for the OpenRD Ultimate machine(could be found at http://www.arm.linux.org.uk/developer/machines/list.php?id=2884) Besides adding machine description this patch adds correction for PHY address for Ultimate version. Differences from the previous attempt: - Correctly filled instances ... 9 Jun 2010 23:07
ksm: cleanup for mm_slots_hash Hi, Izik Could you give some comments about this patch. Thanks, Lai Lai Jiangshan wrote: Use compile-allocated memory instead of dynamic allocated memory for mm_slots_hash. Use hash_ptr() instead divisions for bucket calculation. Signed-off-by: Lai Jiangshan <laijs(a)cn.fujitsu.com> --- ... 11 Jun 2010 01:38 |