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-07-05
arm64: errata: Add Cortex-A510 to the repeat tlbi list
James Morse
1
-1
/
+7
2022-07-05
arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition names
Mark Brown
2
-19
/
+19
2022-07-05
arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition names
Mark Brown
2
-49
/
+49
2022-07-05
arm64/sysreg: Standardise naming for ID_AA64ZFR0_EL1 fields
Mark Brown
1
-19
/
+19
2022-07-05
arm64/sysreg: Standardise naming for ID_AA64SMFR0_EL1 enums
Mark Brown
1
-16
/
+16
2022-07-05
arm64/sysreg: Standardise naming for WFxT defines
Mark Brown
1
-4
/
+4
2022-07-05
arm64/sysreg: Make BHB clear feature defines match the architecture
Mark Brown
1
-1
/
+1
2022-07-05
arm64/sysreg: Align pointer auth enumeration defines with architecture
Mark Brown
1
-12
/
+12
2022-07-05
arm64/mte: Standardise GMID field name definitions
Mark Brown
1
-1
/
+1
2022-07-05
arm64/sysreg: Standardise naming for DCZID_EL0 field names
Mark Brown
1
-2
/
+2
2022-07-05
arm64/sysreg: Standardise naming for CTR_EL0 fields
Mark Brown
5
-21
/
+21
2022-07-05
arm64/idreg: Fix tab/space damage
Mark Brown
1
-7
/
+7
2022-07-05
arm64/cpuinfo: Remove references to reserved cache type
Mark Brown
1
-8
/
+15
2022-07-04
arm64: topology: Remove redundant setting of llc_id in CPU topology
Sudeep Holla
1
-14
/
+0
2022-07-04
arm64: fix oops in concurrently setting insn_emulation sysctls
haibinzhang (张海斌)
1
-4
/
+5
2022-07-01
arm64: Add an override for ID_AA64SMFR0_EL1.FA64
Marc Zyngier
2
-7
/
+19
2022-07-01
arm64: Add the arm64.nosve command line option
Marc Zyngier
3
-2
/
+43
2022-07-01
arm64: Add the arm64.nosme command line option
Marc Zyngier
3
-1
/
+61
2022-07-01
arm64: Expose a __check_override primitive for oddball features
Marc Zyngier
1
-6
/
+11
2022-07-01
arm64: Allow the idreg override to deal with variable field width
Marc Zyngier
1
-12
/
+16
2022-07-01
arm64: Factor out checking of a feature against the override into a macro
Marc Zyngier
1
-14
/
+20
2022-07-01
arm64: Allow sticky E2H when entering EL1
Marc Zyngier
1
-24
/
+10
2022-07-01
arm64: Save state of HCR_EL2.E2H before switch to EL1
Marc Zyngier
2
-5
/
+13
2022-07-01
arm64: Rename the VHE switch to "finalise_el2"
Marc Zyngier
3
-15
/
+14
2022-07-01
arm64: mm: fix booting with 52-bit address space
Ard Biesheuvel
1
-0
/
+18
2022-07-01
arm64: vdso32: Add DWARF_DEBUG
Nathan Chancellor
1
-0
/
+1
2022-07-01
arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILS
Nathan Chancellor
1
-1
/
+1
2022-07-01
arm64: compat: Move sigreturn32.S to .rodata section
Chen Zhongjin
1
-0
/
+1
2022-06-29
arm64/fpsimd: Remove duplicate SYS_SVCR read
Schspa Shi
1
-1
/
+0
2022-06-29
arm64: head: remove __PHYS_OFFSET
Mark Rutland
1
-8
/
+3
2022-06-29
arm64: lds: use PROVIDE instead of conditional definitions
Ard Biesheuvel
1
-32
/
+31
2022-06-28
arm64: vdso*: place got/plt sections in .rodata
Joey Gouly
2
-20
/
+15
2022-06-28
arm64: vdso32: add ARM.exidx* sections
Joey Gouly
1
-0
/
+1
2022-06-27
arm64: mm: Convert to GENERIC_IOREMAP
Kefeng Wang
1
-1
/
+1
2022-06-27
arm64: Copy the task argument to unwind_state
Madhavan T. Venkataraman
1
-13
/
+20
2022-06-27
arm64: Split unwind_init()
Madhavan T. Venkataraman
1
-11
/
+55
2022-06-27
arm64/signal: Clean up SVE/SME feature checking inconsistency
Mark Brown
1
-8
/
+12
2022-06-24
arm64: setup: drop early FDT pointer helpers
Ard Biesheuvel
2
-17
/
+0
2022-06-24
arm64: head: avoid relocating the kernel twice for KASLR
Ard Biesheuvel
6
-140
/
+171
2022-06-24
arm64: kaslr: defer initialization to initcall where permitted
Ard Biesheuvel
1
-55
/
+40
2022-06-24
arm64: head: record CPU boot mode after enabling the MMU
Ard Biesheuvel
2
-39
/
+15
2022-06-24
arm64: head: populate kernel page tables with MMU and caches on
Ard Biesheuvel
1
-46
/
+16
2022-06-24
arm64: head: factor out TTBR1 assignment into a macro
Ard Biesheuvel
1
-4
/
+1
2022-06-24
arm64: idreg-override: use early FDT mapping in ID map
Ard Biesheuvel
2
-11
/
+7
2022-06-24
arm64: head: create a temporary FDT mapping in the initial ID map
Ard Biesheuvel
1
-1
/
+13
2022-06-24
arm64: head: use relative references to the RELA and RELR tables
Ard Biesheuvel
2
-17
/
+8
2022-06-24
arm64: head: cover entire kernel image in initial ID map
Ard Biesheuvel
2
-12
/
+26
2022-06-24
arm64: head: add helper function to remap regions in early page tables
Ard Biesheuvel
1
-0
/
+33
2022-06-24
arm64: mm: provide idmap pointer to cpu_replace_ttbr1()
Ard Biesheuvel
2
-2
/
+2
2022-06-24
arm64: head: pass ID map root table address to __enable_mmu()
Ard Biesheuvel
2
-6
/
+9
[prev]
[next]