summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-2618-85/+99
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-251-0/+1
| |\
| | * KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-0/+1
| * | Merge tag 'devicetree-fixes-for-4.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-242-2/+2
| |\ \
| | * | Documentation: arm: Fix typo in the idle-states bindings examplesLorenzo Pieralisi2015-09-242-2/+2
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-186-56/+25
| |\ \ \ | | | |/ | | |/|
| | * | Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-09-176-53/+17
| | |\ \
| | | * | arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei2015-09-172-17/+2
| | | * | arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon2015-09-174-29/+5
| | | * | arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier2015-09-171-2/+3
| | | * | arm64: KVM: Fix user access for debug registersMarc Zyngier2015-09-161-4/+4
| | | * | KVM: arm64: add workaround for Cortex-A57 erratum #852523Will Deacon2015-09-141-1/+3
| | * | | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
| | * | | Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2015-09-141-3/+7
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * arm64: KVM: set {v,}TCR_EL2 RES1 bitsMark Rutland2015-09-041-3/+7
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-5/+0
| |\ \ \
| | * | | arm64: Remove ununsed set_irq_flagsRob Herring2015-09-161-5/+0
| | |/ /
| * | | arm64: errata: add module build workaround for erratum #843419Will Deacon2015-09-173-0/+22
| * | | arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon2015-09-171-11/+36
| * | | arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2015-09-172-2/+2
| * | | arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon2015-09-151-0/+5
| * | | arm64: enable generic idle loopLeo Yan2015-09-151-0/+1
| * | | arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon2015-09-141-5/+1
| * | | arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas2015-09-141-1/+1
| * | | arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas2015-09-141-2/+2
| * | | arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang2015-09-141-1/+1
| |/ /
* | | net: add Hisilicon Network Subsystem support (config and documents)huangdaode2015-09-201-0/+193
* | | dtb: xgene: Add 2nd 10GbE nodeIyappan Subramanian2015-09-151-0/+28
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-101-69/+0
|\ \
| * | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-9/+0
| * | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-6/+0
| * | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-7/+0
| * | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-14/+0
| * | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-33/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-1017-465/+1045
|\ \ \ | |/ / |/| |
| * | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2015-08-224-19/+6
| |\ \ | | |/ | |/|
| * | arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exitsMario Smarduch2015-08-192-10/+68
| * | KVM: arm/arm64: timer: Allow the timer to control the active stateMarc Zyngier2015-08-121-3/+1
| * | arm64: KVM: remove remaining reference to vgic_sr_vectorsVladimir Murzin2015-08-122-7/+0
| * | arm64/kvm: Add generic v8 KVM targetSuzuki K. Poulose2015-08-123-3/+12
| * | KVM: arm64: add trace points for guest_debug debugAlex Bennée2015-07-214-1/+179
| * | KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée2015-07-217-18/+83
| * | KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée2015-07-217-47/+313
| * | KVM: arm64: re-factor hyp.S debug register codeAlex Bennée2015-07-211-379/+138
| * | KVM: arm64: guest debug, add support for single-stepAlex Bennée2015-07-214-5/+80
| * | KVM: arm64: guest debug, add SW break point supportAlex Bennée2015-07-213-1/+40
| * | KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Bennée2015-07-216-12/+98
| * | KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctlAlex Bennée2015-07-211-0/+27
| * | KVM: arm64: guest debug, define API headersAlex Bennée2015-07-211-0/+27
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-0/+62
|\ \ \
OpenPOWER on IntegriCloud