First
|
Prev |
Next
|
Last
Pages: 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954
ACPI _LID failures On Mon, 15 Mar 2010 21:32:41 +0200 Surbhi Palande <surbhi.palande(a)canonical.com> wrote: The following two patches are quirks that blacklist bios which report incorrect lid status. These are bioses for machines with a 900 GM. The first one is tested by Ubuntu users and the second one isn't. Further testin... 19 Mar 2010 17:48
[PATCH] x86: do not free zero sized per cpu areas From: Ian Campbell <ian.campbell(a)citrix.com> This avoids an infinite loop in free_early_partial(). Add a warning to free_early_partial to catch future problems. Signed-off-by: Ian Campbell <ian.campbell(a)citrix.com> Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> Cc: Peter Zijlstra <peterz(a)infradead.org> Cc: ... 19 Mar 2010 15:31
Infinite loop on boot in free_early_partial due to start==end on tip/master > Subject: x86: do not free zero sized per cpu areas This avoids an infinite loop in free_early_partial(). The patch fixed PV guests booting on Xen. I've added my Tested-by .. Please merge it in the release. Thanks! Add a warning to free_early_partial to catch future problems. Signed-off-by:... 19 Mar 2010 15:31
[PATCH 2/3] clear signal->tty when the last thread exits When the last thread exits signal->tty is freed, but the pointer is not cleared and points to nowhere. This is OK. Nobody should use signal->tty lockless, and it is no longer possible to take ->siglock. However this looks wrong even if correct, and the nice OOPS is better than subtle and hard to find bugs. Cha... 19 Mar 2010 15:30
[PATCH 6/6] Staging:rt2860: fix coding style issue in rt_usb.c This is a patch to the rt_usb.c file that fixes up errors found by the checkpatch.pl tool Signed-off-by: Gorskin Ilya <revent82(a)gmail.com> --- drivers/staging/rt2860/rt_usb.c | 20 +++++++------------- 1 files changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/staging/rt2860/rt_usb.c b/drivers/staging/rt2860/rt_usb.c index 01a7eb4..bcfc0f5 100644 --- a/drivers/staging/rt2860/rt_usb.c ... 19 Mar 2010 15:30
Reading entropy_avail file appears to consume entropy I'm using the 2.6.31 kernel that comes with Ubuntu 9.10. If I # watch cat /proc/sys/kernel/random/entropy_avail then the size of the entropy pool falls rapidly (by more than 200 bytes per 2s interval). It settles down around 160 bytes. The machines on which I've done the above experiment are otherwise id... 5 Apr 2010 06:07
[PATCH 5/5] Staging:rt2860: fix coding style issue in rt_pci_rbus.c This is a patch to the rt_pci_rbus.c file that fixes up errors found by the checkpatch.pl tool Signed-off-by: Gorskin Ilya <revent82(a)gmail.com> --- drivers/staging/rt2860/rt_pci_rbus.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rt2860/rt_pci_rbus.c b/drivers/staging/rt2860/rt_pci_rbus.c index e0a0aee..7d63b85 100644 --- a/drivers/staging/rt2860/rt_... 19 Mar 2010 14:22
[PATCH 4/4] Staging:rt2860: fix coding style issue in rt_main_dev.c This is a patch to the rt_main_dev.c file that fixes up errors found by the checkpatch.pl tool Signed-off-by: Gorskin Ilya <revent82(a)gmail.com> --- drivers/staging/rt2860/rt_main_dev.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/rt2860/rt_main_dev.c b/drivers/staging/rt2860/rt_main_dev.c index fbddb00..ad60cea 100644 --- a/drivers/staging/... 19 Mar 2010 14:22
max3100: added raise_threaded_irq On Fri, Mar 19, 2010 at 2:38 AM, Christian Pellegrin <chripell(a)fsfe.org> wrote: raise_threaded_irq schedules the execution of an interrupt thread Signed-off-by: Christian Pellegrin <chripell(a)fsfe.org> You should cc: Thomas and Ingo and lkml (which I just did) on patches to the threaded interrupt code. g... 17 Apr 2010 12:59
mfd: Add in XIIC to some configurations of timberdale Hi Richard, On Tue, Mar 16, 2010 at 10:43:28AM +0100, Richard R�jfors wrote: This patch adds in the Xilinx I2C bus driver to some of the configurations of the timberdale MFD. It provides the I2C devices to the XIIC via platform data in a similar way as done to the ocores driver. Thanks, patch applie... 19 Mar 2010 13:12 |