summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2026-06-28lib: sbi_pmu: fix integer overflow in pmu_ctr_idx_validateliutong
2026-06-17lib: sbi: Rework misaligned vector load/storeBo Gan
2026-06-17lib: sbi: Add variable-length unprivilege access functionsBo Gan
2026-06-17lib: sbi: Rework and split sbi_misaligned(_v)_tinst_fixupBo Gan
2026-06-17lib: sbi: cosmetic changes to reduce indentationBo Gan
2026-06-17lib: sbi: dbtr: do not unconditionally access tdata2/tdata3 CSRsDavid E. Garcia Porras
2026-06-16lib: sbi: Make per-HART stack size configurable via KconfigOriol Catalan
2026-06-16lib: sbi: Rework load/store emulator instruction decodingBo Gan
2026-06-16lib: sbi: Do not override emulator callback for vector load/storeBo Gan
2026-06-15lib: sbi_trap_v_ldst: Redirect unhandled trapsMichael Ellerman
2026-06-13lib: sbi: Drop fw_rw_offset alignment requirement for single fw regionNicholas Piggin
2026-06-12lib: sbi_pmu: Honor CLEAR_VALUE/AUTO_START for all hardware event typesDavid E. Garcia Porras
2026-06-12lib: sbi: Apply budget restriction when polling Zkr CSR state transitionEvgeny Voevodin
2026-06-12platform: generic: Optimize extensions_init() to parse ISA extensions onceAnup Patel
2026-06-12lib: sbi_hart: No need to clear features in hart_detect_features()Anup Patel
2026-06-12lib: sbi: add UBSan supportMarcos Oduardo
2026-06-12lib: sbi: Fix LLVM compile error observed in sbi_mpxy.cAnup Patel
2026-06-10lib: sbi_mpxy: Enable MPXY channel MSI availability determinationDavid E. Garcia Porras
2026-06-10lib: sbi_irqchip: Allow irqchip drivers advertise capabilitiesAnup Patel
2026-06-10lib: sbi: Move hart PMP functions to sbi_hart_pmp.cNicholas Piggin
2026-06-10lib: sbi: Add hart_ prefix to PMP functionsNicholas Piggin
2026-06-10lib: sbi: Add sbi_pmp_is_enabled() helperNicholas Piggin
2026-06-10lib: sbi: Add PMP CSR read and write accessorsNicholas Piggin
2026-06-10lib: sbi: Move RISC-V PMP encoding functions to sbi_pmp.cNicholas Piggin
2026-06-10lib: sbi: split PMP encoding and CSR accessNicholas Piggin
2026-06-10lib: sbi: Introduce pmp_t typeNicholas Piggin
2026-06-09lib: sbi_domain_context: Flush TLB after SATP mode switchZishun Yi
2026-05-22sbi: mpxy: define INVALID_ADDR using unsigned long widthHimanshu Chauhan
2026-05-18lib: sbi: domain FP/Vector context support for context switchDave Patel
2026-05-18lib: sbi: Add floating-point context save/restore support.Dave Patel
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: sbi: Fix hw a/d updating defaultsAndrew Jones
2026-05-11lib/sbi_pmu: Don't fallback to fixed counters when sscofpmf && !smcntrpmfMichael Ellerman
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-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-04-08lib: sbi_bitmap_test: add tests for bitmap_empty()Yu-Chien Peter Lin
2026-04-06lib: Fix sbi_strchr to correctly handle null terminator searchChen Pei