summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-28scripts/carray.sh: Allow referencing a struct memberSamuel Holland
2024-11-28scripts/carray.sh: Avoid useless use of catSamuel Holland
2024-11-28lib: utils/fdt: Add helpers for generic driver initializationSamuel Holland
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-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland
2024-11-28lib: utils/irqchip: plic: Common PM save/restoreSamuel Holland
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland
2024-11-28lib: utils/irqchip: plic: Move delegation to base PLIC driverSamuel Holland
2024-11-28lib: utils/irqchip: plic: Allow enabling IRQs by defaultSamuel 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-11include: sbi: Fix typo errorZhang RunMin
2024-11-11platform: introduce DT-based configurable heap sizeInochi Amaoto
2024-11-11platform: ensure enough heap size with debug triggers extensionInochi Amaoto
2024-11-09docs: add example of building the Linux kernelTim Hutt
2024-11-06Makefile: enable --gc-sectionsKele Zhang
2024-11-06top: Add .editorconfig to set basic coding stylesHui Min Mina Chou
2024-11-05lib: utils/regmap: Use FDT node offset as regmap IDSamuel Holland
2024-11-05lib: utils/gpio: Use FDT node offset as GPIO chip IDSamuel Holland
2024-11-05lib: utils/gpio: Remove fdt_gpio_driver() functionSamuel 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-28include: sbi: Optimize reads of mhartid and mscratchSamuel Holland
2024-10-28lib: utils/gpio: designware: Allocate chips on the heapSamuel Holland
2024-10-26lib: sbi: add Smdbltrp ISA extension supportClément Léger
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-25docs: Remove hartindex_to_context_table from domain_support.mdAnup Patel
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: utils/fdt: Use sbi_domain_memregion_init() when parsing domainsAnup Patel
2024-10-25lib: sbi_domain: Make sbi_domain_root_add_memregion() as local functionAnup Patel
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLICAnup Patel
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSICAnup Patel
2024-10-25lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswiAnup Patel
2024-09-27lib: sbi: fix missing high 32bits when sbi_cppc_write on rv32Xiang W
2024-09-27firmware: fw_base.S: fix multi-core boot bug.dong.yang