summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin
2017-11-03arm64/sve: Backend logic for setting the vector lengthDave Martin
2017-11-03arm64/sve: Signal handling supportDave Martin
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin
2017-11-03arm64/sve: Core task context handlingDave Martin
2017-11-03arm64/sve: Kconfig update and conditional compilation supportDave Martin
2017-11-03arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin
2017-11-03arm64/sve: System register and exception syndrome definitionsDave Martin
2017-11-03arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin
2017-11-02arm64: entry.S: convert elX_irqJames Morse
2017-11-02arm64: entry.S convert el0_syncJames Morse
2017-11-02arm64: entry.S: convert el1_syncJames Morse
2017-11-02arm64: entry.S: Remove disable_dbgJames Morse
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse
2017-11-02arm64: introduce an order for exceptionsJames Morse
2017-11-02arm64: explicitly mask all exceptionsJames Morse
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30arm64: Implement arch-specific pte_access_permitted()Catalin Marinas
2017-10-25arm64: asm-bug: Renumber macro local labels to avoid clashesDave Martin
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry
2017-10-25arm64: Use existing defines for mdscrJulien Thierry
2017-10-25locking/qrwlock, arm64: Move rwlock implementation over to qrwlocksWill Deacon
2017-10-24Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon
2017-10-19irqchip/gic-v3: Add support for Range Selector (RS) featureShanker Donthineni
2017-10-18arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon
2017-10-13arm_arch_timer: Expose event stream statusJulien Thierry
2017-10-11arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon
2017-10-09arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagationBen Hutchings
2017-10-04arm64: Use larger stacks when KASAN is selectedMark Rutland
2017-10-03arm64: wire cpu-invariant accounting support up to the task schedulerDietmar Eggemann
2017-10-03arm64: wire frequency-invariant accounting support up to the task schedulerDietmar Eggemann
2017-10-02arm64: move TASK_* definitions to <asm/processor.h>Yury Norov
2017-09-29arm64: mm: Use READ_ONCE when dereferencing pointer to pte tableWill Deacon
2017-09-18arm64: relax assembly code alignment from 16 byte to 4 byteMasahiro Yamada