1. 04 2月, 2009 2 次提交
    • L
      ACPI: make some IO ports off-limits to AML · 5ec5d38a
      Len Brown 提交于
      ACPICA exports acpi_os_validate_address() so the OS
      can prevent BIOS AML from accessing specified addresses.
      
      Start using this interface to prevent AML from accessing
      some well known IO addresses that the OS "owns".
      Signed-off-by: NLen Brown <len.brown@intel.com>
      5ec5d38a
    • L
      ACPICA: add debug dump of BIOS _OSI strings · 3e0676a9
      Len Brown 提交于
      on boot, print out the OSI strings the BIOS uses to query the OS.
      
      To see this output...
      
      build with CONFIG_ACPI_DEBUG
      
      boot with
      "acpi.debug_level=4" (ACPI_LV_INFO) (enabled by default)
      and
      "acpi.debug_level=1" (ACPI_UTILITIES) (default is 0)
      
      example output:
      
      ACPI: BIOS _OSI(Windows 2001) supported
      ACPI: BIOS _OSI(Windows 2001 SP1) supported
      ACPI: BIOS _OSI(Windows 2001 SP2) supported
      ACPI: BIOS _OSI(Windows 2006) supported
      ACPI: BIOS _OSI(Linux) not-supported
      ACPI: BIOS _OSI(FreeBSD) not-supported
      Signed-off-by: NLen Brown <len.brown@intel.com>
      3e0676a9
  2. 29 1月, 2009 3 次提交
    • L
      Linux 2.6.29-rc3 · 18e352e4
      Linus Torvalds 提交于
      18e352e4
    • L
      Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc · c4568d6c
      Linus Torvalds 提交于
      * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
        powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code
        powerpc/pseries: Correct VIO bus accounting problem in CMO env.
        powerpc: More printing warning fixes for the l64 to ll64 conversion
        powerpc: Remove arch/ppc cruft from Kconfig
        powerpc: Printing fix for l64 to ll64 conversion: phyp_dump.c
        powerpc/embedded6xx: Update defconfigs
        powerpc/8xx: Update defconfigs
        powerpc/86xx: Update defconfigs
        powerpc/83xx: Update defconfigs
        powerpc/85xx: Update defconfigs
        powerpc/mpc8313erdb: fix kernel panic because mdio device is not probed
        powerpc/4xx: Update multi-board PowerPC 4xx defconfigs
        powerpc/44x: Update PowerPC 44x defconfigs
        powerpc/40x: Update PowerPC 40x defconfigs
        powerpc/85xx: Fix typo in mpc8572ds dts
        powerpc/44x: Warp patches for the new NDFC driver
        powerpc/4xx: DTS: Add Add'l SDRAM0 Compatible and Interrupt Info
      c4568d6c
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 78a768b6
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
        m68knommu: fix 5329 ColdFire periphal addressing
        uclinux: add process name to allocation error message
        m68knommu: correct the mii calculations for 532x ColdFire FEC
        m68knommu: add ColdFire M532x to the FEC configuration options
        m68knommu: fix syscall restarting
        m68knommu: remove the obsolete and long unused comempci chip support
        m68knommu: remove the no longer used PCI support option
        m68knommu: remove obsolete and unused eLIA board
        m68knommu: set NO_DMA
        m68knommu: fix cache flushing for the 527x ColdFire processors
        m68knommu: fix ColdFire 5272 serial baud rates in mcf.c
        m68knommu: use one exist from execption
      78a768b6
  3. 28 1月, 2009 35 次提交