1. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  2. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 5 months ago
  3. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 10 months ago
  4. ca0436f nb/intel/x4x: Rework nb resource reading by Arthur Heymans · 1 year ago
  5. 98c9257 cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm by Arthur Heymans · 1 year, 8 months ago
  6. 1eecb8c nb/intel/x4x: Hook up PCI domain and CPU bus ops to devicetree by Arthur Heymans · 1 year, 8 months ago
  7. 61ed4ef treewide: use predicate to check if pci device is on n-th bus by Fabio Aiuto · 1 year, 9 months ago
  8. 5e6b0f0 nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)" by Elyes Haouas · 1 year, 10 months ago
  9. 0a18d64 nb,soc/intel: Handle upper RAM boundary by Kyösti Mälkki · 3 years ago
  10. 8ee11b3 nb/intel: Drop local legacy_hole definitions by Kyösti Mälkki · 3 years ago
  11. 4e4edf7 device/resource: Modify some resource allocation instances by Kyösti Mälkki · 2 years, 1 month ago
  12. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 1 month ago
  13. 2aeb2a1 nb/intel/x4x: Prepare for x86_64 support by Arthur Heymans · 3 years ago
  14. dd7ce4e nb/intel/x4x: Reflow long lines by Angel Pons · 3 years, 3 months ago
  15. bbc80f4 nb/intel/x4x: Define and use MMCONF_BUS_NUMBER by Angel Pons · 3 years, 6 months ago
  16. 2a8ceef nb/intel/x4x/iomap.h: Rename to memmap.h by Angel Pons · 3 years, 10 months ago
  17. ecec947 nb/intel/x4x: Change signature of `decode_pciebar` by Angel Pons · 4 years ago
  18. 5ac723e nb/intel: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 2 months ago
  19. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  20. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  21. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  22. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  23. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  24. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  25. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  26. 8247cc3 northbridge: Remove unused include <device/pci.h> by Elyes HAOUAS · 4 years, 7 months ago
  27. 748caed northbridge: Add missing include <device/pci_def.h> by Elyes HAOUAS · 4 years, 7 months ago
  28. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 7 months ago
  29. a854c9d nb/intel/x4x: Factor out hiding PCI devs in pure fn by Arthur Heymans · 4 years, 7 months ago
  30. 34715df src: Remove unused '#include <cpu/cpu.h>' by Elyes HAOUAS · 4 years, 8 months ago
  31. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  32. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  33. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  34. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  35. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  36. c82950b nb/intel/x4x: Use parallel MP init by Arthur Heymans · 6 years ago
  37. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  38. 98a9174 device: Replace ugly cases of dev_find_slot() by Kyösti Mälkki · 6 years ago
  39. 1f4cb32 northbridge: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  40. 4c65bfc nb/intel/x4x: Use common code for SMM in TSEG by Arthur Heymans · 6 years ago
  41. 17ad459 nb/intel/*: Account for cbmem_top alignment by Arthur Heymans · 6 years ago
  42. c6e13b6 nb/intel/x4x: Don't use PCI operations on the pci_domain device by Arthur Heymans · 6 years ago
  43. a8a9f34 sb/intel/i82801{g,j}x: Automatically generate ACPI PIRQ tables by Arthur Heymans · 7 years ago
  44. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  45. fea02e1 nb/x4x: Get rid of device_t by Elyes HAOUAS · 6 years ago
  46. 293445a nb/intel/x4x: Add support for second PEG slot by Arthur Heymans · 7 years ago
  47. 4c4f56a nb/x4x/nortbridge.c: Compute TSEG resource allocation dynamically by Arthur Heymans · 7 years ago
  48. 70a1dda nb/intel/x4x: Fix issues found by checkpatch.pl by Arthur Heymans · 7 years ago
  49. 6d0c65e nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h> by Arthur Heymans · 7 years ago
  50. df6eb79 intel/x4x: Do not use scratchpad register for ACPI S3 by Kyösti Mälkki · 8 years ago
  51. 5680faf nb/intel/x4x: Move to early cbmem by Damien Zammit · 8 years ago
  52. 9fb08f5 nb/intel/x4x: Fix memory hole with both channels populated by Damien Zammit · 8 years ago
  53. 43a1f78 northbridge/intel/x4x: Intel 4-series northbridge support by Damien Zammit · 9 years ago