summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-18lib: sbi: Add RISC-V vector context save/restore supportDave Patel
2026-05-12lib: sbi_irqchip: Add support for registering MSI handlersAnup Patel
2026-05-12lib: sbi_irqchip: Allow setting hardware interrupt affinityAnup Patel
2026-05-12lib: sbi_irqchip: Allow marking hardware interrupts as reservedAnup Patel
2026-05-12lib: sbi_irqchip: Allow interrupt client to specify line sensingAnup Patel
2026-05-12lib: sbi_irqchip: Keep the handler list in sorted order for irqchipAnup Patel
2026-05-12lib: sbi_irqchip: Check full range for existing handlers in sbi_irqchip_regis...Anup Patel
2026-05-11lib: sbi_domain: reject overflowing address range in check_addr_range()Takumi Hara
2026-05-11lib: utils/reset: add SpacemiT P1 PMIC supportAurelien Jarno
2026-05-11lib: utils/i2c: add minimal SpacemiT I2C driverAurelien Jarno
2026-05-11lib: sbi: Fix hw a/d updating defaultsAndrew Jones
2026-05-11lib: utils/regmap: Fix reg_stride calculation in syscon regmapDavid E. Garcia Porras
2026-05-11lib/sbi_pmu: Don't fallback to fixed counters when sscofpmf && !smcntrpmfMichael Ellerman
2026-05-11docs: platform: update qemu_virt.mdZhang RunMin
2026-05-11lib: fdt_domain: Default boot-hart to coldboot HART for multi-domain bootYu-Chien Peter Lin
2026-05-11lib: utils: Fix LLVM compile error in MPXY client driver for RPMI MMAnup Patel
2026-05-09platform: generic: Tenstorrent Atlantis supportNicholas Piggin
2026-05-09lib: sbi_timer: Introduce sbi_timer_compute_delta() and friendsAnup Patel
2026-05-09lib: sbi_timer: Add support for timer eventsAnup Patel
2026-05-09lib: sbi_timer: Introduce per-HART timer stateAnup Patel
2026-05-09include: sbi: Add sbi_scratch_hartindex() macroAnup Patel
2026-05-09platform: Remove kendryte/k210 platformAnup Patel
2026-05-09lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detectionEvgeny Voevodin
2026-05-09lib: sbi: Move Zkr entropy initialization from fw_base.S to init_coldbootEvgeny Voevodin
2026-05-09lib: sbi: hart: Move device tree features detection before trap-based checksEvgeny Voevodin
2026-05-09firmware: Add RNMI handler infrastructureEvgeny Voevodin
2026-05-09lib: sbi: Add Smrnmi extension macros for registers and bitsEvgeny Voevodin
2026-05-09include: sbi_scratch: Add tmp1 scratch space for RNMI context savingEvgeny Voevodin
2026-04-08lib: sbi_bitmap_test: add tests for bitmap_empty()Yu-Chien Peter Lin
2026-04-08include: sbi_bitmap: add bitmap_empty() functionYu-Chien Peter Lin
2026-04-06lib: utils: Add MPXY client driver for RPMI MM service groupRanbir Singh
2026-04-06lib: Fix sbi_strchr to correctly handle null terminator searchChen Pei
2026-04-06lib: tests: Add test for stringChen Pei
2026-04-06sifive_dev_platform: Set default MMIO region when SmePMP is enabledYu-Chien Peter Lin
2026-04-06platform: sifive: Add initial support for SiFive development platformYu-Chien Peter Lin
2026-03-22lib: sbi_init: Call hart init and timer init before platform early initYu-Chien Peter Lin
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: utils/irqchip: Add unique_id to plic, aplic, and imsic dataAnup Patel
2026-03-22lib: sbi_irqchip: Support irqchip device targetting subset of hartsAnup Patel
2026-03-22lib: utils/irqchip: Add IDC to hartindex map in struct aplic_dataAnup Patel
2026-03-22lib: utils/irqchip: Fix context_map init in irqchip_plic_update_context_map()Anup Patel
2026-03-22lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs()Anup Patel
2026-03-22lib: sbi_irqchip: Use chip as variable name for irqchip deviceAnup Patel
2026-03-10lib: sbi: fix sse_event_inject() status settingCharlie Jenkins
2026-03-10lib: Use proper add opcode on RV32 with ZalrscMarti Alonso
2026-03-10platform: generic: mips boston: update "compatible"Vladimir Kondratiev
2026-03-09lib: fdt_helper: Removed unnecessary dt parsing checkVictoriano Morales
2026-03-09lib: sbi: Fix undefined behavior in signed shifts in sbi_hart.cMarcos Oduardo
2026-03-09include: sbi: Fix illegal shift in sbi_domain.hMarcos Oduardo