aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+5
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+4
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 7-58/+22
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyGravatar Anton Blanchard 1-4/+4
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Paolo Bonzini 7-58/+22
2015-04-07Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 2-44/+9
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesGravatar Ingo Molnar 15-73/+135
2015-03-30KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busGravatar Andre Przywara 1-22/+0
2015-03-29Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2015-03-29arm64: juno: Fix misleading name of UART reference clockGravatar Dave Martin 1-1/+1
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoGravatar Peter Zijlstra 1-5/+5
2015-03-26KVM: arm/arm64: remove now unneeded include directory from MakefileGravatar Andre Przywara 1-1/+1
2015-03-24arm64: percpu: Make this_cpu accessors pre-empt safeGravatar Steve Capper 2-19/+57
2015-03-23arm64: Use the reserved TTBR0 if context switching to the init_mmGravatar Catalin Marinas 1-0/+9
2015-03-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-5/+19
2015-03-20arm64: Honor __GFP_ZERO in dma allocationsGravatar Suzuki K. Poulose 1-3/+9
2015-03-20arm64: efi: don't restore TTBR0 if active_mm points at init_mmGravatar Will Deacon 2-2/+10
2015-03-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-44/+9
2015-03-16Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Marcelo Tosatti 2-44/+9
2015-03-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 5-1/+34
2015-03-14arm64: put __boot_cpu_mode label after alignment instead of beforeGravatar Ard Biesheuvel 1-1/+1
2015-03-14efi/arm64: use UEFI for system reset and poweroffGravatar Ard Biesheuvel 2-0/+17
2015-03-14arm64: Invalidate the TLB corresponding to intermediate page table levelsGravatar Catalin Marinas 2-0/+16
2015-03-12arm/arm64: KVM: Implement Stage-2 page agingGravatar Marc Zyngier 3-11/+4
2015-03-12KVM: arm/arm64: add irqfd supportGravatar Eric Auger 3-1/+6
2015-03-12KVM: arm/arm64: implement kvm_arch_intc_initializedGravatar Eric Auger 1-0/+2
2015-03-12KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIPGravatar Eric Auger 1-1/+0
2015-03-12arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Gravatar Christoffer Dall 2-23/+10
2015-03-11arm64: KVM: Fix outdated comment about VTCR_EL2.PSGravatar Marc Zyngier 1-2/+3
2015-03-11arm64: KVM: Do not use pgd_index to index stage-2 pgdGravatar Marc Zyngier 1-0/+2
2015-03-11arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingGravatar Marc Zyngier 1-42/+4
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2015-03-06arm64: Don't use is_module_addr in setting page attributesGravatar Laura Abbott 1-1/+4
2015-03-04dtb: change binding name to match with newer firmware DTGravatar Iyappan Subramanian 1-2/+2
2015-02-27Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-0/+30
2015-02-27arm64: cpuidle: add asm/proc-fns.h inclusionGravatar Lorenzo Pieralisi 1-0/+2
2015-02-27arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianGravatar Catalin Marinas 1-3/+2
2015-02-27arm64: Increase the swiotlb buffer size 64MBGravatar Catalin Marinas 3-19/+14
2015-02-26arm64: Fix text patching logic when using fixmapGravatar Marc Zyngier 1-1/+3
2015-02-26arm64: crypto: increase AES interleave to 4xGravatar Ard Biesheuvel 1-1/+1
2015-02-26arm64: enable PTE type bit in the mask for pte_modifyGravatar Feng Kan 1-1/+1
2015-02-26arm64: mm: remove unused functions and variable protoypesGravatar Yingjoe Chen 1-5/+0
2015-02-26arm64: psci: move psci firmware calls out of lineGravatar Will Deacon 3-36/+34
2015-02-26arm64: vdso: minor ABI fix for clock_getresGravatar Nathan Lynch 1-2/+1
2015-02-25arm64: Add L2 cache topology to ARM Ltd boards/modelsGravatar Sudeep Holla 3-0/+30
2015-02-23arm64: guard asm/assembler.h against multiple inclusionsGravatar Marc Zyngier 1-0/+5
2015-02-23arm64: insn: fix compare-and-branch encodingsGravatar Robin Murphy 1-2/+4
2015-02-23arm64: ftrace: fix ftrace_modify_graph_caller for branch replaceGravatar Pratyush Anand 1-1/+1
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2015-02-17Merge tag '64bit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 13-0/+1711