1. 54a1c6d usb: Use usb_realloc_pipe for pipe alloc, update, and free. by Kevin O'Connor · 10 years ago
  2. 277ea6f ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe() by Kevin O'Connor · 10 years ago
  3. 2e0c2ea ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe() by Kevin O'Connor · 10 years ago
  4. 89452cc uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe() by Kevin O'Connor · 10 years ago
  5. c427def xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too by Kevin O'Connor · 10 years ago
  6. 2bfd170 usb: Clarify usb freelist manipulations by Kevin O'Connor · 10 years ago
  7. f332943 usb: Rename free_pipe() to usb_free_pipe() by Kevin O'Connor · 10 years ago
  8. 222bad4 usb: Rename send_default_control() to usb_send_default_control() by Kevin O'Connor · 10 years ago
  9. 674f140 usb: Rename findEndPointDesc() to usb_find_desc() by Kevin O'Connor · 10 years ago
  10. 98cdad3 usb: Rename usb_getFrameExp() to usb_get_period() by Kevin O'Connor · 10 years ago
  11. 20c9be3 usb: Rename ?hci_control() to ?hci_send_control() by Kevin O'Connor · 10 years ago
  12. bfb7b58 Backup and restore a20 on call32_sloppy() by Kevin O'Connor · 10 years ago
  13. 341f8d9 Move a20 code from system.c and ps2port.h to x86.h by Kevin O'Connor · 10 years ago
  14. 55215cd Implement call32 mechanism using SMIs. by Kevin O'Connor · 10 years ago
  15. 15721bf Fully restore 16bit state during call16_sloppy() by Kevin O'Connor · 10 years ago
  16. 1188480 Break up call32() into call32() and call32_sloppy() by Kevin O'Connor · 10 years ago
  17. 2342129 Move call16() functions from romlayout.S to inline assembler in stacks.c by Kevin O'Connor · 10 years ago
  18. eb88bf7 build: Support declaring 32bit C functions that must reside in the f-segment by Kevin O'Connor · 10 years ago
  19. 9984b9d Update reset() to use call16_back() by Kevin O'Connor · 10 years ago
  20. 79c3ab3 Simplify farcall16 code by Kevin O'Connor · 10 years ago
  21. dcacfa0 Track when entering via call32() and use the same mode for stack_hop_back() by Kevin O'Connor · 10 years ago
  22. 8056825 Update stack_hop_back() to jump to 16bit mode if called in 32bit mode. by Kevin O'Connor · 10 years ago
  23. 7e1baf2 Update invoke_mouse_handler() to use need_hop_back() by Kevin O'Connor · 10 years ago
  24. fabc1b5 Add need_hop_back() call that determines if stack_hop_back is needed by Kevin O'Connor · 10 years ago
  25. 1389eee Move stack hop code below call32/call16 code in stacks.c by Kevin O'Connor · 10 years ago
  26. d5c6174 pmm: Fix entry point to support non-zero %ss by Kevin O'Connor · 10 years ago
  27. 1208543 Revert "Use the extra stack for 16bit USB and PS2 keyboard/mouse commands." by Kevin O'Connor · 10 years ago
  28. 67d1fbe ehci: Fix bug in hub port assignment by Kevin O'Connor · 10 years ago
  29. 0f68130 usb: Perform device detect polling on all usb controllers. by Kevin O'Connor · 10 years ago
  30. e2d6fdd ehci: Stall uhci/ohci init only until default port routing is done. by Kevin O'Connor · 10 years ago
  31. 57e3401 ohci: Repeatedly poll for device detect for 100ms. by Kevin O'Connor · 10 years ago
  32. 6cd080a uhci: Repeatedly poll for device detect for 100ms. by Kevin O'Connor · 10 years ago
  33. dc6552c xhci: Change xhci_hub_detect() to use connect status instead of link state. by Kevin O'Connor · 10 years ago
  34. c001ed8 usb-hub: Enable power to all ports prior to calling usb_enumerate(). by Kevin O'Connor · 10 years ago
  35. 5ac31b8 ehci: Move port power up from ehci_hub_detect() to check_ehci_ports(). by Kevin O'Connor · 10 years ago
  36. 7fb82b7 xhci: Add xhci_check_ports() and xhci_free_pipes() functions. by Kevin O'Connor · 10 years ago
  37. a76a4e1 xhci: Move root hub and setup code to top of file. by Kevin O'Connor · 10 years ago
  38. c46f5a9 xhci: Use high memory instead of low memory for internal storage. by Kevin O'Connor · 10 years ago
  39. b203013 xhci: Remove 16bit code wrappers. by Kevin O'Connor · 10 years ago
  40. ab8ef4a xhci: Call usb_desc2pipe() on xhci_update_pipe(). by Kevin O'Connor · 10 years ago
  41. 0806e9e usb: Fix usb_xfer_time() to work when called in 16bit mode. by Kevin O'Connor · 10 years ago
  42. a2959d6 build: Update kconfig to version in Linux 3.16. by Kevin O'Connor · 10 years ago
  43. a9f4816 Minor - remove stray tab from src/fw/smm.c. by Kevin O'Connor · 10 years ago
  44. 2e73b1d acpi: use specified macro instead of magic-number by zhanghailiang · 10 years ago
  45. e710447 boot: Change ":rom%d" boot order rom instance to ":rom%x" by Kevin O'Connor · 10 years ago
  46. 275672e boot: Fix boot order for SCSI target, lun > 9 by Markus Armbruster · 10 years ago
  47. 3aa31d7 hw/pci: reserve IO and mem for pci express downstream ports with no devices attached by Marcel Apfelbaum · 10 years ago
  48. a932b90 vgabios: Fix broken build resulting from e5749978. by Kevin O'Connor · 10 years ago
  49. 68354a6 romlayout: Use "rep ; nop" not "rep nop". by Ian Campbell · 10 years ago
  50. 083ee29 ohci: Update usb command timeouts to use usb_xfer_time() by Kevin O'Connor · 10 years ago
  51. b53fe2c uhci: Update usb command timeouts to use usb_xfer_time() by Kevin O'Connor · 10 years ago
  52. ab9d771 ehci: Update usb command timeouts to use usb_xfer_time() by Kevin O'Connor · 10 years ago
  53. 88fa227 xhci: Update the times for usb command timeouts. by Kevin O'Connor · 10 years ago
  54. ffc0687 build: Minor - fix comments referring to old tools/ directory. by Kevin O'Connor · 10 years ago
  55. ab482e0 build: Get fixed address variables from 32bit compile pass (not 16bit) by Kevin O'Connor · 10 years ago
  56. 38729bc build: Only export needed fields in LayoutInfo in layoutrom.py. by Kevin O'Connor · 10 years ago
  57. 8216a47 build: Use fileid instead of category to write sections in layoutrom.py. by Kevin O'Connor · 10 years ago
  58. e574997 build: Keep segmented sections separate until final link step. by Kevin O'Connor · 10 years ago
  59. b40016f build: Rework getRelocs() to use a hash instead of categories in layoutrom.py by Kevin O'Connor · 10 years ago
  60. bf70fbf build: Refactor findInit() function. by Kevin O'Connor · 10 years ago
  61. ee95253 build: Use customized entry point for each type of build. by Kevin O'Connor · 10 years ago
  62. c228d70 build: Refactor layoutrom.py gc() function. by Kevin O'Connor · 10 years ago
  63. cc132ab build: Extract section visiting logic in layoutrom.py. by Kevin O'Connor · 10 years ago
  64. 2634270 build: Remove unused function getSectionsStart() from layoutrom.py. by Kevin O'Connor · 10 years ago
  65. 43197a2 Abstract reset call (and possible 16bit mode switch) into reset() function. by Kevin O'Connor · 10 years ago
  66. 5438c8f Remove the TODO file. by Kevin O'Connor · 10 years ago
  67. d71d52b Make sure handle_smi() and handle_smp() are compiled out if not enabled. by Kevin O'Connor · 10 years ago
  68. 67fd42c vgabios: Use .code16 not .code16gcc by David Woodhouse · 10 years ago
  69. 5b22d93 romlayout: Use .code16 not .code16gcc by David Woodhouse · 10 years ago
  70. 04b531a build: use -m16 where available instead of asm(".code16gcc") by David Woodhouse · 10 years ago
  71. ec44fac build: Avoid absolute paths during "whole-program" compiling. by Kevin O'Connor · 10 years ago
  72. ca34ce5 Move most of the VAR16FIXED() defs to misc.c. by Kevin O'Connor · 10 years ago
  73. e9eaaaf Remove old Bochs bios fixed address string at 0xfff00. by Kevin O'Connor · 10 years ago
  74. dd7527c Don't enable thread preemption during S3 resume vga option rom execution. by Kevin O'Connor · 10 years ago
  75. 0673b78 smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode. by Kevin O'Connor · 10 years ago
  76. 31bcda2 smm: Use a C struct to define the layout of the SMM area. by Kevin O'Connor · 10 years ago
  77. f4c511c smm: Replace SMI assembler code with C code. by Kevin O'Connor · 10 years ago
  78. 2126994 smm: unify SMM handlers by Paolo Bonzini · 10 years ago
  79. 457ba42 smm: complete SMM setup by Paolo Bonzini · 10 years ago
  80. 40d0312 piix: add and use dev-piix.h by Paolo Bonzini · 10 years ago
  81. c029a91 Move cdemu call interface and disk_ret helper code to disk.c. by Kevin O'Connor · 10 years ago
  82. 02f7676 cdemu: store internal cdemu fields in standard "el-torito" spec format. by Kevin O'Connor · 10 years ago
  83. 9e735bb edd: Separate out ATA and virtio specific parts of fill_edd(). by Kevin O'Connor · 10 years ago
  84. f8387e2 edd: Use sectors==-1 to detect removable media. by Kevin O'Connor · 10 years ago
  85. 39ca498 edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c. by Kevin O'Connor · 10 years ago
  86. f9645c7 Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update by David Woodhouse · 10 years ago
  87. c58799c vgabios: Return from handle_1011() if handler found. by Kevin O'Connor · 10 years ago
  88. e51488c python3 fixes for vgabios and csm builds. by Kevin O'Connor · 10 years ago rel-1.7.5
  89. 7eac0c4 Allow using full io region on q35. by Gerd Hoffmann · 10 years ago
  90. a217de9 acpi: remove PORT_ACPI_PM_BASE constant by Gerd Hoffmann · 10 years ago
  91. 4a3f195 smm: remove code to handle ACPI disable/enable by Paolo Bonzini · 10 years ago
  92. 3c37cdb vgabios: Add debug message if x86emu leal check triggers. by Kevin O'Connor · 10 years ago
  93. b1d4dc9 acpi: Fix acpi dsdt compile warning. by Kevin O'Connor · 10 years ago rel-1.7.5-rc1
  94. 3fcabf0 Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled. by Kevin O'Connor · 10 years ago
  95. 9d0d08c build: Make sure romlayout.o is recompiled on Kconfig change. by Kevin O'Connor · 10 years ago
  96. 10572ed xhci: Use msleep() instead of mdelay() for port status delay. by Kevin O'Connor · 10 years ago
  97. 6ad7b5b ld: don't hardcode "-melf_i386" by Roger Pau Monne · 10 years ago
  98. 6c68e7a If an int 1587 call is made from an option rom, stay in bigreal mode. by Kevin O'Connor · 10 years ago
  99. d85c22e SMBIOS: Check for aggregate tables & entry point in fw_cfg by Gabriel L. Somlo · 10 years ago
  100. 0784d04 hw/pci: check if pci2pci bridges implement optional limit registers by Marcel Apfelbaum · 10 years ago