First  |  Prev |  Next  |  Last
Pages: 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388
kconfig: fix MODULES-related bug in case of no .config
On Tue, Jul 27, 2010 at 09:27:27PM +0200, Ulf Magnusson wrote: Hi, There seems to be a kconfig bug due to MODULES not always being evaluated if no .config is found. Take the following Kconfig as an example: config MODULES def_bool y config FOO def_tristate m With no .config, th... 29 Jul 2010 11:52
[PATCH 2.6.35-rc6] kconfig: fix MODULES-related bug in case of no .config
Hi, There seems to be a kconfig bug due to MODULES not always being evaluated if no ..config is found. Take the following Kconfig as an example: config MODULES def_bool y config FOO def_tristate m With no .config, the following configuration is generated: CONFIG_MODULES=y CONFIG_FOO=y With an em... 27 Jul 2010 16:10
KVM: SVM: Sync efer back into nested vmcb
On 07/27/2010 07:14 PM, Joerg Roedel wrote: This patch fixes a bug in a nested hypervisor that heavily switches between real-mode and long-mode. The problem is fixed by syncing back efer into the guest vmcb on emulated vmexit. This is vmware? IIRC their old kernel was 32-bit, so they need to switch ... 28 Jul 2010 04:12
x86: Detect whether we should use Xen SWIOTLB.
On 07/27/2010 10:00 AM, Konrad Rzeszutek Wilk wrote: It is paramount that we call pci_xen_swiotlb_detect before pci_swiotlb_detect as both implementations use the 'swiotlb' and 'swiotlb_force' flags. The pci-xen_swiotlb_detect inhibits the swiotlb_force and swiotlb flag so that the native SWIOTLB impleme... 3 Aug 2010 01:40
max3107: Fix gpiolib support
Alan Cox wrote: Because of the way gpiolib works we actually need to ifdef this in our header file Signed-off-by: Alan Cox <alan(a)linux.intel.com> Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com> Thanks. --- drivers/serial/max3107.h | 2 ++ 1 files changed, 2 insertions(+), 0 deleti... 27 Jul 2010 15:03
linux-next: Tree for July 27 (xen)
Stephen Rothwell wrote: Hi all, Changes since 20100726: The xen tree lost its build problems but gained a conflict against Linus' tree. when X86_32=y, SMP=n, X86_LOCAL_APIC=n: drivers/built-in.o: In function `xen_callback_vector': (.text+0x41238): undefined reference to `first_system_vect... 28 Jul 2010 11:52
PCI / PCIe: Ask BIOS for control of all native services simultaneously
On Tuesday, July 27, 2010, Kenji Kaneshige wrote: Hi, If I understand your patch correctly, the PCIe port services work only when firmware grants all the controls for port services with your patch. Correct? Yes, that's correct. I think this will break PCIe services currently working. For example... 28 Jul 2010 07:26
virtually indexed array library.
On Tue, 27 Jul 2010 16:53:03 +0900 KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> wrote: This virt-array allocates a virtally contiguous array via get_vm_area() and allows object allocation per an element of array. Quick question: this looks a lot like the "flexible array" mechanism which went in aroun... 2 Aug 2010 20:15
KVM: SVM: Emulate next_rip svm feature
On 07/27/2010 07:14 PM, Joerg Roedel wrote: This patch implements the emulations of the svm next_rip feature in the nested svm implementation in kvm. Signed-off-by: Joerg Roedel<joerg.roedel(a)amd.com> --- arch/x86/kvm/svm.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) ... 28 Jul 2010 08:32
wireless: Convert wiphy_debug macro to function
On Mon, Jul 26, 2010 at 02:40:00PM -0700, Joe Perches wrote: Save a few bytes of text (allyesconfig) $ size drivers/net/wireless/built-in.o* text data bss dec hex filename 3924568 100548 871056 4896172 4ab5ac drivers/net/wireless/built-in.o.new 3926520 100548 871464 4898532 ... 27 Jul 2010 16:09
First  |  Prev |  Next  |  Last
Pages: 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388