summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0Star
|\
| * fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-11-151-1/+0Star
* | 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/+3Star
* | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-161-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
| * | arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin2017-11-031-0/+3
| * | arm64: entry.S: convert elX_irqJames Morse2017-11-021-0/+5
| * | arm64: entry.S convert el0_syncJames Morse2017-11-021-9/+0Star
| * | arm64: entry.S: convert el1_syncJames Morse2017-11-021-0/+6
| * | arm64: entry.S: Remove disable_dbgJames Morse2017-11-021-8/+1Star
| * | arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse2017-11-022-6/+3Star
| * | arm64: introduce an order for exceptionsJames Morse2017-11-021-21/+13Star
| * | arm64: explicitly mask all exceptionsJames Morse2017-11-022-0/+86
| * | arm64: Implement arch-specific pte_access_permitted()Catalin Marinas2017-10-301-0/+14
| * | arm64: uapi: Remove PSR_Q_BITWill Deacon2017-10-271-1/+0Star
| * | arm64: asm-bug: Renumber macro local labels to avoid clashesDave Martin2017-10-251-4/+4
| * | arm64: Fix single stepping in kernel trapsJulien Thierry2017-10-251-0/+6
| * | arm64: Use existing defines for mdscrJulien Thierry2017-10-251-2/+3
| * | Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2017-10-242-0/+95
| |\ \
| | * | arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon2017-10-182-0/+95
| * | | arm_arch_timer: Expose event stream statusJulien Thierry2017-10-131-0/+1
| * | | arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose2017-10-112-0/+9
| * | | arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagationBen Hutchings2017-10-091-2/+2
| * | | arm64: move TASK_* definitions to <asm/processor.h>Yury Norov2017-10-022-15/+21
| |/ /
* | | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-142-12/+7Star
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki2017-11-132-12/+7Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | | | |/
| | | * | arm64: mm: Remove arch_apei_flush_tlb_one()James Morse2017-11-071-12/+0Star
| | | * | ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2017-11-071-0/+7
| | | |/
* | | | Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-141-0/+8
|\ \ \ \