about summary refs log tree commit diff
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* collapse out byte order conditions in bits/sem.h for fixed-endian archsRich Felker2019-07-291-5/+0
* duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker2019-07-291-0/+16
* remove duplicates of new generic bits/shm.hRich Felker2019-07-291-25/+0
* decouple struct stat from kernel typeRich Felker2019-07-181-0/+22
* add new syscall numbers from linux v5.1Szabolcs Nagy2019-07-011-0/+4
* add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy2018-12-091-0/+2
* make thread-pointer-loading asm non-volatileRich Felker2018-10-161-1/+1
* apply hidden visibility to sigreturn code fragmentsRich Felker2018-09-121-1/+3
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-171-0/+13
* use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker2018-03-101-2/+2
* reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker2018-03-101-1/+1
* add statx syscall numbers from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* add a_clz_64 helper functionSzabolcs Nagy2017-08-291-0/+7
* reduce impact of REG_* namespace pollution in x86[_64] signal.hRich Felker2017-01-041-23/+46
* add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy2016-12-291-0/+3
* work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2016-11-121-0/+9
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-031-2/+1
* make brace placement in public header struct definitions consistentRich Felker2016-07-035-14/+7
* use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy2016-07-031-197/+0
* add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy2016-06-091-0/+2
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-121-331/+0
* fix regression disabling use of pause instruction for x86 a_spinRich Felker2016-03-291-1/+1
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-191-0/+2
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-59/+0
* add sched_getcpu vDSO supportNathan Zadoks2016-03-021-0/+2
* deduplicate the bulk of the arch bits headersRich Felker2016-01-277-321/+0
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* add mlock2 syscall number from linux v4.4Szabolcs Nagy2016-01-261-0/+2
* add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy2016-01-261-0/+4
* clean up x86_64 (and x32) atomics for new atomics frameworkRich Felker2016-01-221-55/+64
* refactor internal atomic.hRich Felker2016-01-211-14/+16
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* new dlstart stage-2 chaining for x86_64 and x32Rich Felker2015-09-171-0/+5
* mitigate performance regression in libc-internal locks on x86_64Rich Felker2015-08-161-1/+1
* fix missing synchronization in atomic store on i386 and x86_64Rich Felker2015-07-281-1/+1
* fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker2015-05-201-4/+4
* dynamic linker bootstrap overhaulRich Felker2015-04-132-39/+25
* move O_PATH definition back to arch bitsRich Felker2015-04-011-0/+1
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-0/+5
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-1/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+0
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-091-0/+2
* remove cruft from x86_64 syscall.hSzabolcs Nagy2015-02-071-23/+0
* fix typo in x86_64/x32 user_fpregs_structFelix Janda2015-02-011-1/+1
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-3/+0
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-231-0/+4
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-1/+0
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-101-0/+5
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-081-0/+6