about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.Roland McGrath2014-05-1425-5323/+0
* x86: Consolidate NPTL fork.Roland McGrath2014-05-141-30/+0
* Consolidate not-cancel.h files.Roland McGrath2014-05-141-1/+0
* x86_64: Remove useless pthread_spin_{init,unlock} wrapper files.Roland McGrath2014-05-142-2/+0
* Move x86_64 compat-timer.h out of nptl/Roland McGrath2014-05-141-45/+0
* Move x86_64 timer_*.c out of nptl/Roland McGrath2014-05-146-230/+0
* x86: Consolidate NPTL/non versions of cloneRoland McGrath2014-05-141-9/+0
* x86: Consolidate NPTL/non versions of vforkRoland McGrath2014-05-142-74/+0
* Fix dwarf2 unwinding through futex functions.Andi Kleen2014-03-261-179/+30
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0132-32/+32
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1
* Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen2013-07-021-0/+23
* x86*: Return syscall error for lll_futex_wake.Carlos O'Donell2013-06-101-4/+5
* Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar2013-04-041-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0232-33/+32
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-1/+1
* Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar2012-10-162-2/+9
* Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar2012-10-102-4/+32
* Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar2012-10-052-84/+88
* 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