aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-14arm64/sve: Report SVE to userspace via CPUID only if supportedDave Martin1-0/+3
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni1-0/+10
2017-12-12arm64: Define cputype macros for Falkor CPUShanker Donthineni1-0/+2
2017-12-12arm64: mm: Fix false positives in set_pte_at access/dirty race detectionWill Deacon1-4/+4
2017-12-11arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper1-15/+18
2017-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+11
2017-12-06arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlbWill Deacon1-14/+10
2017-12-06arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon2-12/+14
2017-12-05Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmRadim Krčmář2-2/+2
2017-12-05arm64/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2-0/+11
2017-12-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+46
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel1-1/+1
2017-12-01arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel1-0/+44
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+0
2017-11-29KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée1-0/+1
2017-11-29arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko1-2/+1
2017-11-28arm64: mm: cleanup stale AIVIVT referencesMark Rutland1-1/+1
2017-11-17Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+0
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-9/+19
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-1/+1
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds24-73/+848
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-12/+7
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+8
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki2-12/+7
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+8
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse1-12/+0
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse1-0/+7
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar44-0/+44
2017-11-06KVM: arm/arm64: fix the incompatible matching for external abortDongjiu Geng1-1/+1
2017-11-06KVM: arm/arm64: Unify 32bit fault injectionMarc Zyngier1-0/+3
2017-11-06KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESETEric Auger1-0/+1
2017-11-06KVM: arm/arm64: Support EL1 phys timer register access in set/get regChristoffer Dall1-0/+6
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall2-2/+4
2017-11-06arm64: Use physical counter for in-kernel reads when booted in EL2Christoffer Dall1-1/+1
2017-11-06arm64: Implement arch_counter_get_cntpct to read the physical counterChristoffer Dall1-5/+3
2017-11-03arm64/sve: Add documentationDave Martin1-0/+3
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin3-2/+5
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin3-1/+15
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin2-0/+18
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin2-1/+149
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin3-0/+54
2017-11-03arm64/sve: Backend logic for setting the vector lengthDave Martin1-0/+8
2017-11-03arm64/sve: Signal handling supportDave Martin1-0/+1
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin2-0/+2
2017-11-03arm64/sve: Core task context handlingDave Martin4-0/+24
2017-11-03arm64/sve: Signal frame and context structure definitionDave Martin1-1/+116
2017-11-03arm64/sve: Kconfig update and conditional compilation supportDave Martin1-0/+5