[PATCH] Staging: memrar: Moved memrar_allocator struct into memrar_allocator.c
Forward declared memrar_allocator in memrar_allocator.h and moved it to memrar_allocator.c file. Implemented memrar_allocator_capacity() and memrar_allocator_largest_free_area(). Signed-off-by: Henri Häkkinen <henuxd(a)gmail.com> --- drivers/staging/memrar/memrar_allocator.c | 42 +++++++++++++++++++++++++ dr... 14 Jun 2010 08:25
kbuild: fix LOCALVERSION handling to match description
On 14.6.2010 11:41, Andy Whitcroft wrote: 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 20... 14 Jun 2010 08:25
2.6.35-rc3 - WARNING:iwl_set_dynamic_key
Hi, I've some sporadically warnings in the 2.6.35-rc3 kernel: WARNING: at drivers/net/wireless/iwlwifi/iwl-sta.c:952 iwl_set_dynamic_key+0x209/0x4e0 [iwlcore]() Hardware name: Aspire 8920 Device: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61) no space for a new key ... 17 Jun 2010 03:32
gpio: add STMPE811 gpio controller support
On Mon, Jun 14, 2010 at 12:32:37PM +0200, Luotao Fu wrote: +static struct gpio_chip gpio_chip = { + .label = STMPE811_GPIO_NAME, + .owner = THIS_MODULE, + .direction_input = stmpe811_gpio_direction_in, + .get = stmpe811_gpio_get, + .direction_output = stmpe811_gpio_direction_out, + .set = stmpe81... 14 Jun 2010 09:31
[PATCH] hid-input: Use a larger event buffer for MT devices
The MT devices produce a lot of data. Tell the underlying input device approximately how many events will be sent per synchronization, to allow for better buffering. The number is a template based on continuously reporting details for each finger on a single hand. Signed-off-by: Henrik Rydberg <rydberg(a)euromail.s... 14 Jun 2010 08:25
Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
On 06/13/2010 06:18 PM, Alan Ott wrote: 3. A blocking, synchronous GET_REPORT transfer was easy when I implemented this for USB because data is both sent and received as part of a single control transfer. Because of the nature of Bluetooth however, where it is viewed more as an asynchronous network devic... 29 Jun 2010 05:17
[PATCH] x86: add power_end event to process_*.c cpu_idle routine
From: Robert Schöne <robert.schoene(a)tu-dresden.de> Systems using the idle thread from process_32.c and process_64.c do not generate power_end events which could be traced using perf. This patch adds the event generation for such systems. Signed-off-by: Robert Schöne <robert.schoene(a)tu-dresden.de> Acked-by: Arj... 14 Jun 2010 08:25
[PATCH 01/12] tracing, vmscan: Add trace events for kswapd wakeup, sleeping and direct reclaim
This patch adds two trace events for kswapd waking up and going asleep for the purposes of tracking kswapd activity and two trace events for direct reclaim beginning and ending. The information can be used to work out how much time a process or the system is spending on the reclamation of pages and in the case of d... 14 Jun 2010 08:25
[PATCH 09/12] vmscan: Setup pagevec as late as possible in shrink_page_list()
shrink_page_list() sets up a pagevec to release pages as according as they are free. It uses significant amounts of stack on the pagevec. This patch adds pages to be freed via pagevec to a linked list which is then freed en-masse at the end. This avoids using stack in the main path that potentially calls writepage(... 14 Jun 2010 08:25
[PATCH 10/12] vmscan: Update isolated page counters outside of main path in shrink_inactive_list()
When shrink_inactive_list() isolates pages, it updates a number of counters using temporary variables to gather them. These consume stack and it's in the main path that calls ->writepage(). This patch moves the accounting updates outside of the main path to reduce stack usage. Signed-off-by: Mel Gorman <mel(a)csn.u... 14 Jun 2010 08:25