Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use R*_LP to call _dl_profile_fixup and frame size | H.J. Lu | 2012-05-15 | 1 | -8/+8 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Fix CFI info in x86-64 trampolines for non-AVX code | Ulrich Drepper | 2011-08-20 | 1 | -9/+16 |
| | |||||
* | Support mixed SSE/AVX audit and check AVX only once. | H.J. Lu | 2009-08-08 | 1 | -0/+269 |
| | | | | | | | | | | This patch fixes mixed SSE/AVX audit and checks AVX only once in _dl_runtime_profile. When an AVX or SSE register value in pltenter is modified, we have to make sure that the SSE part value is the same in both lr_xmm and lr_vector fields so that pltexit will get the correct value from either lr_xmm or lr_vector fields. AVX-enabled pltenter should update both lr_xmm and lr_vector fields to support stacked AVX/SSE pltenter functions. | ||||
* | Secure AVX changes for auditing code. | Ulrich Drepper | 2009-07-15 | 1 | -291/+0 |
| | | | | | | | | The original AVX patch used a function pointer to handle the difference between machines with and without AVX support. This is insecure. A well-placed memory exploit could lead to redirection of the execution. Using a variable and several tests is a bit slower but cannot be exploited in this way. | ||||
* | Add AVX support to ld.so auditing for x86-64. | H.J. Lu | 2009-07-10 | 1 | -0/+291 |