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
2021-10-29
Merge branch 'for-next/extable' into for-next/core
Will Deacon
3
-18
/
+6
2021-10-26
arm64/sve: Fix warnings when SVE is disabled
Mark Brown
1
-6
/
+6
2021-10-26
irq: arm64: perform irqentry in entry code
Mark Rutland
1
-21
/
+31
2021-10-24
kbuild: use more subdir- for visiting subdirectories while cleaning
Masahiro Yamada
1
-0
/
+3
2021-10-22
arm64: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
1
-0
/
+7
2021-10-22
arm64: kprobes: Make a frame pointer on __kretprobe_trampoline
Masami Hiramatsu
1
-0
/
+4
2021-10-22
arm64: kprobes: Record frame pointer with kretprobe instance
Masami Hiramatsu
1
-2
/
+2
2021-10-21
arm64: errata: Add detection for TRBE write to out-of-range
Suzuki K Poulose
1
-0
/
+20
2021-10-21
arm64: errata: Add workaround for TSB flush failures
Suzuki K Poulose
1
-0
/
+19
2021-10-21
arm64: errata: Add detection for TRBE overwrite in FILL mode
Suzuki K Poulose
1
-0
/
+25
2021-10-21
arm64: vmlinux.lds.S: remove `.fixup` section
Mark Rutland
1
-1
/
+0
2021-10-21
arm64: extable: add a dedicated uaccess handler
Mark Rutland
2
-16
/
+5
2021-10-21
arm64: extable: add `type` and `data` fields
Mark Rutland
1
-1
/
+1
2021-10-21
arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd
Nick Desaulniers
1
-12
/
+5
2021-10-21
arm64: vdso32: suppress error message for 'make mrproper'
Nick Desaulniers
1
-1
/
+2
2021-10-21
arm64: vdso32: drop test for -march=armv8-a
Nick Desaulniers
1
-7
/
+1
2021-10-21
arm64: vdso32: drop the test for dmb ishld
Nick Desaulniers
1
-8
/
+0
2021-10-21
arm64/sve: Track vector lengths for tasks in an array
Mark Brown
1
-40
/
+57
2021-10-21
arm64/sve: Explicitly load vector length when restoring SVE state
Mark Brown
2
-8
/
+8
2021-10-21
arm64/sve: Put system wide vector length information into structs
Mark Brown
4
-76
/
+97
2021-10-21
arm64/sve: Use accessor functions for vector lengths in thread_struct
Mark Brown
3
-22
/
+43
2021-10-21
arm64/sve: Rename find_supported_vector_length()
Mark Brown
1
-7
/
+7
2021-10-21
arm64/sve: Make access to FFR optional
Mark Brown
2
-11
/
+18
2021-10-21
arm64/sve: Make sve_state_size() static
Mark Brown
1
-1
/
+1
2021-10-21
arm64/sve: Remove sve_load_from_fpsimd_state()
Mark Brown
1
-16
/
+0
2021-10-21
arm64/fp: Reindent fpsimd_save()
Mark Brown
1
-18
/
+20
2021-10-20
arm64: Use of_get_cpu_hwid()
Rob Herring
1
-29
/
+2
2021-10-19
arm64: Add HWCAP for self-synchronising virtual counter
Marc Zyngier
2
-1
/
+3
2021-10-19
arm64: Add handling of CNTVCTSS traps
Marc Zyngier
1
-0
/
+11
2021-10-19
arm64: Add a capability for FEAT_ECV
Marc Zyngier
1
-0
/
+10
2021-10-15
topology: Represent clusters of CPUs within a die
Jonathan Cameron
1
-0
/
+2
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-3
/
+1
2021-10-11
arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()
Will Deacon
1
-1
/
+2
2021-10-08
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
1
-5
/
+0
2021-10-07
arm64: mte: Add asymmetric mode support
Vincenzo Frascino
1
-6
/
+35
2021-10-07
arm64: mte: CPU feature detection for Asymm MTE
Vincenzo Frascino
1
-0
/
+10
2021-10-01
arm64: kexec: remove cpu-reset.h
Pasha Tatashin
3
-38
/
+5
2021-10-01
arm64: kexec: remove the pre-kexec PoC maintenance
Pasha Tatashin
1
-43
/
+0
2021-10-01
arm64: kexec: keep MMU enabled during kexec relocation
Pasha Tatashin
3
-15
/
+33
2021-10-01
arm64: kexec: install a copy of the linear-map
Pasha Tatashin
4
-22
/
+19
2021-10-01
arm64: kexec: use ld script for relocation function
Pasha Tatashin
3
-23
/
+26
2021-10-01
arm64: kexec: relocate in EL1 mode
Pasha Tatashin
3
-6
/
+14
2021-10-01
arm64: kexec: configure EL2 vectors for kexec
Pasha Tatashin
2
-0
/
+32
2021-10-01
arm64: kexec: pass kimage as the only argument to relocation function
Pasha Tatashin
3
-8
/
+16
2021-10-01
arm64: kexec: Use dcache ops macros instead of open-coding
Pasha Tatashin
1
-10
/
+3
2021-10-01
arm64: kexec: skip relocation code for inplace kexec
Pasha Tatashin
2
-16
/
+21
2021-10-01
arm64: kexec: flush image and lists during kexec load time
Pasha Tatashin
1
-32
/
+26
2021-10-01
arm64: hibernate: abstract ttrb0 setup function
Pasha Tatashin
1
-20
/
+1
2021-10-01
arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
Pasha Tatashin
2
-68
/
+10
2021-10-01
arm64: kernel: add helper for booted at EL2 and not VHE
Pasha Tatashin
3
-4
/
+3
[prev]
[next]