1. 30 3月, 2010 3 次提交
  2. 28 3月, 2010 1 次提交
  3. 27 3月, 2010 1 次提交
  4. 26 3月, 2010 2 次提交
  5. 25 3月, 2010 2 次提交
  6. 24 3月, 2010 6 次提交
  7. 23 3月, 2010 10 次提交
  8. 22 3月, 2010 9 次提交
  9. 20 3月, 2010 3 次提交
    • R
      ARM: Update mach-types · 48edcfcf
      Russell King 提交于
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      48edcfcf
    • R
      ARM: Fix IXP23xx build error in mach/memory.h · 0372c380
      Russell King 提交于
      One to many close parens.
      
      In file included from arch/arm/include/asm/page.h:202,
                       from include/linux/mm_types.h:15,
                       from include/linux/sched.h:63,
                       from arch/arm/kernel/asm-offsets.c:13:
      arch/arm/include/asm/memory.h: In function 'virt_to_bus':
      arch/arm/include/asm/memory.h:214: error: expected ';' before ')' token
      arch/arm/include/asm/memory.h:214: error: expected statement before ')' token
      arch/arm/include/asm/memory.h: In function 'bus_to_virt':
      arch/arm/include/asm/memory.h:219: error: expected ';' before ')' token
      arch/arm/include/asm/memory.h:219: error: expected statement before ')' token
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      0372c380
    • A
      x86, amd: Restrict usage of c1e_idle() · 035a02c1
      Andreas Herrmann 提交于
      Currently c1e_idle returns true for all CPUs greater than or equal to
      family 0xf model 0x40. This covers too many CPUs.
      
      Meanwhile a respective erratum for the underlying problem was filed
      (#400). This patch adds the logic to check whether erratum #400
      applies to a given CPU.
      Especially for CPUs where SMI/HW triggered C1e is not supported,
      c1e_idle() doesn't need to be used. We can check this by looking at
      the respective OSVW bit for erratum #400.
      
      Cc: <stable@kernel.org> # .32.x .33.x
      Signed-off-by: NAndreas Herrmann <andreas.herrmann3@amd.com>
      LKML-Reference: <20100319110922.GA19614@alberich.amd.com>
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      035a02c1
  10. 19 3月, 2010 3 次提交