index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
compat.h
Age
Commit message (
Expand
)
Author
2023-05-25
arm64: avoid prototype warnings for syscalls
Arnd Bergmann
2023-04-11
arm64: compat: Remove defines now in asm-generic
Teo Couprie Diaz
2022-04-26
asm-generic: compat: Cleanup duplicate definitions
Guo Ren
2022-04-26
compat: consolidate the compat_flock{,64} definition
Christoph Hellwig
2022-04-26
uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
Christoph Hellwig
2021-09-08
arch: remove compat_alloc_user_space
Arnd Bergmann
2021-07-23
compat: make linux/compat.h available everywhere
Arnd Bergmann
2020-09-17
compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
Christoph Hellwig
2020-01-03
compat: provide compat_ptr() on all architectures
Arnd Bergmann
2020-01-03
compat: ARM64: always include asm-generic/compat.h
Arnd Bergmann
2019-08-05
arm64: remove pointless __KERNEL__ guards
Mark Rutland
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-10-01
arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ
Will Deacon
2018-08-29
asm-generic: Move common compat types to asm-generic/compat.h
Arnd Bergmann
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-04-20
y2038: arm64: Extend sysvipc compat data structures
Arnd Bergmann
2018-04-19
compat: Move compat_timespec/ timeval to compat_time.h
Deepa Dinamani
2018-01-15
signal: unify compat_siginfo_t
Al Viro
2018-01-12
signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
Eric W. Biederman
2017-11-15
fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall
Jeff Layton
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2015-11-17
arm64: do not include ptrace.h from compat.h
Arnd Bergmann
2015-02-02
arm64: compat: Remove incorrect comment in compat_siginfo
Catalin Marinas
2014-11-28
arm64: add SIGSYS siginfo for compat task
AKASHI Takahiro
2014-10-20
arm64: compat: fix compat types affecting struct compat_elf_prpsinfo
Victor Kamensky
2014-05-12
arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h
AKASHI Takahiro
2014-03-13
ARM64: perf: support dwarf unwinding in compat mode
Jean Pihet
2013-10-25
arm64: compat: add support for big-endian (BE8) AArch32 binaries
Will Deacon
2013-04-25
arm64: Fix compat types affecting struct compat_stat
Catalin Marinas
2013-01-02
arm64: Include linux/ptrace.h in asm/compat.h
Catalin Marinas
2012-12-19
new helper: compat_user_stack_pointer()
Al Viro
2012-10-06
compat: move compat_siginfo_t definition to asm/compat.h
Denys Vlasenko
2012-09-17
arm64: 32-bit (compat) applications support
Will Deacon