summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern...Catalin Marinas1-0/+2
2022-01-27arm64: Add Cortex-A510 CPU part definitionAnshuman Khandual1-0/+2
2022-01-24arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+2
2022-01-20arm64: atomics: lse: Dereference matching sizeKees Cook2-2/+2
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-35/+123
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+9
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+3
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2-1/+3
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+9
2022-01-12PCI: hv: Add arm64 Hyper-V vPCI supportSunil Muthuswamy1-0/+9
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-13/+1
2022-01-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds12-262/+193
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini9-34/+121
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas12-262/+193
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier3-9/+5
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-1/+1
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2021-12-22asm-generic: introduce io_stop_wc() and add implementation for ARM64Xiongfeng Wang1-0/+9
2021-12-20KVM: arm64: Use defined value for SCTLR_ELx_EEFuad Tabba1-1/+1
2021-12-17arm64: Ensure that the 'bti' macro is defined where linkage.h is includedCatalin Marinas1-0/+4
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier1-5/+4
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier4-0/+26
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret2-0/+3
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon1-0/+1
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Quentin Perret1-0/+1
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon1-0/+21
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown1-3/+3
2021-12-14arm64: Use BTI C directly and unconditionallyMark Brown1-16/+6
2021-12-14arm64: Unconditionally override SYM_FUNC macrosMark Brown1-5/+11
2021-12-14arm64: Add macro version of the BTI instructionMark Brown2-6/+11
2021-12-14arm64: atomics: lse: define RETURN ops in terms of FETCH opsMark Rutland1-34/+14
2021-12-14arm64: atomics: lse: improve constraints for simple opsMark Rutland1-12/+18
2021-12-14arm64: atomics: lse: define ANDs in terms of ANDNOTsMark Rutland1-30/+4
2021-12-14arm64: atomics lse: define SUBs in terms of ADDsMark Rutland1-122/+58
2021-12-14arm64: atomics: format whitespace consistentlyMark Rutland2-50/+50
2021-12-13arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2-0/+2
2021-12-13arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2-0/+16
2021-12-13arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly3-0/+3
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar5-16/+55
2021-12-10arm64: Make some stacktrace functions privateMark Rutland1-6/+0
2021-12-10arm64: Add comment for stack_info::kr_curMark Rutland1-0/+4
2021-12-08KVM: arm64: Drop unused workaround_flags vcpu fieldMarc Zyngier1-3/+0