1. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 3 months ago
  2. d6fb425 intel/gma: Use bitwise or instead addition for valid bit by Petr Cvek · 2 years, 1 month ago
  3. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  4. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 5 months ago
  5. 964055d northbridge/intel/i945: Change types to uintptr_t where appropriate by Elyes HAOUAS · 2 years, 6 months ago
  6. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 2 months ago
  7. f9c9390 nb/intel: Use get_int_option() by Angel Pons · 3 years, 8 months ago
  8. b238caa device/device.c: Rename .disable to .vga_disable by Arthur Heymans · 3 years, 4 months ago
  9. 8b56c8c drivers: Replace set_vbe_mode_info_valid by Patrick Rudolph · 4 years, 5 months ago
  10. dddd1cc src/northbridge: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  11. c962924 nb/intel/i945/gma.c: Remove extra indentation by Elyes HAOUAS · 4 years ago
  12. e3c68d2 nb/intel/i945: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  13. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 1 month ago
  14. dd59762 intel/gma: Only enable bus mastering if we are going to use it by Nico Huber · 4 years, 2 months ago
  15. dfdf102 intel/gma: Don't bluntly enable I/O by Nico Huber · 4 years, 2 months ago
  16. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 2 months ago
  17. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  18. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 2 months ago
  19. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 2 months ago
  20. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  21. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  22. fd054bc nb/intel/i945: Simplify GMA SSDT generator by Matt DeVillier · 4 years, 3 months ago
  23. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  24. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  25. 3cd4327 src/nb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 4 months ago
  26. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  27. 8881d57 nb/i945/gma: Store vga_disable if MAINBOARD_DO_NATIVE_VGA_INIT by Elyes HAOUAS · 5 years ago
  28. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  29. 686b539 i945: Add device identification D2:F1 by Elyes HAOUAS · 5 years ago
  30. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  31. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  32. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  33. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  34. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  35. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  36. 2a1c430 nb/intel/i945: Remove irrelevant conditional statement by Elyes HAOUAS · 6 years ago
  37. e6c8f7e nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled by Arthur Heymans · 6 years ago
  38. 658a934 nb/intel/i945: Get rid of device_t by Elyes HAOUAS · 6 years ago
  39. 5e7ad65 nb/intel/i945/gma: Skip native VGA init for ACPI S3 resume by Paul Menzel · 6 years ago
  40. b23833f nb/intel/i945/gma: Factor out code to new `gma_ngi()` by Paul Menzel · 6 years ago
  41. c8412ed nb/intel/i945/gma: Log native graphics init in level INFO by Paul Menzel · 6 years ago
  42. 82683c0 nb/intel/i945/gma: Fix aligment of equal sign by Paul Menzel · 6 years ago
  43. bcf9a0a nb/intel/i945/gma: Log configured VGA mode by Paul Menzel · 6 years ago
  44. f6aa7d9 nb/intel/*/gma: Port ACPI opregion to older platforms by Patrick Rudolph · 7 years ago
  45. 8da2286 nb/intel/*/gma.c: Use macros for GMBUS numbers by Arthur Heymans · 7 years ago
  46. 8868fc6 nb/intel/i945/gma.c: Remove redefined "DISPPLANE_BGRX888" by Elyes HAOUAS · 7 years ago
  47. 692e7df nb/intel/i945/gma.c: Add whitespace around '<<' by Elyes HAOUAS · 7 years ago
  48. 6d8266b Kconfig: Add choice of framebuffer mode by Nico Huber · 7 years ago
  49. 70a8e34 nb/intel/i945: Fix errors found by checkpatch.pl by Arthur Heymans · 7 years ago
  50. 8e07900 nb/i945/gma.c: Refactor panel setup by Arthur Heymans · 7 years ago
  51. d81078d nb/i945/gma.c: Remove writes to FIFO Watermark registers by Arthur Heymans · 7 years ago
  52. 85cfddb nb/i945/gma.c: Change name and type of mmiobase in functions argument by Arthur Heymans · 7 years ago
  53. 533a385 nb/intel/i945/gma: Declare count variable outside 'for' loop by Paul Menzel · 8 years ago
  54. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  55. f3f4bea nb/i945/gma.c: use an if else statement for use of native init by Arthur Heymans · 8 years ago
  56. d0e0118 nb/i945/gma.c: Do not try to load vbios when selecting native init by Arthur Heymans · 8 years ago
  57. a299345 nb/intel/i945/gma.c: Homogenize code for PCI IDs. by Elyes HAOUAS · 8 years ago
  58. c057a061 nb/i945/gma.c: Set the MSAC register correctly by Arthur Heymans · 8 years ago
  59. 9c5fc62 nb/i945/gma.c: use IS_ENABLED instead of #if, #endif by Arthur Heymans · 8 years ago
  60. 75f9131 nb/i945,gm45,x4x/gma.c: fix unsigned arithmetics by Arthur Heymans · 8 years ago
  61. c8c73a6 nb/i945/gma.c: correct VSYNC end offset by Arthur Heymans · 8 years ago
  62. 62f4dad i945/gma.c: Only init LVDS if it is detected by Arthur Heymans · 8 years ago
  63. 7141ff3 nb/intel/*/graphic_init: use sizeof instead of hardcoding edid size by Arthur Heymans · 8 years ago
  64. 0b9ecb5 mb/intel/d945gclf: Allow use of native graphic init by Arthur Heymans · 8 years ago
  65. b59bcb2 i945/gma.c: add native VGA init by Arthur Heymans · 8 years ago
  66. 7dfc8a5 i945/gma.c: use linux code to calculate divisors by Arthur Heymans · 8 years ago
  67. 333176e i945/gma.c: Generate fake VBT by Arthur Heymans · 8 years ago
  68. 0a15fe9 northbridge/intel/i945: Add space around operators by Elyes HAOUAS · 8 years ago
  69. 874a8f9 i945: Enable changing VRAM size by Arthur Heymans · 8 years ago
  70. c7a1a3e northbridge/i945/gma: Re-enable NVRAM tft_brightness by Alexander Couzens · 8 years ago
  71. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  72. 551cff0 Derive lvds_dual_channel from EDID timings. by Vladimir Serbinenko · 9 years ago
  73. 2e4f83b intel i945: Fix native VGA initialization by Mono · 9 years ago
  74. 54e227e intel/i945: don't read structs out of uninitialized pointers by Patrick Georgi · 9 years ago
  75. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  76. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  77. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  78. 16110e7 i945/gma: Fix wrong comment about the documentation. by Denis 'GNUtoo' Carikli · 10 years ago
  79. 71512b2 northbridge/i945/gma: fix build error with native graphics init by Francis Rowe · 9 years ago
  80. 10dd0e3 i945: Add 0x27ae to GMA IDs. by Vladimir Serbinenko · 10 years ago
  81. 0092c99 i945: Support text mode gfx init by Vladimir Serbinenko · 10 years ago
  82. 055fe03 i945/gma: don't map the page table by Vladimir Serbinenko · 10 years ago
  83. a60fb4d i945: Remove GTT avoidance offset. by Vladimir Serbinenko · 10 years ago
  84. cc95f18 intel/i945/gma: Place GTT below top of memory by Paul Menzel · 10 years ago
  85. 26ca08c i945: Replace video gfx init. by Vladimir Serbinenko · 10 years ago
  86. 234781e northbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  87. f565ab0 lenovo/x60: Fix build issue with DO_NATIVE_VGA_INIT by Kyösti Mälkki · 10 years ago
  88. d235da1 northbridge/intel/i945/gma.c: Add and use defines for `GMADR` and `GTTADR` by Paul Menzel · 10 years ago
  89. ab56b3b ChromeOS: Remove oprom_is_loaded by Kyösti Mälkki · 11 years ago
  90. 72dccce global: Fix usage of get_option() to make use of CB_CMOS_ codes by Alexandru Gagniuc · 11 years ago
  91. c6f0997 Northbridge: i945: Native VGA init: print the GMA and GTT addresses by Peter Stuge · 11 years ago
  92. 03e4ac6 Northbridge: i945: Native VGA init: use UMA address by Peter Stuge · 11 years ago
  93. 2186b65 lenovo/x60: native vga init: fix code style issues. by Denis 'GNUtoo' Carikli · 11 years ago
  94. ed7e29e Lenovo ThinkPad X60: Add Native VGA init. by Denis 'GNUtoo' Carikli · 11 years ago
  95. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  96. ce6e9fe i945: Disable IGD if plugin VGA is preferred by Patrick Georgi · 12 years ago
  97. 6444bd4 i945: Reset IGD on boot by Patrick Georgi · 12 years ago
  98. b629d14 i945 GMA: restore tft brightness from cmos by Sven Schnelle · 13 years ago
  99. 109ab31 drop extra whitespace at end of line for i945 + ICH7 (trivial) by Stefan Reinauer · 15 years ago
  100. 30140a5 i945 northbridge update by Stefan Reinauer · 15 years ago