perf/trace: use read() instead of lseek() in trace_event_read.c:skip()
On Fri, May 14, 2010 at 06:12:55PM +0200, Borislav Petkov wrote: From: Tom Zanussi <tzanussi(a)gmail.com> Date: Tue, May 04, 2010 at 11:02:10PM -0500 Hi, Here's a small fix for a problem affecting live-mode, introduced in the past day or so: root(a)tropicana:~# perf trace rwtop pe... 14 May 2010 12:48
[PATCH 0/2] A couple of workarounds for Xen based VPS services
Several Xen based VPS providers (Rackspace Cloud Servers, Slicehost, and Amazon EC2 just to name a few) are faced with (at least :) ) two problems with the current Xen support in the kernel. Mostly, these problems stem from the fact that there are many different guest distro's with very different levels of flexib... 14 May 2010 12:48
[PATCH 1/2] Allow hvc tty's to pose as vt's
Allow for hvc based tty's to take over the vt driver's major number and namespace. Signed-off-by: Soren Hansen <soren(a)linux2go.dk> Tested-By: Major Hayden <major.hayden(a)rackspace.com> --- drivers/char/Kconfig | 9 ++++++++- drivers/char/hvc_console.c | 9 +++++++++ 2 files changed, 17 insertions... 14 May 2010 12:48
Make the Xen block device prefix configurable
On Fri, 14 May 2010 18:10:48 +0200 Soren Hansen wrote: Add a config option to tweak the Xen block device prefix. Signed-off-by: Soren Hansen <soren(a)linux2go.dk> Tested-By: Major Hayden <major.hayden(a)rackspace.com> --- drivers/block/Kconfig | 10 ++++++++++ drivers/block/xen-blkfront.c ... 14 May 2010 12:48
[PATCH 2/2] Make the Xen block device prefix configurable
Add a config option to tweak the Xen block device prefix. Signed-off-by: Soren Hansen <soren(a)linux2go.dk> Tested-By: Major Hayden <major.hayden(a)rackspace.com> --- drivers/block/Kconfig | 10 ++++++++++ drivers/block/xen-blkfront.c | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --... 14 May 2010 12:48
[PATCH 3/3] input: Default to only using PNP for i8042 probing on x86
Experimenting with Windows has revealed that it will not probe the keyboard controller unless a valid PNPACPI device is present. Change our behaviour to match, and add a new i8042.forcedprobe parameter to allow people to override it. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/input/serio/i8042... 14 May 2010 12:48
perf/trace: use read() instead of lseek() in trace_event_read.c:skip()
From: Tom Zanussi <tzanussi(a)gmail.com> Date: Tue, May 04, 2010 at 11:02:10PM -0500 Hi, Here's a small fix for a problem affecting live-mode, introduced in the past day or so: root(a)tropicana:~# perf trace rwtop perf trace started with Perl script /root/libexec/perf-core/scripts/perl/rwtop.pl ... 14 May 2010 12:48
[PATCH 0/2] drm: registering panic notifier cosmetics
Just some minor tweaks from casual user. Please apply & thanks. Kirill Smelkov (2): drm/radeon: "unregistered panic notifier" printk is redundant drm: Prefix info printk about registering panic notifier with 'drm' drivers/gpu/drm/drm_fb_helper.c | 4 ++-- drivers/gpu/drm/radeon/radeon_fb.c | 2 --... 14 May 2010 12:48
[PATCH 2/3] input: Add a PNP entry to the aux device list
Windows checks for an ALPS PS/2 device in PNP. Add it on the off-chance that there's a machine that expresses this without also providing a compatibility ID. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/input/serio/i8042-x86ia64io.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) d... 14 May 2010 12:48
[PATCH 1/3] input: Add some extra PNP keyboard types
Some Japanese machines declare their keyboard with a different PNP ID. Add it to the list of probed device IDs. While we're at it, add all the other IDs that Windows binds to - we'll probably never see them in the real world, but it doesn't hurt. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/inpu... 14 May 2010 12:48