| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-01-12 | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -6/+9 |
| 2022-01-10 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next |  Linus Torvalds | 1 | -1/+1 |
| 2022-01-10 | Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -6/+6 |
| 2022-01-10 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 17 | -262/+344 |
| 2022-01-07 | Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD |  Paolo Bonzini | 2 | -2/+5 |
| 2022-01-05 | Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/... |  Catalin Marinas | 16 | -183/+167 |
| 2022-01-05 | arm64: Use correct method to calculate nomap region boundaries |  Huacai Chen | 1 | -2/+4 |
| 2022-01-05 | arm64: Drop outdated links in comments |  Kees Cook | 1 | -4/+0 |
| 2022-01-04 | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next |  Marc Zyngier | 1 | -1/+0 |
| 2022-01-04 | arm64: perf: Don't register user access sysctl handler multiple times |  Will Deacon | 1 | -2/+9 |
| 2021-12-22 | arm64: errata: Fix exec handling in erratum 1418040 workaround |  D Scott Phillips | 1 | -23/+16 |
| 2021-12-22 | arm64: Unhash early pointer print plus improve comment |  Guilherme G. Piccoli | 1 | -1/+6 |
| 2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -0/+1 |
| 2021-12-16 | arm64: kexec: Fix missing error code 'ret' warning in load_other_segments() |  Lakshmi Ramasubramanian | 1 | -0/+1 |
| 2021-12-14 | arm64: Enable KCSAN |  Kefeng Wang | 1 | -0/+1 |
| 2021-12-14 | arm64/fp: Add comments documenting the usage of state restore functions |  Mark Brown | 1 | -2/+5 |
| 2021-12-14 | arm64/sve: Generalise vector length configuration prctl() for SME |  Mark Brown | 2 | -24/+27 |
| 2021-12-14 | arm64/sve: Make sysctl interface for SVE reusable by SME |  Mark Brown | 1 | -6/+9 |
| 2021-12-14 | Merge branch 'for-next/perf-cpu' into for-next/perf |  Will Deacon | 1 | -68/+43 |
| 2021-12-14 | arm64: Use BTI C directly and unconditionally |  Mark Brown | 1 | -6/+2 |
| 2021-12-14 | arm64: perf: Support new DT compatibles |  Robin Murphy | 1 | -0/+12 |
| 2021-12-14 | arm64: perf: Simplify registration boilerplate |  Robin Murphy | 1 | -82/+31 |
| 2021-12-14 | arm64: perf: Support Denver and Carmel PMUs |  Thierry Reding | 1 | -0/+14 |
| 2021-12-14 | arm64: perf: Enable PMU counter userspace access for perf event |  Rob Herring | 1 | -7/+112 |
| 2021-12-14 | arm64: perf: Add userspace counter access disable switch |  Rob Herring | 1 | -0/+17 |
| 2021-12-13 | arm64: cpufeature: add HWCAP for FEAT_RPRES |  Joey Gouly | 2 | -0/+3 |
| 2021-12-13 | arm64: add ID_AA64ISAR2_EL1 sys register |  Joey Gouly | 2 | -0/+10 |
| 2021-12-13 | arm64: cpufeature: add HWCAP for FEAT_AFP |  Joey Gouly | 2 | -0/+3 |
| 2021-12-13 | exit: Add and use make_task_dead. |  Eric W. Biederman | 1 | -1/+1 |
| 2021-12-10 | arm64: Make some stacktrace functions private |  Mark Rutland | 1 | -5/+7 |
| 2021-12-10 | arm64: Make dump_backtrace() use arch_stack_walk() |  Madhavan T. Venkataraman | 1 | -38/+6 |
| 2021-12-10 | arm64: Make profile_pc() use arch_stack_walk() |  Madhavan T. Venkataraman | 1 | -12/+13 |
| 2021-12-10 | arm64: Make return_address() use arch_stack_walk() |  Madhavan T. Venkataraman | 1 | -6/+2 |
| 2021-12-10 | arm64: Make __get_wchan() use arch_stack_walk() |  Madhavan T. Venkataraman | 1 | -17/+25 |
| 2021-12-10 | arm64: Make perf_callchain_kernel() use arch_stack_walk() |  Madhavan T. Venkataraman | 1 | -12/+3 |
| 2021-12-10 | arm64: Mark __switch_to() as __sched |  Mark Rutland | 1 | -1/+2 |
| 2021-12-10 | arch: Make ARCH_STACKWALK independent of STACKTRACE |  Peter Zijlstra | 1 | -4/+0 |
| 2021-12-10 | arm64: kexec: reduce calls to page_address() |  Rongwei Wang | 1 | -2/+4 |
| 2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 2 | -1/+7 |
| 2021-12-08 | KVM: arm64: Drop unused workaround_flags vcpu field |  Marc Zyngier | 1 | -1/+0 |
| 2021-12-06 | arm64: entry: Use SDEI event constants |  Florian Fainelli | 1 | -2/+4 |
| 2021-12-06 | arm64: Simplify checking for populated DT |  Rob Herring | 1 | -21/+14 |
| 2021-12-02 | arm64: ftrace: add missing BTIs |  Mark Rutland | 1 | -0/+6 |
| 2021-12-02 | arm64: kexec: use __pa_symbol(empty_zero_page) |  Mark Rutland | 1 | -1/+1 |
| 2021-12-01 | Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next |  Marc Zyngier | 1 | -1/+5 |
| 2021-12-01 | arm64: Snapshot thread flags |  Mark Rutland | 4 | -6/+6 |
| 2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 2 | -13/+11 |
| 2021-11-22 | arm64/fpsimd: Document the use of TIF_FOREIGN_FPSTATE by KVM |  Marc Zyngier | 1 | -1/+5 |
| 2021-11-17 | KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y |  Sean Christopherson | 1 | -0/+2 |
| 2021-11-17 | perf: Add wrappers for invoking guest callbacks |  Sean Christopherson | 1 | -11/+5 |