percpu for v2.6.32
Mike, if you can not find one, let me know. I would try the benchmarkers. IIRC, they may have those already ready to go. Tejun, I have an SGI Prism at home that is normally powered off. I could power that up, get you set up to access it, and let you lose. There are basic commands for using the L2 to power on and... 20 Apr 2010 16:08
[GIT PULL] perf fix
Linus, Please pull the latest perf-fixes-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf-fixes-for-linus Thanks, Ingo ------------------> Frederic Weisbecker (1): perf: Fix unsafe frame rewinding with hot regs fetching arch/x86/kernel/d... 20 Apr 2010 16:07
hid: Add mappings for a few keys found on Logitech MX3200
On Fri, 16 Apr 2010, Lorenzo Castelli wrote: The keys are added to the generic wireless mappings in case other keyboards use them. Note that the product ID for the MX3200 is the same as USB_DEVICE_ID_S510_RECEIVER_2. Applied. thanks. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from thi... 20 Apr 2010 16:07
Good Day
Good Day, I have a Business Proposal of $21,300,000.00 for you to handle with me from my bank.please contact me on {lingtai25(a)yahoo.com.hk} with your Full names,occupation,private phone number,current residential address. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me... 20 Apr 2010 16:07
[PATCH v4] perf: Split out arch specific code & improve PowerPC perf probe support
Here's the 4th version of the perf probe PowerPC support and perf arch specific infrastructure patches rebased on top of tip/perf/core. Changelog V4: * Rebased on top of tip/perf/core (with powerpc/next merged) and resolved merge conflicts. * Move the check for DWARF support prior to the inclusion of the arc... 20 Apr 2010 16:06
Xonar DX invalid PCI I/O range since 977d17bb174
On 04/19/2010 12:42 PM, Peter Henriksson wrote: On Mon, 2010-04-19 at 11:50 -0700, Yinghai wrote: please try: [PATCH] pci: disable pci trying to reallocate pci bridge by default. it broken Linus's Nouveau Not sure why but I had to use some spit and glue to get it to apply. Other tha... 10 May 2010 15:26
[PATCH] perf: Fix NULL pointer dereference
From: Ian Munsie <imunsie(a)au.ibm.com> I began to receive semi-reproducible segmentation faults while using perf probe on one machine. From the below back trace it is apparent that they were due to using a list node which had not been properly initialised while parsing the vmlinux file. This patch adds the appr... 20 Apr 2010 16:06
[BUG] kvm: dereference srcu-protected pointer without srcu_read_lock() held
Applied the patch I just sent and let CONFIG_PROVE_RCU=y, we can got the following dmesg. And we found that it is because some codes in KVM dereferences srcu-protected pointer without srcu_read_lock() held or update-side lock held. It is not hard to fix, the problem is that: Where is the most proper place to put... 20 Apr 2010 16:06
[PATCH] kvm: use the correct RCU API
The RCU/SRCU API have already changed for proving RCU usage. I got the following dmesg when PROVE_RCU=y because we used incorrect API. This patch coverts rcu_deference() to srcu_dereference() or family API. =================================================== [ INFO: suspicious rcu_dereference_check() usage. ] ... 20 Apr 2010 16:06
MMC: atmel-mci: enable SD high speed support
Nicolas Ferre <nicolas.ferre(a)atmel.com> wrote: Enable high speed support for atmel-mci driver. This support is dependent of the revision of the IP and, of course, the capacity of the SD card used. Signed-off-by: Nicolas Ferre <nicolas.ferre(a)atmel.com> Looks good to me. Reviewed-by: Haavard Skinnemoen... 20 Apr 2010 16:06