1. d5d2c51 kcov: replace local_irq_save() with a local_lock_t by Sebastian Andrzej Siewior · 3 years, 2 months ago
  2. 22036abe kcov: avoid enable+disable interrupts if !in_task() by Sebastian Andrzej Siewior · 3 years, 2 months ago
  3. 741ddd4 kcov: allocate per-CPU memory on the relevant node by Sebastian Andrzej Siewior · 3 years, 2 months ago
  4. b08e84d kernel: make kcov_common_handle consider the current context by Aleksandr Nogikh · 4 years, 2 months ago
  5. fed79d0 kcov: make some symbols static by Wei Yongjun · 4 years, 5 months ago
  6. 3021e69 kcov: check kcov_softirq in kcov_remote_stop() by Andrey Konovalov · 4 years, 7 months ago
  7. 5ff3b30 kcov: collect coverage from interrupts by Andrey Konovalov · 4 years, 7 months ago
  8. 5fe7042 kcov: use t->kcov_mode as enabled indicator by Andrey Konovalov · 4 years, 7 months ago
  9. eeb91f9 kcov: move t->kcov_sequence assignment by Andrey Konovalov · 4 years, 7 months ago
  10. 76484b1 kcov: move t->kcov assignments into kcov_start/stop by Andrey Konovalov · 4 years, 7 months ago
  11. 67b3d3c kcov: fix potential use-after-free in kcov_remote_start by Andrey Konovalov · 4 years, 7 months ago
  12. 3c61df3 kcov: cleanup debug messages by Andrey Konovalov · 4 years, 7 months ago
  13. 324cfb1 kernel/kcov.c: fix typos in kcov_remote_start documentation by Maciej Grochowski · 4 years, 8 months ago
  14. eec028c kcov: remote coverage support by Andrey Konovalov · 5 years ago
  15. 39e07cb kcov: convert kcov.refcount to refcount_t by Elena Reshetova · 6 years ago
  16. ec9672d kcov: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  17. 6347244 kernel/kcov.c: mark write_comp_data() as notrace by Anders Roxell · 6 years ago
  18. 903e8ff kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace by Anders Roxell · 6 years ago
  19. 0ed557a sched/core / kcov: avoid kcov_area during task switch by Mark Rutland · 7 years ago
  20. dc55daf kcov: prefault the kcov_area by Mark Rutland · 7 years ago
  21. c9484b9 kcov: ensure irq code sees a valid area by Mark Rutland · 7 years ago
  22. a77660d kcov: detect double association with a single task by Dmitry Vyukov · 7 years ago
  23. 689d77f kcov: fix comparison callback signature by Dmitry Vyukov · 7 years ago
  24. ded97d2 kcov: support comparison operands collection by Victor Chibotaru · 7 years ago
  25. fcf4eda kcov: remove pointless current != NULL check by Andrey Ryabinin · 7 years ago
  26. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  27. 7483e5d kcov: support compat processes by Dmitry Vyukov · 7 years ago
  28. f61e869 kcov: simplify interrupt check by Dmitry Vyukov · 8 years ago
  29. 4983f0a kcov: make kcov work properly with KASLR enabled by Alexander Popov · 8 years ago
  30. db86235 kcov: add more missing includes by Kefeng Wang · 8 years ago
  31. 166ad0e kcov: add missing #include <linux/sched.h> by Kefeng Wang · 8 years ago
  32. b274c0b kcov: properly check if we are in an interrupt by Andrey Konovalov · 8 years ago
  33. df4565f kernel/kcov: unproxify debugfs file's fops by Nicolai Stange · 9 years ago
  34. 36f05ae kcov: don't profile branches in kcov by Andrey Ryabinin · 9 years ago
  35. bdab42d kcov: don't trace the code coverage code by James Morse · 9 years ago
  36. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago