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
2024-02-28
arm64: remove unnecessary ifdefs around is_compat_task()
Leonardo Bras
2
-9
/
+4
2024-02-27
arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JIT
Puranjay Mohan
1
-0
/
+26
2024-02-23
arm64, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
2
-3
/
+9
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
2
-2
/
+2
2024-02-23
mm/vmalloc: remove vmap_area_list
Baoquan He
1
-1
/
+0
2024-02-22
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
2
-3
/
+3
2024-02-22
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
1
-1
/
+1
2024-02-22
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
1
-1
/
+1
2024-02-22
arm64: gitignore: ignore relacheck
Bartosz Golaszewski
1
-0
/
+3
2024-02-22
arm64/sme: Ensure that all fields in SMCR_EL1 are set to known values
Mark Brown
1
-0
/
+3
2024-02-22
arm64/sve: Ensure that all fields in ZCR_EL1 are set to known values
Mark Brown
1
-0
/
+2
2024-02-22
arm64: make member of struct pt_regs and it's offset macro in the same order
Kemeng Shi
1
-1
/
+1
2024-02-22
arm64: remove unneeded BUILD_BUG_ON assertion
Dawei Li
1
-3
/
+0
2024-02-20
arm64: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-4
/
+1
2024-02-20
arm64: kretprobes: acquire the regs via a BRK exception
Mark Rutland
2
-77
/
+22
2024-02-20
arm64: Unmask Debug + SError in do_notify_resume()
Mark Rutland
1
-3
/
+5
2024-02-20
arm64: Move do_notify_resume() to entry-common.c
Mark Rutland
2
-33
/
+34
2024-02-20
arm64: Simplify do_notify_resume() DAIF masking
Mark Rutland
1
-19
/
+15
2024-02-20
arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspend
Mark Brown
1
-0
/
+2
2024-02-20
arm64/sme: Restore SME registers on exit from suspend
Mark Brown
2
-0
/
+17
2024-02-19
arm64: Use Signed/Unsigned enums for TGRAN{4,16,64} and VARange
Marc Zyngier
1
-12
/
+3
2024-02-16
arm64: mm: add support for WXN memory translation attribute
Ard Biesheuvel
2
-1
/
+26
2024-02-16
arm64: Enable 52-bit virtual addressing for 4k and 16k granule configs
Ard Biesheuvel
1
-4
/
+18
2024-02-16
arm64: mm: Add support for folding PUDs at runtime
Ard Biesheuvel
1
-0
/
+2
2024-02-16
arm64: Enable LPA2 at boot if supported by the system
Ard Biesheuvel
5
-8
/
+86
2024-02-16
arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversion
Ard Biesheuvel
1
-3
/
+6
2024-02-16
arm64: mm: Add feature override support for LVA
Ard Biesheuvel
3
-2
/
+39
2024-02-16
arm64: mm: Handle LVA support as a CPU feature
Ard Biesheuvel
5
-26
/
+23
2024-02-16
arm64: mm: omit redundant remap of kernel image
Ard Biesheuvel
2
-1
/
+6
2024-02-16
arm64: kernel: Create initial ID map from C code
Ard Biesheuvel
6
-244
/
+61
2024-02-16
arm64: mm: Use 48-bit virtual addressing for the permanent ID map
Ard Biesheuvel
1
-0
/
+5
2024-02-16
arm64: head: Move early kernel mapping routines into C code
Ard Biesheuvel
12
-90
/
+311
2024-02-16
arm64: mm: Make kaslr_requires_kpti() a static inline
Ard Biesheuvel
2
-42
/
+2
2024-02-16
arm64: head: move memstart_offset_seed handling to C code
Ard Biesheuvel
3
-7
/
+5
2024-02-16
arm64: idreg-override: Create a pseudo feature for rodata=off
Ard Biesheuvel
1
-0
/
+2
2024-02-16
arm64: kaslr: Use feature override instead of parsing the cmdline again
Ard Biesheuvel
2
-55
/
+2
2024-02-16
arm64: cpufeature: Add helper to test for CPU feature overrides
Ard Biesheuvel
1
-8
/
+1
2024-02-16
arm64: head: move dynamic shadow call stack patching into early C runtime
Ard Biesheuvel
5
-29
/
+25
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
2024-02-16
arm64: kernel: Remove early fdt remap code
Ard Biesheuvel
1
-15
/
+0
2024-02-16
arm64: idreg-override: Move to early mini C runtime
Ard Biesheuvel
5
-28
/
+30
2024-02-16
arm64: head: move relocation handling to C code
Ard Biesheuvel
5
-104
/
+82
2024-02-16
arm64: kernel: Don't rely on objcopy to make code under pi/ __init
Ard Biesheuvel
2
-9
/
+13
2024-02-16
arm64: kernel: Manage absolute relocations in code built under pi/
Ard Biesheuvel
3
-2
/
+155
2024-02-15
arm64/sve: Lower the maximum allocation for the SVE ptrace regset
Mark Brown
1
-1
/
+2
2024-02-15
arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata
Easwar Hariharan
1
-0
/
+3
2024-02-15
arm64: cpufeatures: Fix FEAT_NV check when checking for FEAT_NV1
Marc Zyngier
1
-1
/
+1
2024-02-12
arm64: cpufeatures: Only check for NV1 if NV is present
Marc Zyngier
1
-2
/
+3
[prev]
[next]