Makefile | 4 +- .../arm64/boot/dts/freescale/imx8mq-librem5-r3.dts | 2 +- arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 24 +- .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 2 +- arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 1 + .../boot/dts/renesas/r8a779g3-sparrow-hawk.dts | 11 + .../boot/dts/rockchip/rk3399-pinebook-pro.dts | 18 -- arch/mips/include/asm/cpu-features.h | 1 - arch/mips/include/asm/cpu-info.h | 2 - arch/mips/include/asm/mipsregs.h | 2 + arch/mips/kernel/cpu-probe.c | 13 +- arch/mips/kernel/cpu-r3k-probe.c | 2 + arch/mips/mm/tlb-r4k.c | 285 +++++++++++++++++---- crypto/asymmetric_keys/x509_cert_parser.c | 8 +- drivers/edac/edac_mc.c | 6 +- drivers/firmware/thead,th1520-aon.c | 7 +- drivers/gpu/drm/i915/display/intel_psr.c | 30 ++- drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c | 26 +- drivers/i2c/busses/i2c-imx.c | 2 +- drivers/input/misc/uinput.c | 35 ++- drivers/mmc/host/vub300.c | 19 +- drivers/net/ethernet/altera/altera_tse_main.c | 1 + drivers/net/ethernet/intel/idpf/idpf_virtchnl.c | 20 +- drivers/net/ethernet/intel/idpf/idpf_virtchnl.h | 5 +- drivers/net/ethernet/intel/igb/igb_main.c | 3 +- drivers/net/ethernet/mellanox/mlx5/core/main.c | 1 + .../net/ethernet/microchip/lan966x/lan966x_fdma.c | 28 +- drivers/net/ethernet/qualcomm/qca_uart.c | 2 +- drivers/net/ethernet/stmicro/stmmac/chain_mode.c | 11 +- .../net/wireless/broadcom/brcm80211/brcmsmac/dma.c | 2 +- drivers/net/wireless/ralink/rt2x00/rt2x00usb.c | 2 +- drivers/nfc/pn533/uart.c | 11 +- .../x86/intel/speed_select_if/isst_tpmi_core.c | 2 + .../intel/uncore-frequency/uncore-frequency-tpmi.c | 8 +- drivers/pmdomain/imx/imx8mp-blk-ctrl.c | 8 +- drivers/usb/typec/ucsi/ucsi.c | 3 +- fs/btrfs/extent-tree.c | 24 +- include/linux/firmware/thead/thead,th1520-aon.h | 74 ------ include/net/netfilter/nf_conntrack_timeout.h | 1 + include/trace/events/rxrpc.h | 4 +- kernel/workqueue.c | 14 +- mm/damon/stat.c | 7 + mm/damon/sysfs.c | 3 +- mm/filemap.c | 11 +- mm/memory_hotplug.c | 20 ++ net/batman-adv/bridge_loop_avoidance.c | 27 +- net/batman-adv/translation-table.c | 9 +- net/core/skbuff.c | 5 +- net/ipv4/xfrm4_input.c | 5 +- net/ipv6/seg6_iptunnel.c | 34 ++- net/ipv6/xfrm6_input.c | 5 +- net/mptcp/pm_kernel.c | 24 +- net/mptcp/protocol.c | 2 + net/mptcp/protocol.h | 1 + net/mptcp/subflow.c | 15 +- net/netfilter/nft_ct.c | 2 +- net/rfkill/core.c | 35 ++- net/rxrpc/af_rxrpc.c | 6 - net/rxrpc/ar-internal.h | 2 +- net/rxrpc/call_object.c | 25 +- net/rxrpc/conn_event.c | 19 +- net/rxrpc/input_rack.c | 2 +- net/rxrpc/io_thread.c | 3 +- net/rxrpc/key.c | 40 +-- net/rxrpc/output.c | 2 + net/rxrpc/proc.c | 37 +-- net/rxrpc/rxgk.c | 19 +- net/rxrpc/rxkad.c | 63 +++-- net/rxrpc/sendmsg.c | 2 +- net/rxrpc/server_key.c | 3 + net/tipc/group.c | 6 +- net/tls/tls_sw.c | 10 + net/unix/af_unix.c | 2 + net/unix/af_unix.h | 1 + net/unix/garbage.c | 125 +++++---- net/xfrm/xfrm_input.c | 18 +- net/xfrm/xfrm_user.c | 3 + scripts/mod/modpost.c | 2 +- sound/hda/codecs/realtek/alc662.c | 9 - 79 files changed, 838 insertions(+), 490 deletions(-)