index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
irqchip
/
plic.c
Age
Commit message (
Expand
)
Author
2026-03-22
lib: sbi_irqchip: Allow registering interrupt handlers
Anup Patel
2026-03-22
lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip device
Anup Patel
2026-03-22
lib: sbi_irqchip: Support irqchip device targetting subset of harts
Anup Patel
2025-11-10
lib: utils/irqchip: plic: context_id is signed
Heinrich Schuchardt
2025-03-24
lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()
Samuel Holland
2024-12-24
lib: utils: Fix irqchip registration for PLIC and APLIC
Anup Patel
2024-11-28
lib: sbi_irqchip: Call driver warm_init from SBI core
Samuel Holland
2024-11-28
lib: sbi_irqchip: Register devices during cold init
Samuel Holland
2024-11-28
lib: utils/irqchip: Move per-hart data from fdt_plic to plic
Samuel Holland
2024-11-28
lib: utils/irqchip: plic: Common PM save/restore
Samuel Holland
2024-11-28
lib: utils/irqchip: plic: Provide a hartindex to context map
Samuel Holland
2024-11-28
lib: utils/irqchip: plic: Move delegation to base PLIC driver
Samuel Holland
2024-11-28
lib: utils/irqchip: plic: Allow enabling IRQs by default
Samuel Holland
2023-12-19
lib: utils/irqchip: Add shared MMIO region for PLIC in root domain
Anup Patel
2022-12-17
lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...
Bin Meng
2022-12-17
lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore he...
Bin Meng
2022-12-17
lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()
Bin Meng
2022-12-17
lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...
Bin Meng
2022-12-17
lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...
Bin Meng
2022-06-22
lib: irqchip/plic: fix typo in plic_warm_irqchip_init
Jan Remes
2022-06-13
lib: irqchip/plic: Add priority save/restore helpers
Samuel Holland
2022-06-13
lib: irqchip/plic: Add context save/restore helpers
Samuel Holland
2022-06-13
lib: irqchip/plic: Factor out a context init function
Samuel Holland
2022-06-13
lib: irqchip/plic: Constify plic_data pointers
Samuel Holland
2022-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
2020-05-23
lib: utils: Allow PLIC functions to be used for multiple PLICs
Anup Patel
2020-05-23
lib: utils: Remove redundant parameters from PLIC init functions
Anup Patel
2020-04-06
lib: irqchip/plic: Fix maximum priority threshold value
Atish Patra
2020-03-18
lib: utils: Move PLIC DT fix up codes to fdt_helper.c
Bin Meng
2020-02-13
lib: irqchip/plic: Disable all contexts and IRQs
Atish Patra
2019-08-12
lib: Use correct type for return value
Jacob Garber
2019-07-25
utils: Use cpu_to_fdt32() when writing to fdt
Georg Kotheimer
2019-06-29
Changed plic_set_thresh() and plic_set_ie() to public
Panagiotis Peristerakis
2019-06-19
utils: Remove tinyfdt.c
Atish Patra
2019-06-19
lib: Rename string.x to sbi_string.x
Atish Patra
2019-06-19
platform: Move platform common to lib/utils.
Atish Patra