summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-05340-1811/+20714
|\
| * KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse2022-02-034-3/+46
| * KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse2022-02-031-0/+8
| * KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse2022-02-031-1/+2
| * Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-298-11/+123
| |\
| | * arm64: cpufeature: List early Cortex-A510 parts as having broken dbmJames Morse2022-01-282-0/+13
| | * Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern...Catalin Marinas2022-01-284-0/+91
| | |\
| | | * arm64: errata: Add detection for TRBE trace data corruptionAnshuman Khandual2022-01-273-0/+28
| | | * arm64: errata: Add detection for TRBE invalid prohibited statesAnshuman Khandual2022-01-273-0/+33
| | | * arm64: errata: Add detection for TRBE ignored system register writesAnshuman Khandual2022-01-273-0/+28
| | | * arm64: Add Cortex-A510 CPU part definitionAnshuman Khandual2022-01-271-0/+2
| | * | arm64: extable: fix load_unaligned_zeropad() reg indicesEvgenii Stepanov2022-01-261-2/+2
| | * | arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOLMasami Hiramatsu2022-01-241-2/+3
| | * | arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 rangesAnshuman Khandual2022-01-242-6/+8
| | * | arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual2022-01-241-0/+2
| | * | arm64: vdso: Fix "no previous prototype" warningVincenzo Frascino2022-01-241-1/+4
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-284-15/+28
| |\ \ | | |/ | |/|
| * | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-232-2/+0
| |\ \
| | * | arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-1/+0
| | * | include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-223-3/+3
| |\ \ \
| | * | | arm64: mm: apply __ro_after_init to memory_limitPeng Fan2022-01-201-1/+1
| | * | | arm64: atomics: lse: Dereference matching sizeKees Cook2022-01-202-2/+2
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-16/+4
| |\ \ \ \
| | * | | | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-16/+4
| | | |/ / | | |/| |
| * | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-2/+2
| |\ \ \ \
| | * | | | exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-2/+2
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-1648-416/+1063
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-0/+9
| |\ \ \ \ \ \
| | * | | | | | PCI: hv: Add arm64 Hyper-V vPCI supportSunil Muthuswamy2022-01-121-0/+9
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-154-7/+7
| |\ \ \ \ \ \
| | * | | | | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-152-1/+3
| | * | | | | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-4/+2
| | * | | | | | mm: defer kmemleak object creation of module_alloc()Kefeng Wang2022-01-151-2/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-141-3/+2
| |\ \ \ \ \ \
| | * | | | | | arm64: tegra: Remove non existent Tegra194 resetSameer Pujar2022-01-011-3/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-128-70/+32
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.cSean Christopherson2021-11-174-28/+4
| | * | | | | | KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=ySean Christopherson2021-11-173-2/+4
| | * | | | | | KVM: arm64: Convert to the generic perf callbacksSean Christopherson2021-11-171-32/+2
| | * | | | | | KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson2021-11-172-0/+15
| | * | | | | | perf: Force architectures to opt-in to guest callbacksSean Christopherson2021-11-171-0/+1
| | * | | | | | perf: Add wrappers for invoking guest callbacksSean Christopherson2021-11-171-11/+5
| | * | | | | | perf/core: Rework guest callbacks to prepare for static_call supportLike Xu2021-11-172-26/+22
| | * | | | | | perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson2021-11-172-6/+6
| | * | | | | | perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-6/+12
| | |/ / / / /
| * | | | | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-112-2/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-1316-44/+111
| | |\ \ \ \ \ \
| | * | | | | | | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
| | * | | | | | | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-1/+0
| | | |/ / / / / | | |/| | | | |