index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
process.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
.
Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...
Catalin Marinas
2022-01-05
1
-41
/
+43
|
\
\
|
|
*
arm64: Make __get_wchan() use arch_stack_walk()
Madhavan T. Venkataraman
2021-12-10
1
-17
/
+25
|
|
*
arm64: Mark __switch_to() as __sched
Mark Rutland
2021-12-10
1
-1
/
+2
|
|
/
|
/
|
|
*
arm64: errata: Fix exec handling in erratum 1418040 workaround
D Scott Phillips
2021-12-22
1
-23
/
+16
|
/
*
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-10-15
1
-3
/
+1
*
arm64: Mark __stack_chk_guard as __ro_after_init
Dan Li
2021-09-16
1
-1
/
+1
*
arm64/kernel: remove duplicate include in process.c
Lv Ruyi
2021-09-16
1
-1
/
+0
*
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-04
1
-3
/
+0
|
\
|
*
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
2021-08-19
1
-3
/
+0
*
|
Merge remote-tracking branch 'tip/sched/arm64' into for-next/core
Catalin Marinas
2021-08-31
1
-11
/
+36
|
\
\
|
*
|
arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores
Will Deacon
2021-08-20
1
-13
/
+1
|
*
|
arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
Will Deacon
2021-08-20
1
-1
/
+38
|
|
/
|
|
|
\
*
-
.
\
Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...
Catalin Marinas
2021-08-26
1
-17
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATE
Lingyan Huang
2021-07-30
1
-3
/
+7
|
|
/
|
/
|
|
*
arm64: move preemption disablement to prctl handlers
Peter Collingbourne
2021-07-28
1
-14
/
+7
|
/
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-07-06
1
-6
/
+1
|
\
|
*
ARM: 9095/1: ARM64: Remove arm_pm_restart()
Guenter Roeck
2021-06-13
1
-6
/
+1
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-06-28
1
-76
/
+23
|
\
\
|
*
\
Merge branch 'for-next/entry' into for-next/core
Will Deacon
2021-06-24
1
-52
/
+0
|
|
\
\
|
|
*
|
arm64: idle: don't instrument idle code with KCOV
Mark Rutland
2021-06-07
1
-57
/
+0
|
|
*
|
arm64: entry: move arm64_preempt_schedule_irq to entry-common.c
Mark Rutland
2021-06-07
1
-17
/
+0
|
|
|
/
|
*
|
Merge branch 'for-next/cpuidle' into for-next/core
Will Deacon
2021-06-24
1
-32
/
+9
|
|
\
\
|
|
*
|
arm64: Convert cpu_do_idle() to using cpuidle context helpers
Marc Zyngier
2021-06-17
1
-32
/
+9
|
|
|
/
|
*
|
Merge branch 'for-next/cpufeature' into for-next/core
Will Deacon
2021-06-24
1
-1
/
+18
|
|
\
\
|
|
*
|
arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
Will Deacon
2021-06-11
1
-1
/
+18
|
|
|
/
|
*
/
arm64: Implement stack trace termination record
Madhavan T. Venkataraman
2021-05-25
1
-0
/
+5
|
|
/
*
/
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-18
1
-1
/
+1
|
/
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-05-07
1
-6
/
+3
|
\
|
*
arm64: Show three registers per line
Matthew Wilcox (Oracle)
2021-04-23
1
-6
/
+3
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-04-26
1
-3
/
+32
|
\
|
|
*
Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/core
Catalin Marinas
2021-04-15
1
-2
/
+31
|
|
\
|
|
*
arm64: pac: Optimize kernel entry/exit key installation code paths
Peter Collingbourne
2021-04-13
1
-0
/
+1
|
|
*
arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
Peter Collingbourne
2021-04-13
1
-3
/
+7
|
|
*
arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
Peter Collingbourne
2021-04-13
1
-0
/
+24
|
*
|
arm64: Always keep DAIF.[IF] in sync
Hector Martin
2021-03-24
1
-1
/
+1
|
|
/
*
/
arm64/process.c: fix Wmissing-prototypes build warnings
Maninder Singh
2021-03-25
1
-0
/
+2
|
/
*
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-22
1
-1
/
+1
*
arm64: improve whitespace
Zhiyuan Dai
2021-02-04
1
-2
/
+2
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-12-15
1
-21
/
+8
|
\
|
*
Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core
Catalin Marinas
2020-12-09
1
-7
/
+6
|
|
\
|
*
|
arm64: uaccess: remove set_fs()
Mark Rutland
2020-12-02
1
-12
/
+0
|
*
|
arm64: ensure ERET from kthread is illegal
Mark Rutland
2020-12-02
1
-9
/
+8
*
|
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2020-12-02
1
-4
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
arm64: mark idle code as noinstr
Mark Rutland
2020-11-30
1
-4
/
+4
*
|
|
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-11-29
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-11-24
1
-1
/
+1
|
|
/
*
/
arm64: errata: Fix handling of 1418040 with late CPU onlining
Will Deacon
2020-11-10
1
-3
/
+2
|
/
*
Merge branch 'for-next/mte' into for-next/core
Will Deacon
2020-10-02
1
-10
/
+38
|
\
|
*
arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
Catalin Marinas
2020-09-04
1
-8
/
+10
|
*
arm64: mte: Allow user control of the generated random tags via prctl()
Catalin Marinas
2020-09-04
1
-1
/
+1
[next]