summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2024-12-24lib: sbi: Improve the alignment of boot-time printsAnup Patel
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel
2024-12-15lib: sbi_pmu: Verify the raw events first during event infoAtish Patra
2024-12-15lib: sbi_pmu: Fix the sanity check condition for hw event mapAtish Patra
2024-12-15lib: sbi: sse: Fix a6 and a7 register content upon injectionClément Léger
2024-12-15Makefile: Don't enable V-extension using -march optionAnup Patel
2024-12-06lib: sbi_misaligned_ldst: Add handling of vector load/storeNylon Chen
2024-12-06lib: sbi: Implement SBI MPXY extensionAnup Patel
2024-12-06lib: sbi: Add SBI Message Proxy (MPXY) frameworkRahul Pathak
2024-12-06lib: sbi: Add optional resume address to hart suspendSubrahmanya Lingappa
2024-12-06lib: Increase ROOT_REGION_MAX to accomodate more memregionsRahul Pathak
2024-12-02lib: sbi_pmu: Implement SBI PMU event info functionAtish Patra
2024-12-02lib: sbi_pmu: Remove redundant check for fw eventsAtish Patra
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland
2024-11-28sbi: fwft: clear the config lock when warm bootNick Hu
2024-11-28lib: sbi_irqchip: Set the IRQ handler when registering a chipSamuel Holland
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland
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-11platform: Drop IPI warm init and exit hooksSamuel Holland
2024-11-11lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()Samuel Holland
2024-11-11lib: sbi_ipi: Make .ipi_clear always target the current hartSamuel Holland
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland
2024-10-28lib: sbi: fix number of PMP entries detectionVladimir Kondratiev
2024-10-25lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAPClément Léger
2024-10-25lib: sbi: fwft: factorize menvcfg read/writeClément Léger
2024-10-25lib: sbi: send a double trap SSE event to supervisorClément Léger
2024-10-25lib: sbi: add Ssdbltrp ISA extension supportClément Léger
2024-10-25lib: sbi: factorize previous mode computationClément Léger
2024-10-25lib: sbi: factorize previous virtualization mode read from regsClément Léger
2024-10-25lib: sbi: Add support to mask/unmask SSE eventsHimanshu Chauhan
2024-10-25lib: sbi_domain: Use domain data support for per-domain hart contextAnup Patel
2024-10-25lib: sbi: Introduce domain dataAnup Patel
2024-10-25include: sbi: Remove cyclic include in sbi_domain_context.hAnup Patel
2024-10-25lib: sbi_domain: Make sbi_domain_root_add_memregion() as local functionAnup Patel
2024-09-27lib: sbi: fix missing high 32bits when sbi_cppc_write on rv32Xiang W
2024-09-26lib: sbi: Remove unused hartid parametersSamuel Holland
2024-09-26lib: sbi: Update sbi_{entry,init}_count() to take a hart indexSamuel Holland
2024-09-26lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart indexSamuel Holland
2024-09-26lib: sbi: Use sbi_hartmask in sbi_hsm_hart_interruptible_mask()Samuel Holland
2024-09-26lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart indexSamuel Holland
2024-09-26lib: sbi: Simplify halt broadcast logicSamuel Holland
2024-09-26lib: sbi_ecall_legacy: Use SBI v0.2 encoding for "all harts"Samuel Holland
2024-09-25lib: sbi_sse: Cache the event's target hart indexSamuel Holland
2024-09-25lib: sbi: Use current_hartindex() where possibleSamuel Holland
2024-09-25lib: sbi_init: Remove obsolete hartid checkSamuel Holland
2024-09-23lib: sbi: fwft: implement landing pad and shadow stack fwft interfaceDeepak Gupta
2024-09-23lib: sbi: sw check exception delegationDeepak Gupta