Age | Commit message (Expand) | Author |
2013-08-21 | Fix typos. | Ondřej Bílka |
2013-07-19 | Clean up whitespace in lock elision patches. | Dominik Vogt |
2013-07-19 | Remove remains of rwlock elision which is not implemented yet. | Dominik Vogt |
2013-07-03 | Add x86 init-arch to nptl | H.J. Lu |
2013-07-02 | Add a configure option to enable lock elision and disable by default | Andi Kleen |
2013-07-02 | Add elision to pthread_mutex_{try,timed,un}lock | Andi Kleen |
2013-07-02 | Add new internal mutex type flags for elision. | Andi Kleen |
2013-07-02 | Add the low level infrastructure for pthreads lock elision with TSX | Andi Kleen |
2013-06-17 | PowerPC: Reserve TCB space for EBB framework | Adhemerval Zanella |
2013-06-15 | New API to set default thread attributes | Siddhesh Poyarekar |
2013-06-14 | Avoid access beyond memory bounds in pthread_attr_getaffinity_np | Siddhesh Poyarekar |
2013-06-10 | x86*: Return syscall error for lll_futex_wake. | Carlos O'Donell |
2013-06-08 | Fix previous commit. | Ondrej Bilka |
2013-06-08 | Silence warning: __inline is not at beginning of declaration. | Ondrej Bilka |
2013-06-06 | Remove trailing whitespace in nptl. | Joseph Myers |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold |
2013-05-15 | Reserve new TLS field for x86 and x86_64 | Andreas Jaeger |
2013-04-22 | Consolidate pthread_attr value validation | Siddhesh Poyarekar |
2013-04-11 | Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeout | Andreas Schwab |
2013-04-07 | sem_post.c: Include atomic.h. | Carlos O'Donell |
2013-04-04 | Fix static build when configured with --disable-hidden-plt | Siddhesh Poyarekar |
2013-03-12 | Include atomic.h in generic lowlevellock.c. | Carlos O'Donell |
2013-03-04 | Rejigger i386 dl-sysdep.h files. | Roland McGrath |
2013-02-21 | Add priority inheritance futex support on sparc. | David S. Miller |
2013-02-21 | nptl: Fix comment typo in fork.c. | Carlos O'Donell |
2013-02-18 | Fix build warnings in some test cases | Siddhesh Poyarekar |
2013-02-18 | FUTEX_*_REQUEUE_PI support for non-x86 code | Siddhesh Poyarekar |
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers |
2013-01-10 | Revert "Extend i486 pthread_cond_timedwait to use futex syscall with absolute... | Andreas Schwab |
2013-01-10 | Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeout | Andreas Schwab |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers |
2012-12-27 | Add sparc implementation of lll_futex_timed_wait_bitset | David S. Miller |
2012-12-27 | [s390] Replace lll_futex_* assembly code with INTERNAL_SYSCALL | Siddhesh Poyarekar |
2012-12-08 | Fix some build warnings on s390x | Siddhesh Poyarekar |
2012-12-04 | Remove unused variable from powerpc sem_post.c. | Joseph Myers |
2012-11-26 | Cast to __intptr_t before casting pointer to int64 | H.J. Lu |
2012-11-21 | Remove unused variable from sem_post.c. | Joseph Myers |
2012-11-05 | [S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait functions | Siddhesh Poyarekar |
2012-11-03 | Fix coding style in sparc lowlevellock.h | David S. Miller |
2012-11-02 | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu |
2012-10-28 | Define a BUSY_WAIT_NOP for sparc. | David S. Miller |
2012-10-16 | Adjust mutex lock in condvar_cleanup if we got it from requeue_pi | Siddhesh Poyarekar |
2012-10-10 | Fix formatting in nptl/sysdeps/pthread/pthread.h. | Carlos O'Donell |
2012-10-10 | Take lock in pthread_cond_wait cleanup handler only when needed | Siddhesh Poyarekar |
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath |
2012-10-05 | Correct libthreadb register access for 64-bit sparc. | David S. Miller |
2012-10-05 | Unlock mutex before going back to waiting for PI mutexes | Siddhesh Poyarekar |
2012-10-02 | Update copyright years | H.J. Lu |
2012-10-02 | Fix clone flag name in comment to CLONE_CHILD_CLEARTID. | Siddhesh Poyarekar |