index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-03
arm64: stacktrace: avoid tracing arch_stack_walk()
Mark Rutland
1
-1
/
+1
2021-08-03
arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULL
Barry Song
1
-1
/
+3
2021-08-03
arm64: fix compat syscall return truncation
Mark Rutland
3
-8
/
+6
2021-07-21
arm64: smccc: Save lr before calling __arm_smccc_sve_check()
Jean-Philippe Brucker
1
-3
/
+6
2021-07-15
arm64: entry: fix KCOV suppression
Mark Rutland
1
-1
/
+1
2021-07-15
arm64: entry: add missing noinstr
Mark Rutland
1
-1
/
+1
2021-07-15
arm64: mte: fix restoration of GCR_EL1 from suspend
Mark Rutland
1
-13
/
+2
2021-07-12
arm64: Add missing header <asm/smp.h> in two files
Carlos Bilbao
1
-0
/
+1
2021-07-08
arm64: stacktrace: use %pSb for backtrace printing
Stephen Boyd
1
-1
/
+1
2021-07-08
arm64: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
set_memory: allow querying whether set_direct_map_*() is actually enabled
Mike Rapoport
1
-0
/
+1
2021-07-06
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-6
/
+1
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-06-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-5
/
+15
2021-06-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
41
-2354
/
+1209
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+1
2021-06-24
Merge branch 'for-next/sve' into for-next/core
Will Deacon
2
-9
/
+19
2021-06-24
Merge branch 'for-next/smccc' into for-next/core
Will Deacon
2
-0
/
+92
2021-06-24
Merge branch 'for-next/ptrauth' into for-next/core
Will Deacon
1
-0
/
+4
2021-06-24
Merge branch 'for-next/perf' into for-next/core
Will Deacon
1
-5
/
+35
2021-06-24
Merge branch 'for-next/mm' into for-next/core
Will Deacon
3
-9
/
+20
2021-06-24
Merge branch 'for-next/misc' into for-next/core
Will Deacon
1
-1
/
+1
2021-06-24
Merge branch 'for-next/insn' into for-next/core
Will Deacon
10
-1709
/
+267
2021-06-24
Merge branch 'for-next/entry' into for-next/core
Will Deacon
7
-421
/
+388
2021-06-24
Merge branch 'for-next/cpuidle' into for-next/core
Will Deacon
2
-33
/
+20
2021-06-24
Merge branch 'for-next/cpufeature' into for-next/core
Will Deacon
4
-75
/
+237
2021-06-24
Merge branch 'for-next/caches' into for-next/core
Will Deacon
13
-45
/
+66
2021-06-22
Merge branch kvm-arm64/mmu/mte into kvmarm-master/next
Marc Zyngier
2
-5
/
+15
2021-06-22
KVM: arm64: Save/restore MTE registers
Steven Price
1
-0
/
+2
2021-06-22
arm64: Restrict undef hook for cpufeature registers
Raphael Gault
1
-2
/
+2
2021-06-22
arm64: mte: Sync tags for pages where PTE is untagged
Steven Price
1
-5
/
+13
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-06-17
arm64: smp: Bump debugging information print down to KERN_DEBUG
Lee Jones
1
-1
/
+1
2021-06-17
arm64: suspend: Use cpuidle context helpers in cpu_suspend()
Marc Zyngier
1
-1
/
+11
2021-06-17
arm64: Convert cpu_do_idle() to using cpuidle context helpers
Marc Zyngier
1
-32
/
+9
2021-06-15
arm64: head: fix code comments in set_cpu_boot_mode_flag
Dong Aisheng
1
-1
/
+1
2021-06-15
arm64: mm: drop unused __pa(__idmap_text_start)
Dong Aisheng
1
-1
/
+0
2021-06-15
arm64: mm: fix the count comments in compute_indices
Dong Aisheng
1
-1
/
+1
2021-06-15
arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan
Anshuman Khandual
1
-1
/
+1
2021-06-15
arm64: Conditionally configure PTR_AUTH key of the kernel.
Daniel Kiss
1
-0
/
+2
2021-06-15
arm64: Add ARM64_PTR_AUTH_KERNEL config option
Daniel Kiss
1
-0
/
+2
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
2
-1
/
+44
2021-06-11
arm64: Allow mismatched 32-bit EL0 support
Will Deacon
1
-13
/
+101
2021-06-11
arm64: cpuinfo: Split AArch32 registers out into a separate struct
Will Deacon
2
-60
/
+67
2021-06-11
arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>
Mark Rutland
3
-0
/
+3
2021-06-11
arm64: insn: decouple patching from insn code
Mark Rutland
6
-8
/
+15
2021-06-11
arm64: perf: Simplify EVENT ATTR macro in perf_event.c
Qi Liu
1
-4
/
+1
2021-06-08
arm64: smccc: Support SMCCC v1.3 SVE register saving hint
Mark Brown
1
-0
/
+26
[next]