summaryrefslogtreecommitdiff
path: root/lib/utils/irqchip/plic.c
AgeCommit message (Expand)Author
2026-03-22lib: sbi_irqchip: Allow registering interrupt handlersAnup Patel
2026-03-22lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip deviceAnup Patel
2026-03-22lib: sbi_irqchip: Support irqchip device targetting subset of hartsAnup Patel
2025-11-10lib: utils/irqchip: plic: context_id is signedHeinrich Schuchardt
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2024-12-24lib: utils: Fix irqchip registration for PLIC and APLICAnup Patel
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland
2024-11-28lib: sbi_irqchip: Register devices during cold initSamuel Holland
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland
2024-11-28lib: utils/irqchip: plic: Common PM save/restoreSamuel Holland
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland
2024-11-28lib: utils/irqchip: plic: Move delegation to base PLIC driverSamuel Holland
2024-11-28lib: utils/irqchip: plic: Allow enabling IRQs by defaultSamuel Holland
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore he...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()Bin Meng
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...Bin Meng
2022-06-22lib: irqchip/plic: fix typo in plic_warm_irqchip_initJan Remes
2022-06-13lib: irqchip/plic: Add priority save/restore helpersSamuel Holland
2022-06-13lib: irqchip/plic: Add context save/restore helpersSamuel Holland
2022-06-13lib: irqchip/plic: Factor out a context init functionSamuel Holland
2022-06-13lib: irqchip/plic: Constify plic_data pointersSamuel Holland
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel
2020-04-06lib: irqchip/plic: Fix maximum priority threshold valueAtish Patra
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng
2020-02-13lib: irqchip/plic: Disable all contexts and IRQsAtish Patra
2019-08-12lib: Use correct type for return valueJacob Garber
2019-07-25utils: Use cpu_to_fdt32() when writing to fdtGeorg Kotheimer
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis
2019-06-19utils: Remove tinyfdt.cAtish Patra
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra
2019-06-19platform: Move platform common to lib/utils.Atish Patra