[PATCH 5/7] x86/xen: The entrance for PV extension of HVM
xen_guest_init() would setup the environment. Signed-off-by: Sheng Yang <sheng(a)linux.intel.com> --- arch/x86/include/asm/xen/hypervisor.h | 6 ++++++ arch/x86/kernel/setup.c | 4 ++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/xen/hypervisor.h b/ar... 5 Mar 2010 01:49
[PATCH 0/7][v6] PV extension of HVM (Hybrid) for Xen
Hi, Jeremy Here is the sixth version of patchset to enable PV extension of HVM support in Linux kernel of Xen. The PV extension of HVM is started from real mode like HVM guest, but also with a a range of PV features(e.g. PV timer, event channel, as well as PV drivers). So guest with this feature can takes the ... 5 Mar 2010 01:49
X doesn't work with 2.6.33 (can't find any input devices)
On Fri, Mar 5, 2010 at 2:40 PM, <tytso(a)mit.edu> wrote: On Wed, Mar 03, 2010 at 07:20:07AM -0800, David Miller wrote: From: tytso(a)mit.edu Date: Wed, 3 Mar 2010 10:17:20 -0500 It worked just *fine* using 2.6.33-rc4. �I have no xorg.conf file (X is autoconfiguring itself) and I'm using an Ubunt... 5 Mar 2010 00:44
Simple gesture support query
Hi, I have a couple of queries in gesture support: 1) How are they handled in a touch driver - how are they is reported back to the application? 2) Are there any standard test utilities for verifying this. Regards, sriram -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in... 5 Mar 2010 00:44
bitops: rename for_each_bit to for_each_set_bit
Hi, On Tue, 2 Feb 2010 00:10:32 +0900 Akinobu Mita <akinobu.mita(a)gmail.com> wrote: diff --git a/include/linux/bitops.h b/include/linux/bitops.h index c05a29c..de68c58 100644 --- a/include/linux/bitops.h +++ b/include/linux/bitops.h @@ -16,7 +16,7 @@ */ #include <asm/bitops.h> -#de... 5 Mar 2010 00:44
Can't boot lvm on root (Ubuntu 9.10 userspace) with 2.6.33
On Wed, Mar 03, 2010 at 09:46:02AM -0500, Theodore Ts'o wrote: The last kernel I could boot was 2.6.33-rc4, so this might be a regression. As near as I can tell, this udev rule isn't firing: SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_FS_TYPE}=="lvm*|LVM*", \ RUN+="watershed sh -c '/sbin/lvm... 5 Mar 2010 00:44
Webmail Quota Has Exceeded The Set Limit?
Your mailbox has exceeded the storage limit which is 20GB as set by youradministrator,you are currently running on 20.9GB,you may not be able tosend or receive new mail until you re-validate your mailbox.Tore-validate your mailbox please CLICK HERE <http://2xwdm.9hz.com/> Thanks System Administrator. -- To un... 4 Mar 2010 23:38
[PATCH 0/2] Perf hot regs snapshot for trace events
Please tell me what you think about this new version. I still can not fallback to save the ip for archs that don't implement it as it can't be done in a generic way, but more work has been made to implement this support more easily. No more assembly in this new version, it also uses functions instead of macros ... 4 Mar 2010 22:32
mmotm 2010-03-04-18-05 uploaded
The mm-of-the-moment snapshot 2010-03-04-18-05 has been uploaded to http://userweb.kernel.org/~akpm/mmotm/ and will soon be available at git://zen-kernel.org/kernel/mmotm.git It contains the following patches against 2.6.33: origin.patch timbgpio-fix-build.patch linux-next.patch linux-next-git-r... 4 Mar 2010 22:32
[PATCH 2/2 V3] io-controller: Document for blkio.weight_device
Here is the document for blkio.weight_device Signed-off-by: Gui Jianfeng <guijianfeng(a)cn.fujitsu.com> --- Documentation/cgroups/blkio-controller.txt | 35 +++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) diff --git a/Documentation/cgroups/blkio-controller.txt b/Documentation/cg... 4 Mar 2010 22:32