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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
s390/fpu: provide and use vlm and vstm inline assemblies
Heiko Carstens
3
-27
/
+88
2024-02-16
s390/fpu: provide and use lfpc, sfpc, and stfpc inline assemblies
Heiko Carstens
3
-10
/
+32
2024-02-16
s390/fpu: provide and use ld and std inline assemblies
Heiko Carstens
3
-72
/
+67
2024-02-16
s390/fpu: use lfpc instead of sfpc instruction
Heiko Carstens
2
-9
/
+15
2024-02-16
s390/fpu: add documentation about fpu helper functions
Heiko Carstens
1
-0
/
+20
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
30
-145
/
+129
2024-02-16
s390/fpu: various coding style changes
Heiko Carstens
4
-27
/
+24
2024-02-16
s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7
Heiko Carstens
1
-2
/
+2
2024-02-16
s390/nmi: remove register validation code
Heiko Carstens
2
-122
/
+47
2024-02-16
s390/fpu: improve description of RXB macro
Heiko Carstens
1
-4
/
+26
2024-02-16
s390/fpu: fix VLGV macro
Heiko Carstens
1
-1
/
+1
2024-02-16
s390/setup: fix virtual vs physical address confusion
Gerald Schaefer
1
-6
/
+6
2024-02-16
s390: don't allow CONFIG_COMPAT with LD=ld.lld
Nathan Chancellor
1
-1
/
+1
2024-02-16
arm64: mm: add support for WXN memory translation attribute
Ard Biesheuvel
7
-2
/
+116
2024-02-16
arm64: defconfig: Enable LPA2 support
Ard Biesheuvel
2
-4
/
+1
2024-02-16
arm64: Enable 52-bit virtual addressing for 4k and 16k granule configs
Ard Biesheuvel
2
-11
/
+28
2024-02-16
arm64: kvm: avoid CONFIG_PGTABLE_LEVELS for runtime levels
Ard Biesheuvel
1
-1
/
+1
2024-02-16
arm64: ptdump: Deal with translation levels folded at runtime
Ard Biesheuvel
1
-5
/
+12
2024-02-16
arm64: ptdump: Disregard unaddressable VA space
Ard Biesheuvel
1
-2
/
+2
2024-02-16
arm64: mm: Add support for folding PUDs at runtime
Ard Biesheuvel
6
-13
/
+95
2024-02-16
arm64: kasan: Reduce minimum shadow alignment and enable 5 level paging
Ard Biesheuvel
2
-20
/
+130
2024-02-16
arm64: mm: Add 5 level paging support to fixmap and swapper handling
Ard Biesheuvel
4
-10
/
+85
2024-02-16
arm64: Enable LPA2 at boot if supported by the system
Ard Biesheuvel
11
-11
/
+124
2024-02-16
arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversion
Ard Biesheuvel
2
-13
/
+66
2024-02-16
arm64: mm: Add definitions to support 5 levels of paging
Ard Biesheuvel
6
-9
/
+188
2024-02-16
arm64: mm: Add LPA2 support to phys<->pte conversion routines
Ard Biesheuvel
4
-19
/
+20
2024-02-16
arm64: mm: Wire up TCR.DS bit to PTE shareability fields
Ard Biesheuvel
5
-2
/
+25
2024-02-16
arm64: Add ESR decoding for exceptions involving translation level -1
Ard Biesheuvel
3
-35
/
+18
2024-02-16
arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm use
Ard Biesheuvel
2
-4
/
+13
2024-02-16
arm64: mm: Add feature override support for LVA
Ard Biesheuvel
5
-9
/
+53
2024-02-16
arm64: mm: Handle LVA support as a CPU feature
Ard Biesheuvel
10
-37
/
+49
2024-02-16
arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"
Ard Biesheuvel
3
-15
/
+10
2024-02-16
arm64: mm: omit redundant remap of kernel image
Ard Biesheuvel
8
-125
/
+21
2024-02-16
arm64: mm: avoid fixmap for early swapper_pg_dir updates
Ard Biesheuvel
1
-1
/
+15
2024-02-16
arm64: kernel: Create initial ID map from C code
Ard Biesheuvel
11
-295
/
+88
2024-02-16
arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
Ard Biesheuvel
1
-46
/
+19
2024-02-16
arm64: mm: Use 48-bit virtual addressing for the permanent ID map
Ard Biesheuvel
5
-32
/
+32
2024-02-16
arm64: head: Move early kernel mapping routines into C code
Ard Biesheuvel
15
-121
/
+315
2024-02-16
arm64: mmu: Make __cpu_replace_ttbr1() out of line
Ard Biesheuvel
2
-31
/
+33
2024-02-16
arm64: mm: Make kaslr_requires_kpti() a static inline
Ard Biesheuvel
3
-43
/
+39
2024-02-16
arm64: head: move memstart_offset_seed handling to C code
Ard Biesheuvel
3
-7
/
+5
2024-02-16
arm64: head: allocate more pages for the kernel mapping
Ard Biesheuvel
1
-1
/
+10
2024-02-16
arm64: Add helpers to probe local CPU for PAC and BTI support
Ard Biesheuvel
1
-0
/
+32
2024-02-16
arm64: idreg-override: Create a pseudo feature for rodata=off
Ard Biesheuvel
2
-0
/
+3
2024-02-16
arm64: kaslr: Use feature override instead of parsing the cmdline again
Ard Biesheuvel
3
-55
/
+7
2024-02-16
arm64: cpufeature: Add helper to test for CPU feature overrides
Ard Biesheuvel
2
-8
/
+40
2024-02-16
arm64: head: move dynamic shadow call stack patching into early C runtime
Ard Biesheuvel
6
-31
/
+27
2024-02-16
arm64: head: Run feature override detection before mapping the kernel
Ard Biesheuvel
2
-11
/
+10
2024-02-16
arm64: Move feature overrides into the BSS section
Ard Biesheuvel
1
-7
/
+7
2024-02-16
arm64: head: Clear BSS and the kernel page tables in one go
Ard Biesheuvel
2
-22
/
+14
[prev]
[next]