aboutsummaryrefslogtreecommitdiff
path: root/hw/xive2.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-05interrupts: Speed up opal interrupts scanningFrederic Barrat1-0/+10
2022-06-13xive: Fix NSR value when dumping the state of thread contextFrederic Barrat1-1/+1
2022-01-03hw/slw: split P8 specific code into its own fileNicholas Piggin1-0/+1
2021-10-21xive/p10:: Declare xive2 DT node as an interrupt-controllerFrederic Barrat1-1/+6
2021-10-19interrupts: add_opal_interrupts avoid NULL dereference on P10 mamboNicholas Piggin1-0/+3
2021-08-18interrupts: Do not advertise XICS support on P10Cédric Le Goater1-0/+5
2021-08-18xive/p10: Fix mismatch errors when DEBUG=1Cédric Le Goater1-0/+3
2021-08-18xive/p10: Fix xive_special_cache_check when DEBUG=1Cédric Le Goater1-1/+1
2021-08-06xive2: Add NCU_SPEC_BAR to stop engine for restoreVaidyanathan Srinivasan1-3/+24
2021-08-06xive/p10: Change alignment of the queue overflow pagesCédric Le Goater1-2/+18
2021-08-06xive/p10: Tune max_entries_in_modified when split_mode is onCédric Le Goater1-0/+1
2021-08-06xive/p10: Activate has_array when PQ_disable is availableCédric Le Goater1-3/+8
2021-08-06xive/p10: Activate split mode for PHB ESBs when PQ_disable is availableCédric Le Goater1-0/+25
2021-08-06xive/p10: Introduce a new OPAL_XIVE_IRQ_STORE_EOI2 flagCédric Le Goater1-1/+1
2021-08-06xive/p10: Add automatic Context Save and Restore supportCédric Le Goater1-0/+48
2021-08-06xive/p10: Configure XIVE for fused coresCédric Le Goater1-1/+16
2021-08-06xive/p10: Introduce new capability bitsCédric Le Goater1-7/+49
2021-08-06psi/p10: Introduce xive2_source_mask()Cédric Le Goater1-0/+7
2021-08-06hw/phb5: Add support for 'Address-Based Interrupt Trigger' modeCédric Le Goater1-6/+0
2021-08-06hw/phb5: Add support for PQ offloadingCédric Le Goater1-3/+37
2021-08-06xive/p10: Add option flags to the XIVE exploitation modeCédric Le Goater1-7/+22
2021-08-06xive/p10: Add a XIVE2 driverCédric Le Goater1-0/+4443