summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-08-231-4/+1
|\
| * ARM: shmobile: convert to SPDX identifierWolfram Sang2018-06-181-4/+1
* | Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-224-12/+32
|\ \
| * | KVM: arm: Use true and false for boolean valuesGustavo A. R. Silva2018-08-121-1/+1
| * | KVM: arm: Add 32bit get/set events supportJames Morse2018-07-212-0/+18
| * | KVM: arm/arm64: Enable adaptative WFE trappingMarc Zyngier2018-07-091-0/+10
| * | KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier2018-07-091-0/+4
| * | KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier2018-07-091-12/+0
| |/
* | Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-171-0/+1
|\ \
| * | ARM: module: fix modsign build errorArnd Bergmann2018-07-091-0/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-7/+7
|\ \
| * | kvm/arm: use PSR_AA32 definitionsMark Rutland2018-07-051-7/+7
| |/
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-08-134-92/+34
|\ \
| | \
| | \
| *-. \ Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-08-134-92/+34
| |\ \ \ | | |_|/ | |/| |
| | | * ARM: spectre-v1: mitigate user accessesRussell King2018-08-021-0/+4
| | | * ARM: spectre-v1: use get_user() for __get_user()Russell King2018-08-021-6/+11
| | | * ARM: use __inttype() in get_user()Russell King2018-08-021-1/+8
| | | * ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-08-021-2/+2
| | * | ARM: 8785/1: use compiler built-ins for ffs and flsNicolas Pitre2018-07-301-83/+9
| |/ /
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-2/+1
|\ \ \
| * | | ARM/time: Remove read_boot_clock64()Pavel Tatashin2018-07-201-2/+1
| |/ /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-131-0/+8
|\ \ \
| * | | arm/asm/tlb.h: Fix build error implicit func declarationAnders Roxell2018-07-251-0/+8
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-133-5/+5
|\ \ \
| * | | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
| * | | perf/arch/arm: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+5
| * | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-1/+1
| * | | ARM/kprobes: Remove jprobe arm implementationMasami Hiramatsu2018-06-212-3/+0
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-41/+14
|\ \ \
| * | | atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland2018-06-211-0/+2
| * | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+1
| * | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-11/+0
| * | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-9/+0
| * | | atomics/arm: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-10/+10
| * | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-10/+1
| * | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-1/+0
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-132-6/+1
|\ \ \
| * | | ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-032-6/+1
| |/ /
* / / efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-221-0/+3
|/ /
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-122-2/+13
|\ \
| * | kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-0/+4
| * | Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-012-2/+9
| |\ \
| | * | KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-251-0/+1
| | * | KVM: arm64: Remove eager host SVE state savingDave Martin2018-05-251-3/+0
| | * | KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-251-0/+1
| | * | KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-251-0/+8
* | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-113-5/+38
|\ \ \ \
| * \ \ \ Merge tag 'sunxi-core-for-4.18' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2018-05-251-0/+8
| |\ \ \ \