1. aff9f2a build(deps): update pyelftools requirement (#789) by dependabot[bot] · 6 days ago main
  2. 7a35377 build(deps): bump the actions group across 1 directory with 4 updates (#807) by dependabot[bot] · 6 days ago
  3. 4f7ef61 Loader and verifier fixes for clang/LLVM BPF outputLoader verifier fixes (#802) by Alex Forster · 11 days ago
  4. 2a8edd1 build(deps): bump the actions group across 1 directory with 8 updates (#804) by dependabot[bot] · 3 weeks ago
  5. 30cb3ac Fix MSVC C4146 in EBPF_OP_NEG64 interpreter handler (#805) by Nicholas L · 3 weeks ago
  6. 101fdfb ci: fix macOS coverage jobs broken by Homebrew tap-trust policy (#803) by Alex Forster · 3 weeks ago
  7. cf7ebf7 Add PR review adapter skill (#801) by Alan Jowett · 3 weeks ago
  8. 61d93a7 libfuzzer: throw from ubpf_get_helper_prototype stub (#794) by D. Michael Agun · 3 weeks ago
  9. cf2466d Integrate adversarial Copilot review skill (#800) by Alan Jowett · 3 weeks ago
  10. 890575a Alanjo/vs2026 cmake (#797) by Alan Jowett · 5 weeks ago
  11. c900ed9 Add isolated safe execution profile (#793) by Alan Jowett · 5 weeks ago
  12. 9819c5e Refresh bootstrap spec baseline (#792) by Alan Jowett · 5 weeks ago
  13. 51c8da7 Fix typo in README.md (#785) by eqimd · 5 weeks ago
  14. 49eaef0 Add PromptKit generated GHCP CLI skill files for spec driven development (#791) by Alan Jowett · 5 weeks ago
  15. d340f82 Validate LDDW second-half instruction fields (#764) by Zhao chaoyi · 4 months ago
  16. a9a60d3 Add ISA-verified MIPS64r6 JIT backend specification (#782) by Alan Jowett · 4 months ago
  17. 42729e6 Add JIT backend specifications: BPF ISA -> x86-64 and ARM64 mappings (#779) by Alan Jowett · 4 months ago
  18. 13c3fa7 WIP: Validate That NEG(64) Ops Have K Clear (#780) by Will Hawkins · 4 months ago
  19. f573175 Add ISA reconciliation report and workflow (#778) by Alan Jowett · 4 months ago
  20. 94af58b Add specification baseline and workflow documentation (#777) by Alan Jowett · 4 months ago
  21. 0308e84 build(deps): bump the actions group with 3 updates (#776) by dependabot[bot] · 4 months ago
  22. 8f598f7 build(deps): bump the actions group across 1 directory with 4 updates (#773) by dependabot[bot] · 4 months ago
  23. 96a348c Only Link libFuzzer's Main on ubpf_fuzzer Target (#772) by Will Hawkins · 4 months ago
  24. 0b5028e Add timeout to prevent verifier hang on malformed programs (#763) by Copilot · 5 months ago
  25. 026ec21 build(deps): bump the actions group across 1 directory with 5 updates (#769) by dependabot[bot] · 5 months ago
  26. 7110fda build(deps): bump the actions group with 2 updates (#765) by dependabot[bot] · 5 months ago
  27. 2749995 Implement MOVSX instruction support for CPU v4 (RFC 9669) (#760) by Copilot · 5 months ago
  28. 44888ce build(deps): bump external/bpf_conformance (#761) by dependabot[bot] · 5 months ago
  29. 82f44fc Switch to mainline prevail (#759) by Alan Jowett · 5 months ago
  30. 4e3b98e build(deps): bump the actions group with 2 updates (#756) by dependabot[bot] · 5 months ago
  31. 3737bbf submodule: point verifier to vbpf/prevail (#755) by Alan Jowett · 5 months ago
  32. d8af62f build(deps): bump the actions group with 3 updates (#754) by dependabot[bot] · 6 months ago
  33. b09f6b6 Fix MSVC C6262 warning: reduce ubpf_exec_ex stack usage (#752) by Alan Jowett · 6 months ago
  34. c5b28c5 Add memory-leak detection to CI (ASan + Valgrind) (#747) by Copilot · 6 months ago
  35. fcaf279 Revert "Add bounds checking to x86_64 JIT compiler for load/store operations …" (#749) by Alan Jowett · 6 months ago
  36. 54804c4 Fix memory leak in ubpf_unload_code when reloading programs (#745) by Copilot · 6 months ago
  37. 953be42 Add symbolic label support to uBPF assembler (#739) by Copilot · 6 months ago
  38. ebfb44f Add bounds checking to x86_64 JIT compiler for load/store operations (#721) by Copilot · 6 months ago
  39. 53a9b29 Consolidate test files: eliminate duplicates with bpf_conformance (#743) by Copilot · 6 months ago
  40. 4dc9d2b ARM64 JIT: Implement constant blinding support (#733) by Copilot · 6 months ago
  41. d6337f3 Unify test and fuzzer configuration with shared CMake support library (#740) by Copilot · 6 months ago
  42. 9851641 Add .github/copilot-instructions.md for Copilot integration (#736) by Alan Jowett · 6 months ago
  43. 3f5f6ac Fix Windows fuzzing build: use _popen/_pclose on MSVC (#742) by Copilot · 6 months ago
  44. c3a3827 Add missing coverage jobs to finish.needs to fix Coveralls parallel build (#738) by Copilot · 6 months ago
  45. 25f1d4f Add external VM comparison support to fuzzer (#732) by Copilot · 6 months ago
  46. 459f6c8 Add ARM64 JIT atomic instruction support (#727) by Copilot · 6 months ago
  47. 0b33125 Export MAX_EXT_FUNCS to public API as UBPF_MAX_EXT_FUNCS (#734) by Copilot · 6 months ago
  48. 65430ce Document context pointer requirements for PREVAIL-verified programs (#731) by Copilot · 6 months ago
  49. a858cc1 Update R_BPF_64_32 relocation type to 10 for clang 17+ compatibility (#730) by Copilot · 6 months ago
  50. 1f90174 Add JIT constant blinding to mitigate spray attacks (#718) by Copilot · 6 months ago
  51. 7ee3d35 [StepSecurity] ci: Harden GitHub Actions (#729) by StepSecurity Bot · 6 months ago
  52. 497da04 Fix undefined behavior from casting nullptr to uint64_t in libfuzzer harness (#728) by Copilot · 6 months ago
  53. 8d92f8f Fix integer overflow vulnerabilities in bounds_check (#720) by Copilot · 6 months ago
  54. 6f815f6 Fix integer overflow in pointer arithmetic calculations (#726) by Copilot · 6 months ago
  55. ee102e7 Fix format specifier mismatch in call depth error message (#725) by Copilot · 6 months ago
  56. 95f5a36 Fix Windows CI to fail on test failures (#724) by Copilot · 6 months ago
  57. 8948f29 Enable ARM64 sanitizers using native GitHub runners (#723) by Copilot · 6 months ago
  58. 0bb9564 Store bytecode in read-only memory pages (#719) by Copilot · 6 months ago
  59. 523d7bc Implement RFC 9669 signed division (sdiv) and modulo (smod) support (#714) by Alan Jowett · 6 months ago
  60. 71fc460 Add RFC 9669 JMP32-class JA (opcode 0x06) support (#702) by Copilot · 6 months ago
  61. 0d1ad27 Add RFC 9669 ALU64 END instruction support (bswap16/32/64) (#703) by Copilot · 6 months ago
  62. df3d5cf Fix Conformance external project directories for FetchContent/ExternalProject usage (#713) by Alan Jowett · 6 months ago
  63. d85532f build(deps): bump github/codeql-action in the actions group (#716) by dependabot[bot] · 6 months ago
  64. b2cc37f Fix compilation on non-x86_64/non-aarch64 architectures (#708) by Copilot · 6 months ago
  65. ddabd44 Add GitHub Copilot project configuration (#712) by Copilot · 6 months ago
  66. 21907f3 Update bpf_conformance to RFC 9669 and fix bugs revealed by new tests (#710) by Copilot · 6 months ago
  67. ebd09b6 Implement RFC 9669 MEMSX sign-extension load instructions (#701) by Copilot · 6 months ago
  68. e27211d build(deps): bump actions/checkout in the actions group (#706) by dependabot[bot] · 6 months ago
  69. 82e7733 Pickup new bpf_conformance with new mnenomic support (#705) by Alan Jowett · 6 months ago
  70. d79a612 Update documentation to reference RFC 9669 as primary BPF ISA specification (#667) by Copilot · 6 months ago
  71. 86458a0 build(deps): bump the actions group across 1 directory with 2 updates (#695) by dependabot[bot] · 6 months ago
  72. e43ad68 build(deps): bump the actions group across 1 directory with 7 updates (#693) by dependabot[bot] · 6 months ago
  73. dc4c78b build(deps): bump the actions group across 1 directory with 5 updates (#689) by dependabot[bot] · 8 months ago
  74. 8c0dc65 build(deps): bump the actions group across 1 directory with 5 updates (#686) by dependabot[bot] · 9 months ago
  75. 1ad22f3 MacOS build fails to install cmake (#682) by Alan Jowett · 11 months ago
  76. a591452 build(deps): bump the actions group across 1 directory with 5 updates (#679) by dependabot[bot] · 11 months ago
  77. 3ceb93a build(deps): bump the actions group with 2 updates (#675) by dependabot[bot] · 12 months ago
  78. deefd84 build(deps): bump the actions group across 1 directory with 2 updates (#673) by dependabot[bot] · 12 months ago
  79. c97b2ef Switch Windows runners from windows-2019 to windows-2022 (#672) by Copilot · 1 year ago
  80. 2c7a276 Fix UBPF_SKIP_EXTERNAL CMake option (#662) by Alex Forster · 1 year, 1 month ago
  81. ef4e9e7 build(deps): bump the actions group across 1 directory with 3 updates (#665) by dependabot[bot] · 1 year, 1 month ago
  82. a568817 build(deps): bump the actions group across 1 directory with 4 updates (#656) by dependabot[bot] · 1 year, 2 months ago
  83. 94a40b2 Pickup latest bpf_conformance (#659) by Alan Jowett · 1 year, 2 months ago
  84. 188b665 Issue 510: Wrong conditional for offset check in ELF relocation for symbols. (#657) by Jon Arney · 1 year, 2 months ago
  85. 8e5b612 build(deps): bump the actions group with 2 updates (#652) by dependabot[bot] · 1 year, 3 months ago
  86. 288fc43 build(deps): bump github/codeql-action in the actions group (#651) by dependabot[bot] · 1 year, 4 months ago
  87. e0823b2 Prune git submodules in format script (#649) by Kristófer Fannar Björnsson · 1 year, 4 months ago
  88. 5585c83 build(deps): bump the actions group across 1 directory with 4 updates (#650) by dependabot[bot] · 1 year, 4 months ago
  89. 8782fd3 build(deps): bump the actions group with 5 updates (#643) by dependabot[bot] · 1 year, 5 months ago
  90. e563b97 build(deps): update pyelftools requirement in the actions group (#642) by dependabot[bot] · 1 year, 5 months ago
  91. 2ad882f build(deps): bump github/codeql-action in the actions group (#639) by dependabot[bot] · 1 year, 5 months ago
  92. 8efaff7 build(deps): bump the actions group with 2 updates (#635) by dependabot[bot] · 1 year, 6 months ago
  93. 50cfeed build(deps): bump external/bpf_conformance in the actions group (#636) by dependabot[bot] · 1 year, 6 months ago
  94. d682377 Update version of ebpf-verifier being fuzzed (#632) by Alan Jowett · 1 year, 6 months ago
  95. 16d52a4 build(deps): bump the actions group with 3 updates (#633) by dependabot[bot] · 1 year, 6 months ago
  96. 0620a1d Handle changes to lcov (#631) by Alan Jowett · 1 year, 6 months ago
  97. 0e4b3c7 Cleanup Handling of Targets During JITing. (#626) by Will Hawkins · 1 year, 6 months ago
  98. 6628f4a build(deps): bump the actions group with 3 updates (#628) by dependabot[bot] · 1 year, 6 months ago
  99. caa0081 build(deps): bump the actions group with 2 updates (#624) by dependabot[bot] · 1 year, 6 months ago
  100. 0aa26cd build(deps): bump github/codeql-action in the actions group (#621) by dependabot[bot] · 1 year, 7 months ago