summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-15arm64: ptrace: add XZR-safe regs accessorsMark Rutland1-0/+20
2017-02-10arm64: Work around Falkor erratum 1003Christopher Covington3-2/+32
2017-02-08arm64: uaccess: consistently check object sizesMark Rutland1-2/+2
2017-02-06arm64: do not trace atomic operationsPratyush Anand1-1/+1
2017-02-02arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon2-1/+9
2017-02-01arm64: Work around Falkor erratum 1009Christopher Covington2-4/+17
2017-01-31arm64: Improve detection of user/non-user mappings in set_pte(_at)Catalin Marinas1-6/+9
2017-01-27arm64: Define Falkor v1 CPUShanker Donthineni1-0/+4
2017-01-13arm64: errata: Provide macro for major and minor cpu revisionsRobert Richter1-0/+3
2017-01-12arm64: Advertise support for Rounding double multiply instructionsSuzuki K Poulose1-0/+1
2017-01-12arm64: Add support for CONFIG_DEBUG_VIRTUALLaura Abbott1-3/+28
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott4-6/+7
2017-01-12arm64: Add cast for virt_to_pfnLaura Abbott1-1/+1
2017-01-12arm64: Move some macros under #ifndef __ASSEMBLY__Laura Abbott1-19/+19
2017-01-12arm64: cpufeature: Expose CPUID registers by emulationSuzuki K Poulose2-0/+5
2017-01-10arm64: cpufeature: Track user visible fieldsSuzuki K Poulose1-0/+11
2017-01-10arm64: Add helper to decode register from instructionSuzuki K Poulose1-0/+2
2017-01-10arm64: cpufeature: Define helpers for sys_reg idSuzuki K Poulose1-1/+20
2017-01-10arm64: cpufeature: Document the rules of safe value for featuresSuzuki K Poulose1-1/+14
2017-01-10arm64: cpufeature: Don't enforce system-wide SPE capabilityWill Deacon1-0/+1
2017-01-10arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse1-1/+0
2017-01-04arm64: restore get_current() optimisationMark Rutland1-1/+9
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro2-64/+65
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-1/+1
2016-12-21ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...Lv Zheng1-1/+1
2016-12-20arm64: setup: introduce kaslr_offset()Alexander Popov1-0/+5
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky1-0/+2
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds28-127/+511
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-5/+5
2016-12-13Merge tag 'acpi-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+22
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2016-12-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-30/+31
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+0
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2016-12-12arm64: Disable PAN on uaccess_enable()Marc Zyngier1-1/+1
2016-12-06arm64: Work around broken .inst when defective gas is detectedMarc Zyngier1-4/+25
2016-12-05arm64: Remove reference to asm/opcodes.hMarc Zyngier1-2/+0
2016-12-02arm/arm64: xen: Move shared architecture headers to include/xen/armMarc Zyngier5-5/+5
2016-12-02arm64: Get rid of asm/opcodes.hMarc Zyngier2-11/+10
2016-12-02arm64: smp: Prevent raw_smp_processor_id() recursionRobin Murphy1-1/+3
2016-12-02ACPI / APEI / ARM64: APEI initial support for ARM64Tomasz Nowicki1-1/+22
2016-11-29Merge Will Deacon's for-next/perf branch into for-next/coreCatalin Marinas1-1/+5
2016-11-29irqchip/gic-v3-its: Specialise readq and writeq accessesVladimir Murzin1-0/+14
2016-11-29irqchip/gic-v3-its: Specialise flush_dcache operationVladimir Murzin1-0/+3
2016-11-29irqchip/gic-v3: Use nops macro for Cavium ThunderX erratum 23154Will Deacon1-7/+2
2016-11-29irqchip/gic-v3: Convert arm64 GIC accessors to {read,write}_sysreg_sWill Deacon1-28/+17
2016-11-23arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas1-1/+5