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
2023-02-01
Merge branches 'for-next/tpidr2' and 'for-next/sme2' into for-next/signal
Catalin Marinas
9
-44
/
+268
2023-02-01
arm64/cpufeature: Use helper macros to specify hwcaps
Mark Brown
1
-108
/
+101
2023-02-01
arm64/cpufeature: Always use symbolic name for feature value in hwcaps
Mark Brown
1
-53
/
+53
2023-02-01
Merge branches 'for-next/sysreg', 'for-next/compat-hwcap' and 'for-next/sme2'...
Catalin Marinas
9
-52
/
+292
2023-01-31
arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucap
Mark Rutland
3
-11
/
+52
2023-01-31
arm64: make ARM64_HAS_GIC_PRIO_MASKING depend on ARM64_HAS_GIC_CPUIF_SYSREGS
Mark Rutland
1
-6
/
+9
2023-01-31
arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKING
Mark Rutland
2
-3
/
+3
2023-01-31
arm64: rename ARM64_HAS_SYSREG_GIC_CPUIF to ARM64_HAS_GIC_CPUIF_SYSREGS
Mark Rutland
1
-1
/
+1
2023-01-31
cacheinfo: Remove unused check in init_cache_level()
Pierre Gondois
1
-3
/
+0
2023-01-31
cacheinfo: Make default acpi_get_cache_info() return an error
Pierre Gondois
1
-1
/
+1
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
8
-38
/
+65
2023-01-27
arm64: traps: attempt to dump all instructions
Mark Rutland
1
-4
/
+2
2023-01-27
arm64: avoid executing padding bytes during kexec / hibernation
Mark Rutland
1
-0
/
+6
2023-01-26
arm64: Apply dynamic shadow call stack patching in two passes
Ard Biesheuvel
1
-3
/
+8
2023-01-26
arm64: head: Switch endianness before populating the ID map
Ard Biesheuvel
1
-1
/
+22
2023-01-24
efi: arm64: enter with MMU and caches enabled
Ard Biesheuvel
1
-2
/
+3
2023-01-24
arm64: head: Clean the ID map and the HYP text to the PoC if needed
Ard Biesheuvel
2
-4
/
+28
2023-01-24
arm64: head: avoid cache invalidation when entering with the MMU on
Ard Biesheuvel
1
-2
/
+3
2023-01-24
arm64: head: record the MMU state at primary entry
Ard Biesheuvel
2
-2
/
+35
2023-01-24
arm64: kernel: move identity map out of .text mapping
Ard Biesheuvel
2
-14
/
+16
2023-01-24
arm64: head: Move all finalise_el2 calls to after __enable_mmu
Ard Biesheuvel
2
-2
/
+8
2023-01-24
arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
Mark Rutland
3
-5
/
+187
2023-01-24
arm64: ftrace: Update stale comment
Mark Rutland
1
-1
/
+1
2023-01-24
arm64: patching: Add aarch64_insn_write_literal_u64()
Mark Rutland
1
-0
/
+17
2023-01-23
Merge tag 'efi-fixes-for-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-1
/
+20
2023-01-22
Merge 6.2-rc5 into driver-core-next
Greg Kroah-Hartman
6
-37
/
+45
2023-01-20
arm64: cpufeature: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-2
/
+3
2023-01-20
arm64: Add compat hwcap SSBS
Amit Daniel Kachhap
2
-1
/
+3
2023-01-20
arm64: Add compat hwcap SB
Amit Daniel Kachhap
2
-1
/
+3
2023-01-20
arm64: Add compat hwcap I8MM
Amit Daniel Kachhap
2
-1
/
+3
2023-01-20
arm64: Add compat hwcap ASIMDBF16
Amit Daniel Kachhap
2
-1
/
+3
2023-01-20
arm64: Add compat hwcap ASIMDFHM
Amit Daniel Kachhap
2
-1
/
+3
2023-01-20
arm64: Add compat hwcap ASIMDDP
Amit Daniel Kachhap
2
-1
/
+3
2023-01-20
arm64: Add compat hwcap FPHP and ASIMDHP
Amit Daniel Kachhap
2
-2
/
+6
2023-01-20
arm64: Stash shadow stack pointer in the task struct on interrupt
Ard Biesheuvel
1
-7
/
+5
2023-01-20
arm64: Always load shadow stack pointer directly from the task struct
Ard Biesheuvel
2
-3
/
+3
2023-01-20
arm64/signal: Include TPIDR2 in the signal context
Mark Brown
1
-0
/
+59
2023-01-20
arm64/sme: Add hwcaps for SME 2 and 2.1 features
Mark Brown
2
-0
/
+20
2023-01-20
arm64/sme: Implement ZT0 ptrace support
Mark Brown
1
-0
/
+54
2023-01-20
arm64/sme: Implement signal handling for ZT
Mark Brown
1
-0
/
+105
2023-01-20
arm64/sme: Implement context switching for ZT0
Mark Brown
2
-12
/
+24
2023-01-20
arm64/sme: Provide storage for ZT0
Mark Brown
1
-5
/
+5
2023-01-20
arm64/sme: Add basic enumeration for SME2
Mark Brown
2
-0
/
+25
2023-01-20
arm64/sme: Enable host kernel to access ZT0
Mark Brown
2
-0
/
+7
2023-01-20
arm64/sme: Rename za_state to sme_state
Mark Brown
4
-30
/
+31
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-4
/
+2
2023-01-18
cpuidle, arm64: Fix the ARM64 cpuidle logic
Peter Zijlstra
2
-3
/
+13
2023-01-18
ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
Pierre Gondois
1
-4
/
+7
2023-01-16
arm64: efi: Account for the EFI runtime stack in stack unwinder
Ard Biesheuvel
1
-0
/
+12
2023-01-16
arm64: efi: Avoid workqueue to check whether EFI runtime is live
Ard Biesheuvel
2
-1
/
+8
[prev]
[next]