[GIT PULL] sound fixes
Linus, please pull sound (HD-audio) fixes for v2.6.34-final from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git fix/hda This contain the following three trivial fixes. Thanks! Takashi === Andrej Gelenberg (1): ALSA: hda - add support for Lenovo ThinkPad X100e in conex... 10 May 2010 12:05
Resierfs random corruptions (probably related to cryptsetup or LVM)
Hi, I'm experiencing some strange messages in kernel log: [79096.365936] REISERFS warning: reiserfs-5090 is_tree_node: node level 32768 does not match to the expected one 1 [79096.365946] REISERFS error (device dm-3): vs-5150 search_by_key: invalid format found in block 885035. Fsck? [79096.365952] REISERFS (... 10 May 2010 12:05
Power Domain Framework
On Mon, May 10, 2010 at 07:16:06PM +0530, Deepak Sikri wrote: In our System on chip we have several power domains. As such there is no generic framework for the Power Domains in linux , and I find huge potential in the software to control the domains and exploit the power management capabilities. The... 27 May 2010 03:49
[OOPS] apbuart.c: Two problems related to grlib_apbuart_configure()
On Sat, May 8, 2010 at 11:58 PM, Miguel Ojeda <miguel.ojeda.sandonis(a)gmail.com> wrote: Hi, I found two problems using the Simics' sunfire target, so maybe the following does not occur in real machines. 1. At grlib_apbuart_configure() in apbuart.c, prop can be NULL if "clock-frequency" doesn't exis... 10 May 2010 09:52
Handle instruction cache maintenance fault properly
On Mon, May 10, 2010 at 04:07:57PM +0300, Kirill A. Shutemov wrote: Between "clean D line..." and "invalidate I line" operations in v7_coherent_user_range(), the memory page may get swapped out. And the fault on "invalidate I line" could not be properly handled causing the oops. You have to be very caref... 10 May 2010 12:05
[PATCH] Handle instruction cache maintenance fault properly
Between "clean D line..." and "invalidate I line" operations in v7_coherent_user_range(), the memory page may get swapped out. And the fault on "invalidate I line" could not be properly handled causing the oops. The patch adds the missing handling for "instruction cache maintenance fault". Let's handle it as tra... 10 May 2010 09:52
x86,perf: P4 PMU -- configurate predefined events
On 08.05.10 07:25:51, Cyrill Gorcunov wrote: If an event is not RAW we should exit p4_hw_config early but call x86_setup_perfctr as well. CC: Peter Zijlstra <peterz(a)infradead.org> CC: Ingo Molnar <mingo(a)elte.hu> CC: Frederic Weisbecker <fweisbec(a)gmail.com> CC: Lin Ming <ming.m.lin(a)intel.com> CC... 10 May 2010 09:52
hwmon: (coretemp) Detect the thermal sensors by CPUID
On Mon, 10 May 2010 11:35:25 +0800, Huaxu Wan said: 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... 11 May 2010 17:55
[tip:timers/core] clocksource: Add clocksource_register_hz/khz interface
Commit-ID: d7e81c269db899b800e0963dc4aceece1f82a680 Gitweb: http://git.kernel.org/tip/d7e81c269db899b800e0963dc4aceece1f82a680 Author: John Stultz <johnstul(a)us.ibm.com> AuthorDate: Fri, 7 May 2010 18:07:38 -0700 Committer: Thomas Gleixner <tglx(a)linutronix.de> CommitDate: Mon, 10 May 2010 14:24:26 +0200 ... 10 May 2010 08:46
Block: Check major number before allocate the buffer in register_blkdev()
Please don't top post when replying to emails, I fixed this one up for you. On Mon, May 10 2010, wzt wzt wrote: On Mon, May 10, 2010 at 7:56 PM, Jens Axboe <jens.axboe(a)oracle.com> wrote: On Mon, May 10 2010, wzt.wzt(a)gmail.com wrote: Check major number before allocate the buffer, if the major number ... 10 May 2010 08:46