summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-273-5/+9
|\
| * Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-09-243-5/+9
| |\
| | * KVM: arm64: Fix PMU probe orderingMarc Zyngier2021-09-202-4/+8
| | * KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu2021-09-201-1/+1
* | | Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-251-2/+0
|\ \ \
| * | | arm64: dts: qcom: ipq8074: remove USB tx-fifo-resize propertyRobert Marko2021-09-141-2/+0
| | |/ | |/|
* | | Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-09-242-19/+3
|\ \ \
| * | | Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He2021-09-232-19/+3
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-247-10/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: Restore forced disabling of KPTI on ThunderXdann frazier2021-09-231-2/+6
| * | | arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy2021-09-214-2/+9
| * | | arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne2021-09-212-6/+10
* | | | entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
| |/ / |/| |
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-172-3/+2
|\| |
| * | arm64: Mark __stack_chk_guard as __ro_after_initDan Li2021-09-161-1/+1
| * | arm64/kernel: remove duplicate include in process.cLv Ruyi2021-09-161-1/+0
| * | arm64/sve: Use correct size when reinitialising SVE stateMark Brown2021-09-161-1/+1
| |/
* | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-1/+1
|\ \ | |/ |/|
| * arm64: remove GCC version check for ARCH_SUPPORTS_INT128Nick Desaulniers2021-09-131-1/+1
* | Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-11275-4514/+15736
|\ \
| * \ Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-101-1/+21
| |\ \
| | * | arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun2021-09-101-0/+6
| | * | arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel2021-09-091-1/+15
| * | | arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-084-94/+1
| * | | compat: remove some compat entry pointsArnd Bergmann2021-09-081-5/+5
| | |/ | |/|
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+1
| |\ \
| | * | mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
| * | | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-7/+22
| |\ \ \
| | * | | arm64: PCI: Support root bridge preparation for Hyper-VBoqun Feng2021-08-231-1/+11
| | * | | arm64: PCI: Restructure pcibios_root_bridge_prepare()Boqun Feng2021-08-231-7/+12
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-0745-625/+1117
| |\ \ \ \
| | * \ \ \ Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-0658-674/+1192
| | |\ \ \ \
| | | * \ \ \ Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier2021-08-261-17/+3
| | | |\ \ \ \
| | | | * | | | KVM: arm64: Trim guest debug exception handlingRaghavendra Rao Ananta2021-08-261-17/+3
| | | * | | | | Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-2018-104/+140
| | | |\ \ \ \ \
| | | | * | | | | KVM: arm64: Upgrade trace_kvm_arm_set_dreg32() to 64bitMarc Zyngier2021-08-201-3/+7
| | | | * | | | | KVM: arm64: Add config register bit definitionsFuad Tabba2021-08-201-0/+22
| | | | * | | | | KVM: arm64: Add feature register flag definitionsFuad Tabba2021-08-203-10/+14
| | | | * | | | | KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba2021-08-203-1/+3
| | | | * | | | | KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba2021-08-202-8/+0
| | | | * | | | | KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba2021-08-206-21/+21
| | | | * | | | | KVM: arm64: Refactor sys_regs.h,c for nVHE reuseFuad Tabba2021-08-203-44/+52
| | | | * | | | | KVM: arm64: Fix names of config register fieldsFuad Tabba2021-08-201-6/+6
| | | | * | | | | KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba2021-08-206-15/+15
| | | | * | | | | KVM: arm64: Remove trailing whitespace in commentFuad Tabba2021-08-201-2/+2
| | | | * | | | | KVM: arm64: placeholder to check if VM is protectedFuad Tabba2021-08-201-0/+5
| | | * | | | | | Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier2021-08-209-22/+25
| | | |\ \ \ \ \ \
| | | | * | | | | | KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier2021-08-204-5/+10
| | | | * | | | | | KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier2021-08-207-18/+13
| | | | * | | | | | KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2021-08-205-6/+9
| | | | |/ / / / /