1. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  2. 536d36a nb/intel: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  3. 3f1f8ef nb/intel/gm45: Use new fixed BAR accessors by Angel Pons · 3 years, 3 months ago
  4. b053583 nb/intel/gm45: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  5. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 1 month ago
  6. dd59762 intel/gma: Only enable bus mastering if we are going to use it by Nico Huber · 4 years, 2 months ago
  7. dfdf102 intel/gma: Don't bluntly enable I/O by Nico Huber · 4 years, 2 months ago
  8. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 2 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  10. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 2 months ago
  11. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 2 months ago
  12. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  13. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  14. e91883f nb/intel/gm45: Simplify GMA SSDT generator by Matt DeVillier · 4 years, 3 months ago
  15. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  16. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  17. 29e5358 nb/intel/gm45: Don't run graphics init on s3 resume by Arthur Heymans · 4 years, 9 months ago
  18. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  19. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  20. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  21. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  22. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  23. a6ce5d3 nb/intel/gm45: Remove the C native graphic init by Arthur Heymans · 6 years ago
  24. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  25. 4d2d171 nb/intel/gm45: Make fetching the blc_pwm freq global by Arthur Heymans · 6 years ago
  26. c679b1f nb/intel/gm45: Make fetching the blc_pwm freq its own function by Arthur Heymans · 6 years ago
  27. b60920d northbridge: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  28. e6c8f7e nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled by Arthur Heymans · 6 years ago
  29. f2dd049 libgfxinit: Enable G45 support (for GM45/X4X) by Nico Huber · 7 years ago
  30. f369e60 northbridge/intel: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  31. 6dcdaaf nb/intel/gm45: Get rid of device_t by Elyes HAOUAS · 6 years ago
  32. f6aa7d9 nb/intel/*/gma: Port ACPI opregion to older platforms by Patrick Rudolph · 7 years ago
  33. 8da2286 nb/intel/*/gma.c: Use macros for GMBUS numbers by Arthur Heymans · 7 years ago
  34. 6d8266b Kconfig: Add choice of framebuffer mode by Nico Huber · 7 years ago
  35. 20cb85f nb/intel/gm45: Set display backlight according to EDID string by Arthur Heymans · 7 years ago
  36. 53485d2 nb/intel/gm45/gma.c: Decode EDID before NGI path by Arthur Heymans · 7 years ago
  37. 1f06028 nb/gm45/gma.c: Fix reported Pixel clock by Arthur Heymans · 7 years ago
  38. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  39. 12bed26 nb/gm45/gma.c: Compute BLC_PWM_CTL value from PWM frequency by Arthur Heymans · 8 years ago
  40. d85a71a nb/intel/gm45: Fix panel-power-sequence clock divisor by Nico Huber · 8 years ago
  41. 606b8bc nb/gm45/gma.c: Remove writes to DP, FDI registers by Arthur Heymans · 8 years ago
  42. ff1286d nb/gm45,x4x/gma.c remove writes to nonexisting FDI registers by Arthur Heymans · 8 years ago
  43. 75f9131 nb/i945,gm45,x4x/gma.c: fix unsigned arithmetics by Arthur Heymans · 8 years ago
  44. 063cd5f nb/gm45,x4x/gma.c: Compute p2 in VGA init instead of hardcoding it by Arthur Heymans · 8 years ago
  45. fe3eabc nb/gm45/gma.c: use linux code to compute LVDS dotclock divisors by Arthur Heymans · 8 years ago
  46. 7141ff3 nb/intel/*/graphic_init: use sizeof instead of hardcoding edid size by Arthur Heymans · 8 years ago
  47. d3284a6 nb/intel/*/gma.c: remove spaces at the fake vbt generation by Arthur Heymans · 8 years ago
  48. 0b1a5c2 gm45/gma.c: use correct id string for fake VBT by Arthur Heymans · 8 years ago
  49. c51522f nb/gm45/gma.c: enable VESA framebuffer mode on VGA output by Arthur Heymans · 8 years ago
  50. de6ad83 gm45/gma.c: use screen on vga connector if connected by Arthur Heymans · 8 years ago
  51. 8ba2010 gm45/gma.c: clean up some registers by Arthur Heymans · 8 years ago
  52. 1e302cb nb/intel/gm45: Fix native text mode initialization by Nick High · 8 years ago
  53. b851cc6 nb/intel/gm45: Backport configuration of panel power timings by Nico Huber · 8 years ago
  54. c3571da nb/intel/gm45: Drop unnecessary panel power handling by Nico Huber · 8 years ago
  55. ee352cd nb/intel/gm45: Convert gma.c to `if (IS_ENABLED(` style by Nico Huber · 8 years ago
  56. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  57. c48f5ef Kill lvds_num_lanes by Vladimir Serbinenko · 9 years ago
  58. 551cff0 Derive lvds_dual_channel from EDID timings. by Vladimir Serbinenko · 9 years ago
  59. bd0dab2 northbridge/intel/gm45: Fix native VGA init by Audrey Pearson · 9 years ago
  60. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  61. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  62. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  63. 61942de northbridge/intel/gm45/gma: Minor cleanup by Timothy Pearson · 9 years ago
  64. e7f7090 northbridge/intel/gm45/gma: Add backlight control register field by Timothy Pearson · 9 years ago
  65. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  66. a71bdc3 intel/gma: consolidate vbt code by Vladimir Serbinenko · 10 years ago
  67. 8801011 intel/gm45: native gfx init. by Vladimir Serbinenko · 10 years ago
  68. 6481e10 gm45: Ensure that brightness register in gma contains sane value. by Vladimir Serbinenko · 10 years ago