[PATCH 07/12] vmscan: Remove unnecessary temporary vars in do_try_to_free_pages
Remove temporary variable that is only used once and does not help clarify code. Signed-off-by: Mel Gorman <mel(a)csn.ul.ie> --- mm/vmscan.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mm/vmscan.c b/mm/vmscan.c index 6a42ebc..246e084 100644 --- a/mm/vmscan.c +++ b/mm/vmsca... 14 Jun 2010 08:25
[PATCH 02/12] tracing, vmscan: Add trace events for LRU page isolation
This patch adds an event for when pages are isolated en-masse from the LRU lists. This event augments the information available on LRU traffic and can be used to evaluate lumpy reclaim. Signed-off-by: Mel Gorman <mel(a)csn.ul.ie> --- include/trace/events/vmscan.h | 46 +++++++++++++++++++++++++++++++++++++++++ ... 14 Jun 2010 08:25
UBUNTU: SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
On Mon, Jun 14, 2010 at 12:14:28PM +0100, Andy Whitcroft wrote: With the introduction of wireless USB hubs the product, manufacturer, and serial number are now mutable. This necessitates new locking in the consumers of these values including the sysfs read routines in order to prevent use-after-free acces ... 14 Jun 2010 08:25
[PATCH 1/1] docbook: need xmldoclinks for all doc types
We need the xmldoclinks built for any document types built from the XML sources. Signed-off-by: Andy Whitcroft <apw(a)canonical.com> --- Documentation/DocBook/Makefile | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile ... 14 Jun 2010 07:20
Patch serie for STMPE811 [V2]
Hi, in the following is the V2 patch serie for the stmpe811 chip. Changes are made all over the place: * irq management of the core * configuration parameter passing in the touch screen driver. * Some additional locking stuff * i2c client stuff * formating fix etc. See the individual patch header for more de... 14 Jun 2010 07:20
mmc_block: Add discard and secure discard support
Hi, I tested it and get the same result from my implementation. at current time no performance improvement. Thank you, Kyungmin Park On Sun, Jun 13, 2010 at 7:42 PM, Adrian Hunter <adrian.hunter(a)nokia.com> wrote: From a86fc83da7c3d4f9f39a267841b8cb73c30ad7ac Mon Sep 17 00:00:00 2001 From: Adrian Hunter... 14 Jun 2010 06:15
[PATCH 1/1] kbuild: fix LOCALVERSION handling to match description
In the commit below the version string handling was modified, adding a '+' where no other version information was supplied: commit 85a256d8e0116c8f5ad276730830f5d4d473344d Author: David Rientjes <rientjes(a)google.com> Date: Wed Jan 13 13:01:05 2010 -0800 From the commit the intent was as below: ... 14 Jun 2010 06:15
irq: implement IRQ expecting
On 06/13/2010 05:31 PM, Tejun Heo wrote: --- a/kernel/irq/spurious.c +++ b/kernel/irq/spurious.c .... @@ -25,9 +26,43 @@ enum { /* IRQ polling common parameters */ IRQ_POLL_SLOW_INTV = 3 * HZ, /* not too slow for ppl, slow enough for machine */ IRQ_POLL_INTV = HZ / 100, /* from the good ol... 19 Jun 2010 16:45
[PATCHv4.1 07/13] USB: gadget: g_ether: updated INF file
Updated the INF file for the g_ether gadegt. It should work with most recent Windows systems now. The file hase been also renamed to linux-rndis.inf rather then linux.inf. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- On Wed, 09 Jun 20... 14 Jun 2010 05:10
[PATCHv4.1 01/13] USB: gadget: g_mass_storage: static data instead of dynamic allocation
This patch changes msg_do_config() function so that it uses a static object for a fsg_common structure instead of dynamically allocated. This is a micro-optimisation. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- Compared to previous pa... 14 Jun 2010 05:10