drm request 3
Hmm. What the hell am I supposed to do about (II) NOUVEAU(0): [drm] nouveau interface version: 0.0.16 (EE) NOUVEAU(0): [drm] wrong version, expecting 0.0.15 (EE) NOUVEAU(0): 879: now? What happened to the whole backwards compatibility thing? I wasn't even warned that this breaks existing user space.... 8 Mar 2010 13:02
[GIT PULL] SLAB updates for 2.6.34-rc1
Hi Linus, Here's the usual batch of slab allocator updates. The biggest change are the per-CPU patches from Christoph that have been brewing in linux-next for few months now. Pekka The following changes since commit eaa5eec739637f32f8733d528ff0b94fd62b1214: Linus Torvalds (1): ... 4 Mar 2010 13:29
[PATCH 1/1] Stage: hv: Remove Ringbuffer from TODO line
From: Hank Janssen <hjanssen(a)microsoft.com> Remove Ringbuffer work line item from TODO file. The ring buffer in the Hyper-V Linux drivers is used to communicate with the parent partition running Windows Server 2008 Hyper-V. The ring buffer functionality on the Hyper-V Linux drivers is written to be functiona... 4 Mar 2010 13:29
time: Cleanup direct xtime usage in xen
On 03/03/2010 07:11 PM, John Stultz wrote: Not critical, 2.6.35 material. Cleanup xen's direct use of internal timekeeping values. Cc: Jeremy Fitzhardinge<jeremy(a)xensource.com> Cc: Thomas Gleixner<tglx(a)linutronix.de> Cc: Andrew Morton<akpm(a)linux-foundation.org> Signed-off-by: John Stultz<johnstu... 4 Mar 2010 13:29
oprofile: updates for v2.6.34
* Robert Richter <robert.richter(a)amd.com> wrote: Ingo, it's only one patch, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent (It seems the git mirror is not yet sync'ed.) Still cannot pull - forgot to push out? Ingo -- To unsubscribe from thi... 9 Mar 2010 06:44
[PATCH 1/2] ahci: Move generic code into libahci
This patch should contain no functional changes, just moves code around. Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/ata/Makefile | 2 +- drivers/ata/ahci.c | 2271 +------------------------------------------------ drivers/ata/ahci.h | 332 +++++++ drivers/ata/libahci.c | ... 4 Mar 2010 12:20
sh: Convert sh to use read/update_persistent_clock
On Wed, Mar 03, 2010 at 07:57:23PM -0800, John Stultz wrote: This patch converts the sh architecture to use the generic read_persistent_clock and update_persistent_clock interfaces, reducing the amount of arch specific code we have to maintain, and allowing for further cleanups in the future. I have ... 4 Mar 2010 12:20
[PATCH 2/2] ahci: Add platform driver
This can be used for AHCI-compatible interfaces implemented inside System-On-Chip solutions, or AHCI devices connected via localbus. Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/ata/Kconfig | 8 ++ drivers/ata/Makefile | 1 + drivers/ata/ahci_platform.c | 19... 4 Mar 2010 12:20
[PATCH v2 0/2] ahci: Add support for non-PCI devices
Hi all, Thanks for the feedback on the previous patches! Here comes v2: - Patches 1-8 dropped as they are in libata-dev.git; - Patches 'ahci: Move generic code into libahci' and 'ahci: Export generic AHCI symbols' were merged into one. - We no longer touch Kconfig when not needed. - libahci.h renamed to ... 4 Mar 2010 12:20
[PATCH 5/9] perf, x86: use new perfctr reservation functions in perf code
Use reserve_perfctr()/release_perfctr() in perf code. Signed-off-by: Robert Richter <robert.richter(a)amd.com> --- arch/x86/kernel/cpu/perf_event.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/cpu/perf_event.c b/arch/x86/kernel/cpu/perf_event.c index 62a1a5e..16a... 4 Mar 2010 12:20