https://github.com/google/kmsan
Raw File
Tip revision: 3e88e6c9c50371d7f6abf9d3264be0d94d395bd4 authored by Alexander Potapenko on 24 November 2022, 14:22:11 UTC
kmsan: allow using __msan_instrument_asm_store() inside runtime
Tip revision: 3e88e6c
CREDITS
Most of the infrastructure that 'perf' uses here has been reused
from the Git project, as of version:

    66996ec: Sync with 1.6.2.4

Here is an (incomplete!) list of main contributors to those files
in util/* and elsewhere:

 Alex Riesen
 Christian Couder
 Dmitry Potapov
 Jeff King
 Johannes Schindelin
 Johannes Sixt
 Junio C Hamano
 Linus Torvalds
 Matthias Kestenholz
 Michal Ostrowski
 Miklos Vajna
 Petr Baudis
 Pierre Habouzit
 René Scharfe
 Samuel Tardieu
 Shawn O. Pearce
 Steffen Prohaska
 Steve Haslam

Thanks guys!

The full history of the files can be found in the upstream Git commits.
back to top