about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-021-1/+1
* Remove __ASSUME_POSIX_TIMERS.Joseph Myers2012-08-161-30/+0
* Remove unused pseudo_end labelAndreas Schwab2012-07-251-3/+2
* Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64H.J. Lu2012-05-303-280/+1
* Remove use of INTDEF/INTUSE in nptlAndreas Schwab2012-05-304-22/+10
* Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath2012-05-258-27/+49
* Use R*_LP to load pointer and operate on stackH.J. Lu2012-05-151-31/+32
* Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu2012-05-151-4/+4
* Use LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.SH.J. Lu2012-05-151-6/+6
* se LP_OP(op), LP_SIZE and ASM_ADDR in sem_timedwait.SH.J. Lu2012-05-151-9/+9
* Use LP_OP(cmp) on NWAITERSH.J. Lu2012-05-151-1/+1
* Use LP_SIZE and ASM_ADDR in pthread_once.SH.J. Lu2012-05-151-3/+3
* Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu2012-05-151-20/+20
* Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu2012-05-151-24/+24
* Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu2012-05-151-6/+6
* Use LP_OP(mov) and RDI_LP on pointerH.J. Lu2012-05-151-3/+3
* Use LP_SIZE and load timeout pointer into RDX_LPH.J. Lu2012-05-151-4/+4
* Add x32 pthread typesH.J. Lu2012-05-141-14/+27
* Check __x86_64__ for __cleanup_fct_attributeH.J. Lu2012-05-111-1/+1
* Use __NR_futex to define SYS_futexH.J. Lu2012-03-191-1/+1
* Fix stray references to __pthread_attrDavid S. Miller2012-02-271-1/+1
* Fix name mangling of pthread_attr_t after changeUlrich Drepper2012-02-261-1/+1
* Work around problem of pthread_attr_t definition with old compilersUlrich Drepper2012-02-261-2/+6
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-3/+2
* Remove unused Makefile.Marek Polacek2012-02-151-4/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0934-102/+68
* Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab2011-11-301-2/+74
* Add missing register initialization in x86-64 pthread_cond_timedwaitUlrich Drepper2011-10-291-3/+3
* Remove support for !USE___THREADUlrich Drepper2011-09-104-48/+3
* Fix macro used in testH.J. Lu2011-09-081-1/+1
* Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper2011-09-075-45/+29
* Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper2011-09-061-8/+5
* Fix stack alignment on x86_64Andreas Schwab2011-08-093-7/+9
* Work around kernel rejecting valid absolute timestampsAndreas Schwab2010-07-016-7/+45
* Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab2009-11-271-2/+3
* Minimal unwind section size reduction.Ulrich Drepper2009-11-171-17/+14
* Rvert accidental checkins.Ulrich Drepper2009-08-225-545/+0
* Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2009-08-225-0/+545
* Add CFI directives to x86-64 pthread_rwlock_unlock.Ulrich Drepper2009-08-111-2/+3
* Add CFI directives to x86-64 pthread_rwlock_{rd,wr)lock.Ulrich Drepper2009-08-102-2/+6
* Fix check for PI mutex in x86-64 pthread_cond_signalAndreas Schwab2009-08-101-3/+3
* Optimize x86-64 version of sem_timedwait.Ulrich Drepper2009-08-081-65/+145
* Another minor optimization of x86-64 pthread_cond_wait.Ulrich Drepper2009-08-081-15/+7
* Small optimizations to cancellable x86-64 code.Ulrich Drepper2009-08-074-61/+40
* Optimize x86-64 syscall cancellation handling.Ulrich Drepper2009-08-044-44/+169
* Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper2009-07-284-20/+39
* Fix pthread_cond_timedwait error handling on old kernels.Ulrich Drepper2009-07-231-2/+2
* Minor optimizations of last x86-64 condvar changes.Ulrich Drepper2009-07-202-23/+16
* Support requeueing for condvars using PI mutex. x86-64 only.Ulrich Drepper2009-07-195-36/+168
* Make x86-64 pthread_cond_timedwait more robust.Ulrich Drepper2009-07-191-0/+2