summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorLines
2019-05-29signal/arm: Remove tsk parameter from ptrace_breakEric W. Biederman-1/+1
2019-05-22ARM: delete netx machineLinus Walleij-36/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner-28/+2
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+25
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2019-05-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-18/+10
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-74/+1
2019-05-15Merge branch 'fixes' into arm/socOlof Johansson-39/+8
2019-05-15Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-3/+25
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada-1/+0
2019-05-14ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann-0/+1
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+20
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-2/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-242/+13
2019-05-01Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon-2/+18
2019-04-30clocksource/arm_arch_timer: Use arch_timer_read_counter to access stable coun...Marc Zyngier-2/+12
2019-04-30clocksource/arm_arch_timer: Direcly assign set_next_event workaroundMarc Zyngier-0/+4
2019-04-30ARM: vdso: Remove dependency with the arch_timer driver internalsMarc Zyngier-0/+2
2019-04-28Merge tag 'tegra-for-5.2-firmware' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson-74/+1
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray-0/+3
2019-04-24arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray-3/+7
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland-0/+2
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig-1/+0
2019-04-23ARM: 8855/1: remove unused <asm/limits.h>Masahiro Yamada-12/+0
2019-04-23ARM: 8853/1: drop WASM to work around LLVM issueStefan Agner-2/+2
2019-04-23ARM: 8852/1: uaccess: use unified assembler language syntaxStefan Agner-1/+2
2019-04-23ARM: 8851/1: add TUSERCOND() macro for conditional postfixStefan Agner-3/+6
2019-04-18KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin-1/+1
2019-04-18KVM: arm: Make vcpu finalization stubs into inline functionsDave Martin-2/+9
2019-04-18KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin-1/+1
2019-04-17firmware: Move Trusted Foundations supportThierry Reding-96/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-39/+8
2019-04-09ARM: trusted_foundations: Provide information about whether firmware is regis...Dmitry Osipenko-0/+7
2019-04-09ARM: trusted_foundations: Make prepare_idle call to take mode argumentDmitry Osipenko-1/+7
2019-04-09ARM: trusted_foundations: Support L2 cache maintenanceDmitry Osipenko-0/+10
2019-04-09KVM: ARM: Remove pgtable page standard functions from stage-2 page tablesAnshuman Khandual-2/+2
2019-04-08ARM/io: Remove useless definition of mmiowb()Will Deacon-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)-18/+4
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)-20/+3
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long-1/+0
2019-04-03arm/tlb: Convert to generic mmu_gatherPeter Zijlstra-241/+13
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra-2/+1
2019-03-29KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin-0/+4
2019-03-29KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin-0/+2
2019-03-28Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-0/+13
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada-2/+1