|
|
@99739
|
20 months |
vboxsync |
*: doxygen corrections (mostly about removing @returns from functions …
|
|
|
@99367
|
21 months |
vboxsync |
OHCI: More thorough cleanup of URB in-flight tracking.
|
|
|
@98103
|
2 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@95108
|
3 years |
vboxsync |
Devices/Dev*: Replaced some leftover 'PDMBOTHCBDECL' usage with …
|
|
|
@93944
|
3 years |
vboxsync |
Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
|
|
|
@93914
|
3 years |
vboxsync |
Devices/USB: Convert the HCI emulations to call into the roothub using …
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@91737
|
3 years |
vboxsync |
OHCI: Straightened out ED/TD iteration limits (see bugref:10103).
|
|
|
@90447
|
3 years |
vboxsync |
Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
|
|
|
@90332
|
3 years |
vboxsync |
Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
|
|
|
@87971
|
4 years |
vboxsync |
OHCI: Clear list enable bits on reset in order to get out of work …
|
|
|
@87773
|
4 years |
vboxsync |
VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
|
|
|
@87767
|
4 years |
vboxsync |
VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
|
|
|
@87760
|
4 years |
vboxsync |
VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
|
|
|
@87190
|
4 years |
vboxsync |
OHCI: Do not consider TD address zero special, instead check whether …
|
|
|
@86858
|
4 years |
vboxsync |
Devices/USB/DevOHCI: Build fix when VBOX_WITH_OHCI_PHYS_READ_CACHE is …
|
|
|
@86484
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 OHCI: Use PCI interfaces while reading/writing …
|
|
|
@84514
|
5 years |
vboxsync |
Devices/USB: Convert to use new PDMDevHlp guest memory read/write …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82661
|
5 years |
vboxsync |
DevOHCI: Cleaned up old code (see bugref:9595).
|
|
|
@81692
|
5 years |
vboxsync |
Devices/USB/Dev*: Use default statistics prefix.
|
|
|
@81591
|
5 years |
vboxsync |
Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
|
|
|
@81554
|
5 years |
vboxsync |
DevOHCI: Simplified the [P]OHCICC typedefs. bugref:9218
|
|
|
@81550
|
5 years |
vboxsync |
DevOHCI: Set the PDM_DEVREG_FLAGS_NEW_STYLE flag. bugref:9218
|
|
|
@81544
|
5 years |
vboxsync |
DevOHCI: doxygen fixes. bugref:9218
|
|
|
@81543
|
5 years |
vboxsync |
DevOHCI: Bumped saved state version and kicked out the dummy …
|
|
|
@81541
|
5 years |
vboxsync |
DevOHCI: Bumped saved state version and kicked out the dummy …
|
|
|
@81536
|
5 years |
vboxsync |
DevOHCI: Moved the in-flight and done-queue into the OHCIR3 structure. …
|
|
|
@81535
|
5 years |
vboxsync |
DevOHCI: Split up the root hub data structure, eliminating the …
|
|
|
@81534
|
5 years |
vboxsync |
DevOHCI: Style nits. bugref:9218
|
|
|
@81533
|
5 years |
vboxsync |
DevOHCI: Converting to new style. [struct alloc fixes] bugref:9218
|
|
|
@81529
|
5 years |
vboxsync |
DevOHCI: Converting to new style. [doxygen fix] bugref:9218
|
|
|
@81528
|
5 years |
vboxsync |
DevOHCI: Don't allocate the page two page caches, just put them …
|
|
|
@81527
|
5 years |
vboxsync |
DevOHCI: Converting to new style. [release build fix] bugref:9218
|
|
|
@81526
|
5 years |
vboxsync |
DevOHCI: Converting to new style. bugref:9218
|
|
|
@81514
|
5 years |
vboxsync |
Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
|
|
|
@81186
|
5 years |
vboxsync |
OHCI: Improved in-flight URB tracking (see bugref:9571).
|
|
|
@81031
|
5 years |
vboxsync |
PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
|
|
|
@80704
|
5 years |
vboxsync |
PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
|
|
|
@80701
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80531
|
5 years |
vboxsync |
VMM,Devices: Some PDM device model refactoring. bugref:9218
|
|
|
@78549
|
6 years |
vboxsync |
OHCI: Interpret the OHCI spec a bit more literally when processing a …
|
|
|
@78530
|
6 years |
vboxsync |
Build fix.
|
|
|
@78529
|
6 years |
vboxsync |
OHCI: More logging when buffer sizes don't add up.
|
|
|
@78528
|
6 years |
vboxsync |
OHCI: Identify where unrecoverable error is coming from.
|
|
|
@78075
|
6 years |
vboxsync |
Devices/USB/DevOHCI.cpp: Small addendum to r129929, add LogRelMax() …
|
|
|
@78073
|
6 years |
vboxsync |
Devices/USB/DevOHCI.cpp: Remove a few todos and raise unrecoverable …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@70371
|
7 years |
vboxsync |
OHCI: Dropped ancient saved state support.
|
|
|
@70050
|
7 years |
vboxsync |
Devices/OHCI: Don't touch others member of the endpoint descriptor …
|
|
|
@69954
|
7 years |
vboxsync |
OHCI: Report low/full speed to guest. Currently theoretical.
|
|
|
@69947
|
7 years |
vboxsync |
OHCI: Reduced the number of port status bit definition sets from 3 to 1.
|
|
|
@69944
|
7 years |
vboxsync |
OHCI: Added comments for register bits.
|
|
|
@69871
|
7 years |
vboxsync |
OHCI: Renamed and refactored for clear R3/RC separation.
|
|
|
@69769
|
7 years |
vboxsync |
OHCI: On root hub reset, set the PPS bit for connected devices and …
|
|
|
@69767
|
7 years |
vboxsync |
OHCI: On reset, set (not just modify) the HcControl register and clear …
|
|
|
@69766
|
7 years |
vboxsync |
OHCI: Reduced per-frame debug log flooding, improved info output.
|
|
|
@69721
|
7 years |
vboxsync |
Devices/USB: bugref:9022 Update the possibly cached data when writing …
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@67835
|
7 years |
vboxsync |
DevOHCI: warning
|
|
|
@65919
|
8 years |
vboxsync |
gcc 7: fall thru
|
|
|
@65169
|
8 years |
vboxsync |
doxygen fixes
|
|
|
@65058
|
8 years |
vboxsync |
Devices: doxygen fixes
|
|
|
@64392
|
8 years |
vboxsync |
PDMPCIDEV: s/name/pszName/ everywhere, removing the legacy alias.
|
|
|
@64387
|
8 years |
vboxsync |
PDM,Devices: Some PCI device type cleanup.
|
|
|
@64373
|
8 years |
vboxsync |
PDM,Devices: Support for multiple PCI devices/function in a single PDM …
|
|
|
@64319
|
8 years |
vboxsync |
OHCI: Do not enable interrupts on reset; tiny bit of extra logging.
|
|
|
@64294
|
8 years |
vboxsync |
VUSB: Doxygen fixes
|
|
|
@63690
|
8 years |
vboxsync |
PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
|
|
|
@63562
|
8 years |
vboxsync |
scm: cleaning up todos
|
|
|
@63478
|
8 years |
vboxsync |
Devices: warnings (clang)
|
|
|
@63016
|
8 years |
vboxsync |
Devices: warnings (debug builds)
|
|
|
@62956
|
8 years |
vboxsync |
@copydoc -> @interface_method_impl
|
|
|
@62955
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62622
|
8 years |
vboxsync |
Devices: unused parameter warnings.
|
|
|
@62621
|
8 years |
vboxsync |
Devices: Fixed 3 instances of incorrect preprocessor macro usage …
|
|
|
@62502
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62463
|
8 years |
vboxsync |
Devices: scm
|
|
|
@62001
|
8 years |
vboxsync |
DevOHCI: bugref:8125: cache for the guest memory reads
|
|
|
@59875
|
9 years |
vboxsync |
VUSB: Move the thread for periodic frame procession down to the …
|
|
|
@59704
|
9 years |
vboxsync |
VUSB: Some structural cleanup (#3 Make the VUSB URB specific data …
|
|
|
@59700
|
9 years |
vboxsync |
VUSB: Some structural cleanup (#2 Remove the HCI specific bits from …
|
|
|
@59687
|
9 years |
vboxsync |
VUSB: Some structural cleanup (#1 Don't replicate the URB tagging for …
|
|
|
@59282
|
9 years |
vboxsync |
OHCI: Fixed nonsensical conditional.
|
|
|
@59113
|
9 years |
vboxsync |
DevOHCI: bugref:8125: wakeup the framer thread only if framerate was …
|
|
|
@58170
|
9 years |
vboxsync |
doxygen: fixes.
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@57156
|
9 years |
vboxsync |
OHCI: Prevent log flooding
|
|
|
@56992
|
9 years |
vboxsync |
Devices: Log & Assertion formatting fixes.
|
|
|
@56454
|
10 years |
vboxsync |
Commit r100743 and r100913 to trunk which should improve pass through …
|
|
|
@56292
|
10 years |
vboxsync |
Devices: Updated (C) year.
|
|
|
@56284
|
10 years |
vboxsync |
s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
|
|
|
@56271
|
10 years |
vboxsync |
VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to …
|
|
|
@55414
|
10 years |
vboxsync |
USB,EHCI,OHCI: release and reacquire the critical section when …
|
|
|
@54381
|
10 years |
vboxsync |
Typo fix.
|
|
|
@54072
|
10 years |
vboxsync |
USB: Make the number of reported OHCI ports adjustable.
|
|
|