aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/xive.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-07pnv/xive: Print CPU target in all TIMA tracesFrederic Barrat1-2/+2
2023-07-07pnv/xive: Allow mmio operations of any size on the ESB CI pagesFrederic Barrat1-4/+4
2023-07-07pnv/xive: Add property on xive sources to define PQ state on resetFrederic Barrat1-2/+6
2023-06-25pnv/xive2: Check TIMA special ops against a dedicated array for P10Frederic Barrat1-9/+43
2023-06-25pnv/xive2: Add a get_config() method on the presenter classFrederic Barrat1-0/+7
2023-06-10pnv/xive2: Handle TIMA access through all portsFrederic Barrat1-1/+1
2023-06-10pnv/xive2: Introduce macros to manipulate TIMA addressesFrederic Barrat1-7/+7
2022-07-18ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater1-2/+2
2022-05-05ppc/xive: Update the state of the External interrupt signalFrederic Barrat1-0/+14
2022-05-05ppc/xive: Always recompute the PIPR when pushing an OS contextFrederic Barrat1-3/+8
2022-03-02ppc/pnv: Add support for PQ offload on PHB5Cédric Le Goater1-1/+21
2022-03-02ppc/xive: Add support for PQ state bits offloadCédric Le Goater1-7/+41
2022-03-02ppc/xive2: Add support for notification injection on ESB pagesCédric Le Goater1-0/+9
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-3/+4
2021-10-21spapr/xive: Add source status helpersCédric Le Goater1-4/+4
2021-09-29ppc/xive: Export xive_tctx_word2() helperCédric Le Goater1-5/+0
2021-09-29ppc/xive: Export priority_to_ipb() helperCédric Le Goater1-15/+6
2021-08-27ppc/xive: Export xive_presenter_notify()Cédric Le Goater1-4/+4
2021-08-27ppc/xive: Export PQ get/set routinesCédric Le Goater1-3/+3
2021-02-10ppc/xive: Add firmware bit when dumping the ENDsCédric Le Goater1-1/+2
2020-12-14xive: Add trace eventsCédric Le Goater1-3/+37
2020-08-13ppc/xive: Simplify error handling in xive_tctx_realize()Greg Kurz1-4/+1
2020-08-13ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacksGreg Kurz1-6/+8
2020-08-13ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappersGreg Kurz1-6/+19
2020-08-13ppc/xive: Rework setup of XiveSource::esb_mmioGreg Kurz1-5/+6
2020-08-12ppc/xive: Fix some typos in commentsGustavo Romero1-3/+3
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-9/+3
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-4/+4
2020-01-08xive: Add a "presenter" link property to the TCTX objectCédric Le Goater1-1/+5
2020-01-08xive: Use the XIVE fabric link under the XIVE routerGreg Kurz1-3/+11
2020-01-08spapr, pnv, xive: Add a "xive-fabric" link to the XIVE routerGreg Kurz1-0/+8
2019-12-17ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater1-5/+16
2019-12-17ppc/xive: Synthesize interrupt from the saved IPB in the NVTCédric Le Goater1-0/+52
2019-12-17ppc/xive: Introduce a xive_tctx_ipb_update() helperCédric Le Goater1-10/+11
2019-12-17ppc/xive: Remove the get_tctx() XiveRouter handlerCédric Le Goater1-7/+0
2019-12-17ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater1-29/+0
2019-12-17ppc/xive: Extend the TIMA operation with a XivePresenter parameterCédric Le Goater1-26/+32
2019-12-17ppc/xive: Use the XiveFabric and XivePresenter interfacesCédric Le Goater1-31/+17
2019-12-17ppc/xive: Introduce a XiveFabric interfaceCédric Le Goater1-0/+10
2019-12-17ppc/xive: Implement the XivePresenter interfaceCédric Le Goater1-44/+7
2019-12-17ppc/xive: Introduce a XivePresenter interfaceCédric Le Goater1-9/+17
2019-12-17ppc/xive: Check V bit in TM_PULL_POOL_CTXCédric Le Goater1-0/+5
2019-12-17ppc/xive: Introduce OS CAM line helpersCédric Le Goater1-3/+38
2019-12-17ppc/xive: Record the IPB in the associated NVTCédric Le Goater1-2/+9
2019-12-17xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz1-10/+3
2019-12-17xive: Link "xive" property to XiveSource::xive pointerGreg Kurz1-10/+3