summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2022-10-122-0/+10
* arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-122-3/+13
* MAINTAINERS: rectify file entry in ALIBABA PMU DRIVERLukas Bulwahn2022-10-071-1/+1
* drivers/perf: ALIBABA_UNCORE_DRW_PMU should depend on ACPIGeert Uytterhoeven2022-10-071-1/+1
* drivers/perf: fix return value check in ali_drw_pmu_probe()Sun Ke2022-10-071-2/+2
* arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2022-10-073-0/+24
* arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASKMark Brown2022-10-071-1/+1
* arm64: alternatives: Use vdso/bits.h instead of linux/bits.hNathan Chancellor2022-10-051-1/+1
* Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2022-09-3019-80/+539
|\
| * arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang2022-09-301-6/+21
| * ARM64: reloc_test: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-291-2/+2
| * arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport2022-09-292-7/+9
| * arm64: uaccess: simplify uaccess_mask_ptr()Mark Rutland2022-09-231-11/+11
| * arm64: mte: move register initialization to CPeter Collingbourne2022-09-225-42/+65
| * arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate()Kefeng Wang2022-09-221-9/+4
| * arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()Will Deacon2022-09-221-1/+1
| * arm64: support huge vmalloc mappingsKefeng Wang2022-09-162-1/+2
| * arm64: spectre: increase parameters that can be used to turn off bhb mitigati...Liu Song2022-09-092-1/+14
| * arm64: run softirqs on the per-CPU IRQ stackQi Zheng2022-09-092-0/+15
| * arm64: compat: Implement misalignment fixups for multiword loadsArd Biesheuvel2022-09-065-0/+395
* | Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas2022-09-3013-95/+146
|\ \
| * | arm64: fix the build with binutils 2.27Mark Rutland2022-09-291-3/+9
| * | arm64: avoid BUILD_BUG_ON() in alternative-macrosMark Rutland2022-09-211-3/+4
| * | arm64: alternatives: add shared NOP callbackMark Rutland2022-09-163-1/+10
| * | arm64: alternatives: add alternative_has_feature_*()Mark Rutland2022-09-165-36/+46
| * | arm64: alternatives: have callbacks take a capMark Rutland2022-09-169-36/+60
| * | arm64: alternatives: make alt_region constMark Rutland2022-09-161-14/+12
| * | arm64: alternatives: hoist print out of __apply_alternatives()Mark Rutland2022-09-161-2/+4
| * | arm64: alternatives: proton-pack: prepare for cap changesMark Rutland2022-09-161-1/+1
| * | arm64: alternatives: kvm: prepare for cap changesMark Rutland2022-09-161-2/+3
| * | arm64: cpufeature: make cpus_have_cap() noinstr-safeMark Rutland2022-09-161-2/+2
| |/
* | Merge branch 'for-next/kselftest' into for-next/coreCatalin Marinas2022-09-3031-168/+1313
|\ \
| * | kselftest/arm64: Handle EINTR while reading data from childrenMark Brown2022-09-291-35/+50
| * | kselftest/arm64: Flag fp-stress as exiting when we begin finishing upMark Brown2022-09-291-0/+1
| * | kselftest/arm64: Don't repeat termination handler for fp-stressMark Brown2022-09-291-0/+4
| * | kselftest/arm64: Don't enable v8.5 for MTE selftest buildsMark Brown2022-09-292-4/+3
| * | kselftest/arm64: Fix typo in hwcap checkMark Brown2022-09-221-1/+1
| * | kselftest/arm64: Add hwcap test for RNGMark Brown2022-09-161-0/+12
| * | kselftest/arm64: Add SVE 2 to the tested hwcapsMark Brown2022-09-161-0/+136
| * | kselftest/arm64: Add missing newline in hwcap outputMark Brown2022-09-161-1/+1
| * | kselftest/arm64: Fix spelling misakes of signal namesColin Ian King2022-09-071-2/+2
| * | kselftest/arm64: Enforce actual ABI for SVE syscallsMark Brown2022-09-071-19/+38
| * | kselftest/arm64: Correct buffer allocation for SVE Z registersMark Brown2022-09-071-2/+2
| * | kselftest/arm64: Include larger SVE and SME VLs in signal testsMark Brown2022-09-074-46/+33
| * | kselftest/arm64: Allow larger buffers in get_signal_context()Mark Brown2022-09-0714-15/+16
| * | kselftest/arm64: Preserve any EXTRA_CONTEXT in handle_signal_copyctx()Mark Brown2022-09-071-2/+48
| * | kselftest/arm64: Validate contents of EXTRA_CONTEXT blocksMark Brown2022-09-071-4/+21
| * | kselftest/arm64: Only validate each signal context onceMark Brown2022-09-071-7/+12
| * | kselftest/arm64: Remove unneeded protype for validate_extra_context()Mark Brown2022-09-071-2/+0
| * | kselftest/arm64: Fix validation of EXTRA_CONTEXT signal context locationMark Brown2022-09-071-1/+1