1. 33d5118 Minor - verify UMB dummy optionrom header size doesn't overflow. by Kevin O'Connor · 12 years ago
  2. 347f294 pci: init all devices by Gerd Hoffmann · 12 years ago
  3. 5e01908 Allow optionroms and "low mem" to share space. by Kevin O'Connor · 12 years ago
  4. 4f6563e Convert GET/SET_FLATPTR() accesses to "low mem" to GET/SET_LOWFLAT(). by Kevin O'Connor · 12 years ago
  5. 4bc4997 EBDA cleanups. by Kevin O'Connor · 12 years ago
  6. d314083 Convert disk code EBDA variables to VARLOW variables. by Kevin O'Connor · 12 years ago
  7. 2d012ec Convert USB keyboard code EBDA variables to VARLOW variables. by Kevin O'Connor · 12 years ago
  8. 3693af0 Convert ps2 code EBDA variables to VARLOW variables. by Kevin O'Connor · 12 years ago
  9. 9d8e0a6 Convert boot code EBDA variables to VARLOW variables. by Kevin O'Connor · 12 years ago
  10. 9d254d4 Convert timer code EBDA variables to VARLOW variables. by Kevin O'Connor · 12 years ago
  11. 46b8262 Add mechanism to declare variables as "low mem" and use for extra stack. by Kevin O'Connor · 12 years ago
  12. 9c98517 Use the e-segment instead of the 9-segment for bios "low mem". by Kevin O'Connor · 12 years ago
  13. b8fcf46 Automatically reboot after 60 second delay on failed boot. by Kevin O'Connor · 12 years ago
  14. 0c8f58d pci: handle bridge irq mapping by Gerd Hoffmann · 12 years ago
  15. 15952a9 Revert "Fix 64bit PCI issues on Windows" by Kevin O'Connor · 12 years ago
  16. d630d14 pciinit: Simplify list manipulation in pci_region_migrate_64bit_entries. by Kevin O'Connor · 12 years ago
  17. e5d71ca pciinit: Minor white space changes. by Kevin O'Connor · 12 years ago
  18. 482a020 Fix 64bit PCI issues on Windows by Alexey Korolev · 12 years ago
  19. e5e5f96 pciinit: Migrate 64bit entries to 64bit pci regions by Alexey Korolev · 12 years ago
  20. 37c111f pciinit: Calculate pci region stats on demand by Alexey Korolev · 12 years ago
  21. ac0cd58 pciinit: 64bit capability discovery for pci bridges by Alexey Korolev · 12 years ago
  22. 35a770f pciinit: Add pci_region structure. by Alexey Korolev · 12 years ago
  23. 030288f pciinit: Switch to 64bit variable types. by Alexey Korolev · 12 years ago
  24. 1a9f47f pciinit: bridges can have two regions too by Alexey Korolev · 12 years ago
  25. 3d1bc9d pciinit: Track region alignment explicitly. by Kevin O'Connor · 12 years ago
  26. 5fa24b5 pciinit: Use sorted order allocation by Alexey Korolev · 12 years ago
  27. f3c2b06 pciinit: Remove size element from pci_bus->r structure by Alexey Korolev · 12 years ago
  28. 3a29716 pciinit: Move bus bar asignment by Alexey Korolev · 12 years ago
  29. fa51bcd pciinit: Introduction of pci_region_entry structure by Alexey Korolev · 12 years ago
  30. a026308 Misc compile fixes for gcc v3.4. by Kevin O'Connor · 12 years ago rel-1.7.0
  31. 9c6635b Replace level gpe event with edge gpe event for hot-plug handlers by Igor Mammedov · 12 years ago
  32. ecf9b7d Mark disk.c functions that take an address of a stack variable as noinline. by Kevin O'Connor · 12 years ago
  33. c7be281 Drop FIX_RTC flag from FADT. by Gleb Natapov · 12 years ago
  34. 39d5989 ata: send TEST UNIT READY correctly by Paolo Bonzini · 12 years ago
  35. 8c31307 virtio-scsi: Fix virtio-scsi after cdb_is_read changes. by Paolo Bonzini · 12 years ago
  36. 8da3f3c if HPET is not present do not report it in DSDT by Gleb Natapov · 12 years ago
  37. 1fd9a89 Use OUT mode for all zero byte "scsi" transfers. by Kevin O'Connor · 12 years ago
  38. 7a08ae7 Whitespace changes - replace handful of tabs in core code with spaces. by Kevin O'Connor · 12 years ago
  39. 90ce89f ps2: Enable keyboard at end of PS2 port irq. by Kevin O'Connor · 12 years ago
  40. bf079e1 Increase the debug level of several frequent dprintf() statements. by Kevin O'Connor · 12 years ago
  41. 4e752f5 Update drive type default boot order. by Kevin O'Connor · 12 years ago
  42. 32d68ab usb: Remove QH_MULT_SHIFT flag from qh.info1. by Kevin O'Connor · 12 years ago
  43. c37147d usb: Fix barrier() placement in OHCI interrupt schedule add. by Kevin O'Connor · 12 years ago
  44. 0423dda usb: Populate OHCI endpoint descriptor info at pipe allocation. by Kevin O'Connor · 12 years ago
  45. 8915ed2 usb: Move EHCI tt_* fields to EHCI controller code. by Kevin O'Connor · 12 years ago
  46. fbf66f1 usb: Move code around in usb.c. by Kevin O'Connor · 12 years ago
  47. c3d96c2 usb: Generalize controller alloc_async_pipe / alloc_intr_pipe code. by Kevin O'Connor · 12 years ago
  48. 6152c32 usb: Move code around in usb controller code. by Kevin O'Connor · 12 years ago
  49. eb50eae usb: Pass 'struct usbdevice_s' to controller alloc_intr_pipe functions. by Kevin O'Connor · 12 years ago
  50. 54bf207 usb: Pass 'struct usbdevice_s' into controller alloc_async functions. by Kevin O'Connor · 12 years ago
  51. 77ab4e1 usb: Pass usbdevice_s to alloc_async_pipe. by Kevin O'Connor · 12 years ago
  52. ea27478 usb: Build path via chain of usbdevice_s. by Kevin O'Connor · 12 years ago
  53. 6a8e895 usb: Push 'struct usbdevice_s' usage through to pipe allocation. by Kevin O'Connor · 12 years ago
  54. 4f74dad usb: Introduce 'struct usbdevice_s' to describe info for a given device. by Kevin O'Connor · 12 years ago
  55. 01de9bd usb: Obtain free list items in main code. by Kevin O'Connor · 12 years ago
  56. 92650f2 usb: Remove cntl->defaultpipe cache. by Kevin O'Connor · 12 years ago
  57. ae0ed62 usb: Centralize pipe free list code. by Kevin O'Connor · 12 years ago
  58. 402f9a0 Batch free USB pipes on EHCI controllers. by Kevin O'Connor · 12 years ago
  59. 1e4dc8a Batch free USB pipes on UHCI controllers. by Kevin O'Connor · 12 years ago
  60. 98af353 Batch free USB pipes on OHCI controllers. by Kevin O'Connor · 12 years ago
  61. c5c488f add virtio-scsi driver by Paolo Bonzini · 12 years ago
  62. cb72171 scsi: do not send MODE SENSE except to QEMU disks by Paolo Bonzini · 12 years ago
  63. c04090d output: Add 64bit hex print support. by Kevin O'Connor · 12 years ago
  64. 0fedfab Fixup missing includes. by Kevin O'Connor · 12 years ago
  65. 4bfc4ec Free USB MSC pipes on error. by Kevin O'Connor · 12 years ago
  66. 279dcb1 Register drives directly in scsi_init_drive(). by Kevin O'Connor · 12 years ago
  67. a5abf9b Running vgabios during resume from S3 on QEMU by default by Gleb Natapov · 12 years ago
  68. 890d985 Fix missing NULL pointer checks causing boot failure on 1meg machines. by Kevin O'Connor · 12 years ago
  69. 36feea9 Direct compile 16bit C code instead of including via .S files. by Kevin O'Connor · 12 years ago
  70. b50488b disk: handle LBA I/O with zero sector count by Kevin O'Connor · 12 years ago
  71. 26d3144 cleanup process_usb_op() / process_scsi_op() declarations by Laszlo Ersek · 12 years ago
  72. 0214515 Xen: Use VGA Hooks to make VGA passthrough work on certain devices by Julian Pidancet · 12 years ago
  73. 7123d98 Introduce config option to select which IO port to send debug output on by Julian Pidancet · 12 years ago
  74. ecae9bf mask interrupts on S3 resume by Gleb Natapov · 13 years ago
  75. 745de85 Add TSC emulation layer for 386/486 CPUs. by Kevin O'Connor · 12 years ago
  76. 9eb2100 Detect CPUID instruction before using it. by Kevin O'Connor · 12 years ago
  77. e216ce8 Check for CONFIG_PS2PORT on all entry ps2 function entry points. by Kevin O'Connor · 12 years ago
  78. 5f4ce9e vgabios: Move vgabios Kconfig definitions to vgasrc/Kconfig. by Kevin O'Connor · 13 years ago
  79. a7fc815 vgabios: Build vgabios by default if enabled in Kconfig. by Kevin O'Connor · 13 years ago
  80. b94fdc8 vgabios: Improve vgabios Kconfig menu. by Kevin O'Connor · 13 years ago
  81. 88e745e BCVs should inherrit the legacy harddrive priority. by Kevin O'Connor · 13 years ago
  82. 1e15725 Permit multiple BEV and BEV/BCV combinations in a single option rom. by Kevin O'Connor · 13 years ago
  83. 24ddd86 vgabios: Add the geode GX2 functionality. by Nils · 13 years ago
  84. e8b184f vgabios: Some little geode cleanup. by Nils · 13 years ago
  85. 31eabf9 vgabios: Make the naming in the LX code generic to Geode. by Nils · 13 years ago
  86. db301ef vgabios: Minor fixes to struct vbe_info definition. by Kevin O'Connor · 13 years ago
  87. 139d5ac Don't leave upper bits of 64bit BARs unitialized during pci init. by Kevin O'Connor · 13 years ago
  88. 4c52fb4 vgabios: Merge support for GeodeLX vga bios. by Kevin O'Connor · 13 years ago
  89. 69e941c Merge bootsplash and VGA ROM vbe structure definitions by Julian Pidancet · 13 years ago
  90. a6ad7df Add vbe_flag field in BDA by Julian Pidancet · 13 years ago
  91. da08a6d Add configuration menu for the VGA ROM by Julian Pidancet · 13 years ago
  92. bc6097b Move optionroms definitions into a separate header by Julian Pidancet · 13 years ago
  93. 891766f Fix broken _DIS and _SRS methods in ACPI AML irq routing. by Kevin O'Connor · 13 years ago
  94. 403f613 acpi: remove _RMV by Michael S. Tsirkin · 13 years ago
  95. 5a73f3b acpi: EJ0 method name patching by Michael S. Tsirkin · 13 years ago
  96. c973788 acpi: add ssdt for pci hotplug by Michael S. Tsirkin · 13 years ago
  97. 70451b6 virtio-pci: include pci.h and pci_regs.h by Sebastian Herbszt · 13 years ago
  98. 2762de0 usb: fix boot paths by Paolo Bonzini · 13 years ago
  99. 49ecf69 usb-ehci: Fix races with controller on updates to QH. by Kevin O'Connor · 13 years ago
  100. 08589ac usb-uhci: Be sure to wrap pipe->iobase in GET_FLATPTR(). by Kevin O'Connor · 13 years ago