index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
add m68k port
Rich Felker
2018-06-19
17
-0
/
+847
*
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
2018-06-02
12
-10
/
+19
*
work around arm gcc's rejection of r7 asm constraints in thumb mode
Rich Felker
2018-05-01
1
-14
/
+39
*
arm: use a_ll/a_sc atomics when building for ARMv6T2
Andre McCurdy
2018-04-19
1
-1
/
+1
*
arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros
Andre McCurdy
2018-04-19
2
-2
/
+2
*
provide optimized a_ctz_32 for arm
Andre McCurdy
2018-04-19
1
-0
/
+12
*
remove a_ctz_l from arch specific atomic_arch.h
Andre McCurdy
2018-04-19
2
-5
/
+5
*
fix minor namespace issues in termios.h
Rich Felker
2018-03-10
6
-0
/
+12
*
use PAGESIZE rather than PAGE_SIZE in user.h bits
Rich Felker
2018-03-10
4
-8
/
+8
*
reverse definition dependency between PAGESIZE and PAGE_SIZE
Rich Felker
2018-03-10
6
-6
/
+6
*
aarch64: add sve_context struct and related defines from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+39
*
aarch64: update hwcap.h for linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+6
*
arm: add get_tls syscall from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
powerpc: update hwcap.h for linux v4.15
Szabolcs Nagy
2018-02-22
2
-0
/
+6
*
s390x: add s390_sthyi system call from v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
Szabolcs Nagy
2018-02-22
5
-0
/
+5
*
mips,powerpc: fix TIOCSER_TEMT in termios.h
Szabolcs Nagy
2018-02-22
5
-5
/
+5
*
aarch64: add HWCAP_DCPOP from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
aarch64: fix mismatched type of ucontext_t uc_link member
William Pitcock
2018-01-31
1
-1
/
+1
*
fix x32 unistd macros to report as ILP32 not LP64
Nicholas Wilson
2017-12-14
1
-2
/
+2
*
s390x: use generic ioctl.h
Szabolcs Nagy
2017-11-05
2
-196
/
+2
*
microblaze: add statx syscall from linux v4.13
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
aarch64: add extra_context struct from linux v4.13
Szabolcs Nagy
2017-11-05
1
-0
/
+7
*
ioctl TIOCGPTPEER from linux v4.13
Szabolcs Nagy
2017-11-05
7
-0
/
+7
*
s390x: add syscall number for s390_guarded_storage from linux v4.12
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
i386: add arch_prctl syscall number from linux v4.12
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
aarch64: add new HWCAP_* flags from linux v4.12
Szabolcs Nagy
2017-11-05
1
-0
/
+3
*
add statx syscall numbers from linux v4.11
Szabolcs Nagy
2017-11-05
12
-0
/
+12
*
update aarch64 hwcap.h for linux v4.11
Szabolcs Nagy
2017-11-05
1
-0
/
+2
*
add kexec_file_load syscall number on powerpc from linux v4.10
Szabolcs Nagy
2017-11-05
2
-0
/
+2
*
add microblaze syscall numbers from linux v4.10
Szabolcs Nagy
2017-11-05
1
-0
/
+6
*
fix build regression on ARM for ISA levels less than v5
Rich Felker
2017-10-25
1
-0
/
+4
*
powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
Szabolcs Nagy
2017-09-11
2
-1
/
+11
*
make syscall.h consistent with linux
Szabolcs Nagy
2017-09-06
10
-24
/
+20
*
arm: add HWCAP_ARM_ hwcap macros
Szabolcs Nagy
2017-08-29
1
-0
/
+24
*
add a_clz_64 helper function
Szabolcs Nagy
2017-08-29
7
-0
/
+49
*
s390x: add bits/hwcap.h
Szabolcs Nagy
2017-08-29
1
-0
/
+15
*
add SIOCGSTAMPNS socket ioctl macro to ioctl.h
Szabolcs Nagy
2017-08-29
8
-0
/
+8
*
fix mips ioctl macros to match linux asm/sockios.h
Szabolcs Nagy
2017-08-29
3
-15
/
+15
*
fix build failure for sh4a due to missing colon in asm statement
Thomas Petazzoni
2017-08-11
1
-1
/
+1
*
fix omission of microblaze user.h definitions
Rich Felker
2017-06-21
1
-1
/
+25
*
remove long-obsolete clang workarounds from mips* syscall_arch.h files
Rich Felker
2017-05-31
3
-157
/
+0
*
fix fstatat syscall on mips64
Rich Felker
2017-05-31
1
-3
/
+22
*
s390x: provide sigcontext struct definition
Bobby Bingham
2017-04-22
1
-0
/
+15
*
s390x: fix fpreg_t and remove unused per_struct
Tuan M. Hoang
2017-03-15
1
-2
/
+2
*
fix ld-behavior-dependent crash in ppc64 ldso startup
Rich Felker
2017-03-08
1
-1
/
+1
*
allow page size to vary on arm
Rich Felker
2017-02-22
1
-1
/
+0
*
fix crashes in x32 __tls_get_addr
rofl0r
2017-01-13
1
-0
/
+2
*
reduce impact of REG_* namespace pollution in x86[_64] signal.h
Rich Felker
2017-01-04
3
-65
/
+130
*
add pkey_{mprotect,alloc,free} syscalls from linux v4.9
Szabolcs Nagy
2016-12-29
9
-0
/
+27
[next]