summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86
AgeCommit message (Expand)Author
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu
2018-07-14x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu
2018-06-18Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers
2018-06-18Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers
2018-06-18Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers
2018-06-05Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h.Joseph Myers
2018-05-02x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu
2018-04-24Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.Joseph Myers
2018-02-06Add MAP_SYNC from Linux 4.15.Joseph Myers
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-29linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]Dmitry V. Levin
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu
2017-12-05Add elision tunablesRogerio Alves
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer
2017-11-30x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers
2017-08-28Remove abi-*-options compiler flagsFlorian Weimer
2017-08-21x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]H.J. Lu
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-19Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers
2017-05-22Fix a bug in 'Remove __need macros from signal.h' (a992f506)Zack Weinberg
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19Split up bits/sigstack.h.Joseph Myers
2017-05-04Use __glibc_reserved convention in mcontext, sigcontext (bug 21457).Joseph Myers
2017-04-10Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-07Get rid of __elision_availableAndreas Schwab
2016-12-05Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel
2016-11-17Consolidate Linux setrlimit and getrlimit implementationAdhemerval Zanella
2016-10-07i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu
2015-08-20Remove x86 init-arch.cH.J. Lu
2015-08-19Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu
2015-08-13Don't include <cpuid.h> in elision-conf.hH.J. Lu
2015-08-13Update x86 elision-conf.c for <cpu-features.h>H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-07-20Add si_addr_bnd to _sigfault in x86 struct siginfoH.J. Lu
2015-06-09x86: Remove vsyscall usageAdhemerval Zanella
2015-06-09Consolidate sched_getcpuAdhemerval Zanella
2015-06-01x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella
2015-05-26Consolidate vDSO macros and usageAdhemerval Zanella
2015-02-06x86: Clean up __vdso_clock_gettime variable.Roland McGrath