First  |  Prev |  Next  |  Last
Pages: 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693
msi-wmi: make needlessly global symbols static
Hi Axel, On Thu, 08 Jul 2010 09:50:30 +0800, Axel Lin <axel.lin(a)gmail.com> wrote : backlight is needlessly defined global. This patch makes the symbol static. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Anisse Astier <anisse(a)astier.eu> Thanks, Anisse --- drivers/platform/x86... 8 Jul 2010 05:53
oops in tcp_xmit_retransmit_queue() w/ v2.6.32.15
Hello, We've been seeing oops in tcp_xmit_retransmit_queue() w/ 2.6.32.15. Please see the attached photoshoot. This is happening on a HPC cluster and very interestingly caused by one particular job. How long it takes isn't clear yet (at least more than a day) but when it happens it happens on a lot of machines... 19 Jul 2010 04:50
[git pull] Please pull powerpc.git merge branch
Hi Linus ! Here are a few powerpc nits and bits still for 2.6.35. Mostly simple/trivial stuff and some gcc-4.5 related fixes. Thanks ! Cheers, Ben. The following changes since commit 2aa72f612144a0a7d4b0b22ae7c122692ac6a013: Linus Torvalds (1): Merge git://git.kernel.org/.../davem/net-2.6 a... 8 Jul 2010 04:48
asus-laptop: return proper error for store_ledd if write_acpi_int fail
On Thu, Jul 8, 2010 at 7:55 AM, Axel Lin <axel.lin(a)gmail.com> wrote: In current implementation, store_ledd() does not return error if write_acpi_int fail. This patch fixes it by return -ENODEV if write_acpi_int fail. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- �drivers/platform/x86/asus-laptop... 8 Jul 2010 04:48
[PATCH v2 2/2] vmscan: shrink_slab() require number of lru_pages, not page order
Fix simple argument error. Usually 'order' is very small value than lru_pages. then it can makes unnecessary icache dropping. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> --- mm/vmscan.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/mm/vmscan.c b/mm/vmscan.c i... 8 Jul 2010 04:48
[PATCH v2 1/2] vmscan: don't subtraction of unsined
'slab_reclaimable' and 'nr_pages' are unsigned. so, subtraction is unsafe. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> Acked-by: Christoph Lameter <cl(a)linux-foundation.org> --- mm/vmscan.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mm/vmscan.c b/... 8 Jul 2010 03:43
perf migration
* Frederic Weisbecker <fweisbec(a)gmail.com> wrote: Hi, To begin with, the name is a bit pompous. It's not a strong cpu task migration observer as it's only based on the number of tasks living in a cpu runqueue. This is the only basis for the cpu load: it doesn't handle the nice level, scheduler... 20 Jul 2010 11:20
Revert x86, mem: Optimize memcpy by avoiding memory false dependece
* Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> wrote: * Ma, Ling (ling.ma(a)intel.com) wrote: Hi Mathieu I did git revert as bellow Revert "x86, mem: Optimize memcpy by avoiding memory false dependece" This reverts commit 77ff5e49c20bb72a99a12bfb00dbf90b2302f087. ... 8 Jul 2010 03:43
[tip:x86/apic] x86/apic/es7000_32: Remove unused variable
Commit-ID: 5bbd4a336c81d32df71642abf310cf3d0c98dc9b Gitweb: http://git.kernel.org/tip/5bbd4a336c81d32df71642abf310cf3d0c98dc9b Author: Javier Martinez Canillas <martinez.javier(a)gmail.com> AuthorDate: Wed, 7 Jul 2010 19:51:59 -0400 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 8 Jul 2010 09:14:3... 8 Jul 2010 03:43
[PATCH -mm 1/3] rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
dma_get_cache_alignment() needs to know if an architecture defines ARCH_KMALLOC_MINALIGN or not (needs to know if architecture has DMA alignment restriction). However, slab.h define ARCH_KMALLOC_MINALIGN if architectures doesn't define it. Let's rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN. ARCH_KMALLOC_MIN... 8 Jul 2010 03:43
First  |  Prev |  Next  |  Last
Pages: 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693