summaryrefslogtreecommitdiff
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
| * arm64: entry.S: convert el1_syncJames Morse2017-11-021-0/+6
| * arm64: entry.S: Remove disable_dbgJames Morse2017-11-021-8/+1
| * arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse2017-11-022-6/+3
| * arm64: introduce an order for exceptionsJames Morse2017-11-021-21/+13
| * 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/+0
| * 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-132-12/+7
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki2017-11-132-12/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | | * | arm64: mm: Remove arch_apei_flush_tlb_one()James Morse2017-11-071-12/+0
| | | * | 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-131-0/+8
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-11-131-0/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | arm64: wire cpu-invariant accounting support up to the task schedulerDietmar Eggemann2017-10-031-0/+3
| | * | | arm64: wire frequency-invariant accounting support up to the task schedulerDietmar Eggemann2017-10-031-0/+5
| | |/ /
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-0/+5
|\ \ \ \
| * \ \ \ Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-021-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | irqchip/gic-v3: Add support for Range Selector (RS) featureShanker Donthineni2017-10-191-0/+5
* | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0744-0/+44
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-0216-0/+16
| * | | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-022-0/+2
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0226-0/+26
| | |_|/ | |/| |
* | | | locking/qrwlock, arm64: Move rwlock implementation over to qrwlocksWill Deacon2017-10-253-168/+3