index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-15
3
-18
/
+111
|
\
|
*
Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2024-03-11
3
-18
/
+111
|
|
\
|
|
*
arm64: cpufeatures: Fix FEAT_NV check when checking for FEAT_NV1
Marc Zyngier
2024-02-15
1
-1
/
+1
|
|
*
arm64: cpufeatures: Only check for NV1 if NV is present
Marc Zyngier
2024-02-12
1
-2
/
+3
|
|
*
arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()
Marc Zyngier
2024-02-12
1
-0
/
+1
|
|
*
KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implemented
Marc Zyngier
2024-02-08
1
-1
/
+17
|
|
*
arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
Marc Zyngier
2024-02-08
1
-8
/
+15
|
|
*
arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
Marc Zyngier
2024-02-08
1
-0
/
+12
|
|
*
arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
Marc Zyngier
2024-02-08
2
-0
/
+8
|
|
*
arm64: cpufeature: Correctly display signed override values
Marc Zyngier
2024-02-08
1
-1
/
+2
|
|
*
arm64: cpufeatures: Correctly handle signed values
Marc Zyngier
2024-02-08
1
-9
/
+56
*
|
|
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-15
6
-9
/
+14
|
\
\
\
|
*
|
|
arm64, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
2024-02-24
2
-3
/
+9
|
*
|
|
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
2024-02-24
2
-2
/
+2
|
*
|
|
mm/vmalloc: remove vmap_area_list
Baoquan He
2024-02-24
1
-1
/
+0
|
*
|
|
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
2024-02-23
2
-3
/
+3
|
*
|
|
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
2024-02-23
1
-1
/
+1
|
*
|
|
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
2024-02-23
1
-1
/
+1
*
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2024-03-14
30
-781
/
+1107
|
\
\
\
\
|
*
|
|
|
Revert "arm64: mm: add support for WXN memory translation attribute"
Catalin Marinas
2024-03-13
2
-26
/
+1
|
*
|
|
|
Merge branch 'for-next/stage1-lpa2' into for-next/core
Catalin Marinas
2024-03-07
19
-639
/
+846
|
|
\
\
\
\
|
|
*
|
|
|
arm64: gitignore: ignore relacheck
Bartosz Golaszewski
2024-02-22
1
-0
/
+3
|
|
*
|
|
|
arm64: Use Signed/Unsigned enums for TGRAN{4,16,64} and VARange
Marc Zyngier
2024-02-19
1
-12
/
+3
|
|
*
|
|
|
arm64: mm: add support for WXN memory translation attribute
Ard Biesheuvel
2024-02-16
2
-1
/
+26
|
|
*
|
|
|
arm64: Enable 52-bit virtual addressing for 4k and 16k granule configs
Ard Biesheuvel
2024-02-16
1
-4
/
+18
|
|
*
|
|
|
arm64: mm: Add support for folding PUDs at runtime
Ard Biesheuvel
2024-02-16
1
-0
/
+2
|
|
*
|
|
|
arm64: Enable LPA2 at boot if supported by the system
Ard Biesheuvel
2024-02-16
5
-8
/
+86
|
|
*
|
|
|
arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversion
Ard Biesheuvel
2024-02-16
1
-3
/
+6
|
|
*
|
|
|
arm64: mm: Add feature override support for LVA
Ard Biesheuvel
2024-02-16
3
-2
/
+39
|
|
*
|
|
|
arm64: mm: Handle LVA support as a CPU feature
Ard Biesheuvel
2024-02-16
5
-26
/
+23
|
|
*
|
|
|
arm64: mm: omit redundant remap of kernel image
Ard Biesheuvel
2024-02-16
2
-1
/
+6
|
|
*
|
|
|
arm64: kernel: Create initial ID map from C code
Ard Biesheuvel
2024-02-16
6
-244
/
+61
|
|
*
|
|
|
arm64: mm: Use 48-bit virtual addressing for the permanent ID map
Ard Biesheuvel
2024-02-16
1
-0
/
+5
|
|
*
|
|
|
arm64: head: Move early kernel mapping routines into C code
Ard Biesheuvel
2024-02-16
12
-90
/
+311
|
|
*
|
|
|
arm64: mm: Make kaslr_requires_kpti() a static inline
Ard Biesheuvel
2024-02-16
2
-42
/
+2
|
|
*
|
|
|
arm64: head: move memstart_offset_seed handling to C code
Ard Biesheuvel
2024-02-16
3
-7
/
+5
|
|
*
|
|
|
arm64: idreg-override: Create a pseudo feature for rodata=off
Ard Biesheuvel
2024-02-16
1
-0
/
+2
|
|
*
|
|
|
arm64: kaslr: Use feature override instead of parsing the cmdline again
Ard Biesheuvel
2024-02-16
2
-55
/
+2
|
|
*
|
|
|
arm64: cpufeature: Add helper to test for CPU feature overrides
Ard Biesheuvel
2024-02-16
1
-8
/
+1
|
|
*
|
|
|
arm64: head: move dynamic shadow call stack patching into early C runtime
Ard Biesheuvel
2024-02-16
5
-29
/
+25
|
|
*
|
|
|
arm64: head: Run feature override detection before mapping the kernel
Ard Biesheuvel
2024-02-16
2
-11
/
+10
|
|
*
|
|
|
arm64: Move feature overrides into the BSS section
Ard Biesheuvel
2024-02-16
1
-7
/
+7
|
|
*
|
|
|
arm64: head: Clear BSS and the kernel page tables in one go
Ard Biesheuvel
2024-02-16
2
-22
/
+14
|
|
*
|
|
|
arm64: kernel: Remove early fdt remap code
Ard Biesheuvel
2024-02-16
1
-15
/
+0
|
|
*
|
|
|
arm64: idreg-override: Move to early mini C runtime
Ard Biesheuvel
2024-02-16
5
-28
/
+30
|
|
*
|
|
|
arm64: head: move relocation handling to C code
Ard Biesheuvel
2024-02-16
5
-104
/
+82
|
|
*
|
|
|
arm64: kernel: Don't rely on objcopy to make code under pi/ __init
Ard Biesheuvel
2024-02-16
2
-9
/
+13
|
|
*
|
|
|
arm64: kernel: Manage absolute relocations in code built under pi/
Ard Biesheuvel
2024-02-16
3
-2
/
+155
|
|
|
|
|
|
|
|
\
\
\
\
|
|
\
\
\
\
|
|
\
\
\
\
|
|
\
\
\
\
|
|
\
\
\
\
|
*
-
-
-
-
-
.
\
\
\
\
Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...
Catalin Marinas
2024-03-07
15
-143
/
+287
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
arm64/hwcap: Define hwcaps for 2023 DPISA features
Mark Brown
2024-03-07
2
-0
/
+50
[next]