1. f2ac013 soc/intel: Fix regression with hidden PCI devices by Kyösti Mälkki · 5 years ago
  2. cac0231 device: Remove device->ops from early stages by Kyösti Mälkki · 5 years ago
  3. ab275f0 device/pci: Declare pcidev_path_on_bus() by Kyösti Mälkki · 5 years ago
  4. fffc9f3 device/pci: Declare pci_root_bus() by Kyösti Mälkki · 5 years ago
  5. 464f4d6 device: Tidy up add_more_links() by Jacob Garber · 5 years ago
  6. f77f7cd device,nb/amd: Deduplicate add_more_links() by Jacob Garber · 5 years ago
  7. ac24d3c sconfig: Add SMBIOS type 9 entries by Patrick Rudolph · 5 years ago
  8. 217ca36 resources: introduce io_resource() by Subrata Banik · 5 years ago
  9. 4663f45 device/pci_ops: Have only default PCI bus ops available by Kyösti Mälkki · 5 years ago
  10. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  11. 6fefdfd device/pci_ops: Simplify logic for PCI bus ops by Kyösti Mälkki · 6 years ago
  12. 3ee8b75 arch/io.h: Separate MMIO and PNP ops by Kyösti Mälkki · 5 years ago
  13. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  14. ad7674e device: Introduce pcidev_on_root() and friends by Kyösti Mälkki · 6 years ago
  15. e3682b6 src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h' by Elyes HAOUAS · 6 years ago
  16. f9e47cc src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  17. 936dbe1 sconfig: Allow setting device status in device tree by Hung-Te Lin · 6 years ago
  18. a0dabd1 device: add child traversal helper function by Aaron Durbin · 6 years ago
  19. 2df1c12 device: Move find_dev_path() to device_const.c by Kyösti Mälkki · 6 years ago
  20. f6a4344 device: Move dev_find_path() to device_const.c by Nico Huber · 6 years ago
  21. bae9f85 devicetree: Add USB device type by Duncan Laurie · 6 years ago
  22. 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 6 years ago
  23. 9ba8f7c device: constify some variables by Lubomir Rintel · 6 years ago
  24. 570b183 device: Add flag to disable PCIe ASPM by Nico Huber · 7 years ago
  25. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  26. f034902 device: further untangle device_t from struct device by Aaron Durbin · 7 years ago
  27. 6f1e8d2 device: untangle device_t from struct device some more by Aaron Durbin · 7 years ago
  28. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  29. c30d913 device/pci: untangle struct device and device_t by Aaron Durbin · 7 years ago
  30. 9634547 src/include: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  31. a6909f8 device/device_util: Add function to determine bridge state by Patrick Rudolph · 7 years ago
  32. e4d7abc lib: provide clearer devicetree semantics by Aaron Durbin · 7 years ago
  33. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  34. 746d4af src/include: Remove space after function name by Lee Leahy · 7 years ago
  35. 6d71a43 src/include: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  36. 84d20d0 src/include: Remove spaces before tabs by Lee Leahy · 7 years ago
  37. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  38. 4e08479 device: Add scan_generic_bus support by Furquan Shaikh · 8 years ago
  39. 7606c37 device: Add a new "SPI" device type by Furquan Shaikh · 8 years ago
  40. 3d3c8c3 devtree: Drop unused parameter show_devs_tree() call by Kyösti Mälkki · 8 years ago
  41. fe204fe src/device: Get device structure by path type by Subrata Banik · 8 years ago
  42. e25b5ef MMCONF_SUPPORT: Consolidate resource registration by Kyösti Mälkki · 8 years ago
  43. ec00968 device: i2c: Add support for I2C bus operations by Duncan Laurie · 8 years ago
  44. d9af3ce device: Add an ACPI device name and path concept to devices by Duncan Laurie · 8 years ago
  45. 4650f5b sconfig: Add a new generic device type by Duncan Laurie · 8 years ago
  46. 4d6db95 Move remap_bsp_lapic to AMD specific code by Stefan Reinauer · 9 years ago
  47. 83fc32f device_ops: add device_t argument to write_acpi_tables by Alexander Couzens · 9 years ago
  48. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  49. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  50. 0a3d4e4 AMD K8 fam10: Refactor HT link connection test by Kyösti Mälkki · 9 years ago
  51. 7752147 devicetree: Add fields for HyperTransport scans by Kyösti Mälkki · 9 years ago
  52. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  53. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  54. 3345240 PCI subsystem: Refactor PCI bridge register control by Kyösti Mälkki · 9 years ago
  55. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  56. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  57. 85756c1 devicetree: Drop dummy root_dev ops by Kyösti Mälkki · 10 years ago
  58. 9664345 devicetree: Search PnP device node from the tree by path by Kyösti Mälkki · 10 years ago
  59. 530355d include/device/device.h: Provide DEVICE_NOOP macro shim by Edward O'Callaghan · 10 years ago
  60. dc878b4 include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs by Edward O'Callaghan · 10 years ago
  61. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  62. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago
  63. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 10 years ago
  64. 2d7bd8a Implement ACPI in a per device way by Vladimir Serbinenko · 10 years ago
  65. 6abb33c smbios: reorganise OEM strings handling. by Vladimir Serbinenko · 10 years ago
  66. f41cb4e ROMCC: Fix collision with token name max by Kyösti Mälkki · 10 years ago
  67. 5e19650 include/device/device.h: Header is ROMCC tentative by Edward O'Callaghan · 10 years ago
  68. 16d953a device_romstage: Add a way to move to the next device by Martin Roth · 10 years ago
  69. 5f09807 Add guard for UMA globals by Kyösti Mälkki · 11 years ago
  70. a6130fc intel: Drop obsolete comments on MTRR usage by Kyösti Mälkki · 10 years ago
  71. e8792be build rules: Identify build stage with simple variables by Kyösti Mälkki · 10 years ago
  72. b33384a device_util: Make device in dev_find_slot_pnp u16. by Vladimir Serbinenko · 11 years ago
  73. 400c05c device_util: Add dev_find_slot_pnp. by Vladimir Serbinenko · 11 years ago
  74. 5f5d914 Add function to encode device path into integer by Duncan Laurie · 11 years ago
  75. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  76. 842f0ba Add pnp_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  77. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  78. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  79. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  80. dd4715b pnp: Implement common handling for PnP config modes by Nico Huber · 11 years ago
  81. a755614 resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR] by Aaron Durbin · 11 years ago
  82. c965076 resources: introduce reserved_ram_resource() by Aaron Durbin · 11 years ago
  83. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  84. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  85. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  86. 7d54eb8 Add name field for device by Kyösti Mälkki · 12 years ago
  87. 9ead80f Drop get_smbios_data from chip_operations by Kyösti Mälkki · 12 years ago
  88. 7baadac Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  89. c33f1e9 AMD northbridges: factor out CPU allocation by Kyösti Mälkki · 12 years ago
  90. a675d49 Fix SMBIOS generation by Stefan Reinauer · 12 years ago
  91. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  92. 15cf0ad Fix mainboard level enable_dev() by Kyösti Mälkki · 12 years ago
  93. 6b5eb1c AMD and GFXUMA: move setup_uma_memory() to northbridge by Kyösti Mälkki · 12 years ago
  94. 1ec5e74 Intel Sandybridge: add reserved memory as resources by Kyösti Mälkki · 12 years ago
  95. ecf1ed4 Allocators for different memory regions types by Kyösti Mälkki · 12 years ago
  96. 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 12 years ago
  97. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  98. 63f8c08 Add global uma_resource() by Kyösti Mälkki · 12 years ago
  99. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  100. dc8448fd Add a helper function to determine the number of enabled CPUs by Stefan Reinauer · 12 years ago