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-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
2022-06-24
arm64: kernel: drop unnecessary PoC cache clean+invalidate
Ard Biesheuvel
1
-11
/
+0
2022-06-24
arm64: head: split off idmap creation code
Ard Biesheuvel
1
-49
/
+52
2022-06-24
arm64: head: switch to map_memory macro for the extended ID map
Ard Biesheuvel
1
-39
/
+37
2022-06-24
arm64: head: simplify page table mapping macros (slightly)
Ard Biesheuvel
1
-33
/
+22
2022-06-24
arm64: head: drop idmap_ptrs_per_pgd
Ard Biesheuvel
1
-4
/
+3
2022-06-24
arm64: head: move assignment of idmap_t0sz to C code
Ard Biesheuvel
1
-12
/
+1
2022-06-24
arm64: mm: make vabits_actual a build time constant if possible
Ard Biesheuvel
1
-14
/
+1
2022-06-24
arm64: head: move kimage_vaddr variable into C file
Ard Biesheuvel
1
-7
/
+0
2022-06-24
arm64: entry: simplify trampoline data page
Ard Biesheuvel
2
-32
/
+24
2022-06-24
jump_label: make initial NOP patching the special case
Ard Biesheuvel
1
-11
/
+0
2022-06-23
arm64: trap implementation defined functionality in userspace
Kristina Martsenko
1
-0
/
+18
2022-06-23
arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1
Alexandru Elisei
1
-1
/
+1
2022-06-23
arm64: mm: install KPTI nG mappings with MMU enabled
Ard Biesheuvel
1
-3
/
+51
2022-06-23
arm64/sme: Expose SMIDR through sysfs
Mark Brown
1
-1
/
+22
2022-06-23
arm64: compat: Move kuser32.S to .rodata section
Chen Zhongjin
1
-0
/
+1
2022-06-23
arm64: stacktrace: use non-atomic __set_bit
Andrey Konovalov
1
-1
/
+1
2022-06-23
arm64: kasan: do not instrument stacktrace.c
Andrey Konovalov
2
-2
/
+7
2022-06-23
arm64: vdso32: enable orphan handling for VDSO
Joey Gouly
1
-0
/
+1
2022-06-23
arm64: vdso32: put ELF related sections in the linker script
Joey Gouly
1
-1
/
+21
2022-06-23
arm64: vdso: enable orphan handling for VDSO
Joey Gouly
1
-1
/
+7
2022-06-23
arm64: vdso: put ELF related sections in the linker script
Joey Gouly
1
-0
/
+16
2022-06-23
arm64: cpuidle: remove generic cpuidle support
Michael Walle
1
-29
/
+0
2022-06-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-77
/
+69
2022-06-16
arm64/cpufeature: Unexport set_cpu_feature()
Mark Brown
1
-1
/
+0
2022-06-15
arm64: ftrace: remove redundant label
Mark Rutland
1
-1
/
+0
2022-06-15
arm64: ftrace: consistently handle PLTs.
Mark Rutland
1
-71
/
+66
2022-06-15
arm64: ftrace: fix branch range checks
Mark Rutland
1
-2
/
+2
2022-06-15
Revert "arm64: Initialize jump labels before setup_machine_fdt()"
Catalin Marinas
1
-4
/
+3
2022-06-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-9
/
+1
2022-06-10
arm64: Add kasan_hw_tags_enable() prototype to silence sparse
Catalin Marinas
1
-0
/
+6
2022-06-10
arm64/sme: Fix EFI save/restore
Mark Brown
1
-4
/
+14
2022-06-10
arm64/fpsimd: Fix typo in comment
Xiang wangx
1
-1
/
+1
2022-06-09
KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
Will Deacon
1
-9
/
+1
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+7
2022-06-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-5
/
+6
[prev]
[next]