index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
arm64/sve: Skip flushing Z registers with 128 bit vectors
Mark Brown
2021-05-26
2
-4
/
+14
|
|
*
|
|
arm64/sve: Use the sve_flush macros in sve_load_from_fpsimd_state()
Mark Brown
2021-05-26
1
-5
/
+4
|
|
*
|
|
arm64/sve: Split _sve_flush macro into separate Z and predicate flushes
Mark Brown
2021-05-26
1
-1
/
+2
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'for-next/smccc' into for-next/core
Will Deacon
2021-06-24
2
-0
/
+92
|
|
\
\
\
|
|
*
|
|
arm64: smccc: Support SMCCC v1.3 SVE register saving hint
Mark Brown
2021-06-08
1
-0
/
+26
|
|
*
|
|
arm64: smccc: Add support for SMCCCv1.2 extended input/output registers
Sudeep Holla
2021-05-26
2
-0
/
+66
|
|
|
/
/
|
*
|
|
Merge branch 'for-next/ptrauth' into for-next/core
Will Deacon
2021-06-24
1
-0
/
+4
|
|
\
\
\
|
|
*
|
|
arm64: Conditionally configure PTR_AUTH key of the kernel.
Daniel Kiss
2021-06-15
1
-0
/
+2
|
|
*
|
|
arm64: Add ARM64_PTR_AUTH_KERNEL config option
Daniel Kiss
2021-06-15
1
-0
/
+2
|
|
|
/
/
|
*
|
|
Merge branch 'for-next/perf' into for-next/core
Will Deacon
2021-06-24
1
-5
/
+35
|
|
\
\
\
|
|
*
|
|
arm64: perf: Simplify EVENT ATTR macro in perf_event.c
Qi Liu
2021-06-11
1
-4
/
+1
|
|
*
|
|
arm64: perf: Add more support on caps under sysfs
Shaokun Zhang
2021-06-03
1
-0
/
+33
|
|
*
|
|
arm64: perf: Convert snprintf to sysfs_emit
Tian Tao
2021-06-01
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Merge branch 'for-next/mm' into for-next/core
Will Deacon
2021-06-24
3
-9
/
+20
|
|
\
\
\
|
|
*
|
|
arm64: head: fix code comments in set_cpu_boot_mode_flag
Dong Aisheng
2021-06-15
1
-1
/
+1
|
|
*
|
|
arm64: mm: drop unused __pa(__idmap_text_start)
Dong Aisheng
2021-06-15
1
-1
/
+0
|
|
*
|
|
arm64: mm: fix the count comments in compute_indices
Dong Aisheng
2021-06-15
1
-1
/
+1
|
|
*
|
|
arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan
Anshuman Khandual
2021-06-15
1
-1
/
+1
|
|
*
|
|
arm64: acpi: Map EFI_MEMORY_WT memory as Normal-NC
Will Deacon
2021-06-01
1
-5
/
+17
|
|
|
/
/
|
*
|
|
Merge branch 'for-next/misc' into for-next/core
Will Deacon
2021-06-24
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
arm64: smp: Bump debugging information print down to KERN_DEBUG
Lee Jones
2021-06-17
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Merge branch 'for-next/insn' into for-next/core
Will Deacon
2021-06-24
10
-1709
/
+267
|
|
\
\
\
|
|
*
|
|
arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>
Mark Rutland
2021-06-11
3
-0
/
+3
|
|
*
|
|
arm64: insn: decouple patching from insn code
Mark Rutland
2021-06-11
6
-8
/
+15
|
|
*
|
|
arm64: Move instruction encoder/decoder under lib/
Julien Thierry
2021-05-27
2
-1459
/
+1
|
|
*
|
|
arm64: Move aarch32 condition check functions
Julien Thierry
2021-05-27
3
-99
/
+99
|
|
*
|
|
arm64: Move patching utilities out of instruction encoding/decoding
Julien Thierry
2021-05-27
3
-147
/
+152
|
|
|
/
/
|
*
|
|
Merge branch 'for-next/entry' into for-next/core
Will Deacon
2021-06-24
7
-421
/
+388
|
|
\
\
\
|
|
*
|
|
arm64: idle: don't instrument idle code with KCOV
Mark Rutland
2021-06-07
3
-58
/
+71
|
|
*
|
|
arm64: entry: don't instrument entry code with KCOV
Mark Rutland
2021-06-07
1
-0
/
+5
|
|
*
|
|
arm64: entry: make NMI entry/exit functions static
Mark Rutland
2021-06-07
1
-2
/
+2
|
|
*
|
|
arm64: entry: split SDEI entry
Mark Rutland
2021-06-07
2
-45
/
+40
|
|
*
|
|
arm64: entry: split bad stack entry
Mark Rutland
2021-06-07
2
-5
/
+12
|
|
*
|
|
arm64: entry: fold el1_inv() into el1h_64_sync_handler()
Mark Rutland
2021-06-07
1
-10
/
+1
|
|
*
|
|
arm64: entry: handle all vectors with C
Mark Rutland
2021-06-07
3
-125
/
+74
|
|
*
|
|
arm64: entry: template the entry asm functions
Mark Rutland
2021-06-07
1
-86
/
+27
|
|
*
|
|
arm64: entry: improve bad_mode()
Mark Rutland
2021-06-07
1
-15
/
+16
|
|
*
|
|
arm64: entry: move bad_mode() to entry-common.c
Mark Rutland
2021-06-07
2
-25
/
+27
|
|
*
|
|
arm64: entry: consolidate EL1 exception returns
Mark Rutland
2021-06-07
1
-4
/
+8
|
|
*
|
|
arm64: entry: organise entry vectors consistently
Mark Rutland
2021-06-07
1
-21
/
+21
|
|
*
|
|
arm64: entry: organise entry handlers consistently
Mark Rutland
2021-06-07
1
-42
/
+36
|
|
*
|
|
arm64: entry: convert IRQ+FIQ handlers to C
Mark Rutland
2021-06-07
2
-97
/
+104
|
|
*
|
|
arm64: entry: add a call_on_irq_stack helper
Mark Rutland
2021-06-07
1
-0
/
+36
|
|
*
|
|
arm64: entry: move NMI preempt logic to C
Mark Rutland
2021-06-07
2
-11
/
+10
|
|
*
|
|
arm64: entry: move arm64_preempt_schedule_irq to entry-common.c
Mark Rutland
2021-06-07
2
-17
/
+20
|
|
*
|
|
arm64: entry: convert SError handlers to C
Mark Rutland
2021-06-07
3
-16
/
+38
|
|
*
|
|
arm64: entry: unmask IRQ+FIQ after EL0 handling
Mark Rutland
2021-06-07
2
-2
/
+2
|
|
*
|
|
arm64: remove redundant local_daif_mask() in bad_mode()
Mark Rutland
2021-06-07
1
-1
/
+0
|
|
|
/
/
|
*
|
|
Merge branch 'for-next/cpuidle' into for-next/core
Will Deacon
2021-06-24
2
-33
/
+20
|
|
\
\
\
|
|
*
|
|
arm64: suspend: Use cpuidle context helpers in cpu_suspend()
Marc Zyngier
2021-06-17
1
-1
/
+11
[prev]
[next]