1. c9d97d5 checkstack: Handle callw instruction by Kevin O'Connor · 10 years ago
  2. 301dd09 usb: Minor - properly free memory on get_device_config() error path by Kevin O'Connor · 10 years ago
  3. 2891a83 usb: Control transfers always have an 8 byte command size by Kevin O'Connor · 10 years ago
  4. 65034a4 xhci: Merge some xhci_xfer_x() functions into xhci_send_pipe() by Kevin O'Connor · 10 years ago
  5. 2ba8907 xhci: Move xhci_xfer_x() functions together by Kevin O'Connor · 10 years ago
  6. da64e86 usb: Use usb_send_pipe() now that all drivers have x_send_pipe() by Kevin O'Connor · 10 years ago
  7. b33e31d xhci: Merge xhci_send_control with xhci_send_bulk by Kevin O'Connor · 10 years ago
  8. eb9f3ae uhci: Merge uhci_send_control with uhci_send_bulk by Kevin O'Connor · 10 years ago
  9. 5372a3f ohci: Merge ohci_send_control with ohci_send_bulk by Kevin O'Connor · 10 years ago
  10. abd6742 ehci: Merge ehci_send_control with ehci_send_bulk by Kevin O'Connor · 10 years ago
  11. 1bd976b ehci: Simplify fillTDbuffer() and rename by Kevin O'Connor · 10 years ago
  12. 7f66e7b ehci: No need to support td array wrapping by Kevin O'Connor · 10 years ago
  13. e638f97 vgabios: Support emulated text in gfx_read_char() by Kevin O'Connor · 10 years ago
  14. 60e0e55 vgabios: implement read char in graphics mode by Paolo Bonzini · 10 years ago
  15. 9c29148 vgabios: fix graphics operation with Bochs VGA in non-DISPI modes by Paolo Bonzini · 10 years ago
  16. 6f86b89 uhci: Increase bulk transfer STACKTDS to 16 by Kevin O'Connor · 10 years ago
  17. 1fdc26e uhci: Enable "depth" tree traversal for bulk transfers by Kevin O'Connor · 10 years ago
  18. 41d1f27 docs: Add documentation on using readserial.py script by Kevin O'Connor · 10 years ago
  19. 999567f readserial: Enhance pipe support by Kevin O'Connor · 10 years ago
  20. 746d0a7 usb: Add support for OHCI bulk transfers by Kevin O'Connor · 10 years ago
  21. 45e7172 block: Check for read/write requests over 64K by Kevin O'Connor · 10 years ago
  22. c08ef9a cdrom: Break up very large read requests into smaller requests by Kevin O'Connor · 10 years ago
  23. ef102af scsi: Don't export cdb_* functions by Kevin O'Connor · 10 years ago
  24. 8ed94b4 cdrom: call scsi_process_op() instead of cdb_read() by Kevin O'Connor · 10 years ago
  25. f0a22eb scsi: Move process_scsi_op() to hw/blockcmd.c and rename by Kevin O'Connor · 10 years ago
  26. feeb1c2 scsi: Move cdb_* functions above scsi_* functions by Kevin O'Connor · 10 years ago
  27. 2c9870f docs: Add page describing SeaBIOS final object linking by Kevin O'Connor · 10 years ago
  28. a174985 docs: Add info on MODE16/MODESEGMENT compile time flags by Kevin O'Connor · 10 years ago
  29. 9a46e84 docs: Don't point to repo README files by Kevin O'Connor · 10 years ago
  30. 14d3d26 Add wiki documentation to repository by Kevin O'Connor · 10 years ago
  31. 72691a5 sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU by Kevin O'Connor · 10 years ago
  32. 64b7614 Simplify README files - point to online documentation instead by Kevin O'Connor · 10 years ago
  33. 73fe49a usb: Update USB hub code to support super speed hubs by Kevin O'Connor · 10 years ago
  34. ed675ad Eliminate FUNCFSEG - only force portions of inline asm to f-segment by Kevin O'Connor · 10 years ago
  35. ff6d551 Use macros for .code16/32 mode switches in inline asm in stacks.c by Kevin O'Connor · 10 years ago
  36. 56b252e Minor - be consistent in placement of .code16/32 in romlayout.S by Kevin O'Connor · 10 years ago
  37. ca08777 floppy: Make sure to yield() during floppy PIO by Kevin O'Connor · 10 years ago
  38. e5f4338 build: set LC_ALL=C by Gerd Hoffmann · 10 years ago
  39. b7f4a76 add scripts/tarball.sh by Gerd Hoffmann · 10 years ago
  40. 9f505f7 pciinit: Fix build warning in mch_pci_slot_get_irq() by Kevin O'Connor · 10 years ago
  41. 83c8276 Fix build issue on gcc34 by Kevin O'Connor · 10 years ago
  42. b0d42bd Minor - comment updates in romlayout.S by Kevin O'Connor · 10 years ago
  43. aa66d65 Use an aligned stack offset when entering on the extra stack by Kevin O'Connor · 10 years ago
  44. b4eb6fc vgabios: Add software cursor capability by Kevin O'Connor · 10 years ago
  45. 6fed307 vgabios: Support emulating text mode attributes while in graphics mode by Kevin O'Connor · 10 years ago
  46. 09ae7f1 Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.c by Kevin O'Connor · 10 years ago
  47. 09f876f megasas: read addional PCI I/O bar by Hannes Reinecke · 10 years ago
  48. 8523016 Fix PNP regression introduced in 99cb8f3e due to missed conversion by Kevin O'Connor · 10 years ago
  49. 136d4ec vgabios: Add support for reading framebuffer in "direct" mode by Kevin O'Connor · 10 years ago
  50. 12900b1 vgabios: Fill in available legacy modes in video_func_static at runtime by Kevin O'Connor · 10 years ago
  51. 6397790 vgabios: Move standard table definitions to std/vga.h by Kevin O'Connor · 10 years ago
  52. c5acee4 vgabios: Only set the dcc_index=8 if stdvga ports are available by Kevin O'Connor · 10 years ago
  53. 5b89d95 vgabios: Only init BDA device details in init_bios_area() by Kevin O'Connor · 10 years ago
  54. c9aecfc vgabios: Refactor get/set_cursor_shape() code by Kevin O'Connor · 10 years ago
  55. 479fd72 vgabios: Set cursor shape fixes by Kevin O'Connor · 10 years ago
  56. f4b1dbc vgabios: Rename vbe_flags to flags by Kevin O'Connor · 10 years ago
  57. 7217ae7 vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars() by Kevin O'Connor · 10 years ago
  58. f7f2263 vgabios: Cache a pointer to the current mode struct in the BDA by Kevin O'Connor · 10 years ago
  59. 9978d49 vgabios: Don't declare custom internal BDA storage in std/bda.h by Kevin O'Connor · 10 years ago
  60. 78c42e5 Remove unused macro ENTRY_ST by Kevin O'Connor · 10 years ago
  61. 99cb8f3 Do full BREGS backup/restore for pmm, pnp, and irqentry_extrastack by Kevin O'Connor · 10 years ago
  62. 46000f5 Create assembler macros for saving and restoring 'struct bregs' by Kevin O'Connor · 10 years ago
  63. 283ae1f Don't clobber %ax on ENTRY_INTO32 macro by Kevin O'Connor · 10 years ago
  64. cf43622 Use 32bit memcpy in int1587 when applicable by Kevin O'Connor · 10 years ago
  65. 54a1c6d usb: Use usb_realloc_pipe for pipe alloc, update, and free. by Kevin O'Connor · 10 years ago
  66. 277ea6f ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe() by Kevin O'Connor · 10 years ago
  67. 2e0c2ea ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe() by Kevin O'Connor · 10 years ago
  68. 89452cc uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe() by Kevin O'Connor · 10 years ago
  69. c427def xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too by Kevin O'Connor · 10 years ago
  70. 2bfd170 usb: Clarify usb freelist manipulations by Kevin O'Connor · 10 years ago
  71. f332943 usb: Rename free_pipe() to usb_free_pipe() by Kevin O'Connor · 10 years ago
  72. 222bad4 usb: Rename send_default_control() to usb_send_default_control() by Kevin O'Connor · 10 years ago
  73. 674f140 usb: Rename findEndPointDesc() to usb_find_desc() by Kevin O'Connor · 10 years ago
  74. 98cdad3 usb: Rename usb_getFrameExp() to usb_get_period() by Kevin O'Connor · 10 years ago
  75. 20c9be3 usb: Rename ?hci_control() to ?hci_send_control() by Kevin O'Connor · 10 years ago
  76. bfb7b58 Backup and restore a20 on call32_sloppy() by Kevin O'Connor · 10 years ago
  77. 341f8d9 Move a20 code from system.c and ps2port.h to x86.h by Kevin O'Connor · 10 years ago
  78. 55215cd Implement call32 mechanism using SMIs. by Kevin O'Connor · 10 years ago
  79. 15721bf Fully restore 16bit state during call16_sloppy() by Kevin O'Connor · 10 years ago
  80. 1188480 Break up call32() into call32() and call32_sloppy() by Kevin O'Connor · 10 years ago
  81. 2342129 Move call16() functions from romlayout.S to inline assembler in stacks.c by Kevin O'Connor · 10 years ago
  82. eb88bf7 build: Support declaring 32bit C functions that must reside in the f-segment by Kevin O'Connor · 10 years ago
  83. 9984b9d Update reset() to use call16_back() by Kevin O'Connor · 10 years ago
  84. 79c3ab3 Simplify farcall16 code by Kevin O'Connor · 10 years ago
  85. dcacfa0 Track when entering via call32() and use the same mode for stack_hop_back() by Kevin O'Connor · 10 years ago
  86. 8056825 Update stack_hop_back() to jump to 16bit mode if called in 32bit mode. by Kevin O'Connor · 10 years ago
  87. 7e1baf2 Update invoke_mouse_handler() to use need_hop_back() by Kevin O'Connor · 10 years ago
  88. fabc1b5 Add need_hop_back() call that determines if stack_hop_back is needed by Kevin O'Connor · 10 years ago
  89. 1389eee Move stack hop code below call32/call16 code in stacks.c by Kevin O'Connor · 10 years ago
  90. d5c6174 pmm: Fix entry point to support non-zero %ss by Kevin O'Connor · 10 years ago
  91. 1208543 Revert "Use the extra stack for 16bit USB and PS2 keyboard/mouse commands." by Kevin O'Connor · 10 years ago
  92. 67d1fbe ehci: Fix bug in hub port assignment by Kevin O'Connor · 10 years ago
  93. 0f68130 usb: Perform device detect polling on all usb controllers. by Kevin O'Connor · 10 years ago
  94. e2d6fdd ehci: Stall uhci/ohci init only until default port routing is done. by Kevin O'Connor · 10 years ago
  95. 57e3401 ohci: Repeatedly poll for device detect for 100ms. by Kevin O'Connor · 10 years ago
  96. 6cd080a uhci: Repeatedly poll for device detect for 100ms. by Kevin O'Connor · 10 years ago
  97. dc6552c xhci: Change xhci_hub_detect() to use connect status instead of link state. by Kevin O'Connor · 10 years ago
  98. c001ed8 usb-hub: Enable power to all ports prior to calling usb_enumerate(). by Kevin O'Connor · 10 years ago
  99. 5ac31b8 ehci: Move port power up from ehci_hub_detect() to check_ehci_ports(). by Kevin O'Connor · 10 years ago
  100. 7fb82b7 xhci: Add xhci_check_ports() and xhci_free_pipes() functions. by Kevin O'Connor · 10 years ago