Regulators: wm8400 - cleanup platform driver data handling
On Wed, Feb 24, 2010 at 10:25:49AM +0000, Mark Brown wrote: On Tue, Feb 23, 2010 at 11:38:50PM -0800, Dmitry Torokhov wrote: Driver data set by platform_set_drvdata() is for private use of the driver currently bound to teh device and not for use by parent, subsystem and anyone else. Also ha... 24 Feb 2010 15:24
[PATCH] failslab: add ability to filter slab caches
David Rientjes <rientjes(a)google.com> writes: On Tue, 23 Feb 2010, Dmitry Monakhov wrote: Example: echo 1 > /sys/kernel/slab/skbuff_head_cache/failslab echo 1 > /sys/kernel/debug/failslab/cache-filter Where's the changelog? I've hoped than subject is enough. But if you want more verbose ... 24 Feb 2010 14:16
Email Back Shortly
Hello, I want to use this opportunity to ask you to be part of a business deal that would be beneficial for the parties involved. Your profit from the business transaction will be about 9.6 million USD which is approximately 7 million Euros. Let me know if you are interested and I will send you a mor... 24 Feb 2010 14:16
picolcd: driver for PicoLCD HID device
Am Mittwoch, 24. Februar 2010 17:00:49 schrieb Bruno Prémont: +static int picolcd_raw_event(struct hid_device *hdev, + struct hid_report *report, u8 *raw_data, int size) +{ + struct picolcd_data *data = hid_get_drvdata(hdev); + char hexdata[25]; + int i; + + ... 3 Mar 2010 01:50
KVM: SVM: Coding style cleanup
On Wed, Feb 24, 2010 at 06:59:10PM +0100, Joerg Roedel wrote: This patch removes whitespace errors, fixes comment formats and most of checkpatch warnings. Now vim does not show ^^^^^^^^ This means actually "errors". The warnings left in this file are completly 80-chars-per-line related... 24 Feb 2010 14:16
[PATCH 07/11] KVM: SVM: Ignore write of hwcr.ignne
Hyper-V as a guest wants to write this bit. This patch ignores it. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kvm/x86.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 2c24cb5..31d44c1 100644 --- a/arch/x86/kvm/x86.c... 24 Feb 2010 13:08
[PATCH 02/11] KVM: SVM: Reset MMU on nested_svm_vmrun for NPT too
Without resetting the MMU the gva_to_pga function will not work reliably when the vcpu is running in nested context. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kvm/svm.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c... 24 Feb 2010 13:08
introduce sys_membarrier(): process-wide memory barrier (v9)
Nick Piggin wrote: When writing multiprocessor scalable software, threads should often be avoided. They share so much state that it is easy to run into scalability issues in the kernel. So yes it would be really nice to have userspace RCU available in a process-shared mode. A bit off topic, but I'm int... 24 Feb 2010 13:08
[git patches] boot fix for 2.6.33 for parisc
Hi Linus, please pull the following change for parisc to fix and issue which prevents Linux from booting. (Short summary: PCI CLS was being set from the default by the PCI layer *after* fixups, which meant sym2 fixups had an unset PCI CLS, which meant we couldn't find the root disk.) regards, Kyle The followi... 24 Feb 2010 13:08
[ANNOUNCE] 2.6.33-rc8-rt2
We are pleased to announce the next update to our new preempt-rt series. - Update to linus latest - Fixes all over the place for the merge fallout - KVM fix from Jan - perf fix from Peter - tracer fixes from Carsten Known issues: - the highmem problem which Fernando reporte... 24 Feb 2010 13:08