[PATCH 25/25] lmb: Add debugfs files to dump the arrays content
Signed-off-by: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> --- lib/lmb.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/lib/lmb.c b/lib/lmb.c index 6c38c87..1e11891 100644 --- a/lib/lmb.c +++ b/lib/lmb.c @@ -16,6 +16,8 @@ #in... 10 May 2010 06:35
[PATCH] Staging: comedi: Fix long line lengths in comedi_fops.c
This patch fixes lots of long line lengths in comedi_fops.c found by checkpatch.pl Signed-off-by: Mark Rankilor <reodge(a)gmail.com> --- drivers/staging/comedi/comedi_fops.c | 38 ++++++++++++++++++++++----------- 1 files changed, 25 insertions(+), 13 deletions(-) diff --git a/drivers/staging/comedi/comedi_f... 10 May 2010 06:35
[RFC][PATCH 8/9] perf: sparc, convert to new API pmu->init_event
perf: sparc, convert to new API pmu->init_event Signed-off-by: Lin Ming <ming.m.lin(a)intel.com> --- arch/sparc/kernel/perf_event.c | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/arch/sparc/kernel/perf_event.c b/arch/sparc/kernel/perf_event.c index a163f55..ef7fafc 1... 10 May 2010 05:31
[BUGFIX] ACPI, APEI, Fix building of APEI EINJ and GHES
Randy reported building warnings and errors for APEI EINJ and GHES as follow: drivers/acpi/apei/einj.c:127:error: implicit declaration of function 'ndelay' ghes.c:(.text+0x119e71): undefined reference to `apei_mce_report_mem_error' CONFIG_X86_MCE is not enabled This patch fixes these two bugs. Reported-by:... 10 May 2010 05:31
kvm: update document of gfns
On 05/07/2010 11:47 AM, Lai Jiangshan wrote: When don't use ->gfns when role.direct=1, update document for it. Please fold into the patch that does the change. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe linux-ker... 10 May 2010 05:30
snd-hda-intel: add support for Lenovo ThinkPad X100e in conexant codec
At Sun, 09 May 2010 22:10:41 +0200, Andrej Gelenberg wrote: Ideapad quirks working for my ThinkPad X100e (microphone is not tested). Signed-off-by: Andrej Gelenberg <andrej.gelenberg(a)udo.edu> Thanks, applied now with a slight modification (coding-style, the list sorting and a more intuitive string). ... 10 May 2010 05:30
question about using DMA for davinci SPI controller
Hi all, I am trying to fix a bug about full duplex DMA transfer for SPI controller hang on ti-omapl138 ref borad. I read the DMA setting code of davinci SPI controller. It's in drivers/spi/davinci_spi.c:davinci_spi_bufs_dma(). There is a code snippet which I don't understand. List below: ---------------------... 10 May 2010 04:26
Oops caused by ERST Table not supported.
Hi, Dongming, On Mon, 2010-05-10 at 16:04 +0800, Jin Dongming wrote: On my server(x86_64) when the mcelog is executed, it will cause oops. And following information could be gotten. Call Trace: [<ffffffff812ceefd>] ? avc_has_perm_noaudit+0x4d/0x680 [<ffffffff812ceefd>] ? avc_has_perm_noaudit+0... 10 May 2010 04:26
perf_event: Make software events work again
On Sat, 2010-05-08 at 20:58 +1000, Paul Mackerras wrote: Commit 6bde9b6ce0127e2a56228a2071536d422be31336 ("perf: Add group scheduling transactional APIs") added code to allow a group to be scheduled in a single transaction. However, it introduced a bug in handling events whose pmu does not implement transa... 10 May 2010 04:26
Modify the VMware balloon driver for the new x86_hyper API
On Sunday 09 May 2010 01:20:44 am H. Peter Anvin wrote: On 05/09/2010 01:19 AM, tip-bot for H. Peter Anvin wrote: MODULE_AUTHOR("VMware, Inc."); MODULE_DESCRIPTION("VMware Memory Control (Balloon) Driver"); @@ -767,7 +767,7 @@ static int __init vmballoon_init(void) * Check if we ... 10 May 2010 14:19