index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
gcov
Age
Commit message (
Expand
)
Author
2023-08-18
gcov: shut up missing prototype warnings for internal stubs
Arnd Bergmann
2022-12-21
gcov: add support for checksum field
Rickard x Andersson
2022-11-22
gcov: clang: fix the buffer overflow issue
Mukesh Ojha
2022-10-20
gcov: support GCC 12.1 and newer compilers
Martin Liska
2021-12-02
gcov: Remove compiler version check
Nathan Chancellor
2021-06-22
Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTR
Nick Desaulniers
2021-05-07
gcov: clang: drop support for clang-10 and older
Nick Desaulniers
2021-05-07
gcov: use kvmalloc()
Johannes Berg
2021-05-07
gcov: simplify buffer allocation
Johannes Berg
2021-05-07
gcov: combine common code
Johannes Berg
2021-04-19
Revert "gcov: clang: fix clang-11+ build"
Linus Torvalds
2021-04-16
gcov: clang: fix clang-11+ build
Johannes Berg
2021-04-09
gcov: re-fix clang-11+ support
Nick Desaulniers
2021-03-25
gcov: fix clang-11+ support
Nick Desaulniers
2021-02-05
init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
Johannes Berg
2020-12-15
gcov: fix kernel-doc markup issue
Alex Shi
2020-12-15
gcov: remove support for GCC < 4.9
Nick Desaulniers
2020-09-11
gcov: add support for GCC 10.1
Peter Oberparleiter
2020-09-04
gcov: Disable gcov build with GCC 10
Leon Romanovsky
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-04-16
gcov: Remove old GCC 3.4 support
Will Deacon
2020-04-10
kernel/gcov/fs.c: gcov_seq_next() should increase position index
Vasily Averin
2020-04-07
kernel/gcov/fs.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
gcov: gcc_3_4: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
gcov: gcc_4_7: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-01-19
Revert "um: Enable CONFIG_CONSTRUCTORS"
Johannes Berg
2019-09-15
um: Enable CONFIG_CONSTRUCTORS
Johannes Berg
2019-06-03
gcov: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
gcov: clang support
Greg Hackmann
2019-05-14
gcov: clang: move common GCC code into gcc_base.c
Greg Hackmann
2019-03-07
kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()
Gustavo A. R. Silva
2018-06-08
gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
Masahiro Yamada
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-12
gcov: support GCC 7.1
Martin Liska
2016-07-15
gcov: add support for gcc version >= 6
Florian Meier
2016-05-10
gcov: disable for COMPILE_TEST
Arnd Bergmann
2015-12-04
gcov: use within_module() helper.
Rusty Russell
2015-06-30
gcov: add support for GCC 5.1
Lorenzo Stoakes
2015-04-17
gcov: fix softlockups
Andrey Ryabinin
2015-01-09
kbuild,gcov: simplify kernel/gcov/Makefile more
Masahiro Yamada
2015-01-09
kbuild,gcov: simplify kernel/gcov/Makefile
Masahiro Yamada
2015-01-09
kbuild,gcov: remove unnecessary workaround
Masahiro Yamada
2015-01-09
kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
Masahiro Yamada
2014-12-13
gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs
Riku Voipio
2014-10-29
gcov: add ARM64 to GCOV_PROFILE_ALL
Riku Voipio
2014-09-26
ARM: 8153/1: Enable gcov support on the ARM architecture
Vincent Sanders
2014-08-08
kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
2014-06-10
gcov: add support for GCC 4.9
Yuan Pengfei
2013-11-13
gcov: reuse kbasename helper
Andy Shevchenko
[next]