summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-1/+0
2019-04-03arm/tlb: Convert to generic mmu_gatherPeter Zijlstra1-241/+13
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-2/+1
2019-03-29KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin1-0/+4
2019-03-29KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin1-0/+2
2019-03-21syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-03-20KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose1-0/+2
2019-03-19KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier1-0/+11
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada1-1/+0
2019-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-11/+67
2019-03-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds12-36/+31
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King11-36/+30
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+33
2019-03-07Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-5/+14
2019-03-06Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-03-04Merge branch 'acpi-apei'Rafael J. Wysocki2-5/+14
2019-02-26ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski1-0/+1
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner1-5/+5
2019-02-26ARM: 8843/1: use unified assembler in headersStefan Agner2-10/+10
2019-02-22Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini5-11/+67
2019-02-20KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall1-0/+8
2019-02-20KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systemsChristoffer Dall1-0/+4
2019-02-20KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier1-2/+2
2019-02-20KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2-7/+15
2019-02-20arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier1-0/+8
2019-02-20ARM: KVM: Teach some form of type-safety to kvm_call_hypMarc Zyngier1-3/+28
2019-02-20arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier1-0/+3
2019-02-18Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+0
2019-02-13Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-0/+15
2019-02-13dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig1-5/+0
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig1-4/+0
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner1-2/+2
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner1-1/+0
2019-02-08KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse2-5/+14
2019-02-07arm: KVM: Add missing kvm_stage2_has_pmd() helperMarc Zyngier1-0/+5
2019-02-07arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier1-0/+10
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-2/+2
2019-02-06irqchip/gic-v3: Switch to PMR masking before calling IRQ handlerJulien Thierry1-0/+17
2019-02-06arm/arm64: gic-v3: Add PMR and RPR accessorsJulien Thierry1-0/+16
2019-02-02ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2-1/+7
2019-02-02ARM: smp: remove arch-provided "pen_release"Russell King1-1/+0
2019-02-02ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann1-1/+0
2019-02-02ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin1-1/+1
2019-02-02ARM: 8829/1: spinlock: use unified assembler language syntaxStefan Agner1-1/+2
2019-02-02ARM: 8828/1: uaccess: use unified assembler language syntaxStefan Agner1-1/+2
2019-02-02ARM: 8823/1: Implement pgprot_device()Vincent Whitchurch1-0/+3
2019-02-02ARM: 8822/1: smp_twd: Remove legacy TWD registrationGeert Uytterhoeven1-16/+0