summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-02-03KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse1-0/+8
2022-01-28arm64: cpufeature: List early Cortex-A510 parts as having broken dbmJames Morse1-0/+3
2022-01-28Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern...Catalin Marinas1-0/+27
2022-01-27arm64: errata: Add detection for TRBE trace data corruptionAnshuman Khandual1-0/+9
2022-01-27arm64: errata: Add detection for TRBE invalid prohibited statesAnshuman Khandual1-0/+9
2022-01-27arm64: errata: Add detection for TRBE ignored system register writesAnshuman Khandual1-0/+9
2022-01-24arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOLMasami Hiramatsu1-2/+3
2022-01-24arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 rangesAnshuman Khandual1-0/+2
2022-01-24arm64: vdso: Fix "no previous prototype" warningVincenzo Frascino1-1/+4
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+5
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang1-2/+2
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+9
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+6
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds17-262/+344
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-2/+5
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas16-183/+167
2022-01-05arm64: Use correct method to calculate nomap region boundariesHuacai Chen1-2/+4
2022-01-05arm64: Drop outdated links in commentsKees Cook1-4/+0
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier1-1/+0
2022-01-04arm64: perf: Don't register user access sysctl handler multiple timesWill Deacon1-2/+9
2021-12-22arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips1-23/+16
2021-12-22arm64: Unhash early pointer print plus improve commentGuilherme G. Piccoli1-1/+6
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-16arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian1-0/+1
2021-12-14arm64: Enable KCSANKefeng Wang1-0/+1
2021-12-14arm64/fp: Add comments documenting the usage of state restore functionsMark Brown1-2/+5
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown2-24/+27
2021-12-14arm64/sve: Make sysctl interface for SVE reusable by SMEMark Brown1-6/+9
2021-12-14Merge branch 'for-next/perf-cpu' into for-next/perfWill Deacon1-70/+45
2021-12-14arm64: Use BTI C directly and unconditionallyMark Brown1-6/+2
2021-12-14arm64: perf: Support new DT compatiblesRobin Murphy1-0/+12
2021-12-14arm64: perf: Simplify registration boilerplateRobin Murphy1-82/+31
2021-12-14arm64: perf: Support Denver and Carmel PMUsThierry Reding1-0/+14
2021-12-14arm64: perf: Enable PMU counter userspace access for perf eventRob Herring1-7/+112
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