1. 8ff9727 kernel: Check HIP support of clang before disabling it by dianlujitao · 2 years, 2 months ago
  2. 6dce0ee kernel: Force disable LLVM HIP by dianlujitao · 2 years, 2 months ago
  3. 150d5dc kernel: Force disable LLVM CUDA by Alessandro Astone · 2 years, 4 months ago
  4. 38ba7c0 kernel: Allow devices to opt-in for full LLVM build by Michael Bestas · 2 years, 5 months ago
  5. ecdaea3 kernel: Support copying modules to vendor_kernel_boot by Michael Bestas · 2 years, 6 months ago
  6. 9e01160 kernel: Remove TARGET_KERNEL_MODULES error by Michael Bestas · 2 years, 6 months ago
  7. 92649a0 kernel: Only add GCC to PATH when using GNU binutils by Michael Bestas · 2 years, 6 months ago
  8. 8514063 kernel: Override LD_LIBRARY_PATH only on <5.10 by Michael Bestas · 2 years, 6 months ago
  9. b9c7304 kernel: Fix clang version override by Michael Bestas · 2 years, 6 months ago
  10. ca7e064 kernel: Add support for custom dtbimage generation rules by Aaron Kling · 2 years, 6 months ago
  11. a81136e kernel: Support building dtbimage with mkdtboimg.py config by Tim Zimmermann · 2 years, 9 months ago
  12. 3b11b2a kernel: Changes for 5.10 build without GCC by Michael Bestas · 2 years, 8 months ago
  13. 747c6ed kernel: Changes for LLVM binutils by Michael Bestas · 2 years, 8 months ago
  14. 75784d0 kernel: add `pahole` dependency by Michael Bestas · 2 years, 8 months ago
  15. d01da4c kernel: Allow passing empty DTB to mkbootimg via board-flag by Luca Stefani · 2 years, 7 months ago
  16. dd6eaa5 kernel: Always build dtb targets before dtbo.img by Michael Bestas · 2 years, 8 months ago
  17. 6a9eaf0 kernel: Add support for vendor_boot image header version 4 by Michael Bestas · 2 years, 8 months ago
  18. e546ac8 kernel.mk: Allow building external kernel modules by Neel Chauhan · 2 years, 9 months ago
  19. a7999b0 kernel: Allow overriding dtb target by Michael Bestas · 2 years, 9 months ago
  20. 15a631e kernel: Allow overriding dtbo target name by Michael Bestas · 2 years, 9 months ago
  21. 8da3fa2 kernel: Move TARGET_KERNEL_ADDITIONAL_FLAGS to kernel task by Alexander Koskovich · 2 years, 10 months ago
  22. 766d324 kernel: Switch to AOSP DTC instead of using scripts/dtc by Alexander Koskovich · 2 years, 10 months ago
  23. 159555a Revert "kernel: Remove unneeded MKDTIMG dependency" by Michael Bestas · 2 years, 10 months ago
  24. 2e08357 kernel: Remove unneeded MKDTIMG dependency by Michael Bestas · 2 years, 10 months ago
  25. 1933ed1 kernel: Ensure dtb(o) always get rebuilt by dianlujitao · 2 years, 11 months ago
  26. 4d3032a kernel: Avoid unnecessary savedefconfig by dianlujitao · 2 years, 11 months ago
  27. 660c13f kernel: Clean up kernel copy recipes by dianlujitao · 2 years, 11 months ago
  28. f70f8a3 kernel: Document TARGET_KERNEL_RECOVERY_CONFIG usage by Bruno Martins · 3 years, 1 month ago
  29. 164dfec kernel: Fix building recovery images by Bruno Martins · 3 years, 1 month ago
  30. 3bd34be kernel: Fix kernel rebuilding by Bruno Martins · 3 years, 1 month ago
  31. 94b9680 build: tasks: kernel: Rework kernel fragments handling by Sebastiano Barezzi · 3 years, 1 month ago
  32. 7d53e20 build: Fix kernelsavedefconfig target by Michael Bestas · 3 years, 2 months ago
  33. e8e46e6 bliss: config: Make LLVM kernel compile the default by Alexander Koskovich · 3 years, 2 months ago
  34. 63d13c3 bliss: Use $(HOST_PREBUILT_TAG) where possible by Bruno Martins · 4 years, 7 months ago
  35. 91ed129 kernel: INSTALLED_RECOVERY_KERNEL -> INSTALLED_RECOVERY_KERNEL_TARGET by Jarl-Penguin · 3 years, 2 months ago
  36. 20ca83c bliss: tasks: Support copying kernel modules out to /vendor_dlkm. by Alexander Koskovich · 3 years, 3 months ago
  37. 3eed09a kernel: Implement build time LTO choice by Chirayu Desai · 3 years, 5 months ago
  38. 8fb7cda Revert "Revert "kernel: fix KERNEL_TOOLCHAIN_PATH_gcc and usage"" by Alessandro Astone · 3 years, 4 months ago
  39. 9b4cfe0 Add support for separate kernels for boot and recovery [1/2] by marcost2 · 3 years, 10 months ago
  40. 6303cd7 kernel: Fix the check for official builds by Tim Schumacher · 3 years, 10 months ago
  41. c251f1b kernel: Add TARGET_FORCE_PREBUILT_KERNEL flag by Sebastiano Barezzi · 4 years, 2 months ago
  42. 017af78 kernel: Pass absolute path for KCONFIG_ALLCONFIG by LuK1337 · 3 years, 11 months ago
  43. 7f28099 bliss: build: Wipe DTB/O OBJs before build by Alexander Koskovich · 3 years ago
  44. dbc463d blissify: Move to SHA256 instead of MD5 by Jackeagle · 3 years ago
  45. 5e95a0d versions: Standardize Version vars by Jackeagle · 3 years, 5 months ago
  46. 8d6e3d6 kernel: Support pixel style vendor_boot modules by Alessandro Astone · 4 years, 4 months ago
  47. 2ebfed8 kernel: Make system/vendor images depend on modules by Michael Bestas · 4 years, 5 months ago
  48. 3ebfa5e bliss: Don't enforce specifying image name on prebuilt kernel by Aayush Gupta · 4 years, 6 months ago
  49. 12196a1 blissify: switch to toybox md5sum by Jan Altensen · 4 years, 7 months ago
  50. 9f8bdac tasks: Do not include entire build path in MD5 file by Jackeagle · 4 years, 9 months ago
  51. 1ab6313 kernel: Import function to install kernel modules from Q by Alessandro Astone · 4 years, 7 months ago
  52. 32979f9 build: fix checksum generation for TWRP by Eric Park · 6 years ago
  53. 17da796 vendor/bliss: Blissify Package building - Add Bliss ASCII Art. by Jackeagle · 10 years ago
  54. d6811aa BlissRoms Initial Setup by Jackeagle · 6 years ago
  55. d034c3f lineage: Disable inline kernel building for generic {arm,arm64} targets by LuK1337 · 4 years, 7 months ago
  56. 560ac4a bacon: switch to toybox md5sum by Jan Altensen · 4 years, 7 months ago
  57. e30626d Revert "kernel: prevent additional config from being always rebuilt" by Luca Stefani · 4 years, 8 months ago
  58. 70d5cc4 kernel: prevent additional config from being always rebuilt by Adrian DC · 4 years, 8 months ago
  59. 1de3b30 vendor: kernel: Add back support for custom dtboimg makefile by Aayush Gupta · 4 years, 8 months ago
  60. 8431a67 Revert "kernel: Set full path to DTC" by Weikai Kong · 4 years, 8 months ago
  61. 05ce3dc kernel: Add support for mkdtimg cfg_create by Luca Stefani · 4 years, 9 months ago
  62. 16ea814 kernel: Switch to mkdtboimg.py by Luca Stefani · 4 years, 9 months ago
  63. fe00ea9 kernel: Rework how DTB/DTBO are built by Luca Stefani · 4 years, 9 months ago
  64. 5061962 kernel: Set full path to DTC by Chirayu Desai · 5 years ago
  65. e523884 kernel: Make dtb.img depend on dtc and dtbo.img on mkdtimg by Rashed Abdel-Tawab · 6 years ago
  66. fb58f78 kernel: Bail-out if kernel config isn't set by Luca Stefani · 4 years, 9 months ago
  67. 4b7a0a0 kernel: Add support for module aliases by Luca Stefani · 4 years, 9 months ago
  68. edc2e0c kernel: Allow installing modules on vendor_overlay by Luca Stefani · 4 years, 9 months ago
  69. c0b837d tasks: kernel: Clarify prebuilt kernel deprecation notice by Nolen Johnson · 5 years ago
  70. 83dee70 kernel: Allow specifying a custom linker binary by Luca Stefani · 5 years ago
  71. b532825 dtbo: Sort the files we found by Andreas Schneider · 5 years ago
  72. 3795628 tasks: dtbo: Add support for custom dtbo generation rules by Kshitij Gupta · 5 years ago
  73. ed9b10f Remove apicheck.mk by Luca Stefani · 6 years ago
  74. f50d9bc lineage: Deprecate AddonSU by Nolen Johnson · 5 years ago
  75. 15d91cd kernel: Only build dtb.img if prebuilt DTB directory is not set by Rashed Abdel-Tawab · 5 years ago
  76. ac12689 build: dt_image: use prebuilt lz4 binary for compressing by Dan Pasanen · 6 years ago
  77. d7c6fb7 kernel: Define DTBS_OUT path for dtb.img building by Rashed Abdel-Tawab · 6 years ago
  78. e3c319a kernel: Move our dtb.img logic here by Rashed Abdel-Tawab · 6 years ago
  79. 2c247d8 kernel: Build dtb.img from compiled dtbs by Rashed Abdel-Tawab · 6 years ago
  80. 6f3ded8 kernel: Don't re-define dtbo.img names by Rashed Abdel-Tawab · 6 years ago
  81. 3467b7a kernel: Make kernel depend on depmod by Rashed Abdel-Tawab · 6 years ago
  82. 168fd23 Revert "kernel: fix KERNEL_TOOLCHAIN_PATH_gcc and usage" by Rashed Abdel-Tawab · 6 years ago
  83. 13f4c83 kernel: fix KERNEL_TOOLCHAIN_PATH_gcc and usage by Simon Shields · 6 years ago
  84. 736f1be kernel: Fix specifying custom clang compiler version by Luca Stefani · 6 years ago
  85. f30ad9e kernel: Fix module installation and clean up by dianlujitao · 6 years ago
  86. 6802b72 kernel: Set kernel build outdir prefix for depmod too by Rashed Abdel-Tawab · 6 years ago
  87. c648519 kernel: Add GCC toolchains to the path by Rashed Abdel-Tawab · 6 years ago
  88. ba5ea35 kernel: Use absolute path for kernel O= argument by Rashed Abdel-Tawab · 6 years ago
  89. 295ddaa Fix real file depends on PHONY target by dianlujitao · 6 years ago
  90. dfc3d18 kernel: Use prebuilt binaries by Rashed Abdel-Tawab · 6 years ago
  91. fb35b9d kernel: Use full path to the make command by Rashed Abdel-Tawab · 6 years ago
  92. 3254caf kernel: Add TARGET_KERNEL_ADDITIONAL_FLAGS to allow setting extra cflags by Rashed Abdel-Tawab · 7 years ago
  93. 6047f5a kernel: Consider depmod version when handling kernel modules by LuK1337 · 6 years ago
  94. 123fcd3 build: Remove unused script by Ethan Chen · 6 years ago
  95. 60fe935 lineage: Rework DTBO image generation by Rashed Abdel-Tawab · 6 years ago
  96. 7597589 kernel: Fix modules path generated in modules.dep by Thor Lee · 6 years ago
  97. 9985f59 kernel: Use build-image-kernel-modules instead of copying it by Ethan Chen · 6 years ago
  98. a325446 kernel: Use a macro for kernel build targets by Ethan Chen · 6 years ago
  99. 0724f78 kernel: Detect kernel module usage better by Ethan Chen · 6 years ago
  100. a8750b4 kernel: Move kernel module dir cleanup/creation to module install target by Ethan Chen · 6 years ago