Age | Commit message (Expand) | Author | Files | Lines |
2014-08-07 | This patch adds new function libc_feholdsetround_noex_aarch64_ctx, enabling | Wilco Dijkstra | 1 | -3/+27 |
2014-08-07 | Fix performance issue in misaligned strcpy. | Wilco | 1 | -3/+3 |
2014-08-06 | PowerPC: Fix termios definitions | Adhemerval Zanella | 2 | -50/+73 |
2014-08-05 | alpha: Fix exception raising from soft-fp | Richard Henderson | 4 | -12/+12 |
2014-08-05 | alpha: Remove linux lowlevellock.h | Richard Henderson | 1 | -305/+0 |
2014-08-04 | MIPS - Remove mips lowlevellock.h. | Bernard Ogden | 1 | -354/+0 |
2014-08-04 | AArch64: Remove lowlevellock.h | Will Newton | 1 | -312/+0 |
2014-08-04 | ia64: define nocancel entry points in PSEUDO | Mike Frysinger | 1 | -0/+19 |
2014-08-04 | IA64: Consolidate nptl/ subdirectories under linux/... | Roland McGrath | 31 | -17/+18 |
2014-08-04 | IA64: Move NPTL public headers to sysdeps/ia64/nptl/. | Roland McGrath | 3 | -0/+0 |
2014-08-04 | IA64: Define TLS_DEFINE_INIT_TP | Roland McGrath | 3 | -25/+6 |
2014-08-04 | IA64: Consolidate NPTL/non versions of vfork | Roland McGrath | 4 | -131/+79 |
2014-08-04 | IA64: Consolidate NPTL/non versions of clone | Roland McGrath | 2 | -11/+0 |
2014-08-04 | Fix missing <math_private.h> in ldbl-96 fma | Andreas Schwab | 1 | -0/+1 |
2014-08-01 | Remove sysdeps/unix/sysv/linux/arm/lowlevellock.h | Roland McGrath | 1 | -307/+0 |
2014-08-01 | Force eval for fma implementations | Richard Henderson | 4 | -20/+24 |
2014-08-01 | ARM: Move PTR_MANGLE et al out of Linux-specific file. | Roland McGrath | 2 | -44/+48 |
2014-07-31 | Add __safe_fatal and use it in __pthread_unwind forwarder fallback. | Roland McGrath | 2 | -0/+70 |
2014-07-31 | Use __builtin_trap for ABORT_INSTRUCTION. | Roland McGrath | 1 | -1/+30 |
2014-07-31 | Split nptl-signals.h out from pthreadP.h | Roland McGrath | 2 | -0/+55 |
2014-07-31 | [PATCH] S390: Fix remaining ONE_DIRECTION warning messages | Stefan Liebler | 3 | -0/+3 |
2014-07-31 | S/390: Revert the jmp_buf/ucontext_t ABI change. | Stefan Liebler | 35 | -795/+189 |
2014-07-30 | Improve 64bit memcpy performance for Haswell CPU with AVX instruction | Ling Ma | 11 | -6/+458 |
2014-07-30 | PowerPC: Fix gprof entry point for LE | Adhemerval Zanella | 1 | -0/+2 |
2014-07-29 | fcntl-linux.h: add new definitions and manual updates for open file descripti... | Jeff Layton | 1 | -0/+17 |
2014-07-22 | Revert "aarch64: Add hp-timing.h" | Marcus Shawcroft | 1 | -38/+0 |
2014-07-18 | m68k: use generic lowlevellock.h | Andreas Schwab | 1 | -308/+0 |
2014-07-17 | [BZ #17078] ARM: R_ARM_TLS_DESC prelinker support | Maciej W. Rozycki | 1 | -3/+31 |
2014-07-17 | [PATCH 6/6] Split s390 out of main Linux kernel-features.h. | Joseph Myers | 2 | -3/+23 |
2014-07-17 | [PATCH 5/6] Split sh out of main Linux kernel-features.h. | Joseph Myers | 2 | -25/+44 |
2014-07-17 | [PATCH 4/6] Split powerpc out of main Linux kernel-features.h. | Joseph Myers | 2 | -13/+48 |
2014-07-17 | [PATCH 3/6] Split sparc out of main Linux kernel-features.h. | Joseph Myers | 2 | -27/+57 |
2014-07-17 | [PATCH 2/6] Split i386 out of main Linux kernel-features.h. | Joseph Myers | 2 | -7/+40 |
2014-07-17 | [PATCH 1/6] Split x86_64 out of main Linux kernel-features.h. | Joseph Myers | 2 | -9/+42 |
2014-07-17 | Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac. | Joseph Myers | 16 | -132/+149 |
2014-07-17 | Move architecture shlib-versions files to Linux-specific directories. | Joseph Myers | 17 | -17/+15 |
2014-07-17 | ARM: Fix compiler warnings from atomic.h | Will Newton | 1 | -3/+3 |
2014-07-16 | ARM: Clean up EABI-related configury | Roland McGrath | 6 | -53/+62 |
2014-07-15 | Separate Linuxisms from lowlevellock.h, make a generic one | Roland McGrath | 3 | -0/+410 |
2014-07-14 | Enable AVX2 optimized memset only if -mavx2 works | H.J. Lu | 8 | -14/+91 |
2014-07-13 | m68k: update libm test ULPs | Andreas Schwab | 1 | -16/+88 |
2014-07-11 | aarch64: Update libm-test-ulps | Richard Henderson | 1 | -6/+120 |
2014-07-10 | PowerPC: Fix build due missing lll_robust_trylock | Adhemerval Zanella | 1 | -2/+17 |
2014-07-10 | Get rid of lll_robust_dead. | Roland McGrath | 15 | -157/+0 |
2014-07-10 | Get rid of lll_robust_trylock. | Roland McGrath | 15 | -137/+0 |
2014-07-10 | Fix crash when system has no ipv6 address [BZ #17125] | Siddhesh Poyarekar | 1 | -1/+7 |
2014-07-09 | Get rid of sparc specific NPTL internaltypes.h header. | David S. Miller | 12 | -8/+12 |
2014-07-09 | Update sparc ULPS. | David S. Miller | 1 | -6/+96 |
2014-07-09 | Fix missing newline in test output | Andreas Schwab | 2 | -2/+2 |
2014-07-09 | Update i386 libm test ULPs | Andreas Schwab | 1 | -8/+32 |