content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/kernel/kcov.c
AgeCommit message (Expand)Author
2025-09-13kcov: use write memory barrier after memcpy() in kcov_move_area()Soham Bagchi
2025-07-09kcov: fix typo in comment of kcov_fault_in_areaWei Nanxin
2024-12-30kcov: mark in_softirq_really() as __always_inlineArnd Bergmann
2024-09-17Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-08-08kcov: Add interrupt handling self testDmitry Vyukov
2024-08-07kcov: properly check for softirq contextAndrey Konovalov
2024-06-15kcov: don't lose track of remote references during softirqsAleksandr Nogikh
2024-04-25kcov: avoid clang out-of-range warningArnd Bergmann
2023-06-09kcov: add prototypes for helper functionsArnd Bergmann
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-10-03kcov: kmsan: unpoison area->list in kcov_remote_area_put()Alexander Potapenko
2022-05-25kcov: update pos before writing pc in trace functionCongyu Liu
2022-04-21kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh
2022-03-23kcov: properly handle subsequent mmap callsAleksandr Nogikh
2022-03-23kcov: 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