An error occurred fetching the project authors.
  1. 29 May, 2004 1 commit
  2. 18 May, 2004 1 commit
  3. 27 Apr, 2004 2 commits
  4. 04 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] More 3.4 compilation fixes · 71efc910
      Andrew Morton authored
      From: Jan Hubicka <jh@suse.cz>
      
      GCC now converts sprintf (a,"%s",b) to strcpy.  This lose on kernel as
      strcpy is not inlined and not present in library, so one gets linker
      failure.  It seems to make sense to apply this optimization by hand.
      71efc910
  5. 26 Jan, 2004 1 commit
  6. 17 Oct, 2003 1 commit
  7. 01 Apr, 2003 1 commit
  8. 12 Feb, 2003 1 commit
  9. 20 Jan, 2003 1 commit
  10. 07 Jan, 2003 1 commit
  11. 16 Dec, 2002 1 commit
  12. 11 Nov, 2002 1 commit
  13. 20 Sep, 2002 1 commit
  14. 13 Sep, 2002 1 commit
  15. 12 Sep, 2002 1 commit
  16. 30 Aug, 2002 1 commit
  17. 25 Jul, 2002 1 commit
  18. 09 Jul, 2002 1 commit
  19. 29 May, 2002 2 commits
  20. 05 Apr, 2002 1 commit
    • Andy Grover's avatar
      ACPI driver updates · bb721a7a
      Andy Grover authored
      Better IRQ routing
      ACPI 2.0-enumerated processor perf state support
      ACPI poweroff via magic sysrq
      bb721a7a
  21. 15 Mar, 2002 1 commit
    • Andy Grover's avatar
      [PATCH] ACPI patch 2/9 · 40c05507
      Andy Grover authored
      This patch adds in the new drivers.
      
      - Support for driverfs
      - File/code layout more in the Linux style
      - improvements to battery, processor, and thermal support
      40c05507