about summary refs log tree commit diff
path: root/arch/x32
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8Szabolcs Nagy2016-10-201-2/+2
* 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-324/+0
* x32: eliminate __X32_SYSCALL_BIT constantBobby Bingham2016-05-121-317/+316
* x32: remove arch-specific syscall remappingBobby Bingham2016-05-121-20/+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
* deduplicate the bulk of the arch bits headersRich Felker2016-01-276-314/+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
* move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2016-01-222-88/+0
* clean up x86_64 (and x32) atomics for new atomics frameworkRich Felker2016-01-221-58/+66
* refactor internal atomic.hRich Felker2016-01-211-15/+16
* remove visibility suppression by SHARED macro in mips and x32 arch filesRich Felker2015-12-151-4/+0
* 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
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-0/+2
* fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker2015-05-021-1/+1
* fix dangling pointers in x32 syscall timespec fixup codeRich Felker2015-05-012-10/+23
* fix breakage in x32 dynamic linker due to mismatching register sizeRich Felker2015-04-201-1/+1
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-0/+7
* dynamic linker bootstrap overhaulRich Felker2015-04-132-40/+29
* 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
* align x32 pthread type sizes to be common with 32-bit archsRich Felker2015-03-121-4/+4
* 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
* fix x32 pthread type definitionsRich Felker2015-03-041-7/+7
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-091-4/+7
* 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
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+2
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+2
* make pointers used in robust list volatileRich Felker2014-08-171-1/+1
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-271-25/+0