An error occurred fetching the project authors.
  1. 23 Jan, 2008 5 commits
  2. 15 Jan, 2008 1 commit
  3. 07 Dec, 2007 1 commit
  4. 01 Dec, 2007 1 commit
  5. 24 Nov, 2007 1 commit
  6. 19 Nov, 2007 4 commits
  7. 08 Nov, 2007 1 commit
  8. 05 Nov, 2007 2 commits
  9. 24 Oct, 2007 1 commit
  10. 15 Oct, 2007 1 commit
  11. 14 Oct, 2007 1 commit
  12. 12 Oct, 2007 7 commits
  13. 10 Oct, 2007 1 commit
    • Jeff Garzik's avatar
      drivers/firmware: const-ify DMI API and internals · 1855256c
      Jeff Garzik authored
      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: default avatarJeff Garzik <jgarzik@redhat.com>
      1855256c
  14. 02 Oct, 2007 1 commit
  15. 01 Sep, 2007 1 commit
  16. 31 Aug, 2007 4 commits
  17. 15 Aug, 2007 2 commits
  18. 01 Aug, 2007 3 commits
  19. 24 Jul, 2007 1 commit
  20. 12 Jul, 2007 1 commit
    • Tejun Heo's avatar
      ata_piix: kill incorrect invalid map value warning · e04b3b9d
      Tejun Heo authored
      The last two slots of MAP 00b of ich6m was incorrectly marked as
      reserved.  This is left over from converting the entry to allow 00b.
      This causes no real problem.  It only makes the driver print annoying
      warning message.  Fix it.
      
      [patch also proferred by Pierre Tardy at the end of 2006 -jg]
      Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
      --
       drivers/ata/ata_piix.c |    2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      e04b3b9d