| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 1 | -1/+1 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 1 | -8/+18 |
| * | VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical access h... | vboxsync | 2022-02-07 | 1 | -2/+3 |
| * | VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be a bit s... | vboxsync | 2022-02-05 | 1 | -0/+7 |
| * | VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT -> GUE... | vboxsync | 2022-02-02 | 1 | -3/+3 |
| * | scm --update-copyright-year | vboxsync | 2022-01-01 | 1 | -1/+1 |
| * | VMM/PDM: DBGF even tracing integration, bugref:9210 | vboxsync | 2020-05-22 | 1 | -35/+80 |
| * | VMMR0: Move the PDM R0 device helper into its own file like it is done in R3,... | vboxsync | 2020-04-27 | 1 | -1700/+0 |
| * | AMD IOMMU: bugref:9654 Hook into PCIPhys[Read|Write] for intercepting and tra... | vboxsync | 2020-04-23 | 1 | -0/+40 |
| * | AMD IOMMU: bugref:9654 R0 registration bits. | vboxsync | 2020-04-20 | 1 | -0/+68 |
| * | Copyright year updates by scm. | vboxsync | 2020-02-04 | 1 | -1/+1 |
| * | PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for lockin... | vboxsync | 2019-12-02 | 1 | -6/+36 |
| * | APIC,PDM: Split up APIC 'registration'. bugref:9218 | vboxsync | 2019-11-20 | 1 | -0/+34 |
| * | DevHPET,PDM: Split structures and refactored registration. bugref:9218 | vboxsync | 2019-11-18 | 1 | -0/+40 |
| * | DevIoApic,PDM: Refactored the IOAPIC registration to be done directly for eac... | vboxsync | 2019-11-18 | 1 | -9/+59 |
| * | PDM: logging fixes. bugref:9218 | vboxsync | 2019-11-17 | 1 | -2/+2 |
| * | VMM,DevPIC: Refactored the PIC registration. bugreF:9218 | vboxsync | 2019-11-17 | 1 | -8/+56 |
| * | PDMDevHlp: Adding PDMDevHlpCritSectScheduleExitEvent. bugref:9218 | vboxsync | 2019-11-14 | 1 | -0/+11 |
| * | PDM: Defined a total PDM device instance limit of 4MB (for now). Need some 2... | vboxsync | 2019-11-14 | 1 | -7/+0 |
| * | PDM: Defined a total PDM device instance limit of 4MB (for now). Need some 2... | vboxsync | 2019-11-13 | 1 | -2/+14 |
| * | PDM,PGM: Added handled based MMIO2 interface. Made some adjustments to the P... | vboxsync | 2019-11-01 | 1 | -0/+21 |
| * | VMM/PDMR0DeviceGenCallReqHandler: doxygen. bugref:9218 | vboxsync | 2019-10-25 | 1 | -0/+1 |
| * | DevSmc,PDM: Converted the SMC device to the new style. Converted PDMDevHlpCa... | vboxsync | 2019-10-24 | 1 | -34/+12 |
| * | doxygen fixes | vboxsync | 2019-10-23 | 1 | -1/+1 |
| * | PDMDevHlp: Removed incorrect EMT restrictions on a bunch of new devhlps (copy... | vboxsync | 2019-10-21 | 1 | -36/+12 |
| * | PDM: Enabled PDM task code. Added bunch of new device helper functions. bugre... | vboxsync | 2019-10-21 | 1 | -0/+244 |
| * | IOM: More MMIO code. bugref:9218 | vboxsync | 2019-10-09 | 1 | -2/+11 |
| * | IOM,PDMDevHlp: Started implementing new MMIO registration APIs. Splitting up... | vboxsync | 2019-10-08 | 1 | -2/+2 |
| * | PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS allocation. ... | vboxsync | 2019-09-26 | 1 | -88/+65 |
| * | IOM,PDM,DevPCI,DevPciIch9,RTC: Fixes to the I/O port lookup table insertion c... | vboxsync | 2019-09-23 | 1 | -2/+15 |
| * | Devices/PCI: Device model refactoring, part I. bugref:9218 | vboxsync | 2019-09-23 | 1 | -7/+63 |
| * | VMM: Corrected parameters for the pdmR0DeviceCreateWorker call. bugref:9218 | vboxsync | 2019-09-23 | 1 | -3/+2 |
| * | PDM,PCI: More PDMPCIDEV related refactoring work, mainly concerned with elimi... | vboxsync | 2019-09-11 | 1 | -1/+3 |
| * | PDM: Check new device registration fields when creating the ring-0 instances.... | vboxsync | 2019-09-10 | 1 | -26/+44 |
| * | PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field giving ... | vboxsync | 2019-09-10 | 1 | -1/+4 |
| * | PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG structur... | vboxsync | 2019-09-10 | 1 | -5/+5 |
| * | PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM to the c... | vboxsync | 2019-09-09 | 1 | -9/+0 |
| * | PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM to the c... | vboxsync | 2019-09-09 | 1 | -10/+103 |
| * | IOM: New I/O port registration code. bugref:9218 | vboxsync | 2019-09-06 | 1 | -2/+11 |
| * | VMM/PDMR0DeviceCompatSetCritSectReqHandler: Assertion fix. bugref:9218 | vboxsync | 2019-09-02 | 1 | -2/+2 |
| * | VMM/PDMR0Device: Disable part of the assertion temporarily to unbreak startin... | vboxsync | 2019-09-02 | 1 | -1/+1 |
| * | VMM,Devices: Some PDM device model refactoring. bugref:9218 | vboxsync | 2019-09-01 | 1 | -63/+1000 |
| * | VMM,PciRaw: Eliminate duplicate PGVM/PVMCC and PGVMCPU/PVMCPUCC parameters in... | vboxsync | 2019-08-19 | 1 | -56/+55 |
| * | VMM: Eliminating the VBOX_BUGREF_9217 preprocessor macro. bugref:9217 | vboxsync | 2019-08-17 | 1 | -12/+2 |
| * | VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217 | vboxsync | 2019-08-16 | 1 | -1/+0 |
| * | VMM: Refactoring VMMR0/* and VMMRZ/* to use VMCC & VMMCPUCC. bugref:9217 | vboxsync | 2019-08-14 | 1 | -19/+20 |
| * | VMM,Main,++: Retired the unfinished FTM component. | vboxsync | 2019-07-31 | 1 | -9/+0 |
| * | VMM: Kicking out raw-mode (work in progress). bugref:9517 | vboxsync | 2019-07-26 | 1 | -1/+0 |
| * | VMM: Started refactoring GVM & VM structures for bugref:9217 | vboxsync | 2019-05-07 | 1 | -0/+11 |
| * | scm --update-copyright-year | vboxsync | 2019-01-01 | 1 | -1/+1 |