summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-12-156-428/+56
|\
| * Merge branch 'syscalls' into for-linusRussell King2016-12-145-428/+29
| |\
| | * ARM: convert to generated system call tablesRussell King2016-10-184-424/+27
| | * 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-135-431/+5
|\ \ \
| * | | arm/arm64: xen: Move shared architecture headers to include/xen/armMarc Zyngier2016-12-025-431/+5
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-0/+2
|\ \ \ \
| * | | | ARM: KVM: Support vGICv3 ITSVladimir Murzin2016-11-141-0/+2
* | | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-1/+0
|\ \ \ \ \
| * | | | | arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2016-11-011-1/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-121-10/+11
|\ \ \ \ \
| * | | | | mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-121-10/+3
| * | | | | mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+6
| * | | | | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-121-0/+2
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-7/+47
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ARM: gic-v3-its: Add 32bit support to GICv3 ITSVladimir Murzin2016-11-291-7/+47
| | |_|/ / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-122-23/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-1/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-223-0/+5
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-2/+0
| * | | | | | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
| * | | | | | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
| * | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-112-1/+4
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-21/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | efi: Allow bitness-agnostic protocol callsLukas Wunner2016-11-131-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-11-261-1/+0
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Revert "arm: move exports to definitions"Russell King2016-11-231-1/+0
| |/ /
* | | Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2016-11-113-0/+5
|\ \ \ | |/ / |/| |
| * | arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-043-0/+5
| |/
* / ARM: wire up new pkey syscallsRussell King2016-10-192-1/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-141-5/+6
|\
| * Merge branch 'work.uaccess' into for-linusAl Viro2016-10-141-5/+6
| |\
| | * arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Al Viro2016-09-151-5/+6
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+1
|\ \ \
| * | | arm: move exports to definitionsAl Viro2016-08-071-0/+1
* | | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
| |/ / |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-2/+3
|\ \ \
| * | | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-2/+3
* | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-10-072-18/+147
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'uniphier-soc-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2016-09-201-18/+2
| |\ \ \
| | * | | ARM: uniphier: remove SoC-specific SMP codeMasahiro Yamada2016-08-291-18/+2
| | |/ /
| * | | Merge tag 'arm-soc/for-4.9/soc' of http://github.com/Broadcom/stblinux into n...Arnd Bergmann2016-09-151-0/+145
| |\ \ \ | | |_|/ | |/| |