summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2019-10-11arm64: Always enable ssb vulnerability detectionJeremy Linton1-4/+0
2019-10-11KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon1-0/+11
2019-10-11arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon4-0/+12
2019-10-11arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon3-5/+15
2019-10-07arm64: fix unreachable code issue with cmpxchgArnd Bergmann1-3/+3
2019-10-05arm64: tlb: Ensure we execute an ISB following walk cache invalidationWill Deacon1-0/+1
2019-10-05Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon1-1/+5
2019-10-05arm64/prefetch: fix a -Wtype-limits warningQian Cai1-10/+11
2019-08-25arm64/mm: fix variable 'pud' set but not usedQian Cai1-2/+2
2019-08-25arm64/efi: fix variable 'si' set but not usedQian Cai1-1/+5
2019-08-06arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon1-3/+4
2019-08-04arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon1-0/+1
2019-07-31arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse1-0/+4
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 Borkmann1-0/+8
2019-07-03arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon1-1/+3
2019-06-25arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>Anisse Astier1-5/+3
2019-06-22arm64: use the correct function type in SYSCALL_DEFINE0Sami Tolvanen1-9/+9
2019-06-22arm64: fix syscall_fn_t typeSami Tolvanen1-1/+1
2019-05-31arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino1-0/+1
2019-05-31arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai1-1/+2
2019-05-31arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2-1/+4
2019-05-22arm64: compat: Reduce address limitVincenzo Frascino1-0/+8
2019-05-22arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon1-2/+31
2019-05-10arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon1-21/+34
2019-05-04KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier1-0/+11
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-03-23arm64: Fix HCR.TGE status for NMI contextsJulien Thierry1-0/+31
2019-03-23arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier1-0/+11
2019-02-12arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definitionDave Martin1-1/+1
2019-02-12arm64: io: Ensure value passed to __iormb() is held in a 64-bit registerWill Deacon1-1/+2
2019-02-12arm64: io: Ensure calls to delay routines are ordered against prior readX()Will Deacon1-8/+23
2019-01-26arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon1-12/+18
2019-01-26arm64: kasan: Increase stack size for KASAN_EXTRAQian Cai1-1/+6
2019-01-22arm64: Don't trap host pointer auth use to EL2Mark Rutland1-1/+3
2019-01-22arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-0/+1
2019-01-09arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon1-2/+3
2019-01-09arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon1-1/+1
2018-12-08arm64: ftrace: Fix to enable syscall events on arm64Masami Hiramatsu1-0/+13
2018-11-27arm64: percpu: Initialize ret in the default caseNathan Chancellor1-0/+3
2018-09-11arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda1-2/+2
2018-09-07arm64: KVM: Remove pgd_lockSteven Price1-2/+1
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-1/+0
2018-08-24arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.hWill Deacon1-0/+2
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini9-24/+107
2018-08-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds24-238/+354
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-64/+4
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0