aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-23arm64: Remove asm/pgtable-*level-types.h filesCatalin Marinas4-161/+49
2014-07-23arm64: Remove asm/pgtable-*level-hwdef.h filesCatalin Marinas4-149/+36
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas8-31/+28
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee11-17/+147
2014-07-23arm64: Add 4 levels of page tables definition with 4KB pagesJungseok Lee2-0/+121
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee7-15/+54
2014-07-23arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas3-19/+22
2014-07-23arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas1-4/+13
2014-07-23arm64: Remove stray ARCH_HAS_OPP referenceMark Brown1-1/+0
2014-07-21arm64: dmi: Add SMBIOS/DMI supportYi Li3-0/+54
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-07-18efi/arm64: Handle missing virtual mapping for UEFI System TableArd Biesheuvel1-4/+24
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel4-8/+7
2014-07-18arm64, ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-5/+0
2014-07-18arm64: cpuinfo: print info for all CPUsMark Rutland1-22/+18
2014-07-18arm64: add runtime system sanity checksMark Rutland1-0/+93
2014-07-18arm64: cachetype: report weakest cache policyMark Rutland2-6/+36
2014-07-18arm64: cpuinfo: record cpu system register valuesMark Rutland5-4/+144
2014-07-18arm64: add MIDR_EL1 field accessorsMark Rutland1-7/+26
2014-07-18arm64: kernel: add missing __init section marker to cpu_suspend_initLorenzo Pieralisi1-1/+1
2014-07-18arm64: kernel: add __init marker to PSCI init functionsLorenzo Pieralisi1-2/+2
2014-07-18arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi2-2/+4
2014-07-18arm64: fpsimd: avoid restoring fpcr if the contents haven't changedWill Deacon1-2/+15
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell1-2/+2
2014-07-17arm64: vdso: move data page before code pagesWill Deacon2-20/+18
2014-07-17arm64: vdso: move to _install_special_mapping and remove arch_vma_nameWill Deacon1-45/+35
2014-07-17arm64: vdso: put vdso datapage in a separate vmaWill Deacon1-8/+26
2014-07-17arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitionsCatalin Marinas1-3/+0
2014-07-17arm64: Use pr_* instead of printkJungseok Lee1-4/+4
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra1-0/+1
2014-07-14Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin1-2/+0
2014-07-11arm64: KVM: enable trapping of all debug registersMarc Zyngier1-0/+8
2014-07-11arm64: KVM: implement lazy world switch for debug registersMarc Zyngier2-6/+458
2014-07-11arm64: KVM: add trap handlers for AArch32 debug registersMarc Zyngier2-2/+151
2014-07-11arm64: KVM: check ordering of all system register tablesMarc Zyngier1-2/+20
2014-07-11arm64: KVM: use separate tables for AArch32 32 and 64bit trapsMarc Zyngier1-3/+10
2014-07-11arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier5-31/+124
2014-07-11arm64: KVM: add trap handlers for AArch64 debug registersMarc Zyngier3-9/+172
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier2-14/+14
2014-07-11arm64: KVM: rename pm_fake handler to trap_raz_wiMarc Zyngier1-40/+43
2014-07-11ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guestVictor Kamensky2-6/+10
2014-07-11ARM64: KVM: set and get of sys registers in BE caseVictor Kamensky1-4/+2
2014-07-11ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky1-1/+1
2014-07-11ARM64: KVM: MMIO support BE host running LE codeVictor Kamensky1-0/+22
2014-07-11arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardwareMarc Zyngier2-0/+9
2014-07-11arm64: KVM: vgic: add GICv3 world switchMarc Zyngier3-0/+248
2014-07-11KVM: ARM: vgic: add the GICv3 backendMarc Zyngier2-0/+31
2014-07-11arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch codeMarc Zyngier2-7/+15
2014-07-11arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier6-89/+180