|
|
@100752
|
16 months |
vboxsync |
VMM/IEM: Correctly declare the threaded functions (Visual C++ freaked …
|
|
|
@100743
|
16 months |
vboxsync |
VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
|
|
|
@100740
|
16 months |
vboxsync |
VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
|
|
|
@100736
|
16 months |
vboxsync |
VMM/IEM: Put the instruction tables for the recompiler in a separate …
|
|
|
@100733
|
16 months |
vboxsync |
VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
|
|
|
@100732
|
16 months |
vboxsync |
VMM/IEM: Renamed some source files. bugref:10369
|
|
|
@100694
|
17 months |
vboxsync |
IEM/VMM: Deal with opcode checking cross page boundraries and …
|
|
|
@100672
|
17 months |
vboxsync |
VMM/IEM: Some VxD syscall logging. bugref:10369
|
|
|
@100150
|
18 months |
vboxsync |
VMM/IEM: IEMAllInstructionsThreadedRecompiler.cpp -> …
|
|
|
@99926
|
19 months |
vboxsync |
Config.kmk: Enable ARMv8 virtualization now that we have something …
|
|
|
@99919
|
19 months |
vboxsync |
VMM: The ARMv8 variant needs the right disassembler of course, bugref:10385
|
|
|
@99743
|
19 months |
vboxsync |
VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
|
|
|
@99385
|
20 months |
vboxsync |
VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
|
|
|
@99383
|
20 months |
vboxsync |
VMM/ARMv8: Add ability to insert new system register ranges (based on …
|
|
|
@99302
|
20 months |
vboxsync |
VMM/IEM: IEMThreadedFunctions.cpp -> IEMAllThreadedFunctions.cpp. …
|
|
|
@99196
|
20 months |
vboxsync |
VMM: Start on system register handling for ARMv8 (which is ver similar …
|
|
|
@99070
|
21 months |
vboxsync |
VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
|
|
|
@99051
|
21 months |
vboxsync |
VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
|
|
|
@98980
|
21 months |
vboxsync |
VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
|
|
|
@98970
|
21 months |
vboxsync |
VMM: More ARMv8 x86/amd64 separation work, bugref:10385
|
|
|
@98960
|
21 months |
vboxsync |
scm fixes
|
|
|
@98956
|
21 months |
vboxsync |
VMM/Makefile.kmk: Start on the separate ARM VMM module, bugref:10385
|
|
|
@98951
|
21 months |
vboxsync |
VMM/IEM: More work on processing MC blocks and generating functions …
|
|
|
@98873
|
21 months |
vboxsync |
VMM/IEM: Started extending IEMAllInstructionsPython.py to pick up …
|
|
|
@98834
|
21 months |
vboxsync |
VMM/IEM: Missing make alias for common instruction stuff. bugref:10368
|
|
|
@98795
|
21 months |
vboxsync |
VMM/IEM: s/g_apfnOneByteMap/g_apfnIemInterpretOnlyOneByteMap/ and …
|
|
|
@98437
|
22 months |
vboxsync |
VMM/*.kmk: Automatic scm cleanups. bugref:10348
|
|
|
@98256
|
23 months |
vboxsync |
*.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348
|
|
|
@98249
|
23 months |
vboxsync |
/*.kmk,configure*: …
|
|
|
@98128
|
23 months |
vboxsync |
*.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348
|
|
|
@98103
|
23 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@96985
|
2 years |
vboxsync |
VMM: Fix for previous change
|
|
|
@96984
|
2 years |
vboxsync |
VMM: Vanilla yasm 1.3.0 warns about segment register use in HMR0A.asm, …
|
|
|
@96953
|
2 years |
vboxsync |
VMM: Treat assembler warnings as errors so we don't accidentally end …
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@95575
|
2 years |
vboxsync |
VMM/IEM: Log the setting of unmasked FPU exceptions. bugref:9898
|
|
|
@95403
|
2 years |
vboxsync |
VMM/IEM: vxorps, vxorpd, vpxor, xorps, xorpd and various related …
|
|
|
@94955
|
3 years |
vboxsync |
VMM/Makefile.kmk: Added aliases for compiling VMXAllTemplate.cpp.h to …
|
|
|
@94931
|
3 years |
vboxsync |
VMM/CPUM: Introduced a global variable g_CpumHostFeatures for keeping …
|
|
|
@94882
|
3 years |
vboxsync |
VMM: First stab at Guest Compatibility Manager, fixing up things like …
|
|
|
@94769
|
3 years |
vboxsync |
VMM/IEM: Added the always-optimize tricks to the new IEMAll* compile …
|
|
|
@94768
|
3 years |
vboxsync |
VMM/IEM: Split up IEMAll.cpp into a few more compilation units. bugref:9898
|
|
|
@94545
|
3 years |
vboxsync |
libs/softfloat-3e: Build ring-0 version the library, for now …
|
|
|
@94539
|
3 years |
vboxsync |
VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
|
|
|
@93901
|
3 years |
vboxsync |
VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
|
|
|
@93757
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93756
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93725
|
3 years |
vboxsync |
VMM: More arm64 adjustments. bugref:9898
|
|
|
@93718
|
3 years |
vboxsync |
VMM/MM: Removed the hyper heap. bugref:10093 bugref:9517
|
|
|
@93650
|
3 years |
vboxsync |
VMM/PGM,*: Split the physical access handler type registration into …
|
|
|
@93609
|
3 years |
vboxsync |
VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be …
|
|
|
@93595
|
3 years |
vboxsync |
VMM/MM: Removed unused MMR3PageDummyHCPhys & MMR3PageDummyHCPtr …
|
|
|
@93471
|
3 years |
vboxsync |
/Config.kmk,VMM: Retired VMMR3LazyImp.lib / VBOX_LIB_VMM_LAZY as all …
|
|
|
@93444
|
3 years |
vboxsync |
VMM,Main,HostServices: Use a function table for accessing the …
|
|
|
@93419
|
3 years |
vboxsync |
*.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
|
|
|
@93354
|
3 years |
vboxsync |
VMM/NEM-win: Nits. bugref:10118 bugref:10162
|
|
|
@93353
|
3 years |
vboxsync |
VMM/NEM-win: Kicked out more code relating ring-0. bugref:10118 …
|
|
|
@93352
|
3 years |
vboxsync |
VMM/NEM-win: Kicked out more code relating to using the VID API …
|
|
|
@93207
|
3 years |
vboxsync |
VMM/NEM-win: Just drop the ring-0 bits when NEM/PGM mode is enabled. …
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@92910
|
3 years |
vboxsync |
/Config.kmk,*.kmk: Preparing to switch to Windows 10 SDK. bugref:10116
|
|
|
@92444
|
3 years |
vboxsync |
VMM/NEM-linux: Some very early bits. bugref:9044
|
|
|
@92408
|
3 years |
vboxsync |
VMM: Reworked most of the call-ring-3 stuff into …
|
|
|
@92351
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin.cpp,VMM/Makefile.kmk: Fon't link directly …
|
|
|
@92315
|
3 years |
vboxsync |
VMM/Makefile.kmk: Enable good stacks in IEM for aeichner as well, …
|
|
|
@92230
|
3 years |
vboxsync |
VMM/GVMM: Fixes to the worker thread registration. Added missing …
|
|
|
@92221
|
3 years |
vboxsync |
VMM: Makefile changes for the NEM Apple backend, bugref:9044
|
|
|
@91952
|
3 years |
vboxsync |
VMM/PGM,VMMDev: Removed PGMR3MappingsSize, PGMR3MappingsFix & …
|
|
|
@91854
|
3 years |
vboxsync |
VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. bugref:9517
|
|
|
@91808
|
3 years |
vboxsync |
VMM/PDMCritSect: Don't preempt while on custom stack. bugref:10124
|
|
|
@91768
|
3 years |
vboxsync |
Config.kmk,++: Define VBOX_LIB_SUPR0 for SUPR0.lib/.a on platforms …
|
|
|
@91751
|
3 years |
vboxsync |
VMM: Reverted darwin stack change. Forgot that the ring-0 stack isn't …
|
|
|
@91742
|
3 years |
vboxsync |
VMM: Don't switch stack on darwin, machine_switch_context disapproves …
|
|
|
@91676
|
3 years |
vboxsync |
VMM/NEM-win: Quick and very dirty hack to make the code work on …
|
|
|
@91018
|
3 years |
vboxsync |
VMM/MM: Removed the MMR3UkHeap* code as nobody is using it any more. …
|
|
|
@90634
|
3 years |
vboxsync |
VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
|
|
|
@89695
|
3 years |
vboxsync |
VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025
|
|
|
@89622
|
3 years |
vboxsync |
VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
|
|
|
@88153
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Skeleton bits.
|
|
|
@87792
|
4 years |
vboxsync |
VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
|
|
|
@87728
|
4 years |
vboxsync |
SUPDrv,VMMR0,VBoxDDR0,++: More work on wrapper kmods. bugref:9937
|
|
|
@87594
|
4 years |
vboxsync |
VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
|
|
|
@87477
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup.
|
|
|
@87310
|
4 years |
vboxsync |
VMM: Split out the generic VMX/SVM instruction wrapper utility method …
|
|
|
@87134
|
4 years |
vboxsync |
VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
|
|
|
@86751
|
4 years |
vboxsync |
VMM/DBGF: Implement L2 binary search tree node removal and make the …
|
|
|
@86750
|
4 years |
vboxsync |
VMM/DBGF: Implement L2 binary search tree node removal and make the …
|
|
|
@86749
|
4 years |
vboxsync |
VMM/DBGF: Implement L2 binary search tree node removal and make the …
|
|
|
@86730
|
4 years |
vboxsync |
VMM/DBGF: Move the DBGFRZ* part into VMMAll as the trap handlers will …
|
|
|
@86699
|
4 years |
vboxsync |
VMM/DBGF: Updates to the new breakpoint manager, implement global …
|
|
|
@86683
|
4 years |
vboxsync |
VMM/DBGF: Missing tracer destruction in R0 when the VM terminates, …
|
|
|
@86666
|
4 years |
vboxsync |
include/VBox,VMM,DBGF: Some boilerplate for the new breakpoint manager …
|
|
|
@86121
|
4 years |
vboxsync |
VMM/GIM: Fix handling KVM system-time struct. to work from both ring-0 …
|
|
|
@85507
|
4 years |
vboxsync |
SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD …
|
|
|
@84540
|
5 years |
vboxsync |
Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
|
|
|
@84533
|
5 years |
vboxsync |
s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
|
|
|
@84486
|
5 years |
vboxsync |
VMM/Makefile.kmk: Clean out leftover VBOX_WITH_RAW_MODE references
|
|
|
@84485
|
5 years |
vboxsync |
VMM/DBGFTracer: Build fixes from last commit, bugref:9210
|
|
|
@84459
|
5 years |
vboxsync |
VMM/PDM: DBGF even tracing integration, bugref:9210
Integrates the …
|
|
|
@84458
|
5 years |
vboxsync |
VMM/DBGF: First commit of new tracing facility, bugref:9210
The new …
|
|
|