1. 0117286 dev: interrupt: x86_lapic: Fix PIC interrupt delivery am: 2f3c3ed252 by Arve Hjønnevåg · 7 months ago
  2. 13ac2af sanity check the aspace size in is_valid_vaddr() am: 4213810a14 by Ji Luo · 7 months ago
  3. fe73e51 arch: x86: Add support to enter 64-bit user space am: df9c119ae4 by Zhong,Fangjian · 7 months ago
  4. b488a6a arch: x86: Add copy from/to user support am: 2f99d6a660 by Zhong,Fangjian · 7 months ago
  5. 5fd8eff kernel: vmm: Expose vmm_find_region function am: f37d1e2a47 by Zhong,Fangjian · 7 months ago
  6. 1668181 kernel: vm: Add api to lock aspace am: 0d6d7601eb by Arve Hjønnevåg · 7 months ago
  7. 5953f2b arch: x86: Switch to 64-bit entry am: 7ed9ea8f85 by Zhong,Fangjian · 7 months ago
  8. fed3df4 lk: add init_cpu_features to linker discard list am: a0c105b9b4 by Donnie Pollitz · 7 months ago
  9. ba27de8 arch: x86_64: Set elf entry point to physial address am: 9f94325ae5 by Arve Hjønnevåg · 7 months ago
  10. 676bdde arch: arm64: Set elf entry point to physial address am: 90c2299443 by Arve Hjønnevåg · 7 months ago
  11. 10364b7 engine.mk: LOCAL_MAKEFILE needs to use lastword am: 700cc88553 by Bryan Lavrich · 7 months ago
  12. 7fceb17 threadtest: disable flaky thread cookie tests am: e53dc26d14 by Per Larsen · 7 months ago
  13. 842594b trusty:pac: correct FEAT_FPAC determination on ARMv8.x am: a064e66c99 by Mike McTernan · 7 months ago
  14. 4e79537 make/macros.mk: Fix FIND_CRATE macro am: 9eaa071814 by Andrei Homescu · 7 months ago
  15. 9a5ea79 Update irq vector assert from > 32 to >= 32. 32 is a valid irq vector. am: 42b813a4db by Serena Zhou · 7 months ago
  16. a504fac make: Add FIND_CRATE macro am: d6a73f00c1 by Per Larsen · 7 months ago
  17. a68ba29 trusty: rework test_time_conversion_check_result() to avoid potential overflow am: ce76eaa6b8 by Mike McTernan · 7 months ago
  18. 8d5ac4b trusty:gic: allow building with v4 and fix GICR per CPU offset am: 4e312661f9 by Mike McTernan · 7 months ago
  19. 27da5e0 trusty: check CPU number is in range with DEBUG_ASSERT am: 2af4393cd3 by Mike McTernan · 7 months ago
  20. 1a58874 move pow2.h to shared folder and add round_up macro am: 0f12cf4a1f by Yurii Shutkin · 7 months ago
  21. 0cfd987 trusty: threadtest: remove accidentally added file am: fadd6b473c by Mike McTernan · 7 months ago
  22. d084612 trusty:lk: Add function to remove PAC codes from return addresses am: f1da78c973 am: fc89d82d81 by Mike McTernan · 7 months ago
  23. bbb3a04 Reorder thread cookie check in thread_resched am: 16ca77fed9 am: a3ffc31e14 by Per Larsen · 7 months ago
  24. 0d40ea6 threadtest: Fix void argument compiler warning am: 11b259e288 am: 15a61561ee by Stephen Crane · 7 months ago
  25. 758ec6b Test thread wake up cookie checks am: f9d202ffba am: b03f50a98c by Per Larsen · 7 months ago
  26. 04e3fe8 Test thread cookies am: 7e5eed408f am: d9aa37e0dd by Per Larsen · 7 months ago
  27. 1018171 Reset thread cookie upon exit am: 99fa046852 am: fb8cdc5592 by Per Larsen · 7 months ago
  28. b8c2c1e Check cookies at thread exit am: 174d72365d am: 4d0f3f6e8b by Per Larsen · 7 months ago
  29. 0c328fa Tie thread cookies to thread addresses am: edca0ad91a am: eeb79d5d1c by Per Larsen · 7 months ago
  30. 9e316e3 Add cookie to thread structure am: 2b18d59e03 am: c4353531aa by Per Larsen · 7 months ago
  31. 0f096d9 [dev][interrupt] Fix compile error when GIC_VERSION <= 2 am: 0fb8e1f9c1 am: 54bfcdce47 by Nick Bray · 7 months ago
  32. 71366c6 [dev][interrupt] Remove support for FIQ debugging am: 49c44a98f0 am: bc38f6b454 by Nick Bray · 7 months ago
  33. 23bb470 trusty:lk: Move pan system register defs to sregs.h am: bd5070afaf am: 5f076fe2af by Mike McTernan · 7 months ago
  34. 6d157aa trusty:lk: Move sve system register defs to sregs.h am: 06281efc1c am: 714c79284e by Mike McTernan · 7 months ago
  35. 2d45e2f trusty:lk: Add PAC exception handler am: 78d3eb4847 am: 2f4db36ade by Mike McTernan · 7 months ago
  36. 149f565 trusty:lk: Update BTI detection functions. am: 40db58ef34 am: 823c28072a by Mike McTernan · 7 months ago
  37. 2708cdd trusty:lk: Add PAC feature detection functions. am: 9343084f7a am: d6d58e9198 by Mike McTernan · 7 months ago
  38. 204ffcb lk: Enable CACHE_LINE to be set by the build. am: 302692b9a9 am: 8e267b5a50 by Mike McTernan · 7 months ago
  39. 31c0e2a trusty:pac: add pac_key test am: 638fb81391 by Mike McTernan · 7 months ago
  40. f445e74 trusty:lk: Enabled PAC for threads and context switch. am: 28e6668413 by Mike McTernan · 7 months ago
  41. fc89d82 trusty:lk: Add function to remove PAC codes from return addresses am: f1da78c973 by Mike McTernan · 7 months ago
  42. a3ffc31 Reorder thread cookie check in thread_resched am: 16ca77fed9 by Per Larsen · 7 months ago
  43. 15a6156 threadtest: Fix void argument compiler warning am: 11b259e288 by Stephen Crane · 7 months ago
  44. b03f50a Test thread wake up cookie checks am: f9d202ffba by Per Larsen · 7 months ago
  45. d9aa37e Test thread cookies am: 7e5eed408f by Per Larsen · 7 months ago
  46. fb8cdc5 Reset thread cookie upon exit am: 99fa046852 by Per Larsen · 7 months ago
  47. 4d0f3f6 Check cookies at thread exit am: 174d72365d by Per Larsen · 7 months ago
  48. eeb79d5 Tie thread cookies to thread addresses am: edca0ad91a by Per Larsen · 7 months ago
  49. c435353 Add cookie to thread structure am: 2b18d59e03 by Per Larsen · 7 months ago
  50. 54bfcdc [dev][interrupt] Fix compile error when GIC_VERSION <= 2 am: 0fb8e1f9c1 by Nick Bray · 7 months ago
  51. bc38f6b [dev][interrupt] Remove support for FIQ debugging am: 49c44a98f0 by Nick Bray · 7 months ago
  52. 5f076fe trusty:lk: Move pan system register defs to sregs.h am: bd5070afaf by Mike McTernan · 7 months ago
  53. 714c792 trusty:lk: Move sve system register defs to sregs.h am: 06281efc1c by Mike McTernan · 7 months ago
  54. 2f4db36 trusty:lk: Add PAC exception handler am: 78d3eb4847 by Mike McTernan · 7 months ago
  55. 823c280 trusty:lk: Update BTI detection functions. am: 40db58ef34 by Mike McTernan · 7 months ago
  56. d6d58e9 trusty:lk: Add PAC feature detection functions. am: 9343084f7a by Mike McTernan · 7 months ago
  57. 8e267b5 lk: Enable CACHE_LINE to be set by the build. am: 302692b9a9 by Mike McTernan · 7 months ago
  58. 5cc474c build: initialize `MODULE_RUST_EDITION` so it's set correctly am: cbd4f60cea by Khyber Sen · 7 months ago
  59. d322ae3 build: add implicit `core` and `compiler_builtins` deps in the `#[no_std]` kernel am: eed28eae38 by Khyber Sen · 7 months ago
  60. 8aca716 build: initialize `MODULE_ADD_IMPLICIT_DEPS := true` to match userspace am: af110228b1 by Khyber Sen · 7 months ago
  61. 439b40a build: set `-L dependency=` for kernel rust am: d24640bd56 by Khyber Sen · 7 months ago
  62. cbd4f60 build: initialize `MODULE_RUST_EDITION` so it's set correctly by Khyber Sen · 7 months ago main-16k
  63. eed28ea build: add implicit `core` and `compiler_builtins` deps in the `#[no_std]` kernel by Khyber Sen · 7 months ago
  64. af11022 build: initialize `MODULE_ADD_IMPLICIT_DEPS := true` to match userspace by Khyber Sen · 7 months ago
  65. d24640b build: set `-L dependency=` for kernel rust by Khyber Sen · 8 months ago
  66. 56f32f9 build: include MODULE_LIBRARY_EXPORTED_DEPS in deps for kernel rust am: 74ed0f4bf0 by Frances Wingerter · 7 months ago
  67. f65bea8 build: accumulate ALLHOSTMODULES list of host modules am: c2b25bd457 by Frances Wingerter · 7 months ago
  68. e3c8891 build: use stems, not crate names am: 8a365f290e by Frances Wingerter · 7 months ago
  69. b74c2bf build: plumbing for kernel proc-macro dependencies am: 4e3ec773f2 by Frances Wingerter · 7 months ago
  70. c050421 build: move GLOBAL_HOST_RUSTFLAGS from user-tasks.mk am: fb617c31d3 by Frances Wingerter · 7 months ago
  71. 74ed0f4 build: include MODULE_LIBRARY_EXPORTED_DEPS in deps for kernel rust by Frances Wingerter · 8 months ago
  72. c2b25bd build: accumulate ALLHOSTMODULES list of host modules by Frances Wingerter · 8 months ago
  73. 8a365f2 build: use stems, not crate names by Frances Wingerter · 8 months ago
  74. 4e3ec77 build: plumbing for kernel proc-macro dependencies by Frances Wingerter · 9 months ago
  75. fb617c3 build: move GLOBAL_HOST_RUSTFLAGS from user-tasks.mk by Frances Wingerter · 8 months ago
  76. 4165340 build: add makefile macro ECHO_LOG, rename LOG -> INFO_LOG am: 6440791888 by Yurii Shutkin · 7 months ago
  77. 6440791 build: add makefile macro ECHO_LOG, rename LOG -> INFO_LOG by Yurii Shutkin · 7 months ago
  78. d36c4ba build: use query.mk to avoid READ_CRATE_NAME hack am: 689e41994b by Frances Wingerter · 7 months ago
  79. 87b04bb build: add query.mk to allow querying variables from dependencies am: d041adeb8e by Frances Wingerter · 7 months ago
  80. 689e419 build: use query.mk to avoid READ_CRATE_NAME hack by Frances Wingerter · 8 months ago
  81. d041ade build: add query.mk to allow querying variables from dependencies by Frances Wingerter · 8 months ago
  82. 889cdeb trusty: build: modify make output for further post processing am: 541fbbb34c by Yurii Shutkin · 8 months ago
  83. 541fbbb trusty: build: modify make output for further post processing by Yurii Shutkin · 8 months ago
  84. e5d9e70 build: link Rust modules into one .a then lk.elf am: 2e08dd0381 by Frances Wingerter · 8 months ago
  85. 2e08dd0 build: link Rust modules into one .a then lk.elf by Frances Wingerter · 11 months ago
  86. 56d7c7b libc: move libc rand to separate module to speedup rebuilds am: 27d8fb491c by Yurii Shutkin · 8 months ago
  87. 27d8fb4 libc: move libc rand to separate module to speedup rebuilds by Yurii Shutkin · 8 months ago
  88. e33f86a app/timertest: Add build variable to control timer granularity am: 0d613851ec by Andrei Homescu · 8 months ago
  89. 0d61385 app/timertest: Add build variable to control timer granularity by Andrei Homescu · 8 months ago
  90. 52a7e18 kernel/vm/pmm: Fix UBSAN failures from constant types am: 0640c884eb by Andrei Homescu · 9 months ago
  91. 0640c88 kernel/vm/pmm: Fix UBSAN failures from constant types by Andrei Homescu · 9 months ago
  92. 64931c2 [arch][arm]: arm_reset: Don't clobber r1 - it contains bootarg1 am: 9c61507c51 by Oliver Winker · 9 months ago
  93. 9c61507 [arch][arm]: arm_reset: Don't clobber r1 - it contains bootarg1 by Oliver Winker · 9 months ago
  94. fcd48cf Use LKROOT as the path to LK am: e612805f76 by Andrei Homescu · 9 months ago
  95. e612805 Use LKROOT as the path to LK by Andrei Homescu · 9 months ago
  96. 5930656 threadcookies: disable ints if cookie is invalid am: 6bf0b22b89 by Per Larsen · 10 months ago
  97. 6bf0b22 threadcookies: disable ints if cookie is invalid by Per Larsen · 10 months ago
  98. 40e2c75 Bump Trusty std to C++20 am: da17cce55f by Tomasz Wasilczyk · 10 months ago
  99. 6ebaf59 Implement vdprintf am: 53245c37fa by Tomasz Wasilczyk · 10 months ago
  100. da17cce Bump Trusty std to C++20 by Tomasz Wasilczyk · 10 months ago