summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon2017-12-111-7/+5
* arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon2017-12-112-12/+17
* arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon2017-12-111-3/+36
* arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon2017-12-111-23/+23
* arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2017-12-114-1/+33
* arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon2017-12-112-0/+103
* arm64: mm: Invalidate both kernel and user ASIDs when performing TLBIWill Deacon2017-12-111-2/+14
* arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon2017-12-111-0/+8
* arm64: mm: Allocate ASIDs in pairsWill Deacon2017-12-112-8/+18
* arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2017-12-1110-21/+42
* arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon2017-12-113-5/+4
* arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2017-12-114-36/+0
* arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon2017-12-114-9/+14
* arm64: mm: Temporarily disable ARM64_SW_TTBR0_PANWill Deacon2017-12-111-0/+1
* arm64: mm: Use non-global mappings for kernel spaceWill Deacon2017-12-112-8/+25
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-12-106-10/+7
|\
| * Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2017-12-102-5/+5
| |\
| | * ARM64: dts: meson-gx: fix UART pclk clock nameNeil Armstrong2017-12-082-5/+5
| * | Merge tag 'uniphier-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2017-12-033-4/+1
| |\ \
| | * | arm64: dts: uniphier: remove unnecessary interrupt-parentMasahiro Yamada2017-11-293-3/+0
| | * | arm64: dts: uniphier: correct on-board device IRQ number for PXs3Dai Okamura2017-11-291-1/+1
| | |/
| * / arm64: dts: sort vendor subdirectories in Makefile alphabeticallyMasahiro Yamada2017-12-031-1/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-105-24/+95
|\ \
| * \ Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/k...Radim Krčmář2017-12-055-24/+95
| |\ \
| | * | kvm: arm64: handle single-step of hyp emulated mmio instructionsAlex Bennée2017-11-291-7/+30
| | * | kvm: arm64: handle single-step during SError exceptionsAlex Bennée2017-11-291-1/+7
| | * | kvm: arm64: handle single-stepping trapped instructionsAlex Bennée2017-11-291-14/+35
| | * | KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée2017-11-292-0/+22
| | * | arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko2017-11-291-2/+1
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-082-0/+11
|\ \ \
| * | | arm64/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-052-0/+11
| |/ /
* | | arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin2017-12-061-12/+16
* | | arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlbWill Deacon2017-12-061-14/+10
* | | arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon2017-12-062-12/+14
* | | arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin2017-12-061-10/+15
* | | arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin2017-12-061-0/+9
|/ /
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-12-0213-93/+92
|\ \
| * | arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon2017-12-011-11/+12
| * | arm64: cpu_ops: Add missing 'const' qualifiersYury Norov2017-12-011-3/+3
| * | arm64: perf: remove unsupported events for Cortex-A73Xu YiPing2017-12-011-6/+0
| * | arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin2017-12-011-3/+3
| * | arm64: pgd: Mark pgd_cache as __ro_after_initJinbum Park2017-12-011-1/+1
| * | arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel2017-12-017-31/+22
| * | arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel2017-12-012-36/+46
| * | arm64: mm: cleanup stale AIVIVT referencesMark Rutland2017-11-282-2/+5
| |/
* / mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-301-1/+0
|/
* Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-252-0/+4
|\
| * Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2017-11-172-0/+4
| |\
| | * KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier2017-11-101-0/+1
| | * KVM: arm/arm64: register irq bypass consumer on ARM/ARM64Eric Auger2017-11-061-0/+3