| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-11-29 | ARM: sa1111: remove special sa1111 mmio accessors |  Russell King | 1 | -3/+0 |
| 2017-11-29 | ARM: sa1111: remove legacy suspend/resume methods |  Russell King | 1 | -2/+0 |
| 2017-11-27 | ARM: sa1111: remove legacy shutdown method |  Russell King | 1 | -1/+0 |
| 2017-11-26 | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm |  Linus Torvalds | 2 | -0/+30 |
| 2017-11-26 | ARM: BUG if jumping to usermode address in kernel mode |  Russell King | 1 | -0/+18 |
| 2017-11-21 | ARM: fix get_user_pages_fast |  Russell King | 1 | -0/+12 |
| 2017-11-16 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc |  Linus Torvalds | 1 | -0/+12 |
| 2017-11-16 | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 3 | -6/+38 |
| 2017-11-16 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm |  Linus Torvalds | 10 | -24/+79 |
| 2017-11-15 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK |  Levin, Alexander (Sasha Levin) | 1 | -1/+1 |
| 2017-11-15 | kmemcheck: remove annotations |  Levin, Alexander (Sasha Levin) | 1 | -1/+0 |
| 2017-11-15 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 2 | -0/+4 |
| 2017-11-13 | Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 2 | -2/+8 |
| 2017-11-13 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+5 |
| 2017-11-13 | Merge branch 'pm-sleep' |  Rafael J. Wysocki | 1 | -2/+0 |
| 2017-11-13 | Merge branch 'pm-cpufreq' |  Rafael J. Wysocki | 1 | -0/+8 |
| 2017-11-08 | Merge branch 'devel-stable' into for-next |  Russell King | 8 | -16/+79 |
| 2017-11-08 | Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-next |  Russell King | 2 | -8/+0 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts |  Ingo Molnar | 94 | -1/+119 |
| 2017-11-06 | KVM: arm/arm64: fix the incompatible matching for external abort |  Dongjiu Geng | 1 | -1/+1 |
| 2017-11-06 | KVM: arm/arm64: Unify 32bit fault injection |  Marc Zyngier | 1 | -3/+33 |
| 2017-11-06 | KVM: arm/arm64: Move timer save/restore out of the hyp code |  Christoffer Dall | 2 | -2/+4 |
| 2017-11-04 | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm |  Linus Torvalds | 2 | -1/+27 |
| 2017-11-03 | arm64/sve: KVM: Prevent guests from using SVE |  Dave Martin | 1 | -0/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 92 | -0/+92 |
| 2017-10-30 | Merge tag 'amlogic-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/soc |  Arnd Bergmann | 1 | -0/+12 |
| 2017-10-29 | ARM: smp_scu: allow the platform code to read the SCU CPU status |  Martin Blumenstingl | 1 | -0/+6 |
| 2017-10-29 | ARM: smp_scu: add a helper for powering on a specific CPU |  Martin Blumenstingl | 1 | -0/+6 |
| 2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() |  Mark Rutland | 1 | -1/+1 |
| 2017-10-24 | linux/compiler.h: Split into compiler.h and compiler_types.h |  Will Deacon | 1 | -2/+1 |
| 2017-10-24 | ARM: 8715/1: add a private asm/unaligned.h |  Arnd Bergmann | 2 | -1/+27 |
| 2017-10-23 | ARM: 8713/1: NOMMU: Support MPU in XIP configuration |  Vladimir Murzin | 1 | -1/+2 |
| 2017-10-23 | ARM: 8712/1: NOMMU: Use more MPU regions to cover memory |  Vladimir Murzin | 1 | -0/+5 |
| 2017-10-23 | ARM: 8711/1: V7M: Add support for MPU to M-class |  Vladimir Murzin | 2 | -0/+20 |
| 2017-10-23 | ARM: 8708/1: NOMMU: Rework MPU to be mostly done in C |  Vladimir Murzin | 2 | -2/+2 |
| 2017-10-23 | ARM: 8706/1: NOMMU: Move out MPU setup in separate module |  Vladimir Murzin | 1 | -4/+12 |
| 2017-10-19 | irqchip/gic-v3: Add support for Range Selector (RS) feature |  Shanker Donthineni | 1 | -0/+5 |
| 2017-10-13 | arm_arch_timer: Expose event stream status |  Julien Thierry | 1 | -0/+1 |
| 2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations |  Will Deacon | 1 | -5/+0 |
| 2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations |  Will Deacon | 1 | -4/+0 |
| 2017-10-10 | locking/core: Remove {read,spin,write}_can_lock() |  Will Deacon | 1 | -6/+0 |
| 2017-10-09 | Merge back suspend/resume/hibernate material for v4.15. |  Rafael J. Wysocki | 1 | -2/+0 |
| 2017-10-05 | PM: ARM: locomo: Drop suspend and resume bus type callbacks |  Rafael J. Wysocki | 1 | -2/+0 |
| 2017-10-03 | arm: wire cpu-invariant accounting support up to the task scheduler |  Dietmar Eggemann | 1 | -0/+3 |
| 2017-10-03 | arm: wire frequency-invariant accounting support up to the task scheduler |  Dietmar Eggemann | 1 | -0/+5 |
| 2017-10-02 | Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stable |  Russell King | 4 | -9/+38 |
| 2017-09-28 | ARM: 8699/1: dma-mapping: Remove init_dma_coherent_pool_size() |  Vladimir Murzin | 1 | -7/+0 |
| 2017-09-28 | ARM: 8694/1: Remove leftover of fixmap_page_table |  Vladimir Murzin | 1 | -1/+0 |
| 2017-09-17 | Revert "arm/syscalls: Check address limit on user-mode return" |  Thomas Garnier | 2 | -11/+6 |
| 2017-09-12 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm |  Linus Torvalds | 2 | -0/+3 |