summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-01-196-30/+51
|\
| * arm64/sme: Always exit sme_alloc() early with existing storageMark Brown2024-01-181-2/+4
| * arm64/fpsimd: Remove spurious check for SVE supportMark Brown2024-01-181-4/+2
| * arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptraceMark Brown2024-01-181-6/+7
| * arm64: entry: simplify kernel_exit logicMark Rutland2024-01-181-5/+4
| * arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOADMark Rutland2024-01-181-9/+13
| * arm64: errata: Add Cortex-A510 speculative unprivileged load workaroundRob Herring2024-01-121-2/+15
| * arm64: Rename ARM64_WORKAROUND_2966298Rob Herring2024-01-122-3/+3
| * arm64: fpsimd: Bring cond_yield asm macro in line with new rulesArd Biesheuvel2024-01-121-2/+0
| * arm64: scs: Work around full LTO issue with dynamic SCSArd Biesheuvel2024-01-121-1/+7
* | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-11/+2
|\ \
| * | arm64: convert to arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-6/+2
| * | arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()James Morse2023-12-061-9/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-1/+1
|\ \ \
| * \ \ Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2024-01-081-1/+40
| |\ \ \
| | * \ \ Merge branch kvm-arm64/nv-6.8-prefix into kvmarm-master/nextMarc Zyngier2023-12-191-1/+1
| | |\ \ \
| | | * | | arm64: cpufeatures: Restrict NV support to FEAT_NV2Marc Zyngier2023-12-191-1/+1
| | | |/ /
* | | | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-0/+2
|\ \ \ \ \
| * | | | | arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypesNathan Chancellor2023-11-281-0/+1
| * | | | | arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \ \ \ \
| * | | | | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-093-29/+15
|\ \ \ \ \
| * | | | | kexec_file, arm64: print out debugging message if requiredBaoquan He2023-12-203-29/+15
| |/ / / /
* | | | | Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-081-13/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot2023-12-231-13/+13
| |/ / /
* | | | Merge branch 'for-next/fixes' into for-next/coreWill Deacon2024-01-041-0/+4
|\| | |
| * | | arm64: Avoid enabling KPTI unnecessarilyArd Biesheuvel2023-11-301-0/+4
| |/ /
* | | Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon2024-01-041-44/+102
|\ \ \
| * | | arm64: stacktrace: factor out kunwind_stack_walk()Mark Rutland2023-12-111-6/+33
| * | | arm64: stacktrace: factor out kernel unwind stateMark Rutland2023-12-111-41/+72
| |/ /
* | | Merge branch 'for-next/rip-vpipt' into for-next/coreWill Deacon2024-01-041-5/+0
|\ \ \
| * | | arm64: Kill detection of VPIPT i-cache policyMarc Zyngier2023-12-051-5/+0
| |/ /
* | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2024-01-041-3/+4
|\ \ \
| * | | arm64: irq: set the correct node for shadow call stackHuang Shijie2023-12-131-1/+1
| * | | arm64: irq: set the correct node for VMAP stackHuang Shijie2023-12-051-2/+3
| |/ /
* | | Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon2024-01-043-1/+41
|\ \ \
| * | | arm64: mm: get rid of kimage_vaddr global variableArd Biesheuvel2023-12-121-1/+1
| * | | arm64: kernel: Disable latent_entropy GCC plugin in early C runtimeArd Biesheuvel2023-12-121-0/+1
| | |/ | |/|
| * | arm64: Add ARM64_HAS_LPA2 CPU capabilityRyan Roberts2023-11-271-0/+39
| |/
* | Merge branch 'for-next/kbuild' into for-next/coreWill Deacon2024-01-041-4/+4
|\ \
| * | arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbgMasahiro Yamada2023-12-051-4/+4
| |/
* | Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon2024-01-041-59/+106
|\ \
| * | arm64: fpsimd: Implement lazy restore for kernel mode FPSIMDArd Biesheuvel2023-12-121-0/+18
| * | arm64: fpsimd: Preserve/restore kernel mode NEON at context switchArd Biesheuvel2023-12-121-18/+74
| * | arm64: fpsimd: Drop unneeded 'busy' flagArd Biesheuvel2023-12-121-41/+14
| |/
* | Merge branch 'for-next/early-idreg-overrides' into for-next/coreWill Deacon2024-01-042-58/+102
|\ \
| * | arm64/kernel: Move 'nokaslr' parsing out of early idreg codeArd Biesheuvel2023-12-122-7/+7
| * | arm64: idreg-override: Avoid kstrtou64() to parse a single hex digitArd Biesheuvel2023-12-121-1/+15
| * | arm64: idreg-override: Avoid sprintf() for simple string concatenationArd Biesheuvel2023-12-121-6/+13