index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
arm64: suspend: Use cpuidle context helpers in cpu_suspend()
Marc Zyngier
1
-1
/
+11
2021-06-17
PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter()
Marc Zyngier
1
-2
/
+7
2021-06-17
arm64: Convert cpu_do_idle() to using cpuidle context helpers
Marc Zyngier
1
-32
/
+9
2021-06-17
arm64: Add cpuidle context save/restore helpers
Marc Zyngier
2
-0
/
+40
2021-06-11
arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
Will Deacon
2
-1
/
+44
2021-06-11
KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support
Will Deacon
1
-1
/
+10
2021-06-11
arm64: Allow mismatched 32-bit EL0 support
Will Deacon
3
-15
/
+110
2021-06-11
arm64: cpuinfo: Split AArch32 registers out into a separate struct
Will Deacon
3
-81
/
+92
2021-06-08
Makefile: fix GDB warning with CONFIG_RELR
Nick Desaulniers
2
-2
/
+3
2021-06-07
arm64: idle: don't instrument idle code with KCOV
Mark Rutland
3
-58
/
+71
2021-06-07
arm64: entry: don't instrument entry code with KCOV
Mark Rutland
1
-0
/
+5
2021-06-07
arm64: entry: make NMI entry/exit functions static
Mark Rutland
2
-4
/
+2
2021-06-07
arm64: entry: split SDEI entry
Mark Rutland
3
-45
/
+43
2021-06-07
arm64: entry: split bad stack entry
Mark Rutland
3
-5
/
+16
2021-06-07
arm64: entry: fold el1_inv() into el1h_64_sync_handler()
Mark Rutland
1
-10
/
+1
2021-06-07
arm64: entry: handle all vectors with C
Mark Rutland
4
-138
/
+93
2021-06-07
arm64: entry: template the entry asm functions
Mark Rutland
1
-86
/
+27
2021-06-07
arm64: entry: improve bad_mode()
Mark Rutland
1
-15
/
+16
2021-06-07
arm64: entry: move bad_mode() to entry-common.c
Mark Rutland
2
-25
/
+27
2021-06-07
arm64: entry: consolidate EL1 exception returns
Mark Rutland
1
-4
/
+8
2021-06-07
arm64: entry: organise entry vectors consistently
Mark Rutland
1
-21
/
+21
2021-06-07
arm64: entry: organise entry handlers consistently
Mark Rutland
1
-42
/
+36
2021-06-07
arm64: entry: convert IRQ+FIQ handlers to C
Mark Rutland
5
-108
/
+110
2021-06-07
arm64: entry: add a call_on_irq_stack helper
Mark Rutland
2
-0
/
+38
2021-06-07
arm64: entry: move NMI preempt logic to C
Mark Rutland
2
-11
/
+10
2021-06-07
arm64: entry: move arm64_preempt_schedule_irq to entry-common.c
Mark Rutland
2
-17
/
+20
2021-06-07
arm64: entry: convert SError handlers to C
Mark Rutland
4
-16
/
+42
2021-06-07
arm64: entry: unmask IRQ+FIQ after EL0 handling
Mark Rutland
2
-2
/
+2
2021-06-07
arm64: remove redundant local_daif_mask() in bad_mode()
Mark Rutland
1
-1
/
+0
2021-06-02
arm64: update string routine copyrights and URLs
Mark Rutland
5
-11
/
+11
2021-06-01
arm64: Rewrite __arch_clear_user()
Robin Murphy
1
-20
/
+27
2021-06-01
arm64: Better optimised memchr()
Robin Murphy
1
-12
/
+53
2021-06-01
arm64: Import latest memcpy()/memmove() implementation
Robin Murphy
3
-233
/
+230
2021-06-01
arm64: Add assembly annotations for weak-PI-alias madness
Robin Murphy
1
-0
/
+8
2021-06-01
arm64: Import latest version of Cortex Strings' strncmp
Sam Tebbs
1
-222
/
+184
2021-06-01
arm64: Import updated version of Cortex Strings' strlen
Sam Tebbs
1
-85
/
+173
2021-06-01
arm64: Import latest version of Cortex Strings' strcmp
Sam Tebbs
1
-168
/
+121
2021-06-01
arm64: Import latest version of Cortex Strings' memcmp
Sam Tebbs
1
-227
/
+119
2021-05-27
arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macros
Will Deacon
3
-9
/
+9
2021-05-26
arm64: smp: initialize cpu offset earlier
Mark Rutland
4
-16
/
+18
2021-05-26
arm64: smp: unify task and sp setup
Mark Rutland
1
-18
/
+15
2021-05-26
arm64: smp: remove stack from secondary_data
Mark Rutland
4
-8
/
+4
2021-05-26
arm64: smp: remove pointless secondary_data maintenance
Mark Rutland
1
-2
/
+0
2021-05-26
arm64: assembler: add set_this_cpu_offset
Mark Rutland
2
-15
/
+15
2021-05-26
arm64: Check if GMID_EL1.BS is the same on all CPUs
Catalin Marinas
4
-0
/
+32
2021-05-26
arm64: Change the cpuinfo_arm64 member type for some sysregs to u64
Catalin Marinas
2
-6
/
+6
2021-05-26
arm64: stacktrace: Relax frame record alignment requirement to 8 bytes
Peter Collingbourne
2
-2
/
+2
2021-05-26
arm64: Change the on_*stack functions to take a size argument
Peter Collingbourne
6
-34
/
+37
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
25
-98
/
+98
2021-05-25
arm64: Fix cache maintenance function comments
Fuad Tabba
1
-17
/
+30
[next]