disable MADV_FREE usage in mallocng
[musl] / arch / aarch64 /
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
2022-03-08 Szabolcs Nagybits/syscall.h: add mount_setattr from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add epoll_pwait2 from linux v5.11
2021-02-15 Szabolcs Nagyaarch64/bits/mman.h: add PROT_MTE from linux v5.10
2021-02-15 Szabolcs Nagyaarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
2021-02-15 Szabolcs Nagyadd aarch64/bits/mman.h with PROT_BTI from linux v5.8
2021-02-15 Szabolcs Nagyaarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-11-11 Rich Felkerfix vector types in aarch64 register file structures
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyaarch64: add new HWCAP2_ macros from linux v5.6
2020-09-09 Szabolcs Nagyaarch64: add HWCAP2_ macros from linux v5.3
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkerdefine LONG_MAX via arch alltypes.h, strip down bits...
2019-10-17 Rich Felkerremove use of endian.h from arch reloc.h headers, clean up
2019-10-17 Rich Felkerremove indirect use of endian.h from public headers
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-09-11 Szabolcs Nagyaarch64: add HWCAP2 flags from linux v5.2
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkerextricate bits/sem.h from x32 time_t hack
2019-07-29 Rich Felkerremove duplicates of new generic bits/shm.h
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-04-17 Szabolcs Nagymath: add fp_arch.h with fp_barrier and fp_force_eval
2019-03-13 Szabolcs Nagyaarch64: add HWCAP_ definitions from linux v5.0
2019-03-13 Szabolcs Nagyaarch64, or1k: add kexec_file_load syscall number from...
2019-03-13 Szabolcs Nagyaarch64: add HWCAP_SSBS from linux v4.20
2019-03-13 Szabolcs Nagyaarch64, or1k: define rseq syscall number following...
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-06-19 Szabolcs Nagyaarch64: add HWCAP_ flags from linux v4.17
2018-06-19 Szabolcs Nagyaarch64: add HWCAP_ASIMDFHM from linux v4.16
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-02-22 Szabolcs Nagyaarch64: add sve_context struct and related defines...
2018-02-22 Szabolcs Nagyaarch64: update hwcap.h for linux v4.15
2018-02-22 Szabolcs Nagyaarch64: add HWCAP_DCPOP from linux v4.14
2018-02-01 William Pitcockaarch64: fix mismatched type of ucontext_t uc_link...
2017-11-05 Szabolcs Nagyaarch64: add extra_context struct from linux v4.13
2017-11-05 Szabolcs Nagyaarch64: add new HWCAP_* flags from linux v4.12
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-11-05 Szabolcs Nagyupdate aarch64 hwcap.h for linux v4.11
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2016-12-30 Szabolcs Nagyadd pkey_{mprotect,alloc,free} syscalls from linux...
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Szabolcs Nagyuse the generic ioctl.h for x86_64, x32 and aarch64
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-02-23 Rich Felkermake aarch64 atomic_arch.h report that it defines point...
2016-01-31 Szabolcs Nagybetter a_sc inline asm constraint on aarch64 and arm
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-25 Szabolcs Nagyfix aarch64 atomics to load/store 32bit only
2016-01-23 Rich Felkerimprove aarch64 atomics
2016-01-21 Rich Felkeroverhaul aarch64 atomics for new atomics framework
2016-01-21 Rich Felkerrefactor internal atomic.h
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-09-15 Felix Jandafix namespace violations in aarch64/bits/termios.h
2015-08-11 Szabolcs Nagyaarch64: fix 64-bit syscall argument passing
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
2015-04-30 Szabolcs Nagyaarch64: fix CRTJMP in reloc.h
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-01 Rich Felkeraarch64: remove duplicate macro definitions in bits...
2015-04-01 Rich Felkeraarch64: fix definition of sem_nsems in semid_ds structure
2015-04-01 Szabolcs Nagyaarch64: fix namespace pollution in bits/shm.h
2015-03-20 Rich Felkerfix missing max_align_t definition on aarch64
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-14 Szabolcs Nagyaarch64: fix typo in bits/ioctl.h
2015-03-14 Szabolcs Nagyaarch64: add struct _aarch64_ctx to signal.h
2015-03-12 Szabolcs Nagyadd aarch64 port