index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-18
arm64: suspend: restore the kernel ptrauth keys
Amit Daniel Kachhap
1
-2
/
+2
2020-03-18
arm64: __show_regs: strip PAC from lr in printk
Amit Daniel Kachhap
1
-1
/
+1
2020-03-18
arm64: unwind: strip PAC from kernel addresses
Mark Rutland
1
-1
/
+4
2020-03-18
arm64: initialize and switch ptrauth kernel keys
Kristina Martsenko
4
-0
/
+18
2020-03-18
arm64: enable ptrauth earlier
Kristina Martsenko
1
-10
/
+3
2020-03-18
arm64: cpufeature: handle conflicts based on capability
Kristina Martsenko
1
-14
/
+15
2020-03-18
arm64: cpufeature: Move cpu capability helpers inside C file
Amit Daniel Kachhap
1
-0
/
+13
2020-03-18
arm64: ptrauth: Add bootup/runtime flags for __cpu_setup
Amit Daniel Kachhap
2
-0
/
+4
2020-03-18
arm64: install user ptrauth keys at kernel exit time
Kristina Martsenko
4
-4
/
+14
2020-03-18
arm64: rename ptrauth key structures to be user-specific
Kristina Martsenko
2
-12
/
+12
2020-03-18
arm64: cpufeature: add pointer auth meta-capabilities
Kristina Martsenko
1
-1
/
+24
2020-03-18
arm64: cpufeature: Fix meta-capability cpufeature check
Amit Daniel Kachhap
1
-1
/
+20
2020-03-17
arm64: smp: fix crash_smp_send_stop() behaviour
Cristian Marussi
1
-2
/
+6
2020-03-17
arm64: smp: fix smp_send_stop() behaviour
Cristian Marussi
1
-3
/
+14
2020-03-17
arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
Andrew Murray
1
-16
/
+71
2020-03-17
arm64: perf: Clean up enable/disable calls
Robin Murphy
1
-52
/
+35
2020-03-17
arm64/kernel: Simplify __cpu_up() by bailing out early
Gavin Shan
1
-42
/
+37
2020-03-17
arm64: remove redundant blank for '=' operator
韩科才
1
-1
/
+1
2020-03-17
arm64: kexec_file: Fixed code style.
Li Tao
1
-1
/
+1
2020-03-17
arm64: add blank after 'if'
Zheng Wei
1
-1
/
+1
2020-03-16
arm64: BTI: Reset BTYPE when skipping emulated instructions
Dave Martin
1
-0
/
+2
2020-03-16
arm64: traps: Shuffle code to eliminate forward declarations
Dave Martin
1
-52
/
+55
2020-03-16
arm64: unify native/compat instruction skipping
Dave Martin
1
-10
/
+8
2020-03-16
arm64: BTI: Decode BYTPE bits when printing PSTATE
Dave Martin
1
-2
/
+15
2020-03-16
arm64: elf: Enable BTI at exec based on ELF program properties
Dave Martin
1
-0
/
+19
2020-03-16
arm64: Basic Branch Target Identification support
Dave Martin
7
-1
/
+88
2020-03-11
arm64: entry: unmask IRQ in el0_sp()
Mark Rutland
1
-1
/
+1
2020-03-11
arm64: Mark call_smc_arch_workaround_1 as __maybe_unused
Nathan Chancellor
1
-1
/
+1
2020-03-11
arm64: entry-ftrace.S: Fix missing argument for CONFIG_FUNCTION_GRAPH_TRACER=y
Kunihiko Hayashi
1
-1
/
+1
2020-03-09
arm64: efi: add efi-entry.o to targets instead of extra-$(CONFIG_EFI)
Masahiro Yamada
1
-1
/
+1
2020-03-09
arm64: vdso32: Convert to modern assembler annotations
Mark Brown
1
-15
/
+8
2020-03-09
arm64: vdso: Convert to modern assembler annotations
Mark Brown
1
-2
/
+2
2020-03-09
arm64: sdei: Annotate SDEI entry points using new style annotations
Mark Brown
1
-6
/
+6
2020-03-09
arm64: kvm: Modernize __smccc_workaround_1_smc_start annotations
Mark Brown
1
-8
/
+6
2020-03-09
arm64: kvm: Modernize annotation for __bp_harden_hyp_vecs
Mark Brown
1
-1
/
+1
2020-03-09
arm64: kernel: Convert to modern annotations for assembly data
Mark Brown
2
-6
/
+10
2020-03-09
arm64: head: Annotate stext and preserve_boot_args as code
Mark Brown
1
-4
/
+4
2020-03-09
arm64: head.S: Convert to modern annotations for assembly functions
Mark Brown
1
-28
/
+28
2020-03-09
arm64: ftrace: Modernise annotation of return_to_handler
Mark Brown
1
-2
/
+2
2020-03-09
arm64: ftrace: Correct annotation of ftrace_caller assembly
Mark Brown
1
-8
/
+8
2020-03-09
arm64: entry-ftrace.S: Convert to modern annotations for assembly functions
Mark Brown
1
-14
/
+14
2020-03-09
arm64: entry: Additional annotation conversions for entry.S
Mark Brown
1
-8
/
+8
2020-03-09
arm64: entry: Annotate ret_from_fork as code
Mark Brown
1
-2
/
+2
2020-03-09
arm64: entry: Annotate vector table and handlers as code
Mark Brown
1
-38
/
+38
2020-03-06
arm64: use activity monitors for frequency invariance
Ionela Voinescu
2
-0
/
+184
2020-03-06
arm64: add support for the AMU extension v1
Ionela Voinescu
1
-0
/
+66
2020-03-04
arm64: remove gratuitious/stray .ltorg stanzas
Remi Denis-Courmont
2
-3
/
+0
2020-03-02
arm64: perf: Support new DT compatibles
Robin Murphy
1
-0
/
+56
2020-03-02
arm64: perf: Refactor PMU init callbacks
Robin Murphy
1
-97
/
+27
2020-02-29
efi/arm64: Clean EFI stub exit code from cache instead of avoiding it
Ard Biesheuvel
2
-15
/
+15
[prev]
[next]