summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+4
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-7/+6
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-2/+2
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-3/+2
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-223-7/+15
|\ \
| * | KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2017-02-081-3/+0
| * | arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier2017-01-301-2/+1
| * | arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-01-301-2/+1
| * | KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K2017-01-301-0/+6
| * | KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K2017-01-301-0/+3
| * | KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K2017-01-301-0/+4
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-2218-44/+202
|\ \ \
| * | | arm64: ptrace: add XZR-safe regs accessorsMark Rutland2017-02-151-0/+20
| * | | arm64: Work around Falkor erratum 1003Christopher Covington2017-02-103-2/+32
| * | | arm64: uaccess: consistently check object sizesMark Rutland2017-02-081-2/+2
| * | | arm64: do not trace atomic operationsPratyush Anand2017-02-061-1/+1
| * | | 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: Advertise support for Rounding double multiply instructionsSuzuki K Poulose2017-01-121-0/+1
| * | | 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-122-0/+5
| * | | 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
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-1/+0
|\ \ \
| * | | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
| | |/ | |/|
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-02-201-0/+1
|\ \ \
| * | | arm/efi: Allow invocation of arbitrary runtime servicesDavid Howells2017-02-071-0/+1
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-201-25/+13
|\ \ \ | |/ / |/| |
| * | clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrast...Ding Tianhong2017-02-081-25/+13
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-201-0/+9
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-01-171-0/+9
| |\ \ \ | | |/ / | |/| |
| | * | KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsJintack Lim2017-01-131-0/+9
| | |/
* | | arm64/ptrace: Avoid uninitialised struct padding in fpr_set()Dave Martin2017-01-181-0/+1
* | | arm64: mm: avoid name clash in __page_to_voff()Oleksandr Andrushchenko2017-01-181-1/+1
|/ /
* / arm64: assembler: make adr_l work in modules under KASLRArd Biesheuvel2017-01-121-9/+27
|/
* 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
|\