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
2022-05-17
arm64: mte: Ensure the cleared tags are visible before setting the PTE
Catalin Marinas
1
-0
/
+3
2022-05-17
arm64: kexec: load from kimage prior to clobbering
Mark Rutland
1
-7
/
+15
2022-05-17
arm64: paravirt: Use RCU read locks to guard stolen_time
Prakruthi Deepak Heragu
1
-8
/
+21
2022-05-17
arm64: lds: move special code sections out of kernel exec segment
Ard Biesheuvel
1
-9
/
+12
2022-05-16
arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h
Mark Brown
4
-26
/
+26
2022-05-16
arm64/sme: Standardise bitfield names for SVCR
Mark Brown
1
-3
/
+3
2022-05-16
arm64/fp: Rename SVE and SME LEN field name to _WIDTH
Mark Brown
1
-2
/
+2
2022-05-16
Merge branch 'for-next/sme' into for-next/sysreg-gen
Catalin Marinas
10
-112
/
+1299
2022-05-16
arm64/sve: Make kernel FPU protection RT friendly
Sebastian Andrzej Siewior
1
-2
/
+14
2022-05-16
arm64/sve: Delay freeing memory in fpsimd_flush_thread()
Sebastian Andrzej Siewior
1
-2
/
+15
2022-05-12
arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs
Shreyas K K
1
-0
/
+2
2022-05-12
arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entry
Kristina Martsenko
1
-2
/
+1
2022-05-11
Merge branch 'v5.18-rc5'
Peter Zijlstra
8
-31
/
+37
2022-05-11
arm64: Declare non global symbols as static
Linu Cherian
1
-1
/
+1
2022-05-10
arm64: vdso: fix makefile dependency on vdso.so
Joey Gouly
3
-6
/
+4
2022-05-08
arm64: entry: use stackleak_erase_on_task_stack()
Mark Rutland
1
-1
/
+1
2022-05-08
randstruct: Split randstruct Makefile and CFLAGS
Kees Cook
1
-1
/
+2
2022-05-07
arm64: kdump: Reimplement crashkernel=X
Chen Zhou
2
-4
/
+17
2022-05-07
arm64: Use insert_resource() to simplify code
Zhen Lei
1
-14
/
+3
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-4
/
+3
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-2
/
+5
2022-05-06
cpufreq: CPPC: Add per_cpu efficiency_class
Pierre Gondois
1
-0
/
+1
2022-05-06
arm64/sme: More sensibly define the size for the ZA register set
Mark Brown
1
-2
/
+10
2022-05-04
arm64/sysreg: Standardise ID_AA64ISAR0_EL1 macro names
Mark Brown
1
-35
/
+35
2022-05-04
arm64: Update name of ID_AA64ISAR0_EL1_ATOMIC to reflect ARM
Mark Brown
1
-3
/
+3
2022-05-04
arm64/mte: Make TCF field values and naming more standard
Mark Brown
1
-4
/
+5
2022-05-04
arm64/mte: Make TCF0 naming and field values more standard
Mark Brown
1
-3
/
+3
2022-05-04
Merge branch kvm-arm64/wfxt into kvmarm-master/next
Marc Zyngier
2
-0
/
+14
2022-05-04
Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/next
Marc Zyngier
10
-109
/
+1263
2022-04-29
vmcore: convert copy_oldmem_page() to take an iov_iter
Matthew Wilcox (Oracle)
1
-25
/
+4
2022-04-29
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
8
-54
/
+54
2022-04-29
arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscall
Alexandru Elisei
1
-1
/
+1
2022-04-29
arm64/ftrace: Make function graph use ftrace directly
Chengming Zhou
2
-17
/
+17
2022-04-29
arm64/sme: Fix NULL check after kzalloc
Wan Jiabing
1
-1
/
+1
2022-04-28
elf: Fix the arm64 MTE ELF segment name and value
Catalin Marinas
1
-1
/
+1
2022-04-27
arm64/sme: Add ID_AA64SMFR0_EL1 to __read_sysreg_by_encoding()
Mark Brown
1
-0
/
+1
2022-04-25
arm64: Add support for user sub-page fault probing
Catalin Marinas
1
-0
/
+30
2022-04-22
arm64/sme: Save and restore streaming mode over EFI runtime calls
Mark Brown
1
-6
/
+42
2022-04-22
arm64/sme: Disable streaming mode and ZA when flushing CPU state
Mark Brown
1
-0
/
+9
2022-04-22
arm64/sme: Add ptrace support for ZA
Mark Brown
1
-0
/
+144
2022-04-22
arm64/sme: Implement ptrace support for streaming mode SVE registers
Mark Brown
2
-54
/
+191
2022-04-22
arm64/sme: Implement ZA signal handling
Mark Brown
2
-3
/
+139
2022-04-22
arm64/sme: Implement streaming SVE signal handling
Mark Brown
1
-10
/
+32
2022-04-22
arm64/sme: Disable ZA and streaming mode when handling signals
Mark Brown
1
-0
/
+7
2022-04-22
arm64/sme: Implement traps and syscall handling for SME
Mark Brown
4
-23
/
+214
2022-04-22
arm64/sme: Implement ZA context switching
Mark Brown
2
-7
/
+35
2022-04-22
arm64/sme: Implement streaming SVE context switching
Mark Brown
2
-20
/
+94
2022-04-22
arm64/sme: Implement SVCR context switching
Mark Brown
2
-1
/
+19
2022-04-22
arm64/sme: Implement support for TPIDR2
Mark Brown
2
-2
/
+16
2022-04-22
arm64/sme: Implement vector length configuration prctl()s
Mark Brown
1
-0
/
+32
[prev]
[next]