[PATCH 2/2][RFC] tracing: Add extract out softirq names used by irq trace events
The irq trace events that map the softirq vectors to strings shows up in the format files as names. To allow binary parsers to be able to convert these names to their actual numbers, this patch extracts those enums. Signed-off-by: Steven Rostedt <rostedt(a)goodmis.org> --- include/trace/events/irq.h | 11 +++... 12 Feb 2010 14:35
Subject: [PATCH] w1: mxc_w1: move probe and remove to the dev* text area.
This fixes the section mismatch warning for mxc_w1_probe() --- drivers/w1/masters/mxc_w1.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/w1/masters/mxc_w1.c b/drivers/w1/masters/mxc_w1.c index 65244c0..4926703 100644 --- a/drivers/w1/masters/mxc_w1.c +++ b/drivers/w1/mas... 12 Feb 2010 13:27
mm: Document /proc/pagetypeinfo
Reviewed-by: Christoph Lameter <cl(a)linux-foundation.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 19 Feb 2010 17:44
parisc: use include/linux/pci-dma.h
On Wed, Feb 10, 2010 at 10:34:41AM +0900, FUJITA Tomonori wrote: Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Kyle McMartin <kyle(a)mcmartin.ca> Cc: Helge Deller <deller(a)gmx.de> Cc: James Bottomley <James.Bottomley(a)suse.de> Acked-by: Kyle McMartin <kyle(a)mcmartin.ca> -- To unsubscrib... 12 Feb 2010 11:09
[PATCH] adcxx: Fix for single-channel ADCs
Hi, While testing a ADC121S021 in an embedded board with a S3C2142 SoC (ARM core), I have found that the 'adcxx' driver does not handle correctly single channel ADCs from this chip family. For single channel chips you must only issue one read transfer for correct measurement. Regards, Jos� Gon�alves ... 12 Feb 2010 10:02
Emulates PWM hardware using a high-resolution timer and a GPIO pin
2010/2/12 Stanislav O. Bezzubtsev <stas(a)lvk.cs.msu.su>: The second strange thing is "unsigned long <name>:1". I'm not sure but as far as I can remember the right way to define several-bits field is "int <name>:1". But I might be mistaken. A bitfield of size 1 should not be signed, as there's no space for a sign b... 12 Feb 2010 08:55
[PATCH 11/12] mm: Take the RCU read lock in rmap_walk_anon
rmap_walk_anon() does not use page_lock_anon_vma() for looking up and locking an anon_vma. One important difference between page_lock_anon_vma() and rmap_walk_anon() is that the page_lock_anon_vma() takes the RCU lock before the lookup so that the anon_vma does not disappear. There does not appear to be locking in ... 12 Feb 2010 07:50
[PATCH 10/12] mm: Check for an empty VMA list in rmap_walk_anon
There appears to be a race in rmap_walk_anon() that can be triggered by using page migration under heavy load on pages that do not belong to the process doing the migration - e.g. during memory compaction. The bug triggered is a NULL pointer deference in list_for_each_entry(). I believe what is happening is that ... 12 Feb 2010 07:50
[PATCH 0/12] Memory Compaction v2r12
Changelog since V1 o Update help blurb on CONFIG_MIGRATION o Max unusable free space index is 100, not 1000 o Move blockpfn forward properly during compaction o Cleanup CONFIG_COMPACTION vs CONFIG_MIGRATION confusion o Permissions on /proc and /sys files should be 0200 o Reduce verbosity o Compact ... 12 Feb 2010 07:50
xen: Make event channel work with PV featured HVe
On Thu, 11 Feb 2010, Sheng Yang wrote: The MSI/MSI-X is the target, but if we add more code then we want benefit from them. Stick with LAPIC is no benefit I think. We wouldn't stick with LAPIC: the guest could still decide to use event channels for all the vectors and LAPIC usage would be avoided, an... 12 Feb 2010 07:50