| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-03 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 1 | -5/+7 |
| 2022-05-25 | Merge back reboot/poweroff notifiers rework for 5.19-rc1. |  Rafael J. Wysocki | 1 | -2/+1 |
| 2022-05-19 | arm64: Use do_kernel_power_off() |  Dmitry Osipenko | 1 | -2/+1 |
| 2022-05-07 | fork: Generalize PF_IO_WORKER handling |  Eric W. Biederman | 1 | -4/+3 |
| 2022-05-07 | fork: Pass struct kernel_clone_args into copy_thread |  Eric W. Biederman | 1 | -2/+5 |
| 2022-04-29 | arm64/sme: Fix NULL check after kzalloc |  Wan Jiabing | 1 | -1/+1 |
| 2022-04-22 | arm64/sme: Implement traps and syscall handling for SME |  Mark Brown | 1 | -3/+27 |
| 2022-04-22 | arm64/sme: Implement SVCR context switching |  Mark Brown | 1 | -0/+2 |
| 2022-04-22 | arm64/sme: Implement support for TPIDR2 |  Mark Brown | 1 | -2/+12 |
| 2022-03-09 | arm64/mte: Remove asymmetric mode from the prctl() interface |  Mark Brown | 1 | -2/+0 |
| 2022-02-25 | arm64/mte: Add userspace interface for enabling asymmetric mode |  Mark Brown | 1 | -1/+4 |
| 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 | 1 | -41/+43 |
| 2021-12-22 | arm64: errata: Fix exec handling in erratum 1418040 workaround |  D Scott Phillips | 1 | -23/+16 |
| 2021-12-10 | arm64: Make __get_wchan() use arch_stack_walk() |  Madhavan T. Venkataraman | 1 | -17/+25 |
| 2021-12-10 | arm64: Mark __switch_to() as __sched |  Mark Rutland | 1 | -1/+2 |
| 2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked |  Kees Cook | 1 | -3/+1 |
| 2021-09-16 | arm64: Mark __stack_chk_guard as __ro_after_init |  Dan Li | 1 | -1/+1 |
| 2021-09-16 | arm64/kernel: remove duplicate include in process.c |  Lv Ruyi | 1 | -1/+0 |
| 2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -3/+0 |
| 2021-08-31 | Merge remote-tracking branch 'tip/sched/arm64' into for-next/core |  Catalin Marinas | 1 | -11/+36 |
| 2021-08-26 | Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remote-tracking branch 'arm64/for-next/perf' into for-next/core |  Catalin Marinas | 1 | -17/+14 |
| 2021-08-20 | arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores |  Will Deacon | 1 | -13/+1 |
| 2021-08-20 | arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0 |  Will Deacon | 1 | -1/+38 |
| 2021-08-19 | isystem: trim/fixup stdarg.h and other headers |  Alexey Dobriyan | 1 | -3/+0 |
| 2021-07-30 | arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATE |  Lingyan Huang | 1 | -3/+7 |
| 2021-07-28 | arm64: move preemption disablement to prctl handlers |  Peter Collingbourne | 1 | -14/+7 |
| 2021-07-06 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm |  Linus Torvalds | 1 | -6/+1 |
| 2021-06-28 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -76/+23 |
| 2021-06-24 | Merge branch 'for-next/entry' into for-next/core |  Will Deacon | 1 | -52/+0 |
| 2021-06-24 | Merge branch 'for-next/cpuidle' into for-next/core |  Will Deacon | 1 | -32/+9 |
| 2021-06-24 | Merge branch 'for-next/cpufeature' into for-next/core |  Will Deacon | 1 | -1/+18 |
| 2021-06-18 | sched: Introduce task_is_running() |  Peter Zijlstra | 1 | -1/+1 |
| 2021-06-17 | arm64: Convert cpu_do_idle() to using cpuidle context helpers |  Marc Zyngier | 1 | -32/+9 |
| 2021-06-13 | ARM: 9095/1: ARM64: Remove arm_pm_restart() |  Guenter Roeck | 1 | -6/+1 |
| 2021-06-11 | arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs |  Will Deacon | 1 | -1/+18 |
| 2021-06-07 | arm64: idle: don't instrument idle code with KCOV |  Mark Rutland | 1 | -57/+0 |
| 2021-06-07 | arm64: entry: move arm64_preempt_schedule_irq to entry-common.c |  Mark Rutland | 1 | -17/+0 |
| 2021-05-25 | arm64: Implement stack trace termination record |  Madhavan T. Venkataraman | 1 | -0/+5 |
| 2021-05-07 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -6/+3 |
| 2021-04-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -3/+32 |
| 2021-04-23 | arm64: Show three registers per line |  Matthew Wilcox (Oracle) | 1 | -6/+3 |
| 2021-04-15 | Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/core |  Catalin Marinas | 1 | -2/+31 |
| 2021-04-13 | arm64: pac: Optimize kernel entry/exit key installation code paths |  Peter Collingbourne | 1 | -0/+1 |
| 2021-04-13 | arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS) |  Peter Collingbourne | 1 | -3/+7 |
| 2021-04-13 | arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere |  Peter Collingbourne | 1 | -0/+24 |
| 2021-03-25 | arm64/process.c: fix Wmissing-prototypes build warnings |  Maninder Singh | 1 | -0/+2 |
| 2021-03-24 | arm64: Always keep DAIF.[IF] in sync |  Hector Martin | 1 | -1/+1 |
| 2021-02-21 | arch: setup PF_IO_WORKER threads like PF_KTHREAD |  Jens Axboe | 1 | -1/+1 |
| 2021-02-04 | arm64: improve whitespace |  Zhiyuan Dai | 1 | -2/+2 |
| 2020-12-14 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -21/+8 |