summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-01-08KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier1-0/+10
2018-01-08KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier2-2/+14
2018-01-08arm: KVM: Add optimized PIPT icache flushingMarc Zyngier2-3/+31
2018-01-08KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier1-18/+42
2018-01-08KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier1-1/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2018-01-02KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall1-0/+2
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-0/+5
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko1-0/+2
2017-12-19PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas1-4/+1
2017-12-18ARM: 8725/1: Add Broadcom Brahma-B15 readahead cache supportFlorian Fainelli2-0/+14
2017-12-18ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King3-14/+22
2017-12-18ARM: 8723/2: always assume the "unified" syntax for assembly codeNicolas Pitre1-74/+3
2017-12-05Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/k...Radim Krčmář2-2/+6
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+0
2017-11-29KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée1-0/+5
2017-11-29arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-oneMarc Zyngier1-2/+1
2017-11-29ARM: sa1111: map interrupt numbers through irqdomainRussell King1-1/+1
2017-11-29ARM: sa1111: remove some redundant definitionsRussell King1-24/+0
2017-11-29ARM: sa1111: remove special sa1111 mmio accessorsRussell King1-3/+0
2017-11-29ARM: sa1111: remove legacy suspend/resume methodsRussell King1-2/+0
2017-11-27ARM: sa1111: remove legacy shutdown methodRussell King1-1/+0
2017-11-27Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-0/+30
2017-11-26ARM: BUG if jumping to usermode address in kernel modeRussell King1-0/+18
2017-11-21ARM: fix get_user_pages_fastRussell King1-0/+12
2017-11-17Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-0/+12
2017-11-17Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+38
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-24/+79
2017-11-16kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-1/+1
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-1/+0
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+4
2017-11-14Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-2/+8
2017-11-14Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2017-11-13Merge branch 'pm-sleep'Rafael J. Wysocki1-2/+0
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+8
2017-11-08Merge branch 'devel-stable' into for-nextRussell King8-16/+79
2017-11-08Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-nextRussell King2-8/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar94-1/+119
2017-11-06KVM: arm/arm64: fix the incompatible matching for external abortDongjiu Geng1-1/+1
2017-11-06KVM: arm/arm64: Unify 32bit fault injectionMarc Zyngier1-3/+33
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall2-2/+4
2017-11-05Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-1/+27
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman92-0/+92
2017-10-30Merge tag 'amlogic-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/khil...Arnd Bergmann1-0/+12
2017-10-29ARM: smp_scu: allow the platform code to read the SCU CPU statusMartin Blumenstingl1-0/+6
2017-10-29ARM: smp_scu: add a helper for powering on a specific CPUMartin Blumenstingl1-0/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-2/+1
2017-10-24ARM: 8715/1: add a private asm/unaligned.hArnd Bergmann2-1/+27