summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_platform_linux.cc
AgeCommit message (Expand)Author
2017-11-28[PowerPC][tsan] Update tsan to handle changed memory layouts in newer kernelsBill Seurer
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-07-13Fix sanitizer build against latest glibcKostya Serebryany
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2017-07-06[Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov
2017-05-25Don't require ThreadState to be contained within tls on all platformsFrancis Ricci
2017-05-02[compiler-rt] move tsan's Android __get_tls() to sanitizer_commonKostya Kortchinsky
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-08-10tsan: Remove __pointer_chk_guard@GLIBC_PRIVATE requirement for AArch64Adhemerval Zanella
2016-07-29tsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella
2016-06-03tsan: rely on AnnotateRWLockCreateStatic to detect linker-initialized mutexesDmitry Vyukov
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-05[tsan] Fix freebsd build.Yabin Cui
2016-04-04[tsan] Disable randomized address space on aarch64 linux.Yabin Cui
2016-03-23Revert "[tsan] Disable randomized address space on linux aarch64."Renato Golin
2016-03-22[tsan] Fix check-tsan build by using CHECK_NE.Yabin Cui
2016-03-22[tsan] Disable randomized address space on linux aarch64.Yabin Cui
2016-01-15[tsan] Fix some tiny errors.Yabin Cui
2016-01-15[tsan] Store the pointer to ThreadState in TLS slot on Android.Yabin Cui
2015-12-14[TSAN, PPC64] Fix obvious typo of supported virtual memory sizesBill Schmidt
2015-12-09[tsan] Disable interceptors not supported in Android.Yabin Cui
2015-12-09[TSan] Try harder to avoid compiler-generated memset calls.Alexey Samsonov
2015-12-08[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt
2015-11-26[compiler-rt] [tsan] Unify aarch64 mappingAdhemerval Zanella
2015-11-05[tsan] Use malloc zone interceptors on OS X, part 2Kuba Brecka
2015-11-04[tsan] Shadow memory setup for OS XKuba Brecka
2015-08-05[tsan] Enable tsan for aarch64Adhemerval Zanella
2015-06-18tsan: mark meta shadow as NOHUGEPAGEDmitry Vyukov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-04-08tsan: handle async signals while blocked in pthread_cond_waitDmitry Vyukov
2015-02-20[TSan][MIPS] Adding support for MIPS64Mohit K. Bhakkad
2015-02-03[ASan] Add use_madv_dontdump flag.Yury Gribov
2015-01-21[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-12-09[asan] move GetRSS from tsan to sanitizer_commonKostya Serebryany
2014-12-05tsan: protect trace memory range on startupDmitry Vyukov
2014-10-27[Tsan] Fix references to renamed variables in DPrintf()Viktor Kutuzov
2014-10-27[Tsan] Fix guessing data range on FreeBSDViktor Kutuzov
2014-10-24tsan: support mmap(MAP_32BIT)Dmitry Vyukov
2014-10-03tsan: output stats about stackdepot in memory profilerDmitry Vyukov
2014-08-15[TSan] Initialize flags as early as possible. Disables back coredump, acciden...Alexey Samsonov
2014-08-12[TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov
2014-08-12[Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov
2014-07-31tsan: use MADV_NOHUGEPAGE only if it is supported by platformDmitry Vyukov
2014-07-26tsan: advise shadow for 0x7f region to not use huge pagesDmitry Vyukov