summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-2/+1Star
|\
| * arm64/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0Star
| * arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-1/+0Star
|\ \
| * \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-38/+8Star
| |\ \
| * | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0Star
| | |/ | |/|
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-0/+1
|\ \ \
| * | | asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra2019-04-031-0/+1
| |/ /
* | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-232-1/+9
|\ \ \
| * | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-152-1/+9
* | | | arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor2019-04-181-1/+1
* | | | arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon2019-04-121-8/+8
* | | | arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel2019-04-081-0/+5
| |_|/ |/| |
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-18/+4Star
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-19/+3Star
| |/ |/|
* | Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-03-281-0/+11
|\ \
| * | KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-191-0/+11
| |/
* | arm64: Add MIDR encoding for HiSilicon Taishan CPUsHanjun Guo2019-03-191-0/+4
* | arm64: apply workaround on A64FX v1r0Mark Rutland2019-03-191-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-155-9/+74
|\
| * Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-02-225-9/+74
| |\
| | * KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu2019-02-191-1/+2
| | * arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel2019-02-191-1/+2
| | * arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel2019-02-192-0/+4
| | * KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall2019-02-191-0/+8
| | * KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara2019-02-191-0/+4
| | * KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier2019-02-191-1/+1
| | * KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-193-6/+16
| | * arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-191-0/+8
| | * arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier2019-02-191-2/+30
| | * arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-191-0/+1
* | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-9/+0Star
|\ \ \
| * | | dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig2019-02-131-5/+0Star
| * | | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-4/+0Star
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-1022-115/+303
|\ \ \
| * | | Revert "arm64: uaccess: Implement unsafe accessors"Catalin Marinas2019-03-011-59/+20Star
| * | | arm64: avoid clang warning about self-assignmentArnd Bergmann2019-02-281-2/+3
| * | | arm64: io: Hook up __io_par() for inX() orderingWill Deacon2019-02-281-0/+1
| * | | arm64: Add workaround for Fujitsu A64FX erratum 010001Zhang Lei2019-02-283-0/+30
| * | | arm64: Rename get_thread_info()Julien Thierry2019-02-262-4/+4
| * | | arm64: Remove documentation about TIF_USEDFPUJulien Grall2019-02-261-1/+0Star
| * | | arm64: irqflags: Fix clang build warningsJulien Thierry2019-02-121-3/+3
| * | | arm64: gic-v3: Implement arch support for priority maskingJulien Thierry2019-02-061-4/+4
| * | | arm64: alternative: Apply alternatives early in boot processDaniel Thompson2019-02-062-0/+5
| * | | arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry2019-02-061-2/+1Star
| * | | arm64: daifflags: Include PMR in daifflags restore operationsJulien Thierry2019-02-061-4/+46
| * | | arm64: irqflags: Use ICC_PMR_EL1 for interrupt maskingJulien Thierry2019-02-062-28/+83
| * | | arm64: kvm: Unmask PMR before entering guestJulien Thierry2019-02-061-0/+16
| * | | arm64: Make PMR part of task contextJulien Thierry2019-02-062-3/+14
| * | | arm64: ptrace: Provide definitions for PMR valuesJulien Thierry2019-02-061-0/+12