about summary refs log tree commit diff
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy2022-03-081-0/+3
* bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy2022-03-081-0/+1
* bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy2022-03-081-0/+1
* bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy2020-11-291-0/+1
* bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy2020-09-091-0/+1
* add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy2020-09-091-0/+2
* use generic bits/fcntl.h for x86_64 and riscv64Rich Felker2020-09-031-40/+0
* fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker2020-09-031-1/+1
* deduplicate __pthread_self thread pointer adjustment out of each archRich Felker2020-08-271-4/+4
* deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker2020-08-241-2/+0
* add clone3 syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-021-3/+0
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-021-16/+0
* move pthread types out of per-arch alltypes.hRich Felker2019-10-171-8/+0
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-172-7/+1
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-172-1/+2
* remove per-arch definitions for va_listRich Felker2019-10-171-3/+0
* add new syscall numbers from linux v5.2Szabolcs Nagy2019-09-111-0/+6
* remove arch-specific bits/ipc.h that are identical to genericRich Felker2019-07-301-11/+0
* move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2019-07-302-2/+2
* remove duplicates of new generic bits/msg.hRich Felker2019-07-291-12/+0
* 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