1. 30 Nov, 2004 3 commits
  2. 23 Nov, 2004 1 commit
  3. 11 Nov, 2004 3 commits
  4. 10 Nov, 2004 6 commits
  5. 08 Nov, 2004 4 commits
  6. 05 Nov, 2004 4 commits
    • Len Brown's avatar
      Merge intel.com:/home/lenb/src/26-stable-acpica · 51b3e81b
      Len Brown authored
      into intel.com:/home/lenb/src/26-stable-dev
      51b3e81b
    • Len Brown's avatar
      [ACPI] ACPICA 20041105 from Bob Moore · adbd7582
      Len Brown authored
      Implemented support for FADT revision 2.  This was an
      interim table (between ACPI 1.0 and ACPI 2.0) that adds
      support for the FADT reset register.
      
      Implemented optional support to allow uninitialized LocalX
      and ArgX variables in a control method.  The variables
      are initialized to an Integer object with a value
      of zero.  This support is enabled by setting the
      acpi_gbl_enable_interpreter_slack flag to TRUE,
      which is default unless booted with "acpi=strict".
      
      Implemented support for Integer objects for the SizeOf
      operator.  Either 4 or 8 is returned, depending on the
      current integer size (32-bit or 64-bit, depending on the
      parent table revision).
      
      Fixed a problem in the implementation of the SizeOf and
      ObjectType operators where the operand was resolved to
      a value too early, causing incorrect return values for
      some objects.
      
      Fixed some possible memory leaks during exceptional conditions.
      adbd7582
    • Len Brown's avatar
      merge · a3e945a6
      Len Brown authored
      a3e945a6
    • Len Brown's avatar
      [ACPI] Allow limiting idle C-States. · 0ca608f6
      Len Brown authored
      Useful to workaround C3 ipw2100 packet loss,
      reducing noise or boot issues on some models.
      http://bugme.osdl.org/show_bug.cgi?id=3549
      
      For static processor driver, boot cmdline:
      processor.acpi_cstate_limit=2
      
      For processor module, /etc/modprobe.conf:
      options processor acpi_cstate_limit=2
      
      For manual processor module load:
      # modprobe processor acpi_cstate_limit=2
      
      From kernel or kernel module:
      #include <linux/acpi.h>
      acpi_set_cstate_limit(2);
      
      Inspired by patches from Jos Delbar and Andi Kleen
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      0ca608f6
  7. 04 Nov, 2004 2 commits
  8. 03 Nov, 2004 1 commit
  9. 01 Nov, 2004 5 commits
  10. 28 Oct, 2004 2 commits
  11. 27 Oct, 2004 6 commits
  12. 25 Oct, 2004 3 commits