This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4e80432c52a testsuite: Skip pr112305.c for -O[01] on simulators
new ae614b8a3d7 c++: redundant hashing in register_specialization
The 1 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:
gcc/cp/pt.cc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a03c03f84ac [gdb/testsuite] Handle maint set dwarf synchronous off default
new 4689c9b9469 gdbserver: use 'gdb::function_view' in 'find_*' and 'for_each_*'
The 1 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:
gdbserver/gdbthread.h | 101 +++++-------------------------------
gdbserver/inferiors.cc | 138 +++++++++++++++++++++++++++++++++++++++++++++++++
gdbserver/inferiors.h | 35 +------------
3 files changed, 153 insertions(+), 121 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from f381a217e9b libstdc++: Implement LWG 3664 changes to ranges::distance
new 1ab90810dca testsuite: Skip pr112305.c for -O[01] on simulators
The 1 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:
gcc/testsuite/gcc.dg/torture/pr112305.c | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9f9afc65bb7 c++/modules: Handle forward-declared class types
new 4e80432c52a testsuite: Skip pr112305.c for -O[01] on simulators
The 1 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:
gcc/testsuite/gcc.dg/torture/pr112305.c | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d464a52d067 tree-optimization/117254 - ICE with access diangostics
new 9f9afc65bb7 c++/modules: Handle forward-declared class types
The 1 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:
gcc/cp/module.cc | 54 +++++++++++++++------------
gcc/testsuite/g++.dg/modules/class-9_a.H | 8 ++++
gcc/testsuite/g++.dg/modules/class-9_b.H | 7 ++++
gcc/testsuite/g++.dg/modules/class-9_c.C | 10 +++++
gcc/testsuite/g++.dg/modules/inst-4_b.C | 2 +-
gcc/testsuite/g++.dg/modules/member-def-1_c.C | 4 +-
gcc/testsuite/g++.dg/modules/member-def-2_c.C | 2 +-
gcc/testsuite/g++.dg/modules/tpl-spec-3_b.C | 3 +-
gcc/testsuite/g++.dg/modules/tpl-spec-4_b.C | 2 +-
gcc/testsuite/g++.dg/modules/tpl-spec-5_b.C | 2 +-
10 files changed, 64 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/class-9_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/class-9_b.H
create mode 100644 gcc/testsuite/g++.dg/modules/class-9_c.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a6b26e5ea09 amdgcn: Refactor device settings into a def file
new d464a52d067 tree-optimization/117254 - ICE with access diangostics
The 1 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:
gcc/gimple-ssa-warn-access.cc | 3 ++-
gcc/testsuite/gcc.dg/pr117254.c | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr117254.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c33d8c55a79 tree-optimization/117123 - missed PHI equivalence in VN
new a6b26e5ea09 amdgcn: Refactor device settings into a def file
The 1 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:
gcc/config.gcc | 3 +-
gcc/config/gcn/gcn-devices.def | 143 +++++++++++++++++++++++++++++++
gcc/config/gcn/gcn-hsa.h | 23 ++---
gcc/config/gcn/gcn-opts.h | 31 +++----
gcc/config/gcn/gcn-tables.opt | 52 +++++++++++
gcc/config/gcn/gcn-tables.opt.urls | 2 +
gcc/config/gcn/gcn.cc | 132 ++++++----------------------
gcc/config/gcn/gcn.h | 37 ++++----
gcc/config/gcn/gcn.opt | 37 +-------
gcc/config/gcn/gen-gcn-device-macros.awk | 110 ++++++++++++++++++++++++
gcc/config/gcn/gen-opt-tables.awk | 55 ++++++++++++
gcc/config/gcn/mkoffload.cc | 114 ++++++++++--------------
gcc/config/gcn/t-gcn-hsa | 7 ++
gcc/config/gcn/t-omp-device | 4 +-
libgomp/plugin/plugin-gcn.c | 142 +++++++-----------------------
15 files changed, 507 insertions(+), 385 deletions(-)
create mode 100644 gcc/config/gcn/gcn-devices.def
create mode 100644 gcc/config/gcn/gcn-tables.opt
create mode 100644 gcc/config/gcn/gcn-tables.opt.urls
create mode 100644 gcc/config/gcn/gen-gcn-device-macros.awk
create mode 100644 gcc/config/gcn/gen-opt-tables.awk
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 8b43518a01c [GCC13/GCC12] Fix testcase.
new 005ce1c1826 ipa: Treat static constructors and destructors as non-local [...]
The 1 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:
gcc/cgraph.cc | 4 +++-
gcc/ipa-visibility.cc | 5 +++--
gcc/testsuite/gcc.dg/lto/pr115815_0.c | 22 ++++++++++++++++++++++
3 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr115815_0.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9263523b7e5 testsuite: Fix typo in ext-floating19.C
new c33d8c55a79 tree-optimization/117123 - missed PHI equivalence in VN
The 1 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:
gcc/testsuite/g++.dg/tree-ssa/pr117123.C | 52 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.cc | 50 +++++++++++++++---------------
2 files changed, 77 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr117123.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux-next.
omits 63b3ff03d91a Add linux-next specific files for 20241021
omits 7cead9b3b535 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits cbaf201593e1 Merge branch 'caps-next' of git://git.kernel.org/pub/scm/l [...]
omits 689b655d53a9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits dd345ce2159d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits bea2a43a77f2 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
omits 2eb5f18726af Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
omits 9a99b9aba4ad Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
omits 4a70565c317b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 87bb3cdc59cd Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 40796907e725 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
omits a974a1679972 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b58ad8784eca Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d4a8b8566fbc Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
omits 5102f3b185d0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits eeb37341d02b Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
omits de89e09f2090 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 17feccd05fa2 Merge branch 'main' of git://git.infradead.org/users/willy [...]
omits cdc6702b291c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 687e0c72801e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 0e5157f64f3c Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
omits 66aa05a91958 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
omits 26ca84333088 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 589865b3e428 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ac081284b628 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
omits 1513b1917c90 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 907505fa0345 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4d23dbe0657b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 11b07065d8ca Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
omits 0607f0a37d2d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0a7930379458 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d910fce23257 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 628a5a68cfe4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 062e5fe414f3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits a0a52576c4d7 Merge branch 'counter-next' of git://git.kernel.org/pub/sc [...]
omits 9e8724d9b7be Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
omits 9b5bb31e940a Merge branch 'spmi-next' of git://git.kernel.org/pub/scm/l [...]
omits 931f667affe2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 1ecbc9439fe6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 198c3d0e930d Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
omits 31e50f9f8811 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
omits 27f3fd96d588 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 3f3d85c4e250 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
omits 387da25f4042 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
omits 24d9f35d1b56 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
omits e6104ff40698 Merge branch 'for-firmware-next' of git://git.kernel.org/p [...]
omits 3ad285cb4ca4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 9e4fcfed33be Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 187a55c1e3a8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8c32b82fba0b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a6e5aa58fb8c Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
omits 68a9d9e5f202 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits fa78e72e62f9 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
omits c73ff454d78c Merge branch 'timers/drivers/next' of https://git.linaro.o [...]
omits c1216e9c057e Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 3ed4638d03c0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7d70f6aa3f29 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c55fbcb0df44 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 38037d4d4f2f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits dc0351d85ebf Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 9ee3e7971eff Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
omits 6af4c65a6268 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 46310be4a4c1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 869022faffd3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8cc9850ff367 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
omits 261fdbcfd7e6 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
omits d109fa3b8535 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits fcc9188abf88 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f42837701bca Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 049b2064b9d1 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
omits f142ce840566 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 582bcc481fab Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
omits 6408655d2669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1c9e3a73f7d4 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits 091469e842e2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3fa03865ce9c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b51b05fcf54b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ab51aa403cd5 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
omits 8962e6ba4c8f Merge branch 'msm-next-lumag' of https://gitlab.freedeskto [...]
omits 92040561fc81 Merge branch 'msm-next' of https://gitlab.freedesktop.org/ [...]
omits c0fab8199f91 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits 209816297954 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits a49abcbfef2d Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits 1df15394a3aa Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 092d750e6edc Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits f6e48094a32b Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
omits 07375e61c414 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 582173a1dcc0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2fe3f43cbfb7 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits d4750d2b61c6 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits b8dd54f6d4d2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c71aa7cd94b0 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits a8a3d62d6fa4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 857c335c6289 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...]
omits 0b7a0fd902f5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits cb89f90e43cc Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
omits e2e3461a72d6 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
omits a51f77f3b4a6 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits bfdbf1c560e6 Merge branch 'next' of git://git.linuxtv.org/media
omits 0c670996f743 Merge branch 'docs-next' of git://git.lwn.net/linux.git
omits 580c25f4c6bf Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
omits 78613920714b Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
omits 031a5dbbb273 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
omits db9e1e7aab7d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8b5cb54fa36e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 2462086c6e75 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2f4707d54df2 Merge branch 'fs-next' of linux-next
omits e0c1b92a36f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 21dceeaf87ae Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 66eda33756c8 Merge branch 'riscv-dt-for-next' of git://git.kernel.org/p [...]
omits 794c46135ab9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f3261a37fbf4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ce06e40c016f Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
omits 7da10ea5d31a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ef6f43b456af Merge branch 'loongarch-next' of git://git.kernel.org/pub/ [...]
omits 6711438fab12 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
omits 4d588e355ae2 Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
omits 40e88a6b1dff Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
omits abc50e38906c Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
omits a3440fa00616 Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
omits 42a5ba12bce5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 234d36a4ca25 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
omits 5c42e4305ac9 Merge branch 'for-next' of https://github.com/sophgo/linux.git
omits 815d44862a05 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
omits 261c5e4e7eb1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 02af5b70b48d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a18fe7b5b13a Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
omits c093a0932cde Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 3607a1ca6a2a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 430edd3ad1aa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6c974059574d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 19e10c55a806 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 01889866fda8 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits 491f732bce1b Merge branch 'next' of https://github.com/Broadcom/stblinux.git
omits 2b72c580cf61 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
omits 582ad4f716b4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 776f3bef99af Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0e18a6d53d3e Merge branch 'for-next/perf' of git://git.kernel.org/pub/s [...]
omits bacb74d9ed37 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
omits 181adacd9212 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a8baa185c09d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits de602594d1e9 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
omits 622f5096b976 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d959e2ed233d Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
omits 4778061ba868 Merge branch 'pwrseq/for-current' of git://git.kernel.org/ [...]
omits d8a47ba62690 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 5ac5bc95a68b Merge branch 'riscv-soc-fixes' of git://git.kernel.org/pub [...]
omits e971748c2c15 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
omits cea22154f9a7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 2c843035dfe4 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits 65eb6c93b024 Merge branch 'fixes' of git://git.linuxtv.org/media
omits 3af3454c0e4a Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
omits 741d8bb7ba25 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits e1759f126d18 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 0590f1ffebcc Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 5fbbb0c6ce52 Merge branch 'staging-linus' of git://git.kernel.org/pub/s [...]
omits 9534453c3180 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits b4ae0b147fe8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits ce95b1d71f8f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 2e34d99b26ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 60c90b86f184 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits dfaa21b7ef71 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 565d8f334593 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 907c05554619 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 3e844247eda1 Merge branch 'for-curr' of git://git.kernel.org/pub/scm/li [...]
omits 1225ef1f43d7 Merge branch 'fs-current' of linux-next
omits cd84e2bff99d Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits cf38c48b73e3 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits f800b2ef89c6 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
omits 00a29158bf60 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits 20c645d3ce4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 68aee3ba38f3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 611e8f6aa116 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits 18ab835cad36 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits e4740921d036 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
omits 36e7c50b5d99 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a7b856ab9c55 Merge branch 'for-next' of https://github.com/koverstreet/ [...]
omits 9786682bd3e2 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 2d5abedbcc5a Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits b19190327706 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 90b19abd0c83 Merge tools/for-next
omits b25ab0fc3be0 Merge ring-buffer/for-next
omits c3342832dd3d Merge ftrace/for-next
omits 7aa2a4c1b52b Merge branch 'for-6.13/block' into for-next
omits 4d458574ae57 Merge branch 'for-6.13/io_uring' into for-next
omits 280056c9dca8 Merge branch 'vfs.exportfs' into vfs.all Signed-off-by: Ch [...]
omits 3bf2602bf90e Merge branch 'vfs.ovl' into vfs.all Signed-off-by: Christi [...]
omits 980da5da525e Merge branch 'vfs.file' into vfs.all Signed-off-by: Christ [...]
omits bd77a86dd7cb Merge branch 'vfs.rust.pid_namespace' into vfs.all
omits d4c90391121e Merge branch 'vfs.netfs' into vfs.all Signed-off-by: Chris [...]
omits a4107b63857c Merge branch 'vfs.pagecache' into vfs.all Signed-off-by: C [...]
omits dc83bc7cb47f Merge branch 'vfs.rust.file' into vfs.all Signed-off-by: C [...]
omits 48672adc0677 Merge branch 'vfs.misc' into vfs.all Signed-off-by: Christ [...]
omits 86d2e47552a4 Merge branch 'vfs.iomap' into vfs.all Signed-off-by: Chris [...]
omits ffd9e0c066a1 Merge branch 'vfs.mount.api' into vfs.all Signed-off-by: C [...]
omits 90225cc1255c Merge branch 'vfs.mgtime' into vfs.all Signed-off-by: Chri [...]
omits b8494511dc19 Merge branch 'vfs.fixes' into vfs.all Signed-off-by: Chris [...]
omits 2196e9ac2465 drm/msm: Use video aperture helpers
omits 626297009d7d Merge remote-tracking branch 'asoc/for-6.13' into asoc-next
omits 6bb46c405062 Merge remote-tracking branch 'spi/for-6.13' into spi-next
omits ec999ba8d5df lockd: Remove unneeded initialization of file_lock::c.flc_flags
omits a23ed5ca2b8a lockd: Remove unused parameter to nlmsvc_testlock()
omits 391d1e8a7f62 lockd: Remove some snippets of unfinished code
omits 624dde0addce lockd: Remove unnecessary memset()
omits 3b773a170c9e lockd: Remove unused typedef
omits 601017ea5ce2 NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()
omits eb1080727d86 NFSD: Remove unused values from nfsd4_encode_components_esc()
omits 2b8ba288bf11 NFSD: Remove unused results in nfsd4_encode_pathname4()
omits fb03e2ccc936 NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
omits 5db30e601e76 NFSD: Remove a never-true comparison
omits 714d002856fc NFSD: Remove dead code in nfsd4_create_session()
omits 3e47de8f9ad8 nfsd: refine and rename NFSD_MAY_LOCK
omits 9741c8d5a3df NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock()
omits 7cc82f697751 nfsd: replace call_rcu by kfree_rcu for simple kmem_cache_ [...]
omits dfe1ee65d592 xdrgen: Add a utility for extracting XDR from RFCs
omits 372a5a9d6acf nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT
omits 81e172503883 nfsd: Fill NFSv4.1 server implementation fields in OP_EXCH [...]
omits 73a43965dc86 lockd: Fix comment about NLMv3 backwards compatibility
omits ba6b3220066f nfsd: new tracepoint for after op_func in compound processing
omits 45c50a8424a2 nfsd: handle delegated timestamps in SETATTR
omits b18d3823df6d Merge branch 'for-6.13/io_uring' into for-next
omits ee7905fa475e Merge remote-tracking branch 'regulator/for-6.13' into reg [...]
omits 3805505f8137 fbdev: wm8505fb: select CONFIG_FB_IOMEM_FOPS
omits 70c765743423 ring-buffer: Use str_low_high() helper in ring_buffer_producer()
omits 6f0ed0023e02 drm/msm/dpu: drop LM_3 / LM_4 on MSM8998
omits b6bd5392b627 drm/msm/dpu: drop LM_3 / LM_4 on SDM845
omits adf317c22d41 drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block
omits d519f1d3e838 drm/msm8998: make const arrays ratio_list and band_list static
omits 1d71474a7a14 drm/msm: Remove unneeded semicolon
omits 9734e75bf0f8 drm/msm/dpu: Add support for MSM8917
omits 0256c800eaaf drm/msm/dpu: Add support for MSM8937
omits f6a0ffb2601c drm/msm/dpu: Add support for MSM8953
omits cea56d9c0e68 drm/msm/dpu: Add support for MSM8996
omits 14a1eb6b0b2b dt-bindings: display/msm: merge SM8550 DPU into SC7280
omits 67658df6677e dt-bindings: display/msm: merge SM8450 DPU into SC7280
omits 8e3bcb473693 dt-bindings: display/msm: merge SM8350 DPU into SC7280
omits 084b83bb9698 dt-bindings: display/msm: merge SM8250 DPU into SM8150
omits 7ae93e6c94e4 dt-bindings: display/msm: merge SC8280XP DPU into SC7280
omits 15ebe40bc25d drm/msm/dp: Add DisplayPort controller for SA8775P
omits ef7e07199c16 dt-bindings: display: msm: dp-controller: document SA8775P [...]
omits 5aecc4c8de12 LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
omits c55a415e1f07 LoongArch: Make KASAN usable for variable cpu_vabits
omits 15832255e844 LoongArch: Set initial pte entry with PAGE_GLOBAL for kern [...]
omits 2032274524a3 LoongArch: Don't crash in stack_top() for tasks without vDSO
omits f5dd196bcd11 LoongArch: Set correct size for vDSO code mapping
omits 2b7676892dd9 LoongArch: Enable IRQ if do_ale() triggered in irq-enabled [...]
omits d4408c1195f6 LoongArch: Get correct cores_per_package for SMT systems
omits 540bc5fc6460 Merge branch 'misc-6.12' into next-fixes
omits 7900ba0b90ac Merge branch 'imx/dt64' into for-next
omits e7c4ae981479 Merge branch 'imx/dt' into for-next
omits d626dfd3a8ff Merge branch 'imx/bindings' into for-next
omits 230bb87c58ea Merge dropping of reiserfs.
omits 7f571dbace21 reiserfs: The last commit
omits 8f0a7a2d7bc3 acl: Realign struct posix_acl to save 8 bytes
omits bb05949e0918 Merge branch into tip/master: 'x86/sev'
omits 56c0ec4394b1 Merge branch into tip/master: 'x86/misc'
omits d87b782ebaa7 Merge branch into tip/master: 'x86/cpu'
omits facaa085d469 Merge branch into tip/master: 'x86/cache'
omits 31a15f44ff17 Merge branch into tip/master: 'timers/vdso'
omits 0161b4120bcd Merge branch into tip/master: 'timers/core'
omits 1df3c790217b Merge branch into tip/master: 'sched/core'
omits c70a743f8fcd Merge branch into tip/master: 'locking/core'
omits 5930522df7f3 Merge branch into tip/master: 'irq/core'
omits 786587341f89 Merge branch into tip/master: 'core/debugobjects'
omits c413ee001072 Merge branch into tip/master: 'x86/urgent'
omits cf253d4bbc81 Merge branch into tip/master: 'sched/urgent'
omits 89194427e39e Merge branch into tip/master: 'irq/urgent'
omits 49f1f81d6b48 Merge branch into tip/master: 'core/merge'
omits c1d51d7b3825 Merge branch 'fixes' into linux-next
omits 8e487bb34418 Merge branches 'pm-cpufreq-fixes' and 'pm-powercap' into fixes
omits f82eab067eb8 Merge branch 'for-6.13/block' into for-next
omits dcdcc9bdd04f Merge branch 'for-6.13/block' into for-next
omits 2ce0e17660a7 epoll: Add synchronous wakeup support for ep_poll_callback
omits 9384082e8417 m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x
omits af23b284a8c1 fuse: convert fuse_notify_store to use folios
omits 722912462d5e fuse: convert fuse_retrieve to use folios
omits 4871477ce872 fuse: use the folio based vmstat helpers
omits 4ca0adccb482 fuse: convert fuse_writepage_need_send to take a folio
omits 0f4142084fff fuse: convert fuse_do_readpage to use folios
omits 92781d68c90d fuse: use kiocb_modified in buffered write path
omits 8b9a70f9e0c7 fuse: convert fuse_page_mkwrite to use folios
omits 9dfed081a0d9 fuse: convert fuse_fill_write_pages to use folios
omits 6af77cbae17f fuse: convert fuse_send_write_pages to use folios
omits c27891bcd4a1 fuse: convert readahead to use folios
omits 81cb78d9f059 fuse: use fuse_range_is_writeback() instead of iterating pages
omits 8889c9c517f4 virtiofs: use GFP_NOFS when enqueuing request through kworker
omits 83ef85cf9c4c virtiofs: use pages instead of pointer for kernel direct IO
omits 1c61fc81a50e fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iter
omits 67dfe9ccfbf4 fuse: remove stray debug line
omits ec5c7836168d fuse: enable dynamic configuration of fuse max pages limit [...]
omits 02732c5917cb Merge branch 'pm-tools' into linux-next
omits 3d342dc5ffe9 nfsd: add support for delegated timestamps
omits 6dd23bce4068 nfsd: prepare delegation code for handing out *_ATTRS_DELE [...]
omits 466247e4e33b nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_AC [...]
omits c1be156cbb59 nfsd: switch to autogenerated definitions for open_delegat [...]
omits aacaab97e763 nfsd: drop inode parameter from nfsd4_change_attribute()
omits 40e66ce9b856 Merge branch 'for-next-next-v6.12-20241015' into for-next- [...]
omits d105aacf629c Merge branch 'for-next-current-v6.11-20241015' into for-ne [...]
omits 5fcfef0cd4ab Merge branch 'misc-next' into for-next-next-v6.12-20241015
omits f3f290c403bb Merge branch 'b-for-next' into for-next-next-v6.12-20241015
omits d40317e5fae2 Merge branch 'misc-6.12' into for-next-next-v6.12-20241015
omits d9729da19081 Merge branch 'misc-6.12' into for-next-current-v6.11-20241015
omits f908380e2449 btrfs: fix the delalloc range locking if sector size < page size
omits 16ba37a1f9a1 btrfs: remove detached list from btrfs_backref_cache
omits 24cc67fe48f2 btrfs: remove the ->lowest and ->leaves members from backr [...]
omits 8e7468bd0b19 btrfs: simplify btrfs_backref_release_cache
omits 6237b7444859 btrfs: do not handle non-shareable roots in backref cache
omits 2b1c12088fa5 btrfs: don't build backref tree for cowonly blocks
omits 42f915e597c1 btrfs: remove clone_backref_node
omits c958c66a13af btrfs: cleanup select_reloc_root
omits 72fa3d2e822d btrfs: add a comment for new_bytenr in bacref_cache_node
omits 43d9aba74cd7 btrfs: remove the changed list for backref cache
omits 43b4f7ee62ac btrfs: convert BUG_ON in btrfs_reloc_cow_block to proper e [...]
omits 05f5e121e2fc btrfs: remove conditional path allocation
omits 5c18e4daa538 btrfs: push cleanup into read_locked_inode()
omits 375844affac6 btrfs: scrub: use generic ratelimit helpers to output erro [...]
omits a1d3ebac49d9 btrfs: scrub: ensure we output at least one error message [...]
omits a011977a69f1 btrfs: scrub: simplify the inode iteration output
omits 9f8fa151331e btrfs: scrub: remove unnecessary dev/physical lookup for s [...]
omits 13a4ae4a2554 btrfs: scrub: remove unused is_super parameter from scrub_ [...]
omits 168930a7ecc7 btrfs: reduce the log level for btrfs_dev_stat_inc_and_print()
omits ee4d9bbd6369 btrfs: scrub: fix incorrectly reported logical/physical address
omits 69c77cef2ad3 btrfs: handle unexpected parent block offset in btrfs_allo [...]
omits 9113e7739c1f btrfs: === misc-next on b-for-next ===
omits f1d6a85afa6d btrfs: reduce lock contention when eb cache miss for btree search
omits c86fb0ef61d7 btrfs: clear force-compress on remount when compress mount [...]
omits c87222d18145 btrfs: fix error propagation of split bios
omits d2b462521dcb btrfs: zoned: fix zone unusable accounting for freed reser [...]
omits d64fa7d0350b btrfs: drop unused parameter level from alloc_heuristic_ws()
omits 78f18cceb9da btrfs: drop unused parameter fs_info from btrfs_match_dir_ [...]
omits 2d2040838e21 btrfs: drop unused parameter transaction from alloc_log_tree()
omits 60428833961f btrfs: drop unused parameter data from btrfs_fill_super()
omits 4d599f3bac45 btrfs: drop unused parameter options from open_ctree()
omits 9440cdf6881a btrfs: drop unused parameter fs_info from folio_range_has_eb()
omits 530d2497437a btrfs: drop unused parameter mask from try_release_extent_state()
omits d32450f46f82 btrfs: drop unused parameter refs from visit_node_for_delete()
omits 377781e9e6f8 btrfs: drop unused parameter iov_iter from btrfs_write_check()
omits 33f353185bd0 btrfs: drop unused parameter file_offset from btrfs_encode [...]
omits ef04fcd3e714 btrfs: drop unused parameter offset from __cow_file_range_ [...]
omits 923860fe1c59 btrfs: drop unused parameter inode from read_inline_extent()
omits 4ec1c43e605c btrfs: drop unused parameter argp from btrfs_ioctl_quota_r [...]
omits 758b27359761 btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()
omits 2d5085f464a0 btrfs: drop unused transaction parameter from btrfs_qgroup [...]
omits 71ec9325af47 btrfs: qgroup: drop unused parameter fs_info from __del_qg [...]
omits f08ee38e41a1 btrfs: drop unused parameter map from scrub_simple_mirror()
omits 95b8af5fdd42 btrfs: scrub: drop unused parameter sctx from scrub_submit [...]
omits 9f00cf83dda5 btrfs: send: drop unused parameter index from iterate_inod [...]
omits 493adccf2591 btrfs: send: drop unused parameter num from iterate_inode_ [...]
omits dc93a0c609ba btrfs: drop unused parameter fs_info from do_reclaim_sweep()
omits e18c2c9e45ae btrfs: drop unused parameter fs_info from wait_reserve_ticket()
omits 2636768b7226 btrfs: drop unused parameter ctx from batch_delete_dir_ind [...]
omits 99778748d5c3 btrfs: drop unused parameter path from btrfs_tree_mod_log_ [...]
omits 9f3c2a0ff969 btrfs: zstd: assert the timer pointer in callback
omits 94d5befdecf2 btrfs: fix uninitialized pointer free on read_alloc_one_na [...]
omits e0e62ce44564 btrfs: remove btrfs_set_range_writeback()
omits 6a0731fb1d4d btrfs: send: cleanup unneeded return variable in changed_verity()
omits 57402499a79b btrfs: fix uninitialized pointer free in add_inode_ref()
omits d53085cfbf68 btrfs: qgroup: run delayed iputs after ordered extent completion
omits fdcb11f9a5ca btrfs: scrub: skip initial RST lookup errors
omits 79dab91ed0ef btrfs: return ENODATA in case RST lookup fails
omits 03408bd0ca94 btrfs: handle empty list of NOCOW ordered extents with che [...]
omits f2f7976d4f13 btrfs: simplify the page uptodate preparation for prepare_pages()
omits 31897b9868d2 btrfs: remove the dirty_page local variable
omits 567f3dc93a72 btrfs: remove unused btrfs_try_tree_write_lock()
omits 148ef19e15fb btrfs: remove unused btrfs_is_parity_mirror()
omits 544cf2111154 btrfs: remove unused btrfs_free_squota_rsv()
omits f5ada7cae7ee btrfs: tests: add selftests for raid-stripe-tree
omits a8de77ab80ad btrfs: correct typos in multiple comments across various files
omits 12565a43c442 btrfs: remove unused page_to_inode and page_to_fs_info macros
omits 5aeb2813421f btrfs: remove redundant stop_loop variable in scrub_stripe()
omits b243ba255a13 btrfs: remove pointless initialization at btrfs_qgroup_tra [...]
omits aa7fb7bfe0d1 btrfs: always use delayed_refs local variable at btrfs_qgr [...]
omits d264ec7fdabd btrfs: remove unnecessary delayed refs locking at btrfs_qg [...]
omits be8453ee8f1c btrfs: store fs_info in a local variable at btrfs_qgroup_t [...]
omits ccdb86660fb9 btrfs: qgroups: remove bytenr field from struct btrfs_qgro [...]
omits 13586180450a iomap: turn iomap_want_unshare_iter into an inline function
omits a151f85b3b7d Merge branch 'for-6.13/io_uring' into for-next
omits c38c875e5733 Merge branch 'for-6.13/block' into for-next
omits 89be051f0724 coredump: add cond_resched() to dump_user_range
omits ecdbfb4d86d1 btrfs: use sector numbers as keys for the dirty extents xarray
omits 46ef53deeb83 btrfs: remove code duplication in ordered extent finishing
omits f59e34b3d43b btrfs: canonicalize the device path before adding it
omits 6c2b38a26539 btrfs: avoid unnecessary device path update for the same device
omits edb4b606221d btrfs: allow compression even if the range is not page aligned
omits ad3322f056c7 btrfs: mark all dirty sectors as locked inside writepage_d [...]
omits b1656516168f btrfs: move the delalloc range bitmap search into extent_io.c
omits f64995ac7aab btrfs: do not assume the full page range is not dirty in e [...]
omits 2649a97bcf99 btrfs: make extent_range_clear_dirty_for_io() to handle se [...]
omits cad1ebd16f13 btrfs: wait for writeback if sector size is smaller than p [...]
omits 5cf2b92a20bb btrfs: compression: add an ASSERT() to ensure the read-in [...]
omits 39ed05c8d3db btrfs: zstd: make the compression path to handle sector si [...]
omits 99648bbeb181 btrfs: zlib: make the compression path to handle sector si [...]
omits f34b9bae52d8 btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTR [...]
omits bf0242aa7aa7 btrfs: make assert_rbio() to only check CONFIG_BTRFS_ASSERT
omits 43b0aabf75e1 btrfs: don't take dev_replace rwsem on task already holding it
omits fe76bd133024 landlock: Optimize scope enforcement
omits 059a40b9b169 landlock: Refactor network access mask management
omits 456f16931ea4 landlock: Refactor filesystem access mask management
omits d4f99e5d65d6 landlock: Improve documentation of previous limitations
omits 93a8c1ef3ab8 Merge branch 'pm-cpufreq' into linux-next
omits 1fcc23f72785 Merge branch 'pm-cpufreq-fixes' into linux-next
omits f2d0f3d8da2a Merge branch 'acpi-battery' into linux-next
omits 1e2eb3953889 Merge branch 'pm-cpuidle' into linux-next
omits 2c18bbf1a7cd Merge branch 'thermal' into linux-next
omits 3b6c7fe2e0e2 Merge branch 'v6.13-armsoc/dts32' into for-next
omits 1ff7092dbef2 nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
omits e84c90883d9e nfsd: add support for FATTR4_OPEN_ARGUMENTS
omits d715b8eec1f3 nfs_common: make include/linux/nfs4.h include generated nfs4_1.h
omits 2d504f1042f9 nfsd: fix handling of delegated change attr in CB_GETATTR
omits bd9cde80dbfb nfsd: have nfsd4_deleg_getattr_conflict pass back write de [...]
omits 386b2038b283 nfsd: drop the nfsd4_fattr_args "size" field
omits 9f01540048d9 nfsd: drop the ncf_cb_bmap field
omits 5b86b8a4d586 xdrgen: emit maxsize macros
omits d4df12a841aa xdrgen: Add generator code for XDR width macros
omits f95c4238bee9 xdrgen: XDR width for union types
omits e74e4ad00e2c xdrgen: XDR width for pointer types
omits 8daa84ded433 xdrgen: XDR width for struct types
omits abe27ff4dcf8 xdrgen: XDR width for typedef
omits e530fb23aa85 xdrgen: XDR width for optional_data type
omits b3097bc8df72 xdrgen: XDR width for variable-length array
omits 4c83a457eb2c xdrgen: XDR width for fixed-length array
omits 27bb6679cb78 xdrgen: XDR width for a string
omits ade9b97f457b xdrgen: XDR width for variable-length opaque
omits 2aecf0d324ba xdrgen: XDR width for fixed-length opaque
omits bb3f0c9f987b xdrgen: XDR widths for enum types
omits d79e23722501 xdrgen: Keep track of on-the-wire data type widths
omits e54f9390cec5 xdrgen: Track constant values
omits 7719924d2c17 xdrgen: Refactor transformer arms
omits 08adac265d7b xdrgen: Implement big-endian enums
omits c9560fe7ed6f xdrgen: Rename "enum yada" types as just "yada"
omits b3748daaa2a0 xdrgen: Rename enum's declaration Jinja2 template
omits 42fa1c3dffcd xdrgen: Rename "variable-length strings"
omits caea08055f02 xdrgen: Clean up type_specifier
omits 00bc5c354fcc xdrgen: Exit status should be zero on success
omits d918832bd3d7 NFSD: Remove unused function parameter
omits 342ca4a18946 NFSD: Remove unnecessary posix_acl_entry pointer initialization
omits 2a4250e47cfb svcrdma: Address an integer overflow
omits 23f3ec896100 NFSD: Prevent a potential integer overflow
omits 45f5ca26a241 Merge branch 'v6.13-armsoc/dts64' into for-next
omits daa16e39b951 Merge branch 'v6.13-armsoc/dts64' into for-next
omits e65f7611c248 Merge branch 'v6.12-armsoc/dtsfixes' into for-next
omits e53ddd9cba86 Merge branch 'v6.13-clk/next' into for-next
omits b4df39c8ace3 Merge branch 'v6.13-armsoc/dts64' into for-next
omits 753df72a4d77 ring-buffer: Reorganize kerneldoc parameter names
omits afb15ca28055 Merge branch 'pci/misc'
omits 489fcf053268 Merge branch 'pci/dt-bindings'
omits aa058836de6d Merge branch 'pci/pwrseq'
omits a60309284b80 Merge branch 'pci/driver-remove'
omits 1f1c2bc9d075 ring-buffer: Limit time with disabled interrupts in rb_che [...]
omits 83e6e973d9c9 erofs: use get_tree_bdev_flags() to avoid misleading messages
omits f54acb32dff2 fs/super.c: introduce get_tree_bdev_flags()
omits 3f473f07ab33 Merge patch series "fix stale delalloc punching for COW I/O v5"
omits c650b5a9028f xfs: punch delalloc extents from the COW fork for COW writes
omits f8bb8ce211ce xfs: set IOMAP_F_SHARED for all COW fork allocations
omits cd97b59a531d xfs: share more code in xfs_buffered_write_iomap_begin
omits 7f6e164457c6 xfs: support the COW fork in xfs_bmap_punch_delalloc_range
omits 99c29f16b79f xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock
omits 2f58268678f1 xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
omits 71f1cd607850 xfs: factor out a xfs_file_write_zero_eof helper
omits f66815a521bd iomap: move locking out of iomap_write_delalloc_release
omits 1eef06039a75 iomap: remove iomap_file_buffered_write_punch_delalloc
omits 18f08714e7b2 iomap: factor out a iomap_last_written_block helper
omits 7e4a0a50b403 KMSAN: uninit-value in inode_go_dump (5)
omits 20a13bc267e0 gfs2: gfs2_evict_inode clarification
omits d1c055362ff2 gfs2: Make gfs2_inode_refresh static
omits a5d071a726a5 gfs2: Use get_random_u32 in gfs2_orlov_skip
omits 7143e89b0773 gfs2: Randomize GLF_VERIFY_DELETE work delay
omits 38132d3c1597 gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict
omits 29a64f3a6dee gfs2: Update to the evict / remote delete documentation
omits 9c232c55cd67 gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inode
omits aad5e26e373a gfs2: Clean up delete work processing
omits f480ad257a01 gfs2: Minor delete_work_func cleanup
omits 257c652e4510 gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glock
omits bed1c0f011f2 gfs2: Rename dinode_demise to evict_behavior
omits 4a9e62542bbe gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE
omits 8e1a37a1e2c8 gfs2: Faster gfs2_upgrade_iopen_glock wakeups
omits bd92c1e07beb mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE
new dd4f50373e50 Merge tag 'pinctrl-v6.12-2' of git://git.kernel.org/pub/sc [...]
new a9b7b535ba19 Bluetooth: ISO: Fix multiple init when debugfs is disabled
new d458cd1221e9 Bluetooth: Call iso_exit() on module unload
new 1db4564f101b Bluetooth: Remove debugfs directory on module init failure
new 4084286151fc Bluetooth: btusb: Fix not being able to reconnect after suspend
new 64a90991ba8d Bluetooth: bnep: fix wild-memory-access in proto_unregister
new 2c1dda2acc41 Bluetooth: btusb: Fix regression with fake CSR controllers [...]
new d7f513ae7b10 Merge tag 'for-net-2024-10-16' of git://git.kernel.org/pub [...]
new 42f7652d3eb5 Linux 6.12-rc4
new a777c32ca42b Merge tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux [...]
new 7166c32651fa Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub [...]
new 373b9338c972 uprobe: avoid out-of-bounds memory access of fetching args
new c1bc09d7bfcb Merge tag 'probes-fixes-v6.12-rc4' of git://git.kernel.org [...]
new d12937763990 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new ff7567bc7ccf Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new 4021e685139d fs/super.c: introduce get_tree_bdev_flags()
new 14c2d97265ea erofs: use get_tree_bdev_flags() to avoid misleading messages
new 35100ae2dc33 Merge patch series "fs/super.c: introduce get_tree_bdev_flags()"
new ab70832acc8d Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 2e40f67ef4c2 Merge branch 'misc-6.12' into next-fixes
new 684d7036654f Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new d5ff2fb2e716 nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_st [...]
new fd447ea61489 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
new 136db3b6d20b Merge branch 'fs-current' of linux-next
new 9fc396da2a70 Merge branch 'for-curr' of git://git.kernel.org/pub/scm/li [...]
new efeddd552ec6 fsl/fman: Save device references taken in mac_probe()
new 1dec67e0d9fb fsl/fman: Fix refcount handling of fman-related devices
new 374d4106cb75 Merge branch 'fsl-fman-fix-refcount-handling-of-fman-relat [...]
new 47dd5447cab8 net: wwan: fix global oob in wwan_rtnl_policy
new 95ecba62e2fd net: fix races in netdev_tx_sent_queue()/dev_watchdog()
new d95d9a31aceb virtio_net: fix integer overflow in stats
new ff89e5b9659e Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new a552e2ef5fd1 bpf, arm64: Fix address emission with tag-based KASAN enabled
new edf6d0e35d21 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new cb410bd38eda Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 306ed1728e84 netfilter: xtables: fix typo causing some targets not to l [...]
new 6b76d61536f9 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new a623a15e7ff5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 72cafe63b35d ALSA: firewire-lib: Avoid division by zero in apply_constr [...]
new 35fdc6e1c160 ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
new 86c96e7289c5 ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
new 25d8b8cf561f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 038fa6ddf5d2 ASoC: rt722-sdca: increase clk_stop_timeout to fix clock s [...]
new 7bbaf446423a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new f2b5b8201b15 spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops()
new abcfa77b336d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 7fe5d0b27c8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 1ee08cbb7f6a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 633b4df954d9 Merge branch 'staging-linus' of git://git.kernel.org/pub/s [...]
new 3cea8af2d1a9 thunderbolt: Honor TMU requirements in the domain when set [...]
new b596e5677ad5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new b2dcfd7fc647 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 5bdc6d3a4ec4 Merge branch 'fixes' of git://git.linuxtv.org/media
new 338b655a1178 i915: fix DRM_I915_GVT_KVMGT dependencies
new b1e7d9946642 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new edc9383dadc6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 32873824f206 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
new 197ab4a29f62 Merge branch 'riscv-soc-fixes' of git://git.kernel.org/pub [...]
new fc308fa32e02 Merge branch 'pwrseq/for-current' of git://git.kernel.org/ [...]
new 85e444a68126 drm/bridge: Fix assignment of the of_node of the parent to [...]
new 5c2387825251 drm/bridge: tc358767: fix missing of_node_put() in for_eac [...]
new bda3598070c9 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new 05773ecf433b Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
new 96a062f6163f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e2cb1db7daf8 perf test: Update all metrics test like metricgroups test
new 21677f653f1a perf test: Fix perf test case 84 on s390
new f101a8e345c2 perf vendor events amd: Add Zen 5 data fabric events
new 17aedce6e0ff perf vendor events amd: Add Zen 5 data fabric metrics
new 46610ba41ef1 perf vendor events amd: Update Zen 5 data cache fill events
new 9da1b7b8dbd8 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new 48b1e6cdc398 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 79be3c4bb0a9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 887dc22f04a3 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new 861e112e7d8c Merge branch 'for-next/perf' of git://git.kernel.org/pub/s [...]
new 8c8cac2babbf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e1f87700768a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bfa3a05d8359 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new c86f1179731b Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 430cb92662c4 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 9cc832d37799 soc: imx8m: Probe the SoC driver as platform driver
new 9c1c02fe8d7f soc: imx8m: Remove global soc_uid
new 22b03a4e957e soc: imx8m: Use devm_* to simplify probe failure handling
new 3210e5356157 Merge branch 'imx/drivers' into for-next
new 53624fc4f4b4 dt-bindings: arm: fsl: Document DH i.MX8MP DHCOM SoM on DR [...]
new 5a893b8d42e8 dt-bindings: arm: fsl: Document DH electronics i.MX8M Plus [...]
new a11de0c67f59 Merge branch 'imx/bindings' into for-next
new 7a2ef1449819 ARM: dts: imx6qdl-tx6: Remove 'turn-on-delay-ms'
new b5707f8ac5fa ARM: dts: imx6qdl-tx6: Fix 'fixed-clock' description
new 61ee39cebc9d ARM: dts: imx6qdl-dhcom: Fix model typo for i.MX6 DHSOM
new 093290a6b3b6 Merge branch 'imx/dt' into for-next
new 05be20ccf779 arm64: dts: imx8mp: Add DH i.MX8MP DHCOM SoM on DRC02 carr [...]
new 4a4f35c6b7f9 arm64: dts: imx8mp-phyboard-pollux-rdk: update gpio-line-names
new 004ccf439d20 arm64: dts: imx8mp: Add support for DH electronics i.MX8M [...]
new a8fe6c8dfc40 arm64: dts: fsl-lx2160a: add rev2 support
new 4a0dc71f7bde arm64: dts: imx8mp-evk: add PCIe Endpoint function overlay file
new dda1bc1d8ad1 arm64: dts: imx8mp: add cpuidle state "cpu-pd-wait"
new 1c45ede83d2f arm64: dts: layerscape: remove cooling-max-state and cooli [...]
new cae6b5b772ff Merge branch 'imx/dt64' into for-next
new 466c326fb684 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new dab31c569819 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new caaedeeacc44 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e4ba22795822 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 726cd9a8d2ca Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 1aa06662b194 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new ab79914808df dt-bindings: soc: rockchip: add rk3576 vo1-grf syscon
new 3b8a7753131a dt-bindings: soc: rockchip: add rk3576 usb2phy syscon
new 2bca79d5f72f Merge branch 'v6.13-armsoc/drivers' into for-next
new fb256df2483d Merge branch 'v6.13-armsoc/dts32' into for-next
new 872c5aea392d arm64: dts: rockchip: Add HDMI0 node to rk3588
new 9dee4ce1c351 arm64: dts: rockchip: Enable HDMI0 on rock-5b
new c56ce5af882f arm64: dts: rockchip: Enable HDMI0 on rk3588-evb1
new 76ba840373b9 arm64: dts: rockchip: Enable HDMI0 on orangepi-5-plus
new d7d79059ac28 arm64: dts: rockchip: add and enable gpu node for Radxa ROCK 5A
new 0cdb6e46432d arm64: dts: rockchip: Enable HDMI0 on Orange Pi 5
new b5481c889360 Merge branch 'v6.13-armsoc/dts64' into for-next
new e16246ab8fb3 Merge branch 'v6.13-clk/next' into for-next
new 6df447d57800 arm64: dts: rockchip: Drop invalid clock-names from es8388 [...]
new 80b2e1b33aa6 arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes
new 819d509b1749 Merge branch 'v6.12-armsoc/dtsfixes' into for-next
new b040eca9332e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6aff357efc2b clk: samsung: gs101: make all ufs related clocks critical
new 9bb31db10558 Merge branch 'next/clk' into for-next
new c195cd4debb6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 763ba0709e35 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 539dade899c4 Merge branch 'for-next' of https://github.com/sophgo/linux.git
new c648a482a5d7 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new b661caf54fbe Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0a1062088d4f Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
new 1dca8686838d Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new 8d70ed996363 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 90bb2ac31ff4 Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new 79aed59d15d6 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
new b69269c870ec LoongArch: Use "Exception return address" to comment ERA
new b7296f9d5bf9 LoongArch: Get correct cores_per_package for SMT systems
new 69cc6fad5df4 LoongArch: Enable IRQ if do_ale() triggered in irq-enabled [...]
new 2ed119aef60d LoongArch: Set correct size for vDSO code mapping
new 134475a9ab84 LoongArch: Don't crash in stack_top() for tasks without vDSO
new d2f8671045b4 LoongArch: Set initial pte entry with PAGE_GLOBAL for kern [...]
new eb439a78fc19 LoongArch: Make KASAN usable for variable cpu_vabits
new 268271067898 LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
new 95cb1fab3416 Merge branch 'loongarch-next' of git://git.kernel.org/pub/ [...]
new ca4babb6e3ea m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x
new b058f1de31b0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 21f6379d9c47 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new d194dfcc3cdb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 99f353e76ed1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f16a160fc9c2 Merge branch 'riscv-dt-for-next' of git://git.kernel.org/p [...]
new 84dd4cbe0554 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3e5802ac8a60 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new bdf14b956b1b Merge branch 'for-next' of https://github.com/koverstreet/ [...]
new 95bea2c0c2b7 Merge branch 'misc-6.12' into for-next-current-v6.11-20241021
new d2335f19847d Merge branch 'for-next-current-v6.11-20241021' into for-ne [...]
new c895f916fb9e Merge branch 'misc-6.12' into for-next-next-v6.12-20241021
new 82257bf0d30f btrfs: don't take dev_replace rwsem on task already holding it
new 4236758711ee btrfs: make assert_rbio() to only check CONFIG_BTRFS_ASSERT
new 8c5bce395351 btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTR [...]
new 1352d335ec30 btrfs: zlib: make the compression path to handle sector si [...]
new 7508cc347694 btrfs: zstd: make the compression path to handle sector si [...]
new c34fbd91e20e btrfs: compression: add an ASSERT() to ensure the read-in [...]
new d90571f25c65 btrfs: wait for writeback if sector size is smaller than p [...]
new 138034319de8 btrfs: make extent_range_clear_dirty_for_io() to handle se [...]
new 42261bdc7ac2 btrfs: do not assume the full page range is not dirty in e [...]
new 25c2408898e9 btrfs: move the delalloc range bitmap search into extent_io.c
new 9782a00d4e99 btrfs: mark all dirty sectors as locked inside writepage_d [...]
new 165a8ab2aa1b btrfs: allow compression even if the range is not page aligned
new c3a48c5e1f8a btrfs: avoid unnecessary device path update for the same device
new 45d798598578 btrfs: canonicalize the device path before adding it
new 4289786f0240 btrfs: remove code duplication in ordered extent finishing
new a233e013e971 btrfs: qgroups: remove bytenr field from struct btrfs_qgro [...]
new 6fe0d977e6cf btrfs: store fs_info in a local variable at btrfs_qgroup_t [...]
new 06bea58f6297 btrfs: remove unnecessary delayed refs locking at btrfs_qg [...]
new c5767bef054d btrfs: always use delayed_refs local variable at btrfs_qgr [...]
new d397d3538c93 btrfs: remove pointless initialization at btrfs_qgroup_tra [...]
new 689277506c7f btrfs: remove redundant stop_loop variable in scrub_stripe()
new 08f9b95ccfd7 btrfs: remove unused page_to_inode and page_to_fs_info macros
new c89fbb66ee1c btrfs: correct typos in multiple comments across various files
new 9b84f45ce6b2 btrfs: tests: add selftests for raid-stripe-tree
new 1d283a389946 btrfs: remove unused btrfs_free_squota_rsv()
new 372881148d32 btrfs: remove unused btrfs_is_parity_mirror()
new bb5b11a2468a btrfs: remove unused btrfs_try_tree_write_lock()
new eddab2d5f745 btrfs: remove the dirty_page local variable
new 2c9e96af7da1 btrfs: simplify the page uptodate preparation for prepare_pages()
new 2eedbbf44919 btrfs: handle empty list of NOCOW ordered extents with che [...]
new e283af25a9dc btrfs: return ENODATA in case RST lookup fails
new 26f0ebe0aff0 btrfs: scrub: skip initial RST lookup errors
new 13e6525972da btrfs: qgroup: run delayed iputs after ordered extent completion
new 0aafc7c837bb btrfs: remove btrfs_set_range_writeback()
new ba7202016b94 btrfs: zstd: assert the timer pointer in callback
new effcfe728e1a btrfs: drop unused parameter path from btrfs_tree_mod_log_ [...]
new 15ad429dc5aa btrfs: drop unused parameter ctx from batch_delete_dir_ind [...]
new 7c2fe52f711f btrfs: drop unused parameter fs_info from wait_reserve_ticket()
new 5e19ad134df7 btrfs: drop unused parameter fs_info from do_reclaim_sweep()
new 93528e653a35 btrfs: send: drop unused parameter num from iterate_inode_ [...]
new 7cc1560b410d btrfs: send: drop unused parameter index from iterate_inod [...]
new a0e52d4707a8 btrfs: scrub: drop unused parameter sctx from scrub_submit [...]
new 64904cf5f424 btrfs: drop unused parameter map from scrub_simple_mirror()
new ceb99f06085a btrfs: qgroup: drop unused parameter fs_info from __del_qg [...]
new 6893abc970ff btrfs: drop unused transaction parameter from btrfs_qgroup [...]
new 3599163cf09e btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()
new 3327d1fc1bbe btrfs: drop unused parameter argp from btrfs_ioctl_quota_r [...]
new e5d2bad318e8 btrfs: drop unused parameter inode from read_inline_extent()
new 7f7587d47835 btrfs: drop unused parameter offset from __cow_file_range_ [...]
new 0515cf952976 btrfs: drop unused parameter file_offset from btrfs_encode [...]
new 2f2acda5fb78 btrfs: drop unused parameter iov_iter from btrfs_write_check()
new 7066efb64bc6 btrfs: drop unused parameter refs from visit_node_for_delete()
new f99dc3fe97fe btrfs: drop unused parameter mask from try_release_extent_state()
new eed49fa750b0 btrfs: drop unused parameter fs_info from folio_range_has_eb()
new ba131dab4021 btrfs: drop unused parameter options from open_ctree()
new 72a64c281dcc btrfs: drop unused parameter data from btrfs_fill_super()
new 3aed691f0af6 btrfs: drop unused parameter transaction from alloc_log_tree()
new 9ed33083224d btrfs: drop unused parameter fs_info from btrfs_match_dir_ [...]
new 3fbeb1c5a4dc btrfs: drop unused parameter level from alloc_heuristic_ws()
new b61ebdf94d13 btrfs: zoned: fix zone unusable accounting for freed reser [...]
new a6b3a6d127b3 btrfs: fix error propagation of split bios
new 78744fc374b9 btrfs: clear force-compress on remount when compress mount [...]
new 06bd31156de2 btrfs: reduce lock contention when eb cache miss for btree search
new 13d97ebbab13 btrfs: add and use helper to remove extent map from its in [...]
new eb05f73f9e25 btrfs: make the extent map shrinker run asynchronously as [...]
new 1a4e367be1fd btrfs: simplify tracking progress for the extent map shrinker
new e15a2940c91b btrfs: rename extent map shrinker members from struct btrf [...]
new 6a6e3abb328b btrfs: re-enable the extent map shrinker
new 866e6369f417 btrfs: remove redundant level argument from read_block_for [...]
new 43e5a794a16d btrfs: simplify arguments for btrfs_verify_level_key()
new f45c79bc50b6 btrfs: remove redundant initializations for struct btrfs_t [...]
new 495344b0d554 btrfs: remove local generation variable from read_block_fo [...]
new 1d8992f4af0b btrfs: do not clear read-only when adding sprout device
new 919684672b6d btrfs: qgroup: set a more sane default value for subtree d [...]
new 862f4ce481e7 btrfs: fix the delalloc range locking if sector size < page size
new e11f3f3bead7 btrfs: remove unused btrfs_folio_start_writer_lock()
new 7f003ee69a2b btrfs: unify to use writer locks for subpage locking
new 8a1e6576deee btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
new 46dfa99125cb Merge branch 'b-for-next' into for-next-next-v6.12-20241021
new 0867a7c66919 btrfs: === misc-next on b-for-next ===
new 06bcc7dc2767 btrfs: handle unexpected parent block offset in btrfs_allo [...]
new 01a2f1735757 btrfs: scrub: fix incorrectly reported logical/physical address
new 5a179960d8a5 btrfs: reduce the log level for btrfs_dev_stat_inc_and_print()
new f06b29d60cf4 btrfs: scrub: remove unused is_super parameter from scrub_ [...]
new d8e434d854d3 btrfs: scrub: remove unnecessary dev/physical lookup for s [...]
new 344e1f8ee295 btrfs: scrub: simplify the inode iteration output
new 9da0a34e1dfc btrfs: scrub: ensure we output at least one error message [...]
new ee355a99996d btrfs: scrub: use generic ratelimit helpers to output erro [...]
new 130cf99c0102 btrfs: push cleanup into read_locked_inode()
new da76da0f1f3c btrfs: remove conditional path allocation
new 843da2302d16 btrfs: convert BUG_ON in btrfs_reloc_cow_block to proper e [...]
new 1a9ab919d8a8 btrfs: remove the changed list for backref cache
new ce4fbd173c0a btrfs: add a comment for new_bytenr in bacref_cache_node
new 421989a0f9ea btrfs: cleanup select_reloc_root
new b0df4d5f1a1d btrfs: remove clone_backref_node
new e125ef8f517b btrfs: don't build backref tree for cowonly blocks
new ff1a61f82427 btrfs: do not handle non-shareable roots in backref cache
new f77ea74628b3 btrfs: simplify btrfs_backref_release_cache
new 195e20b32acb btrfs: remove the ->lowest and ->leaves members from backr [...]
new cccaff8191a5 btrfs: remove detached list from btrfs_backref_cache
new 79437727732e btrfs: make buffered write to copy one page a time
new e24b48551eb1 btrfs: convert btrfs_buffered_write() to use folio interface
new 899586724648 btrfs: try to search for data csums in commit root
new d1eb05dda9cd Merge branch 'misc-next' into for-next-next-v6.12-20241021
new 824610854c60 Merge branch 'for-next-next-v6.12-20241021' into for-next- [...]
new a3fe0121b83d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1eaffbb14506 cifs: Fix parsing native symlinks relative to the export
new be8285772167 cifs: Validate content of native symlink
new 8738e35e1e0e cifs: Fix parsing native symlinks directory/file type
new 0fce1c48d17f Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new 2250c907ac3f Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new b06c72107980 ecryptfs: keystore: Fix typo 'the the' in comment
new da22e0dc323c fs: ecryptfs: comment typo fix
new 68c119aecdcd ecryptfs: Fix packet format comment in parse_tag_67_packet()
new fba133a34118 ecryptfs: Remove unused declartion ecryptfs_fill_zeros()
new 9f2ccaf661bd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new abdd24c46c5f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 0632723b5978 erofs: add SEEK_{DATA,HOLE} support
new 2ae6b8588254 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new fb6f20ecb121 reiserfs: The last commit
new 6cb3f5ca9e44 Merge dropping of reiserfs
new 8368db8df088 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new 184429a17f8f Revert "fuse: move initialization of fuse_file to fuse_wri [...]
new acc1217462e2 fuse: enable dynamic configuration of fuse max pages limit [...]
new 156cf326159a fuse: remove stray debug line
new 26de3dc9b743 fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iter
new ec1051d342a1 virtiofs: use pages instead of pointer for kernel direct IO
new 3382e5f59141 virtiofs: use GFP_NOFS when enqueuing request through kworker
new fe9a189dc9b2 fuse: use fuse_range_is_writeback() instead of iterating pages
new 9b978d71999b fuse: convert readahead to use folios
new f3d48767c011 fuse: convert fuse_send_write_pages to use folios
new 139c1dc13236 fuse: convert fuse_fill_write_pages to use folios
new 8b5207644859 fuse: convert fuse_page_mkwrite to use folios
new b103dff1c951 fuse: use kiocb_modified in buffered write path
new 2a606ec1ad67 fuse: convert fuse_do_readpage to use folios
new e675d641b15e fuse: convert fuse_writepage_need_send to take a folio
new 6ccd0cf8f914 fuse: use the folio based vmstat helpers
new 0ce6e287bc7a fuse: convert fuse_retrieve to use folios
new 12c4c8ed42d9 fuse: convert fuse_notify_store to use folios
new 47c13d10d9f6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ef2f934fadd0 KMSAN: uninit-value in inode_go_dump (5)
new d23dfaea3c54 gfs2: Flush glock work queue on inode lookup / create
new 59169bdf2816 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 508384c45349 NFSD: Prevent a potential integer overflow
new cf10be4d5f1b svcrdma: Address an integer overflow
new 58a985eeb353 NFSD: Remove unnecessary posix_acl_entry pointer initialization
new 948b8c89927e NFSD: Remove unused function parameter
new fc3cbc3c9e7c xdrgen: Exit status should be zero on success
new a96875e8a7c6 xdrgen: Clean up type_specifier
new bee7c7a8e731 xdrgen: Rename "variable-length strings"
new 965c596bf092 xdrgen: Rename enum's declaration Jinja2 template
new 8c2f82c7b604 xdrgen: Rename "enum yada" types as just "yada"
new 340d7dcc3857 xdrgen: Implement big-endian enums
new 3ab8dd6da5d0 xdrgen: Refactor transformer arms
new 6b9d8c9653bd xdrgen: Track constant values
new 7857b67ebabc xdrgen: Keep track of on-the-wire data type widths
new 3136c98ac094 xdrgen: XDR widths for enum types
new a1ac4a9eef2e xdrgen: XDR width for fixed-length opaque
new cf440851522c xdrgen: XDR width for variable-length opaque
new f72afd5dd619 xdrgen: XDR width for a string
new bece40df5610 xdrgen: XDR width for fixed-length array
new 1f9955fa57c7 xdrgen: XDR width for variable-length array
new 4e8e257e90a2 xdrgen: XDR width for optional_data type
new 8da9b72066c7 xdrgen: XDR width for typedef
new 93cdcdea99ab xdrgen: XDR width for struct types
new 300e30f599de xdrgen: XDR width for pointer types
new 402e3e7e8b25 xdrgen: XDR width for union types
new 8304142c2ebe xdrgen: Add generator code for XDR width macros
new 3ffedd773a1d xdrgen: emit maxsize macros
new cb766f3b1536 nfsd: drop the ncf_cb_bmap field
new 09848ac79ce3 nfsd: drop the nfsd4_fattr_args "size" field
new 5ef3877d4324 nfsd: have nfsd4_deleg_getattr_conflict pass back write de [...]
new b1b3ec46484a nfsd: fix handling of delegated change attr in CB_GETATTR
new 56ee622f40c9 nfs_common: make include/linux/nfs4.h include generated nfs4_1.h
new 33641812a257 nfsd: add support for FATTR4_OPEN_ARGUMENTS
new 9677517cb35b nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
new 23564d42bdda nfsd: drop inode parameter from nfsd4_change_attribute()
new b712459811ad nfsd: switch to autogenerated definitions for open_delegat [...]
new 641b78641ecf nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_AC [...]
new 099ca92ff75f nfsd: prepare delegation code for handing out *_ATTRS_DELE [...]
new 9b45d0331c53 nfsd: add support for delegated timestamps
new 50c8ec9d378e nfsd: handle delegated timestamps in SETATTR
new 206c8d99b4f7 nfsd: new tracepoint for after op_func in compound processing
new 2ca8dee4baaa lockd: Fix comment about NLMv3 backwards compatibility
new c598416bf13e nfsd: Fill NFSv4.1 server implementation fields in OP_EXCH [...]
new de510b3935d5 nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT
new c45151e859a4 xdrgen: Add a utility for extracting XDR from RFCs
new 262efa37570a nfsd: replace call_rcu by kfree_rcu for simple kmem_cache_ [...]
new 2404bc5eba44 NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock()
new 09eecd94c2ba nfsd: refine and rename NFSD_MAY_LOCK
new fef83f47c946 NFSD: Remove dead code in nfsd4_create_session()
new dc52aeeb5664 NFSD: Remove a never-true comparison
new 804c4e24a2ec NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
new 12fc0570b191 NFSD: Remove unused results in nfsd4_encode_pathname4()
new 784c01b4b9c9 NFSD: Remove unused values from nfsd4_encode_components_esc()
new 5290be01f436 NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()
new b65bb3592837 lockd: Remove unused typedef
new 4709e5d329d1 lockd: Remove unnecessary memset()
new 880a32a9ea02 lockd: Remove some snippets of unfinished code
new 2905fea5ba2f lockd: Remove unused parameter to nlmsvc_testlock()
new 9500a9862ef8 lockd: Remove unneeded initialization of file_lock::c.flc_flags
new 41bda61ef8e9 nfsd: make sure exp active before svc_export_show
new 1ec5e108acbf SUNRPC: make sure cache entry active before cache_show
new 9998b0dcb4f2 nfsd: release svc_expkey/svc_export with rcu_work
new 9dbede18e17f Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new dd4fab8a99d5 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
new a72cf5dd56ac Merge branch 'vfs.fixes' into vfs.all Signed-off-by: Chris [...]
new 476a6e1d551d Merge branch 'vfs.mgtime' into vfs.all Signed-off-by: Chri [...]
new f373bb87da6e Merge branch 'vfs.mount.api' into vfs.all Signed-off-by: C [...]
new 6db388585e48 iomap: turn iomap_want_unshare_iter into an inline function
new cc60f9d58364 Merge branch 'vfs.iomap' into vfs.all
new 33da4626d98c coredump: add cond_resched() to dump_user_range
new a2a6ed0e82cc epoll: Add synchronous wakeup support for ep_poll_callback
new 5c17ead0c0b2 acl: Realign struct posix_acl to save 8 bytes
new ac0812ef00c8 acl: Annotate struct posix_acl with __counted_by()
new 4ae229e55b69 Merge branch 'vfs.misc' into vfs.all Signed-off-by: Christ [...]
new 5450b20e65ef Merge branch 'vfs.rust.file' into vfs.all Signed-off-by: C [...]
new bd50b53f7112 Merge branch 'vfs.pagecache' into vfs.all Signed-off-by: C [...]
new e58d3593a4a0 Merge branch 'vfs.netfs' into vfs.all Signed-off-by: Chris [...]
new 3ac405bcff35 Merge branch 'vfs.rust.pid_namespace' into vfs.all
new fea93af68fab selftests: add file SLAB_TYPESAFE_BY_RCU recycling stressor
new a4ef2a2d78f6 Merge branch 'vfs.file' into vfs.all Signed-off-by: Christ [...]
new 76e6bd897526 Merge branch 'vfs.ovl' into vfs.all Signed-off-by: Christi [...]
new 668e203ff402 Merge branch 'vfs.exportfs' into vfs.all Signed-off-by: Ch [...]
new 12506679be68 pidfd: add ioctl to retrieve pid info
new ad13fdb4c090 Merge branch 'vfs.pidfs' into vfs.all Signed-off-by: Chris [...]
new 424a55a4a908 uaccess: add copy_struct_to_user helper
new 112cca098a70 sched_getattr: port to copy_struct_to_user
new faa0ca355ebd Merge branch 'vfs.usercopy' into vfs.all Signed-off-by: Ch [...]
new 0632061dba01 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new a09bf12212e8 Merge branch 'fs-next' of linux-next
new abcf82b42b39 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 86efc62d0313 PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_s [...]
new 6f8a31d02139 Merge branch 'pci/doe'
new 93c7591c2cc5 Merge branch 'pci/driver-remove'
new 6eaa83ec229b PCI: Remove unused PCI_SUBTRACTIVE_DECODE
new 469c9cb94148 PCI: Move struct pci_bus_resource into bus.c
new 32ec7b362d90 PCI: Simplify pci_read_bridge_bases() logic
new 388551c42733 Merge branch 'pci/enumeration'
new 5b036cada481 PCI: cpcihp: Remove unused struct cpci_hp_controller_ops.h [...]
new 91a629679359 PCI: cpqphp: Remove unused struct ctrl_dbg.ctrl
new 4906e9da18a0 Merge branch 'pci/hotplug'
new aaa545dac476 Merge branch 'pci/pwrseq'
new 9fb6fef0fb49 resource: Add resource set range and size helpers
new 783602c920e9 PCI: Use resource_set_{range,size}() helpers
new 9d3faf229c06 PCI: Use align and resource helpers, and SZ_* in quirk_s3_64M()
new e3bdd2dd3f61 PCI: Add ALIGN_DOWN_IF_NONZERO() helper
new 19f73e938df2 PCI: Improve pdev_sort_resources() warning message
new 6469d53dd092 Merge branch 'pci/resource'
new f69767a1ada3 PCI: Add TLP Processing Hints (TPH) support
new d2e8a34876ce PCI/TPH: Add Steering Tag support
new 48d0fd2b903e PCI/TPH: Add TPH documentation
new ae723ece3295 Merge branch 'pci/tph'
new 8a5798459161 Merge branch 'pci/dt-bindings'
new ca3c342fb3c7 PCI: endpoint: Introduce pci_epc_function_is_valid()
new 2314c6ffe811 PCI: endpoint: Improve pci_epc_mem_alloc_addr()
new ce1dfe6d3289 PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
new 6067ccf36fbc PCI: endpoint: Update documentation
new 08cac1006bfc PCI: endpoint: test: Use pci_epc_mem_map/unmap()
new a1cd1d901a5c PCI: dwc: endpoint: Implement the pci_epc_ops::align_addr( [...]
new 8c93a338ee94 Merge branch 'pci/endpoint'
new 912bf26eced7 Merge branch 'pci/misc'
new 03f41fc4c8c1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new cf914b1275e1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9d156423851f Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new 9ad3141461b9 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new 5426f8f2594f Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new 3af2dd00a33c docs/zh_CN: add translation of dev-tools/kmsan.rst
new ca26a0a273c8 docs/zh_CN: add the translations of kbuild/reproducible-bu [...]
new 6fde43859f6b Documentation: English fixes in kgdb/kdb article
new 3a1b9c4d8edb docs: Remove redundant word "for"
new 6eb119414ff8 Add Yanteng Si to .mailmap
new ff8da2af1e7f docs/zh_CN: update the translation of process/submitting-p [...]
new f63874b2dbe9 docs/zh_CN: update the translation of process/email-clients.rst
new 5ca1c920add1 docs/zh_CN: update the translation of process/coding-style.rst
new a1b44f9b5dd1 Docs/zh_CN: Translate page_tables.rst to Simplified Chinese
new 53e52302778c Docs/zh_CN: Fix the pfn calculation error in page_tables.rst
new 56aaee3915b3 docs/zh_CN: Add a entry in Chinese glossary
new 73993d301d8c Merge branch 'docs-next' of git://git.lwn.net/linux.git
new f3d07952ae98 Merge branch 'next' of git://git.linuxtv.org/media
new 7c835ed8f715 Merge branch 'thermal' into linux-next
new ee702fdaf156 cpuidle: Correct some typos in comments
new 5947ebc91be9 Merge back cpufreq material for 6.13
new e52ab394368c cpufreq: use proper units for frequency
new 3b89192da7f9 Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-tools' i [...]
new 586a6cefa649 Merge branch 'acpi-battery' into linux-next
new 8d119cffccc8 thermal: core: Initialize thermal zones before registering them
new 166de6d1c030 thermal: core: Rearrange PM notification code
new 6254b2823679 thermal: core: Represent suspend-related thermal zone flag [...]
new 7a54df284a6f thermal: core: Mark thermal zones as initializing to start with
new c0fcf058be74 thermal: core: Fix race between zone registration and syst [...]
new c2b4e6e9652b thermal: core: Consolidate thermal zone locking during ini [...]
new 4cc78f5ff7de thermal: core: Mark thermal zones as exiting before unregi [...]
new 1fc05ad9d3f5 thermal: core: Consolidate thermal zone locking in the exit path
new 4159a8d35946 thermal: core: Update thermal zones after cooling device binding
new 7113173db7d2 thermal: core: Drop need_update field from struct thermal_ [...]
new b1d2dec42160 thermal: core: Move lists of thermal instances to trip des [...]
new bdadf9bc5efb thermal: core: Pass trip descriptors to trip bind/unbind f [...]
new 0ff62a524d0f Merge branch 'thermal-core' into linux-next
new 8a4a6c9487c3 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 6a89ff33b4eb Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
new 47d7650b9cb1 cpupower: add checks for xgettext and msgfmt
new 2bbe2a61f027 Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
new ed9b4f042903 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 930efb55dc44 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...]
new a8243e40ed8d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 91afa49a3eda Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
new 90cb5f1776ba net: sfp: change quirks for Alcatel Lucent G-010S-P
new a95ac4f92aa6 net: hibmcge: Add pci table supported in this module
new fc1992bad7da net: hibmcge: Add read/write registers supported through t [...]
new a239b2b1dee2 net: hibmcge: Add mdio and hardware configuration supporte [...]
new 4d089035fa19 net: hibmcge: Add interrupt supported in this module
new ff4edac6e9bd net: hibmcge: Implement some .ndo functions
new 40735e7543f9 net: hibmcge: Implement .ndo_start_xmit function
new f72e25594061 net: hibmcge: Implement rx_poll function to receive packets
new e8d13548bd08 net: hibmcge: Implement some ethtool_ops functions
new 81e176de6ad4 net: hibmcge: Add a Makefile and update Kconfig for hibmcge
new f9a002a13054 net: hibmcge: Add maintainer for hibmcge
new 7cb08476e19f Merge branch 'add-support-of-hibmcge-ethernet-driver'
new 700814fa41ce net/mlx5: Refactor QoS group scheduling element creation
new 4235fe2cb8e9 net/mlx5: Introduce node type to rate group structure
new 54200dbc685c net/mlx5: Add parent group support in rate group structure
new 24e54e870d11 net/mlx5: Restrict domain list insertion to root TSAR ancestors
new 72a1d121fa6b net/mlx5: Rename vport QoS group reference to parent
new 1c25d4388ba6 net/mlx5: Introduce node struct and rename group terminolo [...]
new 88d5fbcb7ba0 net/mlx5: Refactor vport scheduling element creation function
new 045815fe329a net/mlx5: Refactor vport QoS to use scheduling node structure
new ebecc37befb1 net/mlx5: Remove vport QoS enabled flag
new 70744a46aabf net/mlx5: Simplify QoS scheduling element configuration
new a1903bf50f2e net/mlx5: Generalize QoS operations for nodes and vports
new b37f3f2be0f4 net/mlx5: Add sync reset drop mode support
new f0ac6209460e net/mlx5: Only create VEPA flow table when in VEPA mode
new 1715f0a73233 net/mlx5: fs, rename packet reformat struct member action
new 7b919caaeb18 net/mlx5: fs, rename modify header struct member action
new 6f07cd830170 Merge branch 'net-mlx5-refactor-esw-qos-to-support-general [...]
new bc8af2e30549 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new ee9b352ce465 selftests/bpf: Fix msg_verify_data in test_sockmap
new b29e231d6630 selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmap
new 91158257bc33 Merge branch 'Two fixes for test_sockmap'
new 6414b3e5d5d4 selftests/bpf: factorize conn and syncookies tests in a si [...]
new 0335dd6b5a4c selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
new 0da0a75cf649 selftests/bpf: get rid of global vars in btf_skc_cls_ingress
new 8a5cd9860235 selftests/bpf: add ipv4 and dual ipv4/ipv6 support in btf_ [...]
new 3845ce74777e selftests/bpf: test MSS value returned with bpf_tcp_gen_syncookie
new c3566ee6c66c selftests/bpf: remove test_tcp_check_syncookie
new 97e90539983e Merge branch 'selftests/bpf: integrate test_tcp_check_sync [...]
new bd8c00315d6d Merge branch 'bpf-next/net' into for-next
new 6280cf718db0 bpf: Implement bpf_send_signal_task() kfunc
new 0e14189459f6 selftests/bpf: Augment send_signal test with remote signaling
new d39100d01ce1 Merge branch 'implement-mechanism-to-signal-other-threads'
new 7b164c648ee2 selftests/bpf: Allow building with extra flags
new a89cf33e4e30 bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
new 832c03d644ba selftests/bpf: Disable warnings on unused flags for Clang builds
new a0c3c5de6bef Merge branch 'selftests-bpf-improve-building-with-extra'
new 5564215fd413 Merge branch 'bpf-next/master' into for-next
new 8cf6f60baf79 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3b7a1d29e412 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new c440001ad70d Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()
new e14edcbe88ba Bluetooth: btintel_pcie: remove redundant assignment to va [...]
new ff4565bd7117 Bluetooth: Add new quirks for ATS2851
new 90f7f7538d07 Bluetooth: Support new quirks for ATS2851
new 017dced0da79 Bluetooth: Set quirks for ATS2851
new 481e3269fa77 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 88b645797b45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 464fadf2e38f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7d189579a287 mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE
new 4c9b44e77402 mtd: cfi_cmdset_0002: remove redundant assignment to variable ret
new f8470006c4d6 mtd: Switch back to struct platform_driver::remove()
new 549922550777 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new 8ab1b51fa45e mtd: rawnand: Correct multiple typos in comments
new 6d734f1bfc33 mtd: rawnand: atmel: Fix possible memory leak
new 03dbf1c9fe32 mtd: rawnand: davinci: order headers alphabetically
new ded621161b02 mtd: rawnand: davinci: break the line correctly
new 905050b01499 mtd: rawnand: davinci: use generic device property helpers
new bc1bd939c4ca mtd: nand: raw: gpmi: switch to SYSTEM_SLEEP_PM_OPS
new f04ced6d545e mtd: nand: raw: gpmi: improve power management handling
new c1247de51cab mtd: spinand: winbond: Fix 512GW and 02JW OOB layout
new fee9b240916d mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC [...]
new ff97ceb6c4ad mtd: spinand: winbond: Ignore the last ID characters
new 25f643a3d73f mtd: spinand: winbond: Sort the devices
new 7b2e57c26d45 MAINTAINERS: add mailing list for GPMI NAND driver
new af264e598905 mtd: spinand: Constify struct nand_ecc_engine_ops
new 012ff1c102ea Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new 2ca6f21a34f9 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new be632a861b6a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 7960c4966c48 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new c8f1052df7a9 drm/exynos: gsc: Fix typo in comment
new 9053b370bfad drm/exynos: remove unused prototype for crtc
new 1dc161ddc016 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 23f59d7baa1f drm/fbdev-dma: remove obsolete kernel-doc references
new d9c12481f980 drm/meson: drop unused static dw_hdmi_dwc_write_bits
new d704a2fe530c dt-bindings: display: bridge: tc358768: switch to bus-width
new bf7c079902c3 drm/bridge: tc358768: switch to bus-width
new c7671949791f drm/bridge: ite-it66121: Drop hdmi_avi_infoframe_init() fu [...]
new 096d518c4334 dt-bindings: display: bridge: sil,sii9022: Add bus-width
new d284ccd8588c drm/bridge: sii902x: Set input bus format based on bus-width
new e02ddf9647e6 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 34d77d0004a1 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new e57712074ae9 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new aba37d44e866 Merge branch 'msm-next' of https://gitlab.freedesktop.org/ [...]
new c51ff89a8139 dt-bindings: display: msm: dp-controller: document SA8775P [...]
new dcb380d19e58 drm/msm/dp: Add DisplayPort controller for SA8775P
new 897ee967257a dt-bindings: display/msm: merge SC8280XP DPU into SC7280
new 5a1f6295a434 dt-bindings: display/msm: merge SM8250 DPU into SM8150
new 30c38fcd50d9 dt-bindings: display/msm: merge SM8350 DPU into SC7280
new abf0a19c493e dt-bindings: display/msm: merge SM8450 DPU into SC7280
new 342d48210577 dt-bindings: display/msm: merge SM8550 DPU into SC7280
new daf9a92daeb8 drm/msm/dpu: Add support for MSM8996
new 7a6109ce1c2c drm/msm/dpu: Add support for MSM8953
new c079680bb0fa drm/msm/dpu: Add support for MSM8937
new 62af6e1cb596 drm/msm/dpu: Add support for MSM8917
new 00adf52efec3 drm/msm: Remove unneeded semicolon
new 71f40d32fa4b drm/msm8998: make const arrays ratio_list and band_list static
new 768a272d5357 drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block
new d39271061d67 drm/msm/dpu: drop LM_3 / LM_4 on SDM845
new c59afe50773d drm/msm/dpu: drop LM_3 / LM_4 on MSM8998
new 42170670ee76 drm/msm: Use video aperture helpers
new 409685915f00 dt-bindings: display/msm: Document MDSS on SA8775P
new 546f8d6c3ed1 dt-bindings: display/msm: Document the DPU for SA8775P
new 4d1cd4c3faec drm/msm: mdss: Add SA8775P support
new b139c80d181c drm/msm/dpu: Add SA8775P support
new a26991933c01 drm/msm/dpu: drop dpu_format_check_modified_format
new 759bcfe8e710 drm/msm/dpu: drop dpu_format_populate_layout from dpu_plan [...]
new ce357877e6df drm/msm/dpu: drop extra aspace checks in dpu_formats
new 5e317a64967b drm/msm/dpu: drop msm_format from struct dpu_hw_fmt_layout
new d13445bc61dc drm/msm/dpu: pass drm_framebuffer to _dpu_format_get_plane [...]
new d8cb42418207 drm/msm/dpu: move pitch check to _dpu_format_get_plane_siz [...]
new b05093f4296a drm/msm/dpu: split dpu_format_populate_layout
new 4f3ec1e5e152 drm/msm/dpu: make dpu_format_populate_addrs return void
new dc0def61a16e drm/msm/dpu: move layout setup population out of dpu_plane [...]
new 707db375ecec drm/msm/dpu: check for the plane pitch overflow
new 671cc420b5f8 drm/msm/dpu: merge MAX_IMG_WIDTH/HEIGHT with DPU_MAX_IMG_W [...]
new 2261751d5f22 drm/msm/dpu: sync mode_config limits to the FB limits in d [...]
new 4aba74342a54 Merge branch 'msm-next-lumag' of https://gitlab.freedeskto [...]
new 6ef3bb60557d drm/xe: enable lite restore
new 86d0c5a6017c Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 51521d2e2c35 fbdev: wm8505fb: select CONFIG_FB_IOMEM_FOPS
new 92ab72122eb6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2eb919fa179c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a9a28eeb8858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new edf558e1b205 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 3e302b33fa27 Merge remote-tracking branch 'asoc/for-6.13' into asoc-next
new 07892df9b831 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d96a1472ec39 Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new d0c3a7aa814c Input: serio_raw - fix uninitialized variable bug
new b0b6980e0f30 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e0611bde81a4 Merge branch 'for-6.13/block' into for-next
new df3f94f32f56 Merge branch 'for-6.13/io_uring' into for-next
new 25dd158b7ce4 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new 789ef59a4543 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c6a108c8eab4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 94a083605aea Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 01a122ec1723 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 8d4e99b57e0f Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
new 83bce34420ea power: Switch back to struct platform_driver::remove()
new cd4ab0af652a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 15767191c26d regulator: dt-bindings: qcom,qca6390-pmu: add more propert [...]
new fce55cf5eda5 Merge remote-tracking branch 'regulator/for-6.13' into reg [...]
new 5475bdbb9f60 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3079e5bd66ad Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5aa4042d7fac Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new de7e58804466 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new c9d32cb0ed61 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4976f259e048 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ea0c4165e921 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f45a4399c1b5 spi: dt-bindings: samsung: Add a compatible for samsung,ex [...]
new eef26f1c6179 dt-bindings: spi: Add realtek,rtl9301-snand
new 42d20a6a61b8 spi: spi-mem: Add Realtek SPI-NAND controller
new 1d4347816a38 Realtek SPI-NAND controller
new 5015943c0421 Merge remote-tracking branch 'spi/for-6.13' into spi-next
new 3fdd88d3f54f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d0e60832af95 Merge branch into tip/master: 'core/merge'
new a033ad437c0f Merge branch into tip/master: 'core/debugobjects'
new 37a99ff53d1d dt-bindings: interrupt-controller: Add support for ASPEED [...]
new 010863f40fc3 irqchip/aspeed-intc: Add AST27XX INTC support
new 53e15e58d93e Merge branch into tip/master: 'irq/core'
new 19298f486949 futex: Use atomic64_inc_return() in get_inode_sequence_number()
new 87347f148061 futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_seq [...]
new 5af35544de88 Merge branch into tip/master: 'locking/core'
adds 7266f0a6d3bb fs/bcachefs: Fix __wait_on_freeing_inode() definition of w [...]
new 3144c83dcc93 Merge branch 'tip/sched/urgent'
new 8e113df990c9 sched: idle: Optimize the generic idle loop by removing ne [...]
new 7e019dcc470f sched: Improve cache locality of RSEQ concurrency IDs for [...]
new 894d1b3db41c locking/mutex: Remove wakeups from under mutex::wait_lock
new 5ec58525a1f1 locking/mutex: Make mutex::wait_lock irq safe
new 3a9320ecb06c locking/mutex: Expose __mutex_owner()
new 2b05a0b4c08f sched: Add move_queued_task_locked helper
new 18adad1dac33 sched: Consolidate pick_*_task to task_is_pushable helper
new 7b3d61f6578a sched: Split out __schedule() deactivate task logic into a helper
new af0c8b2bf67b sched: Split scheduler and execution contexts
new d1fb8a78b2ff Merge tag 'v6.12-rc4' into sched/core, to resolve conflict
new 133b919ea519 Merge branch into tip/master: 'sched/core'
new 4af4f344e893 Merge branch into tip/master: 'timers/core'
new ed0563175b01 Merge branch into tip/master: 'timers/vdso'
new 8c96c5e6b6d3 Merge branch into tip/master: 'x86/cache'
new 187b67b5140a Merge branch into tip/master: 'x86/cpu'
new 7cc90dcc7baa Merge branch into tip/master: 'x86/misc'
new f3476bc77057 virt: sev-guest: Use AES GCM crypto library
new f75ff17fb48b x86/sev: Handle failures from snp_init()
new 6068754a4fff x86/sev: Cache the secrets page address
new 999d73686ba1 virt: sev-guest: Consolidate SNP guest messaging parameter [...]
new ae596615d93d virt: sev-guest: Reduce the scope of SNP command mutex
new 0a895c0d9b73 virt: sev-guest: Carve out SNP message context structure
new 21f0d4005e7e Merge branch into tip/master: 'x86/sev'
new 14b5307b98b3 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 7fba4c0ab8ce Merge branch 'timers/drivers/next' of https://git.linaro.o [...]
new e632da4f298a Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new cddc8d2d0cbe Merge ftrace/for-next
new 0888460c9050 kprobes: Annotate structs with __counted_by()
new 8a6a98690f7c kprobes: Cleanup the config comment
new b5f348cbce36 kprobes: Cleanup collect_one_slot() and __disable_kprobe()
new 682622000f52 Merge probes/for-next
new b237e1f7d227 ring-buffer: Limit time with disabled interrupts in rb_che [...]
new 0b60a7fb60b7 ring-buffer: Reorganize kerneldoc parameter names
new 514da6924e86 ring-buffer: Use str_low_high() helper in ring_buffer_producer()
new 2b60334c38c0 Merge ring-buffer/for-next
new 2b849181ca84 Merge tools/for-next
new 66c85c1b1e5b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 46b3ecbd8040 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new 116224161be7 Merge tag 'kvmarm-fixes-6.12-3' into kvmarm-master/next
new 35f9d9faee2b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 9b7ca6368fa8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3e99aee7ce48 sched-ext: Use correct annotation for strings in kfuncs
new 0725fd84374f Merge branch 'for-6.12-fixes' into for-next
new 8c12017a3adf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 05b0d909462c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 014bc2d48c25 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 993b33bbbf82 Merge branch 'for-firmware-next' of git://git.kernel.org/p [...]
new 9a71647b5b8a Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new 55b81ca11bec Merge branch 'for-next' of git://github.com/cminyard/linux [...]
new b80f6dbef16f Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new c6d9e43954bf Merge 6.12-rc4 into usb-next
new 04c798b21962 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new ec8c17e5ecb4 Merge 6.12-rc4 into tty-next
new f1226982a0ef Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new d723c456ef5a Merge 6.12-rc4 into char-misc-next
new b8da73ea3943 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new 80467bdb75cb dt-bindings: iio: imu: smi240: add Bosch smi240
new 99918e786a76 iio: imu: smi240: add driver
new c71473d9c1a6 iio: gyro: bmg160: Drop most likely fake ACPI IDs
new 8831be949b84 iio: magnetometer: bmc150_magn: Drop most likely fake ACPI IDs
new 5d33455a903d iio: dac: ad8460: fix DT compatible
new 7def41bf0328 iio: gyro: list adis16137 in Kconfig description
new 4b0cc9c0d689 iio: dac: ad8460: add SPI device match table
new 640e98384fb1 iio: accel: adxl355: Fix typo "accelaration"
new 26ccfaa9ddaa iio: pressure: bmp280: Use sleep and forced mode for onesh [...]
new 87e1fbd135bb dt-bindings: iio: pressure: bmp085: Add interrupts for BMP [...]
new 4c5e83b232b0 iio: pressure: bmp280: Add data ready trigger support
new b65249a7b362 iio: pressure: bmp280: Move bmp085 interrupt to new configuration
new b7f99fa1b64a iio: adc: ad7192: properly check spi_get_device_match_data()
new eb0e400c510a iio: light: veml6070: use unsigned int instead of unsigned
new 14a4f5b4cfae iio: light: veml6070: use field to set integration time
new e902145064ec iio: addac: ad74413r: drop reset_gpio from struct ad74413r_state
new ab9795c197ac iio: addac: ad74413r: use devm_regulator_get_enable_read_v [...]
new 012091bc3c38 iio: addac: ad74413r: simplify with cleanup.h
new 0874763642e6 dt-bindings: iio: adc: ad7606: Remove spi-cpha from required
new 7c2357b10490 dt-bindings: iio: adc: ad7606: Add iio backend bindings
new 1346e2566a7b Documentation: iio: Document ad7606 driver
new 29121b825e05 iio: adc: ad7606: Add PWM support for conversion trigger
new bc69e9fffde4 iio: adc: ad7606: Add compatibility to fw_nodes
new ef67f16e365c iio: adc: ad7606: Introduce num_adc_channels
new 849cebf8dc67 iio: adc: ad7606: Add iio-backend support
new fec4330dde9d iio: adc: ad7606: Disable PWM usage for non backend version
new ca1c2eceba3d dt-bindings: iio: adc: add ad7779 doc
new 0404f4e2e48e Documentation: ABI: added filter mode doc in sysfs-bus-iio
new d09a1cd8226a drivers: iio: adc: add support for ad777x family
new dcd941e879e4 Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
new 5f54f02fffcb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 6c399c6de9be Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7d46f997c617 Merge branch 'spmi-next' of git://git.kernel.org/pub/scm/l [...]
new aaceba70500a Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new a9df01da5f7e Merge branch 'counter-next' of git://git.kernel.org/pub/sc [...]
new 3232a7195854 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new feb301c60970 Revert "cgroup: Fix memory leak caused by missing cgroup_b [...]
new 2190df6c9137 cgroup/bpf: only cgroup v2 can be attached by bpf programs
new 546cf20e7ec4 Merge branch 'for-6.13' into for-next
new 4827cc211b22 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0045a88846bf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 605dc49ad048 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e04a9ab80c1a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a0b6594e411d gpio: sloppy-logic-analyzer remove reference to rcu_moment [...]
new dacd8ed24c01 gpio: 74x164: shrink code
new 68d51a0207de gpio: ftgpio010: shrink code
new 57e0e7188712 gpio: max730x: use devres to shrink and simplify code
new d79fad594057 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 4c9c47d3c723 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d6faa07a53db Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 03b12666ac25 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ee79b45a9603 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new 6c7236770118 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 1218c9f72faa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a8c183e848c4 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new a9f789661932 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 510ac15384c8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 6ec00b82614f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ad163a7a8e3b Merge branch 'main' of git://git.infradead.org/users/willy [...]
new d99982633e24 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d288fa791654 Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
new ad48825232a9 memblock: uniformly initialize all reserved pages to MIGRA [...]
new 11e5bf3f41bb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8ed8b7c38fc7 Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
new be42dacac763 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 2fcd4620f094 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 18131587b62b Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 2fc77b3520cd Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 9803787a23c5 landlock: Improve documentation of previous limitations
new dad2f2071516 landlock: Fix grammar issues in documentation
new 5eff841d9758 landlock: Refactor filesystem access mask management
new b53a98a78129 landlock: Refactor network access mask management
new 7923cf4a9564 landlock: Optimize scope enforcement
new 7a47485c5266 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 54c5dc52143e rust: exports: improve grammar in commentary
new d4d7c05f9656 rust: helpers: remove unnecessary header includes
new 6e86292f212c rust: page: add Rust version of PAGE_ALIGN
new 8b55dc8610ac rust: kernel: fix THIS_MODULE header path in ThisModule do [...]
new 15541c9263ce rust: macros: fix documentation of the paste! macro
new b7e5d1335664 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new 77cfcb29c783 Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new 792f1025fcb7 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new 009f614d938b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 23285a2d1477 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new b1d1d394c2da Merge branch 'caps-next' of git://git.kernel.org/pub/scm/l [...]
new 367eaba2691a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 91c0b2d78dd4 Revert "memblock: uniformly initialize all reserved pages [...]
new 7436324ebd14 Add linux-next specific files for 20241022
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (63b3ff03d91a)
\
N -- N -- N refs/heads/master (7436324ebd14)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 777 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:
.mailmap | 1 +
Documentation/ABI/testing/sysfs-bus-iio | 22 +
Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130 | 46 -
Documentation/PCI/endpoint/pci-endpoint.rst | 29 +
Documentation/PCI/index.rst | 1 +
Documentation/PCI/tph.rst | 132 ++
Documentation/admin-guide/kernel-parameters.txt | 4 +
Documentation/dev-tools/kgdb.rst | 18 +-
Documentation/devicetree/bindings/arm/fsl.yaml | 2 +
.../bindings/display/bridge/sil,sii9022.yaml | 15 +-
.../bindings/display/bridge/toshiba,tc358768.yaml | 4 +
.../bindings/display/msm/qcom,sa8775p-mdss.yaml | 241 +++
.../bindings/display/msm/qcom,sm8650-dpu.yaml | 1 +
.../devicetree/bindings/iio/adc/adi,ad7606.yaml | 72 +-
.../devicetree/bindings/iio/adc/adi,ad7779.yaml | 110 +
.../devicetree/bindings/iio/imu/bosch,smi240.yaml | 51 +
.../devicetree/bindings/iio/pressure/bmp085.yaml | 22 +-
.../interrupt-controller/aspeed,ast2700-intc.yaml | 86 +
.../bindings/regulator/qcom,qca6390-pmu.yaml | 12 +
.../devicetree/bindings/soc/rockchip/grf.yaml | 4 +
.../bindings/spi/realtek,rtl9301-snand.yaml | 62 +
.../devicetree/bindings/spi/samsung,spi.yaml | 4 +
Documentation/driver-api/pci/pci.rst | 3 +
Documentation/gpu/drm-kms-helpers.rst | 9 -
Documentation/iio/ad7606.rst | 144 ++
Documentation/iio/index.rst | 1 +
Documentation/maintainer/pull-requests.rst | 2 +-
Documentation/security/landlock.rst | 14 +-
.../translations/zh_CN/dev-tools/index.rst | 2 +-
.../translations/zh_CN/dev-tools/kmsan.rst | 392 ++++
Documentation/translations/zh_CN/glossary.rst | 1 +
Documentation/translations/zh_CN/kbuild/index.rst | 2 +-
.../zh_CN/kbuild/reproducible-builds.rst | 114 +
Documentation/translations/zh_CN/mm/index.rst | 1 +
.../translations/zh_CN/mm/page_tables.rst | 221 ++
.../translations/zh_CN/process/coding-style.rst | 11 -
.../translations/zh_CN/process/email-clients.rst | 9 +-
.../zh_CN/process/submitting-patches.rst | 19 +-
Documentation/userspace-api/landlock.rst | 69 +-
MAINTAINERS | 15 +-
Makefile | 2 +-
Next/SHA1s | 147 +-
Next/Trees | 1 +
Next/merge.log | 2192 +++++++++++---------
arch/arm/boot/dts/nxp/imx/imx6dl-dhcom-picoitx.dts | 2 +-
arch/arm/boot/dts/nxp/imx/imx6dl-tx6dl-comtft.dts | 1 -
arch/arm/boot/dts/nxp/imx/imx6q-dhcom-pdk2.dts | 2 +-
.../boot/dts/nxp/imx/imx6q-tx6q-1010-comtft.dts | 1 -
.../boot/dts/nxp/imx/imx6q-tx6q-1020-comtft.dts | 1 -
arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-lcd.dtsi | 1 -
arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-mb7.dtsi | 2 -
arch/arm/boot/dts/nxp/imx/imx6qdl-tx6.dtsi | 3 +-
arch/arm/boot/dts/nxp/imx/imx6s-dhcom-drc02.dts | 2 +-
arch/arm64/boot/dts/freescale/Makefile | 4 +
.../fsl-ls1028a-kontron-sl28-var3-ads2.dts | 2 -
.../arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi | 3 -
.../arm64/boot/dts/freescale/fsl-lx2160a-rev2.dtsi | 169 ++
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 2 +-
.../boot/dts/freescale/imx8mp-dhcom-drc02.dts | 255 +++
.../boot/dts/freescale/imx8mp-dhcom-picoitx.dts | 176 ++
.../boot/dts/freescale/imx8mp-evk-pcie-ep.dtso | 17 +
.../dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 14 +-
.../boot/dts/freescale/imx8mp-phycore-som.dtsi | 4 +-
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 18 +
.../arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts | 1 -
arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 41 +
arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts | 47 +
.../boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 48 +-
.../arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1 -
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 47 +
.../boot/dts/rockchip/rk3588s-indiedroid-nova.dts | 1 -
.../arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 47 +
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 5 +
arch/arm64/net/bpf_jit_comp.c | 12 +-
arch/loongarch/include/asm/loongarch.h | 2 +-
arch/loongarch/include/asm/pgtable.h | 6 +-
arch/s390/pci/pci_bus.c | 2 +-
arch/x86/coco/sev/core.c | 60 +-
arch/x86/include/asm/sev.h | 43 +-
arch/x86/mm/mem_encrypt_identity.c | 11 +-
arch/x86/pci/fixup.c | 2 +-
drivers/bluetooth/btintel_pcie.c | 4 +-
drivers/bluetooth/btusb.c | 2 +
drivers/clk/samsung/clk-gs101.c | 10 +-
drivers/cpufreq/cpufreq.c | 2 +-
drivers/cpuidle/cpuidle-arm.c | 2 +-
drivers/cpuidle/cpuidle-qcom-spm.c | 2 +-
drivers/cpuidle/cpuidle.c | 2 +-
drivers/cpuidle/driver.c | 4 +-
drivers/gpio/gpio-74x164.c | 21 +-
drivers/gpio/gpio-ftgpio010.c | 45 +-
drivers/gpio/gpio-max730x.c | 17 +-
drivers/gpu/drm/bridge/aux-bridge.c | 3 +-
drivers/gpu/drm/bridge/ite-it66121.c | 2 -
drivers/gpu/drm/bridge/sii902x.c | 24 +-
drivers/gpu/drm/bridge/tc358767.c | 1 +
drivers/gpu/drm/bridge/tc358768.c | 4 +-
drivers/gpu/drm/exynos/exynos_drm_crtc.h | 3 -
drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2 +-
drivers/gpu/drm/meson/meson_dw_hdmi.c | 14 -
.../drm/msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h | 485 +++++
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 14 +
.../gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c | 37 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c | 243 +--
drivers/gpu/drm/msm/disp/dpu1/dpu_formats.h | 30 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 1 +
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h | 5 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h | 2 -
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h | 2 +
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.c | 4 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.h | 3 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 11 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 50 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.h | 3 +
drivers/gpu/drm/msm/msm_kms.h | 6 -
drivers/gpu/drm/msm/msm_mdss.c | 11 +
drivers/gpu/drm/xe/xe_guc.c | 2 +-
drivers/gpu/drm/xe/xe_guc_fwif.h | 1 +
drivers/iio/accel/adxl355_core.c | 2 +-
drivers/iio/adc/Kconfig | 13 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ad7192.c | 3 +
drivers/iio/adc/ad7606.c | 576 +++--
drivers/iio/adc/ad7606.h | 51 +-
drivers/iio/adc/ad7606_par.c | 121 +-
drivers/iio/adc/ad7606_spi.c | 96 +-
drivers/iio/adc/ad7779.c | 914 ++++++++
drivers/iio/addac/ad74413r.c | 81 +-
drivers/iio/dac/ad8460.c | 9 +-
drivers/iio/gyro/Kconfig | 2 +-
drivers/iio/gyro/bmg160_i2c.c | 2 -
drivers/iio/imu/Kconfig | 14 +
drivers/iio/imu/Makefile | 2 +
drivers/iio/imu/smi240.c | 621 ++++++
drivers/iio/light/veml6070.c | 11 +-
drivers/iio/magnetometer/bmc150_magn_i2c.c | 9 -
drivers/iio/magnetometer/bmc150_magn_spi.c | 9 -
drivers/iio/pressure/bmp280-core.c | 536 ++++-
drivers/iio/pressure/bmp280-i2c.c | 4 +-
drivers/iio/pressure/bmp280-spi.c | 4 +-
drivers/iio/pressure/bmp280.h | 43 +
drivers/input/serio/serio_raw.c | 2 +-
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-aspeed-intc.c | 139 ++
drivers/mtd/chips/cfi_cmdset_0002.c | 4 +-
drivers/mtd/devices/bcm47xxsflash.c | 2 +-
drivers/mtd/devices/docg3.c | 2 +-
drivers/mtd/devices/phram.c | 2 +-
drivers/mtd/devices/powernv_flash.c | 2 +-
drivers/mtd/devices/spear_smi.c | 2 +-
drivers/mtd/devices/st_spi_fsm.c | 2 +-
drivers/mtd/hyperbus/hbmc-am654.c | 2 +-
drivers/mtd/hyperbus/rpc-if.c | 2 +-
drivers/mtd/lpddr/lpddr2_nvm.c | 2 +-
drivers/mtd/maps/lantiq-flash.c | 2 +-
drivers/mtd/maps/physmap-core.c | 2 +-
drivers/mtd/maps/plat-ram.c | 2 +-
drivers/mtd/maps/pxa2xx-flash.c | 2 +-
drivers/mtd/maps/sa1100-flash.c | 2 +-
drivers/mtd/maps/sun_uflash.c | 2 +-
drivers/mtd/nand/ecc-mxic.c | 8 +-
drivers/mtd/nand/ecc-sw-bch.c | 2 +-
drivers/mtd/nand/ecc-sw-hamming.c | 2 +-
drivers/mtd/nand/onenand/generic.c | 2 +-
drivers/mtd/nand/onenand/onenand_omap2.c | 2 +-
drivers/mtd/nand/onenand/onenand_samsung.c | 2 +-
drivers/mtd/nand/raw/ams-delta.c | 2 +-
drivers/mtd/nand/raw/arasan-nand-controller.c | 2 +-
drivers/mtd/nand/raw/atmel/nand-controller.c | 2 +-
drivers/mtd/nand/raw/atmel/pmecc.c | 8 +-
drivers/mtd/nand/raw/atmel/pmecc.h | 2 -
drivers/mtd/nand/raw/au1550nd.c | 2 +-
drivers/mtd/nand/raw/bcm47xxnflash/main.c | 2 +-
drivers/mtd/nand/raw/brcmnand/bcm6368_nand.c | 2 +-
drivers/mtd/nand/raw/brcmnand/bcma_nand.c | 2 +-
drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c | 2 +-
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 2 +-
drivers/mtd/nand/raw/brcmnand/brcmstb_nand.c | 2 +-
drivers/mtd/nand/raw/brcmnand/iproc_nand.c | 2 +-
drivers/mtd/nand/raw/cadence-nand-controller.c | 4 +-
drivers/mtd/nand/raw/cs553x_nand.c | 2 +-
drivers/mtd/nand/raw/davinci_nand.c | 60 +-
drivers/mtd/nand/raw/denali_dt.c | 2 +-
drivers/mtd/nand/raw/fsl_elbc_nand.c | 2 +-
drivers/mtd/nand/raw/fsl_ifc_nand.c | 2 +-
drivers/mtd/nand/raw/fsl_upm.c | 2 +-
drivers/mtd/nand/raw/fsmc_nand.c | 2 +-
drivers/mtd/nand/raw/gpio.c | 2 +-
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 69 +-
drivers/mtd/nand/raw/hisi504_nand.c | 2 +-
drivers/mtd/nand/raw/ingenic/ingenic_nand_drv.c | 2 +-
drivers/mtd/nand/raw/intel-nand-controller.c | 2 +-
drivers/mtd/nand/raw/lpc32xx_mlc.c | 2 +-
drivers/mtd/nand/raw/lpc32xx_slc.c | 2 +-
drivers/mtd/nand/raw/marvell_nand.c | 2 +-
drivers/mtd/nand/raw/meson_nand.c | 2 +-
drivers/mtd/nand/raw/mpc5121_nfc.c | 2 +-
drivers/mtd/nand/raw/mtk_nand.c | 2 +-
drivers/mtd/nand/raw/mxc_nand.c | 2 +-
drivers/mtd/nand/raw/mxic_nand.c | 2 +-
drivers/mtd/nand/raw/nand_macronix.c | 2 +-
drivers/mtd/nand/raw/ndfc.c | 2 +-
drivers/mtd/nand/raw/omap2.c | 2 +-
drivers/mtd/nand/raw/omap_elm.c | 2 +-
drivers/mtd/nand/raw/orion_nand.c | 2 +-
drivers/mtd/nand/raw/pasemi_nand.c | 2 +-
drivers/mtd/nand/raw/pl35x-nand-controller.c | 4 +-
drivers/mtd/nand/raw/plat_nand.c | 2 +-
drivers/mtd/nand/raw/qcom_nandc.c | 4 +-
drivers/mtd/nand/raw/r852.c | 4 +-
drivers/mtd/nand/raw/renesas-nand-controller.c | 2 +-
drivers/mtd/nand/raw/rockchip-nand-controller.c | 2 +-
drivers/mtd/nand/raw/s3c2410.c | 2 +-
drivers/mtd/nand/raw/sh_flctl.c | 2 +-
drivers/mtd/nand/raw/sharpsl.c | 2 +-
drivers/mtd/nand/raw/sm_common.c | 4 +-
drivers/mtd/nand/raw/socrates_nand.c | 2 +-
drivers/mtd/nand/raw/stm32_fmc2_nand.c | 2 +-
drivers/mtd/nand/raw/sunxi_nand.c | 2 +-
drivers/mtd/nand/raw/technologic-nand-controller.c | 2 +-
drivers/mtd/nand/raw/tegra_nand.c | 2 +-
drivers/mtd/nand/raw/txx9ndfmc.c | 2 +-
drivers/mtd/nand/raw/vf610_nfc.c | 2 +-
drivers/mtd/nand/raw/xway_nand.c | 2 +-
drivers/mtd/nand/spi/core.c | 2 +-
drivers/mtd/nand/spi/winbond.c | 85 +-
drivers/mtd/spi-nor/controllers/hisi-sfc.c | 2 +-
drivers/mtd/spi-nor/controllers/nxp-spifi.c | 2 +-
drivers/net/ethernet/freescale/fman/mac.c | 68 +-
drivers/net/ethernet/freescale/fman/mac.h | 6 +-
drivers/net/ethernet/hisilicon/Kconfig | 18 +-
drivers/net/ethernet/hisilicon/Makefile | 1 +
drivers/net/ethernet/hisilicon/hibmcge/Makefile | 8 +
.../net/ethernet/hisilicon/hibmcge/hbg_common.h | 131 ++
.../net/ethernet/hisilicon/hibmcge/hbg_ethtool.c | 17 +
.../net/ethernet/hisilicon/hibmcge/hbg_ethtool.h | 11 +
drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c | 271 +++
drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.h | 59 +
drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c | 127 ++
drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.h | 11 +
drivers/net/ethernet/hisilicon/hibmcge/hbg_main.c | 253 +++
drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.c | 222 ++
drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.h | 12 +
drivers/net/ethernet/hisilicon/hibmcge/hbg_reg.h | 143 ++
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c | 409 ++++
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.h | 39 +
.../ethernet/mellanox/mlx5/core/en/tc/ct_fs_smfs.c | 4 +-
.../ethernet/mellanox/mlx5/core/esw/devlink_port.c | 2 +-
.../mellanox/mlx5/core/esw/diag/qos_tracepoint.h | 53 +-
.../net/ethernet/mellanox/mlx5/core/esw/legacy.c | 27 +-
drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 669 +++---
drivers/net/ethernet/mellanox/mlx5/core/esw/qos.h | 3 +
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 2 +
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 25 +-
drivers/net/ethernet/mellanox/mlx5/core/fs_core.h | 4 +-
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c | 9 +-
.../ethernet/mellanox/mlx5/core/steering/fs_dr.c | 35 +-
drivers/net/phy/sfp.c | 3 +-
drivers/net/virtio_net.c | 2 +-
drivers/net/wwan/wwan_core.c | 2 +-
drivers/pci/Kconfig | 9 +
drivers/pci/Makefile | 1 +
drivers/pci/bus.c | 16 +-
drivers/pci/controller/dwc/pcie-designware-ep.c | 15 +
drivers/pci/controller/pci-tegra.c | 2 +-
drivers/pci/controller/pci-thunder-pem.c | 4 +-
drivers/pci/doe.c | 14 +-
drivers/pci/ecam.c | 2 +-
drivers/pci/endpoint/functions/pci-epf-test.c | 372 ++--
drivers/pci/endpoint/pci-epc-core.c | 182 +-
drivers/pci/endpoint/pci-epc-mem.c | 9 +-
drivers/pci/hotplug/cpci_hotplug.h | 1 -
drivers/pci/hotplug/cpqphp_sysfs.c | 1 -
drivers/pci/iov.c | 6 +-
drivers/pci/pci.c | 7 +-
drivers/pci/pci.h | 12 +
drivers/pci/probe.c | 21 +-
drivers/pci/quirks.c | 23 +-
drivers/pci/setup-bus.c | 41 +-
drivers/pci/setup-res.c | 7 +-
drivers/pci/tph.c | 547 +++++
drivers/power/reset/at91-poweroff.c | 2 +-
drivers/power/reset/at91-reset.c | 2 +-
drivers/power/reset/at91-sama5d2_shdwc.c | 2 +-
drivers/power/reset/ltc2952-poweroff.c | 2 +-
drivers/power/reset/qnap-poweroff.c | 2 +-
drivers/power/supply/ab8500_btemp.c | 2 +-
drivers/power/supply/ab8500_chargalg.c | 2 +-
drivers/power/supply/ab8500_charger.c | 2 +-
drivers/power/supply/ab8500_fg.c | 2 +-
drivers/power/supply/acer_a500_battery.c | 2 +-
drivers/power/supply/act8945a_charger.c | 2 +-
drivers/power/supply/charger-manager.c | 2 +-
drivers/power/supply/cpcap-battery.c | 2 +-
drivers/power/supply/cpcap-charger.c | 2 +-
drivers/power/supply/da9030_battery.c | 2 +-
drivers/power/supply/da9052-battery.c | 2 +-
drivers/power/supply/da9150-charger.c | 2 +-
drivers/power/supply/ipaq_micro_battery.c | 2 +-
drivers/power/supply/isp1704_charger.c | 2 +-
drivers/power/supply/lp8788-charger.c | 2 +-
drivers/power/supply/max14577_charger.c | 2 +-
drivers/power/supply/max77650-charger.c | 2 +-
drivers/power/supply/max77693_charger.c | 2 +-
drivers/power/supply/max8925_power.c | 2 +-
drivers/power/supply/pcf50633-charger.c | 2 +-
drivers/power/supply/qcom_smbb.c | 8 +-
drivers/power/supply/sc2731_charger.c | 2 +-
drivers/power/supply/tps65090-charger.c | 2 +-
drivers/power/supply/tps65217_charger.c | 2 +-
drivers/power/supply/twl4030_charger.c | 2 +-
drivers/power/supply/wm831x_power.c | 2 +-
drivers/power/supply/wm8350_power.c | 2 +-
drivers/power/supply/wm97xx_battery.c | 2 +-
drivers/soc/imx/soc-imx8m.c | 174 +-
drivers/spi/Kconfig | 11 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-mtk-snfi.c | 4 +-
drivers/spi/spi-mxic.c | 10 +-
drivers/spi/spi-realtek-rtl-snand.c | 405 ++++
drivers/thermal/gov_bang_bang.c | 11 +-
drivers/thermal/gov_fair_share.c | 16 +-
drivers/thermal/gov_power_allocator.c | 40 +-
drivers/thermal/gov_step_wise.c | 16 +-
drivers/thermal/thermal_core.c | 298 +--
drivers/thermal/thermal_core.h | 20 +-
drivers/thermal/thermal_helpers.c | 5 +-
drivers/thunderbolt/tb.c | 48 +-
drivers/virt/coco/sev-guest/Kconfig | 4 +-
drivers/virt/coco/sev-guest/sev-guest.c | 416 ++--
fs/btrfs/bio.h | 1 +
fs/btrfs/compression.c | 3 +-
fs/btrfs/ctree.c | 29 +-
fs/btrfs/disk-io.c | 6 +-
fs/btrfs/extent_io.c | 50 +-
fs/btrfs/extent_map.c | 122 +-
fs/btrfs/extent_map.h | 3 +-
fs/btrfs/file-item.c | 10 +
fs/btrfs/file.c | 257 +--
fs/btrfs/file.h | 2 +-
fs/btrfs/free-space-cache.c | 15 +-
fs/btrfs/fs.h | 7 +-
fs/btrfs/qgroup.c | 3 +-
fs/btrfs/qgroup.h | 2 +
fs/btrfs/subpage.c | 155 +-
fs/btrfs/subpage.h | 35 +-
fs/btrfs/super.c | 21 +-
fs/btrfs/tree-checker.c | 16 +-
fs/btrfs/tree-checker.h | 4 +-
fs/btrfs/volumes.c | 4 -
fs/ecryptfs/crypto.c | 2 +-
fs/ecryptfs/ecryptfs_kernel.h | 1 -
fs/ecryptfs/keystore.c | 4 +-
fs/erofs/data.c | 26 +-
fs/exec.c | 2 +-
fs/fuse/file.c | 18 +-
fs/gfs2/glock.c | 86 +-
fs/gfs2/glock.h | 6 -
fs/gfs2/glops.c | 2 +-
fs/gfs2/incore.h | 2 +-
fs/gfs2/inode.c | 4 +
fs/gfs2/inode.h | 2 +
fs/gfs2/rgrp.c | 4 +-
fs/gfs2/super.c | 80 +-
fs/nfsd/export.c | 36 +-
fs/nfsd/export.h | 4 +-
fs/nfsd/nfs4state.c | 2 +-
fs/pidfs.c | 93 +-
fs/posix_acl.c | 13 +-
fs/smb/client/cifsglob.h | 1 +
fs/smb/client/cifsproto.h | 1 +
fs/smb/client/inode.c | 6 +
fs/smb/client/reparse.c | 109 +-
fs/smb/client/reparse.h | 4 +-
fs/smb/client/smb1ops.c | 3 +-
fs/smb/client/smb2file.c | 76 +-
fs/smb/client/smb2inode.c | 10 +-
fs/smb/client/smb2proto.h | 10 +-
include/linux/iomap.h | 1 -
include/linux/ioport.h | 32 +
include/linux/mm_types.h | 72 +-
include/linux/mtd/nand-ecc-mxic.h | 4 +-
include/linux/mtd/nand.h | 2 +-
include/linux/netdevice.h | 12 +
include/linux/pci-epc.h | 38 +
include/linux/pci-tph.h | 44 +
include/linux/pci.h | 31 +-
include/linux/posix_acl.h | 4 +-
include/linux/uaccess.h | 97 +
include/net/bluetooth/hci.h | 14 +
include/net/bluetooth/hci_core.h | 10 +-
include/trace/events/btrfs.h | 21 +-
include/uapi/linux/pci_regs.h | 37 +-
include/uapi/linux/pidfd.h | 50 +
kernel/bpf/helpers.c | 1 +
kernel/cgroup/cgroup.c | 21 +-
kernel/fork.c | 2 +-
kernel/futex/core.c | 6 +-
kernel/futex/pi.c | 6 +-
kernel/kprobes.c | 87 +-
kernel/locking/mutex.c | 59 +-
kernel/locking/mutex.h | 27 +
kernel/locking/rtmutex.c | 51 +-
kernel/locking/rtmutex_api.c | 12 +-
kernel/locking/rtmutex_common.h | 3 +-
kernel/locking/rwbase_rt.c | 8 +-
kernel/locking/rwsem.c | 4 +-
kernel/locking/spinlock_rt.c | 5 +-
kernel/locking/ww_mutex.h | 51 +-
kernel/sched/core.c | 147 +-
kernel/sched/deadline.c | 57 +-
kernel/sched/ext.c | 6 +-
kernel/sched/fair.c | 28 +-
kernel/sched/idle.c | 1 -
kernel/sched/pelt.c | 2 +-
kernel/sched/rt.c | 67 +-
kernel/sched/sched.h | 98 +-
kernel/sched/syscalls.c | 46 +-
kernel/trace/bpf_trace.c | 53 +-
kernel/trace/ring_buffer.c | 3 +-
kernel/trace/trace_uprobe.c | 9 +-
localversion-next | 2 +-
net/bluetooth/hci_event.c | 7 +
net/bluetooth/hci_sync.c | 9 +-
net/bluetooth/rfcomm/sock.c | 10 +-
net/netfilter/xt_NFLOG.c | 2 +-
net/netfilter/xt_TRACE.c | 1 +
net/netfilter/xt_mark.c | 2 +-
net/sched/sch_generic.c | 8 +-
net/sunrpc/cache.c | 4 +-
rust/exports.c | 6 +-
rust/helpers/build_bug.c | 1 -
rust/helpers/err.c | 1 -
rust/helpers/kunit.c | 1 -
rust/helpers/mutex.c | 1 -
rust/helpers/refcount.c | 1 -
rust/helpers/signal.c | 1 -
rust/helpers/spinlock.c | 1 -
rust/helpers/task.c | 1 -
rust/helpers/wait.c | 1 -
rust/helpers/workqueue.c | 1 -
rust/kernel/lib.rs | 2 +-
rust/kernel/page.rs | 10 +
rust/macros/lib.rs | 2 +-
sound/firewire/amdtp-stream.c | 3 +
sound/pci/hda/Kconfig | 2 +-
sound/pci/hda/patch_realtek.c | 10 +
sound/soc/codecs/rt722-sdca-sdw.c | 2 +-
tools/bpf/bpftool/Makefile | 6 +-
tools/gpio/gpio-sloppy-logic-analyzer.sh | 2 +-
.../pmu-events/arch/x86/amdzen5/data-fabric.json | 1634 +++++++++++++++
.../pmu-events/arch/x86/amdzen5/load-store.json | 78 +-
.../pmu-events/arch/x86/amdzen5/recommended.json | 112 +
tools/perf/tests/shell/pipe_test.sh | 1 +
tools/perf/tests/shell/stat_all_metrics.sh | 87 +-
tools/power/cpupower/Makefile | 12 +
tools/testing/selftests/bpf/.gitignore | 1 -
tools/testing/selftests/bpf/Makefile | 39 +-
.../selftests/bpf/prog_tests/btf_skc_cls_ingress.c | 264 ++-
.../testing/selftests/bpf/prog_tests/send_signal.c | 133 +-
.../selftests/bpf/progs/test_btf_skc_cls_ingress.c | 82 +-
.../selftests/bpf/progs/test_send_signal_kern.c | 35 +-
.../bpf/progs/test_tcp_check_syncookie_kern.c | 167 --
tools/testing/selftests/bpf/test_sockmap.c | 32 +-
.../selftests/bpf/test_tcp_check_syncookie.sh | 85 -
.../selftests/bpf/test_tcp_check_syncookie_user.c | 213 --
tools/testing/selftests/filesystems/.gitignore | 1 +
tools/testing/selftests/filesystems/Makefile | 2 +-
.../testing/selftests/filesystems/file_stressor.c | 194 ++
tools/testing/selftests/pidfd/pidfd_open_test.c | 82 +-
472 files changed, 16371 insertions(+), 5262 deletions(-)
delete mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130
create mode 100644 Documentation/PCI/tph.rst
create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml
create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7779.yaml
create mode 100644 Documentation/devicetree/bindings/iio/imu/bosch,smi240.yaml
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,a [...]
create mode 100644 Documentation/devicetree/bindings/spi/realtek,rtl9301-snand.yaml
create mode 100644 Documentation/iio/ad7606.rst
create mode 100644 Documentation/translations/zh_CN/dev-tools/kmsan.rst
create mode 100644 Documentation/translations/zh_CN/kbuild/reproducible-builds.rst
create mode 100644 Documentation/translations/zh_CN/mm/page_tables.rst
create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-rev2.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-dhcom-drc02.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-dhcom-picoitx.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-evk-pcie-ep.dtso
create mode 100644 drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h
create mode 100644 drivers/iio/adc/ad7779.c
create mode 100644 drivers/iio/imu/smi240.c
create mode 100644 drivers/irqchip/irq-aspeed-intc.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/Makefile
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_ethtool.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_ethtool.h
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.h
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.h
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_main.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.h
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_reg.h
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.h
create mode 100644 drivers/pci/tph.c
create mode 100644 drivers/spi/spi-realtek-rtl-snand.c
create mode 100644 include/linux/pci-tph.h
create mode 100644 tools/perf/pmu-events/arch/x86/amdzen5/data-fabric.json
delete mode 100644 tools/testing/selftests/bpf/progs/test_tcp_check_syncookie_kern.c
delete mode 100755 tools/testing/selftests/bpf/test_tcp_check_syncookie.sh
delete mode 100644 tools/testing/selftests/bpf/test_tcp_check_syncookie_user.c
create mode 100644 tools/testing/selftests/filesystems/file_stressor.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.