staging: hv: Add Time Sync feature to hv_utils module
On Wed, 2010-05-05 at 19:23 +0000, Haiyang Zhang wrote: From: Haiyang Zhang <haiyangz(a)microsoft.com> Subject: Add Time Sync feature to hv_utils module. The Time Sync feature synchronizes guest time to host UTC time after reboot, and restore from saved/paused state. +static void adj_guesttime(winfilet... 5 May 2010 22:42
mm: generic adaptive large memory allocation APIs
On Thu, May 6, 2010 at 8:30 AM, Changli Gao <xiaosuo(a)gmail.com> wrote: kvmalloc() will try to allocate physically contiguous memory first, and try vmalloc to allocate virtually contiguous memory when the former allocation fails. kvfree() is used to free the memory allocated by kvmalloc(). It can't be used i... 13 May 2010 18:16
Your Webmail Quota Has Exceeded The Set Quota Please Upgrade
Your Webmail Quota Has Exceeded The Set Quota/Limit Which Is 20GB. You Are Currently Running On 23GB Due To Hidden Files And Folder On Your Mailbox. Please Click the Link Below To Validate Your Mailbox And Increase Your Quota. http://www.emailmeform.com/fid.php?formid=690283 Failure To Click This Link An... 5 May 2010 21:36
kbuild: fixing the select problem
[Sam: I know you don't maintain kbuild anymore, but since you have the most experience, if you could find time to comment, I'd be grateful] The select problem is that the kbuild select directive will turn a symbol on without reference to its dependencies. This, in turn, means that either selected symbols must se... 7 May 2010 07:49
staging/rar_register: depends on PCI
On Wed, 5 May 2010 15:45:22 -0700 Randy Dunlap <randy.dunlap(a)oracle.com> wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> rar_register driver uses PCI interfaces and PCI devices, so it should depend on PCI. Also format the Kconfig help text as normally done. drivers/staging/rar_register... 5 May 2010 22:42
patch usb-gadget-webcam-depends-on-video_dev.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled Subject: USB: gadget webcam: depends on VIDEO_DEV to my gregkh-2.6 tree. Its filename is usb-gadget-webcam-depends-on-video_dev.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.... 5 May 2010 20:30
tty: untangle locking of wait_until_sent
> So, which ones should I move? How about to start with the ones you listed above: drivers/char/amiserial.c drivers/char/generic_serial.c Generic serial covers several old drivers that are defunct drivers/char/rio/ drivers/char/vme_scc drivers/char/ser_a2232 drivers/char/sx/ drivers/char/ip2/ ... 15 May 2010 23:31
USB: g_ffs: the FunctionFS gadget driver
On Wed, May 05, 2010 at 02:25:55PM +0200, Michal Nazarewicz wrote: The Function Filesystem (FunctioFS) lets one create USB composite functions in user space in the same way as GadgetFS lets one create USB gadgets in user space. This allows creation of composite gadgets such that some of the functions ar... 5 May 2010 20:30
[PATCHv1 2.6.34-rc6 2/3] mx5: change usb clock source from pll3 to pll2
For power management reasons, pll2 should be used to source the USBOH3 clock for mx51. PLL3 can be completely gated off when USB is not used. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> --- arch/arm/mach-mx5/clock-mx51.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch... 5 May 2010 19:23
[PATCHv1 2.6.34-rc6 3/3] mx5: enable usb gadget for freescale mx51 babbage board
This patch enables usb gadget for freescale mx51 babbage hw. It adds a kconfig condition for enabling either host or gadget on the OTG port. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> --- arch/arm/mach-mx5/board-mx51_babbage.c | 11 +++++++++++ arch/arm/mach-mx5/clock-mx51.c | 2 ++ a... 5 May 2010 19:23