summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda2018-09-111-2/+2
* arm64: KVM: Remove pgd_lockSteven Price2018-09-071-2/+1
* KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-1/+0
* arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.hWill Deacon2018-08-231-0/+2
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-229-24/+107
|\
| * KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier2018-08-121-0/+2
| * KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse2018-07-211-4/+4
| * arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-213-0/+25
| * arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier2018-07-211-13/+8
| * KVM: arm/arm64: Enable adaptative WFE trappingMarc Zyngier2018-07-091-0/+10
| * KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier2018-07-091-0/+7
| * KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier2018-07-091-3/+0
| * arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is setMarc Zyngier2018-07-091-2/+12
| * arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier2018-07-097-9/+46
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-1424-238/+354
|\ \
| * | arm64: drop unused kernel_neon_begin_partial() macroArd Biesheuvel2018-07-311-7/+0
| * | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-261-0/+15
| * | arm64: Add stack information to on_accessible_stackLaura Abbott2018-07-262-15/+67
| * | arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro2018-07-231-7/+16
| * | arm64: implement syscall wrappersMark Rutland2018-07-122-3/+81
| * | arm64: convert compat wrappers to CMark Rutland2018-07-121-11/+11
| * | arm64: convert native/compat syscall entry to CMark Rutland2018-07-121-0/+4
| * | arm64: introduce syscall_fn_tMark Rutland2018-07-121-1/+5
| * | arm64: remove sigreturn wrappersMark Rutland2018-07-121-2/+2
| * | arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland2018-07-121-1/+16
| * | arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-10/+0
| * | arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland2018-07-121-10/+10
| * | arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2018-07-112-1/+3
| * | arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi2018-07-091-2/+4
| * | arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla2018-07-061-2/+2
| * | arm64: topology: add support to remove cpu topology sibling masksSudeep Holla2018-07-061-0/+2
| * | arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla2018-07-061-0/+4
| * | arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya2018-07-061-0/+7
| * | arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon2018-07-051-2/+0
| * | arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2018-07-051-1/+26
| * | arm64: remove unused COMPAT_PSR definitionsMark Rutland2018-07-051-28/+0
| * | kvm/arm: use PSR_AA32 definitionsMark Rutland2018-07-051-5/+5
| * | arm64: use PSR_AA32 definitionsMark Rutland2018-07-052-4/+4
| * | arm64: add PSR_AA32_* definitionsMark Rutland2018-07-051-1/+56
| * | arm64: Handle mismatched cache typeSuzuki K Poulose2018-07-051-1/+2
| * | arm64: Fix mismatched cache line size detectionSuzuki K Poulose2018-07-051-0/+4
| * | arm64: locking: Replace ticket lock implementation with qspinlockWill Deacon2018-07-053-132/+3
| * | arm64: barrier: Implement smp_cond_load_relaxedWill Deacon2018-07-051-0/+13
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-3/+5
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-021-1/+3
| |\ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-253-18/+14
| |\ \ \
| * | | | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
| * | | | perf/arch/arm64: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+5
| * | | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-1/+1
| * | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-262-0/+12
| |\ \ \ \