|
First
|
Prev |
Next
|
Last
Pages: 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544
[patch 2/8] s390-kvm: leave sie context on work. Removes preemption requirement From: Christian Borntraeger <borntraeger(a)de.ibm.com> From: Martin Schwidefsky <schwidefsky(a)de.ibm.com> This patch fixes a bug with cpu bound guest on kvm-s390. Sometimes it was impossible to deliver a signal to a spinning guest. We used preemption as a circumvention. The preemption notifiers called vcpu_load, w... 6 May 2008 23:27
[patch 1/8] s390: Optimize user and work TIF check From: Martin Schwidefsky <schwidefsky(a)de.ibm.com> On return from syscall or interrupt, we have to check if we return to userspace (likely) and if there is work todo (less likely) to decide if we handle the work. We can optimize this check: we first check for the less likely work case and then check for userspace... 6 May 2008 23:27
[patch 3/8] cio: Remove cio_msg kernel parameter. From: Michael Ernst <mernst(a)de.ibm.com> The only sporadically used CIO_DEBUG messages are replaced by ordinary CIO_MSG_EVENT messages. The CIO_MSG_EVENT messages debug levels are consolidated. Signed-off-by: Michael Ernst <mernst(a)de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky(a)de.ibm.com> --- ... 6 May 2008 23:27
m68k: Fix falconide `data_adr' typo On Monday 05 May 2008, Geert Uytterhoeven wrote: From: Geert Uytterhoeven <geert(a)linux-m68k.org> commit 9567b349f7e7dd7e2483db99ee8e4a6fe0caca38 Author: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Date: Mon Apr 28 23:44:36 2008 +0200 ide: merge ->atapi_*put_bytes and ->ata_*p... 6 May 2008 23:27
[git patches] libata updates - sata_mv: continued fixing - sata_inic: make it actually work - new driver from Intel - misc fixes from Tejun Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstream-linus to receive the following updates: drivers/ata/Kconfig | 1... 6 May 2008 23:27
[hg:v4l-dvb] Fix FW_LOADER depencency at v4l/dvb On Tue, 6 May 2008 10:54:02 -0400 "Michael Krufky" <mkrufky(a)linuxtv.org> wrote: Mauro, I disagree with this change. So, propose another way to fix. Without this patch, if HOTPLUG = 'n', several drivers will break. Sorry, but I can't see any other solution (in fact, I tested "select HOTPLUG", but th... 6 May 2008 23:27
[PATCH] hostap: procfs fix for hostap_fw.c Hello, I've been toying with hostap_pci and found a bug that is triggered when you unload/reload the module. If you don't have PRISM2_NO_PROCFS_DEBUG defined (which is the default, as per hostap_config.h), the driver creates a "registers" file in /proc used to dump PRISM registers (function prism2_init... 6 May 2008 23:27
[PATCH6/7] i2c: adds support for i2c bus on Freescale CPM1/CPM2 controllers Hi Wolfram, + /* Begin transmission */ + setbits8(&i2c_reg->i2com, 0x80); Hardcoded value. (I also wonder if 0x81 might be more suitable, as it keeps the "be-a-master"-bit set. Still, both values work with my setup.) +#ifdef I2C_CHIP_ERRATA + /* + * Chip errata, clear enable. This is not ... 6 May 2008 23:27
[hg:v4l-dvb] Fix FW_LOADER depencency at v4l/dvb Mauro, I disagree with this change. It looks like you are attempting to workaround a Kbuild bug, by adding additional dependencies to modules that select FW_LOADER. Rather than doing this, we should work on fixing Kbuild such that this situation would be corrected. Energy would be better spent fixing the K... 6 May 2008 23:27
make mm/memory_hotplug.c:online_page() static Adrian Bunk wrote: Now that it's in the same file as it's caller online_page() can become static. I have a patch to call it from elsewhere, so I'd like to keep it as a kernel-internal API for now. J -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a... 6 May 2008 23:27 |