1. 02 2月, 2008 1 次提交
  2. 23 1月, 2008 5 次提交
  3. 15 1月, 2008 1 次提交
  4. 08 12月, 2007 1 次提交
  5. 02 12月, 2007 1 次提交
  6. 24 11月, 2007 1 次提交
  7. 19 11月, 2007 4 次提交
  8. 09 11月, 2007 1 次提交
  9. 06 11月, 2007 2 次提交
  10. 24 10月, 2007 1 次提交
  11. 16 10月, 2007 1 次提交
  12. 15 10月, 2007 1 次提交
  13. 13 10月, 2007 7 次提交
  14. 10 10月, 2007 1 次提交
    • J
      drivers/firmware: const-ify DMI API and internals · 1855256c
      Jeff Garzik 提交于
      Three main sets of changes:
      
      1) dmi_get_system_info() return value should have been marked const,
         since callers should not be changing that data.
      
      2) const-ify DMI internals, since DMI firmware tables should,
         whenever possible, be marked const to ensure we never ever write to
         that data area.
      
      3) const-ify DMI API, to enable marking tables const where possible
         in low-level drivers.
      
      And if we're really lucky, this might enable some additional
      optimizations on the part of the compiler.
      
      The bulk of the changes are #2 and #3, which are interrelated.  #1 could
      have been a separate patch, but it was so small compared to the others,
      it was easier to roll it into this changeset.
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      1855256c
  15. 02 10月, 2007 1 次提交
  16. 01 9月, 2007 1 次提交
  17. 31 8月, 2007 4 次提交
  18. 15 8月, 2007 2 次提交
  19. 01 8月, 2007 3 次提交
  20. 25 7月, 2007 1 次提交