summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon2017-12-113-3/+5
* arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2017-12-112-2/+4
* arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2017-12-112-0/+5
* 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-111-0/+1
* arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2017-12-112-12/+34
* arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon2017-12-111-3/+2
* arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2017-12-112-24/+0
* arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon2017-12-113-6/+8
* arm64: mm: Use non-global mappings for kernel spaceWill Deacon2017-12-112-8/+25
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-102-2/+2
|\
| * Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/k...Radim Krčmář2017-12-052-2/+2
| |\
| | * KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée2017-11-291-0/+1
| | * 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: 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
|/ /
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-12-012-2/+46
|\ \
| * | arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel2017-12-011-1/+1
| * | arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel2017-12-011-0/+44
| * | arm64: mm: cleanup stale AIVIVT referencesMark Rutland2017-11-281-1/+1
| |/
* | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+0
|/
* Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0
|\
| * fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-11-151-1/+0
* | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-166-9/+19
|\ \
| * | KVM: arm/arm64: fix the incompatible matching for external abortDongjiu Geng2017-11-061-1/+1
| * | KVM: arm/arm64: Unify 32bit fault injectionMarc Zyngier2017-11-061-0/+3
| * | KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESETEric Auger2017-11-061-0/+1
| * | KVM: arm/arm64: Support EL1 phys timer register access in set/get regChristoffer Dall2017-11-061-0/+6
| * | KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall2017-11-062-2/+4
| * | arm64: Use physical counter for in-kernel reads when booted in EL2Christoffer Dall2017-11-061-1/+1
| * | arm64: Implement arch_counter_get_cntpct to read the physical counterChristoffer Dall2017-11-061-5/+3
* | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-1524-73/+848
|\ \ \ | |_|/ |/| |
| * | arm64/sve: Add documentationDave Martin2017-11-031-0/+3
| * | arm64/sve: Detect SVE and activate runtime supportDave Martin2017-11-033-2/+5
| * | arm64/sve: KVM: Prevent guests from using SVEDave Martin2017-11-033-1/+15
| * | arm64/sve: Add prctl controls for userspace vector length managementDave Martin2017-11-032-0/+18
| * | arm64/sve: ptrace and ELF coredump supportDave Martin2017-11-032-1/+149
| * | arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin2017-11-033-0/+54
| * | arm64/sve: Backend logic for setting the vector lengthDave Martin2017-11-031-0/+8
| * | arm64/sve: Signal handling supportDave Martin2017-11-031-0/+1
| * | arm64/sve: Support vector length resetting for new processesDave Martin2017-11-032-0/+2
| * | arm64/sve: Core task context handlingDave Martin2017-11-034-0/+24
| * | arm64/sve: Signal frame and context structure definitionDave Martin2017-11-031-1/+116
| * | arm64/sve: Kconfig update and conditional compilation supportDave Martin2017-11-031-0/+5
| * | arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin2017-11-032-0/+153
| * | arm64/sve: System register and exception syndrome definitionsDave Martin2017-11-033-1/+24
OpenPOWER on IntegriCloud