1. 0766bff gcov: Remove compiler version check by Nathan Chancellor · 3 years, 1 month ago
  2. 51c2ee6 Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTR by Nick Desaulniers · 3 years, 6 months ago
  3. 9b472e8 gcov: clang: drop support for clang-10 and older by Nick Desaulniers · 3 years, 8 months ago
  4. 1391efa gcov: use kvmalloc() by Johannes Berg · 3 years, 8 months ago
  5. 3180c44 gcov: simplify buffer allocation by Johannes Berg · 3 years, 8 months ago
  6. 7a1d55b gcov: combine common code by Johannes Berg · 3 years, 8 months ago
  7. 7af0814 Revert "gcov: clang: fix clang-11+ build" by Linus Torvalds · 3 years, 8 months ago
  8. 04c53de gcov: clang: fix clang-11+ build by Johannes Berg · 3 years, 8 months ago
  9. 9562fd1 gcov: re-fix clang-11+ support by Nick Desaulniers · 3 years, 9 months ago
  10. 60bcf72 gcov: fix clang-11+ support by Nick Desaulniers · 3 years, 9 months ago
  11. 55b6f763 init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov by Johannes Berg · 3 years, 11 months ago
  12. 26ecea0 gcov: fix kernel-doc markup issue by Alex Shi · 4 years ago
  13. 99b75eb gcov: remove support for GCC < 4.9 by Nick Desaulniers · 4 years ago
  14. 40249c6 gcov: add support for GCC 10.1 by Peter Oberparleiter · 4 years, 4 months ago
  15. cfc905f gcov: Disable gcov build with GCC 10 by Leon Romanovsky · 4 years, 4 months ago
  16. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  17. 1041553 gcov: Remove old GCC 3.4 support by Will Deacon · 5 years ago
  18. f4d74ef kernel/gcov/fs.c: gcov_seq_next() should increase position index by Vasily Averin · 4 years, 9 months ago
  19. 6524d79 kernel/gcov/fs.c: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  20. 7ff8718 gcov: gcc_3_4: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  21. fba4168 gcov: gcc_4_7: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  22. 87c9366 Revert "um: Enable CONFIG_CONSTRUCTORS" by Johannes Berg · 5 years ago
  23. 786b238 um: Enable CONFIG_CONSTRUCTORS by Johannes Berg · 5 years ago
  24. 1c769fc gcov: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  25. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  26. e178a5b gcov: clang support by Greg Hackmann · 6 years ago
  27. 826eba0 gcov: clang: move common GCC code into gcc_base.c by Greg Hackmann · 6 years ago
  28. 9abdb50 kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  29. 6a61b70 gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT by Masahiro Yamada · 7 years ago
  30. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  31. 0538421 gcov: support GCC 7.1 by Martin Liska · 8 years ago
  32. d02038f gcov: add support for gcc version >= 6 by Florian Meier · 8 years ago
  33. cc62242 gcov: disable for COMPILE_TEST by Arnd Bergmann · 9 years ago
  34. c65abf3 gcov: use within_module() helper. by Rusty Russell · 9 years ago
  35. 3e44c471 gcov: add support for GCC 5.1 by Lorenzo Stoakes · 9 years ago
  36. 9d796e6 gcov: fix softlockups by Andrey Ryabinin · 10 years ago
  37. a75f8b8 kbuild,gcov: simplify kernel/gcov/Makefile more by Masahiro Yamada · 10 years ago
  38. 3df8094 kbuild,gcov: simplify kernel/gcov/Makefile by Masahiro Yamada · 10 years ago
  39. 842857d kbuild,gcov: remove unnecessary workaround by Masahiro Yamada · 10 years ago
  40. 665d92e kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion by Masahiro Yamada · 10 years ago
  41. 957e3fa gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs by Riku Voipio · 10 years ago
  42. f601de2 gcov: add ARM64 to GCOV_PROFILE_ALL by Riku Voipio · 10 years ago
  43. 75c3490 ARM: 8153/1: Enable gcov support on the ARM architecture by Vincent Sanders · 10 years ago
  44. 834b18b kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove by Fabian Frederick · 10 years ago
  45. a992bf8 gcov: add support for GCC 4.9 by Yuan Pengfei · 11 years ago
  46. 1931d43 gcov: reuse kbasename helper by Andy Shevchenko · 11 years ago
  47. a5ebb875 kernel/gcov/fs.c: use pr_warn() by Andrew Morton · 11 years ago
  48. 17c568d gcov: compile specific gcov implementation based on gcc version by Frantisek Hrbata · 11 years ago
  49. 5f41ea0 gcov: add support for gcc 4.7 gcov format by Frantisek Hrbata · 11 years ago
  50. 8cbce37 gcov: move gcov structs definitions to a gcc version specific file by Frantisek Hrbata · 11 years ago
  51. 6072ddc kernel: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  52. 750358e kernel/gcov: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  53. 947be5d gcov: disable CONSTRUCTORS for UML by Vitaliy Ivanov · 13 years ago
  54. d2c3225 gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL by Josh Triplett · 14 years ago
  55. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  56. ed3cd4a kernel: change to new flag variable by matt mooney · 14 years ago
  57. d4f7e51 sh: Enable CONFIG_GCOV_PROFILE_ALL for sh by Chris Smith · 14 years ago
  58. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  59. 85a0fdf gcov: fix null-pointer dereference for certain module types by Peter Oberparleiter · 14 years ago
  60. 1f74b1f microblaze: Enable GCOV_PROFILE_ALL by Michal Simek · 15 years ago
  61. a15098c powerpc: Enable GCOV by Michael Ellerman · 15 years ago
  62. 7bf99fb gcov: enable GCOV_PROFILE_ALL for x86_64 by Peter Oberparleiter · 16 years ago
  63. 2521f2c gcov: add gcov profiling infrastructure by Peter Oberparleiter · 16 years ago