summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2019-07-26arm64: irqflags: Add condition flags to inline asm clobber listJulien Thierry
2019-07-26arm64: tegra: Fix AGIC register rangeJon Hunter
2019-07-26arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry
2019-07-26arm64: tegra: Update Jetson TX1 GPU regulator timingsJon Hunter
2019-07-26crypto: arm64/sha2-ce - correct digest for empty data in finupElena Petrova
2019-07-26crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova
2019-07-26acpi/arm64: ignore 5.1 FADTs that are reported as 5.0Ard Biesheuvel
2019-07-26arm64: Do not enable IRQs for ct_user_exitJulien Thierry
2019-07-26arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen
2019-07-26arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor
2019-07-21arm64: dts: ls1028a: Fix CPU idle fail.Ran Wang
2019-07-10arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel
2019-07-10arm64: tlbflush: Ensure start/end of address range are aligned to strideWill Deacon
2019-07-03arm64: insn: Fix ldadd instruction encodingJean-Philippe Brucker
2019-07-03bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann
2019-07-03arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon
2019-07-03arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor
2019-06-25arm64: ssbd: explicitly depend on <linux/prctl.h>Anisse Astier
2019-06-25arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>Anisse Astier
2019-06-25arm64: Silence gcc warnings about arch ABI driftDave Martin
2019-06-22arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen
2019-06-22arm64: use the correct function type in SYSCALL_DEFINE0Sami Tolvanen
2019-06-22arm64: fix syscall_fn_t typeSami Tolvanen
2019-06-19KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse
2019-06-19arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland
2019-06-19arm64: Print physical address of page table base in show_pte()Will Deacon
2019-06-15arm64: dts: qcom: qcs404: Fix regulator supply namesBjorn Andersson
2019-06-15arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatibleAndrey Smirnov
2019-06-15arm64: defconfig: Update UFSHCD for Hi3660 socValentin Schneider
2019-06-09arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas
2019-06-09signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman
2019-05-31arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang
2019-05-31arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino
2019-05-31arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon
2019-05-31arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai
2019-05-31arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon
2019-05-31arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig
2019-05-31arm64: Kconfig: Make ARM64_PSEUDO_NMI depend on BROKEN for nowWill Deacon
2019-05-31arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel
2019-05-22bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann
2019-05-22crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers
2019-05-22crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers
2019-05-22arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker
2019-05-22arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker
2019-05-22arm64: compat: Reduce address limitVincenzo Frascino
2019-05-22arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon
2019-05-22arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou
2019-05-22arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller.Christoph Muellner
2019-05-22arm64: dts: rockchip: fix IO domain voltage setting of APIO5 on rockpro64Katsuhiro Suzuki
2019-05-11arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon