An error occurred fetching the project authors.
  1. 30 Mar, 2004 1 commit
  2. 26 Mar, 2004 1 commit
  3. 22 Mar, 2004 2 commits
  4. 20 Mar, 2004 2 commits
  5. 10 Mar, 2004 1 commit
  6. 29 Feb, 2004 3 commits
  7. 26 Feb, 2004 1 commit
  8. 25 Feb, 2004 1 commit
  9. 18 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] ACPI PM timer · ad77865c
      Andrew Morton authored
      From: Dominik Brodowski <linux@dominikbrodowski.de>,
            John Stultz <johnstul@us.ibm.com>,
            Dmitry Torokhov
      
      Add the ACPI Powermanagement Timer as x86 kernel timing source.  Unlike the
      Time Stamp Counter, it is a reliable timing source which does not get
      affected by aggressive powermanagement features like CPU frequency scaling.
      
      Some ideas and some code are based on Arjan van de Ven's implementation for
      2.4, and on R.  Byron Moore's drivers/acpi/hardware/hwtimer.c.
      
      
      We also replace the loop based delay_pmtmr with a TSC based delay_pmtmr,
      which resolves a number of issues caused by the loop based delay.  Unsynced
      TSCs as well frequency changing TSCs will effect the length of __delay(), but
      it seems this method works best.
      ad77865c
  10. 10 Feb, 2004 1 commit
  11. 04 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] ia32 MSI vector handling fix · 49596747
      Andrew Morton authored
      From: "Nakajima, Jun" <jun.nakajima@intel.com>
      
      To get the vector-based interrupt handling work, we need to give the vector
      number to device drivers instead of the IRQ if IRQ < 16.  It was not
      happening for SCI, and the patch fixes it.  In many cases, the IRQ for SCI is
      9, and the problem was not detected, but one particular machine exposed the
      bug.
      49596747
  12. 28 Jan, 2004 1 commit
  13. 27 Jan, 2004 1 commit
  14. 29 Dec, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] EFI support for ia32 · c596442a
      Andrew Morton authored
      From: Matt Tolentino <metolent@snoqualmie.dp.intel.com>
      
      Attached is a patch that enables EFI boot-up support in ia32 kernels.
      
      In order to continue to determine whether the kernel should initialize using
      EFI tables, I've temporarily added a check on the LOADER_TYPE boot parameter.
       Although I haven't requested that elilo be assigned an id for this yet, I've
      used this to determine whether the kernel should use the EFI initialization
      path as well as a check to see if the EFI_SYSTAB boot parameter contains
      anything.  If someone has a better suggestion for determining this, I'm
      open...
      
      This patch also uses the existing ioremapping functions to map the efi tables
      into kernel virtual address space.  I've added an option such that I could
      use Dave Hansen's boot_ioremap() before paging_init().  After paging_init, I
      then remap the efi memmap using bt_ioremap for use later.  This has
      eliminated the need for several functions...thanks for the suggestions and
      thanks for your help Dave.  Still this could use a look-see.
      c596442a
  15. 15 Dec, 2003 1 commit
  16. 11 Dec, 2003 1 commit
  17. 29 Nov, 2003 1 commit
  18. 20 Nov, 2003 1 commit
  19. 17 Nov, 2003 1 commit
  20. 13 Nov, 2003 1 commit
    • Venkatesh Pallipadi's avatar
      [PATCH] Improper mapping of ACPI-HPET table · 05c8545f
      Venkatesh Pallipadi authored
      Early ACPI table parse for HPET tables has a bug, where in it
      does not do proper set_fixmap for ACPI-HPET table.
      
      This bug was lost in oversight, and was not noticed during
      my testing too, as the ACPI-HPET table on all my test
      systems happened to be in 1st Gig of memory (where __va()
      will do the job).
      05c8545f
  21. 20 Oct, 2003 1 commit
  22. 14 Sep, 2003 1 commit
  23. 31 Aug, 2003 2 commits
  24. 20 Aug, 2003 1 commit
  25. 19 Aug, 2003 1 commit
  26. 15 Aug, 2003 1 commit
  27. 09 Aug, 2003 1 commit
    • Len Brown's avatar
      ACPI from 2.4: · 68e4ad79
      Len Brown authored
      build: add ACPI_HT, delete ACPI_HT_ONLY
      boot: add acpi={force, off, ht}; delete "noht", "acpismp="
      add DMI blacklist from UnitedLinux
      68e4ad79
  28. 28 Jul, 2003 1 commit
  29. 24 Mar, 2003 1 commit
  30. 27 Feb, 2003 1 commit
  31. 14 Feb, 2003 1 commit
  32. 13 Feb, 2003 1 commit
  33. 20 Jan, 2003 1 commit
  34. 15 Jan, 2003 2 commits