summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_domain_context.c
AgeCommit message (Expand)Author
2026-06-09lib: sbi_domain_context: Flush TLB after SATP mode switchZishun Yi
2026-05-18lib: sbi: domain FP/Vector context support for context switchDave Patel
2025-12-16lib: sbi: Replace sbi_hart_pmp_xyz() and sbi_hart_map/unmap_addr()Anup Patel
2025-12-16lib: sbi: Introduce sbi_hart_pmp_unconfigure() functionAnup Patel
2025-12-08lib: sbi: Enable Ssqosid Ext using mstateen0Chen Pei
2025-11-02lib: sbi_domain_context: preserve firmware PMP entries during domain context ...Yu-Chien Peter Lin
2025-10-06lib: sbi: Prevent target domain same as the currentXiang W
2025-10-06lib: sbi: Add hart context init when first call enterXiang W
2025-10-06lib: sbi: Add error handling to switch_to_next_domain_contextXiang W
2025-06-17lib: sbi_platform: Add platform specific pmp_set() and pmp_disable()Chao-ying Fu
2025-04-23lib: sbi_domain: Reduce memory usage of per-domain hart contextAlvin Chang
2024-10-25lib: sbi_domain: Use domain data support for per-domain hart contextAnup Patel
2024-10-25include: sbi: Remove cyclic include in sbi_domain_context.hAnup Patel
2024-09-25lib: sbi: Use current_hartindex() where possibleSamuel Holland
2024-09-23lib: sbi_domain_context: Fix file permissionsSamuel Holland
2024-09-20lib: sbi: Use a linked list to track domainsSamuel Holland
2024-06-13sbi: sbi_domain_context: Fix trap context for domain context switchingYu Chien Peter Lin
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang
2024-04-05sbi: sbi_domain_context: Check privilege spec version before accessing S-mode...Yu Chien Peter Lin
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang