about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86
Commit message (Expand)AuthorAgeFilesLines
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-241-0/+5
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-141-1/+5
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-171-33/+0
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-172-7/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0750-50/+50
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-051-5/+1
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-122-8/+9
* x86: Remove arch-specific low level lock implementationAdhemerval Zanella2019-05-141-0/+110
* Add some spaces before '('.Joseph Myers2019-02-272-2/+2
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-4/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0149-49/+49
* Fix potential stack overflow [BZ #23490]Paul Pluzhnikov2018-12-081-2/+2
* Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2018-11-231-1/+1
* Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)2018-10-242-39/+6
* Use single bits/shm.h for all architectures.Joseph Myers2018-10-172-107/+30
* Move SHMLBA to its own header.Joseph Myers2018-10-171-4/+1
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-171-4/+40
* Use single bits/sem.h for all architectures.Joseph Myers2018-10-152-87/+24
* Use single bits/msq.h for all architectures.Joseph Myers2018-10-112-83/+28
* x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2018-10-022-67/+7
* Share MAP_* flags between more architectures.Joseph Myers2018-09-261-16/+1
* Unify more sys/procfs.h headers.Joseph Myers2018-09-253-145/+80
* x86/CET: Fix property note parser [BZ #23467]H.J. Lu2018-07-304-0/+185
* x86/CET: Add a setcontext test for CETH.J. Lu2018-07-252-0/+134
* x86-64/CET: Extend ucontext_t to save shadow stackH.J. Lu2018-07-251-0/+2
* x86/CET: Extend arch_prctl syscall for CET controlH.J. Lu2018-07-243-6/+64
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-162-0/+75
* x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu2018-07-141-1/+0
* Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers2018-06-181-0/+1
* Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers2018-06-181-0/+1
* Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers2018-06-181-0/+1
* Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h.Joseph Myers2018-06-051-0/+2
* x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu2018-05-021-5/+66
* Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.Joseph Myers2018-04-241-1/+5
* Add MAP_SYNC from Linux 4.15.Joseph Myers2018-02-061-0/+2
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-253-89/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0146-46/+46
* linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]Dmitry V. Levin2017-12-291-0/+194
* Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu2017-12-193-0/+89
* Add elision tunablesRogerio Alves2017-12-051-7/+67
* Linux: Implement interfaces for memory protection keysFlorian Weimer2017-12-053-0/+108
* x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu2017-11-304-0/+132
* Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers2017-08-301-1/+1
* Remove abi-*-options compiler flagsFlorian Weimer2017-08-281-3/+0
* x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-1/+2
* Fix uc_* namespace (bug 21457).Joseph Myers2017-08-091-2/+2
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-261-4/+4
* tunables: Add IFUNC selection and cache sizesH.J. Lu2017-06-201-0/+21
* Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers2017-06-191-1/+1
* Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers2017-06-011-30/+44