index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()
Kevin O'Connor
2014-10-16
3
-5
/
+9
*
ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()
Kevin O'Connor
2014-10-16
3
-5
/
+9
*
uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()
Kevin O'Connor
2014-10-16
3
-5
/
+9
*
xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too
Kevin O'Connor
2014-10-16
3
-12
/
+14
*
usb: Clarify usb freelist manipulations
Kevin O'Connor
2014-10-16
5
-12
/
+29
*
usb: Rename free_pipe() to usb_free_pipe()
Kevin O'Connor
2014-10-16
4
-11
/
+11
*
usb: Rename send_default_control() to usb_send_default_control()
Kevin O'Connor
2014-10-16
5
-16
/
+16
*
usb: Rename findEndPointDesc() to usb_find_desc()
Kevin O'Connor
2014-10-16
4
-7
/
+7
*
usb: Rename usb_getFrameExp() to usb_get_period()
Kevin O'Connor
2014-10-16
6
-8
/
+8
*
usb: Rename ?hci_control() to ?hci_send_control()
Kevin O'Connor
2014-10-16
9
-24
/
+24
*
Backup and restore a20 on call32_sloppy()
Kevin O'Connor
2014-10-15
1
-0
/
+7
*
Move a20 code from system.c and ps2port.h to x86.h
Kevin O'Connor
2014-10-15
4
-31
/
+19
*
Implement call32 mechanism using SMIs.
Kevin O'Connor
2014-10-15
4
-1
/
+192
*
Fully restore 16bit state during call16_sloppy()
Kevin O'Connor
2014-10-11
1
-30
/
+63
*
Break up call32() into call32() and call32_sloppy()
Kevin O'Connor
2014-10-11
1
-39
/
+47
*
Move call16() functions from romlayout.S to inline assembler in stacks.c
Kevin O'Connor
2014-10-11
2
-54
/
+69
*
build: Support declaring 32bit C functions that must reside in the f-segment
Kevin O'Connor
2014-10-11
1
-0
/
+4
*
Update reset() to use call16_back()
Kevin O'Connor
2014-10-11
1
-2
/
+2
*
Simplify farcall16 code
Kevin O'Connor
2014-10-11
2
-17
/
+15
*
Track when entering via call32() and use the same mode for stack_hop_back()
Kevin O'Connor
2014-10-11
1
-1
/
+28
*
Update stack_hop_back() to jump to 16bit mode if called in 32bit mode.
Kevin O'Connor
2014-09-30
3
-21
/
+20
*
Update invoke_mouse_handler() to use need_hop_back()
Kevin O'Connor
2014-09-30
1
-2
/
+7
*
Add need_hop_back() call that determines if stack_hop_back is needed
Kevin O'Connor
2014-09-30
2
-4
/
+14
*
Move stack hop code below call32/call16 code in stacks.c
Kevin O'Connor
2014-09-30
2
-83
/
+83
*
pmm: Fix entry point to support non-zero %ss
Kevin O'Connor
2014-09-30
1
-2
/
+3
*
Revert "Use the extra stack for 16bit USB and PS2 keyboard/mouse commands."
Kevin O'Connor
2014-09-30
2
-6
/
+6
*
ehci: Fix bug in hub port assignment
Kevin O'Connor
2014-09-16
1
-1
/
+1
*
usb: Perform device detect polling on all usb controllers.
Kevin O'Connor
2014-09-16
7
-60
/
+35
*
ehci: Stall uhci/ohci init only until default port routing is done.
Kevin O'Connor
2014-09-16
1
-18
/
+13
*
ohci: Repeatedly poll for device detect for 100ms.
Kevin O'Connor
2014-09-16
1
-4
/
+11
*
uhci: Repeatedly poll for device detect for 100ms.
Kevin O'Connor
2014-09-16
1
-4
/
+11
*
xhci: Change xhci_hub_detect() to use connect status instead of link state.
Kevin O'Connor
2014-09-10
1
-9
/
+1
*
usb-hub: Enable power to all ports prior to calling usb_enumerate().
Kevin O'Connor
2014-09-10
2
-11
/
+12
*
ehci: Move port power up from ehci_hub_detect() to check_ehci_ports().
Kevin O'Connor
2014-09-10
1
-13
/
+12
*
xhci: Add xhci_check_ports() and xhci_free_pipes() functions.
Kevin O'Connor
2014-09-10
1
-10
/
+27
*
xhci: Move root hub and setup code to top of file.
Kevin O'Connor
2014-09-10
1
-285
/
+290
*
xhci: Use high memory instead of low memory for internal storage.
Kevin O'Connor
2014-09-10
1
-3
/
+3
*
xhci: Remove 16bit code wrappers.
Kevin O'Connor
2014-09-10
1
-70
/
+48
*
xhci: Call usb_desc2pipe() on xhci_update_pipe().
Kevin O'Connor
2014-09-09
1
-17
/
+20
*
usb: Fix usb_xfer_time() to work when called in 16bit mode.
Kevin O'Connor
2014-09-09
1
-1
/
+1
*
Minor - remove stray tab from src/fw/smm.c.
Kevin O'Connor
2014-08-23
1
-2
/
+1
*
acpi: use specified macro instead of magic-number
zhanghailiang
2014-08-22
2
-6
/
+35
*
boot: Change ":rom%d" boot order rom instance to ":rom%x"
Kevin O'Connor
2014-08-15
1
-2
/
+2
*
boot: Fix boot order for SCSI target, lun > 9
Markus Armbruster
2014-08-15
1
-2
/
+2
*
hw/pci: reserve IO and mem for pci express downstream ports with no devices a...
Marcel Apfelbaum
2014-07-01
1
-2
/
+32
*
romlayout: Use "rep ; nop" not "rep nop".
Ian Campbell
2014-07-01
1
-1
/
+1
*
ohci: Update usb command timeouts to use usb_xfer_time()
Kevin O'Connor
2014-06-14
1
-4
/
+3
*
uhci: Update usb command timeouts to use usb_xfer_time()
Kevin O'Connor
2014-06-14
1
-7
/
+6
*
ehci: Update usb command timeouts to use usb_xfer_time()
Kevin O'Connor
2014-06-14
1
-5
/
+6
*
xhci: Update the times for usb command timeouts.
Kevin O'Connor
2014-06-14
3
-2
/
+20
[next]