summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-12arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2-3/+13
2022-10-07MAINTAINERS: rectify file entry in ALIBABA PMU DRIVERLukas Bulwahn1-1/+1
2022-10-07drivers/perf: ALIBABA_UNCORE_DRW_PMU should depend on ACPIGeert Uytterhoeven1-1/+1
2022-10-07drivers/perf: fix return value check in ali_drw_pmu_probe()Sun Ke1-2/+2
2022-10-07arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse3-0/+24
2022-10-07arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASKMark Brown1-1/+1
2022-10-05arm64: alternatives: Use vdso/bits.h instead of linux/bits.hNathan Chancellor1-1/+1
2022-09-30arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang1-6/+21
2022-09-29arm64: defconfig: Add Coresight as moduleJames Clark1-0/+8
2022-09-29kselftest/arm64: Handle EINTR while reading data from childrenMark Brown1-35/+50
2022-09-29kselftest/arm64: Flag fp-stress as exiting when we begin finishing upMark Brown1-0/+1
2022-09-29kselftest/arm64: Don't repeat termination handler for fp-stressMark Brown1-0/+4
2022-09-29ARM64: reloc_test: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-29arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport2-7/+9
2022-09-29arm64: ftrace: fix module PLTs with mcountMark Rutland1-1/+16
2022-09-29arm64: module: Remove unused plt_entry_is_initialized()Li Huafei1-5/+0
2022-09-29arm64: module: Make plt_equals_entry() staticLi Huafei2-2/+2
2022-09-29arm64: fix the build with binutils 2.27Mark Rutland1-3/+9
2022-09-29kselftest/arm64: Don't enable v8.5 for MTE selftest buildsMark Brown2-4/+3
2022-09-23arm64: uaccess: simplify uaccess_mask_ptr()Mark Rutland1-11/+11
2022-09-22arm64: asm/perf_regs.h: Avoid C++-style comment in UAPI headerWill Deacon1-1/+1
2022-09-22kselftest/arm64: Fix typo in hwcap checkMark Brown1-1/+1
2022-09-22arm64: mte: move register initialization to CPeter Collingbourne5-42/+65
2022-09-22arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate()Kefeng Wang1-9/+4
2022-09-22arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()Will Deacon1-1/+1
2022-09-22arm64/sve: Add Perf extensions documentationJames Clark1-0/+20
2022-09-22perf: arm64: Add SVE vector granule register to user regsJames Clark3-3/+36
2022-09-22MAINTAINERS: add maintainers for Alibaba' T-Head PMU driverShuai Xue1-0/+6
2022-09-22drivers/perf: add DDR Sub-System Driveway PMU driver for Yitian 710 SoCShuai Xue3-0/+818
2022-09-22docs: perf: Add description for Alibaba's T-Head PMU driverShuai Xue2-0/+101
2022-09-21kselftest/arm64: Add coverage of TPIDR2_EL0 ptrace interfaceMark Brown1-3/+79
2022-09-21arm64/ptrace: Support access to TPIDR2_EL0Mark Brown1-5/+20
2022-09-21arm64/ptrace: Document extension of NT_ARM_TLS to cover TPIDR2_EL0Mark Brown1-0/+3
2022-09-21kselftest/arm64: Add test coverage for NT_ARM_TLSMark Brown3-1/+167
2022-09-21arm64: Enable docker support in defconfigVincenzo Frascino1-0/+5
2022-09-21arm64: defconfig: Enable memory hotplug and hotremove configKefeng Wang1-0/+4
2022-09-21arm64: configs: Enable all PMUs provided by ArmMark Brown1-0/+6
2022-09-21arm64: avoid BUILD_BUG_ON() in alternative-macrosMark Rutland1-3/+4
2022-09-21arm64/sysreg: Fix a few missed conversionsNathan Chancellor3-6/+7
2022-09-16arm64: alternatives: add shared NOP callbackMark Rutland3-1/+10
2022-09-16arm64: alternatives: add alternative_has_feature_*()Mark Rutland5-36/+46
2022-09-16arm64: alternatives: have callbacks take a capMark Rutland9-36/+60
2022-09-16arm64: alternatives: make alt_region constMark Rutland1-14/+12
2022-09-16arm64: alternatives: hoist print out of __apply_alternatives()Mark Rutland1-2/+4
2022-09-16arm64: alternatives: proton-pack: prepare for cap changesMark Rutland1-1/+1
2022-09-16arm64: alternatives: kvm: prepare for cap changesMark Rutland1-2/+3
2022-09-16arm64: cpufeature: make cpus_have_cap() noinstr-safeMark Rutland1-2/+2
2022-09-16arm64: errata: remove BF16 HWCAP due to incorrect result on Cortex-A510James Morse4-0/+42
2022-09-16arm64: cpufeature: Expose get_arm64_ftr_reg() outside cpufeature.cJames Morse2-1/+3
2022-09-16arm64: cpufeature: Force HWCAP to be based on the sysreg visible to user-spaceJames Morse1-7/+30