1. a7620df virtio: Minor - replace tab characters with space by Kevin O'Connor · 9 years ago
  2. 528c9f8 biostables: Minor - fix incorrect indentation by Kevin O'Connor · 9 years ago
  3. 5ced3bb coreboot: Minor - avoid K&R style function declaration by Kevin O'Connor · 9 years ago
  4. 98a100c build: Allow official tarball builds to be considered "clean" by Kevin O'Connor · 9 years ago
  5. 08d3986 docs: Document 'make EXTRAVERSION=xyz' and scripts/tarball.sh by Kevin O'Connor · 9 years ago
  6. 2342101 build: Be more permissive in buildversion.py tool version scan by Kevin O'Connor · 9 years ago
  7. 06316c9 Add QEMU fw_cfg DMA interface by Marc Marí · 9 years ago
  8. 7d0393d malloc: Rename csm_malloc_preinit() to malloc_csm_preinit() by Kevin O'Connor · 9 years ago
  9. b4cca86 stacks: Use macro wrappers for call32() and stack_hop_back() by Kevin O'Connor · 9 years ago
  10. a1b4dd0 build: Generate "reproducible" version strings on "clean" builds by Kevin O'Connor · 9 years ago
  11. efd70a5 build: Report gcc and binutils versions in debug log by Kevin O'Connor · 9 years ago
  12. a6c8774 build: Rework version generation; don't allow make version override by Kevin O'Connor · 9 years ago
  13. 5d91226 memmap: Introduce SYMBOL() macro to access linker script symbols by Kevin O'Connor · 9 years ago
  14. fe6682d malloc: Don't mix virtual and physical addresses by Kevin O'Connor · 9 years ago
  15. 3c6ae7c malloc: Add warning if free() called on invalid memory by Kevin O'Connor · 9 years ago
  16. 7af8d12 malloc: Introduce common helper alloc_new_detail() by Kevin O'Connor · 9 years ago
  17. 41acaa8 malloc: Use consistent naming for internal low-level "alloc" functions by Kevin O'Connor · 9 years ago
  18. eee06e0 virtio: Move standard definitions from virtio-ring.h to standard headers by Kevin O'Connor · 9 years ago
  19. 1dcf02b virtio: Simplify vring alignment code by Kevin O'Connor · 9 years ago
  20. 5ba22ab e820: Update debugging messages to report 64bit values by Kevin O'Connor · 9 years ago
  21. c167e54 e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix by Kevin O'Connor · 9 years ago
  22. 8e38514 e820: Introduce e820_remove() and avoid exporting E820_HOLE by Kevin O'Connor · 9 years ago
  23. 6bcacf7 Fix typos found by codespell by Stefan Weil · 9 years ago
  24. 62de31b Always enable caching on transition32; backup/restore cr0 on call32 by Kevin O'Connor · 9 years ago
  25. 4c599ef Consolidate code16*() functions by Kevin O'Connor · 9 years ago
  26. 423542e Use transition32_nmi_off from call32() and call16_back() by Kevin O'Connor · 9 years ago
  27. 63766c4 Unify call32_sloppy() and call32() by Kevin O'Connor · 9 years ago
  28. 46a346e Unify inline assembler in variants of call16 functions by Kevin O'Connor · 9 years ago
  29. 4c568d8 Rename Call32Data to Call16Data by Kevin O'Connor · 9 years ago
  30. 25eb061 Unify smm/sloppy variants of call32_prep/post and call16_helper by Kevin O'Connor · 9 years ago
  31. e4d2b8c build: use -fstack-check=no when available by Magnus Granberg · 9 years ago
  32. 75cb2b9 docs: Minor - add "code relocation" link to "Execution and code flow" document by Kevin O'Connor · 9 years ago
  33. 1fb9e08 Simplify transition16/32 assembler code by Kevin O'Connor · 9 years ago
  34. 537dac2 minor - correct spelling error in comment by Kevin O'Connor · 9 years ago
  35. ff28e3b megasas: Use outl() on MFI_IDB register by Kevin O'Connor · 9 years ago
  36. a8c72ee megasas: Fix outw, outl argument order by Stefan Weil · 9 years ago
  37. e344da4 sdcard: Obtain card capacity and report it on the boot menu by Kevin O'Connor · 9 years ago
  38. 39a8ea5 sdcard: Display sdcard product name in boot menu by Kevin O'Connor · 9 years ago
  39. 065b341 sdcard: Turn card_type into a bitmap and store if card is MMC type by Kevin O'Connor · 9 years ago
  40. ebe40ba sdcard: Move drive registration to sdcard_card_setup() by Kevin O'Connor · 9 years ago
  41. 17b811b sdcard: Move frequency setting into sdcard_card_setup() by Kevin O'Connor · 9 years ago
  42. 91a9f5b sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c by Kevin O'Connor · 9 years ago
  43. 3156b71 rtc: Disable NMI in rtc_mask() by Kevin O'Connor · 9 years ago
  44. 766f417 docs: Don't use an add-symbol-file offset when describing gdb debugging by Kevin O'Connor · 9 years ago
  45. 2fc20dc xhci: Minor - add USB port type comments to xhci_hub_reset() by Kevin O'Connor · 9 years ago
  46. 9f7b236 sdcard: Allow sdcard addresses to be specified in CBFS files by Kevin O'Connor · 9 years ago
  47. 5ddce09 ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ instead by Kevin O'Connor · 9 years ago
  48. bd5f6c7 Add minimal support for machines without hardware interrupts by Kevin O'Connor · 9 years ago
  49. bc46ebe rtc: Support disabling the RTC timer irq support by Kevin O'Connor · 9 years ago
  50. 4c90495 sdcard: Allow the sdcard driver to run on real hardware by Kevin O'Connor · 9 years ago
  51. d501de1 sdcard: Initial support for MMC cards by Kevin O'Connor · 9 years ago
  52. bf8f266 sdcard: Check for error events during sdcard_pio() by Kevin O'Connor · 9 years ago
  53. 9b73aa6 sdcard: Perform a controller reset at start of init by Kevin O'Connor · 9 years ago
  54. 33e205e sdcard: Rename waitw() to sdcard_waitw() and simplify by Kevin O'Connor · 9 years ago
  55. 18254b3 sdcard: Implement timeout on every block read in sdcard_pio_transfer() by Kevin O'Connor · 9 years ago
  56. 34cc2fd sdcard: The card should never be in a busy state at start of sdcard_pio() by Kevin O'Connor · 9 years ago
  57. 263fb19 sdcard: Power down controller on failure by Kevin O'Connor · 9 years ago
  58. ad0c9ea sdcard: Power controller up to maximum voltage supported by Kevin O'Connor · 9 years ago
  59. 4b99922 sdcard: Move power setup to new function sdcard_set_power() by Kevin O'Connor · 9 years ago
  60. d5b7821 sdcard: Support SDHCI v3.00 spec clock setting by Kevin O'Connor · 9 years ago
  61. cfe326b sdcard: Fill command bits according to spec by Kevin O'Connor · 9 years ago
  62. 12441a8 sdcard: Fix typo - use sdcard_pio() instead of sdcard_pio_app() by Kevin O'Connor · 9 years ago
  63. 2a91b34 Call cpu_relax() if yielding prior to interrupts being enabled by Kevin O'Connor · 9 years ago
  64. ec52068 Move CanInterrupt check to check_irqs() by Kevin O'Connor · 9 years ago
  65. b3f1fad edd: Reduce parameters to fill_generic_edd() by Kevin O'Connor · 9 years ago
  66. 8aad64e edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s' by Kevin O'Connor · 9 years ago
  67. eeca36c optionroms: Don't run option rom on PCI bar if CBFS/fw_cfg version exists by Kevin O'Connor · 9 years ago
  68. fd318e4 xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 by Julius Werner · 9 years ago
  69. 9ee2e26 mptable: Don't create mptable if it is very large by Kevin O'Connor · 9 years ago
  70. 4c6de9e sdcard: Add proper delays during card power up by Kevin O'Connor · 9 years ago
  71. 43312af sdcard: Improve SD card initialization command sequence by Kevin O'Connor · 9 years ago
  72. 9637a67 sdcard: Set timeout control register during init (to max allowed timeout) by Kevin O'Connor · 9 years ago
  73. 86efbb6 sdcard: Make sure controller support 3.3V before enabling it by Kevin O'Connor · 9 years ago
  74. 67bb455 sdcard: Implement controller frequency setting according to sdhci spec by Kevin O'Connor · 9 years ago
  75. 11198db sdcard: Check if card is present before sending commands to card by Kevin O'Connor · 9 years ago
  76. 33617ef vgafb: Minor - move gfx_common() variables outside of switch statement by Kevin O'Connor · 9 years ago
  77. 4bfd7f2 smm: ignore bits 16,18-31 of SMM revision ID at runtime too by Kevin O'Connor · 9 years ago
  78. 908a58c smm: fix outl argument order by Paolo Bonzini · 9 years ago
  79. 8c76bd6 Minor - move declaration of CDRom_locks to code that uses it by Kevin O'Connor · 9 years ago
  80. 7dbadfc ramdisk: Allow ramdisk support (CONFIG_FLASH_FLOPPY) under QEMU by Kevin O'Connor · 9 years ago
  81. 4ec872a timer: Add CONFIG_TSC_TIMER build option to disable the CPU TSC timer by Kevin O'Connor · 9 years ago
  82. bbb3fba timer: Delay timestamp counter init until after pmtimer is probed by Kevin O'Connor · 9 years ago
  83. 4ce5d20 ps2: Don't wait 100ms to discard possible extra reset receive byte by Kevin O'Connor · 9 years ago
  84. 8b9942f Don't enable interrupts prior to IVT and PIC setup by Kevin O'Connor · 9 years ago
  85. 6a668b3 ata: Make sure "chanid" is relative to PCI device for bootorder file by Kevin O'Connor · 9 years ago
  86. f318c07 ps2: Support mode for polling the PS2 port instead of using irqs by Kevin O'Connor · 10 years ago
  87. 4d20436 coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointer by Kevin O'Connor · 9 years ago
  88. 1785645 block: Rename process_XXX_op() functions to XXX_process_op() by Kevin O'Connor · 9 years ago
  89. 5dcd1ee blockcmd: Convert cdb_is_read() to scsi_is_read() by Kevin O'Connor · 9 years ago
  90. bb05a67 blockcmd: Remove unused scsi_process_op() and cdb_cmd_data() by Kevin O'Connor · 9 years ago
  91. 2dd0832 pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  92. 113f5d2 pvscsi: Move pvscsi_fill_req() code into pvscsi_cmd() by Kevin O'Connor · 9 years ago
  93. e0eb5a0 virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  94. 0429a9e megasas: Handle Megasas drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  95. e404cad esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  96. 7d3ca01 lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  97. b70cbd6 usb-uas: Handle USB drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  98. ed12090 usb-msc: Handle USB drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  99. 0e5c770 ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  100. 91f8923 ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago