summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-08-04arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon1-0/+1
2019-08-04arm64: dts: marvell: Fix A37xx UART0 register sizeallen yan1-1/+1
2019-07-31arm64: tegra: Fix AGIC register rangeJon Hunter1-1/+1
2019-07-31arm64: tegra: Update Jetson TX1 GPU regulator timingsJon Hunter1-1/+2
2019-07-31crypto: arm64/sha2-ce - correct digest for empty data in finupElena Petrova1-1/+1
2019-07-31crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova1-1/+1
2019-07-31acpi/arm64: ignore 5.1 FADTs that are reported as 5.0Ard Biesheuvel1-3/+7
2019-07-31arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor1-1/+5
2019-07-10arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel1-2/+6
2019-07-03arm64: insn: Fix ldadd instruction encodingJean-Philippe Brucker1-1/+1
2019-07-03bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann4-9/+71
2019-07-03arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon1-1/+3
2019-06-19arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland1-3/+8
2019-05-31arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-05-31arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino4-5/+8
2019-05-31arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai1-1/+2
2019-05-31arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig1-0/+10
2019-05-21crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers1-0/+2
2019-05-21bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2-7/+0
2019-05-21arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-16/+18
2019-05-21arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker1-0/+1
2019-05-21arm64: compat: Reduce address limitVincenzo Frascino1-0/+8
2019-05-16arm64: dts: marvell: armada-ap806: reserve PSCI areaHeinrich Schuchardt1-0/+17
2019-05-16arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier1-10/+25
2019-05-10arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon1-21/+34
2019-05-08arm64: only advance singlestep for user instruction trapsMark Rutland1-1/+2
2019-05-08arm64: Fix single stepping in kernel trapsJulien Thierry4-10/+27
2019-04-27arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-17arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64Tomohiro Mayama1-2/+1
2019-04-17arm64: dts: rockchip: fix vcc_host1_5v pin assign on rk3328-rock64Katsuhiro Suzuki1-2/+2
2019-04-17arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon1-6/+9
2019-04-17arm64: dts: rockchip: fix rk3328 rgmii high tx error ratePeter Geis1-22/+22
2019-04-17arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-17arm64: dts: rockchip: fix rk3328 sdmmc0 write errorsPeter Geis1-7/+7
2019-04-17arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2019-04-05arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon1-5/+6
2019-03-23arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin1-1/+1
2019-03-23arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon2-4/+16
2019-03-23arm64: Fix HCR.TGE status for NMI contextsJulien Thierry2-0/+34
2019-03-23crypto: arm64/aes-neonbs - fix returning final keystream blockEric Biggers1-1/+4
2019-03-23crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routineArd Biesheuvel1-3/+1
2019-03-23crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel1-2/+3
2019-03-23crypto: arm64/crct10dif - revert to C code for short inputsArd Biesheuvel1-19/+6
2019-03-23arm64: Relax GIC version check during early bootVladimir Murzin1-2/+1
2019-03-23KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loadedChristoffer Dall1-2/+24
2019-03-14arm64: dts: hikey: Give wifi some time after power-onJan Kiszka1-0/+1
2019-03-14arm64: dts: add msm8996 compatible to gicv3Srinivas Kandagatla1-1/+1
2019-03-14arm64: dts: renesas: r8a7796: Enable DMA for SCIF2Geert Uytterhoeven1-0/+3
2019-03-14arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse1-3/+3
2019-02-12arm64: ftrace: don't adjust the LR valueMark Rutland1-1/+0