Age | Commit message (Expand) | Author |
2021-12-23 | firmware: Move memcpy/memset mapping to fw_base.S | Anup Patel |
2021-12-22 | lib: sbi: simplify pmp_set(), pmp_get() | Heinrich Schuchardt |
2021-12-11 | lib: sbi: Fix compile errors using -Os option | Anup Patel |
2021-12-11 | lib: pmu: check SSCOF before masking | Nikita Shubin |
2021-12-03 | lib: pmu: support the event ID encoded by a bitmap. | Vincent Chen |
2021-12-02 | lib: sbi: Improve fatal error handling | Jessica Clarke |
2021-11-30 | lib: sbi: Resolve the uninitialized complaint in sbi_pmu | Dong Du |
2021-11-30 | lib: sbi: Fix missing space | Nikita Shubin |
2021-11-23 | lib: sbi: Fix spelling of "address" in sbi_domain.c | Vagrant Cascadian |
2021-11-12 | lib: sbi: clear pmpcfg.A before setting in pmp_set() | Xiang W |
2021-11-11 | lib: sbi: Fix PMP address bits detection | Vasan VS |
2021-11-11 | lib: sbi: Fix initial value mask while updating the counters | Atish Patra |
2021-11-11 | lib: sbi: Enable PMU extension for platforms without mcountinhibit | Atish Patra |
2021-11-11 | lib: sbi: Counter info width should be zero indexed | Atish Patra |
2021-11-11 | lib: sbi: Reset the mhpmevent value upon counter reset | Atish Patra |
2021-11-11 | lib: sbi: Allow programmable counters to monitor cycle/instret events | Atish Patra |
2021-11-11 | lib: sbi: Always enable access for all counters | Atish Patra |
2021-11-11 | lib: sbi: Support sscofpmf extension in OpenSBI | Atish Patra |
2021-11-11 | lib: sbi: Delegate PMU counter overflow interrupt to S mode | Atish Patra |
2021-11-11 | lib: sbi: Detect Sscofpmf extension at run time | Atish Patra |
2021-11-11 | lib: sbi: Update csr_read/write_num for PMU | Atish Patra |
2021-11-08 | lib: sbi: move sbi_boot_print_general() | Heinrich Schuchardt |
2021-11-02 | lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functions | Anup Patel |
2021-11-02 | lib: sbi: Refine addr format in sbi_printf | Dong Du |
2021-10-20 | Makefile: Add build time and compiler info string | Wei Fu |
2021-10-18 | lib: sbi: system reset with invalid parameters | Heinrich Schuchardt |
2021-10-18 | lib: sbi: Save context for all non-retentive suspend types | Anup Patel |
2021-10-11 | lib: sbi: add priority for reset handler | Nikita Shubin |
2021-10-11 | lib: sbi: convert reset to list | Nikita Shubin |
2021-09-26 | lib: sbi: Add generic timer delay loop function | Anup Patel |
2021-09-26 | lib: sbi: Print timer frequency at boot time | Anup Patel |
2021-09-22 | lib: sbi: Add BUG() macro for csr_read/write_num() and misa_string() | Xiang W |
2021-09-22 | lib: sbi: fix ctz bug | Xiang W |
2021-09-03 | lib: sbi: Refine the way to construct platform features | Dong Du |
2021-09-03 | lib: sbi: Checking fifo validness in sbi_fifo_is_empty and is_full | Dong Du |
2021-08-30 | lib: sbi: protect dprintf output with spinlock | Dong Du |
2021-08-30 | lib: sbi: Correct typo in faults delegation CSR name | Rahul Pathak |
2021-08-20 | lib: sbi_trap: Restore redirect for access faults | Samuel Holland |
2021-08-20 | lib: sbi: Fix bug in sbi_ecall_rfence that misses checking | Dong Du |
2021-08-07 | lib: sbi: Fix bug in strncmp function when count is 0 | Dong Du |
2021-07-11 | lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csr | Anup Patel |
2021-07-11 | lib: sbi: Improve TLB function naming | Atish Patra |
2021-07-11 | lib: sbi: Implement firmware counters | Atish Patra |
2021-07-11 | lib: sbi: Implement SBI PMU extension | Atish Patra |
2021-07-11 | lib: sbi: Add PMU support | Atish Patra |
2021-07-11 | lib: sbi: Use csr_read/write_num to read/update PMU counters | Atish Patra |
2021-07-11 | lib: sbi: Remove redundant boot time print statement | Atish Patra |
2021-07-11 | lib: sbi: Disable m/scounteren & enable mcountinhibit | Atish Patra |
2021-07-11 | lib: sbi: Detect number of bits implemented in mhpmcounter | Atish Patra |
2021-07-11 | lib: sbi: Remove stray '\' character | Atish Patra |