Age | Commit message (Expand) | Author | Files | Lines |
2023-12-29 | hw/intc: Constify VMState | Richard Henderson | 1 | -2/+2 |
2023-09-21 | hw/other: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-09-06 | ppc/xive: Introduce a new XiveRouter end_notify() handler | Cédric Le Goater | 1 | -10/+18 |
2023-07-07 | pnv/xive: Print CPU target in all TIMA traces | Frederic Barrat | 1 | -2/+2 |
2023-07-07 | pnv/xive: Allow mmio operations of any size on the ESB CI pages | Frederic Barrat | 1 | -4/+4 |
2023-07-07 | pnv/xive: Add property on xive sources to define PQ state on reset | Frederic Barrat | 1 | -2/+6 |
2023-06-25 | pnv/xive2: Check TIMA special ops against a dedicated array for P10 | Frederic Barrat | 1 | -9/+43 |
2023-06-25 | pnv/xive2: Add a get_config() method on the presenter class | Frederic Barrat | 1 | -0/+7 |
2023-06-10 | pnv/xive2: Handle TIMA access through all ports | Frederic Barrat | 1 | -1/+1 |
2023-06-10 | pnv/xive2: Introduce macros to manipulate TIMA addresses | Frederic Barrat | 1 | -7/+7 |
2022-07-18 | ppc64: Allocate IRQ lines with qdev_init_gpio_in() | Cédric Le Goater | 1 | -2/+2 |
2022-05-05 | ppc/xive: Update the state of the External interrupt signal | Frederic Barrat | 1 | -0/+14 |
2022-05-05 | ppc/xive: Always recompute the PIPR when pushing an OS context | Frederic Barrat | 1 | -3/+8 |
2022-03-02 | ppc/pnv: Add support for PQ offload on PHB5 | Cédric Le Goater | 1 | -1/+21 |
2022-03-02 | ppc/xive: Add support for PQ state bits offload | Cédric Le Goater | 1 | -7/+41 |
2022-03-02 | ppc/xive2: Add support for notification injection on ESB pages | Cédric Le Goater | 1 | -0/+9 |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -3/+4 |
2021-10-21 | spapr/xive: Add source status helpers | Cédric Le Goater | 1 | -4/+4 |
2021-09-29 | ppc/xive: Export xive_tctx_word2() helper | Cédric Le Goater | 1 | -5/+0 |
2021-09-29 | ppc/xive: Export priority_to_ipb() helper | Cédric Le Goater | 1 | -15/+6 |
2021-08-27 | ppc/xive: Export xive_presenter_notify() | Cédric Le Goater | 1 | -4/+4 |
2021-08-27 | ppc/xive: Export PQ get/set routines | Cédric Le Goater | 1 | -3/+3 |
2021-02-10 | ppc/xive: Add firmware bit when dumping the ENDs | Cédric Le Goater | 1 | -1/+2 |
2020-12-14 | xive: Add trace events | Cédric Le Goater | 1 | -3/+37 |
2020-08-13 | ppc/xive: Simplify error handling in xive_tctx_realize() | Greg Kurz | 1 | -4/+1 |
2020-08-13 | ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacks | Greg Kurz | 1 | -6/+8 |
2020-08-13 | ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers | Greg Kurz | 1 | -6/+19 |
2020-08-13 | ppc/xive: Rework setup of XiveSource::esb_mmio | Greg Kurz | 1 | -5/+6 |
2020-08-12 | ppc/xive: Fix some typos in comments | Gustavo Romero | 1 | -3/+3 |
2020-07-10 | error: Eliminate error_propagate() manually | Markus Armbruster | 1 | -9/+3 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -2/+2 |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 1 | -2/+1 |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -4/+4 |
2020-01-08 | xive: Add a "presenter" link property to the TCTX object | Cédric Le Goater | 1 | -1/+5 |
2020-01-08 | xive: Use the XIVE fabric link under the XIVE router | Greg Kurz | 1 | -3/+11 |
2020-01-08 | spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router | Greg Kurz | 1 | -0/+8 |
2019-12-17 | ppc/pnv: Extend XiveRouter with a get_block_id() handler | Cédric Le Goater | 1 | -5/+16 |
2019-12-17 | ppc/xive: Synthesize interrupt from the saved IPB in the NVT | Cédric Le Goater | 1 | -0/+52 |
2019-12-17 | ppc/xive: Introduce a xive_tctx_ipb_update() helper | Cédric Le Goater | 1 | -10/+11 |
2019-12-17 | ppc/xive: Remove the get_tctx() XiveRouter handler | Cédric Le Goater | 1 | -7/+0 |
2019-12-17 | ppc/xive: Move the TIMA operations to the controller model | Cédric Le Goater | 1 | -29/+0 |
2019-12-17 | ppc/xive: Extend the TIMA operation with a XivePresenter parameter | Cédric Le Goater | 1 | -26/+32 |
2019-12-17 | ppc/xive: Use the XiveFabric and XivePresenter interfaces | Cédric Le Goater | 1 | -31/+17 |
2019-12-17 | ppc/xive: Introduce a XiveFabric interface | Cédric Le Goater | 1 | -0/+10 |
2019-12-17 | ppc/xive: Implement the XivePresenter interface | Cédric Le Goater | 1 | -44/+7 |
2019-12-17 | ppc/xive: Introduce a XivePresenter interface | Cédric Le Goater | 1 | -9/+17 |
2019-12-17 | ppc/xive: Check V bit in TM_PULL_POOL_CTX | Cédric Le Goater | 1 | -0/+5 |
2019-12-17 | ppc/xive: Introduce OS CAM line helpers | Cédric Le Goater | 1 | -3/+38 |