aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/x86_64
AgeCommit message (Expand)Author
2014-06-09Start cleaning up TLS initial value for pthread_create.Roland McGrath
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab
2014-05-13Clean up __exit_thread.Roland McGrath
2014-03-14Compile with -Wundef.Roland McGrath
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-10-30rename configure.in to configure.acMike Frysinger
2013-05-15Reserve new TLS field for x86 and x86_64Andreas Jaeger
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-26Cast to __intptr_t before casting pointer to int64H.J. Lu
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-09-24Add "()" when casting to uint64_t for 64-bit storeH.J. Lu
2012-05-14Add x32 support to tcbhead_tH.J. Lu
2012-05-14Add sysdeps/x86_64/{64,x32}/shlib-versionsH.J. Lu
2012-05-11Update comments for CALL_THREAD_FCTH.J. Lu
2012-05-11Add sysdeps/x86_64/x32/tls.hH.J. Lu
2012-05-11Use uint64_t on 64-bit integerH.J. Lu
2012-05-11Replace movq/%q0 with mov/%0 in THREAD_SELFH.J. Lu
2012-05-02Kill trailing whitespace.Paul Pluzhnikov
2012-05-02Avoid "anonymous" code in pthread_spin_lock.Paul Pluzhnikov
2012-04-20Delete unused TLS_GET_FS, TLS_SET_FS macros.Paul Pluzhnikov
2012-03-19Use __asm__("rsp") to get CURRENT_STACK_FRAMEH.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper
2011-08-14Align x86 TCB to 64 bytes (cache line size), important for Atom.Roland McGrath
2011-07-06Rebuild configure scriptsUlrich Drepper
2011-02-15Remove use of ranlib.Ulrich Drepper
2010-10-13Fix alignment of AVX safe area on x86-64.H.J. Lu
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath
2009-08-25Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper
2009-08-04Optimize x86-64 syscall cancellation handling.Ulrich Drepper
2009-07-31Regenerated.Ulrich Drepper
2009-07-29Fix x86-64 TCB alignment for future processor versions.Ulrich Drepper
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper
2009-07-23Check for .cfi_{personality,lsda} on x86-64.Ulrich Drepper
2009-04-27* cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_ANDUlrich Drepper
2008-12-08* sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TMUlrich Drepper
2008-08-15* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.Ulrich Drepper
2007-12-14* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additionalUlrich Drepper
2007-07-28* iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper
2007-06-08[BZ #4586]Ulrich Drepper
2007-05-28* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper
2007-05-26* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.Ulrich Drepper
2007-05-25* sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,Ulrich Drepper
2007-05-25* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper
2007-05-23* init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper
2007-05-21* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct valueUlrich Drepper
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper
2007-04-26* sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.Ulrich Drepper