1. 22 3月, 2012 1 次提交
  2. 17 1月, 2012 2 次提交
  3. 19 1月, 2011 1 次提交
  4. 06 5月, 2010 1 次提交
  5. 20 4月, 2010 5 次提交
  6. 23 1月, 2010 1 次提交
  7. 27 8月, 2009 1 次提交
  8. 27 3月, 2009 4 次提交
  9. 07 2月, 2009 1 次提交
    • M
      ACPICA: Fix table entry truncation calculation · 386e4a83
      Myron Stowe 提交于
      During early boot, ACPI RSDT/XSDT table entries are gathered into the
      'initial_tables[]' array.  This array is currently statically defined (see
      ./drivers/acpi/tables.c).  When there are more table entries than can be
      held in the 'initial_tables[]' array, the message "Truncating N table
      entries!" is output.  As currently implemented, this message will always
      erroneously calculate N as 0.
      
      This patch fixes the calculation that determines how many table entries
      will be missing (truncated).
      
      This modification may be used under either the GPL or the BSD-style
      license used for Intel ACPI CA code.
      Signed-off-by: NMyron Stowe <myron.stowe@hp.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      386e4a83
  10. 09 1月, 2009 3 次提交
  11. 31 12月, 2008 1 次提交
  12. 30 12月, 2008 1 次提交
  13. 17 7月, 2008 1 次提交
  14. 24 4月, 2008 1 次提交
  15. 23 4月, 2008 1 次提交
  16. 20 11月, 2007 1 次提交
  17. 10 10月, 2007 1 次提交
  18. 25 8月, 2007 1 次提交
  19. 07 2月, 2007 1 次提交
  20. 03 2月, 2007 10 次提交
  21. 14 6月, 2006 1 次提交
    • B
      ACPI: ACPICA 20060608 · 4c90ece2
      Bob Moore 提交于
      Converted the locking mutex used for the ACPI hardware
      to a spinlock. This change should eliminate all problems
      caused by attempting to acquire a semaphore at interrupt
      level, and it means that all ACPICA external interfaces
      that directly access the ACPI hardware can be safely
      called from interrupt level.
      
      Fixed a regression introduced in 20060526 where the ACPI
      device initialization could be prematurely aborted with
      an AE_NOT_FOUND if a device did not have an optional
      _INI method.
      
      Fixed an IndexField issue where a write to the Data
      Register should be limited in size to the AccessSize
      (width) of the IndexField itself. (BZ 433, Fiodor Suietov)
      
      Fixed problem reports (Valery Podrezov) integrated: - Allow
      store of ThermalZone objects to Debug object.
      http://bugzilla.kernel.org/show_bug.cgi?id=5369
      http://bugzilla.kernel.org/show_bug.cgi?id=5370
      
      Fixed problem reports (Fiodor Suietov) integrated: -
      acpi_get_table_header() doesn't handle multiple instances
      correctly (BZ 364)
      
      Removed four global mutexes that were obsolete and were
      no longer being used.
      Signed-off-by: NBob Moore <robert.moore@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      4c90ece2