VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/GICAll.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108533   6 weeks vboxsync VMM/GIC: bugref:10404 Cleanup.
(edit) @108529   6 weeks vboxsync VMM/GIC: bugref:10404 Fixed illegal register access after re-enabling …
(edit) @108527   6 weeks vboxsync VMM/GIC: bugref:10404 More cleanups.
(edit) @108526   6 weeks vboxsync VMM/GIC: bugref:10404 More cleanups.
(edit) @108525   6 weeks vboxsync VMM/GIC: bugref:10404 Removed unused code.
(edit) @108523   6 weeks vboxsync VMM/GIC: bugref:10404 Remove unused code.
(edit) @108522   6 weeks vboxsync VMM/GIC: bugref:10404 Alternate versions of gicReDistHasIrqPending, …
(edit) @108514   6 weeks vboxsync VMM/GIC: bugref:10404 Add log group for the GIC.
(edit) @108513   6 weeks vboxsync VMM/GIC: bugref:10404 Fix silly bug in gicGetHighestPriorityPendingIntr.
(edit) @108498   6 weeks vboxsync VMM/GIC: bugref:10404 nit.
(edit) @108496   6 weeks vboxsync VMM/GIC: bugref:10404 Minor improvements to code getting the highest …
(edit) @108494   6 weeks vboxsync VMM/GIC: bugref:10404 Redid code getting the highest priority pending …
(edit) @108493   6 weeks vboxsync VMM/GIC: bugref:10404 Bits.
(edit) @108492   6 weeks vboxsync VMM/GIC: bugref:10404 Profiling counters.
(edit) @108489   6 weeks vboxsync VMM/GIC: bugref:10404 Affinity 3 level setting.
(edit) @108488   6 weeks vboxsync VMM/GIC: bugref:10404 Disable code no longer used.
(edit) @108486   6 weeks vboxsync VMM/GIC: bugref:10404 Fixed register offset typo for GICD_ICFGRn fixes …
(edit) @108485   6 weeks vboxsync VMM/GIC: bugref:10404 Reads of ICC_AP0R[0-3]_EL1 and ICC_AP1R[0-3]_EL1 …
(edit) @108483   6 weeks vboxsync VMM/GIC: bugref:10404 CFGM leaf validation nits and rename.
(edit) @108480   6 weeks vboxsync VMM/GIC: bugref:10404 STAM counters.
(edit) @108479   6 weeks vboxsync VMM/GIC: bugref:10404 Saved state adjustments, debug info printing for …
(edit) @108473   6 weeks vboxsync VMM/GIC: bugref:10404 Implement active priority registers (not …
(edit) @108472   6 weeks vboxsync VMM/GIC: bugref:10404 Cleanup.
(edit) @108471   6 weeks vboxsync VMM/GIC: bugref:10404 Comment nit.
(edit) @108470   6 weeks vboxsync VMM/GIC: bugref:10404 Implement honoring group and sub-group interrupt …
(edit) @108466   7 weeks vboxsync VMM/GIC: bugref:10404 Fixed issues that popped up after exposing the …
(edit) @108465   7 weeks vboxsync VMM/GIC: bugref:10404 Bits.
(edit) @108464   7 weeks vboxsync VMM/GIC: bugref:10404 Bits.
(edit) @108452   7 weeks vboxsync VMM/GIC: bugref:10404 Debug printing bits.
(edit) @108451   7 weeks vboxsync VMM/GIC: bugref:10404 Debug info for the extended interrupt lines.
(edit) @108450   7 weeks vboxsync VMM/GIC: bugref:10404 Clear pending state of edge-triggered interrupts …
(edit) @108449   7 weeks vboxsync VMM/GIC: bugref:10404 Minor fixes to reading, writing GICD_ICFGR<n> …
(edit) @108448   7 weeks vboxsync VMM/GIC: bugref:10404 Use the function that combines getting the …
(edit) @108447   7 weeks vboxsync VMM/GIC: bugref:10404 Combine highest priorit pending interrupt …
(edit) @108443   7 weeks vboxsync VMM/GIC: bugref:10404 Fixes to the interrupt priority logic which …
(edit) @108439   7 weeks vboxsync VMM/GIC: bugref:10404 Saved-state bits.
(edit) @108438   7 weeks vboxsync VMM/GIC: bugref:10404 Doxygen fix.
(edit) @108433   7 weeks vboxsync VMM/GIC: bugref:10404 Doxygen fixes.
(edit) @108432   7 weeks vboxsync VMM/GIC: bugref:10404 Fix uninitialized variable when figuring out the …
(edit) @108430   7 weeks vboxsync VMM/GIC: bugref:10404 Build fixes.
(edit) @108429   7 weeks vboxsync VMM/GIC: bugref:10404 Build fix.
(edit) @108428   7 weeks vboxsync VMM/GIC: bugref:10404 Remove some unused code that were …
(edit) @108427   7 weeks vboxsync VMM/GIC: bugref:10404 Extend the interrupt lines to the full extent …
(edit) @107984   3 months vboxsync VMM/GIC: bugref:10404 CFGM bits.
(edit) @107957   3 months vboxsync VMM/GIC: bugref:10404 Some register renaming, minor bits.
(edit) @107929   3 months vboxsync VMM: GIC: bugref:10404 Renamed some places where GICv3 to GIC, a …
(edit) @107308   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107109   5 months vboxsync VMM/GIC: Don try reading past the interrupt routing table, bugref:3409 …
(edit) @107056   5 months vboxsync VMM/GIC: Fix hack so the value for the priority matches the written …
(edit) @106370   6 months vboxsync VMM/GIC: Some updates to the emulation to make Windows happy enough, …
(edit) @106061   7 months vboxsync Copyright year updates by scm.
(edit) @105697   8 months vboxsync Main,VMMArm/GIC: Fixes for linux.arm64, bugref:10747
(edit) @105687   8 months vboxsync VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS …
(edit) @104386   12 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @103374   14 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @101062   20 months vboxsync VMM/GICAll: Properly fix assertion, uIntId == 0 is of course allowed …
(edit) @101025   20 months vboxsync VMM/VMMAll: Compilation fixes.
(edit) @100767   21 months vboxsync VMM/GIC: Some more logging, bugref:10404
(edit) @100186   22 months vboxsync VMM/GIC: Need to adjust the written value to the actual bit for the …
(edit) @100165   23 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100108   23 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100100   23 months vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(edit) @99935   2 years vboxsync VMM/GIC: Always set DS bit in the CTRL register to indicate we only …
(edit) @99885   2 years vboxsync VMM/GIC: Updates to the emulation implementation, some basic SPI …
(edit) @99737   2 years vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99734   2 years vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99578   2 years vboxsync VMM/GIC: Continue implementation, bugref:10404
(edit) @99492   2 years vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
(add) @99385   2 years vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
Note: See TracRevisionLog for help on using the revision log.

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