disable MADV_FREE usage in mallocng
[musl] / arch / mips64 /
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 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-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
2020-09-03 Rich Felkerfix missing O_LARGEFILE values on x86_64, x32, and...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-05-21 Rich Felkerfix incorrect SIGSTKFLT on all mips archs
2020-03-15 Rich Felkerwork around negated error code bug on some mips kernels
2020-03-15 Rich Felkerrevert mips64/n32 syscall asm clean-up due to regressions
2019-12-30 Szabolcs Nagymips: add clone3 syscall numbers from linux v5.4
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-11-05 Rich Felkerfix build regression on mips64 due to endian.h removal
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-26 Rich Felkerfix mips r6 syscall clobber lists not to include hi...
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
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 Felkerremove mips/n32/64 stat struct hacks from syscall machinery
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-18 Rich Felkerremove utterly wrong includes from mips64/n32 bits...
2019-07-17 Rich Felkerclean up mips64/n32 syscall asm constraints
2019-07-17 Rich Felkerdeduplicate mips64/n32 syscall clobbered register lists
2019-07-10 Samuel Hollandfix conflicting mips and powerpc definitions for TIOCSE...
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-07-01 Szabolcs Nagymips64: fix syscall numbers of io_pgetevents and rseq
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mipsn32...
2019-04-10 Rich Felkercleanup mips64 syscall_arch functions
2019-02-07 Bobby Binghammove arch-invariant definitions out of bits/ioctl.h
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-09-12 Rich Felkerapply hidden visibility to sigreturn code fragments
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-06-26 Rich Felkerfix value of SO_PEERSEC on mips archs
2018-06-19 Szabolcs Nagymips: add HWCAP_ flags from linux v4.17
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-03-10 Rich Felkerfix minor namespace issues in termios.h
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2018-02-22 Szabolcs Nagymips,powerpc: fix TIOCSER_TEMT in termios.h
2017-11-05 Szabolcs Nagyioctl TIOCGPTPEER from linux v4.13
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-08-29 Szabolcs Nagyfix mips ioctl macros to match linux asm/sockios.h
2017-06-01 Rich Felkerremove long-obsolete clang workarounds from mips* sysca...
2017-06-01 Rich Felkerfix fstatat syscall on mips64
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-13 Rich Felkerfix regression in tcsetattr on all mips archs
2016-07-03 Szabolcs Nagyfix TCS* definitions in mips termios.h
2016-07-03 Szabolcs Nagyfix mips termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix TIOCMSET in mips ioctl.h
2016-07-03 Szabolcs Nagyfix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
2016-07-03 Szabolcs Nagyremove mips and powerpc ioctls that are missing from...
2016-07-03 Szabolcs Nagyadd missing TIOC* macros to ioctl.h
2016-07-03 Szabolcs Nagyadd missing SIOCSIFNAME from linux/sockios.h to ioctl.h
2016-07-03 Szabolcs Nagyremove ioctl macros that were removed from linux uapi
2016-07-03 Rich Felkeradd consistent reserved fields in mips64/n32 termios...
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-04-03 Rich Felkeradd support for mips and mips64 r6 isa
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagymips64: add recent linux syscall numbers
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-03-11 Rich Felkercorrect pointer types for a_ll_p and a_sc_p primitives...
2016-03-11 Rich Felkermake mips64 a_sc_p atomic primitive's asm constraints...
2016-03-06 Rich Felkeradd mips64 port