[PATCH 0/12] PV on HVM Xen
Hi all, the last update on the PV on HVM Xen series contains the following changes: - some variables and functions have been renamed following Jeremy's suggestions, in particular: s/init_shared_info/xen_hvm_init_shared_info s/xen_platform_pci/xen_platform_pci_enabled s/UNPLUG_/XEN_UNPLUG_ - the two platform... 3 Jun 2010 10:01
latencytop: adapt the Makefile for cross-compilation
From: Remy Bohmer <linux(a)bohmer.net> Signed-off-by: Remy Bohmer <linux(a)bohmer.net> Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Arjan van de Ven <arjan(a)linux.intel.com> --- We carry this patch in our build-system for embedded devices 'ptxdist'. I thought it might be worth picking up... Makefile... 3 Jun 2010 08:55
[PATCH 1/3] ARM: module - simplify code with temporaries
Less to read. Signed-off-by: Phil Carmody <ext-phil.2.carmody(a)nokia.com> --- arch/arm/kernel/module.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c index c628bdf..d531a63 100644 --- a/arch/arm/kernel/module.c +++ b/a... 3 Jun 2010 08:55
[PATCH 0/3] ARM: unwind extension
The first two patches are simply preparation for the third, making it effectively trivial, even though it's the only one with a concrete change in behaviour. The origins of this patchset are the discovery that unwind and kmemleak don't always cooperate well with each other - any allocation within an exit or ... 3 Jun 2010 08:55
[PATCH 3/3] ARM: module - additional unwind tables for exit/devexit sections
Without these, exit functions cannot be stack-traced, so to speak. This implies that module unloads that perform allocations (don't laugh) will cause noisy warnings on the console when kmemleak is enabled, as it presumes that all code's call chains are traceable. Similarly, BUGs and WARN_ONs will give additional co... 3 Jun 2010 08:55
Your e-mail has just been awarded the sum of 950,000 GBP send us your:-
Names___Address___Tel____Country__ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 3 Jun 2010 08:55
[PATCH] usb-serial/ftdi_sio: fix DTR/RTS line modes
Call set_mctrl() and clear_mctrl() according to the flow control mode selected. This makes serial communication for FT232 connected devices work when CRTSCTS is not set. This fixes a regression introduced by 4175f3e31 ("tty_port: If we are opened non blocking we still need to raise the carrier"). This patch call... 3 Jun 2010 08:55
scripts: Add homepage field to debian/control file
On 2.6.2010 01:22, Rogério Brito wrote: This helps when the user sees information of the packages on package managers like aptitude. Signed-off-by: Rogério Brito <rbrito(a)ime.usp.br> Thanks, I've applied all your three patches. Michal -- To unsubscribe from this list: send the line "unsubscribe linu... 3 Jun 2010 07:50
[PATCH] spi: omap2_mcspi: make use of dev_vdbg()
From: Felipe Balbi <felipe.balbi(a)nokia.com> dev_vdbg() is only compiled when VERBOSE is defined, so there's no need to wrap dev_dbg() on #ifdef VERBOSE .. #endif as we can use dev_vdbg() directly. Signed-off-by: Felipe Balbi <felipe.balbi(a)nokia.com> --- drivers/spi/omap2_mcspi.c | 36 +++++++++-------------... 3 Jun 2010 07:50
staging RT2870 removed /etc/Wireless/... configuration files
Hi, I know that questions/notificatins about stating drivers are not 100% welcome on this mailing list, but I see no other possibiliy to solve my problem. I used (very sucessful) a wireless-USB adapter (ID 148f:2770 Ralink Technology, Corp.) with 2.6.32 and rt2870sta staging driver. I eddited /etc/Wireless/RT... 3 Jun 2010 07:50