summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel10-13/+24
2015-10-12arm64: Fix missing #include in hw_breakpoint.cCatalin Marinas1-0/+1
2015-10-09arm64: fix a migrating irq bug when hotplug cpuYang Yingliang4-64/+3
2015-10-08arm64: Mark kernel page ranges contiguousJeremy Linton1-8/+61
2015-10-08arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton1-1/+17
2015-10-08arm64: Default kernel pages should be contiguousJeremy Linton1-0/+1
2015-10-08arm64: Macros to check/set/unset the contiguous bitJeremy Linton1-0/+11
2015-10-08arm64: PTE/PMD contiguous bit definitionJeremy Linton1-0/+9
2015-10-08arm64: Add contiguous page flag shifts and constantsJeremy Linton1-1/+7
2015-10-07arm64: dts: juno: describe PMUs separatelyMark Rutland2-14/+22
2015-10-07arm64: perf: add Cortex-A57 supportMark Rutland1-0/+61
2015-10-07arm64: perf: add Cortex-A53 supportMark Rutland1-2/+62
2015-10-07arm64: perf: move to shared arm_pmu frameworkMark Rutland3-950/+92
2015-10-07arm64: hw_breakpoint: use target state to determine ABI behaviourWill Deacon1-2/+16
2015-10-07arm64: mm: remove dsb from update_mmu_cacheWill Deacon1-3/+3
2015-10-07arm64: tlb: remove redundant barrier from __flush_tlb_pgtableWill Deacon1-1/+0
2015-10-07arm64: mm: kill mm_cpumask usageWill Deacon2-9/+0
2015-10-07arm64: switch_mm: simplify mm and CPU checksWill Deacon2-3/+5
2015-10-07arm64: tlbflush: avoid flushing when fullmm == 1Will Deacon1-11/+15
2015-10-07arm64: tlbflush: remove redundant ASID casts to (unsigned long)Will Deacon1-5/+4
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon7-169/+166
2015-10-07arm64: flush: use local TLB and I-cache invalidationWill Deacon7-7/+22
2015-10-07arm64: proc: de-scope TLBI operation during cold bootWill Deacon1-2/+2
2015-10-07arm64: mm: remove unused cpu_set_idmap_tcr_t0sz functionWill Deacon1-23/+12
2015-10-07arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin2-1/+3
2015-10-07arm64: copy_to-from-in_user optimization using copy templateFeng Kan3-92/+120
2015-10-07arm64: Change memcpy in kernel to use the copy template fileFeng Kan2-153/+219
2015-10-07arm64: defconfig: Enable samsung serial and mmcAlim Akhtar1-0/+8
2015-10-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2015-10-02arm64: ftrace: fix function_graph tracer panicLi Bin1-2/+20
2015-10-01arm64: Fix THP protection change logicSteve Capper1-2/+2
2015-10-01arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel1-1/+2
2015-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-0/+1
2015-09-25Merge tag 'devicetree-fixes-for-4.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2015-09-25Documentation: arm: Fix typo in the idle-states bindings examplesLorenzo Pieralisi2-2/+2
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-56/+25
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+0
2015-09-17Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini6-53/+17
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei2-17/+2
2015-09-17arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon4-29/+5
2015-09-17arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+3
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon3-0/+22
2015-09-17arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon1-11/+36
2015-09-17arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2-2/+2
2015-09-16arm64: Remove ununsed set_irq_flagsRob Herring1-5/+0
2015-09-16arm64: KVM: Fix user access for debug registersMarc Zyngier1-4/+4
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-09-15arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon1-0/+5
2015-09-15arm64: enable generic idle loopLeo Yan1-0/+1