Show patches with: State = Action Required       |   4811 patches
« 1 214 15 1648 49 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[v4,10/13] C-SKY: Build Infastructure - - --- 2018-09-12 毛晗 New
[v4,09/13] C-SKY: Add dynamic relocations to elf.h - - --- 2018-09-12 毛晗 New
[v4,08/13] C-SKY: Linux Startup and Dynamic Loading Code - - --- 2018-09-12 毛晗 New
[v4,07/13] C-SKY: ABI Lists - - --- 2018-09-12 毛晗 New
[v4,06/13] C-SKY: Linux ABI - - --- 2018-09-12 毛晗 New
[v4,05/13] C-SKY: Linux Syscall Interface - - --- 2018-09-12 毛晗 New
[v4,04/13] C-SKY: NPTL support and Atomic - - --- 2018-09-12 毛晗 New
[v4,03/13] C-SKY: Math support - - --- 2018-09-12 毛晗 New
[v4,02/13] C-SKY: TLS support - - --- 2018-09-12 毛晗 New
[1/1] Update config.guess and config.sub to current versions. - - --- 2018-09-12 毛晗 New
[v4,01/13] C-SKY: ABI related code - - --- 2018-09-12 毛晗 New
Include most of elf/ modules-names in modules-names-tests - - --- 2018-09-11 Joseph Myers New
[3/3] Add new pow implementation - - --- 2018-09-11 Szabolcs Nagy New
[2/2] Fix mktime localtime offset confusion - - --- 2018-09-09 Paul Eggert New
[1/2] Merge mktime, timegm from upstream Gnulib - - --- 2018-09-09 Paul Eggert New
[2/2] Simplify tzfile fstat failure code - - --- 2018-09-09 Paul Eggert New
[1/2] Fix tzfile low-memory assertion failure - - --- 2018-09-09 Paul Eggert New
[2/2] regex: fix storage-exhaustion error - - --- 2018-09-09 Paul Eggert New
[1/2] regex: fix heap-use-after-free error - - --- 2018-09-09 Paul Eggert New
Fix BZ 23606 -- Missing ENDBR32 in sysdeps/i386/start.S - - --- 2018-09-07 Terry Guo New
Improve strstr performance of short needles 1 - --- 2018-09-05 Wilco Dijkstra New
Enable VDSO on statically linked programs. - - --- 2018-09-05 Rafael Avila de Espindola New
Fix wrong plural 'processes' in sys/ptrace.h comments - - --- 2018-09-04 Tobias Klauser New
Update siginfo constants from Linux kernel (bug 21286) - - --- 2018-09-03 H.J. Lu New
Fix BZ#20544 (assert function passed to atexit/on_exit/__cxa_atexit != NULL) - - --- 2018-09-01 Paul Pluzhnikov New
V3 [PATCH] test-container: Use xcopy_file_range for cross-device copy [BZ #23597] - - --- 2018-08-31 H.J. Lu New
V3 [PATCH] test-container: Use xcopy_file_range for cross-device copy [BZ #23597] 1 - --- 2018-08-31 H.J. Lu New
test-container: Use xcopy_file_range for cross-device copy [BZ #23597] - - --- 2018-08-31 H.J. Lu New
ld.so: command argument "--preload" - - --- 2018-08-31 David Newall New
ld.so: command argument "--preload" - - --- 2018-08-31 David Newall New
test-container: Use copy_file_range_compat for cross-device copy [BZ #23597] - - --- 2018-08-30 H.J. Lu New
V3 [PATCH] x86: Add <sys/platform/x86.h> - - --- 2018-08-30 H.J. Lu New
Fix BZ#20544 (assert function passed to atexit/on_exit/__cxa_atexit != NULL) - - --- 2018-08-27 Paul Pluzhnikov New
V2 [PATCH] Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509] - - --- 2018-08-26 H.J. Lu New
Fix BZ 20271 -- missing newlines in __libc_fatal calls - - --- 2018-08-25 Paul Pluzhnikov New
V8 test-in-container patch - - --- 2018-08-23 DJ Delorie New
Remove unused math files - - --- 2018-08-23 Wilco Dijkstra New
mprotect segments with extra PROT_WRITE bit when DT_TEXTREL bit is set - - --- 2018-08-23 Fangrui Song New
Remove unused math files 1 - --- 2018-08-22 Wilco Dijkstra New
Speedup tanf range reduction - - --- 2018-08-22 Wilco Dijkstra New
Speedup tanf range reduction - - --- 2018-08-22 Wilco Dijkstra New
V2 [PATCH] x86: Add <sys/platform/x86.h> - - --- 2018-08-20 H.J. Lu New
powerpc64: Remove support for !HAVE_INLINED_SYSCALLS - - --- 2018-08-20 Florian Weimer New
[RFC,v3,6/6] elf/dl-init.c: Skip proxied link map entries in the dl init path - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,5/6] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,4/6] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,3/6] elf/dl-object.c: Implement a helper function to proxy link_map entries - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,2/6] include/link.h: Update the link_map struct to allow proxies - - --- 2018-08-20 Vivek Dasmohapatra New
[RFC,v3,1/6] Declare and describe the dlmopen RTLD_SHARED flag - - --- 2018-08-20 Vivek Dasmohapatra New
Update netinet/tcp.h from Linux 4.18 - - --- 2018-08-17 Joseph Myers New
[RESEND,v9] Mutex: Add pthread mutex tunables 1 - --- 2018-08-17 Kemi Wang New
[RESEND] Mutex: Use test and cmpxchg instead of cmpxchg while spinning - - --- 2018-08-17 Kemi Wang New
V8 test-in-container patch 1 - --- 2018-08-16 DJ Delorie New
Update struct signalfd_siginfo from Linux 4.18 - - --- 2018-08-16 Joseph Myers New
Add NT_VMCOREDD, AT_MINSIGSTKSZ from Linux 4.18 to elf.h - - --- 2018-08-15 Joseph Myers New
[03/10] Improve performance of sinf and cosf - - --- 2018-08-15 Wilco Dijkstra New
V7 test-in-container patch - - --- 2018-08-15 DJ Delorie New
Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509] - - --- 2018-08-14 Lu, Hongjiu New
fnmatch: Use __mbstowcs_alloc [BZ #23519] - - --- 2018-08-14 Florian Weimer New
Use generic sinf/cosf in lgammaf_r - - --- 2018-08-14 Wilco Dijkstra New
__fxprintf: Avoid uninitialized conversion state [BZ #23525] - - --- 2018-08-14 Florian Weimer New
Don't build libnsl for new architectures - - --- 2018-08-14 Andreas Schwab New
Introduce ELF_INITFINI for all architectures - - --- 2018-08-14 Florian Weimer New
Update syscall-names.list for Linux 4.18 - - --- 2018-08-13 Joseph Myers New
Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h. - - --- 2018-08-13 Tobias Klauser New
[02/10] Improve performance of sincosf - - --- 2018-08-10 Wilco Dijkstra New
Use gen-libm-test.py to generate ulps table for manual - - --- 2018-08-09 Joseph Myers New
RFC: Replace gen-libm-test.pl with gen-libm-test.py - - --- 2018-08-08 Joseph Myers New
framebuffer corruption due to overlapping stp instructions on arm64 - - --- 2018-08-08 Arnd Bergmann New
Reduce the statically linked startup code [BZ #23323] - - --- 2018-08-08 Florian Weimer New
x86: Add <sys/platform/x86.h> - - --- 2018-08-06 H.J. Lu New
Locales: Cyrillic -> ASCII transliteration table [BZ #2872] re-submission for 2.29 - - --- 2018-08-06 Egor Kobylkin New
Update install.texi documentation of uses of Perl and Python 1 - --- 2018-08-06 Joseph Myers New
Fix BZ 23400 -- stdlib/test-bz22786.c creates temporary files in glibc source tree - - --- 2018-08-06 Paul Pluzhnikov New
RFC: Replace gen-libm-test.pl with gen-libm-test.py - - --- 2018-08-03 Joseph Myers New
V6 test-in-container patch - - --- 2018-08-03 DJ Delorie New
x86: Don't include <init-arch.h> in assembly codes - - --- 2018-08-03 H.J. Lu New
[3/3] aarch64: Save and restore SVE registers in ld.so - - --- 2018-08-01 Richard Henderson New
[2/3] aarch64: Clean up _dl_runtime_profile 1 - --- 2018-08-01 Richard Henderson New
[1/3] aarch64: Clean up _dl_runtime_resolve - - --- 2018-08-01 Richard Henderson New
Simplify and speedup strstr/strcasestr first match - - --- 2018-08-01 Wilco Dijkstra New
x86: Add more CPU features - - --- 2018-08-01 H.J. Lu New
x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.h - - --- 2018-08-01 H.J. Lu New
[RFC/PoC] malloc: use wfcqueue to speed up remote frees - - --- 2018-08-01 Eric Wong New
[RFC/PoC] malloc: use wfcqueue to speed up remote frees - - --- 2018-07-31 Eric Wong New
V4 [PATCH] x86/CET: Fix property note parser [BZ #23467] - - --- 2018-07-30 H.J. Lu New
V3 [PATCH] x86/CET: Fix property note parser [BZ #23467] 1 - --- 2018-07-30 H.J. Lu New
V3 [PATCH] x86/CET: Fix property note parser [BZ #23467] - - --- 2018-07-30 H.J. Lu New
[v2] tst-tzset: Use default timeout (20 seconds as of now) - - --- 2018-07-30 Alexey Brodkin New
tst-tzset: raise timeout to 10 seconds - - --- 2018-07-30 Alexey Brodkin New
posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result - - --- 2018-07-30 Alexey Brodkin New
Mutex: Use test and cmpxchg instead of cmpxchg while spinning - - --- 2018-07-30 Kemi Wang New
V2 [PATCH] x86/CET: Fix property note parser - - --- 2018-07-29 H.J. Lu New
x86/CET: Fix property note parser - - --- 2018-07-28 H.J. Lu New
Fix DSTs with static applications (Bug 23462). - - --- 2018-07-28 Carlos O'Donell New
x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458] - - --- 2018-07-27 H.J. Lu New
x86/CET: Don't parse beyond the note end 1 - --- 2018-07-27 H.J. Lu New
[v9] Mutex: Add pthread mutex tunables - - --- 2018-07-27 Kemi Wang New
x86: Rename get_common_indeces to get_common_indices 1 - --- 2018-07-26 H.J. Lu New
x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459] - - --- 2018-07-26 H.J. Lu New
« 1 214 15 1648 49 »