1. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 8 years ago
  2. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 8 years ago
  3. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 9 years ago
  4. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 8 years ago
  5. 13e4182 kbuild: automatically include southbridges by Stefan Reinauer · 8 years ago
  6. 4da487e CBMEM: Add LATE_CBMEM_INIT guards by Kyösti Mälkki · 8 years ago
  7. 033bb4b acpi: Generate valid ACPI processor objects by Timothy Pearson · 8 years ago
  8. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 8 years ago
  9. 78c5d58 ACPI: Add acpi_is_wakeup_s3() for romstage by Kyösti Mälkki · 8 years ago
  10. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 9 years ago
  11. dcf253c southbridge/amd sb600, sb700 & sb900 spelling fixes by Martin Roth · 8 years ago
  12. 1526b9f sb700: Make enable_fid_change_on_sb into normal function by Vladimir Serbinenko · 9 years ago
  13. 1765fd2 sb700: Make get_sbdn into normal function by Vladimir Serbinenko · 9 years ago
  14. 9a817ef soutbridge/*/bootblock: Use pci_dev_t over device_t typedef by Edward O'Callaghan · 9 years ago
  15. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 9 years ago
  16. 4743254 amd: rename model_fxx_powernow to powernow. by Vladimir Serbinenko · 9 years ago
  17. f21271e Fix mismerge of ACPI patches by Vladimir Serbinenko · 9 years ago
  18. 6985d4e amdk8: Move to per-device ACPI by Vladimir Serbinenko · 9 years ago
  19. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 9 years ago
  20. 264d265 southbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 9 years ago
  21. 207880c Declare acpi_is_wakeup_early() only once by Kyösti Mälkki · 10 years ago
  22. f67395e southbridge/amd/sb700/smbus.c: Unused func smbus_delay() by Edward O'Callaghan · 9 years ago
  23. 6f6a249 usbdebug: Remove EHCI_DEBUG_OFFSET by Kyösti Mälkki · 9 years ago
  24. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 9 years ago
  25. b32816e Remove PCI_ROM_RUN option by Vladimir Serbinenko · 9 years ago
  26. d26da9c Coding style: punctuation cleanup [1/2]. by Idwer Vollering · 9 years ago
  27. 8232bc2 usbdebug: Hide irrelevent options from menuconfig by Kyösti Mälkki · 10 years ago
  28. ac16405 usbdebug: Fix boards without EARLY_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  29. a1179ca usbdebug AMD: Add choice of EHCI controller by Kyösti Mälkki · 10 years ago
  30. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 10 years ago
  31. 8101aa6 usbdebug: Support choice of EHCI controller by Kyösti Mälkki · 10 years ago
  32. 2410010 usbdebug: Change debug port scanning by Kyösti Mälkki · 10 years ago
  33. 021fa78 usbdebug: Change reference to EHCI BAR by Kyösti Mälkki · 10 years ago
  34. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 10 years ago
  35. 93b2bd7 usbdebug: Do not support logging from SMM by Kyösti Mälkki · 10 years ago
  36. 9361daf Fix some wait_for_valid functions return value from 1 to -1. by Andrew Wu · 10 years ago
  37. 1fd7508 usbdebug: Use __SIMPLE_DEVICE__ on early enable by Kyösti Mälkki · 10 years ago
  38. ae8d069 Remove unnecessary space characters. by Andrew Wu · 10 years ago
  39. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 10 years ago
  40. fb387df usbdebug: Drop duplicates of EHCI BAR relocation code by Kyösti Mälkki · 10 years ago
  41. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 10 years ago
  42. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 10 years ago
  43. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 11 years ago
  44. 23f38cd Get rid of drivers class by Patrick Georgi · 11 years ago
  45. fa66eae Get rid of hard coded strings in ACPI tables by Stefan Reinauer · 11 years ago
  46. 3780597 SB700/SP5100: This configures the HPET clock period. by Dave Frodin · 11 years ago
  47. fee73df Auto-declare chip_operations by Kyösti Mälkki · 11 years ago
  48. 366f0fc AMD SB: Call the rtc update if needed (Propagation) by zbao · 11 years ago
  49. 923d200 Unmark source files as executables by Alec Ari · 11 years ago
  50. e166782 Clean up #ifs by Patrick Georgi · 11 years ago
  51. 399fcdd AMD southbridge: remove sp5100 by Kyösti Mälkki · 11 years ago
  52. 5257c27 Force SB700 bootblock code to use I/O for PCI config cycles. by Dave Frodin · 11 years ago
  53. 0e992be amd/sb700: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 11 years ago
  54. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 12 years ago
  55. 20fc631 Fix usb debug dongle support by Sven Schnelle · 12 years ago
  56. 914377e Get rid of the old romstage-as-bootblock ROM layout by Patrick Georgi · 12 years ago
  57. 16d3ec6 Adjust some code/comment of sb700 sata init by Wang Qing Pei · 13 years ago
  58. 00c8c4a Update AMD SR5650 and SB700 by efdesign98 · 12 years ago
  59. d4814bd more ifdef -> if fixes by Stefan Reinauer · 12 years ago
  60. 582748f Fix some more misuses of ifdef/if defined by Stefan Reinauer · 12 years ago
  61. b3ae186 * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value by Stefan Reinauer · 12 years ago
  62. c342223 SP5100's code is based on SB700. Change the legacy sb700 of sb7xx_51xx. by Zheng Bao · 12 years ago
  63. 199c694 It adds support for automatic PSS object generation for AMD pre fam Fh CPU. Those CPUs require a hardcoded table, which I managed to rewrite during one particularly boring flight. Too pity it is only for Opteron CPUs. Someone needs to finish the second PDF for All others Athlons and Semprons. by Rudolf Marek · 12 years ago
  64. 86bd99a by Rudolf Marek · 12 years ago
  65. a5c949e Trivial. Re-indent the code. by Zheng Bao · 12 years ago
  66. bb9bcee Set the ROMSIZE as 4MB. by Zheng Bao · 12 years ago
  67. c436953 Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. by Rudolf Marek · 12 years ago
  68. e8191b4 I was bitten by the rename, this is part of r6165. by Rudolf Marek · 13 years ago
  69. 3310934 Following patch makes just one fadt.c file. For SB700. by Rudolf Marek · 13 years ago
  70. 6e7efb7 Add TINY_BOOTBLOCK support for AMD SB700. by Uwe Hermann · 13 years ago
  71. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 13 years ago
  72. d7acdfb This patch enables SB700 option PrefetchEnSPIFromHost in early setup. by Scott Duplichan · 13 years ago
  73. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 13 years ago
  74. e522164 by Rudolf Marek · 13 years ago
  75. 14cc927 Following patch enables UDMA on ALL IDE devices. The current code enables it only for primary master, which causes my DVD drive to fail under windows install by Rudolf Marek · 13 years ago
  76. 2a5101a Trivial. Spelling check. by Zheng Bao · 13 years ago
  77. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 13 years ago
  78. ae3f2b3 Allow selecting the physical USB Debug Port on AMD SB700. by Uwe Hermann · 13 years ago
  79. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 13 years ago
  80. 65e6034 Only show the USB Debug Port kconfig option to the user if a mainboard by Uwe Hermann · 13 years ago
  81. dc3aa7a Various Debug Port southbridge implementation fixes / cosmetics. by Uwe Hermann · 13 years ago
  82. ff492b1 Make SB600/SB700 more similar for easier diffs (trivial). by Uwe Hermann · 13 years ago
  83. b015d02 Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure. by Uwe Hermann · 13 years ago
  84. 7df50a8 Here is a proposed way how to handle the SATA PHY settings on SB700. It by Rudolf Marek · 13 years ago
  85. 50b78b6 Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. by Juhana Helovuo · 13 years ago
  86. 625a0cb Remove unused ide0_enable and sata0_enable entries from SB7xx and SB600. by Rudolf Marek · 13 years ago
  87. 5e33e82 fix some more warnings by Stefan Reinauer · 13 years ago
  88. bfca8ef Trivial. Cleaning up about the blank line. by Zheng Bao · 13 years ago
  89. 7eac445 Always enable parent resources before child resources. by Myles Watson · 13 years ago
  90. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 13 years ago
  91. 7e00a44 also rename the config option. by Stefan Reinauer · 13 years ago
  92. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 13 years ago
  93. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 13 years ago
  94. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 13 years ago
  95. 29ceae2 As Myles suggested a while back: Switch long time #warnings to be comments by Stefan Reinauer · 13 years ago
  96. 3063432 zero warnings days. by Stefan Reinauer · 13 years ago
  97. 6a445e8 zero warning days. by Stefan Reinauer · 13 years ago
  98. 8f2c616 No warnings day, next round. by Stefan Reinauer · 13 years ago
  99. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 13 years ago
  100. 0b2cda8 Remove the building warnings. by Zheng Bao · 13 years ago