summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-18ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512Christoph Lameter (Ampere)1-1/+2
2024-03-13Revert "mm: add arch hook to validate mmap() prot flags"Catalin Marinas2-18/+0
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas7-116/+2
2024-03-11Revert "ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512"Catalin Marinas1-2/+1
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas55-1124/+1949
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas62-241/+2647
2024-03-07ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512Christoph Lameter (Ampere)1-1/+2
2024-03-07kselftest/arm64: Add 2023 DPISA hwcap test coverageMark Brown1-0/+217
2024-03-07kselftest/arm64: Add basic FPMR testMark Brown2-0/+83
2024-03-07kselftest/arm64: Handle FPMR context in generic signal frame parserMark Brown2-0/+9
2024-03-07arm64/hwcap: Define hwcaps for 2023 DPISA featuresMark Brown5-0/+129
2024-03-07arm64/ptrace: Expose FPMR via ptraceMark Brown2-0/+43
2024-03-07arm64/signal: Add FPMR signal handlingMark Brown2-0/+67
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown8-0/+36
2024-03-07arm64/fpsimd: Enable host kernel access to FPMRMark Brown1-1/+1
2024-03-07arm64/cpufeature: Hook new identification registers up to cpufeatureMark Brown3-0/+34
2024-03-05docs: perf: Fix build warning of hisi-pcie-pmu.rstYicong Yang1-0/+1
2024-03-05perf: starfive: Only allow COMPILE_TEST for 64-bit architecturesWill Deacon1-1/+1
2024-03-04MAINTAINERS: Add entry for StarFive StarLink PMUJi Sheng Teoh1-0/+7
2024-03-04docs: perf: Add description for StarFive's StarLink PMUJi Sheng Teoh2-0/+47
2024-03-04dt-bindings: perf: starfive: Add JH8100 StarLink PMUJi Sheng Teoh1-0/+46
2024-03-04perf: starfive: Add StarLink PMU supportJi Sheng Teoh3-0/+652
2024-03-04docs: perf: Update usage for target filter of hisi-pcie-pmuJunhao He1-8/+23
2024-03-04drivers/perf: hisi_pcie: Merge find_related_event() and get_event_idx()Junhao He1-32/+19
2024-03-04drivers/perf: hisi_pcie: Relax the check on related eventsJunhao He1-6/+2
2024-03-04drivers/perf: hisi_pcie: Check the target filter properlyJunhao He1-4/+4
2024-03-04drivers/perf: hisi_pcie: Add more events for counting TLP bandwidthYicong Yang1-0/+8
2024-03-04drivers/perf: hisi_pcie: Fix incorrect counting under metric modeYicong Yang1-1/+7
2024-03-04drivers/perf: hisi_pcie: Introduce hisi_pcie_pmu_get_event_ctrl_val()Yicong Yang1-3/+10
2024-03-04drivers/perf: hisi_pcie: Rename hisi_pcie_pmu_{config,clear}_filter()Yicong Yang1-4/+4
2024-03-04drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09Junhao He1-1/+41
2024-03-01arm64: Remove enable_daif macroJinjie Ruan1-4/+0
2024-03-01arm64/hw_breakpoint: Directly use ESR_ELx_WNR for an watchpoint exceptionAnshuman Khandual2-2/+2
2024-03-01arm64: cpufeatures: Clean up temporary variable to simplify codeLiao Chang1-6/+2
2024-03-01arm64/mm: Avoid ID mapping of kpti flag if it is no longer neededArd Biesheuvel1-1/+1
2024-03-01arm64/mm: Use generic __pud_free() helper in pud_free() implementationArd Biesheuvel1-2/+1
2024-02-28arm64: Update setup_arch() comment on interrupt maskingRyo Takakura1-3/+2
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras4-16/+9
2024-02-28arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with ClangStephen Boyd1-1/+1
2024-02-23arm64: gitignore: ignore relacheckBartosz Golaszewski1-0/+3
2024-02-22arm64/sme: Ensure that all fields in SMCR_EL1 are set to known valuesMark Brown1-0/+3
2024-02-22arm64/sve: Ensure that all fields in ZCR_EL1 are set to known valuesMark Brown1-0/+2
2024-02-22arm64/sve: Document that __SVE_VQ_MAX is much larger than neededMark Brown1-0/+11
2024-02-22arm64: make member of struct pt_regs and it's offset macro in the same orderKemeng Shi1-1/+1
2024-02-22arm64: remove unneeded BUILD_BUG_ON assertionDawei Li1-3/+0
2024-02-21arm64/sysreg: Update ID_AA64DFR0_EL1 registerAnshuman Khandual1-0/+2
2024-02-21arm64/sysreg: Update ID_DFR0_EL1 register fieldsAnshuman Khandual1-0/+2
2024-02-21arm64/sysreg: Add register fields for ID_AA64DFR1_EL1Anshuman Khandual1-1/+30
2024-02-21arm64/sme: Remove spurious 'is' in SME documentationMark Brown1-1/+1
2024-02-21arm64/fp: Clarify effect of setting an unsupported system VLMark Brown2-6/+4