1. 09 9月, 2009 1 次提交
    • T
      dmi: extend dmi_get_year() to dmi_get_date() · 3e5cd1f2
      Tejun Heo 提交于
      There are cases where full date information is required instead of
      just the year.  Add month and day parsing to dmi_get_year() and rename
      it to dmi_get_date().
      
      As the original function only required '/' followed by any number of
      parseable characters at the end of the string, keep that behavior to
      avoid upsetting existing users.
      
      The new function takes dates of format [mm[/dd]]/yy[yy].  Year, month
      and date are checked to be in the ranges of [1-9999], [1-12] and
      [1-31] respectively and any invalid or out-of-range component is
      returned as zero.
      
      The dummy implementation is updated accordingly but the return value
      is updated to indicate field not found which is consistent with how
      other dummy functions behave.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      3e5cd1f2
  2. 29 8月, 2009 1 次提交
  3. 24 6月, 2009 1 次提交
  4. 27 11月, 2008 1 次提交
  5. 14 2月, 2008 2 次提交
  6. 08 2月, 2008 1 次提交
  7. 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
  8. 04 2月, 2008 2 次提交
  9. 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
  10. 13 1月, 2008 1 次提交
  11. 10 3月, 2007 1 次提交
  12. 03 2月, 2007 3 次提交
  13. 26 3月, 2006 1 次提交
  14. 05 8月, 2005 1 次提交
  15. 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