aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_initimg/initimg-linux.c
AgeCommit message (Expand)Author
2017-06-21Upgrade to valgrind 3.13.0 (15 June 2017).Elliott Hughes
2017-04-19Upgrade to valgrind 3.12.0.Elliott Hughes
2015-10-22Merge remote-tracking branch 'aosp/upstream-master' into mymergeDmitriy Ivanov
2015-10-12On a zEC12 or z13, a glibc with lock elision enabled infers from HWCAPflorian
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-05Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-05-27Fix x86_64 target buildDmitriy Ivanov
2015-05-19Fix for the HWCAP2 aux vector.carll
2015-04-30Remove a few embarassing comments.florian
2015-04-28Use error exit code when bailing out.florian
2015-04-27Remove magic constant. Use LibVEX_GUEST_STATE_ALIGN instead.florian
2015-04-27Follow up on VEX r3144 and remove VexGuestTILEGXStateAlignment.florian
2015-04-25Fix BZ #342683. Based on patch by Ivo Raisr.florian
2015-04-10Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com)sewardj
2015-04-09ADD AT_DCACHEBSIZE and AT_HWCAP2 support for POWER PC carll
2014-11-04Adds initial support for AArch64 (arm64) on Android. Small programssewardj
2014-09-12VG_(malloc/calloc/strdup) never return NULL (and never will).florian
2014-08-29The semantic of the stack bounds is not consistent or is not described.philippe
2014-08-20Clean up confusion about VG_(args_the_exename) which was believed toflorian
2014-08-07This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3carll
2014-08-07This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3carll
2014-02-24This fixes the shadow validity setup of SP,IA and FPC. The currentcborntra
2014-01-15arm64: rename guest_SP to guest_XSP so as to avoid a name clash withsewardj
2014-01-12Add support for ARMv8 AArch64 (the 64 bit ARM instruction set).sewardj
2014-01-07The value of AT_BASE should be the offset between where the ELF interpretertom
2013-12-27mips32: Adding mips32/Android support to Valgrind.dejanj
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-09-11Clarify wording.florian
2013-08-03Followup to the renaming in VEX r2735.florian
2013-07-21fix 321960 pthread_create() then alloca() causing invalid stack write errorsphilippe
2013-04-17Pay attention to PT_GNU_STACK when deciding what permissions totom
2013-02-27mips: adding MIPS64LE support to Valgrindpetarj
2012-11-10Fix more Char/HChar mixups. Closing in...florian
2012-11-06fix n-i-bz same as 303624 (fixed in 3.8.0), but for x86 androidphilippe
2012-11-03Fix Char/HChar mixups and constness in m_initimg.florian
2012-08-05Update copyright dates to include 2012.sewardj
2012-08-05301265 - add x86 support to Android build philippe
2012-07-18Fix 303624 segmentation fault on Android 4.1 (e.g. on android emulator or Gal...philippe
2012-07-04fix 302709 valgrind for ARM needs extra tls support for android emulatorphilippe
2012-06-07Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic,sewardj
2012-02-26Tighten up initial guest/shodow state on s390x.florian
2012-02-21x86: don't forget to initialise guest %es from the host %es whensewardj
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-07-12Duh, do r11879 correctly (Android doesn't have an auxv entry calledsewardj
2011-07-12Android doesn't have an auxv entry called AT_FPUCW.sewardj
2011-06-26Add support for PIC executables (e.g. firefox on Ubuntu 11) by addingsewardj
2011-05-04setup_client_stack: use have_exename to consistently guard usessewardj
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj
2011-03-28Remove a bunch more warnings generated by gcc-4.6 about deadsewardj
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj