VirtualBox

source: vbox/trunk/src/VBox/VMM/include/APICInternal.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @88557   4 years vboxsync APIC: More statistics for certain registers.
(edit) @86529   4 years vboxsync VMM/include/APICInternal.h: Doxygen fix
(edit) @85965   4 years vboxsync VMM/APIC: Added some release stats.
(edit) @85964   4 years vboxsync VMM/APIC: Added a CFGM hack to work around a macOS x2APIC bug.
(edit) @84652   4 years vboxsync APIC: Move generic defs from VBox/vmm/apic.h and APICInternal.h to …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82792   5 years vboxsync VMM/APIC: Add statistics counter for APIC-ID MSR (x2APIC only).
(edit) @82038   5 years vboxsync APIC: Removed a bunch of unused prototypes and associated …
(edit) @82037   5 years vboxsync APIC: Remove unused critical section APICCPU::TimerCritSect. The code …
(edit) @82036   5 years vboxsync APIC: Trimming structures. bugref:9218
(edit) @82035   5 years vboxsync APIC: Drop APICDEV::pDevInsR3 as nobody uses it. bugref:9218
(edit) @82031   5 years vboxsync APIC: Converted the timer pointers to timer handles. This requires …
(edit) @82026   5 years vboxsync APIC,IOM,HM: Working on converting the APIC to the new device model. …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80062   5 years vboxsync VMM: Kicking out raw-mode - APIC. bugref:9517
(edit) @78206   6 years vboxsync VMM/APIC: apicStopTimer and apicSetInterruptFF are only used in the …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76561   6 years vboxsync VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76543   6 years vboxsync VMM: scm --fix-header-guards. bugref:9344
(edit) @76402   6 years vboxsync VBox/vmm/apic.h: Try avoid dragging in pdmdev.h, so use function for …
(edit) @73285   6 years vboxsync APIC,PDM: Avoid a few more return-to-ring-3 statuses now that we've …
(edit) @73281   6 years vboxsync APIC: Made APICSetBaseMsr work in ring-0 and raw-mode context without …
(edit) @69111   7 years vboxsync (C) year
(edit) @65380   8 years vboxsync VMM/APIC: Implement interrupt source tags (debugging).
(edit) @64655   8 years vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @63634   8 years vboxsync VMM/APIC: doxygen fix.
(edit) @63632   8 years vboxsync VMM/APIC: Initial Hyper-V support for synthetic interrupts, Hyper-V …
(edit) @62019   8 years vboxsync VMM/APIC: Unused enum member.
(edit) @61848   8 years vboxsync VMM/APIC: Use RZ {R0,RC} for the stat counters rather than separate …
(edit) @61847   8 years vboxsync IOAPIC, VMM/APIC: Use dedicated rc for when the APIC doesn't accept an …
(edit) @61809   8 years vboxsync doxy fix
(edit) @61807   8 years vboxsync VMM: attempt to fix the Windows breakage
(edit) @61795   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61794   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61581   8 years vboxsync VMM/APIC: Fix remote IRR bit for level-triggered LINT0 interrupts and …
(edit) @61573   8 years vboxsync VMM/APIC: Added macro for getting LVT remote IRR and polarity.
(edit) @61150   9 years vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61078   9 years vboxsync VMM/APIC: Consistent naming.
(edit) @61077   9 years vboxsync VMM/APICInternal.h: nits.
(edit) @61076   9 years vboxsync VMM/APICInternal.h: move structs with where other structs are declared.
(edit) @61072   9 years vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
(edit) @61045   9 years vboxsync APICInternal.h: Removed redundant RT_BOOL in XAPIC_IN_X2APIC_MODE …
(edit) @61041   9 years vboxsync VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
(edit) @60916   9 years vboxsync APIC: Allow trigger mode bit for LINTx LVTs.
(edit) @60816   9 years vboxsync VMM/APIC: nit.
(edit) @60815   9 years vboxsync VMM/APIC: alignment.
(edit) @60804   9 years vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60752   9 years vboxsync VMM/APIC: Add stat counters for TPR read,writes and EOI writes.
(edit) @60718   9 years vboxsync VMM/APIC: Disallow enabling APIC if the VM was configured with a …
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60695   9 years vboxsync VMM/APIC: Fuzzy saved-state generation and logging for testing …
(edit) @60689   9 years vboxsync VMM/APIC: Implemented old saved-state compatibility, eliminated …
(edit) @60652   9 years vboxsync VMM/APIC: More flow logging.
(edit) @60646   9 years vboxsync VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
(edit) @60632   9 years vboxsync VMM/APIC: Add stat. counter for timer callbacks, fix busted logging.
(edit) @60605   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60542   9 years vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60516   9 years vboxsync VMM/APIC: Add some profile statistics.
(edit) @60475   9 years vboxsync VMM/APIC: Have descriptive helpers in all-context code, make things …
(edit) @60472   9 years vboxsync VMM/APIC: missed as part of r106570.
(edit) @60464   9 years vboxsync VMM/APIC: more logging
(add) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette