summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-078-20/+149
|\
| * Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-08-058-20/+149
| |\
| | * arm64: KVM: fix 64bit CP15 VM access for 32bit guestsMarc Zyngier2014-08-011-2/+4
| | * arm64: KVM: add trap handlers for AArch32 debug registersMarc Zyngier2014-07-111-0/+9
| | * arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier2014-07-113-6/+12
| | * arm64: KVM: add trap handlers for AArch64 debug registersMarc Zyngier2014-07-112-7/+24
| | * arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier2014-07-111-5/+14
| | * ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guestVictor Kamensky2014-07-111-0/+6
| | * ARM64: KVM: MMIO support BE host running LE codeVictor Kamensky2014-07-111-0/+22
| | * arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardwareMarc Zyngier2014-07-111-0/+7
| | * arm64: KVM: vgic: add GICv3 world switchMarc Zyngier2014-07-111-0/+2
| | * KVM: ARM: vgic: add the GICv3 backendMarc Zyngier2014-07-111-0/+2
| | * arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch codeMarc Zyngier2014-07-111-2/+3
| | * arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier2014-07-112-0/+25
| | * arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.SMarc Zyngier2014-07-112-2/+8
| | * arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall2014-07-111-0/+15
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-041-0/+33
|\ \ \
| * | | efi/arm64: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel2014-07-071-0/+12
| * | | efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel2014-07-071-0/+21
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-08-041-0/+1
|\ \ \ | |_|/ |/| |
| * | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-0/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-08-0423-652/+1255
|\ \ \ | |/ / |/| |
| * | Revert "arm64: dmi: Add SMBIOS/DMI support"Will Deacon2014-07-311-41/+0
| * | arm64: gicv3: Allow GICv3 compilation with older binutilsCatalin Marinas2014-07-251-0/+60
| * | arm64: fix soft lockup due to large tlb flush rangeMark Salter2014-07-241-3/+26
| * | arm64: Fix barriers used for page table modificationsCatalin Marinas2014-07-243-12/+17
| * | arm64: Add support for 48-bit VA space with 64KB page configurationCatalin Marinas2014-07-231-7/+9
| * | arm64: asm/pgtable.h pmd/pud definitions clean-upCatalin Marinas2014-07-231-29/+28
| * | arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas2014-07-231-5/+8
| * | arm64: Remove asm/pgtable-*level-types.h filesCatalin Marinas2014-07-234-161/+49
| * | arm64: Remove asm/pgtable-*level-hwdef.h filesCatalin Marinas2014-07-234-149/+36
| * | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-235-20/+20
| * | arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-235-5/+83
| * | arm64: Add 4 levels of page tables definition with 4KB pagesJungseok Lee2014-07-232-0/+121
| * | arm64: Introduce VA_BITS and translation level optionsJungseok Lee2014-07-236-14/+10
| * | arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas2014-07-231-4/+4
| * | arm64: dmi: Add SMBIOS/DMI supportYi Li2014-07-211-0/+41
| * | arm64: cachetype: report weakest cache policyMark Rutland2014-07-181-6/+10
| * | arm64: cpuinfo: record cpu system register valuesMark Rutland2014-07-181-0/+59
| * | arm64: add MIDR_EL1 field accessorsMark Rutland2014-07-181-7/+26
| * | arm64: fpsimd: avoid restoring fpcr if the contents haven't changedWill Deacon2014-07-181-2/+15
| * | arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitionsCatalin Marinas2014-07-171-3/+0
| * | arm64: place initial page tables above the kernelMark Rutland2014-07-101-0/+9
| * | arm64: Cast KSTK_(EIP|ESP) to unsigned longCatalin Marinas2014-07-101-2/+2
| * | arm64: Add audit supportAKASHI Takahiro2014-07-101-0/+14
| * | arm64: Add __NR_* definitions for compat syscallsCatalin Marinas2014-07-102-400/+783
| * | arm64: enable context trackingLarry Bassel2014-07-101-1/+4
| * | arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott2014-07-091-0/+38
| * | arm64: topology: add MPIDR-based detectionZi Shen Lim2014-07-091-0/+2
* | | arm64: implement TASK_SIZE_OFColin Cross2014-07-081-0/+2
|/ /