summaryrefslogtreecommitdiffstats
path: root/kernel/sys_ni.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-12arm64: scs: Work around full LTO issue with dynamic SCSArd Biesheuvel1-1/+7
2024-01-12arm64: irq: include <linux/cpumask.h>Tudor Ambarus1-0/+2
2023-12-19kselftest/arm64: Don't probe the current VL for unsupported vector typesMark Brown1-3/+11
2023-12-19efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_padMasahiro Yamada2-3/+3
2023-12-17arm64: properly install vmlinuz.efiJosef Bacik1-1/+2
2023-12-17arm64/sysreg: Add missing system instruction definitions for FGTFuad Tabba1-0/+7
2023-12-17arm64/sysreg: Add missing system register definitions for FGTFuad Tabba1-0/+43
2023-12-17arm64/sysreg: Add missing ExtTrcBuff field definition to ID_AA64DFR0_EL1Fuad Tabba1-1/+4
2023-12-17arm64/sysreg: Add missing Pauth_LR field definitions to ID_AA64ISAR1_EL1Fuad Tabba1-0/+2
2023-12-17arm64: memory: remove duplicated includeWang Jinchao1-1/+0
2023-12-17arm: perf: Fix ARCH=arm build with GCCJames Clark1-2/+2
2023-12-13arm64: Align boot cpucap handling with system cpucap handlingMark Rutland3-34/+33
2023-12-13arm64: Cleanup system cpucap handlingMark Rutland3-23/+30
2023-12-13MAINTAINERS: add maintainers for DesignWare PCIe PMU driverShuai Xue1-0/+7
2023-12-13drivers/perf: add DesignWare PCIe PMU driverShuai Xue3-0/+800
2023-12-13PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue3-35/+44
2023-12-13PCI: Add Alibaba Vendor ID to linux/pci_ids.hShuai Xue2-2/+2
2023-12-13docs: perf: Add description for Synopsys DesignWare PCIe PMU driverShuai Xue2-0/+95
2023-12-13arm64: irq: set the correct node for shadow call stackHuang Shijie1-1/+1
2023-12-13Revert "perf/arm_dmc620: Remove duplicate format attribute #defines"Will Deacon1-1/+21
2023-12-12arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton1-0/+6
2023-12-12arm64: fpsimd: Implement lazy restore for kernel mode FPSIMDArd Biesheuvel2-0/+19
2023-12-12arm64: fpsimd: Preserve/restore kernel mode NEON at context switchArd Biesheuvel3-18/+77
2023-12-12arm64: fpsimd: Drop unneeded 'busy' flagArd Biesheuvel2-51/+15
2023-12-12perf/arm-cmn: Fail DTC counter allocation correctlyRobin Murphy1-1/+1
2023-12-12arm64/kernel: Move 'nokaslr' parsing out of early idreg codeArd Biesheuvel2-7/+7
2023-12-12arm64: idreg-override: Avoid kstrtou64() to parse a single hex digitArd Biesheuvel1-1/+15
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 Biesheuvel3-8/+3
2023-12-12arm64: mm: Take potential load offset into account when KASLR is offArd Biesheuvel1-21/+6
2023-12-12arm64: kernel: Disable latent_entropy GCC plugin in early C runtimeArd Biesheuvel1-0/+1
2023-12-12Documentation: arm64: Document the PMU event counting threshold featureJames Clark1-0/+72
2023-12-12arm64: perf: Add support for event counting thresholdJames Clark2-1/+79
2023-12-12arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsJames Clark4-12/+17
2023-12-12KVM: selftests: aarch64: Update tools copy of arm_pmuv3.hJames Clark2-20/+28
2023-12-12perf/arm_dmc620: Remove duplicate format attribute #definesJames Clark1-21/+1
2023-12-12arm: pmu: Share user ABI format mechanism with SPEJames Clark3-27/+38
2023-12-12arm64: perf: Include threshold control fields in PMEVTYPER maskJames Clark2-2/+10
2023-12-12arm: perf: Convert remaining fields to use GENMASKJames Clark2-6/+14
2023-12-12arm: perf: Use GENMASK for PMMIR fieldsJames Clark2-11/+6
2023-12-12arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_NJames Clark4-11/+8
2023-12-12arm: perf: Remove inlines from arm_pmuv3.cJames Clark1-23/+23
2023-12-12drivers/perf: arm_dsu_pmu: Remove kerneldoc-style comment syntaxWill Deacon1-3/+3
2023-12-12drivers/perf: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-12-11arm64/sysreg: Add new system registers for GCSMark Brown1-0/+55
2023-12-11arm64/sysreg: Add definition for FPMRMark Brown1-0/+23