summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-10-05arm64: alternatives: Use vdso/bits.h instead of linux/bits.hNathan Chancellor
2022-09-30Merge branch 'for-next/misc' into for-next/coreCatalin Marinas
2022-09-30Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas
2022-09-30Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas
2022-09-30arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang
2022-09-29arm64: defconfig: Add Coresight as moduleJames Clark
2022-09-29ARM64: reloc_test: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-29arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport
2022-09-29arm64: ftrace: fix module PLTs with mcountMark Rutland
2022-09-29arm64: module: Remove unused plt_entry_is_initialized()Li Huafei
2022-09-29arm64: module: Make plt_equals_entry() staticLi Huafei
2022-09-29arm64: fix the build with binutils 2.27Mark Rutland
2022-09-23arm64: uaccess: simplify uaccess_mask_ptr()Mark Rutland
2022-09-22arm64: asm/perf_regs.h: Avoid C++-style comment in UAPI headerWill Deacon
2022-09-22arm64: mte: move register initialization to CPeter Collingbourne
2022-09-22arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate()Kefeng Wang
2022-09-22arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()Will Deacon
2022-09-22perf: arm64: Add SVE vector granule register to user regsJames Clark
2022-09-21arm64/ptrace: Support access to TPIDR2_EL0Mark Brown
2022-09-21arm64: Enable docker support in defconfigVincenzo Frascino
2022-09-21arm64: defconfig: Enable memory hotplug and hotremove configKefeng Wang
2022-09-21arm64: configs: Enable all PMUs provided by ArmMark Brown
2022-09-21arm64: avoid BUILD_BUG_ON() in alternative-macrosMark Rutland
2022-09-16arm64: alternatives: add shared NOP callbackMark Rutland
2022-09-16arm64: alternatives: add alternative_has_feature_*()Mark Rutland
2022-09-16arm64: alternatives: have callbacks take a capMark Rutland
2022-09-16arm64: alternatives: make alt_region constMark Rutland
2022-09-16arm64: alternatives: hoist print out of __apply_alternatives()Mark Rutland
2022-09-16arm64: alternatives: proton-pack: prepare for cap changesMark Rutland
2022-09-16arm64: alternatives: kvm: prepare for cap changesMark Rutland
2022-09-16arm64: cpufeature: make cpus_have_cap() noinstr-safeMark Rutland
2022-09-16arm64: errata: remove BF16 HWCAP due to incorrect result on Cortex-A510James Morse
2022-09-16arm64: cpufeature: Expose get_arm64_ftr_reg() outside cpufeature.cJames Morse
2022-09-16arm64: cpufeature: Force HWCAP to be based on the sysreg visible to user-spaceJames Morse
2022-09-16arm64/sysreg: Convert ID_AA64AFRn_EL1 to automatic generationMark Brown
2022-09-16arm64/sysreg: Convert ID_AA64DFR1_EL1 to automatic generationMark Brown
2022-09-16arm64/sysreg: Convert ID_AA64FDR0_EL1 to automatic generationMark Brown
2022-09-16arm64/sysreg: Use feature numbering for PMU and SPE revisionsMark Brown
2022-09-16arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown
2022-09-16arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown
2022-09-16arm64: rework BTI exception handlingMark Rutland
2022-09-16arm64: rework FPAC exception handlingMark Rutland
2022-09-16arm64: consistently pass ESR_ELx to die()Mark Rutland
2022-09-16arm64: die(): pass 'err' as longMark Rutland
2022-09-16arm64: report EL1 UNDEFs betterMark Rutland
2022-09-16arm64: support huge vmalloc mappingsKefeng Wang
2022-09-09arm64: spectre: increase parameters that can be used to turn off bhb mitigati...Liu Song
2022-09-09arm64: run softirqs on the per-CPU IRQ stackQi Zheng
2022-09-09arm64: atomic: always inline the assemblyMark Rutland
2022-09-09arm64: atomics: remove LL/SC trampolinesMark Rutland