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