aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-18add bazel targets to build riscv and arm64 lkHEADmastermainDmitrii Merkurev
2023-11-27Merge 11.2023 lk upstream masterDmitrii Merkurev
2023-11-14Empty committempInna Palant
2023-11-04[libc][string] fix strncpy potential buffer overflowCody Wong
2023-10-15[github][ci] switch to gcc 13.2.0 for the default build compilerTravis Geiselbrecht
2023-10-15[platform][jh7110] Tweak logic to find the FDT from the uimageTravis Geiselbrecht
2023-10-15[lib][fdtwalk] add code to skip a cpu if disabledTravis Geiselbrecht
2023-09-25[arch][arm64] Fix mmu_unmap issue when FEAT_TTL is implementedMichael Shavit
2023-06-21[github] Merge pull request #380 from arichardson/add-clang-ciTravis Geiselbrecht
2023-06-21Fix typo in endif commentMatt Schulte
2023-06-08[ci] Add 64-bit RISC-V to Clang CIAlex Richardson
2023-06-08[riscv] Workaround for undef-weak symbol relocations with clang+lldAlex Richardson
2023-06-08[make] Add a COMPILER_TYPE variableAlex Richardson
2023-06-08[riscv] Disable linker relaxations when linking with ld.lldAlex Richardson
2023-06-08[make] Set LINKER_TYPE to lld when building with ld.lldAlex Richardson
2023-06-08[riscv][clang] Use a CSR name instead of a numeric expressionAlex Richardson
2023-06-07[ci] Add pc-x86-64-test to the Clang CI jobAlex Richardson
2023-06-07[x86][clang] Allow clang to evaluate isr_stub_lenAlex Richardson
2023-06-07[x86][clang] Make return mnemonic compatible with clangAlex Richardson
2023-06-07[make] Build with -ffreestandingAlex Richardson
2023-06-07[ci] Add a LLVM toolchain CI configuration fileAlex Richardson
2023-06-07Don't notify IRC on pushes to forksAlexander Richardson
2023-06-01[make][engine] make the setting of toolchain variables conditionalTravis Geiselbrecht
2023-06-01[clang][arm64] Disable -Wasm-operand-widths warningAlex Richardson
2023-06-01[make][clang] Do not add unsupported warning flagsAlex Richardson
2023-06-01[make] Fix linker invocation to be compatible with ld.lldAlex Richardson
2023-06-01[arm64] Allow assembling with clangAlex Richardson
2023-06-01[clang][compiler.h] Expose a few more macros for ClangAlex Richardson
2023-06-01[clang] Avoid a nested function in heap_wrapper.cAlex Richardson
2023-06-01Fix CVE-2004-0230Akansh
2023-06-01[kernel][thread] Track per-thread scheduling statisticsAaron Odell
2023-06-01[arch][arm-m][systick] Update for monotonicityAaron Odell
2023-06-01[scripts][python] Move a few more scripts from python2 to python3Travis Geiselbrecht
2023-05-20[arch][x86] Change the cache line size to 64 bytesPedro Falcato
2023-04-23[arch][arm-m] Add Cortex M55 supportAaron Odell
2023-04-23[inc][utils] Add a utils.h for miscellaneous helpersAaron Odell
2023-04-23[lib][debugcommands] Add panic commandAaron Odell
2023-04-23[libc][string] Add strcasecmp supportAaron Odell
2023-04-23[lib][debugcommands] Add commands to display current timeAaron Odell
2023-04-23[lib][console] Add an unsigned long long to console_cmd_argsAaron Odell
2023-04-23[scripts][buildall] Propogate logged error status through pipe teeAaron Odell
2023-04-23[arm64][clang] Silence a register size mismatch warningAlex Richardson
2023-04-23[clang] Silence unused private member warningAlex Richardson
2023-04-23[float_test_vec] Fix -Wdouble-promotion warningsAlex Richardson
2023-04-23[benchmarks] Fix -Wdouble-promotion warningsAlex Richardson
2023-04-23[benchmarks] Use volatile variables in bench_sincosAlex Richardson
2023-04-23[clang] Fix -Wformat warningsAlex Richardson
2023-04-23[libc] Fix -Wincompatible-library-redeclaration for strerrorAlex Richardson
2023-04-23[dlmalloc] Fix -Wnull-pointer-arithmeticAlex Richardson
2023-03-09[target][visionfive2] set the time base properlyTravis Geiselbrecht