summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/compat.h
AgeCommit message (Expand)Author
2023-05-25arm64: avoid prototype warnings for syscallsArnd Bergmann
2023-04-11arm64: compat: Remove defines now in asm-genericTeo Couprie Diaz
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig
2020-01-03compat: provide compat_ptr() on all architecturesArnd Bergmann
2020-01-03compat: ARM64: always include asm-generic/compat.hArnd Bergmann
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-01arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-04-20y2038: arm64: Extend sysvipc compat data structuresArnd Bergmann
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani
2018-01-15signal: unify compat_siginfo_tAl Viro
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2015-11-17arm64: do not include ptrace.h from compat.hArnd Bergmann
2015-02-02arm64: compat: Remove incorrect comment in compat_siginfoCatalin Marinas
2014-11-28arm64: add SIGSYS siginfo for compat taskAKASHI Takahiro
2014-10-20arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro
2014-03-13ARM64: perf: support dwarf unwinding in compat modeJean Pihet
2013-10-25arm64: compat: add support for big-endian (BE8) AArch32 binariesWill Deacon
2013-04-25arm64: Fix compat types affecting struct compat_statCatalin Marinas
2013-01-02arm64: Include linux/ptrace.h in asm/compat.hCatalin Marinas
2012-12-19new helper: compat_user_stack_pointer()Al Viro
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko
2012-09-17arm64: 32-bit (compat) applications supportWill Deacon