1. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 10 months ago
  2. c83c958 device/pciexp_device.c: Do not enable common clock if already active by Werner Zeh · 1 year, 5 months ago
  3. 1864f12 device/pciexp: add pcie_find_dsn() by Jonathan Zhang · 1 year, 9 months ago
  4. c8a8695 device: Clear lane error status by Wilson Chou · 1 year, 11 months ago
  5. 577c6b9 pciexp_device: Propagate above-4G flag to all hotplug devices by Nico Huber · 1 year, 11 months ago
  6. 49fc4e3 pciexp: Move PCI path check one level up to pciexp_enable_ltr() by Nico Huber · 1 year, 11 months ago
  7. 5f7cfb3 pciexp_device: Fix offset handling for extended capabilities by Nico Huber · 2 years ago
  8. 077dc2e pciexp: Refactor extended capability handling by Nico Huber · 2 years ago
  9. b511804 pciexp_device: Drop quirk handling in pciexp_get_ext_cap_offset() by Nico Huber · 2 years ago
  10. bba9735 pciexp_device: Properly search for Intel's 0xcafe capability by Nico Huber · 2 years ago
  11. 9099fea pciexp_device: Introduce pciexp_find_ext_vendor_cap() by Nico Huber · 2 years ago
  12. 5ffc2c8 pciexp_device: Join pciexp_find_(next_)extended_cap() APIs by Nico Huber · 2 years ago
  13. 4b864e5 pciexp_device: Fix pciexp_find_next_extended_cap() by Nico Huber · 2 years ago
  14. 385e432 pciexp_device: Handle unsupported requests in pciexp_get_ext_cap_offset() by Bill XIE · 2 years ago
  15. a43380e pciexp_device: Fix a bug in pciexp_enable_ltr() by Bill XIE · 2 years ago
  16. 3ecc777 device/pciexp_device: Set resources for pciexp_hotplug_dummy_ops by John Su · 2 years, 4 months ago
  17. 3d121ae1 device: Add pciexp_find_next_extended_cap function by Tim Wawrzynczak · 2 years, 10 months ago
  18. 672e844 device: constify pciexp_find_extended_cap() by Tim Wawrzynczak · 2 years, 6 months ago
  19. a62cb56 device: Make pciexp_get_ltr_max_latencies a public function by Tim Wawrzynczak · 2 years, 7 months ago
  20. 968ef75 pciexp_device: Rewrite LTR configuration by Nico Huber · 3 years, 4 months ago
  21. 24837e7 device/pciexp_device.c: Remove CPP guarding by Arthur Heymans · 3 years, 4 months ago
  22. c2ffe89 pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 proper by Nico Huber · 3 years, 4 months ago
  23. a768dea device: Give `pci_ops.set_L1_ss_latency` a proper name by Nico Huber · 3 years, 4 months ago
  24. bf69622 device: Allow virtual/generic devices under PCI in devicetree by Duncan Laurie · 3 years, 9 months ago
  25. 32f385e Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary"" by Furquan Shaikh · 4 years, 2 months ago
  26. 196d855 Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary" by Furquan Shaikh · 4 years, 2 months ago
  27. dcbf645 pciexp_device: Add option to allocate prefetch memory above 4G boundary by Furquan Shaikh · 4 years, 4 months ago
  28. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  29. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  30. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  31. cf2ac54 pciexp: Add support for allocating PCI express hotplug resources by Jeremy Soller · 4 years, 9 months ago
  32. 94ce79d device/pciexp: Match Max_Payload_Size between ends of a link by Kyösti Mälkki · 4 years, 7 months ago
  33. aeff512 src/device: Fix typo by Elyes HAOUAS · 4 years, 7 months ago
  34. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  35. df60e87 src: Remove unused include '<device/pci_ids.h>' by Elyes HAOUAS · 4 years, 9 months ago
  36. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  37. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  38. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  39. b1fa287 src/device/pciexp_device.c: Get rid of device_t by Elyes HAOUAS · 6 years ago
  40. 570b183 device: Add flag to disable PCIe ASPM by Nico Huber · 7 years ago
  41. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  42. 9adcbfe device/pciexp_device: Set values numerically instead of as bitmask by Patrick Georgi · 7 years ago
  43. 2188f57 src/device: Update LTR configuration scheme by Aamir Bohra · 7 years ago
  44. 330c46b device/pciexp_device.c: Terminate CLK PM message with newline by Arthur Heymans · 7 years ago
  45. 2f48b7b pciexp_device: Remove useless write on a read-only register by Youness Alaoui · 7 years ago
  46. bb5fb64 pciexp_device: Prevent race condition with retrain link by Youness Alaoui · 7 years ago
  47. 48c389e PCI ops: Define read-modify-write routines globally by Kyösti Mälkki · 11 years ago
  48. 91bfa8e PCIEXP_PLUGIN_SUPPORT: Change dependency on PCI access by Kyösti Mälkki · 8 years ago
  49. df96a70 PCIEXP_ASPM: Unify code with other PCI-e tuning by Kyösti Mälkki · 8 years ago
  50. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  51. 439a527 Revert "device/pciexp_device: Tune PCIe bridges before scanning children" by Kyösti Mälkki · 9 years ago 4.2
  52. 785b3eb device/pciexp_device: Tune PCIe bridges before scanning children by Timothy Pearson · 9 years ago
  53. 0cd0d28 PCIe : Adding some error/not-null condition checking by Pratik Prajapati · 9 years ago
  54. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  55. de271a8 PCI subsystem: Drop parameter max from scan_bus by Kyösti Mälkki · 9 years ago
  56. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  57. a874a7c PCIe: Revise L1 Sub-State support by Kenji Chen · 9 years ago
  58. 31c6e63 PCIe: Add L1 Sub-State support. by Kenji Chen · 10 years ago
  59. 18cb134 device/pciexp: Add support for PCIe CLK power management by Kane Chen · 10 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. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/pciexp_device.c]
  62. 90dcdd4 Add support for enabling PCIe Common Clock and ASPM by Duncan Laurie · 13 years ago
  63. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  64. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  65. d453dd0 Cosmetics and coding style fixes in devices/*. by Uwe Hermann · 14 years ago
  66. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  67. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  68. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  69. f6eb88a Initial PCIe tuning: Enable Active State Power Management (ASPM) by Stefan Reinauer · 14 years ago
  70. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  71. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  72. 75f519c Typo, thanks to Idwer for spotting this. (trivial patch) by Stefan Reinauer · 16 years ago
  73. d98cf5b fix typos and warnings in the device tree code (trivial) by Stefan Reinauer · 16 years ago
  74. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
  75. b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
  76. 13f1c2a eric patch by Yinghai Lu · 19 years ago