Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-25kcov: update pos before writing pc in trace functionCongyu Liu
2022-04-22kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh
2022-03-24kcov: properly handle subsequent mmap callsAleksandr Nogikh
2022-03-24kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh
2021-11-09kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior
2021-11-09kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior
2021-11-09kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior
2020-11-03kernel: make kcov_common_handle consider the current contextAleksandr Nogikh
2020-08-12kcov: make some symbols staticWei Yongjun
2020-06-11kcov: check kcov_softirq in kcov_remote_stop()Andrey Konovalov
2020-06-05kcov: collect coverage from interruptsAndrey Konovalov
2020-06-05kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov
2020-06-05kcov: move t->kcov_sequence assignmentAndrey Konovalov
2020-06-05kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov
2020-06-05kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov
2020-06-05kcov: cleanup debug messagesAndrey Konovalov
2020-05-08kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski
2019-12-05kcov: remote coverage supportAndrey Konovalov
2019-03-08kcov: convert kcov.refcount to refcount_tElena Reshetova
2019-03-08kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-05kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell
2018-12-01kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland
2018-06-15kcov: prefault the kcov_areaMark Rutland
2018-06-15kcov: ensure irq code sees a valid areaMark Rutland
2018-02-07kcov: detect double association with a single taskDmitry Vyukov
2017-12-15kcov: fix comparison callback signatureDmitry Vyukov
2017-11-18kcov: support comparison operands collectionVictor Chibotaru
2017-11-18kcov: remove pointless current != NULL checkAndrey Ryabinin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-09kcov: support compat processesDmitry Vyukov
2017-05-09kcov: simplify interrupt checkDmitry Vyukov
2016-12-20kcov: make kcov work properly with KASLR enabledAlexander Popov
2016-12-15kcov: add more missing includesKefeng Wang
2016-12-08kcov: add missing #include <linux/sched.h>Kefeng Wang
2016-10-28kcov: properly check if we are in an interruptAndrey Konovalov
2016-06-15kernel/kcov: unproxify debugfs file's fopsNicolai Stange
2016-04-29kcov: don't profile branches in kcovAndrey Ryabinin
2016-04-29kcov: don't trace the code coverage codeJames Morse
2016-03-23kernel: add kcov code coverageDmitry Vyukov