summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon2020-10-0210-206/+67
|\
| * KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon2020-09-292-52/+1
| * arm64: Get rid of arm64_ssbd_stateMarc Zyngier2020-09-291-14/+0
| * KVM: arm64: Get rid of kvm_arm_have_ssbd()Marc Zyngier2020-09-291-23/+0
| * KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-294-34/+9
| * arm64: Rewrite Spectre-v4 mitigation codeWill Deacon2020-09-292-17/+7
| * arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon2020-09-291-1/+1
| * arm64: Group start_thread() functions togetherWill Deacon2020-09-291-12/+12
| * arm64: Rewrite Spectre-v2 mitigation codeWill Deacon2020-09-294-23/+28
| * arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon2020-09-293-16/+15
| * KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon2020-09-292-2/+2
| * arm64: Remove Spectre-related CONFIG_* optionsWill Deacon2020-09-293-20/+0
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-------------------. \ Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon2020-10-0225-59/+175
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| | | | | | | | | | | * arm64: fix some spelling mistakes in the comments by codespellXiaoming Ni2020-09-073-3/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | | | | | | | | | * arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker2020-09-282-1/+13
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | | | | | | * arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown2020-09-181-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | | | * arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap2020-09-143-9/+20
| | | | | | | | * arm64: traps: Allow force_signal_inject to pass esr error codeAmit Daniel Kachhap2020-09-141-1/+1
| | | | | | | | * arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap2020-09-141-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | | * arm64: perf: Add support caps under sysfsShaokun Zhang2020-09-282-0/+5
| |_|_|_|_|_|/ |/| | | | | |
| | | | | | * arm64: Enable PCI write-combine resources under sysfsClint Sbisa2020-09-181-0/+1
| |_|_|_|_|/ |/| | | | |
| | | | | * arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon2020-10-011-0/+8
| | | | | * arm64/mm: Unify CONT_PMD_SHIFTGavin Shan2020-09-111-8/+2
| | | | | * arm64/mm: Unify CONT_PTE_SHIFTGavin Shan2020-09-112-8/+1
| | | | | * arm64/mm: Remove CONT_RANGE_OFFSETGavin Shan2020-09-111-2/+0
| | | | | * arm64/mm: Enable THP migrationAnshuman Khandual2020-09-111-0/+5
| | | | | * arm64/mm: Change THP helpers to comply with generic MM semanticsAnshuman Khandual2020-09-112-3/+38
| |_|_|_|/ |/| | | |
| | | | * arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu2020-09-211-0/+3
| | | | * arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan2020-09-141-9/+8
| | | | * arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-073-4/+3
| |_|_|/ |/| | |
| | | * arm64/sve: Implement a helper to load SVE registers from FPSIMD stateJulien Grall2020-09-211-0/+2
| | | * arm64/sve: Implement a helper to flush SVE registersJulien Grall2020-09-212-0/+20
| | | * arm64/fpsimdmacros: Allow the macro "for" to be used in more casesJulien Grall2020-09-211-3/+7
| | | * arm64/fpsimdmacros: Introduce a macro to update ZCR_EL1.LENJulien Grall2020-09-211-7/+12
| |_|/ |/| |
| | * arm64/cpuinfo: Define HWCAP name arrays per their actual bit definitionsAnshuman Khandual2020-09-111-0/+9
| |/ |/|
| * arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon2020-09-181-0/+9
|/
* Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-0/+5
|\
| * arm64: Implement arch_irqs_disabled()Peter Zijlstra2020-08-261-0/+5
* | KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse2020-08-281-1/+2
* | KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse2020-08-281-0/+28
* | KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-08-281-0/+15
* | arm64: use a common .arch preamble for inline assemblySami Tolvanen2020-08-282-2/+10
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-221-1/+1
|\
| * KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-221-1/+1
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-151-2/+2
* | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-142-2/+4
|\ \
| * | vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-062-2/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-129-134/+203
|\ \ \ | | |/ | |/|
| * | Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-099-134/+203
| |\ \
| | * \ Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/nextMarc Zyngier2020-07-301-1/+1
| | |\ \