summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_platform_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-251-2/+3
* Fix sanitizer build against latest glibcKostya Serebryany2017-07-131-1/+1
* Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci2017-07-111-9/+7
* [Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov2017-07-061-1/+0
* Don't require ThreadState to be contained within tls on all platformsFrancis Ricci2017-05-251-0/+14
* [compiler-rt] move tsan's Android __get_tls() to sanitizer_commonKostya Kortchinsky2017-05-021-19/+5
* Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov2016-11-301-1/+1
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-9/+9
* [asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany2016-08-261-1/+1
* tsan: Remove __pointer_chk_guard@GLIBC_PRIVATE requirement for AArch64Adhemerval Zanella2016-08-101-0/+7
* tsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-07-291-2/+2
* tsan: rely on AnnotateRWLockCreateStatic to detect linker-initialized mutexesDmitry Vyukov2016-06-031-48/+0
* Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki2016-04-151-3/+0
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-141-0/+3
* [tsan] Fix freebsd build.Yabin Cui2016-04-051-1/+3
* [tsan] Disable randomized address space on aarch64 linux.Yabin Cui2016-04-041-0/+15
* Revert "[tsan] Disable randomized address space on linux aarch64."Renato Golin2016-03-231-15/+0
* [tsan] Fix check-tsan build by using CHECK_NE.Yabin Cui2016-03-221-1/+1
* [tsan] Disable randomized address space on linux aarch64.Yabin Cui2016-03-221-0/+15
* [tsan] Fix some tiny errors.Yabin Cui2016-01-151-4/+6
* [tsan] Store the pointer to ThreadState in TLS slot on Android.Yabin Cui2016-01-151-0/+63
* [TSAN, PPC64] Fix obvious typo of supported virtual memory sizesBill Schmidt2015-12-141-1/+1
* [tsan] Disable interceptors not supported in Android.Yabin Cui2015-12-091-1/+1
* [TSan] Try harder to avoid compiler-generated memset calls.Alexey Samsonov2015-12-091-1/+2
* [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt2015-12-081-0/+8
* [compiler-rt] [tsan] Unify aarch64 mappingAdhemerval Zanella2015-11-261-8/+25
* [tsan] Use malloc zone interceptors on OS X, part 2Kuba Brecka2015-11-051-0/+4
* [tsan] Shadow memory setup for OS XKuba Brecka2015-11-041-88/+1
* [tsan] Enable tsan for aarch64Adhemerval Zanella2015-08-051-0/+3
* tsan: mark meta shadow as NOHUGEPAGEDmitry Vyukov2015-06-181-0/+4
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-291-3/+4
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-101-1/+1
* Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov2015-04-081-0/+1
* tsan: handle async signals while blocked in pthread_cond_waitDmitry Vyukov2015-04-081-0/+2
* [TSan][MIPS] Adding support for MIPS64Mohit K. Bhakkad2015-02-201-8/+13
* [ASan] Add use_madv_dontdump flag.Yury Gribov2015-02-031-0/+4
* [asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany2015-01-211-4/+3
* [tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany2014-12-091-5/+5
* [asan] move GetRSS from tsan to sanitizer_commonKostya Serebryany2014-12-091-27/+0
* tsan: protect trace memory range on startupDmitry Vyukov2014-12-051-0/+3
* [Tsan] Fix references to renamed variables in DPrintf()Viktor Kutuzov2014-10-271-3/+3
* [Tsan] Fix guessing data range on FreeBSDViktor Kutuzov2014-10-271-2/+17
* tsan: support mmap(MAP_32BIT)Dmitry Vyukov2014-10-241-72/+51
* tsan: output stats about stackdepot in memory profilerDmitry Vyukov2014-10-031-1/+4
* [TSan] Initialize flags as early as possible. Disables back coredump, acciden...Alexey Samsonov2014-08-151-2/+1
* [TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov2014-08-121-21/+4
* [Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov2014-08-121-2/+1
* tsan: use MADV_NOHUGEPAGE only if it is supported by platformDmitry Vyukov2014-07-311-0/+2
* tsan: advise shadow for 0x7f region to not use huge pagesDmitry Vyukov2014-07-261-0/+6
* tsan: fix and make faster GetRSSDmitry Vyukov2014-07-251-3/+24