aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 daysdev: interrupt: arm_gic: Fix ubsan errorHEADmastermainArve Hjønnevåg
2 daysbinary_search_tree: Add missing type check for bst_search_typeArve Hjønnevåg
2 daysbinary_search_tree: Add search by key instead of nodeArve Hjønnevåg
2024-04-05lib: rust_support: Avoid cyclic dependence on selfPer Larsen
2024-04-05lib: rust_support: impl thread::spawn wrapperKhyber Sen
2024-04-02make: rust: Move lib/rust_support dependencyArve Hjønnevåg
2024-04-02external/lk: timetest times outRaphael Herouart
2024-04-02lib: rust_support: remove incorrect try_lock function and usesPer Larsen
2024-03-30dev: timer: x86_generic: Fix divisor calculationArve Hjønnevåg
2024-03-28lib: rust_support: Add init hook supportArve Hjønnevåg
2024-03-25make: rust: Don't disable rust lint for external/lkArve Hjønnevåg
2024-03-25trusty:mmu: Make writable mappings non-executableMike McTernan
2024-03-25lib: rust_support: fix mutex_t wrapper implPer Larsen
2024-03-23lib: rust_support: impl mutex_t wrapperKhyber Sen
2024-03-21arch: arm: Add Rust target file for the kernelAndrei Homescu
2024-03-21arch: arm64: Add Rust target file for the kernelAndrei Homescu
2024-03-20lib: rust_support: Add #[deny(unsafe_op_in_unsafe_fn)]Khyber Sen
2024-03-18arch: x86: Enable kcfi support in rust compiler targetArve Hjønnevåg
2024-03-18lib: rust_support: Correct signature of vmm_alloc_physicalArve Hjønnevåg
2024-03-18vmm: Make vmm_alloc_physical_etc paddr array constArve Hjønnevåg
2024-03-18top: main: Disable kcfi in addition to cfi for .ctorsArve Hjønnevåg
2024-03-18rust_support: Run rustfmtAndrei Homescu
2024-03-18Add rustfmt configuration fileAndrei Homescu
2024-03-15x86/64: Put .init_array.* symbols in the same section as .init_arrayArve Hjønnevåg
2024-03-14dev: lib: Expose items used by vsock-rustPer Larsen
2024-03-12make: Generate a rust-project.json for the kernelStephen Crane
2024-03-12make: Add rust x86-64 target for the kernelStephen Crane
2024-03-11trusty:lk: Add SCTRL_EL1.WXN definitionMike McTernan
2024-03-11trusty: lk: Set WXNMike McTernan
2024-03-07rust: Add panic handler for the kernelStephen Crane
2024-03-07make: Remove injected Rust panic handlerStephen Crane
2024-03-07make: Fix Rust in kernel build issuesStephen Crane
2024-03-07build: invoke bindgen from the kernelFrances Wingerter
2024-03-06Updating makefile to use the right "--include" format.Xuan Xing
2024-02-29build: handle C deps of rust kernel modules am: 36f7babcafFrances Wingerter
2024-02-29build: handle C deps of rust kernel modulesFrances Wingerter
2024-02-28make: Substitute build root with placeholder in defines am: 2f27f04612Andrei Homescu
2024-02-27make: Substitute build root with placeholder in definesAndrei Homescu
2024-02-26dev: virtio: Add an empty `vsock` crate depending on `virtio-drivers` am: 680...Khyber Sen
2024-02-26dev: virtio: Add an empty `vsock` crate depending on `virtio-drivers`Khyber Sen
2024-02-24project: Zero all uninitialized memory am: b8c1535598Raphael Herouart
2024-02-23project: Zero all uninitialized memoryRaphael Herouart
2024-02-21trusty: generate lst file for lk.elf am: 788d13e111Mike McTernan
2024-02-21trusty: generate lst file for lk.elfMike McTernan
2024-02-16build: initialize `MODULE_RUST_EDITION` so it's set correctly am: cbd4f60ceaKhyber Sen
2024-02-16build: add implicit `core` and `compiler_builtins` deps in the `#[no_std]` ke...Khyber Sen
2024-02-16build: initialize `MODULE_ADD_IMPLICIT_DEPS := true` to match userspace am: a...Khyber Sen
2024-02-16build: set `-L dependency=` for kernel rust am: d24640bd56Khyber Sen
2024-02-16build: include MODULE_LIBRARY_EXPORTED_DEPS in deps for kernel rust am: 74ed0...Frances Wingerter
2024-02-16build: accumulate ALLHOSTMODULES list of host modules am: c2b25bd457Frances Wingerter