1. 14 2月, 2008 2 次提交
  2. 08 2月, 2008 1 次提交
  3. 06 2月, 2008 1 次提交
    • L
      ACPI: blacklist update · a64217b9
      Len Brown 提交于
      move some OSI(Linux) to "disable" from "unknown"
      to reduce dmesg lines that we don't really need.
      
      update Acer 5315 comment
      update Dell entries, add R200 entry
      update Apple entries
      Signed-off-by: NLen Brown <len.brown@intel.com>
      a64217b9
  4. 04 2月, 2008 2 次提交
  5. 24 1月, 2008 3 次提交
    • L
      ACPI: DMI blacklist to reduce console warnings on OSI(Linux) systems. · a1bd4e35
      Len Brown 提交于
      This DMI blacklist reduces the console messages
      on systems which have a BIOS that invokes OSI(Linux).
      
      As the DMI blacklist already knows about these systems,
      the request for DMI info itself is disabled.
      
      Further, if OSI(Linux) has already been determined
      to have no beneift, we disable the console message
      requesting acpi_osi=Linux test results.
      Signed-off-by: NLen Brown <len.brown@intel.com>
      a1bd4e35
    • L
      ACPI: Add ThinkPad R61, ThinkPad T61 to OSI(Linux) white-list · 98f1db22
      Len Brown 提交于
      acpi_osi=Linux helps sound on these systems.
      Signed-off-by: NLen Brown <len.brown@intel.com>
      98f1db22
    • L
      ACPI: make _OSI(Linux) console messages smarter · d4b7dc49
      Len Brown 提交于
      If BIOS invokes _OSI(Linux), the kernel response
      depends on what the ACPI DMI list knows about the system,
      and that is reflectd in dmesg:
      
      1) System unknown to DMI:
      
      ACPI: BIOS _OSI(Linux) query ignored
      ACPI: DMI System Vendor: LENOVO
      ACPI: DMI Product Name: 7661W1P
      ACPI: DMI Product Version: ThinkPad T61
      ACPI: DMI Board Name: 7661W1P
      ACPI: DMI BIOS Vendor: LENOVO
      ACPI: DMI BIOS Date: 10/18/2007
      ACPI: Please send DMI info above to linux-acpi@vger.kernel.org
      ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@vger.kernel.org
      
      2) System known to DMI, but effect of OSI(Linux) unknown:
      
      ACPI: DMI detected: Lenovo ThinkPad T61
      ...
      ACPI: BIOS _OSI(Linux) query ignored via DMI
      ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@vger.kernel.org
      
      3) System known to DMI, which disables _OSI(Linux):
      
      ACPI: DMI detected: Lenovo ThinkPad T61
      ...
      ACPI: BIOS _OSI(Linux) query ignored via DMI
      
      4) System known to DMI, which enable _OSI(Linux):
      
      ACPI: DMI detected: Lenovo ThinkPad T61
      ACPI: Added _OSI(Linux)
      ...
      ACPI: BIOS _OSI(Linux) query honored via DMI
      
      cmdline overrides take precidence over the built-in
      default and the DMI prescribed default.
      cmdline "acpi_osi=Linux" results in:
      
      ACPI: BIOS _OSI(Linux) query honored via cmdline
      Signed-off-by: NLen Brown <len.brown@intel.com>
      d4b7dc49
  6. 13 1月, 2008 1 次提交
  7. 10 3月, 2007 1 次提交
  8. 03 2月, 2007 3 次提交
  9. 26 3月, 2006 1 次提交
  10. 05 8月, 2005 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4