summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | arm64: add better page protections to arm64Laura Abbott2015-01-221-0/+5
| * | | | | arm64: use fixmap for text patchingLaura Abbott2015-01-221-0/+1
| * | | | | Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...Catalin Marinas2015-01-153-116/+102
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | arm64: kvm: remove ESR_EL2_* macrosMark Rutland2015-01-151-69/+4
| | * | | | arm64: remove ESR_EL1_* macrosMark Rutland2015-01-151-36/+0
| | * | | | arm64: kvm: move to ESR_ELx macrosMark Rutland2015-01-151-13/+15
| | * | | | arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland2015-01-151-0/+6
| | * | | | arm64: introduce common ESR_ELx_* definitionsMark Rutland2015-01-151-0/+79
| | | |/ / | | |/| |
| * | | | arm64: kernel: add support for cpu cache informationSudeep Holla2015-01-151-6/+23
| * | | | arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-122-4/+0
| * | | | arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2015-01-121-2/+32
| * | | | arm64/efi: set EFI_ALLOC_ALIGN to 64 KBArd Biesheuvel2015-01-121-0/+2
| * | | | arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel2015-01-122-0/+8
| | |_|/ | |/| |
* | | | arm64: drop PTE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-18/+4
* | | | arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier2015-01-291-5/+8
* | | | arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier2015-01-291-0/+18
* | | | arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier2015-01-293-4/+12
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-01-162-1/+3
|\ \ \ \
| * | | | arm64: compat: wire up compat_sys_execveatWill Deacon2015-01-122-1/+3
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-01-141-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier2015-01-121-0/+2
| |/ /
* | | arm64: fix missing linux/bug.h include in asm/arch_timer.hPaul Walmsley2015-01-071-0/+1
* | | arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.hPaul Walmsley2015-01-071-0/+1
* | | arm64: sanity checks: add missing AArch32 registersMark Rutland2015-01-071-0/+5
* | | arm64: Remove unused prepare_to_copy()Tobias Klauser2015-01-071-3/+0
* | | arm64: Correct __NR_compat_syscalls for bpfMark Rutland2015-01-071-1/+1
|/ /
* | arm64: mm: Add pgd_page to support RCU fast_gupJungseok Lee2014-12-231-2/+3
* | arm64: Replace set_arch_dma_coherent_ops with arch_setup_dma_opsCatalin Marinas2014-12-221-5/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-211-2/+2
|\
| * arm64/spinlock: Replace ACCESS_ONCE READ_ONCEChristian Borntraeger2014-12-181-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-193-4/+10
|\ \
| * | arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2014-12-131-0/+1
| * | arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall2014-12-131-0/+1
| * | arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall2014-12-131-2/+0
| * | arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2014-12-131-0/+5
| * | arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek2014-11-251-2/+3
| |/
* | Merge branch 'irq-irqdomain-arm-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-161-0/+1
|\ \
| * | arm64: PCI/MSI: Use asm-generic/msi.hMarc Zyngier2014-11-261-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-131-0/+3
|\ \ \
| * | | arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-121-0/+3
* | | | Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-12-123-43/+9
|\ \ \ \ | |/ / / |/| | |
| * | | xen/arm/arm64: merge xen/mm32.c into xen/mm.cStefano Stabellini2014-12-041-43/+1
| * | | xen: add a dma_addr_t dev_addr argument to xen_dma_map_pageStefano Stabellini2014-12-041-2/+2
| * | | arm64: introduce is_device_dma_coherentStefano Stabellini2014-12-042-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0
|\ \ \ \
| * | | | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
| |/ / /
* | | | mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-111-0/+1
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-102-97/+27
|\ \ \ \
| * | | | arm64: Use include/asm-generic/io.hThierry Reding2014-11-102-97/+27
| | |/ / | |/| |
* | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-091-0/+9
|\ \ \ \