This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5870ba3dc6e4 Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ce [...] new 0ee695a471a7 kbuild: Add -Wa,--fatal-warnings to as-instr invocation new 3aff0c459e77 RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH new 58506612bf02 Merge patch series "RISC-V: Fix CONFIG_AS_HAS_OPTION_ARCH [...] new 8246601a7d39 riscv: tlb: fix __p*d_free_tlb() new 4af24146aa24 Merge commit '8246601a7d391ce8207408149d65732f28af81a1' in [...] new 680341382da5 riscv: add CALLER_ADDRx support new c21f01481860 riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly new fc325b1a915f riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION new d82f32202e0d RISC-V: Ignore V from the riscv,isa DT property on older T [...] new 65730fe8f4fb drivers: perf: added capabilities for legacy PMU new 682dc133f83e drivers: perf: ctr_get_width function for legacy is not defined new 325731481cea Merge patch series "drivers: perf: fix crash with the lega [...] new 680945f0aa50 MAINTAINERS: Update SiFive driver maintainers new 34b567868777 perf: RISCV: Fix panic on pmu overflow handler new 3fb3f7164edc riscv: Fix enabling cbo.zero when running in M-mode new 4774848fef60 riscv: Add a custom ISA extension for the [ms]envcfg CSR new 05ab803d1ad8 riscv: Save/restore envcfg CSR during CPU suspend new e2b6bc28ec45 Merge patch series "riscv: cbo.zero fixes" new 16ab4646c905 Revert "riscv: mm: support Svnapot in huge vmap" new e0fe5ab4192c riscv: Fix pte_leaf_size() for NAPOT new 2b8acd71544a Merge patch series "NAPOT Fixes" new a11dd49dcb93 riscv: Sparse-Memory/vmemmap out-of-bounds fix new d17468c6f1f4 Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.or [...]
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 29 +++---------- arch/riscv/Kconfig | 1 - arch/riscv/include/asm/csr.h | 2 + arch/riscv/include/asm/ftrace.h | 5 +++ arch/riscv/include/asm/hugetlb.h | 2 + arch/riscv/include/asm/hwcap.h | 2 + arch/riscv/include/asm/pgalloc.h | 20 +++++++-- arch/riscv/include/asm/pgtable-64.h | 2 +- arch/riscv/include/asm/pgtable.h | 6 ++- arch/riscv/include/asm/suspend.h | 1 + arch/riscv/include/asm/vmalloc.h | 61 +-------------------------- arch/riscv/kernel/Makefile | 2 + arch/riscv/kernel/cpufeature.c | 31 ++++++++++++-- arch/{arm64 => riscv}/kernel/return_address.c | 20 ++++----- arch/riscv/kernel/suspend.c | 4 ++ arch/riscv/mm/hugetlbpage.c | 2 + drivers/perf/riscv_pmu.c | 18 +++----- drivers/perf/riscv_pmu_legacy.c | 10 ++++- drivers/perf/riscv_pmu_sbi.c | 8 ++-- scripts/Kconfig.include | 2 +- scripts/Makefile.compiler | 2 +- 21 files changed, 106 insertions(+), 124 deletions(-) copy arch/{arm64 => riscv}/kernel/return_address.c (68%)