Sign in
android
/
trusty
/
lk
/
common
/
HEAD
3a18735
Add VINTF TA port in Trusty
by Alice Wang
· 5 months ago
main
master
698b2ff
kernel: mutex: Don't allow mutex_acquire with interrupts disabled
by Arve Hjønnevåg
· 5 months ago
0dd02aa
make/module.mk: Trigger module rebuild on ARCH changes
by Bartłomiej Grzesik
· 5 months ago
f7499f9
dev: virtio: vsock: Use VsockManager trait to support vsock device
by Ayrton Munoz
· 5 months ago
a4d99a2
dev: virtio: vsock-rust: Add generated bindings for virtio-msg
by Per Larsen
· 5 months ago
4ef54cb
dev: virtio: vsock: Switch vsock module to virtio-drivers-and-devices crate
by Ayrton Munoz
· 5 months ago
a047606
make: Do not add rust_support for extra_versions crates
by Andrei Homescu
· 6 months ago
0513fb0
lib: rust_support: Add obj_ref_init wrapper and expose types for ExtMemObj
by Ayrton Munoz
· 6 months ago
8d8024e
make: Add bindgen.mk inputs to stomped variables
by Per Larsen
· 6 months ago
387bd4a
dev: virtio: vsock: Move init_vsock out of PCI-specific TrustyHal and rename it
by Ayrton Munoz
· 6 months ago
51f2291
lib: rust_support: Add JoinHandle::join
by Ayrton Munoz
· 6 months ago
3935b52
dev: virtio: vsock: Refactor PCI-specific TrustyHal
by Ayrton Munoz
· 6 months ago
cf035a8
lib: rust_support: Remove superfluous lifetime
by Per Larsen
· 6 months ago
0b31b0d
lib: binary_search_tree: add bst_is_empty am: 88ea06c59c
by Andrei Homescu
· 6 months ago
88ea06c
lib: binary_search_tree: add bst_is_empty
by Andrei Homescu
· 6 months ago
7916593
lib: rust_support: Expose uuid_t and create Uuid wrapper am: d16cfbb5ab
by Ayrton Munoz
· 6 months ago
d16cfbb
lib: rust_support: Expose uuid_t and create Uuid wrapper
by Ayrton Munoz
· 6 months ago
e2a9344
dev: virtio: vsock-rust: Keep track of local ports am: bc6b25dc54
by Andrei Homescu
· 6 months ago
91e89ef
lib: rust_support: add more IPC port functions am: 320e4dd88a
by Andrei Homescu
· 6 months ago
bc6b25d
dev: virtio: vsock-rust: Keep track of local ports
by Andrei Homescu
· 6 months ago
320e4dd
lib: rust_support: add more IPC port functions
by Andrei Homescu
· 6 months ago
b5cd110
lib: rust_support: Add bindings for LK event_t am: bf13bbdc0d
by Ayrton Munoz
· 6 months ago
bf13bbd
lib: rust_support: Add bindings for LK event_t
by Ayrton Munoz
· 6 months ago
77d5a1c
lib: rust_support: move extmem to trusty/kernel/lib/extmem/rust am: 440bae32a2
by Khyber Sen
· 6 months ago
440bae3
lib: rust_support: move extmem to trusty/kernel/lib/extmem/rust
by Khyber Sen
· 6 months ago
e8ecb8d
vsock-rust: Keep going if mmio_map_region fails am: 574ee60bb2
by Per Larsen
· 6 months ago
574ee60
vsock-rust: Keep going if mmio_map_region fails
by Per Larsen
· 6 months ago
8d5ff76
lib: rust_support: add spinlock bindings am: 30df6e951d
by Khyber Sen
· 6 months ago
916a5b2
lib: rust_support: add interrupt save/restore bindings am: 7c972153c8
by Khyber Sen
· 6 months ago
30df6e9
lib: rust_support: add spinlock bindings
by Khyber Sen
· 6 months ago
7c97215
lib: rust_support: add interrupt save/restore bindings
by Khyber Sen
· 6 months ago
00ee489
lib: rust_support: add missing copyrights headers and `#pragma once`s am: 40d1a33498
by Khyber Sen
· 6 months ago
40d1a33
lib: rust_support: add missing copyrights headers and `#pragma once`s
by Khyber Sen
· 6 months ago
ce6d66d
lib: libhypervisor: move kvm.rs from vsock-rust into hyp.rs am: bacaa3310b
by Khyber Sen
· 6 months ago
bacaa33
lib: libhypervisor: move kvm.rs from vsock-rust into hyp.rs
by Khyber Sen
· 6 months ago
9dd3deb
dev: virtio: vsock-rust: Improve connection lookup am: a83932fd8c
by Andrei Homescu
· 6 months ago
e98e49b
lib: rust_support: Add HandleRef::as_ptr am: 04352e91eb
by Andrei Homescu
· 6 months ago
a83932f
dev: virtio: vsock-rust: Improve connection lookup
by Andrei Homescu
· 6 months ago
04352e9
lib: rust_support: Add HandleRef::as_ptr
by Andrei Homescu
· 6 months ago
13f7541
rules.mk: fix TRUSTY_VM_INCLUDE_KEYMINT typo am: a149003007
by Armelle Laine
· 6 months ago
a149003
rules.mk: fix TRUSTY_VM_INCLUDE_KEYMINT typo
by Armelle Laine
· 6 months ago
aee4952
dev: virtio: vsock: use hypercall based transport for protected x86 vm am: 96181963f6
by Grzegorz Jaszczyk
· 7 months ago
9618196
dev: virtio: vsock: use hypercall based transport for protected x86 vm
by Grzegorz Jaszczyk
· 7 months ago
858a368
dev: virtio: vsock: Remove unnecessary Send and Sync impls for VsockDevice am: 015cef57ff
by Ayrton Munoz
· 7 months ago
015cef5
dev: virtio: vsock: Remove unnecessary Send and Sync impls for VsockDevice
by Ayrton Munoz
· 7 months ago
737c5a1
dev: interrupt: hafnium: Add placeholder code am: 18713d5dcd
by Andrei Homescu
· 7 months ago
18713d5
dev: interrupt: hafnium: Add placeholder code
by Andrei Homescu
· 7 months ago
639e2aa
lib: rust_support: remove unused `extern_*` functions used for rust am: 0bf8480393
by Khyber Sen
· 7 months ago
0bf8480
lib: rust_support: remove unused `extern_*` functions used for rust
by Khyber Sen
· 7 months ago
70ba939
dev: virtio: vsock: unify kvm support am: 259ed1e1ac
by Grzegorz Jaszczyk
· 7 months ago
259ed1e
dev: virtio: vsock: unify kvm support
by Grzegorz Jaszczyk
· 7 months ago
0d83298
dev: virtio: vsock: Map mmio regions in MMIO Guard am: 7635ccda93
by Bartłomiej Grzesik
· 7 months ago
384ea35
libhypervisor: Use is_multiple_of from Rust 1.82 am: bbff6d9faa
by Bartłomiej Grzesik
· 7 months ago
7635ccd
dev: virtio: vsock: Map mmio regions in MMIO Guard
by Bartłomiej Grzesik
· 7 months ago
bbff6d9
libhypervisor: Use is_multiple_of from Rust 1.82
by Bartłomiej Grzesik
· 7 months ago
86ee13c
lib: rust_support: compute if handle is attached am: 1b6530122c
by Khyber Sen
· 7 months ago
1b65301
lib: rust_support: compute if handle is attached
by Khyber Sen
· 7 months ago
e8d1241
dev: virtio: vsock: updates for virtio-drivers 0.8 am: 82533c879b
by Khyber Sen
· 7 months ago
82533c8
dev: virtio: vsock: updates for virtio-drivers 0.8
by Khyber Sen
· 7 months ago
ccea155
lib: rust_support: Expose ext_mem_map_obj_id and disable clippy lints for bindgen code am: d93b983628
by Ayrton Munoz
· 7 months ago
d93b983
lib: rust_support: Expose ext_mem_map_obj_id and disable clippy lints for bindgen code
by Ayrton Munoz
· 7 months ago
2c18abd
make: Add TRUSTY_SKIP_DOCS flag am: 53231a6591
by Per Larsen
· 7 months ago
53231a6
make: Add TRUSTY_SKIP_DOCS flag
by Per Larsen
· 7 months ago
43e7316
arch: x86: Fix clang 19 build am: 05161b11e2
by Arve Hjønnevåg
· 7 months ago
24148fa
arch: arm64: Fix clang 19 build am: 0ef9726220
by Arve Hjønnevåg
· 7 months ago
05161b1
arch: x86: Fix clang 19 build
by Arve Hjønnevåg
· 7 months ago
0ef9726
arch: arm64: Fix clang 19 build
by Arve Hjønnevåg
· 7 months ago
171bc8e
vmm: Add VmmPageArray for mapping physical memory. am: b5718ffc1b
by Brian Granaghan
· 7 months ago
b5718ff
vmm: Add VmmPageArray for mapping physical memory.
by Brian Granaghan
· 7 months ago
27388ff
lib: Add hypervisor module am: 610496c82d
by Bartłomiej Grzesik
· 7 months ago
610496c
lib: Add hypervisor module
by Bartłomiej Grzesik
· 7 months ago
bcd7112
dev: virtio: vsock: Use unsigned_is_multiple_of on Rust 1.82 am: 6e8556fac9
by Per Larsen
· 7 months ago
b181fd8
rust_support: Allow unused_unsafe in vmm_get_kernel_aspace am: 7b6b5a47a0
by Per Larsen
· 7 months ago
6e8556f
dev: virtio: vsock: Use unsigned_is_multiple_of on Rust 1.82
by Per Larsen
· 7 months ago
7b6b5a4
rust_support: Allow unused_unsafe in vmm_get_kernel_aspace
by Per Larsen
· 7 months ago
5379dd9
vsock-rust: fix rules.mk am: e3d4511fb3
by Armelle Laine
· 7 months ago
e3d4511
vsock-rust: fix rules.mk
by Armelle Laine
· 7 months ago
dbd0e00
arch: aarch64: Update Rust target for the Trusty kernel am: daab87eb2c
by Per Larsen
· 7 months ago
df8a28c
make: rust: Trigger rebuild when target definition file changes am: 4dd1bcc101
by Per Larsen
· 7 months ago
daab87e
arch: aarch64: Update Rust target for the Trusty kernel
by Per Larsen
· 7 months ago
4dd1bcc
make: rust: Trigger rebuild when target definition file changes
by Per Larsen
· 7 months ago
f4732d2
rust_support: Conditionally enable new_uninit feature am: 1c46f9e7a7
by Per Larsen
· 8 months ago
1c46f9e
rust_support: Conditionally enable new_uninit feature
by Per Larsen
· 8 months ago
b0ca064
dev: virtio: Add mapping from vsock ports to tipc service names am: 181f693b03
by Per Larsen
· 8 months ago
181f693
dev: virtio: Add mapping from vsock ports to tipc service names
by Per Larsen
· 8 months ago
bcb6259
dev: virtio: vsock: Remove duplicate check am: 4d00ac0d1d
by Per Larsen
· 8 months ago
4d00ac0
dev: virtio: vsock: Remove duplicate check
by Per Larsen
· 8 months ago
4c2c229
arch: x86: Pass boot arguments to lk_main am: cf1426dfa5
by Bartłomiej Grzesik
· 8 months ago
cf1426d
arch: x86: Pass boot arguments to lk_main
by Bartłomiej Grzesik
· 8 months ago
05a657b
lk: aarch64: use asm volatile to guard xpaci instruction am: 76ddf55c99
by Mike McTernan
· 8 months ago
76ddf55
lk: aarch64: use asm volatile to guard xpaci instruction
by Mike McTernan
· 8 months ago
f053ccc
dev: virtio: vsock: pkvm: add page sharing for x86 am: 4319a166ae
by Grzegorz Jaszczyk
· 8 months ago
4319a16
dev: virtio: vsock: pkvm: add page sharing for x86
by Grzegorz Jaszczyk
· 8 months ago
9211c6b
kernel: mp: Use unsigned types for CPU masks am: 17a6ca0712
by Andrei Homescu
· 8 months ago
17a6ca0
kernel: mp: Use unsigned types for CPU masks
by Andrei Homescu
· 8 months ago
4a0498e
rust_support: Store a pointer instead of slice in VmmPageArray. am: 9b1711e9b2
by Brian Granaghan
· 8 months ago
b07bb63
Empty merge ab/12770256 into aosp-main-future
by Xin Li
· 8 months ago
9b1711e
rust_support: Store a pointer instead of slice in VmmPageArray.
by Brian Granaghan
· 8 months ago
f6d67ef
Revert^2 "compile.mk: generate cpp and assembly specific object extensions" am: 88c9d8f537
by Arve Hjønnevåg
· 8 months ago
88c9d8f
Revert^2 "compile.mk: generate cpp and assembly specific object extensions"
by Arve Hjønnevåg
· 8 months ago
Next »