|
First
|
Prev |
Next
|
Last
Pages: 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427
x86: add c1e aware idle function On Wed, 18 Jun 2008, Rafael J. Wysocki wrote: On Wednesday, 18 of June 2008, Pavel Machek wrote: On Thu 2008-06-12 10:29:00, Thomas Gleixner wrote: C1E on AMD machines is like C3 but without control from the OS. Up to now we disabled the local apic timer for those machines as it stops when ... 19 Jun 2008 01:20
asic3: add gpiolib support Hi Philipp, On Wed, Jun 18, 2008 at 07:34:48PM +0200, Philipp Zabel wrote: This patch replaces the custom asic3_get/set_gpio_value calls with GPIO API support. asic3_set_gpio_value is removed completely, asic3_get_gpio_value is unexported but kept for the IRQT_BOTHEDGE emulation. Now struct asic3 can be ... 19 Jun 2008 01:20
asic3: move probe functions into __init section Hi Philipp, On Wed, Jun 18, 2008 at 07:32:29PM +0200, Philipp Zabel wrote: Potentially free some memory by moving the _probe functions into __init. Signed-off-by: Philipp Zabel <philipp.zabel(a)gmail.com> This one looks good to me, I'll submit push it to -mm as I'd prefer asic3 patches to go through there ... 19 Jun 2008 01:20
[TCP]: TCP_DEFER_ACCEPT causes leak sockets > * Ingo Molnar <mingo(a)elte.hu> wrote: with e1000e i get: 64 bytes from europe (10.0.1.15): icmp_seq=1 ttl=64 time=0.212 ms 64 bytes from europe (10.0.1.15): icmp_seq=2 ttl=64 time=0.372 ms 64 bytes from europe (10.0.1.15): icmp_seq=3 ttl=64 time=0.815 ms 64 bytes from europe (10.0.1.15): icmp_se... 19 Jun 2008 01:20
af_unix: fix 'poll for write'/ connected DGRAM sockets From: Rainer Weikusat <rweikusat(a)mssgmbh.com> Date: Wed, 18 Jun 2008 14:31:07 +0200 I will submit an updated patch which addresses this. Please submit a relative patch with the fixups, your original change is already in my tree. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... 19 Jun 2008 01:20
[PATCH 0/3] Guarantee faults for processes that call mmap(MAP_PRIVATE) on hugetlbfs v2 MAP_SHARED mappings on hugetlbfs reserve huge pages at mmap() time. This guarantees all future faults against the mapping will succeed. This allows local allocations at first use improving NUMA locality whilst retaining reliability. MAP_PRIVATE mappings do not reserve pages. This can result in an application bei... 7 May 2008 15:53
[PATCH 1/3] Move hugetlb_acct_memory() A later patch in this set needs to call hugetlb_acct_memory() before it is defined. This patch moves the function without modification. This makes later diffs easier to read. Signed-off-by: Mel Gorman <mel(a)csn.ul.ie> --- mm/hugetlb.c | 82 +++++++++++++++++++++++++++--------------------------- 1 file cha... 7 May 2008 15:53
video: fix build bugs in drivers/media/video/stk-webcam.c On Wed, 30 Apr 2008 08:11:08 +0100 "Jaime Velasco" <jsagarribay(a)gmail.com> wrote: 2008/4/29 Ingo Molnar <mingo(a)elte.hu>: x86.git randconfig testing found these build bugs in current -git: drivers/media/video/stk-webcam.c: In function 'stk_create_sysfs_files': drivers/media/video/stk-... 7 May 2008 15:53
sound/video: fix sound/i2c/other/tea575x-tuner.c build bug On Wed, 30 Apr 2008 12:41:52 +0200 Takashi Iwai <tiwai(a)suse.de> wrote: Takashi, I'm assuming that you're handing this issue, right? Index: linux/sound/pci/Kconfig =================================================================== --- linux.orig/sound/pci/Kconfig +++ linux/sound/pci/Kconfig... 7 May 2008 15:53
isdn: use the common ascii hex helpers On 02.05.2008 21:01, Harvey Harrison wrote: Signed-off-by: Harvey Harrison <harvey.harrison(a)gmail.com> Acked-by: Tilman Schmidt <tilman(a)imap.cc> Thanks, Tilman --- drivers/isdn/gigaset/isocdata.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/isdn/gigaset/... 7 May 2008 15:53 |