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