[PATCH] hwmon: Add driver for VIA CPU core temperature
Dear Juerg, On Wed, Aug 19, 2009 at 09:52:25AM -0700, Juerg Haefliger wrote: Do you have any answers to my previous questions: 1) My driver uses the CPUID instruction to read the performance registers that contain the temp and voltage data. Harald's driver reads MSRs. I don't know if there are any ... 9 Dec 2009 03:23
[23/31] HWPOISON: add memory cgroup filter
> +#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP +u64 hwpoison_filter_memcg; +EXPORT_SYMBOL_GPL(hwpoison_filter_memcg); +static int hwpoison_filter_task(struct page *p) +{ + struct mem_cgroup *mem; + struct cgroup_subsys_state *css; + unsigned long ino; + + if (!hwpoison_filter_memcg) + return 0... 14 Dec 2009 08:47
drivers/net/au1000_eth.c: Remove misuse of DECLARE_MAC_BUF
From: Joe Perches <joe(a)perches.com> Date: Sun, 06 Dec 2009 12:32:43 -0800 And use a directly declared buffer. It's used in a call to prom_get_ethernet_addr to get a 6 byte address, not a formatted output string. Signed-off-by: Joe Perches <joe(a)perches.com> This DECLARE_MAC_BUF reference is alr... 9 Dec 2009 00:09
include/linux/if_ether.h: Remove unused defines MAC_BUF_SIZE and DECLARE_MAC_BUF
From: Joe Perches <joe(a)perches.com> Date: Sun, 06 Dec 2009 12:35:30 -0800 Signed-off-by: Joe Perches <joe(a)perches.com> Applied, thanks Joe. -- 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.ke... 9 Dec 2009 00:09
atl1c:add pci map direction in atl1c_buffer flags
From: <jie.yang(a)atheros.com> Date: Mon, 7 Dec 2009 16:56:59 +0800 From: Jie Yang <jie.yang(a)atheros.com> add pci map direction in atl1c_buffer flags, it is used when call pci_unmap apis. Signed-off-by: Jie Yang <jie.yang(a)atheros.com> Applied. -- To unsubscribe from this list: send the line "unsu... 9 Dec 2009 00:09
arch/sh: Replace an explicit computation by the use of the container_of macro
On Mon, Dec 07, 2009 at 10:46:26AM +0100, Nicolas Palix wrote: From 945e75c0e3202ab4cd0b8f185ea4be5609806edb Mon Sep 17 00:00:00 2001 From: Nicolas Palix <npalix(a)diku.dk> Date: Mon, 7 Dec 2009 10:38:55 +0100 The macro container_of from kernel.h performs the same pointer arithmetic operation. T... 8 Dec 2009 23:03
[PATCH] vbus: fix lots of sparse "dubious signed bitfield" warnings
The sparse utility gave tons of warnings about signed bitfields. A simple inspection shows that they are all used as booleans, so convert them to the correct type. Signed-off-by: Ira W. Snyder <iws(a)ovro.caltech.edu> --- drivers/vbus/pci-bridge.c | 2 +- include/linux/ioq.h | 6 +++--- 2 files chan... 8 Dec 2009 16:25
fanotify: fastpath to ignore certain in core inodes
On 2008-11-12, Eric Paris <eparis(a)redhat.com> wrote: Kernel Build on a 32 way machine: Stock kernel: 9 minutes 12 seconds fanotify no in kernel fastpath: 95 minutes 12 seconds Only events AV wants with in kernel fastpath: 10 minutes 35 seconds Can you provide the number of calls into the listeners for ea... 8 Dec 2009 10:48
[PATCH v9 2/8] Loongson: YeeLoong: add platform driver
From: Wu Zhangjin <wuzhangjin(a)gmail.com> This patch adds platform driver for YeeLoong, Currently, This driver is "empty", the subdrivers will be added in the coming patches. Signed-off-by: Wu Zhangjin <wuzhangjin(a)gmail.com> --- arch/mips/include/asm/mach-loongson/ec_kb3310b.h | 191 ++++++++++++++++++++++ a... 8 Dec 2009 09:42
[PATCH v9 0/8] Loongson: YeeLoong: add platform drivers
From: Wu Zhangjin <wuzhangjin(a)gmail.com> Hi, Ralf and Andrew Morton Could you please queue this patchset for 2.6.33? Of course, any new feedbacks are welcome, thanks! Best Regards, Wu Zhangjin ------------------ This patchset adds platform specific drivers for YeeLoong netbook. including the... 8 Dec 2009 09:41