aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda1-2/+2
2018-09-07arm64: KVM: Remove pgd_lockSteven Price1-2/+1
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-1/+0
2018-08-23arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.hWill Deacon1-0/+2
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini9-24/+107
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds24-238/+354
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-64/+4
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2018-08-12KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier1-0/+2
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner5-18/+26
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-2/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+3
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-3/+1
2018-07-31arm64: drop unused kernel_neon_begin_partial() macroArd Biesheuvel1-7/+0
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-1/+3
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-0/+15
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott2-15/+67
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-18/+14
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro1-7/+16
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner1-0/+3
2018-07-21KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse1-4/+4
2018-07-21arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng3-0/+25
2018-07-21arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier1-13/+8
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar5-18/+26
2018-07-12arm64: implement syscall wrappersMark Rutland2-3/+81
2018-07-12arm64: convert compat wrappers to CMark Rutland1-11/+11
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland1-0/+4
2018-07-12arm64: introduce syscall_fn_tMark Rutland1-1/+5
2018-07-12arm64: remove sigreturn wrappersMark Rutland1-2/+2
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland1-1/+16
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland1-10/+0
2018-07-12arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland1-10/+10
2018-07-11arm64: neon: Fix function may_use_simd() return error statusYandong Zhao1-12/+7
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2-1/+3
2018-07-09arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi1-2/+4
2018-07-09KVM: arm/arm64: Enable adaptative WFE trappingMarc Zyngier1-0/+10
2018-07-09KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier1-0/+7
2018-07-09KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier1-3/+0
2018-07-09arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is setMarc Zyngier1-2/+12
2018-07-09arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier7-9/+46
2018-07-06arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla1-2/+2
2018-07-06arm64: topology: add support to remove cpu topology sibling masksSudeep Holla1-0/+2
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla1-0/+4
2018-07-06arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya1-0/+7
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon1-2/+0
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon1-1/+26
2018-07-05arm64: remove unused COMPAT_PSR definitionsMark Rutland1-28/+0
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland1-5/+5