summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-112-1/+1
|\
| * KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unusedLinu Cherian2017-03-091-1/+0Star
| * arm: KVM: Survive unknown traps from guestsMark Rutland2017-03-071-0/+1
* | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-3/+6
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-283-6/+31
|\
| *-. Merge branches 'fixes' and 'misc'; commit 'kuser^{/add CPU_THUMB_CAPABLE to i...Russell King2017-02-283-6/+31
| |\ \
| | * | ARM: 8655/1: improve NOMMU definition of pgprot_*()Arnd Bergmann2017-02-281-3/+3
| | * | ARM: 8651/1: cache-uniphier: include <linux/errno.h> instead of <linux/types.h>Masahiro Yamada2017-02-281-1/+1
| | * | ARM: 8648/2: nommu: display vectors baseAfzal Mohammed2017-02-281-2/+7
| | * | ARM: 8646/1: mmu: decouple VECTORS_BASE from KconfigAfzal Mohammed2017-02-281-0/+2
| | * | ARM: 8640/1: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli2017-02-281-2/+13
| | * | ARM: 8639/1: Define KERNEL_START and KERNEL_ENDFlorian Fainelli2017-02-281-0/+7
| | |/
* | | scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-0/+4
* | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-14/+7Star
|\ \ \
| * | | treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-2/+2
| * | | treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-241-6/+0Star
| * | | treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-4/+3Star
| * | | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-6/+6
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-233-13/+15
|\ \ \
| * | | KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2017-02-081-3/+0Star
| * | | arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier2017-01-301-2/+1Star
| * | | arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-01-301-8/+1Star
| * | | 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 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-221-1/+1
|\ \ \ \
| * | | | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-071-1/+1
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-1/+0Star
|\ \ \ \
| * | | | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0Star
| | |/ / | |/| |
* | | | 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 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-191-12/+32
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | ARM: 8657/1: uaccess: consistently check object sizesKees Cook2017-02-161-12/+32
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-201-0/+5
|\ \ \ | |/ / |/| |
| * | KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsJintack Lim2017-01-131-0/+5
| |/
* | ARM: put types.h in uapiNicolas Dichtel2017-01-131-3/+3
* | ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland2017-01-111-0/+3
* | ARM: 8632/1: ftrace: fix syscall name matchingRabin Vincent2017-01-111-0/+18
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-12-166-428/+56Star
|\
| * Merge branch 'syscalls' into for-linusRussell King2016-12-145-428/+29Star
| |\
| | * ARM: convert to generated system call tablesRussell King2016-10-184-424/+27Star
| | * ARM: remove indirection of asm/mach-types.hRussell King2016-10-182-1/+2
| | |
| | \
| *-. \ Merge branches 'clkdev', 'fixes', 'misc' and 'sa1100-base' into for-linusRussell King2016-12-144-2/+31
| |\ \ \ | | |_|/ | |/| |
| | | * ARM: 8619/1: udelay: document the various constantsNicolas Pitre2016-10-191-0/+27
| | |/ | |/|
* | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-145-431/+5Star
|\ \ \
| * | | arm/arm64: xen: Move shared architecture headers to include/xen/armMarc Zyngier2016-12-025-431/+5Star
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-141-0/+2
|\ \ \ \
| * | | | ARM: KVM: Support vGICv3 ITSVladimir Murzin2016-11-141-0/+2