aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-12-14arm64: perf: Add userspace counter access disable switchRob Herring1-0/+17
2021-12-13arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2-0/+3
2021-12-13arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2-0/+10
2021-12-13arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly2-0/+3
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-12-10arm64: Make some stacktrace functions privateMark Rutland1-5/+7
2021-12-10arm64: Make dump_backtrace() use arch_stack_walk()Madhavan T. Venkataraman1-38/+6
2021-12-10arm64: Make profile_pc() use arch_stack_walk()Madhavan T. Venkataraman1-12/+13
2021-12-10arm64: Make return_address() use arch_stack_walk()Madhavan T. Venkataraman1-6/+2
2021-12-10arm64: Make __get_wchan() use arch_stack_walk()Madhavan T. Venkataraman1-17/+25
2021-12-10arm64: Make perf_callchain_kernel() use arch_stack_walk()Madhavan T. Venkataraman1-12/+3
2021-12-10arm64: Mark __switch_to() as __schedMark Rutland1-1/+2
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-4/+0
2021-12-10arm64: kexec: reduce calls to page_address()Rongwei Wang1-2/+4
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+7
2021-12-08KVM: arm64: Drop unused workaround_flags vcpu fieldMarc Zyngier1-1/+0
2021-12-06arm64: entry: Use SDEI event constantsFlorian Fainelli1-2/+4
2021-12-06arm64: Simplify checking for populated DTRob Herring1-21/+14
2021-12-02arm64: ftrace: add missing BTIsMark Rutland1-0/+6
2021-12-02arm64: kexec: use __pa_symbol(empty_zero_page)Mark Rutland1-1/+1
2021-12-01Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/nextMarc Zyngier1-1/+5
2021-12-01arm64: Snapshot thread flagsMark Rutland4-6/+6
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+11
2021-11-22arm64/fpsimd: Document the use of TIF_FOREIGN_FPSTATE by KVMMarc Zyngier1-1/+5
2021-11-17KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=ySean Christopherson1-0/+2
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson1-11/+5
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu1-6/+7
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-6/+12
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland2-13/+11
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2021-11-11Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-5/+9
2021-11-08arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King1-1/+1
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+3
2021-11-08arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada2-2/+2
2021-11-08arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe1-3/+7
2021-11-07Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+1
2021-11-04arm64: cpufeature: Export this_cpu_has_cap helperArnd Bergmann1-0/+1
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-29/+2
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds4-12/+20
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+2
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds21-499/+575
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2021-10-29Merge branch 'for-next/vdso' into for-next/coreWill Deacon1-28/+8
2021-10-29Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon1-0/+64
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon5-172/+224
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon3-11/+76
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon1-2/+2
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon9-267/+171