[tip:sched/urgent] sched, trace: Fix sched_switch() prev_state argument
Commit-ID: 02f726949f2be0967aa4871dd4e47d3967779b26 Gitweb: http://git.kernel.org/tip/02f726949f2be0967aa4871dd4e47d3967779b26 Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Mon, 31 May 2010 18:13:25 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 1 Jun 2010 09:27:17 +0200 s... 1 Jun 2010 05:24
[PATCH 2/3] x86/amd-iommu: Fix crash when request_mem_region fails
When request_mem_region fails the error path tries to disable the IOMMUs. This accesses the mmio-region which was not allocated leading to a kernel crash. This patch fixes the issue. Cc: stable(a)kernel.org Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kernel/amd_iommu_init.c | 11 ++++++++--... 1 Jun 2010 05:24
[PATCH 3/3] x86/amd-iommu: Fall back to GART if initialization fails
This patch implements a fallback to the GART IOMMU if this is possible and the AMD IOMMU initialization failed. Otherwise the fallback would be nommu which is very problematic on machines with more than 4GB of memory or swiotlb which hurts io-performance. Cc: stable(a)kernel.org Signed-off-by: Joerg Roedel <joerg... 1 Jun 2010 05:24
[git pull] amd iommu fixes for 2.6.35-rc1
Hi Ingo, The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e: Linux 2.6.35-rc1 (2010-05-30 13:21:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git amd-iommu/2.6.35 Joerg Roedel (3): Merge commit 'v2.6.... 1 Jun 2010 05:24
[PATCH 1/3] arch/x86/kernel: Add missing spin_unlock
From: Julia Lawall <julia(a)diku.dk> Add a spin_unlock missing on the error path. The locks and unlocks are balanced in other functions, so it seems that the same should be the case here. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression E1; @@ ... 1 Jun 2010 05:24
[PATCH] pm_qos: remove unnecessary list-traversal
The new extreme value is only depending on the old extreme value and the changed value. Signed-off-by: Florian Mickler <florian(a)mickler.org> --- This version actually compiles... :) kernel/pm_qos_params.c | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/kernel/pm... 1 Jun 2010 05:24
[PATCH] pm_qos: remove unnecessary list-traversal
The new extreme value is only depending on the old extreme value and the changed value. Signed-off-by: Florian Mickler <florian(a)mickler.org> --- kernel/pm_qos_params.c | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/kernel/pm_qos_params.c b/kernel/pm_qos_params.c i... 1 Jun 2010 05:24
PXA300-DDRAM base vaue
I am working on pxa300 based development board and using Linux 2.6.34. This Linux kernel already has support for following boards 1. zylonite_pxa300 2. cm-x300 3. colibri-pxa300 4. littleton My doubt is that pxa300 based boards are using "0xa0000000" as DDRAM base and PHYS_OFFSET is also defined in "arch/ar... 1 Jun 2010 05:24
[PATCH V2 2/2] Platform changes for CMA3000
* Hemanth V <hemanthv(a)ti.com> [100521 09:49]: From: Hemanth V <hemanthv(a)ti.com> Date: Thu, 20 May 2010 20:33:03 +0530 Subject: [PATCH] Platform changes for CMA3000 Accelerometer driver Patch description? Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a... 1 Jun 2010 06:28
[patch] btrfs: uninitialized data is check_path_shared()
refs can be used with uninitialized data if btrfs_lookup_extent_info() fails on the first pass through the loop. In the original code if that happens then check_path_shared() probably returns 1, but with this patch it will continue through the loop. I'm not super familiar with this code so please look it over ca... 1 Jun 2010 05:24