1. e134d52 lib: sbi: Apply budget restriction when polling Zkr CSR state transition by Evgeny Voevodin · 9 weeks ago master
  2. ecc92e8 platform: generic: Optimize extensions_init() to parse ISA extensions once by Anup Patel · 9 weeks ago
  3. a62385a lib: sbi_hart: No need to clear features in hart_detect_features() by Anup Patel · 9 weeks ago
  4. 7bdcf55 lib: sbi: add UBSan support by Marcos Oduardo · 9 weeks ago
  5. c175c97 lib: sbi: Fix LLVM compile error observed in sbi_mpxy.c by Anup Patel · 5 weeks ago
  6. 895201c platform: Fix payload alignment when FW_TEXT_START isn't 2M/4M aligned by Anirudh Srinivasan · 2 months ago
  7. b6e7c84 include: sbi: Add SBI MPXY notification related defines by David E. Garcia Porras · 6 weeks ago
  8. 59fe435 include: mailbox: Update RPMI notification structs and add performance events by David E. Garcia Porras · 6 weeks ago
  9. d0ae6a9 lib: sbi_mpxy: Enable MPXY channel MSI availability determination by David E. Garcia Porras · 6 weeks ago
  10. 8570b93 lib: sbi_irqchip: Allow irqchip drivers advertise capabilities by Anup Patel · 6 weeks ago
  11. a59c8fb lib: sbi: Move hart PMP functions to sbi_hart_pmp.c by Nicholas Piggin · 3 months ago
  12. 63350c6 lib: sbi: Add hart_ prefix to PMP functions by Nicholas Piggin · 3 months ago
  13. f7738cc lib: sbi: Add sbi_pmp_is_enabled() helper by Nicholas Piggin · 3 months ago
  14. 8f1a616 lib: sbi: Add PMP CSR read and write accessors by Nicholas Piggin · 3 months ago
  15. e9797b5 lib: sbi: Move RISC-V PMP encoding functions to sbi_pmp.c by Nicholas Piggin · 3 months ago
  16. c93a89f lib: sbi: split PMP encoding and CSR access by Nicholas Piggin · 3 months ago
  17. 8ae3b09 lib: sbi: Introduce pmp_t type by Nicholas Piggin · 3 months ago
  18. 73bc794 lib: sbi_domain_context: Flush TLB after SATP mode switch by Zishun Yi · 3 months ago
  19. 243035c include: mailbox: rpmi_msgprot: Add RPMI performance domain flag defines by David E. Garcia Porras · 4 months ago
  20. 547a5bb lib: utils/reset: Remove unused match data by Samuel Holland · 10 weeks ago
  21. e92c8fd sbi: mpxy: define INVALID_ADDR using unsigned long width by Himanshu Chauhan · 9 weeks ago
  22. f36acae lib: utils: fdt_domain: add root-regions-inheritance policy by Yu-Chien Peter Lin · 9 weeks ago
  23. 22d7e99 lib: sbi: domain FP/Vector context support for context switch by Dave Patel · 9 weeks ago
  24. 718e1d1 lib: sbi: Add floating-point context save/restore support. by Dave Patel · 9 weeks ago
  25. 2146115 lib: sbi: Add RISC-V vector context save/restore support by Dave Patel · 9 weeks ago
  26. 79e63bc lib: sbi_irqchip: Add support for registering MSI handlers by Anup Patel · 3 months ago
  27. c0d0dd0 lib: sbi_irqchip: Allow setting hardware interrupt affinity by Anup Patel · 3 months ago
  28. d861447 lib: sbi_irqchip: Allow marking hardware interrupts as reserved by Anup Patel · 3 months ago
  29. adb4caf lib: sbi_irqchip: Allow interrupt client to specify line sensing by Anup Patel · 3 months ago
  30. 255df5d lib: sbi_irqchip: Keep the handler list in sorted order for irqchip by Anup Patel · 3 months ago
  31. 0d81a78 lib: sbi_irqchip: Check full range for existing handlers in sbi_irqchip_register_handler() by Anup Patel · 3 months ago
  32. 9595829 lib: sbi_domain: reject overflowing address range in check_addr_range() by Takumi Hara · 4 months ago
  33. d9637d0 lib: utils/reset: add SpacemiT P1 PMIC support by Aurelien Jarno · 3 months ago
  34. b10e18e lib: utils/i2c: add minimal SpacemiT I2C driver by Aurelien Jarno · 3 months ago
  35. 5f13f9e lib: sbi: Fix hw a/d updating defaults by Andrew Jones · 4 months ago
  36. 8536a35 lib: utils/regmap: Fix reg_stride calculation in syscon regmap by David E. Garcia Porras · 4 months ago
  37. 65bb705 lib/sbi_pmu: Don't fallback to fixed counters when sscofpmf && !smcntrpmf by Michael Ellerman · 4 months ago
  38. 3d8f1f3 docs: platform: update qemu_virt.md by Zhang RunMin · 4 months ago
  39. 8cd279e lib: fdt_domain: Default boot-hart to coldboot HART for multi-domain boot by Yu-Chien Peter Lin · 4 months ago
  40. ae8f28a lib: utils: Fix LLVM compile error in MPXY client driver for RPMI MM by Anup Patel · 2 months ago
  41. 6767861 platform: generic: Tenstorrent Atlantis support by Nicholas Piggin · 3 months ago
  42. 1932ee3 lib: sbi_timer: Introduce sbi_timer_compute_delta() and friends by Anup Patel · 3 months ago
  43. b7fa8a2 lib: sbi_timer: Add support for timer events by Anup Patel · 3 months ago
  44. 357fae4 lib: sbi_timer: Introduce per-HART timer state by Anup Patel · 3 months ago
  45. d8c7dc9 include: sbi: Add sbi_scratch_hartindex() macro by Anup Patel · 3 months ago
  46. f34cf05 platform: Remove kendryte/k210 platform by Anup Patel · 3 months ago
  47. 2d211fe lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detection by Evgeny Voevodin · 2 months ago
  48. 0cfd6c0 lib: sbi: Move Zkr entropy initialization from fw_base.S to init_coldboot by Evgeny Voevodin · 2 months ago
  49. 882b8b0 lib: sbi: hart: Move device tree features detection before trap-based checks by Evgeny Voevodin · 2 months ago
  50. 00fec20 firmware: Add RNMI handler infrastructure by Evgeny Voevodin · 2 months ago
  51. b63606f lib: sbi: Add Smrnmi extension macros for registers and bits by Evgeny Voevodin · 2 months ago
  52. 5d248a0 include: sbi_scratch: Add tmp1 scratch space for RNMI context saving by Evgeny Voevodin · 2 months ago
  53. 2257e99 lib: sbi_bitmap_test: add tests for bitmap_empty() by Yu-Chien Peter Lin · 4 months ago
  54. ff7d245 include: sbi_bitmap: add bitmap_empty() function by Yu-Chien Peter Lin · 4 months ago
  55. 0b041e5 lib: utils: Add MPXY client driver for RPMI MM service group by Ranbir Singh · 5 months ago
  56. 2bf0de8 lib: Fix sbi_strchr to correctly handle null terminator search by Chen Pei · 5 months ago
  57. fdb78b0 lib: tests: Add test for string by Chen Pei · 5 months ago
  58. 9e14e03 sifive_dev_platform: Set default MMIO region when SmePMP is enabled by Yu-Chien Peter Lin · 5 months ago
  59. 0402b8e platform: sifive: Add initial support for SiFive development platform by Yu-Chien Peter Lin · 5 months ago
  60. 4813a20 lib: sbi_init: Call hart init and timer init before platform early init by Yu-Chien Peter Lin · 5 months ago
  61. 0ab0c47 lib: sbi_irqchip: Allow registering interrupt handlers by Anup Patel · 5 months ago
  62. e8ebd1f lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip device by Anup Patel · 5 months ago
  63. e82d201 lib: utils/irqchip: Add unique_id to plic, aplic, and imsic data by Anup Patel · 5 months ago
  64. b55bb4c lib: sbi_irqchip: Support irqchip device targetting subset of harts by Anup Patel · 5 months ago
  65. 5a300b3 lib: utils/irqchip: Add IDC to hartindex map in struct aplic_data by Anup Patel · 5 months ago
  66. 6d68f3b lib: utils/irqchip: Fix context_map init in irqchip_plic_update_context_map() by Anup Patel · 5 months ago
  67. 2110aab lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs() by Anup Patel · 5 months ago
  68. 51837c7 lib: sbi_irqchip: Use chip as variable name for irqchip device by Anup Patel · 5 months ago
  69. 6d5b2b9 lib: sbi: fix sse_event_inject() status setting by Charlie Jenkins · 5 months ago
  70. b534800 lib: Use proper add opcode on RV32 with Zalrsc by Marti Alonso · 5 months ago
  71. ef1ee40 platform: generic: mips boston: update "compatible" by Vladimir Kondratiev · 5 months ago
  72. 4dc1b9f lib: fdt_helper: Removed unnecessary dt parsing check by Victoriano Morales · 5 months ago
  73. 2727c43 lib: sbi: Fix undefined behavior in signed shifts in sbi_hart.c by Marcos Oduardo · 5 months ago
  74. 3baca10 include: sbi: Fix illegal shift in sbi_domain.h by Marcos Oduardo · 5 months ago
  75. 8d1c21b platform: generic: eyeq7h: enable ECC on L1 cache by Vladimir Kondratiev · 5 months ago
  76. f07be54 platform: generic: p8700: fix MIPS specific CSRs by Vladimir Kondratiev · 5 months ago
  77. 331dae1 platform: generic: mips eyeq7h: prohibit accessing memory beyond DRAM by Vladimir Kondratiev · 5 months ago
  78. 3b55e5c platform: generic: mips p8700: dump MMIO regions by Vladimir Kondratiev · 5 months ago
  79. 9169290 platform: generic: mips eyeq7h: fix NCORE registers access from clusters 1..2 by Vladimir Kondratiev · 5 months ago
  80. 2ca2e0c platform: generic: mips eyeq7h: synchronize timers across clusters by Vladimir Kondratiev · 5 months ago
  81. a3aeef7 platform: generic: mips p8700: synchronize hi-res timers by Vladimir Kondratiev · 5 months ago
  82. 76ecd8f platform: generic: mips p8700: use SBI bitfield manipulator macros by Vladimir Kondratiev · 5 months ago
  83. bdec423 platform: generic: mips p8700: CPU clusters memranges by Vladimir Kondratiev · 5 months ago
  84. df7bbe7 platform: generic: mips p8700: cache geometry detection by Vladimir Kondratiev · 5 months ago
  85. 8935f79 platform: generic: mips eyeq7h: deassert accelerator cluster resets by Vladimir Kondratiev · 5 months ago
  86. ee55329 platform: generic: mips eyeq7h: detect accelerators cluster presence by Vladimir Kondratiev · 5 months ago
  87. 26748d7 platform: generic: mips eyeq7h: power up clusters with OLB by Vladimir Kondratiev · 5 months ago
  88. 79dfc3a platform: generic: mips: add P8700 based "eyeq7h" and "boston" by Vladimir Kondratiev · 5 months ago
  89. fe82238 platform: generic: mips p8700: access CM registers via match data by Vladimir Kondratiev · 5 months ago
  90. bc2722b platform: generic: mips p8700: Add match data for CM info by Benoît Monin · 5 months ago
  91. c69c159 platform: generic: mips p8700: use global CM addresses by Vladimir Kondratiev · 5 months ago
  92. 52ac3de platform: generic: mips p8700: faster core boot by Vladimir Kondratiev · 5 months ago
  93. 6545b78 platform: generic: mips p8700: fix powering up other cluster by Vladimir Kondratiev · 5 months ago
  94. 698ea04 platform: generic: mips p8700: reserve memory for M-mode peripherals by Vladimir Kondratiev · 5 months ago
  95. d2dd699 platform: generic: mips p8700: improve CM access tracing by Vladimir Kondratiev · 5 months ago
  96. ea45923 lib: sbi_hart_pmp: disable unconfigured PMP entries by Vladimir Kondratiev · 5 months ago
  97. e58d528 lib: sbi: print hartid in hex by Vladimir Kondratiev · 5 months ago
  98. 9656943 lib: sbi_pmu: Add FW counter index validation when reading high bits on RV64 by James Raphael Tiovalen · 6 months ago
  99. a95c36f lib: sbi_pmu: Fix multiple FW counter start operations with custom PMU device by James Raphael Tiovalen · 6 months ago
  100. b07e449 lib: utils/serial: Add support for Altera JTAG UART by Icenowy Zheng · 7 months ago