[PATCH 2/8] x86/mrst: add cpu type detection for Medfield
Medfield is the follow-up of Moorestown, it is treated under the same HW sub-architecture. However, we do need to know the CPU type such that some drivers can act accordingly. We also have different optimal clock configuration for each CPU type. For Moorestown the CPU type is Lincroft and for Medfield the CPU typ... 14 May 2010 18:19
[PATCH 3/8] x86/mrst: add more timer options to include Medfield
Medfield has added always-on lapic timer which will be ranked higher than the platform timers. This patch allows more timer options to support optimal configuration for both Moorestown and Medfield. i.e. per CPU always-on lapic timers for Medfield per CPU APB timers for Moorestown Signed-off-by: Jacob Pan... 14 May 2010 18:19
[PATCH 7/8] x86/mrst: add nop functions to x86_init mpparse functions
Moorestown does not have BIOS provided MP tables, we can save some time by avoiding scaning of these tables. e.g. [ 0.000000] Scan SMP from c0000000 for 1024 bytes. [ 0.000000] Scan SMP from c009fc00 for 1024 bytes. [ 0.000000] Scan SMP from c00f0000 for 65536 bytes. [ 0.000000] Scan SMP from c00bfff0 ... 14 May 2010 18:19
[PATCH 5/8] x86/platform: add a wallclock_init func to x86_platforms ops
From: Feng Tang <feng.tang(a)intel.com> Some wall clock devices use MMIO based HW register, this new function will give them a chance to do some initialization work before their get/set_time service get called. Signed-off-by: Feng Tang <feng.tang(a)intel.com> Signed-off-by: Jacob Pan <jacob.jun.pan(a)linux.intel.com... 14 May 2010 18:19
[PATCH 1/8] x86/mrst/pci: return 0 for non-present pci bars
Moorestown PCI code has special handling of devices with fixed BARs. In case of BAR sizing writes, we need to update the fake PCI MMCFG space with real size decode value. When a BAR is not present, we need to return 0 instead of ~0. ~0 will be treated as device error per bugzilla 12006. Signed-off-by: Jacob Pa... 14 May 2010 18:19
[PATCH 8/8] input: do not select i8042 for x86 mid
From: Jacob Pan <jacob.jun.pan(a)intel.com> Moorestown does not have i8042 based keyboard controller, so give an option to deselect i8042 for non-pc mid Signed-off-by: Jacob Pan <jacob.jun.pan(a)intel.com> Signed-off-by: Jacob Pan <jacob.jun.pan(a)linux.intel.com> --- drivers/input/keyboard/Kconfig | 2 +- dri... 14 May 2010 18:19
[PATCH 0/8] v2 Moorestown core patches for 35 merge window
Hi hpa, ingo, and tglx, We have received many comments in v1, specifically regarding the consolidation of timer calibration and frequency detection. These two items are being worked on and require more time for restructuring. Therefore, i have separated them out of the patch series. This series below only inlcude... 14 May 2010 18:19
[tip:x86/urgent] x86, mrst: Don't blindly access extended config space
Commit-ID: e9b1d5d0ff4d3ae86050dc4c91b3147361c7af9e Gitweb: http://git.kernel.org/tip/e9b1d5d0ff4d3ae86050dc4c91b3147361c7af9e Author: H. Peter Anvin <hpa(a)linux.intel.com> AuthorDate: Fri, 14 May 2010 13:55:57 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Fri, 14 May 2010 13:55:57 -07... 14 May 2010 18:19
drivers/ata: removing redundant ifdef
On 05/06/2010 01:36 PM, Jiri Olsa wrote: wbr, jirka Signed-off-by: Jiri Olsa<jolsa(a)redhat.com> --- drivers/ata/ahci.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 8b502f4..5326af2 100644 --- a/drivers/ata/ah... 14 May 2010 18:19
mm: Consider the entire user address space during node migration
Acked-by: Christoph Lameter <cl(a)linux-foundation.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 14 May 2010 18:19