aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-03arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin2-0/+153
2017-11-03arm64/sve: System register and exception syndrome definitionsDave Martin3-1/+24
2017-11-03arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin1-0/+3
2017-11-02arm64: entry.S: convert elX_irqJames Morse1-0/+5
2017-11-02arm64: entry.S convert el0_syncJames Morse1-9/+0
2017-11-02arm64: entry.S: convert el1_syncJames Morse1-0/+6
2017-11-02arm64: entry.S: Remove disable_dbgJames Morse1-8/+1
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse2-6/+3
2017-11-02arm64: introduce an order for exceptionsJames Morse1-21/+13
2017-11-02arm64: explicitly mask all exceptionsJames Morse2-0/+86
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier1-1/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman16-0/+16
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman26-0/+26
2017-10-30arm64: Implement arch-specific pte_access_permitted()Catalin Marinas1-0/+14
2017-10-27arm64: uapi: Remove PSR_Q_BITWill Deacon1-1/+0
2017-10-25arm64: asm-bug: Renumber macro local labels to avoid clashesDave Martin1-4/+4
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry1-0/+6