aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-12arm64: idreg-override: Avoid sprintf() for simple string concatenationArd Biesheuvel1-6/+13
2023-12-12arm64: idreg-override: avoid strlen() to check for empty stringsArd Biesheuvel1-1/+1
2023-12-12arm64: idreg-override: Avoid parameq() and parameqn()Ard Biesheuvel1-11/+17
2023-12-12arm64: idreg-override: Prepare for place relative reloc patchingArd Biesheuvel1-33/+56
2023-12-12arm64: idreg-override: Omit non-NULL checks for override pointerArd Biesheuvel1-11/+5
2023-12-12arm64: mm: get rid of kimage_vaddr global variableArd Biesheuvel1-1/+1
2023-12-12arm64: kernel: Disable latent_entropy GCC plugin in early C runtimeArd Biesheuvel1-0/+1
2023-12-11arm64: stacktrace: factor out kunwind_stack_walk()Mark Rutland1-6/+33
2023-12-11arm64: stacktrace: factor out kernel unwind stateMark Rutland1-41/+72
2023-12-06arm64: convert to arch_cpu_is_hotpluggable()Russell King (Oracle)1-6/+2
2023-12-06arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()James Morse1-9/+4
2023-12-05arm64: irq: set the correct node for VMAP stackHuang Shijie1-2/+3
2023-12-05arm64: Get rid of ARM64_HAS_NO_HW_PREFETCHMarc Zyngier1-16/+0
2023-12-05arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbgMasahiro Yamada1-4/+4
2023-12-05arm64: Kill detection of VPIPT i-cache policyMarc Zyngier1-5/+0
2023-11-30arm64: Avoid enabling KPTI unnecessarilyArd Biesheuvel1-0/+4
2023-11-28arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypesNathan Chancellor1-0/+1
2023-11-27arm64: Add ARM64_HAS_LPA2 CPU capabilityRyan Roberts1-0/+39
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann1-0/+1
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-12/+39
2023-11-08Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"Douglas Anderson1-4/+1
2023-11-08arm64: Move MediaTek GIC quirk handling from irqchip to coreDouglas Anderson1-8/+38
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-20/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-4/+2
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-47/+1
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-8/+3
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds16-306/+331
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-47/+1
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds1-2/+2
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada2-20/+0
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas12-127/+172
2023-10-26Merge branch 'for-next/feat_lse128' into for-next/coreCatalin Marinas2-0/+2
2023-10-26Merge branch 'for-next/feat_lrcpc3' into for-next/coreCatalin Marinas2-0/+2
2023-10-26Merge branch 'for-next/feat_sve_b16b16' into for-next/coreCatalin Marinas2-0/+4
2023-10-26Merge branches 'for-next/sve-remove-pseudo-regs', 'for-next/backtrace-ipi', '...Catalin Marinas7-188/+160
2023-10-24arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=nMaria Yu1-6/+0
2023-10-24arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helperJames Morse1-1/+1
2023-10-23arm64: cpufeature: Change DBM to display enabled coresJeremy Linton1-25/+8
2023-10-23arm64: cpufeature: Display the set of cores with a featureJeremy Linton1-9/+13
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-2/+2
2023-10-17efi: move screen_info into efi init codeArnd Bergmann2-4/+2
2023-10-16arm64/mm: Hoist synchronization out of set_ptes() loopRyan Roberts1-2/+2
2023-10-16arm64: Remove cpus_have_const_cap()Mark Rutland1-1/+0
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_NVIDIA_CARMEL_CNPMark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1742098Mark Rutland1-3/+3
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1542419Mark Rutland2-2/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_843419Mark Rutland1-4/+3
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_UNMAP_KERNEL_AT_EL0Mark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}Mark Rutland1-2/+2