index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
compat.h
Age
Commit message (
Expand
)
Author
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