summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon2017-02-022-1/+9
* arm64: Work around Falkor erratum 1009Christopher Covington2017-02-012-4/+17
* arm64: Improve detection of user/non-user mappings in set_pte(_at)Catalin Marinas2017-01-311-6/+9
* arm64: Define Falkor v1 CPUShanker Donthineni2017-01-271-0/+4
* arm64: errata: Provide macro for major and minor cpu revisionsRobert Richter2017-01-131-0/+3
* arm64: Add support for CONFIG_DEBUG_VIRTUALLaura Abbott2017-01-121-3/+28
* arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-124-6/+7
* arm64: Add cast for virt_to_pfnLaura Abbott2017-01-121-1/+1
* arm64: Move some macros under #ifndef __ASSEMBLY__Laura Abbott2017-01-121-19/+19
* arm64: cpufeature: Expose CPUID registers by emulationSuzuki K Poulose2017-01-121-0/+4
* arm64: cpufeature: Track user visible fieldsSuzuki K Poulose2017-01-101-0/+11
* arm64: Add helper to decode register from instructionSuzuki K Poulose2017-01-101-0/+2
* arm64: cpufeature: Define helpers for sys_reg idSuzuki K Poulose2017-01-101-1/+20
* arm64: cpufeature: Document the rules of safe value for featuresSuzuki K Poulose2017-01-101-1/+14
* arm64: cpufeature: Don't enforce system-wide SPE capabilityWill Deacon2017-01-101-0/+1
* arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse2017-01-101-1/+0
* arm64: restore get_current() optimisationMark Rutland2017-01-041-1/+9
* arm64: don't pull uaccess.h into *.SAl Viro2016-12-262-64/+65
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-221-1/+1
|\
| *-. Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2016-12-221-1/+1
| |\ \
| | * | ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...Lv Zheng2016-12-211-1/+1
* | | | arm64: setup: introduce kaslr_offset()Alexander Popov2016-12-201-0/+5
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky2016-12-151-0/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-1328-127/+511
|\ \ \ \
| * | | | arm64: Disable PAN on uaccess_enable()Marc Zyngier2016-12-121-1/+1
| * | | | arm64: Work around broken .inst when defective gas is detectedMarc Zyngier2016-12-061-4/+25
| * | | | arm64: Remove reference to asm/opcodes.hMarc Zyngier2016-12-051-2/+0
| * | | | arm64: Get rid of asm/opcodes.hMarc Zyngier2016-12-022-11/+10
| * | | | arm64: smp: Prevent raw_smp_processor_id() recursionRobin Murphy2016-12-021-1/+3
| * | | | Merge Will Deacon's for-next/perf branch into for-next/coreCatalin Marinas2016-11-291-1/+5
| |\ \ \ \
| | * | | | arm64: Allow hw watchpoint of length 3,5,6 and 7Pratyush Anand2016-11-181-0/+4
| | * | | | arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand2016-11-181-1/+1
| * | | | | arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas2016-11-231-1/+5
| * | | | | arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2016-11-212-15/+64
| * | | | | arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas2016-11-215-6/+134
| * | | | | arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas2016-11-211-0/+13
| * | | | | arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas2016-11-212-20/+76
| * | | | | arm64: Support systems without FP/ASIMDSuzuki K Poulose2016-11-162-2/+13
| * | | | | arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose2016-11-161-7/+12
| * | | | | arm64: split thread_info from task stackMark Rutland2016-11-114-25/+23
| * | | | | arm64: assembler: introduce ldr_this_cpuMark Rutland2016-11-111-4/+15
| * | | | | arm64: make cpu number a percpu variableMark Rutland2016-11-111-1/+10
| * | | | | arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland2016-11-111-1/+1
| * | | | | arm64: factor out current_stack_pointerMark Rutland2016-11-114-5/+14
| * | | | | arm64: thread_info remove stale itemsMark Rutland2016-11-111-2/+0
| * | | | | arm64: percpu: kill off final ACCESS_ONCE() usesMark Rutland2016-11-091-8/+8
| * | | | | arm64: Add uprobe supportPratyush Anand2016-11-075-1/+52
| * | | | | arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand2016-11-072-2/+11