First  |  Prev |  Next  |  Last
Pages: 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
[PATCH] NFS: Use kernel DNS resolver
From: Bryan Schumaker <bjschuma(a)netapp.com> Use the kernel DNS resolver to translate hostnames to IP addresses. Create a new config option to choose between the legacy DNS resolver and the new resolver. Signed-off-by: Bryan Schumaker <bjschuma(a)netapp.com> Acked-by: Trond Myklebust <Trond.Myklebust(a)netapp.com>... 9 Aug 2010 09:00
[PATCH 0/1] perf symbols: ignore mapping symbols on ARM
Applies to linux-2.6-tip/master or acme/perf-core ARM ELF files use symbols with special names $a, $t, $d to identify regions of ARM code, Thumb code and data within code sections. This can cause confusing output from the perf tools, especially for partially stripped binaries, or binaries containing user-added ... 9 Aug 2010 07:55
[PATCH 1/1] perf symbols: ignore mapping symbols on ARM
Applies to linux-2.6-tip/master or acme/perf-core ARM ELF files use symbols with special names $a, $t, $d to identify regions of ARM code, Thumb code and data within code sections. This can cause confusing output from the perf tools, especially for partially stripped binaries, or binaries containing user-added ... 9 Aug 2010 07:55
[PATCH 1/2] DMAENGINE: correct PL080 register header file
This PL008 among all other variables named PL080 doesn't seem right. Fix it. Also add some missing defined that I use in the new PL08x driver. Acked-by: Ben Dooks <ben-linux(a)fluff.org> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- arch/arm/include/asm/hardware/pl080.h | 4 +++- arch/arm/m... 9 Aug 2010 06:50
[PATCH] Function btree_get_extent: Incorrect if-else if statement
The btree_get_extent function (in file disk-io.c) calls the add_extent_mapping (in file extent_map.c). The add_extent_mapping function can return two values: 0 or -EEXIST. After the call, it is used an if-else if statement. If the result is -EEXIST, the if statement is executed. If the result is 0, the else if s... 9 Aug 2010 06:50
spi: omap2_mcspi: make use of dev_vdbg()
On Thu, Jun 03, 2010 at 01:09:01PM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: 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 Balb... 10 Aug 2010 03:41
[GIT] Networking
1) TX timeout task in netxen driver must take RTNL lock. From Amit Kumar Salecha. 2) Add missing packet length sanity changes to various packet scheduler modules that peek at packet contents, from Changli Gao. 3) Correct ICMP packet peeking in act_nat module, also from Changli Gao. 4) Lockin... 9 Aug 2010 06:50
[GIT] IDE
Just a few minor changes: 1) Warning fix in tx493xide from Atsushi Nemoto. 2) Request completion fix in ide-cd driver from Borislav Petkov 3) memdup_user conversion from Julia Lawall 4) Fix typo in VT6415 device table entry, from Yann Dirson Please pull, thanks a lot! The following changes since com... 9 Aug 2010 06:50
[PATCH] drm: fix fallouts from slow-work -> wq conversion
From 9a919c46dfa48a9c1f465174609b90253eb8ffc1 Mon Sep 17 00:00:00 2001 From: Tejun Heo <tj(a)kernel.org> Date: Mon, 9 Aug 2010 12:01:27 +0200 Commit 991ea75c (drm: use workqueue instead of slow-work), which made drm to use wq instead of slow-work, didn't account for the return value difference between delayed_slow... 9 Aug 2010 06:50
drm: fix a fallout from slow-work -> wq conversion
On Mon, Aug 09, 2010 at 12:00:49PM +0200, Tejun Heo wrote: Commit 991ea75c (drm: use workqueue instead of slow-work), which made drm to use wq instead of slow-work, didn't account for the return value difference between delayed_slow_work_enqueue() and queue_delayed_work(). The former returns 0 on success a... 9 Aug 2010 06:50
First  |  Prev |  Next  |  Last
Pages: 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108