summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-308-6/+58
|\
| * arm64: Remove a redundancy in sysreg.hStefan Traby2017-06-221-2/+2
| * arm64/kvm: vgic: use SYS_DESC()Mark Rutland2017-06-151-0/+8
| * arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland2017-06-152-3/+3
| * KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handlerMarc Zyngier2017-06-151-0/+1
| * arm64: Add workaround for Cavium Thunder erratum 30115David Daney2017-06-151-1/+2
| * arm64: Add MIDR values for Cavium cn83XX SoCsDavid Daney2017-06-151-0/+2
| * KVM: arm64: vgic-v3: Add misc Group-0 handlersMarc Zyngier2017-06-151-0/+4
| * KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handlerMarc Zyngier2017-06-151-0/+1
| * KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handlerMarc Zyngier2017-06-151-0/+1
| * KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handlerMarc Zyngier2017-06-151-0/+1
| * KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handlerMarc Zyngier2017-06-151-0/+1
| * KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier2017-06-151-0/+1
| * arm64: Add a facility to turn an ESR syndrome into a sysreg encodingMarc Zyngier2017-06-151-0/+24
| * Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-151-0/+4
| |\
| | * arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier2017-06-061-0/+4
| * | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+3
| * | KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones2017-06-041-0/+1
| * | KVM: arm/arm64: change exit request to sleep requestAndrew Jones2017-06-041-1/+1
| * | KVM: improve arch vcpu request definingAndrew Jones2017-06-041-1/+2
| * | KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall2017-05-231-2/+0
| |/
* | arm64/cpufeature: don't use mutex in bringup pathMark Rutland2017-05-172-4/+16
* | arm64: Remove redundant mov from LL/SC cmpxchgRobin Murphy2017-05-151-1/+0
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-115-14/+34
|\
| * arm64: uaccess: suppress spurious clang warningMark Rutland2017-05-091-2/+2
| * arm64: atomic_lse: match asm register sizesMark Rutland2017-05-091-2/+2
| * arm64: uaccess: ensure extension of access_ok() addrMark Rutland2017-05-091-1/+2
| * arm64: ensure extension of smp_store_release valueMark Rutland2017-05-091-5/+15
| * arm64: xchg: hazard against entire exchange variableMark Rutland2017-05-091-1/+1
| * arm64: entry: improve data abort handling of tagged pointersKristina Martsenko2017-05-091-0/+9
| * arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2017-05-091-3/+3
* | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-111-18/+0
|\ \
| * | uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-101-18/+0
* | | Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-092-1/+11
|\ \ \ | |/ / |/| |
| * | KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLESEric Auger2017-05-081-0/+1
| * | KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLESEric Auger2017-05-081-1/+3
| * | KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS groupEric Auger2017-05-081-0/+1
| * | arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-05-021-0/+6
* | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-092-0/+12
|\ \ \
| * \ \ Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-281-0/+2
| |\ \ \
| | * | | PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-201-0/+2
| * | | | ARM64: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-241-0/+10
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-092-4/+1
|\ \ \ \
| * | | | treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-091-1/+0
| * | | | treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-092-4/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-085-21/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2017-04-277-94/+195
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall2017-04-092-75/+168
| | |\ \ \
| | * | | | KVM: arm/arm64: Add ARM user space interrupt signaling ABIAlexander Graf2017-04-091-0/+2
| | * | | | arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-091-8/+4