[PATCH 1/2 V2] hwmon: (coretemp) Detect the thermal sensors by CPUID
The thermal sensors of Intel(R) CPUs can be detected by CPUID instruction, indicated by CPUID.06H.EAX[0]. Signed-off-by: Huaxu Wan <huaxu.wan(a)linux.intel.com> Signed-off-by: Carsten Emde <C.Emde(a)osadl.org> --- drivers/hwmon/coretemp.c | 24 +++++++----------------- 1 files changed, 7 insertions(+), 17 dele... 10 May 2010 00:09
[PATCH] sched: Remove a bogus comment
This comment should have been removed together with uids_mutex when removing user sched. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- kernel/user.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/user.c b/kernel/user.c index 8e1c8c0..7e72614 100644 --- a/kernel/user.c +... 10 May 2010 00:09
[PATCH] tracing: Fix function declarations if !CONFIG_STACKTRACE
ftrace_trace_stack() and frace_trace_userstacke() take a struct ring_buffer argument, not struct trace_array. Commit e77405ad("tracing: pass around ring buffer instead of tracer") made this change. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- kernel/trace/trace.h | 4 ++-- 1 files changed, 2 insertion... 10 May 2010 00:09
lmb: Add lmb_to_bootmem()
On Sat, 2010-05-08 at 08:17 -0700, Yinghai Lu wrote: lmb_to_bootmem() will reserve lmb.reserved.region in bootmem after bootmem is set up. We can use it to with all arches that support lmb later. This is clumsy. Doesn't work with NUMA either. Also, reserve_bootmem_generic() only exists on x86 afaik. ... 10 May 2010 01:13
[PATCH 2/2] hwmon: (coretemp) Get TjMax value from MSR
On 15:29 Fri 07 May, Carsten Emde wrote: + err = rdmsr_safe_on_cpu(id, MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); + if (err) + dev_warn(dev, "Unable to read TjMax from CPU.\n"); + else { + val = (eax >> 16) & 0xff; + if (val > 80 && val < 120) { + dev_info(dev, "TjMax is %dC.\n", val); + ... 10 May 2010 00:09
Notification: From The Common Wealth Of Nations
The Common Wealth Of Nations Ref: CWNL/04760X2/45 Batch: 8731/069/BRK369 Notification from the Common Wealth Of Nations. We wish to announces the 2010 charity bonanza.You are therefore requested to contact us via email immediately for more update, email address---- cw_nations(a)hotmail.com Regards Mr. A... 9 May 2010 23:04
linux-next: manual merge of the rr tree with the net/wireless trees
Hi Rusty, Today's linux-next merge of the rr tree got a conflict in drivers/net/wireless/libertas_tf/if_usb.c between commit e9bd5bcde7af27ebb92bb866afde5ef5e4f3dc6c ("libertastf: add configurable debug messages") from the net/wireless trees and commit 8e4920955f49d45b4df026611e3daef8ed570bf3 ("param:lock-charp-... 9 May 2010 23:04
[PATCH] max8925_bl: properly unregisters a backlight device object in error handling
Properly unregisters a previously registered backlight device object in error handling of max8925_backlight_probe. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/video/backlight/max8925_bl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/video/backlight/max8925_bl.c ... 9 May 2010 21:59
[PATCH] 88pm860x_bl: fix error handling in pm860x_backlight_probe
This patch includes below fixes: 1. fixes a memory leak by kfree(data) in the case of data->port < 0. 2. properly unregisters a previously registered backlight device object in error handling Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/video/backlight/88pm860x_bl.c | 2 ++ 1 files changed, 2 i... 9 May 2010 21:59
linux-next: manual merge of the wireless tree with Linus' tree
Hi John, Today's linux-next merge of the wireless tree got a conflict in drivers/net/wireless/ath/ar9170/main.c between commit 984b3f5746ed2cde3d184651dabf26980f2b66e5 ("bitops: rename for_each_bit() to for_each_set_bit()") from Linus' tree and commit f3926b49b7122f66f8f2a1da4ae3275b112ab3e7 ("ar9170usb: remove ... 9 May 2010 21:59