summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-08-11arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2-5/+10
2019-08-11arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon1-3/+5
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-08-04arm64: tegra: Fix AGIC register rangeJon Hunter1-1/+1
2019-08-04arm64: tegra: Update Jetson TX1 GPU regulator timingsJon Hunter1-1/+2
2019-08-04crypto: arm64/sha2-ce - correct digest for empty data in finupElena Petrova1-1/+1
2019-08-04crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova1-1/+1
2019-08-04acpi/arm64: ignore 5.1 FADTs that are reported as 5.0Ard Biesheuvel1-3/+7
2019-08-04arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor1-1/+5
2019-07-21arm64: crypto: remove accidentally backported filesMark Rutland2-3146/+0
2019-07-10arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel1-2/+6
2019-07-10arm64, vdso: Define vdso_{start,end} as arrayKees Cook1-5/+5
2019-06-22arm64/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: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-12/+14
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-08arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko1-1/+0
2019-05-08arm64: mm: print out correct page table entriesKristina Martsenko2-12/+26
2019-05-08arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon1-5/+9
2019-05-08arm64: kasan: avoid bad virt_to_pfn()Mark Rutland1-1/+1
2019-04-27arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-17arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-17arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2019-04-05arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon2-3/+18
2019-04-05arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon1-5/+6
2019-04-03arm64: support keyctl() system call in 32-bit modeEric Biggers1-0/+4
2019-03-27arm64: traps: disable irq in die()Qiao Zhou1-2/+6
2019-03-23crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel1-2/+3
2019-03-23arm64: Relax GIC version check during early bootVladimir Murzin1-2/+1
2019-03-14arm64: dts: add msm8996 compatible to gicv3Srinivas Kandagatla1-1/+1
2019-03-14arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse1-3/+3
2019-02-27irqchip/gic-v3: Convert arm64 GIC accessors to {read,write}_sysreg_sWill Deacon1-29/+18
2019-02-12arm64: ftrace: don't adjust the LR valueMark Rutland1-1/+0
2019-02-06arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse1-1/+3
2019-02-06arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse1-0/+2
2019-02-06arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel1-0/+1
2019-01-26arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell1-0/+1
2019-01-23arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel1-2/+6
2019-01-23arm64: Don't trap host pointer auth use to EL2Mark Rutland1-1/+3
2019-01-23arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland3-4/+4
2019-01-09arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon1-1/+1
2018-12-01arm64: remove no-op -p linker flagGreg Hackmann1-1/+1
2018-11-27arm64: percpu: Initialize ret in the default caseNathan Chancellor1-0/+3
2018-11-23arm64: uaccess: suppress spurious clang warningMark Rutland1-2/+2
2018-11-23efi/libstub/arm64: Use hidden attribute for struct screen_info referenceArd Biesheuvel1-0/+3
2018-11-23crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel4-20/+16