1. fb58f78 kernel: Bail-out if kernel config isn't set by Luca Stefani · 4 years, 6 months ago
  2. 4b7a0a0 kernel: Add support for module aliases by Luca Stefani · 4 years, 6 months ago
  3. edc2e0c kernel: Allow installing modules on vendor_overlay by Luca Stefani · 4 years, 6 months ago
  4. c0b837d tasks: kernel: Clarify prebuilt kernel deprecation notice by Nolen Johnson · 4 years, 9 months ago
  5. 83dee70 kernel: Allow specifying a custom linker binary by Luca Stefani · 4 years, 10 months ago
  6. b532825 dtbo: Sort the files we found by Andreas Schneider · 5 years ago
  7. 3795628 tasks: dtbo: Add support for custom dtbo generation rules by Kshitij Gupta · 5 years ago
  8. ed9b10f Remove apicheck.mk by Luca Stefani · 5 years ago
  9. f50d9bc lineage: Deprecate AddonSU by Nolen Johnson · 5 years ago
  10. 15d91cd kernel: Only build dtb.img if prebuilt DTB directory is not set by Rashed Abdel-Tawab · 5 years ago
  11. ac12689 build: dt_image: use prebuilt lz4 binary for compressing by Dan Pasanen · 5 years ago
  12. d7c6fb7 kernel: Define DTBS_OUT path for dtb.img building by Rashed Abdel-Tawab · 5 years ago
  13. e3c319a kernel: Move our dtb.img logic here by Rashed Abdel-Tawab · 5 years ago
  14. 2c247d8 kernel: Build dtb.img from compiled dtbs by Rashed Abdel-Tawab · 5 years ago
  15. 6f3ded8 kernel: Don't re-define dtbo.img names by Rashed Abdel-Tawab · 5 years ago
  16. 3467b7a kernel: Make kernel depend on depmod by Rashed Abdel-Tawab · 5 years ago
  17. 168fd23 Revert "kernel: fix KERNEL_TOOLCHAIN_PATH_gcc and usage" by Rashed Abdel-Tawab · 5 years ago
  18. 13f4c83 kernel: fix KERNEL_TOOLCHAIN_PATH_gcc and usage by Simon Shields · 5 years ago
  19. 736f1be kernel: Fix specifying custom clang compiler version by Luca Stefani · 5 years ago
  20. f30ad9e kernel: Fix module installation and clean up by dianlujitao · 5 years ago
  21. 6802b72 kernel: Set kernel build outdir prefix for depmod too by Rashed Abdel-Tawab · 5 years ago
  22. c648519 kernel: Add GCC toolchains to the path by Rashed Abdel-Tawab · 5 years ago
  23. ba5ea35 kernel: Use absolute path for kernel O= argument by Rashed Abdel-Tawab · 5 years ago
  24. 295ddaa Fix real file depends on PHONY target by dianlujitao · 5 years ago
  25. dfc3d18 kernel: Use prebuilt binaries by Rashed Abdel-Tawab · 5 years ago
  26. fb35b9d kernel: Use full path to the make command by Rashed Abdel-Tawab · 5 years ago
  27. 3254caf kernel: Add TARGET_KERNEL_ADDITIONAL_FLAGS to allow setting extra cflags by Rashed Abdel-Tawab · 7 years ago
  28. 6047f5a kernel: Consider depmod version when handling kernel modules by LuK1337 · 6 years ago
  29. 123fcd3 build: Remove unused script by Ethan Chen · 6 years ago
  30. 60fe935 lineage: Rework DTBO image generation by Rashed Abdel-Tawab · 6 years ago
  31. 7597589 kernel: Fix modules path generated in modules.dep by Thor Lee · 6 years ago
  32. 9985f59 kernel: Use build-image-kernel-modules instead of copying it by Ethan Chen · 6 years ago
  33. a325446 kernel: Use a macro for kernel build targets by Ethan Chen · 6 years ago
  34. 0724f78 kernel: Detect kernel module usage better by Ethan Chen · 6 years ago
  35. a8750b4 kernel: Move kernel module dir cleanup/creation to module install target by Ethan Chen · 6 years ago
  36. 117a0fd kernel: Move full kernel build guard flag below all targets by Ethan Chen · 6 years ago
  37. 4d0d438 kernel.mk: Support kernels that use LTO by Nathan Chancellor · 6 years ago
  38. b4c4aba kernel: Remove kernel{x}config by Michael Bestas · 6 years ago
  39. 2425d1e kernel: Remove deprecated flag errors by Michael Bestas · 6 years ago
  40. 8e44326 vendor/lineage: Remove kernel.mk headers generation by Sam Mortimer · 6 years ago
  41. a836d79 lineage: Move some kernel definitions to BoardConfigKernel by Rashed Abdel-Tawab · 6 years ago
  42. c77bb3a kernel: Correct CROSS_COMPILE_ARM32 toolchain by Michael Bestas · 6 years ago
  43. d934700 build: Add dtbo task by Luca Stefani · 7 years ago
  44. 8960e3d kernel: Set CROSS_COMPILE_ARM32 if using aarch64 by Rashed Abdel-Tawab · 6 years ago
  45. 3d29315 kernel: Remove ANDROID_BUILD_TOP by Rashed Abdel-Tawab · 6 years ago
  46. a1ade7f kernel: Allow installing modules on system by Luca Stefani · 7 years ago
  47. 1f94c93 addonsu: Fix package for modern devices by Christopher N. Hesse · 7 years ago
  48. ca40331 build: kernel: Use LLVM_PREBUILTS_VERSION if no version is specified by Nathan Chancellor · 7 years ago
  49. 8d96edd build: dt_image: support prebuilt DT images by Simon Shields · 7 years ago
  50. 1fdbf7a Don't enable ANDROID_BINDER_IPC_32BIT for mixed userspace/kernel by Jaap Jan Meijer · 8 years ago
  51. f65a6df kernel: fix ccache variable sanitation for clang builds by Dan Pasanen · 7 years ago
  52. a078a22 Fix kernel build failure on some devices and build hosts by Aaron Kling · 7 years ago
  53. 6b83d83 lineage: build: kernel: Rework kernel header logic by Tom Marshall · 7 years ago
  54. 8d5db3c kernel: Allow building dtbo.img by Christian Oder · 7 years ago
  55. 8ee5d89 kernel: don't build for TARGET_NO_KERNEL targets by Dan Pasanen · 7 years ago
  56. da32895 tasks: kernel: Add support for Clang kernel builds by Joe Maples · 7 years ago
  57. bf38db2 kernel: Handle kernel modules correctly by Ethan Chen · 7 years ago
  58. f15c371 lineage: build: kernel: Rework kernel module logic by Tom Marshall · 7 years ago
  59. 477d8fe vendor/lineage: Rebrand cleanup by Sam Mortimer · 7 years ago
  60. edc1ceb kernel: clean up this madness by Dan Pasanen · 8 years ago
  61. 19ce2d3 vendor/lineage: sdk rebrand: step 2: update file contents by Sam Mortimer · 7 years ago
  62. f13a6df vendor/lineage: sdk rebrand: step 1: update paths by Sam Mortimer · 7 years ago
  63. f3a4230 tasks: enhancement to create LineageOS ota package by André Pinela · 8 years ago
  64. 5c60e4f lineage: Complete the rebrand by Luca Stefani · 7 years ago
  65. 91f7620 vendor: change vendor to lineage by Dan Pasanen · 8 years ago
  66. d6e2fbc tasks: kernel: Kill unexisting wiki reference by Luca Stefani · 7 years ago
  67. 296008c kernel: Add savedefconfig target by Michael Bestas · 8 years ago
  68. d67ef78 addonsu: Add Lineage version to zip name by Michael Bestas · 8 years ago
  69. 5b33c6c Add target to make a flashable su addon by Gabriele M · 8 years ago
  70. 1e7c3f0 kernel: Fix broken C_INCLUDE_PATH for Darwin by Christopher N. Hesse · 8 years ago
  71. 7fb9251 kernel: Include openssl headers and dylibs on darwin by Rashed Abdel-Tawab · 8 years ago
  72. 311fd6f cm: build: tasks: Remove BUILD_TINY_ANDROID check by Zhao Wei Liew · 8 years ago
  73. efe4823 tasks: dt: add flag to optionally compress dt with lz4 by Dan Pasanen · 8 years ago
  74. b48c27f build: Append -dtb to kernel image name if TARGET_KERNEL_APPEND_DTB is set by Rashed Abdel-Tawab · 8 years ago
  75. e407ec7 cm: build: kernel: Remove obsolete checks by Zhao Wei Liew · 8 years ago
  76. 54648c2 build: kernel: build arm kernel modules with -fno-pic by Ziyan · 8 years ago
  77. 6679251 http_prebuilt: Implement archive of artifacts by Brandon McAnsh · 8 years ago
  78. 0344771 vendor: we are now LineageOS by Dan Pasanen · 8 years ago
  79. c66825b build: kernel: Remove duplicated targets by Luca Stefani · 8 years ago
  80. 9689bb9 build: kernel: Set prefix based on KERNEL_ARCH by Zhao Wei Liew · 8 years ago
  81. b0cecb7 Always create a kernel defconfig build artifact by Sam Mortimer · 8 years ago
  82. 1d55ece kernel: Default to androidkernel toochains by Michael Bestas · 8 years ago
  83. 6a37828 cm: Add missing bits from system-ccache commit by Steve Kondik · 8 years ago
  84. 3952f6c Import CM build additions by Michael Bestas · 8 years ago
  85. a3765ca hax: Disable system-api generation by Steve Kondik · 8 years ago
  86. 9b58af5 build: Kill colors by Luca Stefani · 8 years ago
  87. a194731 cm: "Released" means current. by Adnan Begovic · 8 years ago
  88. 1117dae cmsdk-api-coverage: Don't prepend ANDROID_BUILD_TOP to file path by Luis Vidal · 9 years ago
  89. c385e36 cm: Use cmsdk-api-coverage executable for coverage. by Adnan Begovic · 9 years ago
  90. 3ab3d0e cm: Include CMSettingsProvider in test coverage report. by Adnan Begovic · 9 years ago
  91. 64cb3b6 cm: Change output html name for cmsdk test coverage. by Adnan Begovic · 9 years ago
  92. de0b2d3 cm: Actually have checkapi-cm match against prior release. by Adnan Begovic · 9 years ago
  93. 6a04a23 cm: Always verify against current CMSDK version. by Adnan Begovic · 9 years ago
  94. 651dd50 cm: Create cmsdk coverage task. by Adnan Begovic · 9 years ago
  95. 97ac30e cm: Set explicit dependencies on stubs for checkapi-cm. by Adnan Begovic · 9 years ago