1. e1a616c sb/intel/i82801ix: Use pmutil.h definitions by Angel Pons · 4 years, 2 months ago
  2. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 2 months ago
  3. ad882c3 sb/intel: Remove spurious HAVE_SMI_HANDLER test by Kyösti Mälkki · 4 years, 3 months ago
  4. b658548 arch/x86: Create helper for APM_CNT SMI triggers by Kyösti Mälkki · 4 years, 3 months ago
  5. 9446447 sb/intel: Clean up some SMI enables by Kyösti Mälkki · 4 years, 2 months ago
  6. 6740647 sb/intel/i82801ix: Use PCI bitwise ops by Angel Pons · 4 years, 2 months ago
  7. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 3 months ago
  8. bfc255a src/sb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 5 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  10. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  11. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 4 months ago
  12. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  13. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  14. c19c704 sb/intel/i82801ix: drop IGD-related NVS variables by Matt DeVillier · 4 years, 5 months ago
  15. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  16. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  17. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  18. 7f8b0cd8 sb/i82801ix: Use macros instead of hard-coded IDs by Felix Singer · 4 years, 9 months ago
  19. 44da9e7 sb/intel/i82801gx,ix,jx: Move HAVE_SMI_HANDLER conditional by Kyösti Mälkki · 4 years, 11 months ago
  20. cd0b67b sb/intel/i82801dx,ix: Replace SMM_ASEG conditional by Kyösti Mälkki · 4 years, 11 months ago
  21. 7630803 sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOT by Kyösti Mälkki · 4 years, 11 months ago
  22. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  23. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 5 years ago
  24. 6feb4da intel/i82801ix: Refactor lock_smm() by Kyösti Mälkki · 5 years ago
  25. 571b7b2 intel/i82801ix: Rename smm_lock() prototype by Kyösti Mälkki · 5 years ago
  26. 0c22d2f {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro by Elyes HAOUAS · 6 years ago
  27. ad0b482 sb/intel/i82801ix: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  28. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  29. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  30. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  31. 6336d4c nb/intel/gm45: Use parallel MP init by Arthur Heymans · 7 years ago
  32. 744d6bd sb/intel: Check for NULL-return of pcidev_on_root() by Nico Huber · 6 years ago
  33. 9faae2b Kconfig: Unify power-after-failure options by Nico Huber · 6 years ago
  34. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  35. 4af2add sb/intel: Fix pointer casts by Patrick Rudolph · 6 years ago
  36. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  37. e798e6a sb/intel/i82801ix: Use the common ACPI pirq generator by Arthur Heymans · 7 years ago
  38. 8aa5073 sb/intel/i82801ix: Get rid of device_t by Elyes HAOUAS · 6 years ago
  39. 9c5d463 southbridge/intel: Remove space before/after parenthesis by Elyes HAOUAS · 6 years ago
  40. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  41. 035df00 src/southbridge: Remove whitespace after sizeof by Elyes HAOUAS · 8 years ago
  42. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  43. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  44. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  45. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  46. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  47. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  48. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  49. 06ef046 global: Refactor get_option usage by Varad Gautam · 9 years ago
  50. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  51. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  52. 36fa5b8 i82801ix,bd82x6x,ibexpeak: rewrite expresscard hotplug by Vladimir Serbinenko · 10 years ago
  53. f7c75db i82801ix: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  54. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  55. 33769a5 gm45: Convert to per-device ACPI by Vladimir Serbinenko · 10 years ago
  56. 264d265 southbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  57. c3ed886 intel boards: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  58. 72dccce global: Fix usage of get_option() to make use of CB_CMOS_ codes by Alexandru Gagniuc · 11 years ago
  59. d0299e4 southbridge/intel/i82801ix/lpc.c: Remove unused variable `dummy` by Paul Menzel · 11 years ago
  60. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  61. e72a8a3 intel/i82801ix: new southbridge, ICH9 by Patrick Georgi · 12 years ago