summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-08-03Merge 4.9.117 into android-4.9Greg Kroah-Hartman137-285/+721
2018-08-03kcov: ensure irq code sees a valid areaMark Rutland1-1/+2
2018-02-26Merge 4.9.84 into android-4.9Greg Kroah-Hartman180-677/+1120
2018-02-25kcov: detect double association with a single taskDmitry Vyukov1-2/+2
2017-12-18UPSTREAM: kcov: fix comparison callback signatureDmitry Vyukov1-2/+2
2017-12-18UPSTREAM: kcov: support comparison operands collectionVictor Chibotaru3-39/+211
2017-12-18UPSTREAM: kcov: remove pointless current != NULL checkAndrey Ryabinin1-1/+1
2017-12-18UPSTREAM: kcov: support compat processesDmitry Vyukov1-0/+1
2017-12-18UPSTREAM: kcov: simplify interrupt checkDmitry Vyukov1-8/+1
2017-12-18UPSTREAM: kcov: make kcov work properly with KASLR enabledAlexander Popov1-1/+7
2017-12-18UPSTREAM: kcov: add more missing includesKefeng Wang1-0/+5
2016-12-08kcov: add missing #include <linux/sched.h>Kefeng Wang1-0/+1
2016-10-28kcov: properly check if we are in an interruptAndrey Konovalov1-1/+8
2016-06-15kernel/kcov: unproxify debugfs file's fopsNicolai Stange1-1/+6
2016-04-29kcov: don't profile branches in kcovAndrey Ryabinin1-0/+1
2016-04-29kcov: don't trace the code coverage codeJames Morse1-1/+1
2016-03-22kernel: add kcov code coverageDmitry Vyukov28-1/+567