1. 8a161c9 Minor formatting and comment updates to acpi.c. by Kevin O'Connor · 12 years ago
  2. b8a90f5 Probe HPET existence by Jan Kiszka · 12 years ago
  3. 0cd7005 Convert pci_find_device/class to use 'struct pci_device'. by Kevin O'Connor · 12 years ago
  4. 278b19f Convert pci_init_device to use 'struct pci_device'. by Kevin O'Connor · 12 years ago
  5. 6e4583c Remove dev-i440fx.c/h - move code closer to its callers. by Kevin O'Connor · 12 years ago
  6. 20fcf9b lets pretend that RTC can be used to wakeup from S4 by Gleb Natapov · 13 years ago
  7. e2074bf Add ACPI SSDT/DSDT support for CPU hotplug. by Kevin O'Connor · 13 years ago
  8. 4c67f90 seabios: acpi: clean up of finding pm device. by Isaku Yamahata · 13 years ago
  9. fe54a53 seabios: acpi: split out piix4 pm logic. by Isaku Yamahata · 13 years ago
  10. d06afb4 seabios: acpi: move acpi definitions to acpi.h from acpi.c by Isaku Yamahata · 13 years ago
  11. 2f54bb4 seabios: acpi: move out endian conversion helper function. by Isaku Yamahata · 13 years ago
  12. cfdc13f Introduce standard warnings for allocation failures and timeouts. by Kevin O'Connor · 14 years ago
  13. e1920be seabios: acpi: fix memory leak in build_srat(). by Isaku Yamahata · 14 years ago
  14. 3012af1 Fix PkgLength calculation for the SSDT. by Magnus Christensson · 14 years ago
  15. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 14 years ago
  16. 4d9d400 Misc updates. by Kevin O'Connor · 14 years ago
  17. 81e7383 Enable power button event generation. by Kevin O'Connor · 14 years ago
  18. a26df9b Use MaxCountCPUs during building of per cpu tables. by Kevin O'Connor · 14 years ago
  19. 590e554 Add SRAT ACPI table support. by Kevin O'Connor · 14 years ago
  20. f434377 HPET support. by Kevin O'Connor · 14 years ago
  21. 12a490b Provide gpe _L0x methods. by Kevin O'Connor · 14 years ago
  22. 4d2b619 irq0override provided by qemu. by Kevin O'Connor · 14 years ago
  23. fc6a77e Always create PCI interrupt override acpi tables. by Kevin O'Connor · 14 years ago
  24. cc6dc46 Add support for passing additional acpi tables from qemu. by Kevin O'Connor · 14 years ago
  25. a9242a2 Cleanup acpi table creation. by Kevin O'Connor · 14 years ago
  26. 415d429 Cleanups for malloc code. by Kevin O'Connor · 14 years ago
  27. 0bf9270 Add Post Memory Manager (PMM) support. by Kevin O'Connor · 14 years ago
  28. b64db30 mptable and madt irq override by Kevin O'Connor · 14 years ago
  29. 2929c35 Add malloc_high/fseg() and rework bios table creation to use them. by Kevin O'Connor · 14 years ago
  30. 523e5a9 Use "p->sum -= checksum()" style for setting checksums. by Kevin O'Connor · 14 years ago
  31. e97ca7b Forward port bochs smp changes; rename smpdetect.c to smp.c. by Kevin O'Connor · 14 years ago
  32. d10e444 Minor - improve formatting of src/acpi.c. by Kevin O'Connor · 15 years ago
  33. 94fd47e Minor - change checksum functions to take a (void *). by Kevin O'Connor · 15 years ago
  34. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 15 years ago
  35. 7061eb6 Initial KVM support. by Kevin O'Connor · 15 years ago
  36. e791636 Move ram size definitions from ebda to global variables. by Kevin O'Connor · 15 years ago
  37. 9967ab7 Add initial S3 resume support. by Kevin O'Connor · 15 years ago
  38. f5c1161 Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR. by Kevin O'Connor · 15 years ago
  39. e682cbc Don't overwrite memory on smm init. by Kevin O'Connor · 15 years ago
  40. 4132e02 Don't allow start_bdf with new auto max bus detection code. by Kevin O'Connor · 15 years ago
  41. be19cdc Overhaul PCI config functions. by Kevin O'Connor · 15 years ago
  42. 2ed2f58 Synch pci ids and registers with Linux kernel source. by Kevin O'Connor · 15 years ago
  43. 7b49cd9 Add dprintf() status writes during startup of bios table inits. by Kevin O'Connor · 15 years ago
  44. 415c2dc Use defines for PCI ids. by Kevin O'Connor · 15 years ago
  45. e06363e Use ALIGN() macro in place of open-coded aligns. by Kevin O'Connor · 15 years ago
  46. 6cb8ba9 Remove CONFIG_QEMU option - breakout into other options. by Kevin O'Connor · 15 years ago
  47. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  48. 84ad59a Separate out smp detection and mp table generation from rombios32.c by Kevin O'Connor · 15 years ago
  49. 3129984 Clean up #ifdefs. by Kevin O'Connor · 15 years ago
  50. d8a1811 Add config option CONFIG_ACPI for turning off ACPI table generation. by Kevin O'Connor · 16 years ago
  51. 276d4a9 Move acpi code out of rombios32.c; clean up use of fixed memory addresses. by Kevin O'Connor · 16 years ago
  52. ef5789e Revert "Commit missing files from last commit." by Kevin O'Connor · 16 years ago
  53. a75284d Commit missing files from last commit. by Kevin O'Connor · 16 years ago