summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-131-2/+0
|\
| * arm64: Remove stack duplicating code from jprobesDavid A. Long2016-08-111-2/+0
* | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-5/+10
|\ \ | |/ |/|
| * arm64/uaccess: Enable hardened usercopyKees Cook2016-07-261-7/+22
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-063-0/+20
|\ \
| * | arm64: Fix copy-on-write referencing in HugeTLBSteve Capper2016-08-041-0/+17
| * | arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-07-292-0/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-029-57/+97
|\ \ \
| * | | KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara2016-07-181-0/+2
| * | | KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara2016-07-181-1/+1
| * | | arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier2016-07-031-1/+0
| * | | arm/arm64: KVM: Prune unused #definesMarc Zyngier2016-07-031-10/+0
| * | | arm: KVM: Allow hyp teardownMarc Zyngier2016-07-031-1/+2
| * | | arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier2016-07-031-1/+0
| * | | arm/arm64: KVM: Drop boot_pgdMarc Zyngier2016-07-032-5/+2
| * | | arm64: KVM: Simplify HYP init/teardownMarc Zyngier2016-07-031-9/+3
| * | | arm/arm64: KVM: Export __hyp_text_start/end symbolsMarc Zyngier2016-07-031-0/+4
| * | | arm64: KVM: Refactor kern_hyp_va to deal with multiple offsetsMarc Zyngier2016-07-032-14/+39
| * | | arm64: KVM: Define HYP offset masksMarc Zyngier2016-07-031-2/+6
| * | | arm64: Add ARM64_HYP_OFFSET_LOW capabilityMarc Zyngier2016-07-031-1/+2
| * | | arm64: KVM: Kill HYP_PAGE_OFFSETMarc Zyngier2016-07-031-2/+1
| * | | arm/arm64: KVM: Remove hyp_kern_va helperMarc Zyngier2016-07-031-12/+0
| * | | arm64: KVM: Merged page tables documentationMarc Zyngier2016-07-031-3/+37
| * | | arm/arm64: KVM: Make default HYP mappings non-excutableMarc Zyngier2016-06-291-1/+1
| * | | arm/arm64: KVM: Map the HYP text as read-onlyMarc Zyngier2016-06-291-0/+1
| * | | arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata sectionMarc Zyngier2016-06-291-0/+1
| * | | arm64: Add PTE_HYP_XN page table flagMarc Zyngier2016-06-291-0/+1
| * | | arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier2016-06-291-1/+1
| * | | KVM: ARM64: Fix typosAndrea Gelmini2016-06-141-1/+1
* | | | Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-08-011-2/+15
|\ \ \ \
| * | | | arm64: Allow for different DMA and CPU bus offsetsAlexander Graf2016-06-061-2/+15
| |/ / /
* | | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-0/+6
|\ \ \ \
| * | | | ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao2016-07-061-0/+6
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-2724-28/+409
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototypeCatalin Marinas2016-07-271-1/+0
| * | | | Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-215-2/+205
| |\ \ \ \
| | * | | | arm64: Add trampoline code for kretprobesWilliam Cohen2016-07-191-0/+2
| | * | | | arm64: kprobes instruction simulation supportSandeepa Prabhu2016-07-191-2/+3
| | * | | | arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-195-2/+113
| | * | | | arm64: add conditional instruction simulation supportDavid A. Long2016-07-191-0/+3
| | * | | | arm64: Add more test functions to insn.cDavid A. Long2016-07-191-0/+36
| | * | | | arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long2016-07-191-0/+50
| * | | | | arm64: debug: remove unused local_dbg_{enable, disable} macrosWill Deacon2016-07-191-3/+0
| * | | | | arm64: ptrace: remove extra define for CPSR's E bitVladimir Murzin2016-07-191-1/+0
| * | | | | arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfsSteve Capper2016-07-121-0/+2
| * | | | | arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky2016-07-121-2/+6
| * | | | | arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel2016-07-011-2/+1
| * | | | | arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel2016-07-011-1/+1
| * | | | | arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-012-1/+2
| * | | | | arm64: consolidate signal injection on emulation errorsAndre Przywara2016-07-011-0/+2
OpenPOWER on IntegriCloud