[PATCH 3.13 06/10] serial: amba-pl011: use port lock to guard control...
3.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jon Medhurst <tixy@linaro.org> commit fe43390702a1b5741fdf217063b05c7612b38303 upstream. When...
View Article[PATCH 3.13 07/10] extcon: gpio: Request gpio pin before modifying its state...
3.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Guenter Roeck <linux@roeck-us.net> commit 4288d9b8edcec7289e00eecdad44f14c9ea1ba0e upstream....
View Article[PATCH 3.13 08/10] ALSA: hda - Explicitly keep codec powered up in...
3.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: David Henningsson <david.henningsson@canonical.com> commit...
View Article[PATCH 3.13 10/10] md/raid5: close recently introduced race in stripe_head...
3.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: NeilBrown <neilb@suse.de> commit 7da9d450ab2843bf1db378c156acc6304dbc1c2b upstream. As...
View Article[PATCH 3.13 05/10] mm: Make {,set}page_address() static inline if...
3.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geert Uytterhoeven <geert@linux-m68k.org> commit f92f455f67fef27929e6043499414605b0c94872...
View Article[PATCH 3.13 09/10] md/raid5: fix long-standing problem with bitmap handling...
3.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: NeilBrown <neilb@suse.de> commit 9f97e4b128d2ea90a5f5063ea0ee3b0911f4c669 upstream. Before a...
View Article[PATCH 3.13 00/10] 3.13.1-stable review (3 replies)
This is the start of the stable review cycle for the 3.13.1 release. There are 10 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being...
View Article[char-misc 1/2] mei: clear write cb from waiting list on reset (no replies)
From: Alexander Usyskin <alexander.usyskin@intel.com> Clear write callbacks sitting in write_waiting list on reset. Otherwise these callbacks are left dangling and cause memory leak....
View Article[char-misc 2/2] mei: don't unset read cb ptr on reset (no replies)
From: Alexander Usyskin <alexander.usyskin@intel.com> Don't set read callback to NULL during reset as this leads to memory leak of both cb and its buffer. The memory is correctly freed during...
View Article[char-misc 0/2] mei: memory leak fixes (no replies)
A memory leak was detected in the mei driver, here are two fixes that should address that. I suggest this goes to stable as well Alexander Usyskin (2): mei: clear write cb from waiting list on reset...
View Article[GIT PULL] clk: changes for 3.14, part 2 (no replies)
The following changes since commit d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc: Linux 3.13-rc7 (2014-01-04 15:12:14 -0800) are available in the git repository at:...
View Article[ANNOUNCE] Git v1.9-rc1 (no replies)
The first release candidate for this cycle, Git v1.9-rc1, is now available for testing at the usual places. The release tarballs are found at: http://code.google.com/p/git-core/downloads/list and...
View Article[PATCH 1/9] numa,sched,mm: remove p->numa_migrate_deferred (no replies)
From: Rik van Riel <riel@redhat.com> Excessive migration of pages can hurt the performance of workloads that span multiple NUMA nodes. However, it turns out that the p->numa_migrate_deferred...
View Article[PATCH 3/9] numa,sched: track from which nodes NUMA faults are triggered (no...
From: Rik van Riel <riel@redhat.com> Track which nodes NUMA faults are triggered from, in other words the CPUs on which the NUMA faults happened. This uses a similar mechanism to what is used to...
View Article[PATCH 5/9] numa,sched,mm: use active_nodes nodemask to limit numa migrations...
From: Rik van Riel <riel@redhat.com> Use the active_nodes nodemask to make smarter decisions on NUMA migrations. In order to maximize performance of workloads that do not fit in one NUMA node,...
View Article[PATCH 6/9] numa,sched: normalize faults_cpu stats and weigh by CPU use (no...
From: Rik van Riel <riel@redhat.com> Tracing the code that decides the active nodes has made it abundantly clear that the naive implementation of the faults_from code has issues. Specifically,...
View Article[PATCH 8/9] numa,sched: rename variables in task_numa_fault (no replies)
From: Rik van Riel <riel@redhat.com> We track both the node of the memory after a NUMA fault, and the node of the CPU on which the fault happened. Rename the local variables in task_numa_fault...
View Article[PATCH 9/9] numa,sched: turn some magic numbers into defines (no replies)
From: Rik van Riel <riel@redhat.com> Cleanup suggested by Mel Gorman. Now the code contains some more hints on what statistics go where. Cc: Peter Zijlstra <peterz@infradead.org> Cc: Mel...
View Article[PATCH 7/9] numa,sched: do statistics calculation using local variables only...
From: Rik van Riel <riel@redhat.com> The current code in task_numa_placement calculates the difference between the old and the new value, but also temporarily stores half of the old value in the...
View Article[PATCH 4/9] numa,sched: build per numa_group active node mask from...
From: Rik van Riel <riel@redhat.com> The numa_faults_cpu statistics are used to maintain an active_nodes nodemask per numa_group. This allows us to be smarter about when to do numa migrations....
View Article