summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-01-08arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon
2018-01-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-01-08arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon
2018-01-08arm64: use RET instruction for exiting the trampolineWill Deacon
2018-01-05arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng
2018-01-05arm64: asid: Do not replace active_asids if already 0Catalin Marinas
2018-01-02arm64: make label allocation style consistent in tishiftJason A. Donenfeld
2018-01-02ARM64 / cpuidle: Use new cpuidle macro for entering retention statePrashanth Prakash
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas
2017-12-22arm64: enable 52-bit physical address supportKristina Martsenko
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko
2017-12-22arm64: don't open code page table entry creationKristina Martsenko
2017-12-22arm64: head.S: handle 52-bit PAs in PTEs in early page table setupKristina Martsenko
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko
2017-12-22arm64: add kconfig symbol to configure physical address sizeKristina Martsenko
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon
2017-12-11arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0Will Deacon
2017-12-11arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2017-12-11arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon
2017-12-11arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon
2017-12-11arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon
2017-12-11arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2017-12-11arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon
2017-12-11arm64: mm: Invalidate both kernel and user ASIDs when performing TLBIWill Deacon
2017-12-11arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon
2017-12-11arm64: mm: Allocate ASIDs in pairsWill Deacon
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2017-12-11arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon
2017-12-11arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2017-12-11arm64: mm: Temporarily disable ARM64_SW_TTBR0_PANWill Deacon
2017-12-11arm64: mm: Use non-global mappings for kernel spaceWill Deacon
2017-12-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2017-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-12-09Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-08ARM64: dts: meson-gx: fix UART pclk clock nameNeil Armstrong
2017-12-06arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin
2017-12-06arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlbWill Deacon
2017-12-06arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon
2017-12-06arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin
2017-12-06arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin
2017-12-05Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/k...Radim Krčmář
2017-12-05arm64/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner