summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-27include: sbi: Don't unconditionally define '__always_inline'Elyes Haouas
2024-09-27Makefile: Make .carray.c files depend on carray.shSamuel Holland
2024-09-27lib: utils/ipi: Fix hartid wrongly used as hart indexSamuel Holland
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: utils/irqchip: Look up IMSIC data by hart indexSamuel 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-25include: sbi: Store the hart index in struct sbi_scratchSamuel Holland
2024-09-25lib: sbi_init: Remove obsolete hartid checkSamuel Holland
2024-09-25firmware: Simplify FDT header endianness conversionSamuel Holland