summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2016-04-28arm64/efi/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel1-0/+3
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel1-1/+3
2016-04-28efi/arm*: Take the Memory Attributes table into accountArd Biesheuvel1-0/+2
2016-04-26arm64: introduce mov_q macro to move a constant into a 64-bit registerArd Biesheuvel1-0/+20
2016-04-25arm64: Verify CPU errata work arounds on hotplugged CPUSuzuki K Poulose1-0/+1
2016-04-25arm64: Allow a capability to be checked on a single CPUMarc Zyngier1-0/+2
2016-04-25arm64: cpufeature: Add scope for capability checkSuzuki K Poulose1-1/+8
2016-04-21arm64: kvm: Add support for 16K pagesSuzuki K Poulose1-2/+11
2016-04-21kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose1-18/+0
2016-04-21kvm: arm64: Get rid of fake page table levelsSuzuki K Poulose4-95/+172
2016-04-21kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose1-24/+0
2016-04-21kvm-arm: arm64: Introduce hyp page table empty checksSuzuki K Poulose1-0/+14
2016-04-21kvm-arm: arm64: Introduce stage2 page table helpersSuzuki K Poulose2-27/+88
2016-04-21arm64: Introduce pmd_thp_or_hugeSuzuki K Poulose1-0/+2
2016-04-21kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose1-0/+43
2016-04-21arm64: Cleanup VTCR_EL2 and VTTBR field valuesSuzuki K Poulose1-10/+12
2016-04-21arm64: Reuse TCR field definitions for EL1 and EL2Suzuki K Poulose2-40/+88
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose1-1/+2
2016-04-20arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose1-1/+7
2016-04-20arm64: Add helpers for detecting AArch32 support at EL0Suzuki K Poulose2-0/+8
2016-04-20arm64: asm: remove unused push/pop macrosMark Rutland1-12/+0
2016-04-15arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas1-0/+5
2016-04-15arm64, mm, numa: Add NUMA balancing support for arm64.Ganapatrao Kulkarni1-0/+15
2016-04-15arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni3-0/+67
2016-04-15arm64: Move unflatten_device_tree() call earlier.David Daney1-0/+1
2016-04-15arm64: vhe: Verify CPU Exception LevelsSuzuki K Poulose1-0/+6
2016-04-15arm64: Add cpu_panic_kernel helperSuzuki K Poulose1-0/+11
2016-04-14arm64: mm: restrict virt_to_page() to the linear mappingArd Biesheuvel1-1/+11
2016-04-14arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel2-9/+20
2016-04-14arm64: mm: avoid virt_to_page() translation for the zero pageArd Biesheuvel1-1/+1
2016-04-14Revert "arm64: account for sparsemem section alignment when choosing vmemmap ...Ard Biesheuvel1-3/+2
2016-04-14arm64: choose memstart_addr based on minimum sparsemem section alignmentArd Biesheuvel1-3/+18
2016-04-13arm64: cpufeature: append additional id_aa64mmfr2 fields to cpufeatureKefeng Wang1-0/+4
2016-04-08Merge tag 'kvm-arm-for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář3-8/+7
2016-04-06arm64: KVM: Warn when PARange is less than 40 bitsMarc Zyngier3-8/+7
2016-04-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+6
2016-03-30arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS settingSuzuki K Poulose2-1/+6
2016-03-29arm64: perf: Move PMU register related defines to asm/perf_event.hShannon Zhao4-70/+47
2016-03-29arm64: opcodes.h: Add arm big-endian config options before including arm headerJames Morse1-0/+4
2016-03-26arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-1/+1
2016-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-7/+0
2016-03-21arm64: drop unused __local_flush_icache_all()Kefeng Wang1-7/+0
2016-03-21arm64: KVM: Turn kvm_ksym_ref into a NOP on VHEMarc Zyngier1-1/+7
2016-03-21Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+3
2016-03-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds37-286/+715
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+0
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-12/+343
2016-03-15Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+0
2016-03-11arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas1-1/+2
2016-03-09arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel1-2/+3