summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
AgeCommit message (Expand)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-09-04Remove --disable-versioning.Joseph Myers
2013-07-02Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen
2013-06-10x86*: Return syscall error for lll_futex_wake.Carlos O'Donell
2013-04-04Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-10-16Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar
2012-08-16Remove __ASSUME_POSIX_TIMERS.Joseph Myers
2012-07-25Remove unused pseudo_end labelAndreas Schwab
2012-05-30Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64H.J. Lu
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab
2012-05-25Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath
2012-05-15Use R*_LP to load pointer and operate on stackH.J. Lu
2012-05-15Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu
2012-05-15Use LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.SH.J. Lu
2012-05-15se LP_OP(op), LP_SIZE and ASM_ADDR in sem_timedwait.SH.J. Lu
2012-05-15Use LP_OP(cmp) on NWAITERSH.J. Lu
2012-05-15Use LP_SIZE and ASM_ADDR in pthread_once.SH.J. Lu
2012-05-15Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu
2012-05-15Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu
2012-05-15Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu
2012-05-15Use LP_OP(mov) and RDI_LP on pointerH.J. Lu
2012-05-15Use LP_SIZE and load timeout pointer into RDX_LPH.J. Lu
2012-05-14Add x32 pthread typesH.J. Lu
2012-05-11Check __x86_64__ for __cleanup_fct_attributeH.J. Lu
2012-03-19Use __NR_futex to define SYS_futexH.J. Lu
2012-02-27Fix stray references to __pthread_attrDavid S. Miller
2012-02-26Fix name mangling of pthread_attr_t after changeUlrich Drepper
2012-02-26Work around problem of pthread_attr_t definition with old compilersUlrich Drepper
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper
2012-02-15Remove unused Makefile.Marek Polacek
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-11-30Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab
2011-10-29Add missing register initialization in x86-64 pthread_cond_timedwaitUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-08Fix macro used in testH.J. Lu
2011-09-07Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper
2011-09-06Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper
2011-08-09Fix stack alignment on x86_64Andreas Schwab
2010-07-01Work around kernel rejecting valid absolute timestampsAndreas Schwab
2009-11-27Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab
2009-11-17Minimal unwind section size reduction.Ulrich Drepper
2009-08-22Rvert accidental checkins.Ulrich Drepper
2009-08-22Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab
2009-08-11Add CFI directives to x86-64 pthread_rwlock_unlock.Ulrich Drepper
2009-08-10Add CFI directives to x86-64 pthread_rwlock_{rd,wr)lock.Ulrich Drepper