This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e47fb6bd059 testsuite: Fix up pr119318.c test for big-endian [PR120082]
new d0561362e90 libstdc++: Implement default_accessor from mdspan.
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:
libstdc++-v3/include/std/mdspan | 31 +++++++
libstdc++-v3/src/c++23/std.cc.in | 3 +-
.../23_containers/mdspan/accessors/default.cc | 99 ++++++++++++++++++++++
.../23_containers/mdspan/accessors/default_neg.cc | 23 +++++
4 files changed, 155 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/default.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/default_neg.cc
--
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-15
in repository gcc.
from a352fb36ba6 Daily bump.
new 497cb0881e5 testsuite: Fix up pr119318.c test for big-endian [PR120082]
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/ipa/pr119318.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 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 gcc.
from d26b294d1aa testsuite: i386: Fix gcc.target/i386/preserve-none-1.c on S [...]
new e47fb6bd059 testsuite: Fix up pr119318.c test for big-endian [PR120082]
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/ipa/pr119318.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 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 gcc.
from d5080a7b067 testsuite: i386: Fix g++.target/i386/memset-pr101366-1.C e [...]
new d26b294d1aa testsuite: i386: Fix gcc.target/i386/preserve-none-1.c on S [...]
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.target/i386/preserve-none-1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 b610132ddbe tailc: Handle musttail in case of non-cleaned-up cleanups, [...]
new d5080a7b067 testsuite: i386: Fix g++.target/i386/memset-pr101366-1.C e [...]
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++.target/i386/memset-pr101366-1.C | 2 +-
gcc/testsuite/g++.target/i386/memset-pr101366-2.C | 2 +-
gcc/testsuite/g++.target/i386/memset-pr108585-1a.C | 2 +-
gcc/testsuite/g++.target/i386/memset-pr108585-1b.C | 2 +-
gcc/testsuite/g++.target/i386/memset-pr118276-1a.C | 2 +-
gcc/testsuite/g++.target/i386/memset-pr118276-1b.C | 2 +-
gcc/testsuite/g++.target/i386/memset-pr118276-1c.C | 2 +-
gcc/testsuite/gcc.target/i386/memset-pr70308-1a.c | 2 +-
gcc/testsuite/gcc.target/i386/memset-pr70308-1b.c | 2 +-
gcc/testsuite/gcc.target/i386/memset-strategy-25.c | 2 +-
gcc/testsuite/gcc.target/i386/memset-strategy-28.c | 2 +-
gcc/testsuite/gcc.target/i386/memset-strategy-29.c | 2 +-
gcc/testsuite/gcc.target/i386/memset-strategy-30.c | 2 +-
gcc/testsuite/gcc.target/i386/pr92080-17.c | 2 +-
14 files changed, 14 insertions(+), 14 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 gcc.
from 1b0930e9046 Fortran: Fix non-conformable corank on this_image ref [PR120843]
new b610132ddbe tailc: Handle musttail in case of non-cleaned-up cleanups, [...]
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/passes.def | 2 +-
gcc/testsuite/c-c++-common/asan/pr120608-3.c | 36 ++++
gcc/testsuite/c-c++-common/asan/pr120608-4.c | 30 ++++
gcc/testsuite/g++.dg/asan/pr120608-3.C | 5 +
gcc/testsuite/g++.dg/asan/pr120608-4.C | 5 +
gcc/tree-tailcall.cc | 248 ++++++++++++++++++++++++---
6 files changed, 303 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/pr120608-3.c
create mode 100644 gcc/testsuite/c-c++-common/asan/pr120608-4.c
create mode 100644 gcc/testsuite/g++.dg/asan/pr120608-3.C
create mode 100644 gcc/testsuite/g++.dg/asan/pr120608-4.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 d419832fd1a aarch64: Sync `aarch64-sys-regs.def' with Binutils.
new 1b0930e9046 Fortran: Fix non-conformable corank on this_image ref [PR120843]
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/fortran/resolve.cc | 7 ++++---
gcc/testsuite/gfortran.dg/coarray/coindexed_6.f90 | 17 +++++++++++++++++
2 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/coindexed_6.f90
--
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 1343433ed389 Add linux-next specific files for 20250630
omits cf833ff5920e Merge branch 'crc-next' of git://git.kernel.org/pub/scm/li [...]
omits b04ce8c9c94c Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
omits d1727f594d8e Merge branch 'caps-next' of git://git.kernel.org/pub/scm/l [...]
omits d2aa4823ed7a Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
omits 444089e45d8b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 55644f1a78ae Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0a4f09d2d153 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 08b837847d41 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
omits 1e78d9583ee3 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
omits a173a2b6996b Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
omits 9bbcde4c0d3a Merge branch 'timekeeping-next' of https://github.com/Rust [...]
omits 4d9bba84ef7c Merge branch 'pin-init-next' of https://github.com/Rust-fo [...]
omits 43bbeffd5f2a Merge branch 'alloc-next' of https://github.com/Rust-for-L [...]
omits 053dba6c50b6 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
omits d4dac713db77 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 85ca8cf9ddc6 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits e0e9fed85b69 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
omits 2a05c77add5c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 8ee4518023de Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
omits 3f9edb772445 Merge branch 'main' of git://git.infradead.org/users/willy [...]
omits f8a2ccc33ddc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 271fb63385b5 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
omits 2fe25406ec95 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 833fdaa229a5 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
omits 482e334c19ce Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 11eea09a27fa Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
omits 5da044856e20 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 9ec40735e912 Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
omits 719b60e0c8b5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 31624295f28f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 22c099ef92b5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 037dcac462f6 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
omits d90f3a2e78a5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits eb90585b5bb5 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits 687248b8537f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1368ad982799 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 813100ab2f44 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ef17e164bb48 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits f0f8ea9a45c8 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
omits 8dbb53b880a1 Merge branch 'gnss-next' of git://git.kernel.org/pub/scm/l [...]
omits 93e855271a53 Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
omits 0791f2c20206 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits dd8d5c8ed3a9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits b45e3313ab29 Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
omits b3e2e67d57c4 Merge branch 'icc-next' of git://git.kernel.org/pub/scm/li [...]
omits 1a198290c8c9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5982a02cf64a Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
omits 00600a20ad83 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
omits 704209b664e4 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 847197f1daca Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 779257a50b40 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 7ecba1cc71d8 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
omits bf392dad36af Merge branch 'for-next' of git://github.com/cminyard/linux [...]
omits 1ace43602feb Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
omits 4d21fbdd4ce2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0a980f39710b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5b62779568e2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8771f07b2f0e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 01c72cb1261d Merge branch 'next' of https://github.com/kvm-x86/linux.git
omits 67833de603a6 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
omits 59009963ec94 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 45b3380525d6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6f80ea9064ec Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
omits a3fca4a13092 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits bd27e3301321 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c52a6483fd06 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0a9d8377536a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits fc6b9201bcc9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 427e5207d855 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d7f919289300 Merge branch 'next' of git://github.com/cschaufler/smack-next
omits 3b558352c45a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 62d87de469cf Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
omits 053c7b10c007 Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
omits 06eae1945a59 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits abb0a80d2e2f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5d68a50d4793 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d4c0b60d1ba6 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
omits 5e442bd578c7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 1d3e67e30a96 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0f15d2e8371a Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
omits 47290efba582 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 06cbb7c6fc3b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7796836c3c82 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits 01ae260e3f59 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4d84f4ec5091 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5965ef7b02f6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d5be14746832 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
omits 2af80f7b9e94 Merge branch 'nova-next' of https://gitlab.freedesktop.org [...]
omits fd6549bcc9b5 Merge branch 'msm-next-lumag' of https://gitlab.freedeskto [...]
omits 6d6cbab3b1ec Merge branch 'msm-next' of https://gitlab.freedesktop.org/ [...]
omits 339d17943e48 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits be4f5a8881ed Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits f57d56a3d4a6 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits 2adff7f21530 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 1e8235f287bd Merge branch 'libcrypto-next' of git://git.kernel.org/pub/ [...]
omits 1d215549f625 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 7d383dd6ef67 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
omits d66299d6509b Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
omits 66dd1f839056 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits ea0a31490061 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits d946890dd916 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/l [...]
omits 5ac4bcf883cb Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 8bfed9b26477 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits af1597a2ace9 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits c30c1203a3e2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a547d23102e2 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...]
omits 689d4d9c9fad Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 74c843bdce16 Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
omits 5b6bd3cd5b65 Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
omits 54d1c8813875 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
omits 33d3194d8be2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits 993d0f5b526d Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
omits bf60215cb64d Merge branch 'docs-next' of git://git.lwn.net/linux.git
omits db0bd25ed5b4 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
omits 0947fb62a01e Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
omits 4ac8abceab77 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
omits e7285154649f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 996069695824 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
omits dad3198c2ac0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 95456e1b5a71 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5ab29ad5a6b7 Merge branch 'fs-next' of linux-next
omits d9c55e34c035 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
omits fbf69bdef320 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b47baae9003e Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
omits fc7fb47a0e6e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a7b2b7e2b106 Merge branch 'for-next' of git://github.com/openrisc/linux.git
omits 77c9110176b2 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
omits 818dcf3ab2a8 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
omits 61c5f6c6cd64 Merge branch 'thead-clk-for-next' of https://github.com/pd [...]
omits 581126698030 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
omits f5beb1155a22 Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
omits f82c01df8c7a Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
omits cd008c679669 Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
omits b7162f91bbbf Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
omits de114625f871 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 495b81dbca51 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits cbc4d57da49c Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
omits 875c8b4c5c22 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
omits 42f808a34e0a Merge branch 'for-next' of https://github.com/spacemit-com/linux
omits e17a50493826 Merge branch 'for-next' of https://github.com/sophgo/linux.git
omits 12615358ad1c Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
omits e9d8947d92b9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d2438ecffeee Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c623434fb5ad Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
omits 8dd15f817a24 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 5a39eca422aa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 393cc9328f2d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5dc773ad84ec Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 21d487d38f7a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e28fdc9149ba Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b91c84234f97 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits 2e848c0dc127 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
omits 38eafbaffc82 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
omits caeef1582ed7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d097c840b0c7 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
omits 9378df3a8d95 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 9ab2af502097 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 954ca9c72298 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
omits 80b3d2e34357 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
omits 8adc7c1e8478 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f9fbd72e40b3 Merge branch 'mm-nonmm-unstable' of git://git.kernel.org/p [...]
omits bfee224cd46a Merge branch 'mm-unstable' of git://git.kernel.org/pub/scm [...]
omits ed8d305e15f6 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits fa78853fdb64 Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
omits 37cc52e65969 Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
omits b7fbe17b145a Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
omits 7b48d8a5fa38 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits 03f217162974 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
omits b008a482da44 Merge branch 'rtc-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 06626986a3da Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits a9126e154d40 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 70169f990a47 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 6a100b38ad95 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits e0e87751c975 Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
omits eb4594cc0629 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits 302c41f097d0 Merge branch 'for-mfd-fixes' of git://git.kernel.org/pub/s [...]
omits 2e8dc576de7a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 481e500bb0d4 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 5a8f9c5b6085 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 721edc5e7541 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits aaffdd96a2a8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 574992d80c88 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 0ddb097a7b00 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits ed4919978d84 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits fbbe388a7b72 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 80231899054c Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits b2bdb4bb4749 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 5df98200e4a2 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 657af53792d7 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 2c2cfecec358 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 467e1c085520 Merge branch 'fs-current' of linux-next
omits 68f11ebd4893 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits 3f0ed278bf45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6c1ec08d7e33 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits de90e49180b5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 97fb311d92d1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 38ad69eaa462 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
omits 54d84a65f8a0 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits c4e2470ef8d9 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
omits c29a139057f8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 12cd6e395d98 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 95e50ad7e2de Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits ef9550e6a41a Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 069f5b0b984f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 71e2ac74bc97 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits 479c381e3bfb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 622f0b267485 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 1b5dd78bedcb Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
omits ae46ef7f6721 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits d681525fd169 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 7bb23e0bdb6c clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
omits 66cba75806a3 riscv: dts: thead: Add PVT node
omits 9c2f4c0b2731 riscv: dts: thead: th1520: Add GPU clkgen reset to AON node
omits 4d91627e8bd4 Merge branch 'fixes' into for-next
omits 281f4954eae1 Merge branch 'features' into for-next
omits 4f09e081defb bcachefs: Improve inode_create behaviour on old filesystems
omits 3e1bd3de0f8b bcachefs: Use bio_add_folio_nofail() for unfailable operations
omits 7aa407c21a89 bcachefs: Simplify bch2_bio_map()
omits 6c3e45b60524 bcachefs: Finish error_throw tracepoints
omits 880fb01c277e bcachefs: Improved btree node tracepoints
omits 02124000ebbf bcachefs: -o fix_errors may now be used without -o fsck
omits 5fe48651df7e bcachefs: Shut up clang warning
omits 217eb4c55aa7 bcachefs: Refactor trans->mem allocation
omits 4045e643af83 bcachefs: Evict/bypass key cache when deleting
omits 422aefe75496 bcachefs: Don't peek key cache unless we have a real key
omits a780089ff05a bcachefs: Improve inode deletion
omits db993a87ebfd bcachefs: bch2_trans_has_updates()
omits 7c931d7e97bd bcachefs: Don't memcpy more than needed
omits 329d534f72e4 bcachefs: Don't log error twice in allocator async repair
omits 97d3a61439ac bcachefs: Plumb trans_kmalloc ip to trans_log_msg
omits 597488b5f871 bcachefs: add an unlikely() to trans_begin()
omits 3adab2326604 bcachefs: More errcode conversions
omits 02bf3ed515b8 bcachefs: DEFINE_CLASS()es for dev refcounts
omits b593cb3e824d bcachefs: use scoped_guard() in fast_list.c
omits 745c6c92940a bcachefs: Allow CONFIG_UNICODE=m
omits dca6291502ec bcachefs: Reduce __bch2_btree_node_alloc() stack usage
omits 598ba1ad8c52 bcachefs: kill darray_u32_has()
omits 9b253053d382 bcachefs: fsck: dir_loop, subvol_loop now autofix
omits d8ea9449846d lib/crc: crc64: Add include/linux/crc64.h to kernel-api.rst
omits 64b6363024b3 lib/crc: crc32: Change crc32() from macro to inline functi [...]
omits a04dcfd40ef1 nvmem: layouts: Switch from crc32() to crc32_le()
omits 9048698c824f lib/crc: crc32: Document crc32_le(), crc32_be(), and crc32c()
omits 1926e34004ea lib/crc: Explicitly include <linux/export.h>
omits 471ffd161740 lib/crc: Remove ARCH_HAS_* kconfig symbols
omits 055dbf06b140 lib/crc: x86: Migrate optimized CRC code into lib/crc/
omits 33afd6df5830 lib/crc: sparc: Migrate optimized CRC code into lib/crc/
omits 04ecb9e7f5a4 lib/crc: s390: Migrate optimized CRC code into lib/crc/
omits 5c989b85d351 lib/crc: riscv: Migrate optimized CRC code into lib/crc/
omits d5b099417831 lib/crc: powerpc: Migrate optimized CRC code into lib/crc/
omits a2052c231e19 lib/crc: mips: Migrate optimized CRC code into lib/crc/
omits 4b7840a45c7c lib/crc: loongarch: Migrate optimized CRC code into lib/crc/
omits 9435270cc736 lib/crc: arm64: Migrate optimized CRC code into lib/crc/
omits e61399986ad8 lib/crc: arm: Migrate optimized CRC code into lib/crc/
omits 831271e2a6f7 lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/
omits 5acab3fa36d6 lib/crc: Move files into lib/crc/
omits e268a0fca9af lib/crc32: Remove unused combination support
omits d873c0fe4946 crypto/crc32[c]: register only "-lib" drivers
omits 1bc4883640f6 btrfs: stop parsing crc32c driver name
omits 8c0a2357d98e crypto: stm32 - remove crc32 and crc32c support
omits 61e8496cb8bb crypto: inside-secure - remove crc32 support
omits 7bd7234aa06c crypto: testmgr - remove crc32c context format test
omits c715c8e57ff3 x86/crc: drop checks of CONFIG_AS_VPCLMULQDQ
omits 4da71e9f8939 Merge x86/sev into tip/master
omits 5954288bbcde Merge core/bugs into tip/master
omits a3ce22ef145f Merge smp/core into tip/master
omits da1f52ad35ab Merge irq/drivers into tip/master
omits 3bddb1963b70 Merge x86/bugs into tip/master
omits 715d289638ee Merge x86/fpu into tip/master
omits 67b43e0e4dec Merge x86/cpu into tip/master
omits 91b216a139ec Merge x86/boot into tip/master
omits 833a42b42d5f Merge timers/ptp into tip/master
omits 60c34a049301 Merge irq/msi into tip/master
omits fb2d73d96df0 Merge sched/core into tip/master
omits db15b6264d7d Merge x86/kconfig into tip/master
omits 8b69103516be Merge timers/core into tip/master
omits 983f928d2bb2 Merge core/entry into tip/master
omits dfd9d43c68b3 Merge irq/core into tip/master
omits a34535e3752e Merge perf/urgent into tip/urgent
omits c189ccd938b7 Merge x86/urgent into tip/urgent
omits 955d0884251f Merge locking/urgent into tip/urgent
omits 128450833a06 fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()
omits 78b74957a393 mailmap: update Sachin Mokashi's email address
omits 93f02fb8554d ocfs2: update d_splice_alias() return code checking
omits d438c10974ef ocfs2: embed actual values into ocfs2_sysfile_lock_key names
omits f3a02057f0d5 selftests: ptrace: add set_syscall_info to .gitignore
omits c0ea7cd632d6 tools/accounting/delaytop: add delaytop to record top-n ta [...]
omits 89a1b86c5c98 fs: fat: Prevent fsfuzzer from dominating the console
omits 30d27e303f4d kthread: update comment for __to_kthread
omits 2786b1e2a04d lib: test_objagg: split test_hints_case() into two functions
omits a742b99e5ad7 ocfs2: kill osb->system_file_mutex lock
omits 7d47346a302f MAINTAINERS: add lib/raid6/ to "SOFTWARE RAID"
omits 0208d595489b lib-raid6-replace-custom-zero-page-with-zero_page-v3
omits 4e28eb0fd85b lib/raid6: replace custom zero page with ZERO_PAGE
omits d9b54d984253 scripts: gdb: move MNT_* constants to gdb-parsed
omits 253f7f3d9fef fork: clean up ifdef logic around stack allocation
omits d61ebae7c148 ocfs2: remove redundant NULL check in rename path
omits 475ce717a5af ocfs2: reset folio to NULL when get folio fails
omits 4924d34a0b80 uprobes: revert ref_ctr_offset in uprobe_unregister error path
omits bb827bd0d441 checkpatch: use utf-8 match for spell checking
omits b74e523737da mul_u64_u64_div_u64: fix the division-by-zero behavior
omits 7ae20814a7c9 exit: fix misleading comment in forget_original_parent()
omits 3ba049fb149e kcov: fix typo in comment of kcov_fault_in_area
omits 4cde74f21f46 relayfs: support a counter tracking if data is too big to write
omits cc2987186e3a blktrace: use rbuf->stats.full as a drop indicator in relayfs
omits 27b33c41c4f5 relayfs: introduce getting relayfs statistics function
omits ac08612abc9d relayfs: support a counter tracking if per-cpu buffers is full
omits 63e3cf4a3542 relayfs: abolish prev_padding
omits 6996beb676c4 x86: implement crashkernel cma reservation
omits e0297c0c7331 kdump: wait for DMA to finish when using CMA
omits 805ffc81a0ca kdump, documentation: describe craskernel CMA reservation
omits ed790f5f5b4d kdump: implement reserve_crashkernel_cma
omits 86ffaa06d10e Add a new optional ",cma" suffix to the crashkernel= comma [...]
omits 83a3fc62896f squashfs: use folios in squashfs_bio_read_cached()
omits 7e71ac22bb8c squashfs: pass the inode to squashfs_readahead_fragment()
omits eaead13562ca kernel: relay: use __GFP_ZERO in relay_alloc_buf
omits 12f85967fef3 riscv: optimize gcd() performance on RISC-V without Zbb extension
omits abe18ee01d37 riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB [...]
omits c62e98cd2352 lib/math/gcd: use static key to select implementation at runtime
omits 469a7aa04ce9 fork: define a local GFP_VMAP_STACK
omits d5ab6a2afd26 fork: clean-up naming of vm_stack/vm_struct variables in v [...]
omits d7ca933e3d0b alpha: replace sprintf()/strcpy() with scnprintf()/strscpy()
omits efc354729dd6 ocfs2: replace simple_strtol with kstrtol
omits c2f92f9933a2 include/linux/jhash.h: replace __get_unaligned_cpu32 in jh [...]
omits 72cf498b9e8a mm/mempolicy: skip extra call to __alloc_pages_bulk in wei [...]
omits fc7008945d59 mm/mempolicy: simplify weighted interleave bulk alloc calc [...]
omits bbac014c1930 mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
omits c7a80f4a4fe7 ksm_tests: skip hugepage test when Transparent Hugepages a [...]
omits 100cde0a6df8 selftests/mm: fix UFFDIO_API usage with proper two-step fe [...]
omits 76dbec27ac97 selftests/mm: fix UFFDIO_API usage with proper two-step fe [...]
omits f168ca54c5fe mm, madvise: use standard madvise locking in madvise_set_a [...]
omits 517eaa7d6c5d mm, madvise: move madvise_set_anon_name() down the file
omits a8f70e2674d9 mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
omits a3f54bb6e3fd mm, madvise: simplify anon_name handling
omits 337f119c67c1 arm64/mm: optimize loop to reduce redundant operations of [...]
omits 54bc5c3eb14a maple_tree: add testing for restoring maple state to active
omits abb86ce266be maple_tree: fix status setup on restore to active
omits 0bb367f119c6 maple_tree: assert retrieving new value on a tree containi [...]
omits 8b877c5aaaaf mm/maps: execute PROCMAP_QUERY ioctl under per-vma locks
omits d87e3ddbcceb mm/madvise: fixup stray mmap lock assert in anon_vma_name()
omits 9ee91173cfed mm/maps: read proc/pid/maps under per-vma lock
omits 3ea9634c3296 selftests/proc: add verbose more for tests to facilitate d [...]
omits ec1172a8c126 selftests/proc: test PROCMAP_QUERY ioctl while vma is conc [...]
omits d42643e04119 selftests/proc: extend /proc/pid/maps tearing test to incl [...]
omits 5b5afaec4518 selftests/proc: extend /proc/pid/maps tearing test to incl [...]
omits 28ab170d61fa selftests/proc: add /proc/pid/maps tearing from vma split test
omits 8e824f3d2e10 mm/madvise: fix very subtle bug
omits fd745b1c584d mm/madvise: eliminate very confusing manipulation of prev VMA
omits 117a1dac87f2 mm/madvise: thread all madvise state through madv_behavior
omits f12893b2aa91 mm/madvise: thread VMA range state through madvise_behavior
omits 858bee1a534f mm/madvise: thread mm_struct through madvise_behavior
omits 8cc3d6711978 mm/madvise: remove the visitor pattern and thread anon_vma state
omits f6511b4142ec selftests/mm: remove duplicate .gitignore entries
omits 1e98e48c28b9 mm-unexport-globally-copy_to_kernel_nofault-v2
omits 6b1ed7bb50bd mm: unexport globally copy_to_kernel_nofault
omits 016aba178f04 lib/test_vmalloc.c: restrict default test mask to avoid te [...]
omits 4c971af1bc81 lib/test_vmalloc.c: use late_initcall() if built-in for in [...]
omits f4ea79819ab1 mm: introduce per-node proactive reclaim interface
omits bc40c144bfc9 mm/vmscan: make __node_reclaim() more generic
omits a729193532a0 mm-memcg-make-memoryreclaim-interface-generic-fix
omits d148271d4ce2 mm/memcg: make memory.reclaim interface generic
omits 0648a3ad6b19 mm/vmscan: respect psi_memstall region in node reclaim
omits 93ebb2981fcb mm/damon/sysfs: decouple from damon_ops_id
omits 4d3bb19b2247 mm/damon/sysfs-schemes: decouple from damos_filter_type
omits f1d0ccdcb20f mm/damon/sysfs-schemes: decouple from damos_wmark_metric
omits d2743d83c90d mm-damon-sysfs-schemes-decouple-from-damos_action-fix
omits c651a06454c1 mm/damon/sysfs-schemes: decouple from damos_action
omits 6fea44134cf8 mm/damon/sysfs-schemes: decouple from damos_quota_goal_metric
omits 8113a78363be mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()
omits c50b3e89cd0b selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix
omits 4be85158007a selftests/mm: reduce uffd-unit-test poison test to minimum
omits 140a0b9b553a maple-tree-use-goto-label-to-simplify-code-fix
omits b1050a344683 maple tree: use goto label to simplify code
omits 60b16c9359fc selftets/damon: add a test for memcg_path leak
omits dbbbbee3a37c mm/memremap: remove unused devmap_managed_key
omits f7e4c5098b68 mm: remove callers of pfn_t functionality
omits 2aeafcc09688 mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and [...]
omits 9830ca4c19e2 mm: remove devmap related functions and page table bits
omits 53f729360141 fs/dax: remove FS_DAX_LIMITED config option
omits b1bfc8d4ecfd powerpc: remove checks for devmap pages and PMDs/PUDs
omits da233909a259 mm/khugepaged: remove redundant pmd_devmap() check
omits 6228c739045c mm: remove redundant pXd_devmap calls
omits 6931c11d9443 mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn()
omits 4e9dd40476f2 mm/gup: remove pXX_devmap usage from get_user_pages()
omits 9987c5d92537 mm: convert vmf_insert_mixed() from using pte_devmap to pt [...]
omits e75cab134c1e mm: remove remaining uses of PFN_DEV
omits 2463f00a8499 mm: filter zone device pages returned from folio_walk_start()
omits f3d23b14ec73 mm: convert pXd_devmap checks to vma_is_dax
omits c9eccc2f8c0d mm/percpu: conditionally define _shared_alloc_tag via CONF [...]
omits 19a815ad86bf selftests/udmabuf: add a test to pin first before writing [...]
omits bab27806ceaf mm/memfd: reserve hugetlb folios before allocation
omits 12b0fd926493 mm/hugetlb: make hugetlb_reserve_pages() return nr of entr [...]
omits 598cb0c0a63f codetag: avoid unused alloc_tags sections/symbols
omits e120bf18d0ec mm/damon: fix minor typos in damon header
omits fdca8bab929e mm: update architecture and driver code to use vm_flags_t
omits d77db1281c97 mm: update core kernel code to use vm_flags_t consistently
omits 5e1da118d554 mm: add missing vm_get_page_prot() instance, remove include
omits aeb639621885 mm: change vm_get_page_prot() to accept vm_flags_t argument
omits f0093bc247c5 mm/page_isolation: remove migratetype parameter from more [...]
omits 00196136c7fe mm/page_isolation: remove migratetype from undo_isolate_pa [...]
omits 9c7d911118b2 mm/page_isolation: remove migratetype from move_freepages_ [...]
omits 17ddfe1ff2c4 mm/page_alloc: add support for initializing pageblock as isolated
omits 8be0571c8fe9 mm/page_isolation: make page isolation a standalone bit
omits 60ac79681f11 mm/page_alloc: pageblock flags functions clean up
omits 053586209d82 Revert "mm: make alloc_demote_folio externally invokable f [...]
omits 45ae3061100f Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"
omits 19d2c7564f53 mm/damon/paddr: use alloc_migartion_target() with no migra [...]
omits bf87497111de tools/testing/radix-tree: test maple tree chaining mas_pre [...]
omits d1c7f107399f testing/radix-tree/maple: increase readers and reduce dela [...]
omits 84f06f771767 mm: huge_memory: fix the check for allowed huge orders in shmem
omits d862fce5a1d0 selftest/mm: skip if fallocate() is unsupported in gup_longterm
omits e3a7f6182a1f mm: make comment consistent in vma_expand()
omits 0363d9fca48f mm/vma: use vmg->target to specify target VMA for new VMA merge
omits 412f9096e6c0 highmem: remove a use of folio->page
omits ac10c55e664a fix check of filemap_lock_folio() return value
omits 31023ff9a440 secretmem: remove uses of struct page
omits 482fd721c9a0 mm/huge_memory: don't mark refcounted folios special in vm [...]
omits 367a2b44bb08 mm/huge_memory: don't mark refcounted folios special in vm [...]
omits 60178c699ed1 mm/huge_memory: don't ignore queried cachemode in vmf_inse [...]
omits ddc94a942317 selftests: mm: add shmem collapse as a default test item
omits 50e55526be12 selftests: khugepaged: fix the shmem collapse failure
omits f727b8452f28 mm: remove zero_user()
omits d87e5ef04117 ceph: fix NULL vs IS_ERR() bug in ceph_zero_partial_page()
omits 400571d3823b ceph: convert ceph_zero_partial_page() to use a folio
omits 0fb50b0e5e09 direct-io: use memzero_page()
omits 6e5b7404b231 null_blk: use memzero_page()
omits 95e80ffac2c6 bio: use memzero_page() in bio_truncate()
omits 653418d447ea mm: use folio_expected_ref_count() helper for reference counting
omits e34cc2307a4c selftests/mm: use generic read_sysfs in thuge-gen test
omits 0ca7b4eb572e mm: madvise: use per_vma lock for MADV_FREE
omits 76b6054068c8 mm: optimize mremap() by PTE batching
omits ca0a316be2fe mm: call pointers to ptes as ptep
omits e422606237cf mm/memory-tier: fix abstract distance calculation overflow
omits eefa2b387940 alloc_tag: keep codetag iterator active between read()
omits 75bb93743b1f alloc_tag: add sequence number for module and iterator
omits a3bb54094de3 gup-optimize-longterm-pin_user_pages-for-large-folio-fix
omits 2302bcc3e365 gup: optimize longterm pin_user_pages() for large folio
omits b1bb1d75a687 mm/pagewalk: split walk_page_range_novma() into kernel/user parts
omits 4dd232538b2c mm/memfd: clarify error handling labels in memfd_create()
omits 2e3bccd29f44 lib/test_hmm: reduce stack usage
omits 72f0f875e0db selftests/mm: check for YAMA ptrace_scope configuraiton be [...]
omits bd6b56a7f183 selftests/mm: add messages about test errors to the cow tests
omits 474b5f81b59c selftests/mm: don't compare return values to in cow
omits 5a35b1b05b5d selftests/mm: convert some cow error reports to ksft_perror()
omits 7bf56b6410c1 kselftest/mm: clarify errors for pipe()
omits 323e936d0673 alloc_tag: remove empty module tag section
omits ff7cdf257a37 mm,memory_hotplug: drop status_change_nid parameter from m [...]
omits 4432352ba6dd mm,page_ext: derive the node from the pfn
omits c59cc31733b0 mm,mempolicy: use node-notifier instead of memory-notifier
omits ad4803f166d6 kernel,cpuset: use node-notifier instead of memory-notifier
omits 10d9f85127ba drivers,hmat: use node-notifier instead of memory-notifier
omits 2bc69bfd4e92 drivers,cxl: use node-notifier instead of memory-notifier
omits 5447319a648e mm,memory-tiers: use node-notifier instead of memory-notifier
omits c4bfd70c2598 mmslub-use-node-notifier-instead-of-memory-notifier-fix
omits c7cadfec56e1 mm,slub: use node-notifier instead of memory-notifier
omits e5a30c983b7a mm,memory_hotplug: set failure reason in offline_pages()
omits e6800b810ca1 mm,memory_hotplug: implement numa node notifier
omits 9b1229f99c86 mm,memory_hotplug: remove status_change_nid_normal and upd [...]
omits 940aef19350b mm,slub: do not special case N_NORMAL nodes for slab_nodes
omits f0cadbfb24bf mm-filemap-allow-arch-to-request-folio-size-for-exec-memory-fix
omits d28c878515f3 mm/filemap: allow arch to request folio size for exec memory
omits 0fb7903b6d5a mm/readahead: store folio order in struct file_ra_state
omits 6c8cb9c50378 mm/readahead: make space in struct file_ra_state
omits c0b4087cdb63 mm/readahead: terminate async readahead on natural boundary
omits 49077079e0ea mm/readahead: honour new_order in page_cache_ra_order()
omits 02be0eea3bb0 mm/mempolicy: skip unnecessary synchronize_rcu()
omits 5aa0e47cb21c xarray: add a BUG_ON() to ensure caller is not sibling
omits c20e3c8cd785 proc: use the same treatment to check proc_lseek as ones f [...]
omits 34dbebad52fd mm/madvise: avoid any chance of uninitialised pointer deref
omits 2c87c088ffa6 mm: use per_vma lock for MADV_DONTNEED
omits 9bb4d79820de userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_ [...]
omits 85e70c1e9e55 userfaultfd: remove (VM_)BUG_ON()s
omits 6cd17483d082 userfaultfd: prevent unregistering VMAs through a differen [...]
omits 14ce0cb26c06 userfaultfd: correctly prevent registering VM_DROPPABLE regions
omits 3483447f2f44 drivers/base/node: rename __register_one_node() to registe [...]
omits 698edaba20fa drivers/base/node: rename register_memory_blocks_under_nod [...]
omits 6767946f30ae drivers/base/node: remove register_memory_blocks_under_nod [...]
omits 7ee5a3eac657 drivers/base/node: remove register_mem_block_under_node_early()
omits 9775bbde6ec4 drivers/base/node: restore removed extra line
omits 4cb5ee41c128 drivers/base/node: optimize memory block registration to r [...]
omits b64095167c60 readahead: fix return value of page_cache_next_miss() when [...]
omits 95bc82280bb6 mm/cma: pair the trace_cma_alloc_start/finish
omits 0c6524fd7a76 mm: madvise: revert the walk_page_range_vma change for MAD [...]
omits 53d73e34b9c7 mm: madvise: use walk_page_range_vma() instead of walk_pag [...]
omits ac3fba8e10c7 mm: fix the inaccurate memory statistics issue for users
omits 7a5f4b8cdf3b mm: remove the for_reclaim field from struct writeback_control
omits 23b1b994114e mm: stop passing a writeback_control structure to swap_writeout
omits a42010c54a14 mm: stop passing a writeback_control structure to __swap_w [...]
omits 42bd4bee919d mm: tidy up swap_writeout
omits 5c3daba8f160 mm: stop passing a writeback_control structure to shmem_writeout
omits b0dd6cd56bd8 mm: split out a writeout helper from pageout
omits 02c178755680 mm, list_lru: refactor the locking code
omits 3a7c71a671fa mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER
omits b8a07919b7fb mm-gup-remove-vm_bug_ons-fix
omits 910aef0499ab mm/gup: remove (VM_)BUG_ONs
omits 1b35e2cb5ff3 Docs/admin-guide/mm/damon: add DAMON_STAT usage document
omits be6995ddc886 mm/damon/stat: calculate and expose idle time percentiles
omits d8a87d8a4b89 mm/damon/stat: calculate and expose estimated memory bandwidth
omits faae86ca1922 mm/damon/stat: use IS_ENABLED() for enabled initial value
omits b03cdd865bc2 mm/damon: introduce DAMON_STAT module
omits 3d69595a788c mm: remove unused mmap tracepoints
omits 1311ac11035e mm: Kconfig: use verb *use* in plural form in description
omits a00041e0fef9 mm/vmstat: utilize designated initializers for the vmstat_ [...]
omits 5d29c2fd27b5 mm: strictly check vmstat_text array size
omits 0c76bc0b0aad mm/vmstat: make MEMCG select VM_EVENT_COUNTERS
omits eee0b3b14128 mm/hugetlb: convert hugetlb_change_protection() to folios
omits dc13e2bec98f tools/testing/selftests: add VMA merge tests for KSM merge
omits aece2ce7d9a1 mm/vma: correctly invoke late KSM check after mmap hook
omits c4ef84515174 mm: prevent KSM from breaking VMA merging for new VMAs
omits f26215bc4fea mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
omits b4ca03a6be84 mm: ksm: have KSM VMA checks not require a VMA pointer
omits 9d19bfb3c7c4 tools/mm: add script to display page state for a given PID [...]
omits 677346cc2e8c mm: vmscan: apply proportional reclaim pressure for memcg [...]
omits f688a933846d docs/mm: expand vma doc to highlight pte freeing, non-vma [...]
omits c9f43aea2771 mm: restore documentation for __free_pages()
omits 1a888dc1f967 mm/vmscan: fix hwpoisoned large folio handling in shrink_f [...]
omits 1c8187b87039 mm/memory_hotplug: fix hwpoisoned large folio handling in [...]
omits 08b9ce7174ee mm/rmap: fix potential out-of-bounds page table access dur [...]
omits 2df80b98f5a0 mm/hugetlb: don't crash when allocating a folio if there a [...]
omits 78ea79fa8971 fix-do_pages_stat-to-use-compat_uptr_t-fix
omits 77ccbb891595 mm/migrate.c: fix do_pages_stat to use compat_uptr_t
omits c5353e5f11f4 scripts/gdb: de-reference per-CPU MCE interrupts
omits 9fc45c59423d scripts/gdb: fix interrupts.py after maple tree conversion
omits 57d7cd6eec66 maple_tree: fix mt_destroy_walk() on root leaf node
omits f2864cd3fb4f mm/vmalloc: leave lazy MMU mode on PTE mapping error
omits ef3a095882c2 scripts/gdb: fix interrupts display after MCP on x86
omits ea7ef804fac3 lib-alloc_tag-do-not-acquire-non-existent-lock-in-alloc_ta [...]
omits bd867a0e6046 lib/alloc_tag: do not acquire non-existent lock in alloc_t [...]
omits b8424836de64 Merge branch 'acpi-apei' into linux-next
omits 3694a863d556 Merge branches 'acpica' and 'acpi-proc' into linux-next
omits ddd0eaa7fc54 Merge branch 'fixes' into linux-next
omits e962f723d142 Merge branch 'pm-sleep' into fixes
omits a86c4c9a07f0 Merge branch 'pm-powercap' into fixes
omits 045719b1d0aa Merge remote-tracking branch 'spi/for-6.17' into spi-next
omits 09c57b513b2d Merge branch 'for-6.17/block' into for-next
omits 456ef6804f23 ublk: cache-align struct ublk_io
omits 21d2d986b551 ublk: remove ubq checks from ublk_{get,put}_req_ref()
omits 230c5a4cfc6f ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon task
omits 47c894fdaaee ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
omits 358f19d7cadb ublk: return early if blk_should_fake_timeout()
omits 73166f433b3c ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
omits 3e6b973df269 ublk: don't take ublk_queue in ublk_unregister_io_buf()
omits 624006c145af ublk: move ublk_prep_cancel() to case UBLK_IO_COMMIT_AND_F [...]
omits 82293b83e423 ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
omits e9415d3aee01 ublk: remove task variable from __ublk_ch_uring_cmd()
omits 1a3402e31fca ublk: handle UBLK_IO_FETCH_REQ earlier
omits 6762d9c0b76e ublk: check cmd_op first
omits f053751a413b ublk: remove struct ublk_rq_data
omits d2bc702a8db2 ublk: use vmalloc for ublk_device's __queues
omits 5c46351a1cee i2c: imx: use guard to take spinlock
omits 86b27b106a8b i2c: stm32f7: Use str_on_off() helper
omits c7a949716414 dt-bindings: i2c: nxp,pnx-i2c: allow clocks property
omits b016fe21ced9 i2c: riic: Add support for RZ/T2H SoC
omits 6947674650d3 i2c: riic: Move generic compatible string to end of array
omits 5ce73476f2b8 i2c: riic: Pass IRQ desc array as part of OF data
omits 27c87bea2a09 dt-bindings: i2c: renesas,riic: Document RZ/T2H and RZ/N2H [...]
omits 009dcf395ce0 dt-bindings: i2c: renesas,riic: Move ref for i2c-controlle [...]
omits 3b2cebf28cac powercap: intel_rapl: Do not change CLAMPING bit if ENABLE [...]
omits ba3e18d0f0ef Merge branch 'io_uring-6.16' into for-next
omits e299664daf04 Merge branch 'block-6.16' into for-next
omits e4d50a20c2f4 i2c: tegra: Add missing kernel-doc for dma_dev member
omits 2b53f08bc950 Merge remote-tracking branch 'asoc/for-6.17' into asoc-next
omits 9b3f9dc4b07e Merge branch 'for-6.17/block' into for-next
omits 0c34198a16a8 nvme-pci: rework the build time assert for NVME_MAX_NR_DES [...]
omits d1df6bd4c551 nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
omits 235118de382d nvme-pci: convert the data mapping to blk_rq_dma_map
omits 07de960ac757 nvme-pci: remove superfluous arguments
omits 06cae0e3f61c nvme-pci: merge the simple PRP and SGL setup into a common helper
omits 07c81cbf438b nvme-pci: refactor nvme_pci_use_sgls
omits d6c12c69ef4f block: add scatterlist-less DMA mapping helpers
omits 226d6099402d block: don't merge different kinds of P2P transfers in a s [...]
omits 139e0bca9349 Merge branch 'for-6.17/block' into for-next
omits e04a33a18fdb dm: Check for forbidden splitting of zone write operations
omits 0277a0d91194 dm: dm-crypt: Do not partially accept write BIOs with zone [...]
omits 74e93dbcd320 dm: Always split write BIOs to zoned device limits
omits bf7a8b5cbbb2 block: Introduce bio_needs_zone_write_plugging()
omits 24cb7af08102 block: Make REQ_OP_ZONE_FINISH a write operation
omits e3e277fcf698 Merge branch 'io_uring-6.16' into for-next
omits d9edb01a3d74 cxl/edac: Use correct format specifier for u32 val
omits b1af6f027d92 Merge branch 'for-linus' into for-next
omits cb8a7e17a2c9 Merge branch 'io_uring-6.16' into for-next
omits 779181a427ed Merge branch 'for-6.17/io_uring' into for-next
omits 4a4a84705649 Merge branch 'for-6.17/block' into for-next
omits cb272cb2ecc0 Merge branch 'block-6.16' into for-next
omits f0f971005b06 Merge branch 'io_uring-6.16' into for-next
omits 078ffdc22b98 Merge branch 'pci/misc'
omits 1119342030dd Merge branch 'pci/controller/vmd'
omits de9583ffb180 Merge branch 'pci/controller/sophgo'
omits 062a5ceaf4ca Merge branch 'pci/controller/rockchip-host'
omits fb6a368096dd Merge branch 'pci/controller/rockchip'
omits 08ad4dfe3644 Merge branch 'pci/controller/mobiveil'
omits 8529af679c82 Merge branch 'pci/controller/mediatek-gen3'
omits 797eade92a16 Merge branch 'pci/controller/dw-rockchip'
omits 4e1379994ddd Merge branch 'pci/controller/cadence'
omits 17afab7c385b Merge branch 'pci/controller/brcmstb'
omits 8b1e0a64d8a7 Merge branch 'pci/controller/altera'
omits 326d49312b51 Merge branch 'pci/dt-bindings'
omits 6f61a5c33f43 Merge branch 'pci/pwrctrl'
omits 9b6b1f80c05b Merge branch 'pci/aspm'
omits c07f1d48ef44 Merge branch 'pci/aer'
omits 345c5091ffec block: Increase BLK_DEF_MAX_SECTORS_CAP
omits d74152ec2b51 lib/crypto: mips/chacha: Fix clang build and remove unneed [...]
omits 8f51da91b64e lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0
omits 417acf6dbbcd lib/crypto: sha256: Add KUnit tests for SHA-224 and SHA-256
omits ae79f92b2858 lib/crypto: sha512: Add KUnit tests for SHA-384 and SHA-512
omits 78844e15782a MAINTAINERS: Drop arch/*/lib/crypto/ pattern
omits 7e616658e2be lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/
omits cb6e14361c04 lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/
omits b662e0cd8a48 lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/
omits 3b39d4b3d6c7 lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/
omits e24661966a3f lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into li [...]
omits 00f6e937cd53 lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/
omits 427021d5bfba lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/
omits ae0ef91cb545 lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/
omits 1b1beba618ab crypto: sha512 - Remove sha512_base.h
omits b82535bf96da lib/crypto: x86/sha512: Migrate optimized SHA-512 code to library
omits 7ea60d37b146 lib/crypto: sparc/sha512: Migrate optimized SHA-512 code t [...]
omits 09ea4576fc88 lib/crypto: s390/sha512: Migrate optimized SHA-512 code to [...]
omits 7233574b98be lib/crypto: riscv/sha512: Migrate optimized SHA-512 code t [...]
omits 18f2a4f219f0 lib/crypto: mips/sha512: Migrate optimized SHA-512 code to [...]
omits 51c40fdf2b19 mips: cavium-octeon: Move octeon-crypto.h into asm directory
omits 0cea4fba05b1 lib/crypto: arm64/sha512: Migrate optimized SHA-512 code t [...]
omits b368e021f92f lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library
omits e62c2fe56418 crypto: sha512 - Use same state format as legacy drivers
omits 28f4aab433ad crypto: sha512 - Replace sha512_generic with wrapper aroun [...]
omits cd782702ab1a crypto: riscv/sha512 - Stop depending on sha512_generic_block_fn
omits 4099ac683651 lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support
omits bbb37f5a8b61 lib/crypto: sha512: Add support for SHA-384 and SHA-512
omits ea79f6a71dc8 crypto: sha512 - Rename conflicting symbols
omits ca75e0015f54 lib/crypto: Explicitly include <linux/export.h>
omits 3cd1e195f0cf Merge branch 'fixes' into linux-next
omits 3516b6fb1537 Merge branch 'acpi-pci' into fixes
omits 2e7381adb959 NFSD: Remove the cap on number of operations per NFSv4 COMPOUND
omits 71155e863c0a NFSD: Make nfsd_genl_rqstp::rq_ops array best-effort
omits 25ff9509567d NFSD: Rename a function parameter
omits 4c10b9c2b0ee NFSD: detect mismatch of file handle and delegation statei [...]
omits faa52fe30bd4 nfsd: handle get_client_locked() failure in nfsd4_setclien [...]
omits 2544bffbbf17 nfsd: Change the type of ek_fsidtype from int to u8 and us [...]
omits f2fb111fa1c4 sunrpc: new tracepoints around svc thread wakeups
omits a8924393589c sunrpc: unexport csum_partial_copy_to_xdr
omits 788d62d556ac sunrpc: simplify xdr_partial_copy_from_skb
omits f7b44eb9037b sunrpc: simplify xdr_init_encode_pages
omits 058c71d2bfaf NFSD: release read access of nfs4_file when a write delega [...]
omits 3628790e2524 NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACC [...]
omits a553e61c6fa3 Merge branch 'pm-runtime' into linux-next
omits fba038b53167 Merge branch 'pm-cpufreq' into linux-next
omits 8bcda627f56f Merge branches 'acpi-apei', 'acpi-dptf' and 'acpi-debug' i [...]
omits 30a2a0b60383 Merge branch 'thermal-intel' into linux-next
omits d10fed8a5839 Merge branch 'imx/defconfig' into for-next
omits dd07acf306a8 Merge branch 'imx/dt64' into for-next
omits f1d9399ca841 Merge branch 'imx/dt' into for-next
omits 42856ab028ae Merge branch 'imx/bindings' into for-next
omits a021802c18c4 cxl: docs/devices Fix typos and clarify wording in device- [...]
omits 529a56be66aa Documentation: fix typo in CXL driver documentation
omits 59c836c295e2 Documentation: cxl: fix typos and improve clarity in memor [...]
omits 6a5a153606dd cxl_test: Limit location for fake CFMWS to mappable range
omits a505c74a91dd cxl/pci: Replace mutex_lock_io() w mutex_lock() for mailbo [...]
omits d44655e08a63 Documentation/driver-api/cxl: Introduce conventions.rst
adds b49d1d7a4772 lib/alloc_tag: do not acquire non-existent lock in alloc_t [...]
adds 65d994609cb8 lib-alloc_tag-do-not-acquire-non-existent-lock-in-alloc_ta [...]
adds 7a58b79e1648 scripts/gdb: fix interrupts display after MCP on x86
adds a230bee8bf79 mm/vmalloc: leave lazy MMU mode on PTE mapping error
adds 5149451402c1 maple_tree: fix mt_destroy_walk() on root leaf node
adds dcdaf3049e5e scripts/gdb: fix interrupts.py after maple tree conversion
adds f57bf70c02c4 scripts/gdb: de-reference per-CPU MCE interrupts
adds 8a3c536ecdd3 mm/migrate.c: fix do_pages_stat to use compat_uptr_t
adds e503b909b11a fix-do_pages_stat-to-use-compat_uptr_t-fix
adds 09e2c55c1172 mm/hugetlb: don't crash when allocating a folio if there a [...]
adds feeda9fa888d mm/rmap: fix potential out-of-bounds page table access dur [...]
adds 8694b8f28dc0 mm/memory_hotplug: fix hwpoisoned large folio handling in [...]
adds 1e6dcc0b931f mm/vmscan: fix hwpoisoned large folio handling in shrink_f [...]
adds 97bd0bd814ff mm/damon/core: handle damon_call_control as normal under k [...]
adds 835679f01412 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
adds eccda439dd3c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
adds f1d673b38cb8 fix proc_sys_compare() handling of in-lookup dentries
adds 7f5940d47ea6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds f9994253d962 Merge branch 'fs-current' of linux-next
adds dc7da2037be8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 60f7f4afaf6d MAINTAINERS: Add myself as mlx5 core and mlx5e co-maintainer
adds 082b7429a8b4 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
adds 9b66e72830b1 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds 518b0398836e Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
adds d330a427c545 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
adds 05f254a6369a ALSA: usb-audio: Improve filtering of sample rates on Focu [...]
adds 901cc77aa773 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds cbe876121633 ASoC: fsl_asrc: use internal measured ratio for non-ideal [...]
adds 960aed31eedb ASoC: Intel: SND_SOC_INTEL_SOF_BOARD_HELPERS select SND_SO [...]
adds dc78f7e59169 ASoC: fsl_sai: Force a software reset when starting in con [...]
adds be2e1a63448b MAINTAINERS: update Qualcomm audio codec drivers list
adds a7528e9beadb ASoC: Intel: soc-acpi: arl: Correct order of cs42l43 matches
adds 0bf54f7bcfc0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds c871c199accb regmap: fix potential memory leak of regmap_bus
adds da286f30d37e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds ca46946a4822 regulator: core: fix NULL dereference on unbind due to sta [...]
adds eeca209124bb regulator: tps65219: Fix devm_kmalloc size allocation
adds bd1b0344932b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 96893cdd4760 spi: Raise limit on number of chip selects to 24
adds fa60c094c19b spi: spi-fsl-dspi: Clear completion counter before initiat [...]
adds d85d0380292a spi: spi-qpic-snand: reallocate BAM transactions
adds ddaad4ad774d mtd: nand: qpic_common: prevent out of bounds access of BA [...]
adds 4ec24e9601d5 spi: spi-qpic-snand: avoid memory corruption
adds b8938eef5665 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 643c0c9d0496 PCI: apple: Add tracking of probed root ports
adds bdb32a0f6780 PCI: host-generic: Set driver_data before calling gen_pci_init()
adds ba74278c638d Revert "PCI: ecam: Allow cfg->priv to be pre-populated fro [...]
adds 6b9c838a18a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 9bd9c8026341 usb: hub: Fix flushing of delayed work used for post resum [...]
adds 6be1677d34b2 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
adds 74c5bc7bc3c8 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
adds 7fb55e35263e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 35eb053f867d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds d68ad0b0a25a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 63f4970a1219 Input: iqs7222 - explicitly define number of external channels
adds a106b6a888ca Input: alps - use scnprintf() to suppress truncation warning
adds abb9a561c103 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds e6d92d6d43db Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds 400bd45ba798 crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
adds 7333d7347732 Merge branch 'libcrypto-fixes' of git://git.kernel.org/pub [...]
adds 3339b03b657d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 4f9e51df3b92 Merge branch 'for-mfd-fixes' of git://git.kernel.org/pub/s [...]
adds 99d199d016a7 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
adds 708ed20b3813 Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
adds c3ac7e30309b platform/mellanox: Fix spelling and comment clarity in Mel [...]
adds d07143b507c5 platform/mellanox: nvsw-sn2201: Fix bus number in adapter [...]
adds cf0b812500e6 platform/x86: wmi: Fix WMI event enablement
adds 50b6914fc53c platform/x86: wmi: Update documentation of WCxx/WExx ACPI methods
adds 87ed27ba2d3b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds f762f78056d3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds b9233bc16ae9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds caa7c7a76b78 drm/i915/selftests: Change mock_request() to return error [...]
adds 7da6c155a67d drm/i915/dsi: Fix NULL pointer deref in vlv_dphy_param_init()
adds 22e1551e2d76 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
adds 1cd143fe4e70 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds e4a09c5b2529 Merge branch 'rtc-fixes' of git://git.kernel.org/pub/scm/l [...]
adds 0290aa0f87f5 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
adds 099478099af7 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
adds c2ca1e0357f5 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
adds 3d30048958e0 i2c/designware: Fix an initialization issue
adds 86f9b22c4626 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
adds 084b4206ddbc Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
adds 4c113a5b28bf x86/mce: Don't remove sysfs if thresholding sysfs init fails
adds 00c092de6f28 x86/mce: Ensure user polling settings are honored when res [...]
adds d66e1e90b160 x86/mce/amd: Add default names for MCA banks and blocks
adds 5f6e3b720694 x86/mce/amd: Fix threshold limit reset
adds 30ad231a5029 x86/mce: Make sure CMCI banks are cleared during shutdown [...]
adds d12743eea662 Merge branch into tip/master: 'ras/urgent'
adds 4a35d2b5254a x86/sev: Use TSC_FACTOR for Secure TSC frequency calculation
adds cac4d9f5342e Merge branch into tip/master: 'x86/urgent'
adds 9289388e969e Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
adds 2b95a7db6e0f dma-buf: fix timeout handling in dma_resv_wait_timeout v2
adds 97e000acf2e2 drm/ttm: fix error handling in ttm_buffer_object_transfer
adds eb028cd884e1 drm/bridge: panel: move prepare_prev_first handling to drm [...]
adds e8537cad8240 drm/bridge: aux-hpd-bridge: fix assignment of the of_node
adds 11cdbcbea01c Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new ab7f20adde6a mm: restore documentation for __free_pages()
new dd1b4aff6501 docs/mm: expand vma doc to highlight pte freeing, non-vma [...]
new 162c5346b92e mm: vmscan: apply proportional reclaim pressure for memcg [...]
new 9aecf7abcea4 tools/mm: add script to display page state for a given PID [...]
new a51586b70215 mm: ksm: have KSM VMA checks not require a VMA pointer
new f542d103ebf5 mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
new fdf6e335d166 mm: prevent KSM from breaking VMA merging for new VMAs
new 6a7d67fa9884 mm/vma: correctly invoke late KSM check after mmap hook
new f59197547839 tools/testing/selftests: add VMA merge tests for KSM merge
new 69403a37253e mm/hugetlb: convert hugetlb_change_protection() to folios
new 7207823153a5 mm/vmstat: make MEMCG select VM_EVENT_COUNTERS
new 14ad18569495 mm: strictly check vmstat_text array size
new 7be687ac2d0c mm/vmstat: utilize designated initializers for the vmstat_ [...]
new aec8fcd93569 mm: Kconfig: use verb *use* in plural form in description
new 3c2eacdf5c0b mm: remove unused mmap tracepoints
new f38ca96e31aa mm/damon: introduce DAMON_STAT module
new 487adb5fb118 mm/damon/stat: use IS_ENABLED() for enabled initial value
new 234149da1d43 mm/damon/stat: calculate and expose estimated memory bandwidth
new 48a3e71e72e8 mm/damon/stat: calculate and expose idle time percentiles
new 1b3e4dedfa7c Docs/admin-guide/mm/damon: add DAMON_STAT usage document
new 32030fa70e8f mm/gup: remove (VM_)BUG_ONs
new 813c3e1aaa32 mm-gup-remove-vm_bug_ons-fix
new 2e14030d9f82 mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER
new 9ddeb5b0fb33 mm, list_lru: refactor the locking code
new 8b852e141a5b mm: split out a writeout helper from pageout
new ce9e67d629b7 mm: stop passing a writeback_control structure to shmem_writeout
new 4d4d86ba8f3e mm: tidy up swap_writeout
new e2c1d91bce2d mm: stop passing a writeback_control structure to __swap_w [...]
new b49d257aee8a mm: stop passing a writeback_control structure to swap_writeout
new f5616372d0cd mm: remove the for_reclaim field from struct writeback_control
new 1c16df1fe40d mm: fix the inaccurate memory statistics issue for users
new c0c29873020c mm: madvise: use walk_page_range_vma() instead of walk_pag [...]
new e874ffbd0976 mm: madvise: revert the walk_page_range_vma change for MAD [...]
new 1d4387a88055 mm/cma: pair the trace_cma_alloc_start/finish
new 72b675358caf readahead: fix return value of page_cache_next_miss() when [...]
new 06d693655765 drivers/base/node: optimize memory block registration to r [...]
new 96fcf5f226d0 drivers/base/node: restore removed extra line
new ab15a04e3602 drivers/base/node: remove register_mem_block_under_node_early()
new fb860c11eb92 drivers/base/node: remove register_memory_blocks_under_nod [...]
new b01a8c64c0ce drivers/base/node: rename register_memory_blocks_under_nod [...]
new 73f7c0a57d30 drivers/base/node: rename __register_one_node() to registe [...]
new d350a3b77d21 userfaultfd: correctly prevent registering VM_DROPPABLE regions
new 9613b887d453 userfaultfd: prevent unregistering VMAs through a differen [...]
new ee81f09e4a86 userfaultfd: remove (VM_)BUG_ON()s
new af5c63beed7e userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_ [...]
new 5832acdfa65d mm: use per_vma lock for MADV_DONTNEED
new 35db8676b4cf mm/madvise: avoid any chance of uninitialised pointer deref
new 948de6b71e4e proc: use the same treatment to check proc_lseek as ones f [...]
new a9dab5f8e04b xarray: add a BUG_ON() to ensure caller is not sibling
new aa5e43272419 mm/mempolicy: skip unnecessary synchronize_rcu()
new 5117d837f786 mm/readahead: honour new_order in page_cache_ra_order()
new f6df2d970457 mm/readahead: terminate async readahead on natural boundary
new 886292293cd1 mm/readahead: make space in struct file_ra_state
new 0d6e7fa02b9f mm/readahead: store folio order in struct file_ra_state
new fac6518e923c mm/filemap: allow arch to request folio size for exec memory
new ab9c77485de4 mm-filemap-allow-arch-to-request-folio-size-for-exec-memory-fix
new f37d4e98d4fe mm,slub: do not special case N_NORMAL nodes for slab_nodes
new 5ad0888d66e6 mm,memory_hotplug: remove status_change_nid_normal and upd [...]
new a741774e6496 mm,memory_hotplug: implement numa node notifier
new 488256665078 mm,memory_hotplug: set failure reason in offline_pages()
new 128a97e2656c mm,slub: use node-notifier instead of memory-notifier
new 43824efc848f mmslub-use-node-notifier-instead-of-memory-notifier-fix
new 65073c6af598 mm,memory-tiers: use node-notifier instead of memory-notifier
new 0f0d9e71cc5e drivers,cxl: use node-notifier instead of memory-notifier
new 635ca002772c drivers,hmat: use node-notifier instead of memory-notifier
new e51ef58cadb6 kernel,cpuset: use node-notifier instead of memory-notifier
new 0667b8a728ad mm,mempolicy: use node-notifier instead of memory-notifier
new 15131ad3cff4 mm,page_ext: derive the node from the pfn
new ea158add7fd9 mm,memory_hotplug: drop status_change_nid parameter from m [...]
new f1b01e9a9cf3 alloc_tag: remove empty module tag section
new ae7f16d330c0 kselftest/mm: clarify errors for pipe()
new 47ee53ac4f70 selftests/mm: convert some cow error reports to ksft_perror()
new fff4de6a0e2b selftests/mm: don't compare return values to in cow
new f3f65f024082 selftests/mm: add messages about test errors to the cow tests
new 0b836199009f selftests/mm: check for YAMA ptrace_scope configuraiton be [...]
new 028c161c5625 lib/test_hmm: reduce stack usage
new a216678b29ea mm/memfd: clarify error handling labels in memfd_create()
new a9a89ca2216d mm/pagewalk: split walk_page_range_novma() into kernel/user parts
new ee5122a24eff gup: optimize longterm pin_user_pages() for large folio
new 220372783ebe gup-optimize-longterm-pin_user_pages-for-large-folio-fix
new a3cdc7100a55 alloc_tag: add sequence number for module and iterator
new eb24ef86eedf alloc_tag: keep codetag iterator active between read()
new c5cb159a2e82 mm/memory-tier: fix abstract distance calculation overflow
new 0428e1e90b7d mm: call pointers to ptes as ptep
new 1f55f63d7e50 mm: optimize mremap() by PTE batching
new 51065ee70050 mm: madvise: use per_vma lock for MADV_FREE
new 3469ff0a21a0 selftests/mm: use generic read_sysfs in thuge-gen test
new 1a61d1162ebb mm: use folio_expected_ref_count() helper for reference counting
new 543e7a25f406 bio: use memzero_page() in bio_truncate()
new 7b6e596a016c null_blk: use memzero_page()
new fbdf19029697 direct-io: use memzero_page()
new a6ae96918aab ceph: convert ceph_zero_partial_page() to use a folio
new c8d5841ecb04 ceph: fix NULL vs IS_ERR() bug in ceph_zero_partial_page()
new 877de3b293b5 mm: remove zero_user()
new e7ecff709184 selftests: khugepaged: fix the shmem collapse failure
new 05c32d69d9ba selftests: mm: add shmem collapse as a default test item
new 5f687c4fae18 mm/huge_memory: don't ignore queried cachemode in vmf_inse [...]
new afdcdcbbe5d1 mm/huge_memory: don't mark refcounted folios special in vm [...]
new 939af7d81f7a mm/huge_memory: don't mark refcounted folios special in vm [...]
new cd52f974d024 secretmem: remove uses of struct page
new ec9e79f029fc fix check of filemap_lock_folio() return value
new 457abc325962 highmem: remove a use of folio->page
new 9b5545bab97b mm/vma: use vmg->target to specify target VMA for new VMA merge
new 6d4f4bd983cf mm: make comment consistent in vma_expand()
new 777bcc35208e selftest/mm: skip if fallocate() is unsupported in gup_longterm
new a7ec6790bf4c mm: huge_memory: fix the check for allowed huge orders in shmem
new d7427384a6db testing/radix-tree/maple: increase readers and reduce dela [...]
new 673b02b710db tools/testing/radix-tree: test maple tree chaining mas_pre [...]
new 4eff55a19065 mm/damon/paddr: use alloc_migartion_target() with no migra [...]
new 63edb71773de Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"
new fd748880296f Revert "mm: make alloc_demote_folio externally invokable f [...]
new 0de7e3b2dbeb mm/page_alloc: pageblock flags functions clean up
new 0a4bc42da7cf mm/page_isolation: make page isolation a standalone bit
new 2c8e514ea3bf mm/page_alloc: add support for initializing pageblock as isolated
new c17f9f0cf21d mm/page_isolation: remove migratetype from move_freepages_ [...]
new 0d4843c90323 mm/page_isolation: remove migratetype from undo_isolate_pa [...]
new 97e29bad4b42 mm/page_isolation: remove migratetype parameter from more [...]
new 8aedb3a72208 mm: change vm_get_page_prot() to accept vm_flags_t argument
new 651016b446f5 mm: add missing vm_get_page_prot() instance, remove include
new ea1cfdeea8e4 mm: update core kernel code to use vm_flags_t consistently
new f2d1480b57ab mm: update architecture and driver code to use vm_flags_t
new 019d85ef55b4 mm/damon: fix minor typos in damon header
new bfafc0fd1767 codetag: avoid unused alloc_tags sections/symbols
new 1ece3f03c55f mm/hugetlb: make hugetlb_reserve_pages() return nr of entr [...]
new 9d57c02ebe5d mm/memfd: reserve hugetlb folios before allocation
new aa668a3bf012 selftests/udmabuf: add a test to pin first before writing [...]
new 5d01c96e7504 mm/percpu: conditionally define _shared_alloc_tag via CONF [...]
new 78f2000ed642 mm: convert pXd_devmap checks to vma_is_dax
new 93fe3600108e mm: filter zone device pages returned from folio_walk_start()
new 2f13ba098e52 mm: remove remaining uses of PFN_DEV
new afa209bd9898 mm: convert vmf_insert_mixed() from using pte_devmap to pt [...]
new 1537cb3002c8 mm/gup: remove pXX_devmap usage from get_user_pages()
new 61ac911696f2 mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn()
new 494d4d7c4c58 mm: remove redundant pXd_devmap calls
new 3cebdbb5c0da mm/khugepaged: remove redundant pmd_devmap() check
new 0474e25d89a1 powerpc: remove checks for devmap pages and PMDs/PUDs
new 36832fdc75c4 fs/dax: remove FS_DAX_LIMITED config option
new 61ee50c9f48b mm: remove devmap related functions and page table bits
new b80375c8ae52 mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and [...]
new 4c8444cfcc22 mm: remove callers of pfn_t functionality
new 934763da582e mm/memremap: remove unused devmap_managed_key
new 2b5206b07a95 selftets/damon: add a test for memcg_path leak
new a9c2b426261c maple tree: use goto label to simplify code
new a3a5a22c8847 maple-tree-use-goto-label-to-simplify-code-fix
new 65e4ea8b4b28 selftests/mm: reduce uffd-unit-test poison test to minimum
new fee889b08060 selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix
new 9fa47d91fad9 mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()
new cebdc1465f7f mm/damon/sysfs-schemes: decouple from damos_quota_goal_metric
new 1a498e60bbd4 mm/damon/sysfs-schemes: decouple from damos_action
new 9ee31ce5e6d0 mm-damon-sysfs-schemes-decouple-from-damos_action-fix
new 0b857049d793 mm/damon/sysfs-schemes: decouple from damos_wmark_metric
new b213453f83d2 mm/damon/sysfs-schemes: decouple from damos_filter_type
new bdd8bf09970c mm/damon/sysfs: decouple from damon_ops_id
new 5ea42a7d05ff mm/vmscan: respect psi_memstall region in node reclaim
new f6ccd3ef1d3a mm/memcg: make memory.reclaim interface generic
new 8d2110d26333 mm-memcg-make-memoryreclaim-interface-generic-fix
new 29f8af81e362 mm/vmscan: make __node_reclaim() more generic
new 0ec66647cb06 mm: introduce per-node proactive reclaim interface
new 48f1be91f996 lib/test_vmalloc.c: use late_initcall() if built-in for in [...]
new cc74d0aef4c7 lib/test_vmalloc.c: restrict default test mask to avoid te [...]
new a629a7f46676 mm: unexport globally copy_to_kernel_nofault
new f1b32d190a43 mm-unexport-globally-copy_to_kernel_nofault-v2
new 59a0ce65028a selftests/mm: remove duplicate .gitignore entries
new a33b36f6c836 mm/madvise: remove the visitor pattern and thread anon_vma state
new cfd6068afeb2 mm/madvise: thread mm_struct through madvise_behavior
new 33895b13f894 mm/madvise: thread VMA range state through madvise_behavior
new 82e852ea550a mm/madvise: thread all madvise state through madv_behavior
new c89e047c1534 mm/madvise: eliminate very confusing manipulation of prev VMA
new 751ccc945a89 mm/madvise: fix very subtle bug
new 4e96f78aba01 selftests/proc: add /proc/pid/maps tearing from vma split test
new 9079082b570f selftests/proc: extend /proc/pid/maps tearing test to incl [...]
new 17593979498b selftests/proc: extend /proc/pid/maps tearing test to incl [...]
new 2a7cea0193ae selftests/proc: test PROCMAP_QUERY ioctl while vma is conc [...]
new a3da42e1502a selftests/proc: add verbose more for tests to facilitate d [...]
new 86f16f94117e mm/maps: read proc/pid/maps under per-vma lock
new b9078e9926b3 mm/madvise: fixup stray mmap lock assert in anon_vma_name()
new 5b03dd3d4f5c mm/maps: execute PROCMAP_QUERY ioctl under per-vma locks
new f55cd96333eb maple_tree: assert retrieving new value on a tree containi [...]
new ad6a980c5559 maple_tree: fix status setup on restore to active
new 53f9d848a382 maple_tree: add testing for restoring maple state to active
new d04f5a59e449 arm64/mm: optimize loop to reduce redundant operations of [...]
new 926222492a70 mm, madvise: simplify anon_name handling
new 2dd4eb79366b mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
new ea5112288d8b mm, madvise: move madvise_set_anon_name() down the file
new 6a0ad605677d mm, madvise: use standard madvise locking in madvise_set_a [...]
new 21b84690fe12 selftests/mm: fix UFFDIO_API usage with proper two-step fe [...]
new 0ec980d0e435 selftests/mm: fix UFFDIO_API usage with proper two-step fe [...]
new e4be8311f793 ksm_tests: skip hugepage test when Transparent Hugepages a [...]
new 5c368f3164d7 mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
new 6ae8d5006890 mm/mempolicy: simplify weighted interleave bulk alloc calc [...]
new 2064d5a64365 mm/mempolicy: skip extra call to __alloc_pages_bulk in wei [...]
new 2fa65092a9af kasan: unify static kasan_flag_enabled across modes
new d6ee5a7b0c15 kasan/arm64: call kasan_init_generic in kasan_init
new d72c95789ec2 kasan/arm: call kasan_init_generic in kasan_init
new 378aab40d992 kasan/xtensa: call kasan_init_generic in kasan_init
new f6de4c7a66a0 kasan/loongarch: call kasan_init_generic in kasan_init
new 34d5dbbeb979 kasan/um: call kasan_init_generic in kasan_init
new 688dad73a485 kasan/x86: call kasan_init_generic in kasan_init
new 739d93be060d kasan/s390: call kasan_init_generic in kasan_init
new 814616999aa8 kasan/powerpc: call kasan_init_generic in kasan_init
new bc5dc409317a kasan/riscv: call kasan_init_generic in kasan_init
new 3b20fd3b79d4 kasan: replace kasan_arch_is_ready with kasan_enabled
new 18a7faf8620a Merge branch 'mm-unstable' of git://git.kernel.org/pub/scm [...]
new b1a733e02599 include/linux/jhash.h: replace __get_unaligned_cpu32 in jh [...]
new fffbc0630181 ocfs2: replace simple_strtol with kstrtol
new d7bca59aef45 alpha: replace sprintf()/strcpy() with scnprintf()/strscpy()
new 726b84b57501 fork: clean-up naming of vm_stack/vm_struct variables in v [...]
new 99d8dbcea2d7 fork: define a local GFP_VMAP_STACK
new 16e2f97e1298 lib/math/gcd: use static key to select implementation at runtime
new c32e0a43b962 riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB [...]
new e56021d39979 riscv: optimize gcd() performance on RISC-V without Zbb extension
new 4c431b0b9b74 kernel: relay: use __GFP_ZERO in relay_alloc_buf
new 21ab6a749305 squashfs: pass the inode to squashfs_readahead_fragment()
new 363698e1a4c7 squashfs: use folios in squashfs_bio_read_cached()
new 8a677f4a00d4 Add a new optional ",cma" suffix to the crashkernel= comma [...]
new 9d8db1593a1f kdump: implement reserve_crashkernel_cma
new 8bfa03b8aa23 kdump, documentation: describe craskernel CMA reservation
new 612aa3d3c211 kdump: wait for DMA to finish when using CMA
new 736ec6645f00 x86: implement crashkernel cma reservation
new f939a1d51d75 relayfs: abolish prev_padding
new cdeb1128761c relayfs: support a counter tracking if per-cpu buffers is full
new 7d4115b793da relayfs: introduce getting relayfs statistics function
new c8b3999040d1 blktrace: use rbuf->stats.full as a drop indicator in relayfs
new 5df41d3e89a7 relayfs: support a counter tracking if data is too big to write
new 0d4991f0746c kcov: fix typo in comment of kcov_fault_in_area
new e1efea4cea1a exit: fix misleading comment in forget_original_parent()
new 58e209f90922 mul_u64_u64_div_u64: fix the division-by-zero behavior
new 2f8b1ffe67fc checkpatch: use utf-8 match for spell checking
new d1753dd99c6b uprobes: revert ref_ctr_offset in uprobe_unregister error path
new 0cb2c0dce6b3 ocfs2: reset folio to NULL when get folio fails
new 654caabb0239 ocfs2: remove redundant NULL check in rename path
new d0ce26be042b fork: clean up ifdef logic around stack allocation
new f571056b2307 scripts: gdb: move MNT_* constants to gdb-parsed
new f156a5c209aa lib/raid6: replace custom zero page with ZERO_PAGE
new 992d06c28ec2 lib-raid6-replace-custom-zero-page-with-zero_page-v3
new ea454954b340 MAINTAINERS: add lib/raid6/ to "SOFTWARE RAID"
new 771b18879da1 ocfs2: kill osb->system_file_mutex lock
new 6400859c5041 lib: test_objagg: split test_hints_case() into two functions
new 418f0612942c kthread: update comment for __to_kthread
new 02e39b0c6d56 fs: fat: Prevent fsfuzzer from dominating the console
new 418b7df9982d tools/accounting/delaytop: add delaytop to record top-n ta [...]
new 72f8ae2dfb62 selftests: ptrace: add set_syscall_info to .gitignore
new 63eb29784cb2 ocfs2: embed actual values into ocfs2_sysfile_lock_key names
new 5bca01b2761b ocfs2: update d_splice_alias() return code checking
new 4bbe735148e6 mailmap: update Sachin Mokashi's email address
new c1172e400874 fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()
new c06a57b443e4 scripts: headers_install: fix a false positive
new 7c86189c7dd2 Merge branch 'mm-nonmm-unstable' of git://git.kernel.org/p [...]
new 2efc89113daa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new aa497357c125 perf stat: Fix uncore aggregation number
new e150120e8bd9 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new 3eb06f6ce3af arm64: cpufeature: Introduce MATCH_ALL_EARLY_CPUS capability type
new 5aa4b625762e arm64: Add BBM Level 2 cpu feature
new 212c439bdd8f iommu/arm: Add BBM Level 2 smmu feature
new 83bbd6be7d17 arm64/mm: Elide tlbi in contpte_convert() under BBML2
new 261082ee465b Merge branch 'for-next/user-contig-bbml2' into for-next/core
new 1b50d896f251 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new 43592efe23a0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 30e9fe069f3a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 57d94bfde17b Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new 6635adaf82de Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8d0d8918ccaa Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new bd9141e3378e Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 6ae5bb31e2eb Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 36c2bf42b6f0 arm64: dts: imx95-19x19-evk: fix the overshoot issue of NETC
new e0322ac2a3cf arm64: dts: imx95-15x15-evk: fix the overshoot issue of NETC
new 720fd1cbc0a0 arm64: dts: add big-endian property back into watchdog node
new 37ccad07fd05 MAINTAINERS: add NXP S32G RTC driver
new 1090e73c601b Merge branch 'imx/drivers' into for-next
new cbbd26cf48ec Merge branch 'imx/bindings' into for-next
new 4e357f84af5e Merge branch 'imx/dt' into for-next
new ac55c194f18c arm64: dts: imx94: Add micfil and mqs device nodes
new 1bb57ed1b450 arm64: dts: imx943-evk: add lpi2c support
new c757036a6602 arm64: dts: imx943-evk: add i2c io expander support
new bbe944d729a3 arm64: dts: imx943-evk: add sound-wm8962 support
new b4ff842d24c0 arm64: dts: imx943-evk: add bt-sco sound card support
new 715dc11c78d8 arm64: dts: imx943-evk: Add PDM microphone sound card support
new de8b24abf661 arm64: dts: imx95: add SMMU support for NETC
new bf9a37694221 Merge branch 'imx/dt64' into for-next
new 4f283a1f98d0 Merge branch 'imx/defconfig' into for-next
new 816041902f8a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 18ac67b630d0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c92000388904 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 297bd457c893 arm: dts: omap: am335x-bone-common: Rename tps to generic [...]
new 23c7d1976f52 dt-bindings: omap: Add Seeed BeagleBone Green Eco
new 6d04ead94d49 arm: dts: omap: Add support for BeagleBone Green Eco board
new 299c277aa74c arm: omap2plus_defconfig: Enable TPS65219 regulator
new 536407b5b87d arm: multi_v7_defconfig: Enable TPS65219 regulator
new 3602b12e11d2 Merge branch 'omap-for-v6.17/soc' into tmp/omap-next-20250 [...]
new c5e94f77371a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ba6c21c2771a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2a8c4113ed92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 13863269f5b1 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new edc4a9d1dc16 arm64: defconfig: enable further Rockchip platform drivers
new 668272fa7a03 Merge branch 'v6.17-armsoc/defconfig64' into for-next
new 53b6445ad08f arm64: dts: rockchip: use cs-gpios for spi1 on ringneck
new 9037532ab893 arm64: dts: rockchip: Add missing fan-supply to rk3566-quartz64-a
new 0743f8ec17df Merge branch 'v6.16-armsoc/dtsfixes' into for-next
new aba7987a536c arm64: dts: rockchip: Enable HDMI PHY clk provider on rk3576
new 4ab8b8ac952f arm64: dts: rockchip: Add HDMI PHY PLL clock source to VOP [...]
new f9f45293f0d8 arm64: dts: rockchip: Enable HDMI receiver on CM3588
new 29ff4bbff793 arm64: dts: rockchip: enable PCIe on ROCK 4D
new 84fb79b8acca arm64: dts: rockchip: Add bluetooth support to ArmSoM Sige7
new 6e3071f4e039 arm64: dts: rockchip: Enable eMMC HS200 mode on Radxa E20C
new e05818ef75be Merge branch 'v6.17-armsoc/dts64' into for-next
new 56a24f998b41 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4292564c71cf arm64: dts: exynos: gs101: ufs: add dma-coherent property
new cb98b8a8d6e2 arm64: dts: exynos: gs101-pixel-common: add main PMIC node
new 98be2d60fdb7 arm64: dts: exynos: gs101: switch to gs101 specific reboot
new 5e6dfd772ddc Merge branch 'next/dt64' into for-next
new a7d7aebed400 arm64: defconfig: enable Samsung PMIC over ACPM
new 6a37b3c73a59 Merge branch 'next/defconfig' into for-next
new 06c04e490ca0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5ad4b35b5e23 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new e9b8788e7a15 Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 4c38fac43c2f Merge branch 'for-next' of https://github.com/spacemit-com/linux
new 224ab01abd05 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 0ec96a4b6a83 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new c195dec23b93 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 808abf6b6868 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cf5e81da0ed7 riscv: dts: thead: th1520: Add GPU clkgen reset to AON node
new c31f2899eab0 riscv: dts: thead: Add PVT node
new ed1d6d40f34b Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
new 34032bcf6b57 Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new 2dd1a55da19d Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 16b1658c0fbc Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new 18aefa950f3c Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
new 0370395d45ca clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
new 7495ce91688f Merge branch 'thead-clk-for-next' of https://github.com/pd [...]
new 4fcaa49afac2 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
new 72fe6dafaa61 m68k: mm: Convert get_pointer_table() to use ptdescs
new 5bea64689d9f m68k: mm: Convert free_pointer_table() to use ptdescs
new 66aebe56de33 m68k: mm: Convert init_pointer_table() to use ptdescs
new 8135422ae047 m68k: mm: Convert pointer table macros to use ptdescs
new 1424f3195fc7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fa6a29529b35 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new 05c6a615cab9 Merge branch 'for-next' of git://github.com/openrisc/linux.git
new f9a1871e5144 powerpc/configs/64s: Enable CONFIG_KALLSYMS_ALL
new a206d2334012 powerpc/defconfigs: Set HZ=1000 on ppc64 and powernv defconfigs
new 7b7b08b508bd powerpc/microwatt: Correct ISA version number in device tree
new 77ad7ef4a29b powerpc: eeh: use lock guard for mutex
new 6a21d3c5b3ba powerpc: rtas: use lock guard for mutex
new 56534636c3c3 powerpc: fadump: use lock guard for mutex
new 37989b532bc2 powerpc: book3s: vas: use lock guard for mutex
new 8ea7819f6ec5 powerpc: powernv: ocxl: use lock guard for mutex
new 52d4639d6890 powerpc: sysdev: use lock guard for mutex
new c8346079cd96 KVM: PPC: Book3S HV: Add H_VIRT mapping for tracing exits
new 41a1452759a8 powerpc/pseries/dlpar: Search DRC index from ibm,drc-index [...]
new 58450938f771 book3s64/radix : Handle error conditions properly in radix [...]
new f5164797284d book3s64/radix : Optimize vmemmap start alignment
new cf183c1730f2 powerpc: floppy: Add missing checks after DMA map
new af65743ad7b0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new db66b74f0d3b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e43c1073ceec Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
new 0cb39c973890 s390/smp: Remove conditional emergency signal order code usage
new 523311bb1321 Merge branch 'features' into for-next
new 9eb8364d688d Merge branch 'fixes' into for-next
new 4ec6d31eeec9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0457f08a4b54 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
adds fbf913cb72a5 bcachefs: Fix incorrect transaction restart handling
adds 1b68e7f71480 bcachefs: opts.casefold_disabled
adds 87f0c24012d9 bcachefs: fsck: dir_loop, subvol_loop now autofix
adds 0d520d044373 bcachefs: kill darray_u32_has()
adds 92c82171bc01 bcachefs: Reduce __bch2_btree_node_alloc() stack usage
adds 29362082ffff bcachefs: Allow CONFIG_UNICODE=m
adds dd1e1de88de9 bcachefs: use scoped_guard() in fast_list.c
adds dbbca762f9e3 bcachefs: DEFINE_CLASS()es for dev refcounts
adds ec1a430184f6 bcachefs: More errcode conversions
adds 7f643a40f6bc bcachefs: add an unlikely() to trans_begin()
adds cf91b15f6297 bcachefs: Plumb trans_kmalloc ip to trans_log_msg
adds ff50bbaa58a0 bcachefs: Don't log error twice in allocator async repair
adds 0b104cd5e470 bcachefs: Don't memcpy more than needed
adds 6bd0a3ec1fff bcachefs: bch2_trans_has_updates()
adds 5d92d2d7d711 bcachefs: Improve inode deletion
adds 6d7644e987c9 bcachefs: Don't peek key cache unless we have a real key
adds 8da0b1b2a982 bcachefs: Evict/bypass key cache when deleting
adds 3191822a6d72 bcachefs: Refactor trans->mem allocation
adds c06d4985806c bcachefs: Shut up clang warning
adds 3db61cbb523e bcachefs: -o fix_errors may now be used without -o fsck
adds 3e1fecac8ff1 bcachefs: Improved btree node tracepoints
adds c2ee54c7c962 bcachefs: Finish error_throw tracepoints
adds 2740ffc13ecb bcachefs: Simplify bch2_bio_map()
adds a217217d4682 bcachefs: Use bio_add_folio_nofail() for unfailable operations
adds 747049b0437a bcachefs: Improve inode_create behaviour on old filesystems
adds 43e9b16d64be Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
adds 6149f46d4d45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
adds 9fa95e1f3ddb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 3bbe46716092 smb: client: fix warning when reconnecting channel
adds 74ebd02163fd cifs: all initializations for tcon should happen in tcon_i [...]
adds 89fa862ca44a smb: change return type of cached_dir_lease_break() to bool
adds ce858ddfe33a Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
adds 5b21c730fe4c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
adds 75eb27c85e4f Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
adds 8631e01c2c5d fanotify: sanitize handle_type values when reporting fid
adds 5ee4a6761708 samples: fix building fs-monitor on musl systems
adds 9acb79ac61d9 Pull fixes from Amir and Brahmajit.
adds daace1f08a48 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
adds 0e487f81fa57 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
adds 88d2aaf75619 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
adds 958636cc69b8 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
adds 4242d6569258 NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACC [...]
adds 25e0176ba9e0 NFSD: release read access of nfs4_file when a write delega [...]
adds de6db05888b9 sunrpc: simplify xdr_init_encode_pages
adds 0cf8f48c0a03 sunrpc: simplify xdr_partial_copy_from_skb
adds 28e561b54394 sunrpc: unexport csum_partial_copy_to_xdr
adds fdcd75f50393 sunrpc: new tracepoints around svc thread wakeups
adds 5a66b79ac9eb nfsd: Change the type of ek_fsidtype from int to u8 and us [...]
adds 4ef9e9ebff87 nfsd: handle get_client_locked() failure in nfsd4_setclien [...]
adds 5dea3d6567bd NFSD: detect mismatch of file handle and delegation statei [...]
adds d752bcd012da NFSD: Rename a function parameter
adds e2ca53dc7d3a NFSD: Make nfsd_genl_rqstp::rq_ops array best-effort
adds d65360809302 NFSD: Remove the cap on number of operations per NFSv4 COMPOUND
adds 779d20ee2f19 nfsd: Use correct error code when decoding extents
adds ca645d90832f NFSD: Remove definition for trace_nfsd_file_unhash_and_queue
adds 917ccda8bd96 NFSD: Remove definitions for unused trace_nfsd_file_lru tr [...]
adds e6d7183b81e6 NFSD: Remove definition for trace_nfsd_file_gc_recent
adds 3b79549e9966 NFSD: Remove definition for trace_nfsd_ctl_maxconn
adds bb96f2e16a75 NFSD: Clean up kdoc for nfsd_file_put_local()
adds 84a25d9ff40d NFSD: Clean up kdoc for nfsd_open_local_fh()
adds 6931adbc3a0f Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
adds b161162de706 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
adds 9e9b46672b1d xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags mask
adds 481e99aa7221 Merge branch 'xfs-6.16-fixes' into for-next
adds ed86758af25e Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
adds 9763d8ca187f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds bfcaf935288a Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
adds 61c5d53e8157 simple_recursive_removal(): saner interaction with fsnotify
adds 97ce4fbccde9 new helper: simple_start_creating()
adds 3a8181955be2 rpc_pipe: clean failure exits in fill_super
adds d025bd5314cb rpc_{rmdir_,}depopulate(): use simple_recursive_removal() instead
adds e54cdcc94bb5 rpc_unlink(): use simple_recursive_removal()
adds 74cfffe3fa38 rpc_populate(): lift cleanup into callers
adds acf5779a1dca rpc_unlink(): saner calling conventions
adds 6d9c0e5ad9a3 rpc_mkpipe_dentry(): saner calling conventions
adds 4d437814c5de rpc_pipe: don't overdo directory locking
adds 829880228b62 rpc_pipe: saner primitive for creating subdirectories
adds 1572dae5f294 rpc_pipe: saner primitive for creating regular files
adds 7c47effbd532 rpc_mkpipe_dentry(): switch to simple_start_creating()
adds e337977f20d6 rpc_gssd_dummy_populate(): don't bother with rpc_populate()
adds 071534fbf215 rpc_pipe: expand the calls of rpc_mkdir_populate()
adds e78d9eb3519e rpc_new_dir(): the last argument is always NULL
adds 90e06ba0eee8 rpc_create_client_dir(): don't bother with rpc_populate()
adds c6f654c8eba1 rpc_create_client_dir(): return 0 or -E...
adds d3a26651923d Merge branch 'work.rpc_pipe' into for-next
adds 8ab031515c9d add locked_recursive_removal()
adds 7ada26e828b8 spufs: switch to locked_recursive_removal()
adds 9ac35c07efdb binfmt_misc: switch to locked_recursive_removal()
adds 6f8454e40e60 pstore: switch to locked_recursive_removal()
adds f10f2890f786 fuse_ctl: use simple_recursive_removal()
adds cc83e23ff101 kill binderfs_remove_file()
adds b555e93402ba functionfs, gadgetfs: use simple_recursive_removal()
adds 7bddf0b4a9da Merge branch 'work.simple_recursive_removal' into for-next
adds d99142e57314 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new df759798c11d Merge branch 'fs-next' of linux-next
new 83804d303f03 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a6f494becf09 PCI/AER: Add message when AER_MAX_MULTI_ERR_DEVICES limit is hit
new 55e2fd3578e8 Merge branch 'pci/aer'
new 8dba2757280a Merge branch 'pci/aspm'
new a02fd05661d7 PCI: Extend isolated function probing to LoongArch
new 9989e0ca7462 PCI: Fix link speed calculation on retrain failure
new b85af48de3ec PCI: Adjust the position of reading the Link Control 2 register
new a2ceb573670d Merge branch 'pci/enumeration'
new fa4757eb0751 Merge branch 'pci/pwrctrl'
new 189a3a9b0c06 Merge branch 'pci/dt-bindings'
new d79123d79a81 PCI: endpoint: Fix configfs group list head handling
new 910bdb8197f9 PCI: endpoint: Fix configfs group removal on driver teardown
new 9e946052c50a Merge branch 'pci/endpoint/core'
new 7ea488cce732 PCI: endpoint: pci-epf-vntb: Return -ENOENT if pci_epc_get [...]
new a079d83c4afd PCI: endpoint: pci-epf-vntb: Align MW naming with config names
new 4eacb24f6fa3 PCI: endpoint: pci-epf-vntb: Allow BAR assignment via configfs
new 6b6fe2df4f56 Merge branch 'pci/endpoint/epf-vntb'
new 817f989700fd PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET [...]
new bbc6a829ad3f PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MS
new c7eb9c5e1498 PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_WAIT_MS after lin [...]
new 15b6b243cc2b PCI: qcom: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQ
new 80dc18a0cba8 PCI: dwc: Ensure that dw_pcie_wait_for_link() waits 100 ms [...]
new d7467bc72ce4 PCI: Move link up wait time and max retries macros to pci.h
new 470f10f18b48 PCI: Reduce PCIE_LINK_WAIT_SLEEP_MS
new 78805a4ab0fc Merge branch 'pci/controller/linkup-fix'
new 9c207e7696ad Merge branch 'pci/controller/altera'
new 3dee7e218b09 Merge branch 'pci/controller/brcmstb'
new 27a856485443 Merge branch 'pci/controller/cadence'
new 032f05be51ab PCI: dwc: Simplify the return value of PTM debugfs functio [...]
new 0fcdee82077e Merge branch 'pci/controller/dwc'
new c330da5024d9 Merge branch 'pci/controller/dw-rockchip'
new 3aeaacf20ea0 Merge branch 'pci/controller/mediatek-gen3'
new f99d5bf4d003 Merge branch 'pci/controller/mobiveil'
new 4587c52a6243 Merge branch 'pci/controller/rockchip'
new 57a5c3abd8cf Merge branch 'pci/controller/rockchip-host'
new 68023c1592a4 Merge branch 'pci/controller/sophgo'
new 45975ae2547f Merge branch 'pci/controller/vmd'
new 4e86d9d89f33 Merge branch 'pci/misc'
new 76c5e09d8199 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ae3563dc2140 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new 9f107fef383c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new aabc3d6fed16 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new 024499a4c4c3 i2c: tegra: Add missing kernel-doc for dma_dev member
new 724924942ab2 dt-bindings: i2c: renesas,riic: Move ref for i2c-controlle [...]
new ac54e31a2053 dt-bindings: i2c: renesas,riic: Document RZ/T2H and RZ/N2H [...]
new 7194d296ce38 i2c: riic: Pass IRQ desc array as part of OF data
new 2670dde4b7db i2c: riic: Move generic compatible string to end of array
new 8efbabfe5cb8 i2c: riic: Add support for RZ/T2H SoC
new 2ba2bb5bfb45 dt-bindings: i2c: nxp,pnx-i2c: allow clocks property
new 9b7d9d7ab408 i2c: stm32f7: Use str_on_off() helper
new ca2f83d122fd i2c: imx: use guard to take spinlock
new 690890e87197 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new df7ae13acdcb Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new c13702f8e951 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new d629ca4f18f8 media: i2c: max96717: Drop unused field assignment
new 72aa1c5f1d0f media: dt-bindings: mipi-ccs: Refer to video-interface-dev [...]
new 5a0abb8909b9 media: v4l2-common: Reduce warnings about missing V4L2_CID [...]
new 72da392727ea media: ipu-bridge: Add link-frequency to the GC0310 entry
new 9fbf2ee81f8c media: i2c: imx415: Request the sensor clock without a name
new 4743c1fad068 media: i2c: imx214: Reorder imx214_parse_fwnode call
new a55a5e616b67 media: i2c: imx214: Prepare for variable clock frequency
new b9b359662952 media: i2c: imx214: Make use of CCS PLL calculator
new 5ecc7b0b48f2 media: dt-bindings: sony,imx214: Deprecate property clock- [...]
new 2db8bd2efd97 media: i2c: imx214: Remove hard-coded external clock frequency
new bbcc96df756a MAINTAINERS: Update my email address to gmail.com
new 3bd71a34baf6 media: dt-bindings: mt9m114: Add slew-rate DT-binding
new 208119b4a116 media: mt9m114: Bypass PLL if required
new 3aa7c3da1f7d media: mt9m114: Factor out mt9m114_configure_pa
new 298d1471cf83 media: mt9m114: Fix deadlock in get_frame_interval/set_fra [...]
new 3c607baf6863 media: i2c: set lt6911uxe's reset_gpio to GPIOD_OUT_LOW
new 4e89c747358f media: i2c: Defer ov5670_probe() if endpoint not found
new bca5cfbb694d platform/x86: int3472: Add board data for Dell 7212
new 484f8bec3ddb media: ipu-bridge: Add _HID for OV5670
new d0016b2a00d4 media: ipu3-cio2: Use V4L2 subdev active state
new 784e010ed1e1 media: ipu-bridge: Add support for additional link frequencies
new 5a0400aca5fa media: v4l2-ctrls: Don't reset handler's error in v4l2_ctr [...]
new 04f541cef2db media: v4l2-ctrls: Return the handler's error in v4l2_ctrl [...]
new bd227d0fc25c media: Documentation: Document new v4l2_ctrl_handler_free( [...]
new 0d0ccb91c92f dt-bindings: media: ov8858: inherit video-interface-device [...]
new 77369edb3c61 dt-bindings: media: imx258: inherit video-interface-device [...]
new 0c92c49fc688 media: ivsc: Fix crash at shutdown due to missing mei_clde [...]
new 23983ae6fcb2 media: ivsc: Remove Wentong's e-mail address
new ea200a16d6c7 media: ov2740: Remove shorthand variables
new 29d77da94173 media: ipu-bridge: Add Toshiba T4KA3 HID to list of suppor [...]
new dd8bb4a2ecd3 media: ipu-bridge: Add Onsemi MT9M114 HID to list of suppo [...]
new 2371517601aa media: Documentation: Improve grammar, formatting in Video4Linux
new 76f0c8244692 media: ov5693: Improve error logging when fwnode is not found
new 826f6fd67691 media: ov7251: Improve error logging when fwnode is not found
new fabb0595b58f media: ov8865: Improve error logging when fwnode is not found
new 9316e398e2e9 media: ipu-bridge: Improve error logging when waiting for [...]
new feec4b07c820 media: dw9714: coding style fixes
new 1eefe42e9de5 media: dw9714: move power sequences to dedicated functions
new 03dca1842421 media: dw9714: add support for powerdown pin
new 5b69a84005b6 media: i2c: vd55g1: Fix RATE macros not being expressed in bps
new 5931eed35cb6 media: i2c: vd55g1: Fix return code in vd55g1_enable_strea [...]
new df2f8fd91bde media: i2c: vd55g1: Setup sensor external clock before patching
new 3062098a2224 media: i2c: vd55g1: Use first index of mbus codes array as [...]
new 43f661a77c3f media: v4l2-subdev: Limit the number of active routes to V [...]
new 5fe204033d9d media: i2c: ds90ub913: Drop check on number of active routes
new a3e3fcff07c5 media: i2c: ds90ub953: Drop check on number of active routes
new 137000ce8875 media: i2c: ds90ub960: Drop check on number of active routes
new 35392e855abf media: i2c: max96714: Drop check on number of active routes
new 6689f7244f25 Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new f28c7e80de87 Merge branch 'pm-sleep' into fixes
new 964209202ebe powercap: intel_rapl: Do not change CLAMPING bit if ENABLE [...]
new d92ef97fd956 Merge branch 'pm-powercap' into fixes
new 9ada186b7393 Merge branch 'fixes' into linux-next
new 9b20fb0932e8 Merge branches 'acpica' and 'acpi-proc' into linux-next
new 250fafb5d3f6 Merge branches 'acpi-apei', 'acpi-dptf' and 'acpi-debug' i [...]
new 24d03cd2867a Merge branch 'thermal-intel' into linux-next
new af9a7632a423 Merge branch 'pm-cpufreq' into linux-next
new 6ab002e67804 Merge branch 'pm-runtime' into linux-next
new 2f644e830aec Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 6cd12602ec18 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
new db5010339b77 Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
new 53bc3e19a1a9 Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
new de97324d1e37 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e01a29e917a1 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...]
new c05740abced0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7012d4f3c7a8 net/mlx5e: Fix error handling in RQ memory model registration
new 99e3eb454cc4 net: ethtool: avoid OOB accesses in PAUSE_SET
new 5ec353dbff4f net: ethtool: take rss_lock for all rxfh changes
new 739d18cce105 net: ethtool: move rxfh_fields callbacks under the rss_lock
new 040cef30b5e6 net: ethtool: move get_rxfh callback under the rss_lock
new 647496422ba9 Merge branch 'net-ethtool-consistently-take-rss_lock-for-a [...]
new af232e7615e4 ipv6: guard ip6_mr_output() with rcu
new 03dc03fa0432 neighbor: Add NTF_EXT_VALIDATED flag for externally valida [...]
new 171f2ee31a42 selftests: net: Add a selftest for externally validated ne [...]
new b28fe7f20a05 Merge branch 'add-support-for-externally-validated-neighbo [...]
new b7ad21258f9e net: fec: allow disable coalescing
new f5ed33771bce net: enetc: change the statistics of ring to unsigned long type
new 9fe5f7145ad7 net: enetc: separate 64-bit counters from enetc_port_counters
new 4c7ef319848f net: enetc: read 64-bit statistics from port MAC counters
new 7878e21e40d4 Merge branch 'net-enetc-change-some-statistics-to-64-bit'
new d8d380de42cb Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 5272b51367ea bpf: Fix string kfuncs names in doc comments
new a5a7b25d7535 bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG [...]
new bacdf5a0e69d selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattr
new ffaff1804e2c selftests/bpf: improve error messages in veristat
new c4b1be928ea0 selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access tests
new 188ce6ad1091 Merge branch 'bpf-next/master' into for-next
new da63d0860a8f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ed16888db558 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 44aadc8bfbb1 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/l [...]
new 00cde9e6de29 Bluetooth: hci_event: Fix not marking Broadcast Sink BIS a [...]
new 2a0ae2f6cd36 Bluetooth: hci_sync: Fix not disabling advertising instance
new 4c520ee89df9 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new e2d18c23ec05 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 190693029eee Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new 083131a46719 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new 78dc8c4cf2a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new e49a3eac9207 lib/crypto: Explicitly include <linux/export.h>
new e0fca177556c crypto: sha512 - Rename conflicting symbols
new b693c703accb lib/crypto: sha512: Add support for SHA-384 and SHA-512
new 23e8b4371dbd lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support
new 485deceec039 crypto: riscv/sha512 - Stop depending on sha512_generic_block_fn
new 469acaa12502 crypto: sha512 - Replace sha512_generic with wrapper aroun [...]
new 4bc7f7b687a2 crypto: sha512 - Use same state format as legacy drivers
new 24c91b62ac50 lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library
new 60e3f1e9b7a5 lib/crypto: arm64/sha512: Migrate optimized SHA-512 code t [...]
new ecac3068ffc2 mips: cavium-octeon: Move octeon-crypto.h into asm directory
new 7117739ad2b4 lib/crypto: mips/sha512: Migrate optimized SHA-512 code to [...]
new b59059a22c5a lib/crypto: riscv/sha512: Migrate optimized SHA-512 code t [...]
new b7b366087e0f lib/crypto: s390/sha512: Migrate optimized SHA-512 code to [...]
new 02b35bab7e6c lib/crypto: sparc/sha512: Migrate optimized SHA-512 code t [...]
new 484c18119f4f lib/crypto: x86/sha512: Migrate optimized SHA-512 code to library
new 6486f2b0368d lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0
new 9b5c0d82b26d crypto: sha512 - Remove sha512_base.h
new 4a32e5dc1dcf lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/
new 61f86c70cf41 lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/
new 7e54e993ab8c lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/
new 676d45aba8c4 lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into li [...]
new daed4fcf04db lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/
new b8456f7aaf35 lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/
new a32e93e10067 lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/
new 74750aa78de3 lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/
new a6d2f48b00f7 MAINTAINERS: Drop arch/*/lib/crypto/ pattern
new 22375adaa0d9 lib/crypto: mips/chacha: Fix clang build and remove unneed [...]
new bb5807f5f0a2 Merge branch 'libcrypto-next' of git://git.kernel.org/pub/ [...]
new b08a2d5b8858 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 3832dc42aed9 dt-bindings: display: vop2: Add optional PLL clock propert [...]
new 026a60e3c1c5 drm/vmwgfx: drop printing the TTM refcount for debugging
new 2af612ad4290 drm/dp: Introduce new member in drm_backlight_info
new c802a6b81b70 drm/dp: Add argument in drm_edp_backlight_init
new 81fd01414f25 drm/dp: Add argument for max luminance in drm_edp_backlight_init
new 08e81e2ded98 drm/dp: Move from u16 to u32 for max in drm_edp_backlight_info
new 9274a940f1c9 drm/dp: Change current_level argument type to u32
new c38da578a86e drm/dp: Modify drm_edp_probe_state
new 2ff7f0c381c1 drm/dp: Change argument type for drm_edp_backlight_set_level
new f2db78e37fe7 drm/dp: Modify drm_edp_backlight_set_level
new 05a76aef23df drm/dp: Change argument type of drm_edp_backlight_enable
new ba02bf8e868a drm/dp: Enable backlight control using luminance
new e13af5166a35 drm/i915/backlight: Use drm helper to initialize edp backlight
new aede23820254 drm/i915/backlight: Use drm helper to set edp backlight
new bdad4aa48c15 drm/i915/backlight: Use drm_edp_backlight_enable
new 8285af822196 drm/sched/tests: Make timedout_job callback a better role model
new 978a84297371 dt-bindings: vendor-prefixes: document Shenzhen DJN Optron [...]
new 54bd1390e984 dt-bindings: display: panel: Add Himax HX83112B
new df401fa1b807 drm/panel: Add driver for DJN HX83112B LCD panel
new 7513437b42d3 dt-bindings: display: panel: Make reset-gpio as optional f [...]
new 941461216c8d drivers/panel: raydium-rm67200: Make reset-gpio optional
new 691674a282bd drm/panel: raydium-rm67200: Move initialization from enabl [...]
new 4dfed55bfb4b drm/panel: raydium-rm67200: Add missing drm_display_mode flags
new 576fca060f16 drm/panthor: Wait for _READY register when powering on
new 1648a802e426 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 61feed0baa1a drm/amdgpu/sdma5.x: suspend KFD queues in ring reset
new 5d14fdab4778 amdkfd: MTYPE_UC for ext-coherent system memory
new 6531fd55f321 drm/amd: Do not include <linux/export.h> when unused
new 28472374291c drm/amd: Include <linux/export.h> when needed
new 51526efe0271 drm/amdgpu: Include sdma_4_4_4.bin
new a29e067bd389 drm/amdkfd: Don't call mmput from MMU notifier callback
new 1bec2f270766 drm/amd/pm: Fetch SMUv13.0.12 xgmi max speed/width
new a3e510fd69c3 drm/amdgpu: Convert from DRM_* to dev_*
new 4948e6c7fb2a drm/amdgpu: Test for imported buffers with drm_gem_is_imported()
new 515986100d17 drm/amdgpu: Use dma_buf from GEM object instance
new 26143d299271 drm/amdgpu: indent an if statement
new 8cf66089e281 drm/amdgpu: Fix memory leak in amdgpu_ctx_mgr_entity_fini
new 1e9d17a5dcf1 drm/amdkfd: add hqd_sdma_get_doorbell callbacks for gfx7/8
new d0c35c84dcfa drm/amdgpu: remove job parameter from amdgpu_fence_emit()
new 787e2ce10fdc drm/amdgpu: update ring reset function signature
new 821aacb2dcf0 drm/amdgpu: rework queue reset scheduler interaction
new 2dee58ca471d drm/amdgpu: move force completion into ring resets
new 43ca5eb94b38 drm/amdgpu: move guilty handling into ring resets
new 38b20968f3d8 drm/amdgpu: move scheduler wqueue handling into callbacks
new 158b9201c17f drm/amd/display: add null check
new 156374b2a6ce drm/amd/display: Remove unused tunnel BW validation
new 8ebfc4d25a62 drm/amd/display: prepare for new platform
new 86fa0b9830a9 drm/amd/display: Refactor DML21 Initialization and Configuration
new 660a467a5e73 drm/amd/display: Separate set_gsl from set_gsl_source_select
new fe7645d22bc0 drm/amd/display: Added case for when RR equals panel's max [...]
new 51496c7737d0 drm/amd/display: Don't allow OLED to go down to fully off
new 9c6669c2e21a drm/amd/display: Fix Link Override Sequencing When Switchi [...]
new 99e25e4683d7 drm/amd/display: Add DPP & HUBP reset if power gate enable [...]
new 5e0d1c5d269d drm/amd/display: [FW Promotion] Release 0.1.17.0
new e7ac92cb5207 drm/amd/display: Promote DAL to 3.2.340
new de5e9fe092f9 drm/amd: Decrease message level for legacy-pm, kv-dpm and si-dpm
new 7951cc16674f drm/amd: Change legacy-dpm DRM_*() macros to drm_*()
new cea3031b4249 drm/amd: Change kv-dpm DRM_*() macros to drm_*()
new 4a33ca3f6ee9 drm/amdgpu: Use correct severity for BP threshold exceed event
new 0b7f13551e4c drm/amdgpu: Fix error with dev_info_once usage
new cfce8f4fa768 drm/amdgpu: refine ras error injection when eeprom initial [...]
new 3b3afba42f9c drm/amdgpu: Fix code style issue
new a6d6a86e94bf drm/amdgpu: Remove useless timeout error message
new dc5c742f41c0 drm/radeon: bump version to 2.51.0
new 2ecdb61f76eb drm/amdgpu/sdma6: add more ucode version checks for userq support
new 87850903b382 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new d5bafb1c294c drm/i915/display: Fix macro HAS_ULTRAJOINER
new c40f14e99e52 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new b5301c8ed71e drm/ci: python-artifacts: use shallow clone
new 066147e06bb8 drm/ci: uprev mesa and ci-templates
new 9386dc09c504 drm/ci: Remove sdm845/cheza jobs
new 316b31dd39bf drm/ci: i915: cml: Fix the runner tag
new f17c329a485a Merge branch 'msm-next' of https://gitlab.freedesktop.org/ [...]
new 59f0794dd016 Merge branch 'msm-next-lumag' of https://gitlab.freedeskto [...]
new d3104d97d6e9 Merge branch 'nova-next' of https://gitlab.freedesktop.org [...]
new 81962284995a Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new bdaf591f188e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 56e1767637ef Merge remote-tracking branch 'regmap/for-6.17' into regmap-next
new 7facca8f742c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 90c8c31e19d4 ALSA: timer: Replace deprecated strcpy() with strscpy()
new 24ffcf7f27cf ALSA: hrtimer: Replace deprecated strcpy() with strscpy()
new 66b338d006d7 ALSA: dummy: Replace deprecated strcpy() with strscpy()
new 01be9741dc69 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d84dd676245f Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 29ddce17e909 ASoC: codecs: Add calibration function to aw88399 chip
new 86a5028a849b Merge remote-tracking branch 'asoc/for-6.17' into asoc-next
new a783fb150016 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new caca01f251ac module: Fix memory deallocation on error path in move_module()
new f4e47f3ac798 module: Avoid unnecessary return value initialization in m [...]
new 2bdad137e1a8 Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 409fe0cea366 Input: goodix - add support for polling mode
new fc75e51e6977 Input: pcf50633-input - remove the driver
new 54e626d097b0 Input: max8997_haptic - optimize PWM configuration
new 7b663f7e0b1e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4b424a3f7d91 Merge tag 'rtc-6.16-fixes' of git://git.kernel.org/pub/scm [...]
new 6f11adcc6f36 io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well
new 66701750d556 Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linux
new 94b2030968be io_uring: remove errant ';' from IORING_CQE_F_TSTAMP_HW de [...]
new 9318fa9f39c0 Merge branch 'for-6.17/io_uring' into for-next
new 9b8b84879d4a block: Increase BLK_DEF_MAX_SECTORS_CAP
new 3f66ccbaaef3 block: Make REQ_OP_ZONE_FINISH a write operation
new f70291411ba2 block: Introduce bio_needs_zone_write_plugging()
new 2df7168717b7 dm: Always split write BIOs to zoned device limits
new e549663849e5 dm: dm-crypt: Do not partially accept write BIOs with zone [...]
new 409f9287dab3 dm: Check for forbidden splitting of zone write operations
new 38446014648c block: don't merge different kinds of P2P transfers in a s [...]
new 858299dc6160 block: add scatterlist-less DMA mapping helpers
new de769c846ae4 nvme-pci: refactor nvme_pci_use_sgls
new cd71b52a559d nvme-pci: merge the simple PRP and SGL setup into a common helper
new deecd1c49cd3 nvme-pci: remove superfluous arguments
new 7ce3c1dd78fc nvme-pci: convert the data mapping to blk_rq_dma_map
new 16353f1b0e08 nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
new ba83e321ccf2 nvme-pci: rework the build time assert for NVME_MAX_NR_DES [...]
new c2f48453b780 ublk: use vmalloc for ublk_device's __queues
new 7ba962f4d73b ublk: remove struct ublk_rq_data
new 5af8b36f6e4c ublk: check cmd_op first
new ee97736384be ublk: handle UBLK_IO_FETCH_REQ earlier
new be4f1b619f5a ublk: remove task variable from __ublk_ch_uring_cmd()
new 2b53d4e994b9 ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
new 2da1e7bb3f72 ublk: don't take ublk_queue in ublk_unregister_io_buf()
new 763ff02ce287 ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
new 7ab741081be3 ublk: return early if blk_should_fake_timeout()
new 8a8fe42d765b ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
new 1ceeedb59749 ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon task
new c9d066ebfd2f ublk: remove ubq checks from ublk_{get,put}_req_ref()
new 857f431824aa ublk: cache-align struct ublk_io
new aa37deef2ece Merge branch 'for-6.17/block' into for-next
new ec1869f64239 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new f86272350f38 dm-mpath: make dm_unregister_path_selector return void
new 6e11952a6abc dm-mpath: don't print the "loaded" message if registering fails
new 343ffc30449c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a0f26fcc3839 ata: libata: Remove ATA_DFLAG_ZAC device flag
new cb45e3ff431f ata: libata-scsi: Cleanup ata_scsi_offline_dev()
new ed62a62a18bc ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig
new 2b89eb177c46 ata: libata: Improve LPM policies description
new 3a382b9b13aa ata: ahci: Clarify mobile_lpm_policy description
new 0013ddc4cf20 ata: libata-eh: Move and rename ata_eh_set_lpm()
new c14efe5e9232 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0d7a175f170d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f2169c5c9c90 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 352d32bc7b95 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bd7c7976f971 regulator: rt5739: Enable REGCACHE_MAPLE
new b402dfe84057 regulator: tps6287x-regulator: Enable REGCACHE_MAPLE
new 427ceac823e5 regulator: tps6286x-regulator: Enable REGCACHE_MAPLE
new 412524117f60 Merge remote-tracking branch 'regulator/for-6.17' into reg [...]
new e001b0ad432c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a2cf56157667 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7ce48e5e3a77 Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new 71c52f6ab508 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new fbc4ccab9c62 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 6ddd169d0288 smack: fix kernel-doc warnings for smk_import_valid_label()
new 97a238400af4 Merge branch 'next' of git://github.com/cschaufler/smack-next
new 2ae490e5a007 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new fd8c92962cb7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 98f79c729d8c dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML
new 0ad9a1272de3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1646c801d9bf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7e1c28fbf235 spi: spi-pci1xxxx: enable concurrent DMA read/write across [...]
new 3b6f71d397eb Merge remote-tracking branch 'spi/for-6.17' into spi-next
new 22ddf4596a29 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new af315e2a9636 Merge branch into tip/master: 'core/bugs'
new 8e726f8f85be Merge branch into tip/master: 'core/entry'
new aca64b0fbd00 Merge branch into tip/master: 'irq/core'
new 27b10f356b57 Merge branch into tip/master: 'irq/drivers'
new b9ec54765a6c Merge branch into tip/master: 'irq/msi'
new 744bac3a36a2 Merge branch into tip/master: 'sched/core'
new 5449dbb9270b Merge branch into tip/master: 'smp/core'
new b79e2cce76fb Merge branch into tip/master: 'timers/core'
new 39708c0eef60 Merge branch into tip/master: 'timers/ptp'
new b2979e9471e8 Merge branch into tip/master: 'x86/boot'
new 2e5b00d45626 Merge branch into tip/master: 'x86/bugs'
new a3b5b600584e Merge branch into tip/master: 'x86/cpu'
new e70b0e1e1f19 Merge branch into tip/master: 'x86/fpu'
new a032dfbee8ac Merge branch into tip/master: 'x86/kconfig'
new 49ec9aaf45c8 Merge branch into tip/master: 'x86/sev'
new 878b9569818d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 1e14ea901dc8 EDAC: Initialize EDAC features sysfs attributes
new 0395820285ad Merge ras/edac-urgent into for-next
new 399f23f6b50e Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new 4a63c66839f1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 55368d74e373 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ef7b26196714 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new 70a7e3e6c05f Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 006ecaf17537 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7c4dcaf76ed6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e6bc4f355321 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 840e3663aa33 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 039f541eeeb7 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new f94c99023d8f Merge branch 'for-next' of git://github.com/cminyard/linux [...]
new 0dab138d0f4c rust: devres: require T: Send for Devres
new 64888dfdfac7 rust: implement `Wrapper<T>` for `Opaque<T>`
new 14648fc30e67 Merge tag 'pin-init-v6.17-result-blanket' of https://githu [...]
new ce7c22b2e1fb rust: revocable: support fallible PinInit types
new 46ae8fd7386a rust: devres: replace Devres::new_foreign_owned()
new f5d3ef25d238 rust: devres: get rid of Devres' inner Arc
new 5e45b07344dd Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new 2f18b759c3d1 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new e4ab79e91ffd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e09f9f7a8c50 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new d2db0d781544 dt-bindings: serial: 8250: allow clock 'uartclk' and 'reg' [...]
new 5e40169f7aa8 tty: serial: fsl_lpuart: Constify struct lpuart_soc_data
new acc902de05b2 serial: 8250: Move CE4100 quirks to a module under 8250 driver
new 815ac6791914 Merge 6.16-rc4 into tty-next
new 25c20fa89d5a Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new 389dd7a5fa84 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new a3f685b3309e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 98035df255ee Merge branch 'icc-next' of git://git.kernel.org/pub/scm/li [...]
new 067efb60254f Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
new 2819591aeda1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7a7285fb2cd0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 0e55c86ff456 Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
new 145ce544430c Merge branch 'gnss-next' of git://git.kernel.org/pub/scm/l [...]
new b4d72f15c098 Merge 6.16-rc4 into staging-next
new 47df5fd0e922 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new 92976dbbf459 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new eb66eccf3782 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 112a97a64f8b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e425c44839a6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 150969d35eb5 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new e680b4acc99e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 08ad63bbd681 gpio: constify arguments of gpiod_is_equal()
new 26981e8906bb gpio: make gpiod_is_equal() arguments stricter
new 1978f7f5281d Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 2edcc5e22c1b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6bfe17e7141a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 32ddad98354b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new dd7e4fc9d7e4 Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
new ca967fdcc3aa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6477f9f87f71 dt-bindings: vendor-prefixes: Document Argon40
new af914ced3c95 dt-bindings: pwm: argon40,fan-hat: Document Argon40 Fan HAT
new 465b9a23124f pwm: argon-fan-hat: Add Argon40 Fan HAT support
new 730fba48fd57 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new e8a992d7e044 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 55cc9aeafce6 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
new c0c17b078f7f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new aefeb286b960 libnvdimm: Don't use "proxy" headers
new c5fe6888dbdb Merge branch 'libnvdimm-for-next' of git://git.kernel.org/ [...]
new 927136f12418 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new cdaa84c1b1f1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 285a86e05ae1 Merge branch 'main' of git://git.infradead.org/users/willy [...]
new 6d3ab877e929 Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
new 7ac6612d6b79 Documentation/driver-api/cxl: Introduce conventions.rst
new 38b502e0a652 cxl/pci: Replace mutex_lock_io() w mutex_lock() for mailbo [...]
new 60da1f685a94 cxl_test: Limit location for fake CFMWS to mappable range
new 5af29a583a17 Documentation: cxl: fix typos and improve clarity in memor [...]
new 7d14230db8a7 Documentation: fix typo in CXL driver documentation
new 8ad85794be61 cxl: docs/devices Fix typos and clarify wording in device- [...]
new d7b9056c3a6c cxl/edac: Use correct format specifier for u32 val
new 1b42d80789bd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5ba1a5d7bd1d Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 5a89f9245634 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 8543768f23fc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 77ad260c2dbf Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new 68dfa4126c12 Merge branch 'alloc-next' of https://github.com/Rust-for-L [...]
new 52436c81a4c4 Merge branch 'pin-init-next' of https://github.com/Rust-fo [...]
new fc38b7ff8796 rust: time: Seal the HrTimerMode trait
new d4b29ddf82a4 rust: time: Add wrapper for fsleep() function
new 5e00ef024f58 Merge branch 'timekeeping-next' of https://github.com/Rust [...]
new 5d7757e671c3 sysctl: Nixify sysctl.sh
new 1863cd5868c9 sysctl: Removed unused variable
new 0472dbba8c1b uevent: mv uevent_helper into kobject_uevent.c
new 523936422c9a kernel/sys.c: Move overflow{uid,gid} sysctl into kernel/sys.c
new 2af4a47e5674 sysctl: rename kern_table -> sysctl_subsys_table
new 5789a65fc96c locking/rtmutex: Remove debug line from sysctl registration
new 247dbd4a717c Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new 8685705591da Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 1c2e21aa167d Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new 8e4229a5b1f4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 04b69bf94381 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4d77e1caea10 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5bcfc4ef40da power: sequencing: thead-gpu: add missing header
new 1a7312b93ab0 power: sequencing: extend build coverage with COMPILE_TEST=y
new 62b5848f73dd power: sequencing: add defines for return values of the ma [...]
new f698155029ef power: sequencing: qcom-wcn: use new defines for match() r [...]
new 385b735c90ae power: sequencing: thead-gpu: use new defines for match() [...]
new 07d59dec6795 power: sequencing: qcom-wcn: fix bluetooth-wifi copypasta [...]
new 0859c3caaa73 Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
new e96113485737 Merge branch 'caps-next' of git://git.kernel.org/pub/scm/l [...]
new 3299d7b5c2e9 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new cece5689e1d7 x86/crc: drop checks of CONFIG_AS_VPCLMULQDQ
new 0e238260d3c3 crypto: testmgr - remove crc32c context format test
new 4be6cc8222a4 crypto: inside-secure - remove crc32 support
new 5b019bb25fbf crypto: stm32 - remove crc32 and crc32c support
new 2c7528d36ea3 btrfs: stop parsing crc32c driver name
new b0e04dde8e78 crypto/crc32[c]: register only "-lib" drivers
new f2703a104e89 lib/crc32: Remove unused combination support
new 89a51591405e lib/crc: Move files into lib/crc/
new 0bcfca56406d lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/
new 530b304f00f2 lib/crc: arm: Migrate optimized CRC code into lib/crc/
new 2b7531b2a203 lib/crc: arm64: Migrate optimized CRC code into lib/crc/
new b10d2d20d978 lib/crc: loongarch: Migrate optimized CRC code into lib/crc/
new da4fd657730c lib/crc: mips: Migrate optimized CRC code into lib/crc/
new 190c253d8696 lib/crc: powerpc: Migrate optimized CRC code into lib/crc/
new b5943815e63b lib/crc: riscv: Migrate optimized CRC code into lib/crc/
new 2374bf238649 lib/crc: s390: Migrate optimized CRC code into lib/crc/
new 9b2d720e8ac4 lib/crc: sparc: Migrate optimized CRC code into lib/crc/
new b10749d89f54 lib/crc: x86: Migrate optimized CRC code into lib/crc/
new 61d01fb7afc2 lib/crc: Remove ARCH_HAS_* kconfig symbols
new 1a822ea52ad0 lib/crc: Explicitly include <linux/export.h>
new 8c7c675155ce lib/crc: crc32: Document crc32_le(), crc32_be(), and crc32c()
new a98e0d69d544 nvmem: layouts: Switch from crc32() to crc32_le()
new 0b5a58c07816 lib/crc: crc32: Change crc32() from macro to inline functi [...]
new 9b0236f4efb8 lib/crc: crc64: Add include/linux/crc64.h to kernel-api.rst
new 32474de93998 Merge branch 'crc-next' of git://git.kernel.org/pub/scm/li [...]
new 3f804361f3b9 Add linux-next specific files for 20250701
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 (1343433ed389)
\
N -- N -- N refs/heads/master (3f804361f3b9)
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 845 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:
Documentation/devicetree/bindings/arm/ti/omap.yaml | 1 +
.../{himax,hx83112a.yaml => himax,hx83112b.yaml} | 29 +-
.../bindings/display/panel/raydium,rm67200.yaml | 1 -
.../bindings/display/rockchip/rockchip-vop2.yaml | 56 +-
.../interrupt-controller/fsl,mpic-msi.yaml | 161 ++
.../devicetree/bindings/media/i2c/mipi-ccs.yaml | 13 +-
.../bindings/media/i2c/onnn,mt9m114.yaml | 9 +
.../devicetree/bindings/media/i2c/ovti,ov8858.yaml | 4 +-
.../devicetree/bindings/media/i2c/sony,imx214.yaml | 29 +-
.../devicetree/bindings/media/i2c/sony,imx258.yaml | 4 +-
.../devicetree/bindings/powerpc/fsl/msi-pic.txt | 111 --
.../devicetree/bindings/pwm/argon40,fan-hat.yaml | 48 +
Documentation/devicetree/bindings/serial/8250.yaml | 41 +-
.../devicetree/bindings/vendor-prefixes.yaml | 4 +
Documentation/driver-api/media/v4l2-controls.rst | 9 +-
Documentation/netlink/specs/rt-neigh.yaml | 1 +
Documentation/userspace-api/media/v4l/biblio.rst | 2 +-
.../userspace-api/media/v4l/dev-sliced-vbi.rst | 4 +-
.../userspace-api/media/v4l/ext-ctrls-fm-rx.rst | 11 +-
.../userspace-api/media/v4l/ext-ctrls-fm-tx.rst | 21 +-
.../userspace-api/media/v4l/pixfmt-srggb12p.rst | 4 +-
.../userspace-api/media/v4l/pixfmt-srggb14p.rst | 2 +-
Documentation/wmi/acpi-interface.rst | 14 +-
MAINTAINERS | 22 +-
Next/SHA1s | 162 +-
Next/merge.log | 1669 +++++++++++---------
arch/arm/boot/dts/ti/omap/Makefile | 1 +
arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi | 2 +-
arch/arm/boot/dts/ti/omap/am335x-bonegreen-eco.dts | 169 ++
arch/arm/configs/multi_v7_defconfig | 3 +
arch/arm/configs/omap2plus_defconfig | 3 +
arch/arm/mm/kasan_init.c | 2 +-
.../boot/dts/exynos/google/gs101-pixel-common.dtsi | 20 +
arch/arm64/boot/dts/exynos/google/gs101.dtsi | 6 +-
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 +-
arch/arm64/boot/dts/freescale/imx94.dtsi | 30 +
arch/arm64/boot/dts/freescale/imx943-evk.dts | 432 +++++
arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 28 +-
arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 12 +-
arch/arm64/boot/dts/freescale/imx95.dtsi | 8 +
arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 23 +
arch/arm64/boot/dts/rockchip/rk3528-radxa-e20c.dts | 1 +
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts | 1 +
arch/arm64/boot/dts/rockchip/rk3576-rock-4d.dts | 15 +
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 7 +-
.../boot/dts/rockchip/rk3588-armsom-sige7.dts | 36 +
.../rockchip/rk3588-friendlyelec-cm3588-nas.dts | 17 +
arch/arm64/configs/defconfig | 4 +
arch/arm64/include/asm/cpufeature.h | 28 +
arch/arm64/kernel/cpufeature.c | 98 +-
arch/arm64/mm/contpte.c | 139 +-
arch/arm64/mm/kasan_init.c | 4 +-
arch/arm64/tools/cpucaps | 1 +
arch/loongarch/include/asm/kasan.h | 7 -
arch/loongarch/mm/kasan_init.c | 7 +-
arch/m68k/mm/motorola.c | 56 +-
arch/powerpc/boot/dts/microwatt.dts | 2 +-
arch/powerpc/configs/powernv_defconfig | 3 +-
arch/powerpc/configs/ppc64_defconfig | 3 +-
arch/powerpc/include/asm/floppy.h | 5 +-
arch/powerpc/include/asm/kasan.h | 13 -
arch/powerpc/kernel/eeh.c | 20 +-
arch/powerpc/kernel/fadump.c | 11 +-
arch/powerpc/kernel/rtas_flash.c | 64 +-
arch/powerpc/kvm/trace_book3s.h | 1 +
arch/powerpc/mm/book3s64/radix_pgtable.c | 31 +-
arch/powerpc/mm/kasan/init_32.c | 2 +-
arch/powerpc/mm/kasan/init_book3e_64.c | 2 +-
arch/powerpc/mm/kasan/init_book3s_64.c | 6 +-
arch/powerpc/platforms/book3s/vas-api.c | 32 +-
arch/powerpc/platforms/cell/spufs/inode.c | 49 +-
arch/powerpc/platforms/powernv/ocxl.c | 12 +-
arch/powerpc/platforms/pseries/dlpar.c | 52 +-
arch/powerpc/sysdev/fsl_mpic_timer_wakeup.c | 14 +-
arch/riscv/mm/kasan_init.c | 1 +
arch/s390/crypto/sha1_s390.c | 1 +
arch/s390/kernel/early.c | 3 +-
arch/s390/kernel/smp.c | 5 +-
arch/um/include/asm/kasan.h | 5 -
arch/um/kernel/mem.c | 4 +-
arch/x86/coco/sev/core.c | 22 +-
arch/x86/include/asm/ce4100.h | 6 +
arch/x86/include/asm/sev.h | 18 +-
arch/x86/kernel/cpu/mce/amd.c | 28 +-
arch/x86/kernel/cpu/mce/core.c | 24 +-
arch/x86/kernel/cpu/mce/intel.c | 1 +
arch/x86/mm/kasan_init_64.c | 2 +-
arch/x86/platform/ce4100/ce4100.c | 98 --
arch/xtensa/mm/kasan_init.c | 2 +-
crypto/sha512.c | 34 +-
drivers/android/binder.c | 2 +-
drivers/android/binder_internal.h | 2 -
drivers/android/binderfs.c | 15 -
drivers/ata/Kconfig | 36 +-
drivers/ata/ahci.c | 4 +-
drivers/ata/libata-core.c | 13 +-
drivers/ata/libata-eh.c | 304 ++--
drivers/ata/libata-scsi.c | 20 +-
drivers/ata/libata.h | 9 +-
drivers/base/regmap/regmap.c | 2 +
drivers/block/ublk_drv.c | 27 +-
drivers/dma-buf/dma-resv.c | 12 +-
drivers/edac/ecs.c | 4 +-
drivers/edac/mem_repair.c | 5 +-
drivers/edac/scrub.c | 1 +
drivers/gpio/gpiolib.c | 29 +-
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 8 +
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 8 +
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 306 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell_mgr.c | 15 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 38 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 24 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 20 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 24 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 46 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 22 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 11 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 33 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 77 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 10 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c | 17 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 58 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 27 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 25 +-
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 26 +-
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 26 +-
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 13 +-
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 13 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c | 14 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c | 14 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c | 14 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c | 14 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | 14 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_1.c | 14 +-
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 50 +-
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 16 +-
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 16 +-
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | 33 +-
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c | 13 +-
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 13 +-
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c | 13 +-
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c | 13 +-
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c | 13 +-
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 1 -
drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c | 1 -
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 45 +-
drivers/gpu/drm/amd/amdxcp/amdgpu_xcp_drv.c | 1 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 15 +-
.../gpu/drm/amd/display/dc/core/dc_link_exports.c | 5 -
drivers/gpu/drm/amd/display/dc/dc.h | 15 +-
drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 1 +
.../dc/dml2/dml21/dml21_translation_helper.c | 512 +++---
.../dc/dml2/dml21/dml21_translation_helper.h | 4 +-
.../drm/amd/display/dc/dml2/dml21/dml21_wrapper.c | 58 +-
.../drm/amd/display/dc/dml2/dml21/dml21_wrapper.h | 2 +-
drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.c | 12 +-
.../gpu/drm/amd/display/dc/dsc/dcn401/dcn401_dsc.c | 6 +-
.../gpu/drm/amd/display/dc/dsc/dcn401/dcn401_dsc.h | 2 +
.../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 2 +-
.../drm/amd/display/dc/hwss/dce110/dce110_hwseq.h | 4 +
.../drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 9 +-
.../drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.c | 37 +-
.../drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.h | 2 +
.../drm/amd/display/dc/hwss/dcn314/dcn314_init.c | 2 +-
drivers/gpu/drm/amd/display/dc/inc/core_types.h | 5 +
drivers/gpu/drm/amd/display/dc/inc/link.h | 3 -
.../amd/display/dc/link/accessories/link_dp_cts.c | 63 +-
drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 5 +-
drivers/gpu/drm/amd/display/dc/link/link_factory.c | 1 -
.../gpu/drm/amd/display/dc/link/link_validation.c | 61 +-
.../gpu/drm/amd/display/dc/link/link_validation.h | 3 -
.../display/dc/link/protocols/link_dp_dpia_bw.c | 138 +-
.../display/dc/link/protocols/link_dp_dpia_bw.h | 14 +-
.../amd/display/dc/resource/dcn31/dcn31_resource.c | 36 +-
.../amd/display/dc/resource/dcn31/dcn31_resource.h | 6 +
.../display/dc/resource/dcn314/dcn314_resource.c | 4 +-
.../display/dc/resource/dcn315/dcn315_resource.c | 4 +-
.../display/dc/resource/dcn316/dcn316_resource.c | 4 +-
.../amd/display/dc/resource/dcn35/dcn35_resource.c | 4 +-
.../display/dc/resource/dcn351/dcn351_resource.c | 4 +-
.../amd/display/dc/resource/dcn36/dcn36_resource.c | 4 +-
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 +-
.../drm/amd/display/modules/freesync/freesync.c | 8 +
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c | 72 +-
drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c | 118 +-
drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.h | 7 +-
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 10 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c | 26 +
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 4 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.h | 2 +
drivers/gpu/drm/bridge/aux-hpd-bridge.c | 3 +-
drivers/gpu/drm/bridge/panel.c | 5 +-
drivers/gpu/drm/ci/build-igt.sh | 2 +-
drivers/gpu/drm/ci/build.sh | 17 +-
drivers/gpu/drm/ci/build.yml | 10 +-
drivers/gpu/drm/ci/container.yml | 30 +-
drivers/gpu/drm/ci/gitlab-ci.yml | 50 +-
drivers/gpu/drm/ci/igt_runner.sh | 1 +
drivers/gpu/drm/ci/image-tags.yml | 20 +-
drivers/gpu/drm/ci/lava-submit.sh | 6 +-
drivers/gpu/drm/ci/test.yml | 47 +-
drivers/gpu/drm/ci/xfails/msm-sdm845-fails.txt | 29 -
drivers/gpu/drm/ci/xfails/msm-sdm845-flakes.txt | 139 --
drivers/gpu/drm/ci/xfails/msm-sdm845-skips.txt | 350 ----
drivers/gpu/drm/display/drm_dp_helper.c | 92 +-
.../gpu/drm/i915/display/intel_display_device.h | 5 +-
.../gpu/drm/i915/display/intel_dp_aux_backlight.c | 140 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_backlight.c | 7 +-
drivers/gpu/drm/panel/Kconfig | 10 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-himax-hx83112b.c | 430 +++++
drivers/gpu/drm/panel/panel-raydium-rm67200.c | 39 +-
drivers/gpu/drm/panthor/panthor_gpu.c | 5 +-
drivers/gpu/drm/radeon/radeon_drv.c | 3 +-
drivers/gpu/drm/scheduler/tests/mock_scheduler.c | 26 +-
drivers/gpu/drm/ttm/ttm_bo_util.c | 13 +-
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c | 5 +-
drivers/gpu/nova-core/driver.rs | 7 +-
drivers/gpu/nova-core/gpu.rs | 6 +-
drivers/i2c/busses/i2c-designware-master.c | 1 +
drivers/input/misc/Kconfig | 7 -
drivers/input/misc/Makefile | 1 -
drivers/input/misc/iqs7222.c | 7 +-
drivers/input/misc/max8997_haptic.c | 96 +-
drivers/input/misc/pcf50633-input.c | 113 --
drivers/input/mouse/alps.c | 4 +-
drivers/input/touchscreen/goodix.c | 50 +-
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c | 3 +
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 3 +
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h | 2 +
drivers/md/dm-path-selector.c | 8 +-
drivers/md/dm-path-selector.h | 2 +-
drivers/md/dm-ps-historical-service-time.c | 9 +-
drivers/md/dm-ps-io-affinity.c | 5 +-
drivers/md/dm-ps-queue-length.c | 9 +-
drivers/md/dm-ps-round-robin.c | 9 +-
drivers/md/dm-ps-service-time.c | 9 +-
drivers/media/i2c/Kconfig | 5 +-
drivers/media/i2c/ds90ub913.c | 8 -
drivers/media/i2c/ds90ub953.c | 8 -
drivers/media/i2c/ds90ub960.c | 8 -
drivers/media/i2c/dw9714.c | 62 +-
drivers/media/i2c/imx214.c | 263 ++-
drivers/media/i2c/imx415.c | 2 +-
drivers/media/i2c/lt6911uxe.c | 2 +-
drivers/media/i2c/max96714.c | 7 -
drivers/media/i2c/max96717.c | 1 -
drivers/media/i2c/mt9m114.c | 171 +-
drivers/media/i2c/ov2740.c | 18 +-
drivers/media/i2c/ov5670.c | 9 +-
drivers/media/i2c/ov5693.c | 7 +-
drivers/media/i2c/ov7251.c | 7 +-
drivers/media/i2c/ov8865.c | 3 +-
drivers/media/i2c/vd55g1.c | 32 +-
drivers/media/pci/intel/ipu-bridge.c | 13 +-
drivers/media/pci/intel/ipu3/ipu3-cio2.c | 82 +-
drivers/media/pci/intel/ipu3/ipu3-cio2.h | 2 -
drivers/media/pci/intel/ivsc/mei_ace.c | 4 +-
drivers/media/pci/intel/ivsc/mei_csi.c | 4 +-
drivers/media/v4l2-core/v4l2-common.c | 8 +-
drivers/media/v4l2-core/v4l2-ctrls-core.c | 12 +-
drivers/media/v4l2-core/v4l2-subdev.c | 14 +
drivers/mtd/nand/qpic_common.c | 30 +-
drivers/net/ethernet/freescale/enetc/enetc.h | 22 +-
.../net/ethernet/freescale/enetc/enetc_ethtool.c | 99 +-
drivers/net/ethernet/freescale/enetc/enetc_hw.h | 1 +
drivers/net/ethernet/freescale/fec_main.c | 34 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 9 +-
drivers/net/ethernet/sfc/ethtool_common.c | 9 +-
.../pci/controller/dwc/pcie-designware-debugfs.c | 14 +-
drivers/pci/controller/dwc/pcie-designware.c | 14 +-
drivers/pci/controller/dwc/pcie-designware.h | 4 -
drivers/pci/controller/dwc/pcie-dw-rockchip.c | 1 +
drivers/pci/controller/dwc/pcie-qcom.c | 1 +
drivers/pci/controller/pci-host-common.c | 4 +-
drivers/pci/controller/pcie-apple.c | 53 +-
drivers/pci/controller/pcie-rockchip-host.c | 2 +-
drivers/pci/controller/plda/pcie-starfive.c | 2 +-
drivers/pci/ecam.c | 2 -
drivers/pci/endpoint/functions/pci-epf-vntb.c | 142 +-
drivers/pci/endpoint/pci-ep-cfs.c | 1 +
drivers/pci/endpoint/pci-epf-core.c | 2 +-
drivers/pci/pci.h | 50 +-
drivers/pci/pcie/aer.c | 3 +-
drivers/pci/quirks.c | 6 +-
drivers/platform/mellanox/mlxbf-tmfifo.c | 2 +-
drivers/platform/mellanox/mlxreg-dpu.c | 2 +-
drivers/platform/mellanox/mlxreg-lc.c | 10 +-
drivers/platform/mellanox/nvsw-sn2201.c | 2 +-
.../x86/intel/int3472/tps68470_board_data.c | 128 ++
drivers/platform/x86/wmi.c | 16 +-
drivers/power/sequencing/Kconfig | 4 +-
drivers/power/sequencing/core.c | 6 +-
drivers/power/sequencing/pwrseq-qcom-wcn.c | 10 +-
drivers/power/sequencing/pwrseq-thead-gpu.c | 12 +-
drivers/powercap/intel_rapl_common.c | 3 +-
drivers/pwm/Kconfig | 9 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-argon-fan-hat.c | 109 ++
drivers/regulator/core.c | 1 +
drivers/regulator/rt5739.c | 9 +
drivers/regulator/tps6286x-regulator.c | 9 +
drivers/regulator/tps6287x-regulator.c | 7 +
drivers/regulator/tps65219-regulator.c | 28 +-
drivers/spi/spi-fsl-dspi.c | 11 +-
drivers/spi/spi-pci1xxxx.c | 82 +-
drivers/spi/spi-qpic-snand.c | 16 +
.../tty/serial/8250/8250_ce4100.c | 92 +-
drivers/tty/serial/8250/Makefile | 1 +
drivers/tty/serial/fsl_lpuart.c | 8 +-
drivers/usb/core/hub.c | 21 +-
drivers/usb/core/hub.h | 1 +
drivers/usb/gadget/function/f_fs.c | 3 +-
drivers/usb/gadget/legacy/inode.c | 7 +-
fs/bcachefs/bcachefs.h | 11 +-
fs/bcachefs/dirent.c | 18 +-
fs/bcachefs/errcode.h | 1 +
fs/bcachefs/fs.c | 7 +-
fs/bcachefs/fsck.c | 4 +-
fs/bcachefs/inode.c | 12 +-
fs/bcachefs/opts.h | 5 +
fs/bcachefs/str_hash.h | 2 -
fs/bcachefs/super.c | 27 +-
fs/binfmt_misc.c | 40 +-
fs/debugfs/inode.c | 21 +-
fs/fuse/control.c | 30 +-
fs/fuse/fuse_i.h | 6 -
fs/libfs.c | 54 +-
fs/nfs/blocklayout/rpc_pipefs.c | 53 +-
fs/nfs/nfs4idmap.c | 14 +-
fs/nfsd/blocklayout.c | 20 +-
fs/nfsd/blocklayoutxdr.c | 71 +-
fs/nfsd/blocklayoutxdr.h | 8 +-
fs/nfsd/filecache.c | 2 +-
fs/nfsd/localio.c | 2 +-
fs/nfsd/nfs4recover.c | 49 +-
fs/nfsd/nfsd.h | 1 +
fs/nfsd/trace.h | 23 -
fs/notify/fanotify/fanotify.c | 8 +-
fs/proc/proc_sysctl.c | 16 +-
fs/pstore/inode.c | 3 +-
fs/smb/client/cached_dir.c | 2 +-
fs/smb/client/cached_dir.h | 2 +-
fs/smb/client/cifsglob.h | 1 +
fs/smb/client/cifsproto.h | 1 +
fs/smb/client/connect.c | 8 +-
fs/smb/client/misc.c | 6 +
fs/smb/client/smb2pdu.c | 10 +-
fs/tracefs/inode.c | 15 +-
fs/xfs/xfs_file.c | 7 +-
include/crypto/sha2.h | 12 +-
include/drm/display/drm_dp_helper.h | 10 +-
include/linux/fs.h | 3 +
include/linux/gpio/consumer.h | 5 +-
include/linux/hypervisor.h | 3 +
include/linux/kasan-enabled.h | 22 +-
include/linux/kasan.h | 6 +
include/linux/libata.h | 23 +-
include/linux/libnvdimm.h | 15 +-
include/linux/mtd/nand-qpic-common.h | 8 +
include/linux/pwrseq/provider.h | 3 +
include/linux/spi/spi.h | 2 +-
include/linux/sunrpc/rpc_pipe_fs.h | 6 +-
include/linux/sysctl.h | 1 -
include/media/v4l2-ctrls.h | 4 +-
include/net/neighbour.h | 4 +-
include/uapi/linux/io_uring.h | 2 +-
include/uapi/linux/neighbour.h | 5 +
io_uring/io_uring.c | 3 +-
kernel/bpf/helpers.c | 8 +-
kernel/locking/rtmutex_api.c | 1 -
kernel/module/main.c | 7 +-
kernel/sys.c | 29 +
kernel/sysctl.c | 49 +-
lib/crypto/Kconfig | 2 -
lib/crypto/Makefile | 2 -
lib/crypto/chacha.c | 1 -
lib/crypto/sha512.c | 76 +-
lib/crypto/tests/Kconfig | 24 -
lib/crypto/tests/Makefile | 6 -
lib/crypto/tests/hash-test-template.h | 512 ------
lib/crypto/tests/sha224-testvecs.h | 223 ---
lib/crypto/tests/sha224_kunit.c | 50 -
lib/crypto/tests/sha256-testvecs.h | 223 ---
lib/crypto/tests/sha256_kunit.c | 39 -
lib/crypto/tests/sha384-testvecs.h | 566 -------
lib/crypto/tests/sha384_kunit.c | 48 -
lib/crypto/tests/sha512-testvecs.h | 662 --------
lib/crypto/tests/sha512_kunit.c | 48 -
lib/crypto/x86/sha512-avx-asm.S | 2 -
lib/crypto/x86/sha512-avx2-asm.S | 2 -
lib/crypto/x86/sha512-ssse3-asm.S | 2 -
lib/kobject_uevent.c | 20 +
localversion-next | 2 +-
mm/damon/core.c | 7 +-
mm/kasan/common.c | 15 +-
mm/kasan/generic.c | 17 +-
mm/kasan/hw_tags.c | 7 -
mm/kasan/kasan.h | 6 -
mm/kasan/shadow.c | 15 +-
mm/kasan/sw_tags.c | 2 +
net/bluetooth/hci_event.c | 3 +
net/bluetooth/hci_sync.c | 2 +-
net/core/neighbour.c | 79 +-
net/ethtool/common.c | 2 +
net/ethtool/ioctl.c | 66 +-
net/ethtool/netlink.h | 2 +-
net/ethtool/pause.c | 1 +
net/ethtool/rss.c | 23 +-
net/ipv6/ip6mr.c | 2 +-
net/sunrpc/auth_gss/auth_gss.c | 13 +-
net/sunrpc/clnt.c | 36 +-
net/sunrpc/rpc_pipe.c | 530 ++-----
rust/helpers/device.c | 7 +
rust/helpers/time.c | 6 +
rust/kernel/cpufreq.rs | 11 +-
rust/kernel/devres.rs | 285 ++--
rust/kernel/drm/driver.rs | 14 +-
rust/kernel/pci.rs | 20 +-
rust/kernel/revocable.rs | 8 +-
rust/kernel/time.rs | 1 +
rust/kernel/time/delay.rs | 49 +
rust/kernel/time/hrtimer.rs | 21 +-
rust/kernel/types.rs | 26 +-
samples/fanotify/fs-monitor.c | 7 +
samples/rust/rust_driver_pci.rs | 19 +-
scripts/crypto/gen-hash-testvecs.py | 83 -
scripts/headers_install.sh | 1 +
security/smack/smack_access.c | 6 +-
sound/core/hrtimer.c | 3 +-
sound/core/timer.c | 2 +-
sound/drivers/dummy.c | 9 +-
sound/soc/codecs/aw88395/aw88395_device.h | 21 +
sound/soc/codecs/aw88399.c | 440 +++++-
sound/soc/codecs/aw88399.h | 34 +
sound/soc/fsl/fsl_asrc.c | 3 +-
sound/soc/fsl/fsl_sai.c | 14 +-
sound/soc/intel/boards/Kconfig | 1 +
sound/soc/intel/common/soc-acpi-intel-arl-match.c | 12 +-
sound/usb/format.c | 22 +-
tools/perf/Documentation/perf-stat.txt | 6 +-
.../perf/tests/shell/lib/perf_json_output_lint.py | 4 +-
tools/perf/util/stat-display.c | 34 +-
tools/perf/util/stat.c | 2 +-
tools/testing/selftests/bpf/cgroup_helpers.c | 21 +
tools/testing/selftests/bpf/cgroup_helpers.h | 4 +
.../selftests/bpf/prog_tests/cgroup_xattr.c | 117 +-
.../selftests/bpf/progs/mem_rdonly_untrusted.c | 41 +
.../selftests/bpf/progs/read_cgroupfs_xattr.c | 4 +-
tools/testing/selftests/bpf/veristat.c | 36 +-
tools/testing/selftests/net/Makefile | 1 +
tools/testing/selftests/net/test_neigh.sh | 366 +++++
tools/testing/selftests/sysctl/sysctl.sh | 2 +-
468 files changed, 8640 insertions(+), 8122 deletions(-)
copy Documentation/devicetree/bindings/display/panel/{himax,hx83112a.yaml => himax [...]
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,mpic [...]
delete mode 100644 Documentation/devicetree/bindings/powerpc/fsl/msi-pic.txt
create mode 100644 Documentation/devicetree/bindings/pwm/argon40,fan-hat.yaml
create mode 100644 arch/arm/boot/dts/ti/omap/am335x-bonegreen-eco.dts
delete mode 100644 drivers/gpu/drm/ci/xfails/msm-sdm845-fails.txt
delete mode 100644 drivers/gpu/drm/ci/xfails/msm-sdm845-flakes.txt
delete mode 100644 drivers/gpu/drm/ci/xfails/msm-sdm845-skips.txt
create mode 100644 drivers/gpu/drm/panel/panel-himax-hx83112b.c
delete mode 100644 drivers/input/misc/pcf50633-input.c
create mode 100644 drivers/pwm/pwm-argon-fan-hat.c
copy arch/x86/platform/ce4100/ce4100.c => drivers/tty/serial/8250/8250_ce4100.c (51%)
delete mode 100644 lib/crypto/tests/Kconfig
delete mode 100644 lib/crypto/tests/Makefile
delete mode 100644 lib/crypto/tests/hash-test-template.h
delete mode 100644 lib/crypto/tests/sha224-testvecs.h
delete mode 100644 lib/crypto/tests/sha224_kunit.c
delete mode 100644 lib/crypto/tests/sha256-testvecs.h
delete mode 100644 lib/crypto/tests/sha256_kunit.c
delete mode 100644 lib/crypto/tests/sha384-testvecs.h
delete mode 100644 lib/crypto/tests/sha384_kunit.c
delete mode 100644 lib/crypto/tests/sha512-testvecs.h
delete mode 100644 lib/crypto/tests/sha512_kunit.c
create mode 100644 rust/kernel/time/delay.rs
delete mode 100755 scripts/crypto/gen-hash-testvecs.py
create mode 100755 tools/testing/selftests/net/test_neigh.sh
--
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 5d792d68bd9 ada: Restore consistent rounding of 'Value for ordinary fix [...]
new d419832fd1a aarch64: Sync `aarch64-sys-regs.def' with Binutils.
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/aarch64/aarch64-sys-regs.def | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 main
in repository newlib.
from b4e4cb4c8 Cygwin: testsuite: test relative path to exe after addchdir.
new 476135a24 Cygwin: console: Set ENABLE_PROCESSED_INPUT when disable_mast [...]
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:
winsup/cygwin/fhandler/console.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.