summaryrefslogtreecommitdiffstats
path: root/kernel/gcov
AgeCommit message (Expand)AuthorLines
2024-06-15gcov: add support for GCC 14Peter Oberparleiter-1/+3
2023-10-18gcov: annotate struct gcov_iterator with __counted_byKees Cook-1/+1
2023-08-18gcov: shut up missing prototype warnings for internal stubsArnd Bergmann-0/+2
2022-12-21gcov: add support for checksum fieldRickard x Andersson-0/+5
2022-11-22gcov: clang: fix the buffer overflow issueMukesh Ojha-0/+2
2022-10-20gcov: support GCC 12.1 and newer compilersMartin Liska-2/+16
2021-12-02gcov: Remove compiler version checkNathan Chancellor-1/+0
2021-06-22Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers-0/+1
2021-05-07gcov: clang: drop support for clang-10 and olderNick Desaulniers-103/+1
2021-05-07gcov: use kvmalloc()Johannes Berg-12/+12
2021-05-07gcov: simplify buffer allocationJohannes Berg-15/+9
2021-05-07gcov: combine common codeJohannes Berg-342/+171
2021-04-19Revert "gcov: clang: fix clang-11+ build"Linus Torvalds-1/+1
2021-04-16gcov: clang: fix clang-11+ buildJohannes Berg-1/+1
2021-04-09gcov: re-fix clang-11+ supportNick Desaulniers-10/+19
2021-03-25gcov: fix clang-11+ supportNick Desaulniers-0/+69
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg-1/+1
2020-12-15gcov: fix kernel-doc markup issueAlex Shi-3/+3
2020-12-15gcov: remove support for GCC < 4.9Nick Desaulniers-3/+1
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter-2/+3
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-04-16gcov: Remove old GCC 3.4 supportWill Deacon-599/+1
2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin-1/+1
2020-04-07kernel/gcov/fs.c: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-04-07gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva-3/+3
2020-04-07gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg-1/+1
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg-1/+1
2019-06-03gcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-22/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-14gcov: clang supportGreg Hackmann-2/+611
2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann-84/+93
2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva-4/+2
2018-06-08gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTMasahiro Yamada-14/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+6
2017-05-12gcov: support GCC 7.1Martin Liska-1/+9
2016-07-15gcov: add support for gcc version >= 6Florian Meier-1/+1
2016-05-10gcov: disable for COMPILE_TESTArnd Bergmann-0/+1
2015-12-04gcov: use within_module() helper.Rusty Russell-6/+1
2015-06-30gcov: add support for GCC 5.1Lorenzo Stoakes-1/+9
2015-04-17gcov: fix softlockupsAndrey Ryabinin-1/+4
2015-01-09kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada-19/+4
2015-01-09kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada-3/+3
2015-01-09kbuild,gcov: remove unnecessary workaroundMasahiro Yamada-12/+1
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada-1/+1
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio-1/+4
2014-10-29gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio-1/+1
2014-09-26ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders-1/+1
2014-08-08kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick-2/+1