summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2018-04-27arm64: Makefile: Add "-pipe" to CFLAGS to speed up the build.Christoph Muellner
2018-04-27[noupstream] Add gryphon DTS.Christoph Muellner
2018-04-26copy_siginfo_to_user32Yury Norov
2018-04-26arm64: ilp32: Make the Kconfig option default yCatalin Marinas
2018-04-26arm64:ilp32: add ARM64_ILP32 to KconfigAndrew Pinski
2018-04-26arm64:ilp32: add vdso-ilp32 and use for signal returnPhilipp Tomsich
2018-04-26arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32Yury Norov
2018-04-26arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontextYury Norov
2018-04-26arm64: signal32: move ilp32 and aarch32 common code to separated fileYury Norov
2018-04-26arm64: signal: share lp64 signal structures and routines to ilp32Yury Norov
2018-04-26arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use itAndrew Pinski
2018-04-26arm64: ilp32: share aarch32 syscall handlersYury Norov
2018-04-26arm64: ilp32: introduce binfmt_ilp32.cYury Norov
2018-04-26arm64: change compat_elf_hwcap and compat_elf_hwcap2 prefix to a32Yury Norov
2018-04-26arm64: introduce binfmt_elf32.cYury Norov
2018-04-26arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64Yury Norov
2018-04-26arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)Yury Norov
2018-04-26arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64Andrew Pinski
2018-04-26arm64: rename functions that reference compat termYury Norov
2018-04-26arm64: rename COMPAT to AARCH32_EL0 in KconfigAndrew Pinski
2018-04-26asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2018-04-26arm64: signal: Make parse_user_sigframe() independent of rt_sigframe layoutDave Martin
2018-04-24ARM64: dts: meson: reduce odroid-c2 eMMC maximum rateJerome Brunet
2018-04-08crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez
2018-03-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-15Merge tag 'kvm-arm-fixes-for-v4.16-2' of git://git.kernel.org/pub/scm/linux/k...Paolo Bonzini
2018-03-14KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUNChristoffer Dall
2018-03-12Merge tag 'v4.16-rockchip-dts64fixes-2' of ssh://gitolite.kernel.org/pub/scm/...Arnd Bergmann
2018-03-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2018-03-09arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discoveryMarc Zyngier
2018-03-02Revert "arm64: dts: rockchip: add usb3-phy otg-port support for rk3399"Heiko Stuebner
2018-03-01arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)Douglas Anderson
2018-02-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2018-02-26arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel
2018-02-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand
2018-02-22bpf, arm64: fix out of bounds access in tail callDaniel Borkmann
2018-02-22Merge tag 'v4.16-rockchip-dts64fixes-1' of ssh://gitolite.kernel.org/pub/scm/...Arnd Bergmann
2018-02-22arm64: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre
2018-02-22Merge tag 'amlogic-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2018-02-22arm64: dts: cavium: fix PCI bus dtc warningsRob Herring
2018-02-22arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2018-02-20arm64: perf: correct PMUVer probingMark Rutland
2018-02-19arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon
2018-02-19arm64: Remove unimplemented syscall log messageMichael Weiser
2018-02-19arm64: Disable unhandled signal log messages by defaultMichael Weiser
2018-02-19arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon