summaryrefslogtreecommitdiffstats
path: root/kernel/kcov.c
Commit message (Expand)AuthorAge
* kcov: convert kcov.refcount to refcount_tElena Reshetova2019-03-07
* kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-07
* kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell2019-01-04
* kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell2018-11-30
* sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-14
* kcov: prefault the kcov_areaMark Rutland2018-06-14
* kcov: ensure irq code sees a valid areaMark Rutland2018-06-14
* kcov: detect double association with a single taskDmitry Vyukov2018-02-06
* kcov: fix comparison callback signatureDmitry Vyukov2017-12-14
* kcov: support comparison operands collectionVictor Chibotaru2017-11-17
* kcov: remove pointless current != NULL checkAndrey Ryabinin2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* kcov: support compat processesDmitry Vyukov2017-09-08
* kcov: simplify interrupt checkDmitry Vyukov2017-05-08
* kcov: make kcov work properly with KASLR enabledAlexander Popov2016-12-20
* kcov: add more missing includesKefeng Wang2016-12-14
* kcov: add missing #include <linux/sched.h>Kefeng Wang2016-12-07
* kcov: properly check if we are in an interruptAndrey Konovalov2016-10-27
* kernel/kcov: unproxify debugfs file's fopsNicolai Stange2016-06-15
* kcov: don't profile branches in kcovAndrey Ryabinin2016-04-28
* kcov: don't trace the code coverage codeJames Morse2016-04-28
* kernel: add kcov code coverageDmitry Vyukov2016-03-22