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
/
imsic.c
Age
Commit message (
Expand
)
Author
2026-07-22
lib: utils/irqchip/imsic: track IRQ enable state and restore EIE on warm init
Pawandeep Oza
2026-07-22
lib: utils/irqchip/imsic:migrate to irqchip framework
Pawandeep Oza
2026-07-22
lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
Pawandeep Oza
2026-06-10
lib: sbi_irqchip: Allow irqchip drivers advertise capabilities
Anup Patel
2026-05-12
lib: sbi_irqchip: Allow marking hardware interrupts as reserved
Anup Patel
2026-05-12
lib: sbi_irqchip: Allow interrupt client to specify line sensing
Anup Patel
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
2026-03-22
lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs()
Anup Patel
2025-09-16
lib: sbi: Introduce IPI device rating
Anup Patel
2024-11-28
lib: sbi_irqchip: Set the IRQ handler when registering a chip
Samuel Holland
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-10-25
lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSIC
Anup Patel
2024-09-25
lib: utils/irqchip: Look up IMSIC data by hart index
Samuel Holland
2024-08-24
lib: Delete redundant `ulong`
Zhang RunMin
2024-05-23
lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...
Cyan Yang
2024-05-16
lib: utils/irqchip: Check before initializing imsic
Cheng Yang
2024-03-19
lib: sbi: Remove regs paramter of sbi_irqchip_process()
Anup Patel
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback
Anup Patel
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
2023-06-06
lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer
Anup Patel
2023-01-09
lib: utils: Add M-mode {R/W} flags to the MMIO regions
Himanshu Chauhan
2022-06-21
lib: utils: Remove CSRs that set/clear an IMSIC interrupt file bits
Anup Patel
2022-02-28
lib: sbi: Add a simple external interrupt handling framework
Anup Patel
2022-02-15
lib: utils/irqchip: Add IMSIC library
Anup Patel