This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 4cc811f6378 Automatic date update in version.in
new bb13e094aa7 RISC-V: Deprecate ".option arch, -ext" for users due to its [...]
new 34fcc16e79b RISC-V: Clarify the imply rule of c
new 0e16f1550ad RISC-V: Fixed wrong imply result for zce when -march=rv32id_zce
The 3 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:
bfd/elfxx-riscv.c | 142 ++++++------
bfd/elfxx-riscv.h | 3 +
gas/NEWS | 3 +
gas/config/tc-riscv.c | 3 +-
gas/doc/c-riscv.texi | 36 ++-
gas/testsuite/gas/riscv/align-1.s | 2 +-
gas/testsuite/gas/riscv/attribute-10.d | 2 +-
gas/testsuite/gas/riscv/attribute-17.d | 2 +-
gas/testsuite/gas/riscv/attribute-19.d | 2 +-
gas/testsuite/gas/riscv/attribute-20.d | 2 +-
gas/testsuite/gas/riscv/attribute-rva23s.d | 2 +-
gas/testsuite/gas/riscv/attribute-rvb23s.d | 2 +-
gas/testsuite/gas/riscv/dis-addr-addiw.s | 2 +-
gas/testsuite/gas/riscv/dis-addr-overflow.s | 4 +-
gas/testsuite/gas/riscv/ext.s | 2 +-
gas/testsuite/gas/riscv/imply.d | 22 +-
gas/testsuite/gas/riscv/imply.s | 29 ++-
gas/testsuite/gas/riscv/mapping-symbols.d | 26 +--
gas/testsuite/gas/riscv/mapping-x.s | 2 +-
gas/testsuite/gas/riscv/mapping.s | 10 +-
gas/testsuite/gas/riscv/march-imply-zce-f-32.d | 6 -
gas/testsuite/gas/riscv/march-imply-zce-f-64.d | 6 -
gas/testsuite/gas/riscv/march-imply-zce.d | 6 -
gas/testsuite/gas/riscv/march-ok-reorder.d | 2 +-
gas/testsuite/gas/riscv/option-arch-attr.d | 2 +-
gas/testsuite/gas/riscv/option-arch-dis.d | 6 +-
gas/testsuite/gas/riscv/option-arch-fail.l | 7 +-
gas/testsuite/gas/riscv/option-arch-fail.s | 1 +
gas/testsuite/gas/riscv/option-arch.s | 3 +-
gas/testsuite/gas/riscv/option-norvc.d | 6 +-
gas/testsuite/gas/riscv/shamt-32.s | 2 +-
gas/testsuite/gas/riscv/shamt-64.s | 2 +-
include/opcode/riscv.h | 8 +-
opcodes/riscv-opc.c | 294 ++++++++++++-------------
34 files changed, 334 insertions(+), 315 deletions(-)
delete mode 100644 gas/testsuite/gas/riscv/march-imply-zce-f-32.d
delete mode 100644 gas/testsuite/gas/riscv/march-imply-zce-f-64.d
delete mode 100644 gas/testsuite/gas/riscv/march-imply-zce.d
--
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 aad37494dc0 aarch64: Add support for NVIDIA GB10
new 63c4d4f59a9 tree-optimization/120780: Support object size for containin [...]
new 57eae2c32f2 Fix 'main' function in 'gcc.dg/builtin-dynamic-object-size- [...]
The 2 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.dg/builtin-dynamic-object-size-pr120780.c | 233 +++++++++++++++++++++
gcc/tree-object-size.cc | 90 +++++++-
2 files changed, 322 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-dynamic-object-size-pr120780.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 b7bd72ce71d aarch64: PR target/120999: Adjust operands for movprfx alte [...]
new b57c6b5d27d Pass SLP node down to cost hook for reduction cost
new 13beea46955 Avoid vect_is_simple_use call from get_load_store_type
new 31c96621cc3 Avoid vect_is_simple_use call from vectorizable_reduction
new 2b99395c312 Adjust reduction with conversion SLP build
new 2f2e9bcfb0f Handle failed gcond pattern gracefully
The 5 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/tree-vect-loop.cc | 50 ++++++++++++++++++++++++--------------------------
gcc/tree-vect-slp.cc | 19 +++++++++++++++----
gcc/tree-vect-stmts.cc | 15 ++++-----------
3 files changed, 43 insertions(+), 41 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 3b870131487 aarch64: Extend HVLA permutations to big-endian
new b7bd72ce71d aarch64: PR target/120999: Adjust operands for movprfx alte [...]
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-sve2.md | 2 +-
gcc/testsuite/gcc.target/aarch64/sve2/pr120999.c | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/pr120999.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 18c48295afb Remove dead code dealing with non-SLP
new 3b870131487 aarch64: Extend HVLA permutations to big-endian
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.cc | 1 -
gcc/doc/sourcebuild.texi | 6 ++
gcc/testsuite/gcc.target/aarch64/sve2/dupq_1.c | 26 +++----
gcc/testsuite/gcc.target/aarch64/sve2/dupq_1_run.c | 87 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve2/extq_1.c | 20 ++---
gcc/testsuite/gcc.target/aarch64/sve2/extq_1_run.c | 73 ++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve2/uzpq_1.c | 18 ++---
gcc/testsuite/gcc.target/aarch64/sve2/uzpq_1_run.c | 78 +++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve2/zipq_1.c | 18 ++---
gcc/testsuite/gcc.target/aarch64/sve2/zipq_1_run.c | 78 +++++++++++++++++++
gcc/testsuite/lib/target-supports.exp | 17 +++++
11 files changed, 380 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/dupq_1_run.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/extq_1_run.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/uzpq_1_run.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/zipq_1_run.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 glibc.
from c559a6190e elf: Remove now pointless empty ld.so.conf files in single tests
new d6c2760ef7 Remove termios2 ioctl defintions from public headers
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:
sysdeps/unix/sysv/linux/powerpc/bits/ioctls.h | 36 --------------------------
sysdeps/unix/sysv/linux/powerpc/termios_arch.h | 17 ++++++++----
2 files changed, 12 insertions(+), 41 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/ioctls.h
--
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 60a7c817d2d Comment spelling fix: tunning -> tuning
new 18c48295afb Remove dead code dealing with non-SLP
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/tree-vect-slp.cc | 6 +-
gcc/tree-vect-stmts.cc | 180 ++++++++++---------------------------------------
gcc/tree-vectorizer.h | 3 +-
3 files changed, 38 insertions(+), 151 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 linux-next.
omits 835244aba90d Add linux-next specific files for 20250709
omits f3cc38d1ea54 Revert "pci: report surprise removal event"
omits 657849893da9 Revert "virtio: fix comments, readability"
omits 54aaa094949b Revert "virtio: pack config changed flags"
omits 6f50f86a9c22 Revert "virtio: allow transports to suppress config change"
omits 6ffd6cbc9c2a Revert "virtio: support device disconnect"
omits b0bb64c047fa Merge branch 'crc-next' of git://git.kernel.org/pub/scm/li [...]
omits 5681fa7d7e67 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
omits 6c44d2d001d5 Merge branch 'caps-next' of git://git.kernel.org/pub/scm/l [...]
omits 57b8bbb1a92a Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
omits 9ce0b45a04c8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d3aa0b6036c5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a83526d6056e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 95e6dd93181e Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
omits ca3e00859087 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
omits 6d7ef39b13c8 Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
omits 928c00cca002 Merge branch 'timekeeping-next' of https://github.com/Rust [...]
omits ca2e37f40ed4 Merge branch 'pin-init-next' of https://github.com/Rust-fo [...]
omits 270511b94d63 Merge branch 'alloc-next' of https://github.com/Rust-for-L [...]
omits a8aff7fcaa56 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
omits 131cb50c910a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d8fa15b6fe0d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits a9791782479f Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
omits c50f47237cb7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits a89fa136a168 Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
omits 0dfdd5907345 Merge branch 'main' of git://git.infradead.org/users/willy [...]
omits ed8944052f6d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4d6fa476a95f Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
omits cd765771247f Merge branch 'libnvdimm-for-next' of git://git.kernel.org/ [...]
omits 678d80122b41 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
omits e57fd91c7f83 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits eaf47c193832 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
omits f459832ecdcd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 11cc4097a777 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
omits c3522ecfed65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 89070b70e65a Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
omits d736e9a87d54 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits db0841ac6a66 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits bf8dd867a703 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 198981e28a35 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
omits d3eae1cae1d9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7aad6e392a82 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits 4f8660a9cf3e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits af719638321f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e89bcb872c8f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a8c18456c46f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits daf6d2edcc83 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
omits 884ba92fbb5e Merge branch 'gnss-next' of git://git.kernel.org/pub/scm/l [...]
omits 036a03f567c1 Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
omits abd92fc958a6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 5fac268529a7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 738bd53dc8d2 Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
omits 8b6e42282c07 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1f26b7a2aae1 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
omits f2db707946d5 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
omits ac593e4fe183 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits b5ee4e04a25d Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 0b01f4b813c3 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
omits 78f635b881b4 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
omits c2259d30b431 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
omits 501e193101ec Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d1e6b15b6793 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 998d8525601b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e6f8e6b9d546 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 86b29538dd33 Merge branch 'next' of https://github.com/kvm-x86/linux.git
omits 5fb9f7172ff1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 728216876bf9 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
omits 3ec7a8102d7a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 055ee0c0b1c3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8d04b74c2723 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
omits 6d43f1b0752c Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits ae63e8a0392a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a4b6ac5e11c0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4bdabff65a1f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ffe5ecd9000b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits e79b40b2f5b5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ec722a3942bf Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 87aa2e5c8b13 Merge branch 'next' of git://github.com/cschaufler/smack-next
omits 8fff0b5e83f9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 54c8e00fac2a Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
omits d3f7d23453dc Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
omits 6e34f3b173f8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 6058d3e86813 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1cbc87a0a275 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b17e20d93861 next-20250702/mfd
omits 4e83e91ad397 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 43d988cd2091 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d34756c227b1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e6cc6e3f4160 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
omits f3ad9a76721b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 5d4436b32e2b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 544af06ab58e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits 112f62244f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 98b148eff3ca Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 813f3ae4efe1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ec44e5cb13d2 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
omits d02e269a58d6 Merge branch 'nova-next' of https://gitlab.freedesktop.org [...]
omits 81b4a3fb246a Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits c12f8808b309 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits f6cd613f3bc4 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 6451c813186a Merge branch 'libcrypto-next' of git://git.kernel.org/pub/ [...]
omits 4d4bee8c0def Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits e407f549b260 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
omits 355b09f82db4 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
omits f0d220136458 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
omits 30435d81cc75 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits cd53da7fb5c5 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
omits d730b6bb05c5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 456294c1fbd9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ad492c12b56b Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 8fb8d770570c Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 144363528b2e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits fb5db642d348 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 6e6a8a581b76 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 81c4f96da5d0 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...]
omits 69931d50a739 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 62313991a455 Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
omits 2098c28174d4 Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
omits b4d3dd908602 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
omits 8857091e4c2d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits fa424459014c Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
omits 6819673aa037 Merge branch 'docs-next' of git://git.lwn.net/linux.git
omits 622950e50b0f Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
omits e81595f0e741 Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/li [...]
omits 2840038473cc Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
omits 9c7ba9b6762a Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
omits 09c73f18a24e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f7928eddaee0 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
omits 1d204101f5f0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 41056ba2a9a1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 494a8fa8b90f Merge branch 'fs-next' of linux-next
omits a8ff9197212d Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
omits 8dcc689417d9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ad0dd34c57c5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 70328589a055 Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
omits 6ea07029f931 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 74cd1bf430a2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits b57bead5122c Merge branch 'for-next' of git://github.com/openrisc/linux.git
omits 26f55752631d Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
omits 60d91ba0a028 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
omits 32f601f291b8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits daf3f937f789 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
omits 2325fe78a92f Merge branch 'thead-clk-for-next' of https://github.com/pd [...]
omits 45f039df0fdd Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
omits dea30277706c Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
omits d345ba1e3ab8 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
omits fecac6723ff5 Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
omits f2375b1d34b6 Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
omits 73ad3b66a4f0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 65ad6ba31b8c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 6775bef47602 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
omits 4f90cce73ce6 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
omits 94cd2114aaf7 Merge branch 'for-next' of https://github.com/spacemit-com/linux
omits 9150d98d2c34 Merge branch 'for-next' of https://github.com/sophgo/linux.git
omits e941157514a1 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
omits 433b028fa09b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5eb2d55d411e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 134f71909107 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
omits 0fa12f05e24f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 89508bfe3dbd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c8db21375c88 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b79bc5f3bd25 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 930ce91c687e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e172ab78b130 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0446f9ed6c96 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits c1d1d7e4558d Merge branch 'next' of https://github.com/Broadcom/stblinux.git
omits fd7f55bdc56b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4d7d4eba0306 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
omits c1ef3734a4df Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
omits e93b82ef601f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits cc191d358f3c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 70497b8b0c82 Merge branch 'for-next/perf' of git://git.kernel.org/pub/s [...]
omits e4b9a6bedccd Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
omits 01002df2b8ff Merge branch 'dma-mapping-for-next' of git://git.kernel.or [...]
omits 59ada4336308 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
omits 4e2f276ab72d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 765276cc7271 Merge branch 'mm-nonmm-unstable' of git://git.kernel.org/p [...]
omits ef676fdfc123 Merge branch 'mm-unstable' of git://git.kernel.org/pub/scm [...]
omits 2cb1b3d22ff4 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 50333dadd14e Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
omits 19fc3b1c63fb Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 64260f70c991 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
omits a1c7ad85bad6 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
omits 637f6aa42334 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 6fe37a10be68 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits e485348a754b Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
omits ac3f6e5e7419 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits b6c9f5b90313 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 7f769c7b5f6d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits d70a5ea40dc6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 8fff7ab51fa2 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 8c55302030b7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 28139dffa5c6 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 7de9ad8ba2a8 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 3ff15c781c2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 069403fa00fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 665a16122235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits dc68b2fd07e7 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 662e877b0522 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 576b621824be Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits a093eaa73d92 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits fb7bafda58e6 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits b71be55df99d Merge branch 'for-next/fixes' of git://git.kernel.org/pub/ [...]
omits 391b4c44097f Merge branch 'fs-current' of linux-next
omits 83ea901d016c Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits d4d40573d4e4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1fe13f1ced8b Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits 6c00e0776604 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 62f7b7781585 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 21ace28f58a3 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
omits 471026e8fc94 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits 5a389c73d310 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
omits a181451bac96 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5d3ae67ad306 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0053418bf9f4 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 59f124882a87 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits acde6f9ccdbc Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits c2d3a64a0f35 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 867677f7502d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 6629a5bd19cd Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits 5839b5ce51f2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ebea26e7c64d Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 5c1dcc916e36 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
omits 31fb97fb17f0 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 9c497d19ae81 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 97d5f469f45a virtio: support device disconnect
omits a55b51b3f3ca virtio: allow transports to suppress config change
omits 2c8a843b6e56 virtio: pack config changed flags
omits 61ef5cf796e3 virtio: fix comments, readability
omits b7468115b604 pci: report surprise removal event
omits 47d2526faa17 fsverity: Switch from crypto_shash to SHA-2 library
omits eed49fd31630 fsverity: Explicitly include <linux/export.h>
omits d9e6e7d93969 apparmor: use SHA-256 library API instead of crypto_shash API
omits aea86bc2a77f fscrypt: Switch to sync_skcipher and on-stack requests
omits 1062669096b6 fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
omits 101a3b090c27 fscrypt: Don't use asynchronous CryptoAPI algorithms
omits 4ce62e365737 Merge branch 'ti-k3-dts-next' into ti-next
omits 1dd85ca4b2fd arm64: dts: ti: Enable overlays for all DTB files
omits 09c08e135078 erofs: do sanity check on m->type in z_erofs_load_compact_ [...]
omits 262fcdc7c5e8 Revert "sched/numa: add statistics of numa balance task"
omits 2cb34ce5bb70 Merge x86/platform into tip/master
omits 6deee38eeb6c Merge timers/ptp into tip/master
omits 831177fc63e1 Merge smp/core into tip/master
omits 699d3139819c Merge irq/drivers into tip/master
omits ddba2b25b52b Merge sched/core into tip/master
omits c72d6e6895fd Merge core/bugs into tip/master
omits 53c9ada5ede6 Merge timers/vdso into tip/master
omits 61dbb0d4c2cb Merge timers/cleanups into tip/master
omits 7e5cd348d351 Merge core/entry into tip/master
omits 0ac4c914b170 Merge locking/core into tip/master
omits faa32cf5310f Merge x86/sev into tip/master
omits 83e14c6effd5 Merge x86/bugs into tip/master
omits bb0f65454fc0 Merge x86/fpu into tip/master
omits 2146ad84d608 Merge x86/cpu into tip/master
omits f3fc5e2fe88b Merge x86/boot into tip/master
omits 2e3fc1eed923 Merge irq/msi into tip/master
omits fe33ccda0cd8 Merge x86/kconfig into tip/master
omits 61428d5f95ef Merge timers/core into tip/master
omits 3f7cc484e1c7 Merge irq/core into tip/master
omits ec2a8a5d1af4 Merge x86/urgent into tip/urgent
omits 1437b47afaf2 Merge locking/urgent into tip/urgent
omits 0bb48ad676d5 riscv: defconfig: spacemit: enable sdhci driver for K1 SoC
omits 990e0418abe3 Merge branches 'for-next/smccc/updates' and 'for-next/scmi [...]
omits 5a97aa3a4f1f x86/CPU/AMD: Disable INVLPGB on Zen2
omits dc562662cb2b x86/rdrand: Disable RDSEED on AMD Cyan Skillfish
omits 6b350e458a24 Merge branch 'misc-6.16' into next-fixes
omits 56223dbf9305 Merge remote-tracking branch 'asoc/for-6.17' into asoc-next
omits 8d420d069561 arm64: dts: ti: k3-am62p-verdin: fix PWM_3_DSI GPIO direction
omits 10f2351db279 ocfs2: avoid NULL pointer dereference in dx_dir_lookup_rec()
omits 48768dfde462 ocfs2/dlm: fix "take a while" typo
omits 78e055f8a186 init/main.c: add warning when file specified in rdinit is [...]
omits da6ac309cf41 samples: enhance hung_task detector test with read-write s [...]
omits fff2228f4dd8 hung_task: extend hung task blocker tracking to rwsems
omits 09c81e96edec locking/rwsem: make owner helpers globally available
omits 04f72350ce46 coccinelle: misc: secs_to_jiffies: implement context and r [...]
omits a438add3a55e panic: add note that panic_print sysctl interface is deprecated
omits 4c8e6fb40236 panic: add 'panic_sys_info=' setup option for kernel cmdline
omits 9b5072c04c46 panic: add 'panic_sys_info' sysctl to take human readable [...]
omits 6a8c378acf94 panic: generalize panic_print's function to show sys info
omits 50a44550d766 panic: clean up code for console replay
omits 96b223581f44 checkpatch: check for missing sentinels in ID arrays
omits 010eb728ba1d selftests: ptrace: add set_syscall_info to .gitignore
omits d3389c7c4f0b ocfs2: update d_splice_alias() return code checking
omits d9b214397fb7 fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()
omits dc6f9f90462f mailmap: update Sachin Mokashi's email address
omits 49a00d9d9b19 ocfs2: embed actual values into ocfs2_sysfile_lock_key names
omits 6fbcffd684e7 tools/accounting/delaytop: add delaytop to record top-n ta [...]
omits 4d7858cc7cde fs: fat: Prevent fsfuzzer from dominating the console
omits 168a39d6fa31 kthread: update comment for __to_kthread
omits ec9570382770 lib: test_objagg: split test_hints_case() into two functions
omits ed4ceca0c424 ocfs2: kill osb->system_file_mutex lock
omits f998a6c3885b MAINTAINERS: add lib/raid6/ to "SOFTWARE RAID"
omits 43ec288fb37b lib-raid6-replace-custom-zero-page-with-zero_page-v3
omits 52ae37c0a8c1 lib/raid6: replace custom zero page with ZERO_PAGE
omits 68e68728140d scripts: gdb: move MNT_* constants to gdb-parsed
omits 96ee12302dbf fork: clean up ifdef logic around stack allocation
omits 9243ec8b7610 ocfs2: remove redundant NULL check in rename path
omits fa5911dc1848 ocfs2: reset folio to NULL when get folio fails
omits 88c2db3e1aec uprobes: revert ref_ctr_offset in uprobe_unregister error path
omits 8b59d03fe53d checkpatch: use utf-8 match for spell checking
omits 1fa79090f2c3 mul_u64_u64_div_u64: fix the division-by-zero behavior
omits 6d3b778d14d8 exit: fix misleading comment in forget_original_parent()
omits 68e2657687e6 kcov: fix typo in comment of kcov_fault_in_area
omits 9997dbd39e8d relayfs: support a counter tracking if data is too big to write
omits d38aec852ad6 blktrace: use rbuf->stats.full as a drop indicator in relayfs
omits b2f0fc76737e relayfs: introduce getting relayfs statistics function
omits 77e856106536 relayfs: support a counter tracking if per-cpu buffers is full
omits 53064d97aebb relayfs: abolish prev_padding
omits 43154a8c4c38 x86: implement crashkernel cma reservation
omits 7af8a256474d kdump: wait for DMA to finish when using CMA
omits 581bd331dcc1 kdump, documentation: describe craskernel CMA reservation
omits 7e5227269859 kdump: implement reserve_crashkernel_cma
omits ef4ddebcbfdd Add a new optional ",cma" suffix to the crashkernel= comma [...]
omits 193770db0106 squashfs: use folios in squashfs_bio_read_cached()
omits 64ce9f8cfdd7 squashfs: pass the inode to squashfs_readahead_fragment()
omits bea3cab89cb8 kernel: relay: use __GFP_ZERO in relay_alloc_buf
omits c7808a80b740 riscv: optimize gcd() performance on RISC-V without Zbb extension
omits 029a7c2a04ce riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB [...]
omits 4be84e9d0faa lib/math/gcd: use static key to select implementation at runtime
omits d0fece99c90c fork: define a local GFP_VMAP_STACK
omits eec3d48d0cd7 fork: clean-up naming of vm_stack/vm_struct variables in v [...]
omits 505ddca52368 alpha: replace sprintf()/strcpy() with scnprintf()/strscpy()
omits fca5881451f0 ocfs2: replace simple_strtol with kstrtol
omits 1ae01437b8c4 include/linux/jhash.h: replace __get_unaligned_cpu32 in jh [...]
omits b97ffc5e1342 tools/testing/selftests: add mremap() unfaulted/faulted te [...]
omits 92b820df324f selftests/mm: add process_madvise() tests
omits e5589193a1c8 maple tree: add some comments
omits e6cc2e45936e cma: move memory allocation to a helper function
omits 5ec4a22ce1db cma: split reservation of fixed area into a helper function
omits 965bcc85371e cma: move __cma_declare_contiguous_nid() before its usage
omits 58289e2b7c74 mm: remove boolean output parameters from folio_pte_batch_ext()
omits 184f7d8512d0 mm: split folio_pte_batch() into folio_pte_batch() and fol [...]
omits 1bae976fad3b mm: smaller folio_pte_batch() improvements
omits 06768952c348 mm: convert FPB_IGNORE_* into FPB_RESPECT_*
omits fa774f1c9015 mm: remove outdated filename comment in percpu-stats.c
omits 86809c349450 mm: fix spelling issue in swap.h
omits 0f24b1aa3526 mm/cma: use str_plural() in cma_declare_contiguous_multi()
omits 9613017df648 mm,hugetlb: drop unlikelys from hugetlb_fault
omits 2873b4c9749d mm,hugetlb: drop obsolete comment about non-present pte an [...]
omits 26b85b9feea7 mm,hugetlb: rename anon_rmap to new_anon_folio and make it [...]
omits b8fe920733ed mm,hugetlb: sort out folio locking in the faulting path
omits 999c121c9e7f mm,hugetlb: change mechanism to detect a COW on private mapping
omits ffddf11622c3 mm/debug_vm_pgtable: use a swp_entry_t input value for swap tests
omits 325c8b0cfdcc mm/hugetlb: use str_plural() in report_hugepages()
omits ddceff60597a mm/percpu: prevent concurrency problem for pcpu_nr_populat [...]
omits 5aec4225aad2 selftests/damon/sysfs.py: test DAMOS schemes parameters setup
omits f9cd0c5fc0e3 selftests/damon/sysfs.py: test adaptive targets parameter
omits 4441f99aa075 selftests/damon/sysfs.py: test monitoring attribute parameters
omits 2358bae5a2b6 selftests/damon: add python and drgn-based DAMON sysfs test
omits 6bd2ad587d2c selftests/damon/_damon_sysfs: set Kdamond.pid in start()
omits 060cd564dcc7 selftests/damon: add drgn script for extracting damon status
omits 7d3755039d2f mm: deduplicate mm_get_unmapped_area()
omits 1d4c768ae9b5 mm/hugetlb: remove prepare_hugepage_range()
omits 5c40dd9677ca samples/damon/mtier: add parameters for node0 memory usage
omits 32d0d5220c35 mm-vmstat-remove-the-nr_writeback_temp-node_stat_item-counter-fix
omits ef0e5b318676 mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
omits dcbb1f5f4222 ksm_tests: skip hugepage test when Transparent Hugepages a [...]
omits 4fceb88fc876 selftests/mm: fix UFFDIO_API usage with proper two-step fe [...]
omits 9775aef753a8 selftests/mm: fix UFFDIO_API usage with proper two-step fe [...]
omits 84f1d5f7fc7e mm, madvise: use standard madvise locking in madvise_set_a [...]
omits 6ad211004f76 mm, madvise: move madvise_set_anon_name() down the file
omits cf3ab7465d49 mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
omits abf931a83b25 mm, madvise: simplify anon_name handling
omits 186cc5bcdaa1 maple_tree: add testing for restoring maple state to active
omits 0107a92996a7 maple_tree: fix status setup on restore to active
omits c2694a3dec38 mm/madvise: fix very subtle bug
omits 8d99d59d75e6 mm/madvise: eliminate very confusing manipulation of prev VMA
omits eff89cd97576 mm/madvise: thread all madvise state through madv_behavior
omits 334565ddfdd7 mm/madvise: thread VMA range state through madvise_behavior
omits a391d9f4040f mm/madvise: thread mm_struct through madvise_behavior
omits 183998068d24 mm/madvise: remove the visitor pattern and thread anon_vma state
omits d3a045c61e83 selftests/mm: remove duplicate .gitignore entries
omits c1ec3db396bc mm-unexport-globally-copy_to_kernel_nofault-v2
omits 4f5ac917d339 mm: unexport globally copy_to_kernel_nofault
omits 848ac3ab8a3f lib/test_vmalloc.c: restrict default test mask to avoid te [...]
omits 80b07f97f10d lib/test_vmalloc.c: use late_initcall() if built-in for in [...]
omits 1d8c0fb87036 mm: introduce per-node proactive reclaim interface
omits bbf36a3701c1 mm/vmscan: make __node_reclaim() more generic
omits 1d3757de2744 mm-memcg-make-memoryreclaim-interface-generic-fix
omits 66262b4f464f mm/memcg: make memory.reclaim interface generic
omits 561ddff579a1 mm/vmscan: respect psi_memstall region in node reclaim
omits 141e65dce9b5 mm/damon/sysfs: decouple from damon_ops_id
omits 4540cd5a2b97 mm/damon/sysfs-schemes: decouple from damos_filter_type
omits 69ada1521ccf mm/damon/sysfs-schemes: decouple from damos_wmark_metric
omits 07bfe8854dce mm-damon-sysfs-schemes-decouple-from-damos_action-fix
omits e16d1d08908e mm/damon/sysfs-schemes: decouple from damos_action
omits ea354d669fbe mm/damon/sysfs-schemes: decouple from damos_quota_goal_metric
omits a46badb31e25 mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()
omits 6380a5971bad selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix
omits 6fd0a3e5f6ce selftests/mm: reduce uffd-unit-test poison test to minimum
omits 054c513b6783 maple-tree-use-goto-label-to-simplify-code-fix
omits c6fff1f31978 maple tree: use goto label to simplify code
omits 8feb6dc91ef6 selftets/damon: add a test for memcg_path leak
omits 4743ffb6bc38 mm/memremap: remove unused devmap_managed_key
omits c39133e9ff5a mm: remove callers of pfn_t functionality
omits 2aa1f3307e94 mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and [...]
omits b747a6c99f24 mm: remove devmap related functions and page table bits
omits 502747756b8a fs/dax: remove FS_DAX_LIMITED config option
omits b5661f576ec1 powerpc: remove checks for devmap pages and PMDs/PUDs
omits b1057ce9a63c mm/khugepaged: remove redundant pmd_devmap() check
omits 4acc6738f52d mm: remove redundant pXd_devmap calls
omits 44129659775f mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn()
omits a366eea7d3a8 mm/gup: remove pXX_devmap usage from get_user_pages()
omits b1889a722cf9 mm: convert vmf_insert_mixed() from using pte_devmap to pt [...]
omits fbf086bfdb45 mm: remove remaining uses of PFN_DEV
omits be62f65b12a2 mm: filter zone device pages returned from folio_walk_start()
omits 55edccfac2e2 mm: convert pXd_devmap checks to vma_is_dax
omits 5273fc45a1de mm/percpu: conditionally define _shared_alloc_tag via CONF [...]
omits 7030d1df5de4 selftests/udmabuf: add a test to pin first before writing [...]
omits 0944ce8e7f0d mm/memfd: reserve hugetlb folios before allocation
omits 30447009dc59 mm/hugetlb: make hugetlb_reserve_pages() return nr of entr [...]
omits f12f94857ffe codetag: avoid unused alloc_tags sections/symbols
omits 0f5dd2db80fc mm/damon: fix minor typos in damon header
omits f9d57380562f mm: update architecture and driver code to use vm_flags_t
omits 8e9663edeebb mm: update core kernel code to use vm_flags_t consistently
omits 56a91e34d2dd mm: add missing vm_get_page_prot() instance, remove include
omits d8b48b81c949 mm: change vm_get_page_prot() to accept vm_flags_t argument
omits ac44521e3c58 mm/page_isolation: remove migratetype parameter from more [...]
omits 45acd6044b9b mm/page_isolation: remove migratetype from undo_isolate_pa [...]
omits dbe4d848c6a4 mm/page_isolation: remove migratetype from move_freepages_ [...]
omits 1cecdda6c6f3 mm/page_alloc: add support for initializing pageblock as isolated
omits 3769b782b85b mm/page_isolation: make page isolation a standalone bit
omits 198cee33dd09 mm/page_alloc: pageblock flags functions clean up
omits 88c0ff7d4147 Revert "mm: make alloc_demote_folio externally invokable f [...]
omits 20a94ea11b5e Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"
omits c659a0e337d7 mm/damon/paddr: use alloc_migartion_target() with no migra [...]
omits 1265cae6058c tools/testing/radix-tree: test maple tree chaining mas_pre [...]
omits df1c679d5708 testing/radix-tree/maple: increase readers and reduce dela [...]
omits 306ea7628e30 mm: huge_memory: fix the check for allowed huge orders in shmem
omits 35d6fa9a18aa selftest/mm: skip if fallocate() is unsupported in gup_longterm
omits e9d97f291a34 mm: make comment consistent in vma_expand()
omits 50ae564180d1 mm/vma: use vmg->target to specify target VMA for new VMA merge
omits d3b13d8a35bc highmem: remove a use of folio->page
omits 6a675146b35f fix check of filemap_lock_folio() return value
omits 12a45d16ba33 secretmem: remove uses of struct page
omits 479cb2211a6d mm/huge_memory: don't mark refcounted folios special in vm [...]
omits 59acb380916d mm/huge_memory: don't mark refcounted folios special in vm [...]
omits 050ef5e68e16 mm/huge_memory: don't ignore queried cachemode in vmf_inse [...]
omits 8ec26524cce7 selftests: mm: add shmem collapse as a default test item
omits 8daf8c82f4b6 selftests: khugepaged: fix the shmem collapse failure
omits 849a5e9d902e mm: remove zero_user()
omits fd1969548e04 ceph: fix NULL vs IS_ERR() bug in ceph_zero_partial_page()
omits f79174c79056 ceph: convert ceph_zero_partial_page() to use a folio
omits 269e552cc051 direct-io: use memzero_page()
omits e046c319c3b4 null_blk: use memzero_page()
omits c2e1a7b8f61d bio: use memzero_page() in bio_truncate()
omits 9e23db0b4afa mm: use folio_expected_ref_count() helper for reference counting
omits 29d67e716d07 selftests/mm: use generic read_sysfs in thuge-gen test
omits 1eb69ddbd2fe mm: madvise: use per_vma lock for MADV_FREE
omits 9bbaeba36afc mm: optimize mremap() by PTE batching
omits 659cf3ee82d3 mm: call pointers to ptes as ptep
omits 636a8cb225e1 mm/memory-tier: fix abstract distance calculation overflow
omits 1ddbcc43d98a alloc_tag: keep codetag iterator active between read()
omits b71cf8234678 alloc_tag: add sequence number for module and iterator
omits b13d2aa1cca8 gup-optimize-longterm-pin_user_pages-for-large-folio-fix
omits 19d2f2b9487a gup: optimize longterm pin_user_pages() for large folio
omits a0377316fdad mm/pagewalk: split walk_page_range_novma() into kernel/user parts
omits 27f222fe8c26 mm/memfd: clarify error handling labels in memfd_create()
omits efc1082e8ced lib/test_hmm: reduce stack usage
omits 0a0d859ec3dc selftests/mm: check for YAMA ptrace_scope configuraiton be [...]
omits 051757293482 selftests/mm: add messages about test errors to the cow tests
omits 349b245ff648 selftests/mm: don't compare return values to in cow
omits 04e304d0fdd5 selftests/mm: convert some cow error reports to ksft_perror()
omits c5ec0840fa80 kselftest/mm: clarify errors for pipe()
omits ac9cdde73e14 alloc_tag: remove empty module tag section
omits f19598925447 mm,memory_hotplug: drop status_change_nid parameter from m [...]
omits 90dd73c2c3cd mm,page_ext: derive the node from the pfn
omits 2fc4b8b2403c mm,mempolicy: use node-notifier instead of memory-notifier
omits cae789535c21 kernel,cpuset: use node-notifier instead of memory-notifier
omits ac6de7032cb7 drivers,hmat: use node-notifier instead of memory-notifier
omits a3f6ab1e62d7 drivers,cxl: use node-notifier instead of memory-notifier
omits fdf9d1c27fad mm,memory-tiers: use node-notifier instead of memory-notifier
omits 698661565993 mmslub-use-node-notifier-instead-of-memory-notifier-fix
omits 95422f401114 mm,slub: use node-notifier instead of memory-notifier
omits d4e8ab383248 mm,memory_hotplug: set failure reason in offline_pages()
omits 144a639adb20 mm,memory_hotplug: implement numa node notifier
omits 0978a767db3d mm,memory_hotplug: remove status_change_nid_normal and upd [...]
omits 5e34b39c44ac mm,slub: do not special case N_NORMAL nodes for slab_nodes
omits ba2014e3bd75 mm-filemap-allow-arch-to-request-folio-size-for-exec-memory-fix-2
omits ced4b88deb39 mm-filemap-allow-arch-to-request-folio-size-for-exec-memory-fix
omits 74e3d7d60e56 mm/filemap: allow arch to request folio size for exec memory
omits 3dca0f1bad66 mm/readahead: store folio order in struct file_ra_state
omits 7b429515a734 mm/readahead: make space in struct file_ra_state
omits 7c3ae8416952 mm/readahead: terminate async readahead on natural boundary
omits d2ee64642e1b mm/readahead: honour new_order in page_cache_ra_order()
omits 8db5b7c9a419 mm/mempolicy: skip unnecessary synchronize_rcu()
omits cbef1339ba92 xarray: add a BUG_ON() to ensure caller is not sibling
omits b276d917bda4 proc: use the same treatment to check proc_lseek as ones f [...]
omits bd456495cc0d mm/madvise: avoid any chance of uninitialised pointer deref
omits f766144a741e mm: use per_vma lock for MADV_DONTNEED
omits b1ba3413eb3c userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_ [...]
omits dadee1c7a78a userfaultfd: remove (VM_)BUG_ON()s
omits 208b0f240cf4 userfaultfd: prevent unregistering VMAs through a differen [...]
omits ea927cfc7d4e userfaultfd: correctly prevent registering VM_DROPPABLE regions
omits 4d177552e138 drivers/base/node: rename __register_one_node() to registe [...]
omits 7449980f5d9d drivers/base/node: rename register_memory_blocks_under_nod [...]
omits 5b208a4c4ae5 drivers/base/node: remove register_memory_blocks_under_nod [...]
omits 6f815fe4e60d drivers/base/node: remove register_mem_block_under_node_early()
omits 6032ceaf84e0 drivers/base/node: restore removed extra line
omits ca5e39df5e35 drivers/base/node: optimize memory block registration to r [...]
omits ea446b1b3b2a readahead: fix return value of page_cache_next_miss() when [...]
omits bdd5005c421d mm/cma: pair the trace_cma_alloc_start/finish
omits 390200ff6ffd mm: madvise: revert the walk_page_range_vma change for MAD [...]
omits 8b50bb104cd4 mm: madvise: use walk_page_range_vma() instead of walk_pag [...]
omits e8f91cd5a570 mm: remove the for_reclaim field from struct writeback_control
omits ddc348d605e5 mm: stop passing a writeback_control structure to swap_writeout
omits df01e1422bd3 mm: stop passing a writeback_control structure to __swap_w [...]
omits 72ba3abcb40e mm: tidy up swap_writeout
omits d2d38e8a8a72 mm: stop passing a writeback_control structure to shmem_writeout
omits e96a61de8132 mm: split out a writeout helper from pageout
omits f5f62f932046 mm, list_lru: refactor the locking code
omits 9351a8de24ee mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER
omits f06fc9cdf0e7 mm-gup-remove-vm_bug_ons-fix
omits 73a3dff59543 mm/gup: remove (VM_)BUG_ONs
omits 6ea183ea2182 Docs/admin-guide/mm/damon: add DAMON_STAT usage document
omits 251148f05711 mm/damon/stat: calculate and expose idle time percentiles
omits d6dec3e144b5 mm/damon/stat: calculate and expose estimated memory bandwidth
omits 49877987ecad mm/damon/stat: reset enabled when DAMON start failed
omits c4b3fbcedeab mm/damon/stat: use IS_ENABLED() for enabled initial value
omits 471a1e03df53 mm/damon: introduce DAMON_STAT module
omits 00401656d461 mm: remove unused mmap tracepoints
omits d082b3238ff7 mm: Kconfig: use verb *use* in plural form in description
omits 387bcd860f6d mm/vmstat: utilize designated initializers for the vmstat_ [...]
omits 926aae30667e mm: strictly check vmstat_text array size
omits 5aa7fdaf3ae1 mm/vmstat: make MEMCG select VM_EVENT_COUNTERS
omits 3f444cd79693 mm/hugetlb: convert hugetlb_change_protection() to folios
omits c839356be217 tools/testing/selftests: add VMA merge tests for KSM merge
omits 3587f963285e mm/vma: correctly invoke late KSM check after mmap hook
omits 25924e00bcce mm: prevent KSM from breaking VMA merging for new VMAs
omits 0fe8070cea1c mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
omits d578b2a7f6b6 mm: ksm: have KSM VMA checks not require a VMA pointer
omits a44d45e46ccc tools/mm: add script to display page state for a given PID [...]
omits e4010f5f63ee mm: vmscan: apply proportional reclaim pressure for memcg [...]
omits 404559c6df7b docs/mm: expand vma doc to highlight pte freeing, non-vma [...]
omits 1aac2b033de7 mm: restore documentation for __free_pages()
omits 855253cdf10b mailmap: add entry for Senozhatsky
omits aec98d2aa778 mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n
omits a6d498169566 Revert "sched/numa: add statistics of numa balance task"
omits 7da7b09d2198 mm: fix the inaccurate memory statistics issue for users
omits 697d4db77271 mm/damon: fix divide by zero in damon_get_intervals_score()
omits 0e619a187964 samples/damon: fix damon sample mtier for start failure
omits 22dabb833e52 samples/damon: fix damon sample wsse for start failure
omits fa6388bc26c4 samples/damon: fix damon sample prcl for start failure
omits 98d1d71ebcb2 kasan: remove kasan_find_vm_area() to prevent possible deadlock
omits 10ab1fd0ad32 scripts: gdb: vfs: support external dentry names
omits bc4c3072cebd mm/migrate: fix do_pages_stat in compat mode
omits 59afa71f24df mm/damon/core: handle damon_call_control as normal under k [...]
omits bc959443db67 mm/vmscan: fix hwpoisoned large folio handling in shrink_f [...]
omits 9612ffbe7357 mm/memory_hotplug: fix hwpoisoned large folio handling in [...]
omits b2cd4aa70d4b mm/rmap: fix potential out-of-bounds page table access dur [...]
omits f19bb7ab310d mm/hugetlb: don't crash when allocating a folio if there a [...]
omits 4eb887f83e4e scripts/gdb: de-reference per-CPU MCE interrupts
omits 9abebc022dc5 scripts/gdb: fix interrupts.py after maple tree conversion
omits f4afc5a1e6e1 maple_tree: fix mt_destroy_walk() on root leaf node
omits a45c89cbaef0 mm/vmalloc: leave lazy MMU mode on PTE mapping error
omits 87bb062245d9 scripts/gdb: fix interrupts display after MCP on x86
omits 3c0e203e73e6 lib-alloc_tag-do-not-acquire-non-existent-lock-in-alloc_ta [...]
omits e19956251d93 lib/alloc_tag: do not acquire non-existent lock in alloc_t [...]
omits a2e5f764e696 kallsyms: fix build without execinfo
omits 588c02e28a58 Merge branch 'spacemit-clk-for-6.17' into spacemit-for-next
omits 8cdea9ca2d12 Merge remote-tracking branch 'spi/for-6.17' into spi-next
omits 8709d5102406 riscv: dts: spacemit: add pwm14_1 pinctrl setting
omits 9aebdfc21f75 riscv: dts: spacemit: add PWM support for K1 SoC
omits 451bae9060f8 refscale: Check that nreaders and loops multiplication doe [...]
omits 59fbcdf767ba checkpatch: Remove SRCU-lite deprecation
omits 2616e241f406 srcu: Remove SRCU-lite implementation
omits 9aee119bcf5e rcutorture: Remove support for SRCU-lite
omits 3e7ffee2b759 rcutorture: Remove SRCU-lite scenarios
omits f706766cb5e3 torture: Remove support for SRCU-lite
omits fbb6794060de Documentation/kernel-parameters: Update rcu_normal_wake_fr [...]
omits a7f6af1322ad rcu: Enable rcu_normal_wake_from_gp on small systems
omits 7893ea1006fc vdso/gettimeofday: Add support for auxiliary clocks
omits 8764009ff21c vdso/vsyscall: Update auxiliary clock data in the datapage
omits 8361c5bf4965 vdso: Introduce aux_clock_resolution_ns()
omits 6e14fcf095e9 vdso/gettimeofday: Introduce vdso_get_timestamp()
omits 3313cfe7e3d0 vdso/gettimeofday: Introduce vdso_set_timespec()
omits b5df72706b04 vdso/gettimeofday: Introduce vdso_clockid_valid()
omits fcc8e46f768f vdso/gettimeofday: Return bool from clock_gettime() helpers
omits 7413d7c640aa vdso/gettimeofday: Return bool from clock_getres() helpers
omits 9916785ef2ce vdso/helpers: Add helpers for seqlocks of single vdso_clock
omits 88c88561f36b vdso/vsyscall: Split up __arch_update_vsyscall() into __ar [...]
omits d878e2960cb6 vdso/vsyscall: Introduce a helper to fill clock configurations
omits f76b482771b4 arm64: dts: ti: k3-pinctrl: Enable Schmitt Trigger by default
omits abf9f785f512 btrfs: populate otime when logging an inode item
omits 5b209d4ee7e9 btrfs: qgroup: fix qgroup create ioctl returning success a [...]
omits eee00674f175 btrfs: qgroup: set quota enabled bit if quota disable fail [...]
omits fa413fa26045 btrfs: don't skip accounting in early ENOTTY return in btr [...]
omits afc1f786d92a btrfs: qgroup: fix race between quota disable and quota re [...]
omits fd3d9cf28799 btrfs: clear dirty status from extent buffer on error at i [...]
omits 17dc02f7d293 clk: renesas: r9a09g047: Add clock and reset signals for t [...]
omits cee553b73e72 rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread poin [...]
omits 91389373c6cb rcu/nocb: Dump gp state even if rdp gp itself is not offloaded
omits ca2f83d122fd i2c: imx: use guard to take spinlock
omits 9b7d9d7ab408 i2c: stm32f7: Use str_on_off() helper
omits 2ba2bb5bfb45 dt-bindings: i2c: nxp,pnx-i2c: allow clocks property
omits 8efbabfe5cb8 i2c: riic: Add support for RZ/T2H SoC
omits 2670dde4b7db i2c: riic: Move generic compatible string to end of array
omits 7194d296ce38 i2c: riic: Pass IRQ desc array as part of OF data
omits ac54e31a2053 dt-bindings: i2c: renesas,riic: Document RZ/T2H and RZ/N2H [...]
omits 724924942ab2 dt-bindings: i2c: renesas,riic: Move ref for i2c-controlle [...]
omits 024499a4c4c3 i2c: tegra: Add missing kernel-doc for dma_dev member
omits 9eb8364d688d Merge branch 'fixes' into for-next
omits 523311bb1321 Merge branch 'features' into for-next
omits 077754f0ccd3 Merge branches 'rcu-exp.25.06.2025', 'rcu.25.06.2025', 'rc [...]
omits 1c4cb7eaa086 srcu: Expedite SRCU-fast grace periods
omits 779a7c4995c8 rcu: Fix lockup when RCU reader used while IRQ exiting
omits 1c2f41aedc62 context_tracking: Provide helper to determine if we're in IRQ
omits 0ddefbf29dba rcu/exp: Warn on CPU lagging for too long within hotplug I [...]
omits 717db271f3c6 rcu/exp: Warn on QS requested on dying CPU
omits 8be655f5ba3a rcu/exp: Remove needless CPU up quiescent state report
omits e8676ef84f12 rcu/exp: Remove confusing needless full barrier on task unblock
omits f984516d7ec6 Merge branch 'ti-k3-dts-next' into ti-next
omits 5e98350146c3 Merge branch for-6.16/arm64/dt into for-next
omits cf20ec411d71 Merge branch for-6.16/arm/dt into for-next
omits ff4a07fed2fa Merge branch for-6.16/dt-bindings into for-next
adds 9adf143357bf Merge tag 'pinctrl-v6.16-3' of git://git.kernel.org/pub/sc [...]
adds f69f5aab1fad Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds 8c2e52ebbe88 eventpoll: don't decrement ep refcount while still holding [...]
adds e78a224b72fb kallsyms: fix build without execinfo
adds 2c03d5e764c7 lib/alloc_tag: do not acquire non-existent lock in alloc_t [...]
adds 1b1f7c5f3036 lib-alloc_tag-do-not-acquire-non-existent-lock-in-alloc_ta [...]
adds 35473f8397ae scripts/gdb: fix interrupts display after MCP on x86
adds 1eb10b3e62c9 mm/vmalloc: leave lazy MMU mode on PTE mapping error
adds 4a908a03dfbb maple_tree: fix mt_destroy_walk() on root leaf node
adds 6cd844bb59a9 scripts/gdb: fix interrupts.py after maple tree conversion
adds 874dcd9953fb scripts/gdb: de-reference per-CPU MCE interrupts
adds 618deec8c986 mm/hugetlb: don't crash when allocating a folio if there a [...]
adds ff37e8357397 mm/rmap: fix potential out-of-bounds page table access dur [...]
adds 701d7bc1fce0 mm/memory_hotplug: fix hwpoisoned large folio handling in [...]
adds a118f897e16f mm/vmscan: fix hwpoisoned large folio handling in shrink_f [...]
adds 9a84730c1674 mm/damon/core: handle damon_call_control as normal under k [...]
adds 55cc58705396 mm/migrate: fix do_pages_stat in compat mode
adds 281978c04a83 scripts: gdb: vfs: support external dentry names
adds 6c96d338a81d kasan: remove kasan_find_vm_area() to prevent possible deadlock
adds 023ff563bbc4 samples/damon: fix damon sample prcl for start failure
adds 2473a108bdb8 samples/damon: fix damon sample wsse for start failure
adds d96747c2ae57 samples/damon: fix damon sample mtier for start failure
adds da3c79ed3d80 mm/damon: fix divide by zero in damon_get_intervals_score()
adds e7f3e3ba589f mm: fix the inaccurate memory statistics issue for users
adds 4667ecf86ce7 mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n
adds 008b9846dff1 mailmap: add entry for Senozhatsky
adds 55396fea33ca selftests/mm: fix split_huge_page_test for folio_split() tests.
adds 61f474a688f4 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
adds 11a1803f9965 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
adds 9eb1cf99dc45 btrfs: qgroup: fix race between quota disable and quota re [...]
adds da08927994d8 btrfs: qgroup: set quota enabled bit if quota disable fail [...]
adds 92e6fa77b2e0 btrfs: qgroup: fix qgroup create ioctl returning success a [...]
adds 296391a79b55 Merge branch 'misc-6.16' into next-fixes
adds e6c9ce21fbfc Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
adds 5904e5d9128c Merge branch 'fs-current' of linux-next
adds 78b7920a0335 net: stmmac: Fix interrupt handling for level-triggered mo [...]
adds a141af8eb227 net: phy: smsc: Fix Auto-MDIX configuration when disabled [...]
adds 0713e55533c8 net: phy: smsc: Force predictable MDI-X state on LAN87xx
adds 9dfe110cc0f6 net: phy: smsc: Fix link failure in forced mode with Auto-MDIX
adds 3c78f91e82d6 Merge branch 'net-phy-smsc-robustness-fixes-for-lan87xx-lan9500'
adds 0ec293edc72c Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
adds 654d7aa5222d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds bd54f06bcc66 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds a066917360ed wifi: mac80211: Fix uninitialized variable with __free() i [...]
adds 05daa483585b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 9470240cebbb Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
adds a609bd74b868 ASoC: Intel: avs: Fix NULL ptr deref on rmmod
adds 1093ef89f2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 651d4eadb463 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 73c9122ea056 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 273cc3406c8d serial: core: fix OF node leak
adds 6c0e9f05c9d7 pch_uart: Fix dma_sync_sg_for_device() nents value
adds 6b8ccc48c86d Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
adds 3014168731b7 usb: gadget: configfs: Fix OOB read on empty string write
adds cd0f8649d0e1 Merge tag 'usb-serial-6.16-rc6' of ssh://gitolite.kernel.o [...]
adds aa4783de964c Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
adds 99225bd1e524 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 9b9e8939b75b iio: adc: ad7313: fix calibration channel
adds 63a5845c4e49 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
adds dfc859237cef Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 27ffd828549a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds ccd783bf985f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 4578a747f3c7 KVM: x86: avoid underflow when scaling TSC frequency
adds 3b5fd889a702 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
adds 0738b65da252 Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
adds 55ba8fb1f1f3 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
adds 56a4c441fa10 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds d563e7f95c93 gpio: of: initialize local variable passed to the .of_xlat [...]
adds db5bcc90ab04 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
adds cce0b0d990be Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
adds 500ba3328441 pmdomain: governor: Consider CPU latency tolerance from pm [...]
adds 322b4423a6c9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 3683eca533ac i2c: omap: Handle omap_i2c_init() errors in omap_i2c_probe()
adds 8ce95f8172af i2c: omap: Fix an error handling path in omap_i2c_probe()
adds 5ad5a7e5be8c i2c: stm32: fix the device used for the DMA map
adds 02ef7e9d592f i2c: stm32f7: unmap DMA mapped buffer
adds beab1f80ec46 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
adds 9c3b50beddd0 Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
adds 9ef272c8b31e Merge locking/urgent into tip/urgent
adds 5b937a1ed64e x86/rdrand: Disable RDSEED on AMD Cyan Skillfish
adds a74bb5f202da x86/CPU/AMD: Disable INVLPGB on Zen2
adds 717b7f7d6bff Merge x86/urgent into tip/urgent
adds 9a9f7d17f89a Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
adds b316c7b5ad74 Merge branch 'msm-fixes' of https://gitlab.freedesktop.org [...]
adds d88dfb756d55 agp/amd64: Check AGP Capability before binding to unsuppor [...]
adds f6bfc9afc751 drm/framebuffer: Acquire internal references on GEM handles
adds bd46cece51a3 drm/gem: Fix race in drm_gem_handle_create_tail()
adds 23c7369d4050 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new 5c1b374503c4 mm: restore documentation for __free_pages()
new 077b064b785a docs/mm: expand vma doc to highlight pte freeing, non-vma [...]
new e7709b51dff0 mm: vmscan: apply proportional reclaim pressure for memcg [...]
new bb1b1653ef95 tools/mm: add script to display page state for a given PID [...]
new e9d3c15023c3 mm: ksm: have KSM VMA checks not require a VMA pointer
new 7363db9934a8 mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
new 3f7f0596e3a8 mm: prevent KSM from breaking VMA merging for new VMAs
new 6b1a3abc254f mm/vma: correctly invoke late KSM check after mmap hook
new 7677421afc15 tools/testing/selftests: add VMA merge tests for KSM merge
new 5be923823906 mm/hugetlb: convert hugetlb_change_protection() to folios
new f5b130c88171 mm/vmstat: make MEMCG select VM_EVENT_COUNTERS
new de654dbae4a5 mm: strictly check vmstat_text array size
new 954386324a11 mm/vmstat: utilize designated initializers for the vmstat_ [...]
new 2ac585d0af5e mm: Kconfig: use verb *use* in plural form in description
new 4416edb73f78 mm: remove unused mmap tracepoints
new 4337372a98b3 mm/damon: introduce DAMON_STAT module
new b8aafa332d24 mm/damon/stat: use IS_ENABLED() for enabled initial value
new 08b83ea8e19a mm/damon/stat: reset enabled when DAMON start failed
new a2e6652031ac mm/damon/stat: calculate and expose estimated memory bandwidth
new 8e2c1250eb5c mm/damon/stat: calculate and expose idle time percentiles
new 5a05c16a4251 Docs/admin-guide/mm/damon: add DAMON_STAT usage document
new ab7059a0cddd mm/gup: remove (VM_)BUG_ONs
new 61691d54e2f8 mm-gup-remove-vm_bug_ons-fix
new 0317f319ef62 mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER
new cdf3c7542d80 mm, list_lru: refactor the locking code
new e2bb6358cb07 mm: split out a writeout helper from pageout
new 4ee21579af41 mm: stop passing a writeback_control structure to shmem_writeout
new 2687c9c1efb3 mm: tidy up swap_writeout
new df375f43a3c6 mm: stop passing a writeback_control structure to __swap_w [...]
new 722a9d479b4e mm: stop passing a writeback_control structure to swap_writeout
new 47d391a7f7cb mm: remove the for_reclaim field from struct writeback_control
new 5aed5055f771 mm: madvise: use walk_page_range_vma() instead of walk_pag [...]
new ff10ca1496c4 mm: madvise: revert the walk_page_range_vma change for MAD [...]
new f83491c1dd90 mm/cma: pair the trace_cma_alloc_start/finish
new c1a8c1cc6640 readahead: fix return value of page_cache_next_miss() when [...]
new b150e504aa68 drivers/base/node: optimize memory block registration to r [...]
new f61968a54f4b drivers/base/node: restore removed extra line
new 7c7261d4d53c drivers/base/node: remove register_mem_block_under_node_early()
new 6887becd1cd4 drivers/base/node: remove register_memory_blocks_under_nod [...]
new 8f0631cd844c drivers/base/node: rename register_memory_blocks_under_nod [...]
new 11df7f4062f7 drivers/base/node: rename __register_one_node() to registe [...]
new a32b9dec36e8 userfaultfd: correctly prevent registering VM_DROPPABLE regions
new 192729c04c96 userfaultfd: prevent unregistering VMAs through a differen [...]
new 98013fa9d1cf userfaultfd: remove (VM_)BUG_ON()s
new e7d5c717017e userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_ [...]
new 652ce337f1b4 mm: use per_vma lock for MADV_DONTNEED
new 1fc414c10796 mm/madvise: avoid any chance of uninitialised pointer deref
new d0f5610f0348 proc: use the same treatment to check proc_lseek as ones f [...]
new 45606556c9d0 xarray: add a BUG_ON() to ensure caller is not sibling
new 6c9a78f31241 mm/mempolicy: skip unnecessary synchronize_rcu()
new 603ecc680b49 mm/readahead: honour new_order in page_cache_ra_order()
new 1b478bcd7507 mm/readahead: terminate async readahead on natural boundary
new b23418c2e21c mm/readahead: make space in struct file_ra_state
new f8aabda6386b mm/readahead: store folio order in struct file_ra_state
new 8e2ebbfe5715 mm/filemap: allow arch to request folio size for exec memory
new 8374b330e76a mm-filemap-allow-arch-to-request-folio-size-for-exec-memory-fix
new 15949fa7dc4f mm-filemap-allow-arch-to-request-folio-size-for-exec-memory-fix-2
new 5079169e4793 mm,slub: do not special case N_NORMAL nodes for slab_nodes
new 857c6548ccc3 mm,memory_hotplug: remove status_change_nid_normal and upd [...]
new edee9c8155b8 mm,memory_hotplug: implement numa node notifier
new aeb3b140049f mm,memory_hotplug: set failure reason in offline_pages()
new 93ebfc7152d4 mm,slub: use node-notifier instead of memory-notifier
new e8aac45302b1 mmslub-use-node-notifier-instead-of-memory-notifier-fix
new e83c62b4af78 mm,memory-tiers: use node-notifier instead of memory-notifier
new b8e06d683eed drivers,cxl: use node-notifier instead of memory-notifier
new 71a986c6d402 drivers,hmat: use node-notifier instead of memory-notifier
new 9ef17907dd61 kernel,cpuset: use node-notifier instead of memory-notifier
new bed731beac6a mm,mempolicy: use node-notifier instead of memory-notifier
new 91d547f396c5 mm,page_ext: derive the node from the pfn
new 6cd6bcacad50 mm,memory_hotplug: drop status_change_nid parameter from m [...]
new ed9f5a37bdf2 alloc_tag: remove empty module tag section
new 5bc9df2cefc3 kselftest/mm: clarify errors for pipe()
new b8ec786fa394 selftests/mm: convert some cow error reports to ksft_perror()
new dded6a0d1736 selftests/mm: don't compare return values to in cow
new e7d17833fb15 selftests/mm: add messages about test errors to the cow tests
new a778d415d301 selftests/mm: check for YAMA ptrace_scope configuraiton be [...]
new 24355cf3778e lib/test_hmm: reduce stack usage
new 22454a615691 mm/memfd: clarify error handling labels in memfd_create()
new 80146869a112 mm/pagewalk: split walk_page_range_novma() into kernel/user parts
new dcf199206685 gup: optimize longterm pin_user_pages() for large folio
new bf4dfa2d5e28 gup-optimize-longterm-pin_user_pages-for-large-folio-fix
new 5e2017ee2a04 alloc_tag: add sequence number for module and iterator
new 5535a5934315 alloc_tag: keep codetag iterator active between read()
new a07094bd9f0c mm/memory-tier: fix abstract distance calculation overflow
new 72734740091e mm: call pointers to ptes as ptep
new 1258a454f7f3 mm: optimize mremap() by PTE batching
new 54298953c147 mm: madvise: use per_vma lock for MADV_FREE
new 4d8a0febc4a9 selftests/mm: use generic read_sysfs in thuge-gen test
new 053f5069f322 mm: use folio_expected_ref_count() helper for reference counting
new adb8c955dcce bio: use memzero_page() in bio_truncate()
new 287c7fbf558c null_blk: use memzero_page()
new 2e4166c5cf1f direct-io: use memzero_page()
new 2f9af0b74737 ceph: convert ceph_zero_partial_page() to use a folio
new 4b68d0d0f400 ceph: fix NULL vs IS_ERR() bug in ceph_zero_partial_page()
new 485938053ede mm: remove zero_user()
new e6b203782026 selftests: khugepaged: fix the shmem collapse failure
new be57755ecc0f selftests: mm: add shmem collapse as a default test item
new bc7cb288b290 mm/huge_memory: don't ignore queried cachemode in vmf_inse [...]
new acf619059d07 mm/huge_memory: don't mark refcounted folios special in vm [...]
new 2b717007b63c mm/huge_memory: don't mark refcounted folios special in vm [...]
new eb492e661baa secretmem: remove uses of struct page
new f80131fb937d fix check of filemap_lock_folio() return value
new bce8b4b2da54 highmem: remove a use of folio->page
new 75b0e539af42 mm/vma: use vmg->target to specify target VMA for new VMA merge
new 0ee594c1230e mm: make comment consistent in vma_expand()
new eaa0e1ce8b37 selftest/mm: skip if fallocate() is unsupported in gup_longterm
new 99aa72c1828b mm: huge_memory: fix the check for allowed huge orders in shmem
new fbdd7d4870cb testing/radix-tree/maple: increase readers and reduce dela [...]
new 23e2cc1a862a tools/testing/radix-tree: test maple tree chaining mas_pre [...]
new 9d44cc487dfd mm/damon/paddr: use alloc_migartion_target() with no migra [...]
new 5522e411e47a Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"
new d5fe5aea9907 Revert "mm: make alloc_demote_folio externally invokable f [...]
new 5321822a7b4e mm/page_alloc: pageblock flags functions clean up
new d9bf598b4d60 mm/page_isolation: make page isolation a standalone bit
new 57cd284dffc3 mm/page_alloc: add support for initializing pageblock as isolated
new 8cac8b73a29c mm/page_isolation: remove migratetype from move_freepages_ [...]
new bec27fc3c810 mm/page_isolation: remove migratetype from undo_isolate_pa [...]
new 913554226ebd mm/page_isolation: remove migratetype parameter from more [...]
new 68b1d7acdafd mm: change vm_get_page_prot() to accept vm_flags_t argument
new a3df7eebbe05 mm: add missing vm_get_page_prot() instance, remove include
new 3b3cb4bf304f mm: update core kernel code to use vm_flags_t consistently
new 3426f219283a mm: update architecture and driver code to use vm_flags_t
new d5809fb66796 mm/damon: fix minor typos in damon header
new 073a4fd392a5 codetag: avoid unused alloc_tags sections/symbols
new ae5fe3e1e7e3 mm/hugetlb: make hugetlb_reserve_pages() return nr of entr [...]
new 208cc962d80b mm/memfd: reserve hugetlb folios before allocation
new 5941178bae5d selftests/udmabuf: add a test to pin first before writing [...]
new 8c6ae037fa2c mm/percpu: conditionally define _shared_alloc_tag via CONF [...]
new f3d69fa10da1 mm: convert pXd_devmap checks to vma_is_dax
new 5637e95901eb mm: filter zone device pages returned from folio_walk_start()
new 14e2262e565d mm: remove remaining uses of PFN_DEV
new f6654a5b374b mm: convert vmf_insert_mixed() from using pte_devmap to pt [...]
new 3f18c0f1cf22 mm/gup: remove pXX_devmap usage from get_user_pages()
new ca045774e494 mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn()
new 07c800bab7e5 mm: remove redundant pXd_devmap calls
new d075c25f2e69 mm/khugepaged: remove redundant pmd_devmap() check
new f455d1f94086 powerpc: remove checks for devmap pages and PMDs/PUDs
new bc46ec52ed7c fs/dax: remove FS_DAX_LIMITED config option
new 3528c3e50db7 mm: remove devmap related functions and page table bits
new 4e742ab276b8 mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and [...]
new 1cebbe6477db mm: remove callers of pfn_t functionality
new a703a7d031c7 mm/memremap: remove unused devmap_managed_key
new 22654e173679 selftets/damon: add a test for memcg_path leak
new 2a6044de1f94 maple tree: use goto label to simplify code
new 82bec8aa1906 maple-tree-use-goto-label-to-simplify-code-fix
new d1e309af53bf selftests/mm: reduce uffd-unit-test poison test to minimum
new f36c10bb21b6 selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix
new d2a7422a6bcd mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()
new 57824a72b560 mm/damon/sysfs-schemes: decouple from damos_quota_goal_metric
new 88cff9a2ce02 mm/damon/sysfs-schemes: decouple from damos_action
new 46b04626a24b mm-damon-sysfs-schemes-decouple-from-damos_action-fix
new f345fa5e5b3e mm/damon/sysfs-schemes: decouple from damos_wmark_metric
new a74159f8817e mm/damon/sysfs-schemes: decouple from damos_filter_type
new 0c2470a4d6c0 mm/damon/sysfs: decouple from damon_ops_id
new 212b7848ed47 mm/vmscan: respect psi_memstall region in node reclaim
new bd0d9e9ef21f mm/memcg: make memory.reclaim interface generic
new d31fad898643 mm-memcg-make-memoryreclaim-interface-generic-fix
new b4ffece7e3bf mm/vmscan: make __node_reclaim() more generic
new a63700daf63f mm: introduce per-node proactive reclaim interface
new 44814118789c lib/test_vmalloc.c: use late_initcall() if built-in for in [...]
new 796732d1aa3a lib/test_vmalloc.c: restrict default test mask to avoid te [...]
new 23017fa4f246 mm: unexport globally copy_to_kernel_nofault
new b938b928c092 mm-unexport-globally-copy_to_kernel_nofault-v2
new 1bd827b7b421 selftests/mm: remove duplicate .gitignore entries
new 84793fb06a93 mm/madvise: remove the visitor pattern and thread anon_vma state
new 66d4cce636d0 mm/madvise: thread mm_struct through madvise_behavior
new c302c536dd53 mm/madvise: thread VMA range state through madvise_behavior
new 385d9255ccb7 mm/madvise: thread all madvise state through madv_behavior
new b5674f466254 mm/madvise: eliminate very confusing manipulation of prev VMA
new efb23a2ea085 mm/madvise: fix very subtle bug
new f9e5b261cf8d maple_tree: fix status setup on restore to active
new 6500a2d90f0e maple_tree: add testing for restoring maple state to active
new 7d17ffa208b3 mm, madvise: simplify anon_name handling
new e7648e7a258b mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
new c8ddc18abc55 mm, madvise: move madvise_set_anon_name() down the file
new 66acb63e50b8 mm, madvise: use standard madvise locking in madvise_set_a [...]
new f78199629851 selftests/mm: fix UFFDIO_API usage with proper two-step fe [...]
new bdd0326368c0 selftests/mm: fix UFFDIO_API usage with proper two-step fe [...]
new 25b997d14fb6 ksm_tests: skip hugepage test when Transparent Hugepages a [...]
new 8902da31e4b0 mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
new 5aa3e19113de mm-vmstat-remove-the-nr_writeback_temp-node_stat_item-counter-fix
new 0226ac6c71ff samples/damon/mtier: add parameters for node0 memory usage
new a45760e9457e mm/hugetlb: remove prepare_hugepage_range()
new 4998cf53ae90 mm: deduplicate mm_get_unmapped_area()
new 4a79fbae3470 selftests/damon: add drgn script for extracting damon status
new 1543aae99be2 selftests/damon/_damon_sysfs: set Kdamond.pid in start()
new 42c14d5c6bd4 selftests/damon: add python and drgn-based DAMON sysfs test
new 85eb2206d5bf selftests/damon/sysfs.py: test monitoring attribute parameters
new 363e8642e540 selftests/damon/sysfs.py: test adaptive targets parameter
new 27680e5f29a7 selftests/damon/sysfs.py: test DAMOS schemes parameters setup
new 9c057fd3df13 mm/percpu: prevent concurrency problem for pcpu_nr_populat [...]
new 7eee568bef17 mm/hugetlb: use str_plural() in report_hugepages()
new 100d226d3a47 mm/debug_vm_pgtable: use a swp_entry_t input value for swap tests
new 55c54d6736c7 mm,hugetlb: change mechanism to detect a COW on private mapping
new 9dd46dc9a949 mm,hugetlb: sort out folio locking in the faulting path
new 07db004c5366 mm,hugetlb: rename anon_rmap to new_anon_folio and make it [...]
new 615e896499b5 mm,hugetlb: drop obsolete comment about non-present pte an [...]
new a542061a6956 mm,hugetlb: drop unlikelys from hugetlb_fault
new e65d8bcbf530 mm/cma: use str_plural() in cma_declare_contiguous_multi()
new 9732c0b6fa53 mm: fix spelling issue in swap.h
new 4b52f1d3ce8e mm: remove outdated filename comment in percpu-stats.c
new a75632ba955e mm: convert FPB_IGNORE_* into FPB_RESPECT_*
new ce0fc678659c mm: smaller folio_pte_batch() improvements
new 4a196d4f7b7f mm: split folio_pte_batch() into folio_pte_batch() and fol [...]
new 22648ef73033 mm: remove boolean output parameters from folio_pte_batch_ext()
new 1584dbeee03b cma: move __cma_declare_contiguous_nid() before its usage
new fa75d4dc2554 cma: split reservation of fixed area into a helper function
new 564d6d5bd2b3 cma: move memory allocation to a helper function
new 610c2c745b6f maple tree: add some comments
new 4f7197e46ce5 tools/testing/selftests: add mremap() unfaulted/faulted te [...]
new 9d5f803a42ac selftests/proc: add /proc/pid/maps tearing from vma split test
new 80d880ada7dd selftests/proc: extend /proc/pid/maps tearing test to incl [...]
new 153fe59149f2 selftests/proc: extend /proc/pid/maps tearing test to incl [...]
new 731b2c94ed12 selftests/proc: test PROCMAP_QUERY ioctl while vma is conc [...]
new 65980cfda7f4 selftests/proc: add verbose more for tests to facilitate d [...]
new e9f6a85d4695 fs/proc/task_mmu: remove conversion of seq_file position t [...]
new 51a5e27c6628 fs/proc/task_mmu: read proc/pid/maps under per-vma lock
new d4a9589f5723 fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks
new 22ce594265e1 mm/mglru: stop try_to_inc_min_seq() if the oldest generati [...]
new f6f508541d18 mm/balloon_compaction: we cannot have isolated pages in th [...]
new 869cb9d5ebe1 mm/balloon_compaction: convert balloon_page_delete() to ba [...]
new 224ba69aec1d mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
new de83827d08e2 mm/page_alloc: let page freeing clear any set page type
new dbf48c1613aa mm/balloon_compaction: make PageOffline sticky until the p [...]
new d46217a4920b mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
new 09fdc73700b2 mm/migrate: rename isolate_movable_page() to isolate_movab [...]
new 464ac893b583 mm/migrate: rename putback_movable_folio() to putback_mova [...]
new d5967fb0bf8e mm/migrate: factor out movable_ops page handling into migr [...]
new 84ae6a38cbf2 mm/migrate: remove folio_test_movable() and folio_movable_ops()
new 6b261141ec8b mm/migrate: move movable_ops page handling out of move_to_ [...]
new aa044ab4f9ca mm/zsmalloc: stop using __ClearPageMovable()
new e25850b8f97c mm/balloon_compaction: stop using __ClearPageMovable()
new 9eeb2e1fa13c mm/migrate: remove __ClearPageMovable()
new 0136411cc37e mm/migration: remove PageMovable()
new ddb6ee665c1f mm: rename __PageMovable() to page_has_movable_ops()
new 293216a67e5b mm/page_isolation: drop __folio_test_movable() check for l [...]
new 0a691b1b1b1d mm: remove __folio_test_movable()
new 3c7f550da0e1 mm: stop storing migration_ops in page->mapping
new 7a93faa2375d mm: convert "movable" flag in page->mapping to a page flag
new 9639d51922ba mm: rename PG_isolated to PG_movable_ops_isolated
new 42d8f35f28f4 mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING [...]
new cb6e9f5c9315 mm/page-alloc: remove PageMappingFlags()
new 24a96944d311 mm/page-flags: remove folio_mapping_flags()
new 1c786351d0db mm: simplify folio_expected_ref_count()
new 3ef614b84eb1 mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
new c74be1a2872b docs/mm: convert from "Non-LRU page migration" to "movable [...]
new 720b0ff30bdd mm/balloon_compaction: "movable_ops" doc updates
new 8fcf841cace5 mm/balloon_compaction: provide single balloon_page_insert( [...]
new 41506788c427 lib/test_vmalloc.c: introduce xfail for failing tests
new 9e61c27e2e3c khugepaged: reduce race probability between migration and [...]
new dcf63149d569 mm/damon: add trace event for auto-tuned monitoring intervals
new 9a365a71b830 mm/damon: add trace event for effective size quota
new 8ac7c0562da8 mm/damon/core: initialize sidx in damos_trace_esz()
new f39fdbc47825 samples/damon/wsse: fix boot time enable handling
new edb8f2f343f2 samples/damon/prcl: fix boot time enable crash
new de0e2282501f samples/damon/mtier: support boot time enable setup
new 289a3aebcae8 mm/damon/reclaim: reset enabled when DAMON start failed
new 0047ac7c6b1d mm/damon/lru_sort: reset enabled when DAMON start failed
new 958013db55dc mm/damon/reclaim: use parameter context correctly
new 756bc790567e samples/damon/wsse: rename to have damon_sample_ prefix
new 19c08845bbbe samples/damon/prcl: rename to have damon_sample_ prefix
new a0be3b432837 samples/damon/mtier: rename to have damon_sample_ prefix
new 7507398cdf24 mm/damon/sysfs: use DAMON core API damon_is_running()
new 8d08cfdc6ff2 mm/damon/sysfs: don't hold kdamond_lock in before_terminate()
new 2fdbee9d7830 Docs/mm/damon/maintainer-profile: update for mm-new tree
new 5f0fa89b4104 selftests/mm: pagemap_scan ioctl: add PFN ZERO test cases
new c5b2079c9767 mm/migrate: remove the -EEXIST conversion for move_pages()
new 88a89f16a36c mm/mremap: perform some simple cleanups
new 96af8062e56b mm/mremap: refactor initial parameter sanity checks
new 83bf57403f81 mm/mremap: put VMA check and prep logic into helper function
new f831442b1749 mm/mremap: cleanup post-processing stage of mremap
new f95983b85462 mm/mremap: use an explicit uffd failure path for mremap
new 2fa3d5a44431 add missing mremap_userfaultfd_fail() stub
new 1ddb6c7254bd mm/mremap: check remap conditions earlier
new e9c5cb69442e mm/mremap: move remap_is_valid() into check_prep_vma()
new 4faaafd5b36a mm/mremap: clean up mlock populate behaviour
new b4bfab233224 mm/mremap: permit mremap() move of multiple VMAs
new db63de7a28bf tools/testing/selftests: extend mremap_test to test multi- [...]
new eecc2c71dba4 Merge branch 'mm-unstable' of git://git.kernel.org/pub/scm [...]
new c3f1b39becae include/linux/jhash.h: replace __get_unaligned_cpu32 in jh [...]
new 430ff07ea3ff ocfs2: replace simple_strtol with kstrtol
new 35ba405bb2d8 alpha: replace sprintf()/strcpy() with scnprintf()/strscpy()
new 1c03ffde4de3 fork: clean-up naming of vm_stack/vm_struct variables in v [...]
new ec5aec66c325 fork: define a local GFP_VMAP_STACK
new c2b85a06ae86 lib/math/gcd: use static key to select implementation at runtime
new 0770fb3d2504 riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB [...]
new 5746db67f52a riscv: optimize gcd() performance on RISC-V without Zbb extension
new 7ee16eae36c4 kernel: relay: use __GFP_ZERO in relay_alloc_buf
new 66eb8da4350f squashfs: pass the inode to squashfs_readahead_fragment()
new f9fe37d4a31f squashfs: use folios in squashfs_bio_read_cached()
new e9f33ed454a8 Add a new optional ",cma" suffix to the crashkernel= comma [...]
new 6e5996ba54b2 kdump: implement reserve_crashkernel_cma
new d995a205d80a kdump, documentation: describe craskernel CMA reservation
new c9d8b5b72a7c kdump: wait for DMA to finish when using CMA
new 92d8fae1b349 x86: implement crashkernel cma reservation
new 3e73682e7aec relayfs: abolish prev_padding
new fe75c7656d98 relayfs: support a counter tracking if per-cpu buffers is full
new f4128ac0bf98 relayfs: introduce getting relayfs statistics function
new 8a5e521e108e blktrace: use rbuf->stats.full as a drop indicator in relayfs
new 8b0dd32cec44 relayfs: support a counter tracking if data is too big to write
new 78a34f89c841 kcov: fix typo in comment of kcov_fault_in_area
new 73518f7bfa8b exit: fix misleading comment in forget_original_parent()
new 52ea5e36bde9 mul_u64_u64_div_u64: fix the division-by-zero behavior
new 160eb347da00 checkpatch: use utf-8 match for spell checking
new 3aa2403f9848 uprobes: revert ref_ctr_offset in uprobe_unregister error path
new 442f13cf335b ocfs2: reset folio to NULL when get folio fails
new bf9d8e803a78 ocfs2: remove redundant NULL check in rename path
new c695ca7b1da0 fork: clean up ifdef logic around stack allocation
new 7745e8fea25e scripts: gdb: move MNT_* constants to gdb-parsed
new bdfdc1c2314e lib/raid6: replace custom zero page with ZERO_PAGE
new 59c343b54db1 lib-raid6-replace-custom-zero-page-with-zero_page-v3
new 896ef261ba8e MAINTAINERS: add lib/raid6/ to "SOFTWARE RAID"
new 49d8860cdea3 ocfs2: kill osb->system_file_mutex lock
new 5d3c5bb2b70f lib: test_objagg: split test_hints_case() into two functions
new 0908326eb1cc kthread: update comment for __to_kthread
new f37a9162f3cf fs: fat: Prevent fsfuzzer from dominating the console
new 59c2aeef42d2 tools/accounting/delaytop: add delaytop to record top-n ta [...]
new 0f6de4b4991f ocfs2: embed actual values into ocfs2_sysfile_lock_key names
new 54391549eaa3 mailmap: update Sachin Mokashi's email address
new 7f9be129f9f0 fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()
new bd9d264a484c ocfs2: update d_splice_alias() return code checking
new 4ce53b90890a selftests: ptrace: add set_syscall_info to .gitignore
new beaf203970a8 checkpatch: check for missing sentinels in ID arrays
new 9606bbd3abe2 panic: clean up code for console replay
new 1ecb424f7e93 panic: generalize panic_print's function to show sys info
new 28da64b13e1b panic: add 'panic_sys_info' sysctl to take human readable [...]
new e389b9cd0eca panic: add __maybe_unused to sys_info_avail
new 1ee8e7ce9f7c panic: add 'panic_sys_info=' setup option for kernel cmdline
new 4cbe4e803504 panic: add note that panic_print sysctl interface is deprecated
new 46adf6d32745 coccinelle: misc: secs_to_jiffies: implement context and r [...]
new 59f1d4481ab0 locking/rwsem: make owner helpers globally available
new bf2ee860c3b2 hung_task: extend hung task blocker tracking to rwsems
new 44bcf4f0a31c samples: enhance hung_task detector test with read-write s [...]
new e182fc1f09a2 init/main.c: add warning when file specified in rdinit is [...]
new 7c4ee8e9023e ocfs2/dlm: fix "take a while" typo
new 4d452bd2452f ocfs2: avoid NULL pointer dereference in dx_dir_lookup_rec()
new 069cc4368d5e squashfs: replace ;; with ; and end of fi declaration
new c72e3e275d53 squashfs: fix incorrect argument to sizeof in kmalloc_array call
new a771e97fc026 squashfs-fix-incorrect-argument-to-sizeof-in-kmalloc_array [...]
new 7f9f8d3aa733 ocfs2: avoid potential ABBA deadlock by reordering tl_inode lock
new 7591572cdb20 Merge branch 'mm-nonmm-unstable' of git://git.kernel.org/p [...]
new 0d1b85f9dd80 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1fee8fec4541 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new fbf5e2234169 dma-mapping: properly calculate offset in the page
new ab2a600be593 Merge branch 'dma-mapping-for-next' of git://git.kernel.or [...]
new 18d39484f875 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new cf9c77f6aac2 Merge branch 'for-next/perf' of git://git.kernel.org/pub/s [...]
new 05dfc8fcb5d7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3aadbadf4823 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 547f1d10f415 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new f2bcfc48e04c Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new b318fef8bfda Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 85a051db7271 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 93a7aedc4cc4 dt-bindings: memory: renesas,rzg3e-xspi: Document RZ/V2H(P [...]
new b0e1b0c2d99e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ef8cf9fef958 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cc853e458ab3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 979171a9825e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 654a4ba6f2c5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b4663ff24404 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6c192b922b60 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 99ca79555276 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new 454cf3d6f23d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f4933dc2f5e6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 62d6b81e8bd2 firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPS
new 08602c5ae0e8 Merge tags 'scmi-updates-6.17' and 'smccc-updates-6.17' of [...]
new d47def204078 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 416d2c63384e Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 66f56c7a6421 riscv: dts: spacemit: add PWM support for K1 SoC
new c71dbeb4c03a riscv: dts: spacemit: add pwm14_1 pinctrl setting
new 2f793d0f8f06 riscv: dts: spacemit: Add DMA translation buses for K1
new 277f8525ed72 riscv: dts: spacemit: Move UARTs under dma-bus for K1
new 57fa4ba6d0a4 riscv: dts: spacemit: Move eMMC under storage-bus for K1
new 6be7a5a768aa Merge branch 'spacemit-clk-for-6.17' into spacemit-for-next
new b1ed6b1fca3e Merge branch 'for-next' of https://github.com/spacemit-com/linux
new c6899ad0169a Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 9615e017464d dt-bindings: arm: sunxi: Combine board variants into enums
new 92f1189baf56 Merge branch 'sunxi/dt-for-6.17' into sunxi/for-next
new 9b2f824d6846 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 04e2b8c568b7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 14bdb1be9862 soc/tegra: Enable support for Tegra264
new 5273adad12ff soc/tegra: pmc: Add Tegra264 support
new 7ddca4500140 soc/tegra: Add Tegra264 APBMISC compatible string
new a0647bca8966 soc/tegra: cbb: Clear ERR_FORCE register with ERR_STATUS
new 9c1507996777 soc/tegra: cbb: Change master/slave to initiator/target
new 2f2c32f9cc94 soc/tegra: cbb: Make error interrupt enable and status per SoC
new 25de5c8fe080 soc/tegra: cbb: Improve handling for per SoC fabric data
new 5f2c2c439983 soc/tegra: cbb: Support HW lookup to get timed out target address
new fa4854a9f5d6 soc/tegra: cbb: Add support for CBB fabrics in Tegra264
new 84daa158bb5e soc/tegra: cbb: Add support for CBB fabrics in Tegra254
new b3c6edb1265e Merge branch for-6.17/soc into for-next
new 78eb18020a88 firmware: tegra: Fix IVC dependency problems
new 94bce2cf7cf6 firmware: tegra: bpmp: Add support on Tegra264
new dbe4efea38d0 firmware: tegra: bpmp: Use of_reserved_mem_region_to_resou [...]
new 3e12057d6245 Merge branch for-6.17/firmware into for-next
new 5b820eb17684 dt-bindings: tegra: pmc: Add Tegra264 compatible
new b6be35ae29a3 dt-bindings: mailbox: tegra-hsp: Bump number of shared interrupts
new a96f216ecc63 dt-bindings: mailbox: tegra-hsp: Properly sort compatible [...]
new f84bb9f83828 dt-bindings: firmware: Document Tegra264 BPMP
new fc2eb498a307 dt-bindings: misc: Document Tegra264 APBMISC compatible
new 40da907b1be3 dt-bindings: dma: Add Tegra264 compatible string
new 92548604f0b0 dt-bindings: rtc: tegra: Document Tegra264 RTC
new fe5a38e37aa2 dt-bindings: tegra: Document P3971-0089+P3834-0008 Platform
new 493dca571943 dt-bindings: Add Tegra264 clock and reset definitions
new 0cd8e2593533 dt-bindings: arm: tegra: Add Asus VivoTab RT TF600T
new 65df2d3d4e0d Merge branch for-6.17/dt-bindings into for-next
new 398e67e0f5ae ARM: tegra: Use I/O memcpy to write to IRAM
new 612df6b10749 Merge branch for-6.17/arm/core into for-next
new 18c590e012d3 arm64: defconfig: Enable Tegra HSP and BPMP
new 93496cc0d1eb Merge branch for-6.17/arm64/defconfig into for-next
new 4b3e52dec7c3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d6e46a04dd53 Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
new 5b272127884b arm64: dts: ti: k3-pinctrl: Enable Schmitt Trigger by default
new b1a8daa7cf26 arm64: dts: ti: k3-am62p-verdin: fix PWM_3_DSI GPIO direction
new bca4146b1f66 arm64: dts: ti: Enable overlays for all DTB files
new 8e44ac61abaa arm64: dts: ti: k3-am62a7-sk: fix pinmux for main_uart1
new a0b8da04153e arm64: dts: ti: k3-am62*: Move eMMC pinmux to top level bo [...]
new 265f70af805f arm64: dts: ti: k3-am62-main: Remove eMMC High Speed DDR support
new 04ee170b6974 dt-bindings: soc: ti: bist: Add BIST for K3 devices
new 387727d7e5d9 arm64: dts: ti: k3-j784s4-j742s2-main-common: Add PBIST_14 node
new f02dccbe9641 arm64: dts: ti: k3-am62p-j722s: Enable freq throttling on [...]
new 3b08f8a34a20 arm64: dts: ti: k3-am62p-verdin: Adjust temperature trip points
new 4be4dfed7cbd Merge branch 'ti-k3-dts-next' into ti-next
new 8c1238cfad5a Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new f7d9ceca9905 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 0adca2a397ce Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new e6e54229f328 clk: renesas: r9a09g047: Add clock and reset signals for t [...]
new 0ab2d84f94da clk: renesas: r9a08g045: Add MSTOP for coupled clocks as well
new a184cc5b7268 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
new 8201b7edbce0 Merge branch 'thead-clk-for-next' of https://github.com/pd [...]
new 18259ad27878 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
new 49a828a31918 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 20ca6ed6e31c Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new 06a38acad3c9 Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
new be287af5fafd Merge branch 'for-next' of git://github.com/openrisc/linux.git
new a7a682fce4b5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 28516c7e28f0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bd4d5d3faadc riscv: defconfig: spacemit: enable sdhci driver for K1 SoC
new e35b87940a17 Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
new 7cf636c99b25 s390/early: Copy last breaking event address to pt_regs
new d14e99cde31f Merge branch 'features' into for-next
new f818b22e5d89 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 06f52f058657 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d35952b87e26 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
adds eec59a2c3b3a bcachefs: bch2_btree_write_buffer_insert_checks()
adds 7db8228dd403 bcachefs: don't call get_update_rebalance_opts() on btree ptrs
adds d5fd27a9bfc1 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
adds 2fe7d45e914a fscrypt: Don't use asynchronous CryptoAPI algorithms
adds d89c0d8c2293 fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
adds 5ad915826b24 fscrypt: Switch to sync_skcipher and on-stack requests
adds c03a1d8597f1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
adds 7bed0e2a9ecb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 3104bc518145 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
adds 6db55fd711b6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
adds e4bf03326f01 erofs: use memcpy_to_folio() to replace copy_to_iter()
adds 5075ca0c0856 erofs: address D-cache aliasing
adds 720a556a42a8 erofs: do sanity check on m->type in z_erofs_load_compact_ [...]
adds 17ade9f7da90 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
adds 969a13a8c10f Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
adds eaa358668141 fsnotify: merge file_set_fsnotify_mode_from_watchers() wit [...]
adds a6674ceaa5ca fsnotify: optimize FMODE_NONOTIFY_PERM for the common cases
adds 3b74cc21766e Merge FAN_ACCESS_PERM optimization patches from Amir
adds 2658e7d6605f Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
adds 1f136890263c f2fs: Fix the typos in comments
adds 90c5ce37adf0 f2fs: convert F2FS_I_SB to sbi in f2fs_setattr()
adds 154467f4ad03 f2fs: fix KMSAN uninit-value in extent_info usage
adds 10dcaa56ef93 f2fs: fix to check upper boundary for value of gc_boost_zo [...]
adds 956b81b3d41a f2fs: enable tuning of boost_zoned_gc_percent via sysfs
adds 55fc364b430e f2fs: account and print more stats during recovery
adds 7a96d1d73ce9 f2fs: fix to check upper boundary for gc_valid_thresh_ratio
adds a919ae794ad2 f2fs: fix to check upper boundary for gc_no_zoned_gc_percent
adds d738f7085647 f2fs: don't allow unaligned truncation to smaller/equal si [...]
adds e23ab8028de0 f2fs: check the generic conditions first
adds 185f203a6991 f2fs: avoid splitting bio when reading multiple pages
adds 8f4688591d96 f2fs: fix to use f2fs_is_valid_blkaddr_raw() in do_write_page()
adds e9705c61b1db f2fs: use kfree() instead of kvfree() to free some memory
adds 81b6ecca2f15 f2fs: doc: fix wrong quota mount option description
adds 7c30d7993013 f2fs: fix to avoid UAF in f2fs_sync_inode_meta()
adds a509a55f8eec f2fs: fix to avoid panic in f2fs_evict_inode
adds c1cfc87e4952 f2fs: introduce is_cur{seg,sec}()
adds a5a9259a13db Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
adds 98f05aaf5854 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 4f7625fc3f80 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 968f45427570 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
adds 784f7e48ae57 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
adds 4608c0cf3a36 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
adds 9e0bf0528580 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
adds 2f625b294720 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 292e435ecfe6 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
adds 7eefa9f3f4c2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9dad5d75b0f2 Merge branch 'fs-next' of linux-next
new 00ff1dd6f3b3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a9078bd941e3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 837ee65e6f24 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new 2a712426c4dd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d0e6f1d03089 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new cf8bd8de5e3d i2c: tegra: Add missing kernel-doc for dma_dev member
new 99ef3e269d11 dt-bindings: i2c: renesas,riic: Move ref for i2c-controlle [...]
new c813e5d1c3a7 dt-bindings: i2c: renesas,riic: Document RZ/T2H and RZ/N2H [...]
new 6b0c2bb748de i2c: riic: Pass IRQ desc array as part of OF data
new c378b51b0407 i2c: riic: Move generic compatible string to end of array
new 4dc517a0097b i2c: riic: Add support for RZ/T2H SoC
new 1d5acf5de82d dt-bindings: i2c: nxp,pnx-i2c: allow clocks property
new 6f12da12421b i2c: stm32f7: Use str_on_off() helper
new e3b7a7ef2f71 i2c: imx: use guard to take spinlock
new c09669f0fc4b Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new 03d00530c7e2 Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/li [...]
new 8f3a43f7ec64 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new a0eafb38417f Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 2812b8a26b88 Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new 3db5648c4d60 ACPI: PRM: Reduce unnecessary printing to avoid user confusion
new e71b59b4817b ACPI: fan: Replace sprintf() with sysfs_emit()
new c9d52116c5d4 ACPI: fan: Update debug message in fan_get_state_acpi4()
new 86dcd68e54a1 Merge branches 'acpi-prm' and 'acpi-fan' into linux-next
new d42c7c6fd66a PM: domains: Add flags to specify power on attach/detach
new f99508074e78 PM: domains: Detach on device_unbind_cleanup()
new ba2ebd52a22e driver core: platform: Drop dev_pm_domain_detach() call
new e66de9f991eb Merge branch 'pm-misc' into linux-next
new b1092465e24b Merge tag 'linux-cpupower-6.17-rc1-fixed' of git://git.ker [...]
new 98e7c0cf08e2 Merge branch 'pm-tools' into linux-next
new ec3cae639482 PM: sleep: Call pm_restore_gfp_mask() after dpm_resume()
new 62f8261c6e49 Merge branch 'pm-sleep-fixes' into fixes
new b712c4074408 Merge branch 'fixes' into linux-next
new 15e986de5f4a Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 3254f54a3abd cpufreq: Export disable_cpufreq()
new d812734842f8 cpufreq: dt: Add register helper
new 0ae93389b6c8 cpufreq: tegra124: Allow building as a module
new 933c1a05b744 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
new 305cda555027 Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
new f42309733cf4 pmdomain: Merge branch fixes into next
new 0875e8912546 pmdomain: renesas: use menu for Renesas
new a4abebf362d6 pmdomain: renesas: sort Renesas Kconfig configs
new 3b2ded230538 pmdomain: amlogic: Constify struct meson_secure_pwrc_domain_data
new cb1f2ebec676 dt-bindings: power: qcom,rpmpd: document the Milos RPMh Po [...]
new 90e88ef86e3f pmdomain: Merge branch dt into next
new 9f2cbfcda595 pmdomain: qcom: rpmhpd: Add Milos power domains
new c5ae5a0c6112 pmdomain: renesas: rcar-sysc: Add genpd OF provider at pos [...]
new 7b2b9aeec13e pmdomain: renesas: rmobile-sysc: Move init to postcore_initcall
new b27e9842b89a pmdomain: renesas: rcar-gen4-sysc: Move init to postcore_initcall
new 60fe1ca5bc6c pmdomain: core: Prevent registering devices before the bus
new 31cb75077003 pmdomain: core: Add a bus and a driver for genpd providers
new 18a3a510ecfd pmdomain: core: Add the genpd->dev to the genpd provider bus
new 6c3b746fd536 pmdomain: core: Export a common ->sync_state() helper for [...]
new c8c196220ce5 pmdomain: core: Prepare to add the common ->sync_state() support
new 8efc9b195b5f soc/tegra: pmc: Opt-out from genpd's common ->sync_state() [...]
new 7cfa380de703 cpuidle: psci: Opt-out from genpd's common ->sync_state() support
new ee766b017586 cpuidle: riscv-sbi: Opt-out from genpd's common ->sync_sta [...]
new 5b1d21d75e9d pmdomain: qcom: rpmpd: Use of_genpd_sync_state()
new c237dbbc1f10 pmdomain: qcom: rpmhpd: Use of_genpd_sync_state()
new 3da405ead651 firmware/pmdomain: xilinx: Move ->sync_state() support to [...]
new 10086a4f391f firmware: xilinx: Don't share zynqmp_pm_init_finalize()
new 29ea33866d6d firmware: xilinx: Use of_genpd_sync_state()
new 9a4681a485ee driver core: Export get_dev_from_fwnode()
new 3b7b8acacf37 pmdomain: core: Add common ->sync_state() support for genp [...]
new 2b5630e9886f driver core: Add dev_set_drv_sync_state()
new f66c65686abd pmdomain: core: Default to use of_genpd_sync_state() for g [...]
new 13a4b7fb6260 pmdomain: core: Leave powered-on genpds on until late_init [...]
new 0e789b491ba0 pmdomain: core: Leave powered-on genpds on until sync_state
new 039d2b0a1b62 cpuidle: psci: Drop redundant sync_state support
new eb34a0b5fee7 cpuidle: riscv-sbi: Drop redundant sync_state support
new 0dba8c9a44f5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new efb89f3fd46d Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...]
new c6957b95ecc5 RDMA/hns: Fix double destruction of rsv_qp
new 998b41cb20b0 RDMA/hns: Fix HW configurations not cleared in error flow
new 2c2ec0106c0f RDMA/hns: Get message length of ack_req from FW
new 278c18a4a78a RDMA/hns: Fix accessing uninitialized resources
new 5338abb299f0 RDMA/hns: Drop GFP_NOWARN
new 79d56805c506 RDMA/hns: Fix -Wframe-larger-than issue
new 09d231ab569c RDMA/bnxt_re: Fix size of uverbs_copy_to() in BNXT_RE_METH [...]
new 0aed817380d6 RDMA/bnxt_re: Support 2G message size
new 7788278ff267 RDMA/bnxt_re: Use macro instead of hard coded value
new f3b7a65ce551 Merge branch 'mlx5-next' into wip/leon-for-next
new 5bebdb52d478 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6a971e48e2d8 dt-bindings: net: Add support for Sophgo CV1800 dwmac
new 8259946e6703 net: libwx: add mailbox api for wangxun vf drivers
new ba3b8490bc2e net: libwx: add base vf api for vf drivers
new eb4898fde1de net: libwx: add wangxun vf common api
new 377d180bd71c net: wangxun: add txgbevf build
new 4ee8afb44aee net: txgbevf: add sw init pci info and reset hardware
new fd0a2e03bf60 net: txgbevf: init interrupts and request irqs
new ce12ba254655 net: txgbevf: Support Rx and Tx process path
new bf68010acc4b net: txgbevf: add link update flow
new a0008a3658a3 net: wangxun: add ngbevf build
new 85494c9bf5b0 net: ngbevf: add sw init pci info and reset hardware
new 0f71e3a6e59d net: ngbevf: init interrupts and request irqs
new cfeedf6a420d net: ngbevf: add link update flow
new b4bb2ac099ca Merge branch 'add-vf-drivers-for-wangxun-virtual-functions'
new f47e8f618c7d virtio-net: xsk: rx: move the xdp->data adjustment to buf_ [...]
new f3de7f26f8f9 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new f419e87eb99c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6575de4ed100 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 98b3f8ecdd57 Bluetooth: hci_sync: fix connectable extended advertising [...]
new 931cf4a3b1ab Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 14db492738d9 wifi: iwlwifi: Add an helper function for polling bits
new 563abc938f21 wifi: iwlwifi: use PNVM data embedded in .ucode files
new 377edee91b89 wifi: iwlwifi: pcie move gen1_2 probe to gen1_2/trans.c
new 0b261b014a99 wifi: iwlwifi: pcie: Move txcmd size/align calculation to callers
new 318f54a6486c wifi: iwlwifi: bump FW API to 102 for BZ/SC/DR
new e1dbd37f145a wifi: iwlwifi: pcie move common probe logic
new 46f29dbfa9c8 wifi: iwlwifi: trans: remove iwl_trans_init
new c0a44a7bd26c wifi: iwlwifi: mvm/mld: make PHC messages debug messages
new 43375cf82347 wifi: iwlwifi: remove Intel driver load message
new c5fbdf0ba7c1 wifi: iwlwifi: match discrete/integrated to fix some names
new 8a4583d6264c wifi: iwlwifi: pcie: rename iwl_pci_gen1_2_probe() argument
new cb09c80f5904 wifi: iwlwifi: mvm: remove MLO GTK rekey code
new 915d3522563b wifi: iwlwifi: mvm: remove unneeded argument
new e9b7a0264baf wifi: iwlwifi: bump minimum API version in BZ
new 34f2573661e3 wifi: iwlwifi: mvm: remove support for iwl_wowlan_info_notif_v4
new c8c5e97da9fe Merge tag 'iwlwifi-next-2025-07-09' of https://git.kernel. [...]
new be1ba9ed221f wifi: mac80211: avoid weird state in error path
new eb7186bd827d wifi: mac80211: verify state before connection
new 798dd0e2609e wifi: mac80211: remove spurious blank line
new bc7566fbc49a wifi: mac80211: add mandatory bitrate support for 6 GHz
new 6f9e701c16a7 wifi: mac80211: fix deactivated link CSA
new f0df91b6a712 wifi: cfg80211: hide scan internals
new a1d9979c36a4 wifi: nl80211: make nl80211_check_scan_flags() type safe
new afebe192ebfe wifi: cfg80211: only verify part of Extended MLD Capabilities
new 984462751d57 wifi: mac80211: remove DISALLOW_PUNCTURING_5GHZ code
new 62c57ebb3107 wifi: cfg80211: add a flag for the first part of a scan
new ff1ac756eaaa wifi: mac80211: copy first_part into HW scan
new a9681efa1b69 wifi: mac80211: send extended MLD capa/ops if AP has it
new a11ec0dc920b wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupport
new 6b04716cdcac wifi: mac80211: don't complete management TX on SAE commit
new cacd759e295b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d06b9f6ac4e4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 58d9a89e4c03 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 709ab95632ce Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new ae4c925cbe92 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new 59a10453347d Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new 40556df1ffbe Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 4cf30b4c5071 lib/crypto: tests: Add hash-test-template.h and gen-hash-t [...]
new 9fcf0e4df398 lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256
new 0aa2e5d5b08c lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512
new 4e55f1553feb lib/crypto: tests: Add KUnit tests for Poly1305
new c7cfd27c155f apparmor: use SHA-256 library API instead of crypto_shash API
new c9577172ec3f fsverity: Explicitly include <linux/export.h>
new 174069f99579 fsverity: Switch from crypto_shash to SHA-2 library
new 9c3a89af3d30 Merge remote-tracking branches 'ebiggers/libcrypto-tests' [...]
new daa16519a0c5 Merge branch 'libcrypto-next' of git://git.kernel.org/pub/ [...]
new 818f19215d6b Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 8f9abaff41de drm/amdgpu: fix MQD debugfs undefined symbol when DEBUG_FS=n
new 03d5236014a5 drm/amdgpu: fix the logic to validate fpriv and root bo
new ac4531424d90 drm/sti: hdmi: convert to devm_drm_bridge_alloc() API
new 602d565d3c10 drm/sti: hda: convert to devm_drm_bridge_alloc() API
new fe88fb342116 drm/sched: Consolidate drm_sched_rq_select_entity_rr
new a951020202b8 dma-buf: system_heap: No separate allocation for attachmen [...]
new c2d636dc6359 Documentation: dma-buf: heaps: Fix code markup
new 86e59cc50697 dma-buf: heaps: Parameterize heap name in __add_cma_heap()
new 854acbe75ff4 dma-buf: heaps: Give default CMA heap a fixed name
new 26ef96ee165d drm/ast: Declare helpers for POST in header
new f67fb980e19d drm/ast: Move Gen7+ POST code to separate source file
new 3c1ec4e8cbd6 drm/ast: Move Gen6+ POST code to separate source file
new 0f336e9cffee drm/ast: Move Gen4+ POST code to separate source file
new 1be08550e6e7 drm/ast: Move Gen2+ and Gen1 POST code to separate source files
new f28f15e6d009 drm/ast: Move struct ast_dramstruct to ast_post.h
new eb104c69db70 drm/ast: Handle known struct ast_dramstruct with helpers
new b1ce4ab06f70 drm/ast: Split ast_set_def_ext_reg() by chip generation
new 22518e93135f drm/ast: Gen7: Disable VGASR0[1] as on Gen4+
new 820845ce37b0 drm/ast: Gen7: Switch default registers to gen4+ state
new 0f168e7be696 fbcon: Fix outdated registered_fb reference in comment
new 8424a4226a97 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 198fa7727c58 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new b743cd21342d Merge branch 'nova-next' of https://gitlab.freedesktop.org [...]
new cdc36b66cd41 drm/xe: Expose fan control and voltage regulator version
new a6d7296aae23 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 344304634490 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2c73872fec9f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 907e01b3ce4c ALSA: echoaudio: Replace deprecated strcpy() with strscpy()
new b4a5556ccd87 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c584ffb7fd88 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 68e4dadacb7f ASoC: img: Imagination Technologies sound should depend on MIPS
new 2813f535b584 ASoC: Intel: soc-acpi: Add entry for sof_es8336 in PTL mat [...]
new fb00ab1f3936 ASoC: Intel: soc-acpi: Add entry for HDMI_In capture suppo [...]
new e149d870687a ASoC: Intel: soc-acpi-intel-ptl-match: add support ptl-rt721-l0
new 86ccd4d3e8bc ASoC: Intel: soc-acpi-intel-lnl-match: add rt1320_l12_rt71 [...]
new 192595a60a3e ASoC: Intel: add support for new devices
new c61da55412a0 ASoC: sdw_utils: Add missed component_name strings for spe [...]
new 8d8f5ca8800e Merge remote-tracking branch 'asoc/for-6.17' into asoc-next
new 66d48ff41fdf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ea9993567f53 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 8b428f42f3ed nbd: fix lockdep deadlock warning
new f4ca523ce7bf Merge branch 'for-6.17/block' into for-next
new dfd2013326a4 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new 1bfe2b73937d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 48925ba7dfa7 ata: libata-transport: replace scnprintf with sysfs_emit f [...]
new 552883f87c39 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 16e3dea53b2e mmc: Merge tag pm-runtime-6.17-rc1 into next
new c2ac67b5b1f8 mmc: Remove redundant pm_runtime_mark_last_busy() calls
new 7aada8ecf66b mmc: loongson2: prevent integer overflow in ret variable
new 62c5dae96610 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 422224e4bae9 next-20250702/mfd
new cde677a3178c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5986c0b58709 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 167f3fa6ad8a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 11db43ab7293 Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new 9438f08c00e9 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new f7e77f400d99 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d98c159258b7 Merge branch 'next' of git://github.com/cschaufler/smack-next
new 66c2e32c2b3f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 447e598ec654 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 595b8cff085c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new bdba96c9901a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2652e9298ba8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new defe01abfb7f spi: stm32-ospi: Use of_reserved_mem_region_to_resource() [...]
new ce669d44622c Merge remote-tracking branch 'spi/for-6.17' into spi-next
new 4e0f16e4241d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds edfd75965eb3 Merge branch 'core/entry' into core/merge, to assist integ [...]
adds 38d0338469ed Merge branch 'sched/core' into core/merge, to resolve conflict
new 91d07a8a5716 Merge branch 'linus' into core/merge, to pick up fixes
new 8662a3e5e9c4 Revert "sched/numa: add statistics of numa balance task"
new 6cfd268a1d2f Merge core/merge into tip/master
new 4286a6fb71ad Merge branch 'locking/urgent' into x86/merge, to aid integ [...]
new 1afa1f077d88 Merge branch 'x86/urgent' into x86/merge, to aid integrati [...]
new b0f2df9876d7 Merge branch 'x86/cpu' into x86/merge, to resolve conflict
new 0e9c927ab967 Merge x86/merge into tip/master
new ad302a955454 Merge irq/core into tip/master
new dd4ee01ef0ca Merge timers/core into tip/master
new 3e247e2bc299 Merge x86/kconfig into tip/master
new f22074a7abe6 Merge irq/msi into tip/master
new 4a4a046787b9 Merge x86/boot into tip/master
new e3d99f09023b Merge x86/fpu into tip/master
new eead1db23f27 Merge x86/bugs into tip/master
new 786bf3315b44 Merge x86/sev into tip/master
new f7be6a5e8a6c Merge locking/core into tip/master
new 44a34139b378 Merge timers/cleanups into tip/master
new fdf96b0a941d Merge timers/vdso into tip/master
new 71689671ae3f Merge core/bugs into tip/master
new 83c6dd4f528c Merge irq/drivers into tip/master
new 69adf69ab62d Merge smp/core into tip/master
new 9562e364c333 Merge x86/platform into tip/master
new 068f7b64bf20 Merge v6.16-rc2 into timers/ptp
new 6fedaf682a5e vdso/vsyscall: Introduce a helper to fill clock configurations
new 76164ca0d113 vdso/vsyscall: Split up __arch_update_vsyscall() into __ar [...]
new ad64d71d7409 vdso/helpers: Add helpers for seqlocks of single vdso_clock
new 34f888e3405a vdso/gettimeofday: Return bool from clock_getres() helpers
new 75540b791bf1 vdso/gettimeofday: Return bool from clock_gettime() helpers
new a2a9c3129dd8 vdso/gettimeofday: Introduce vdso_clockid_valid()
new b4a71f11b0ab vdso/gettimeofday: Introduce vdso_set_timespec()
new 1e851f508087 vdso/gettimeofday: Introduce vdso_get_timestamp()
new e654315fa273 vdso: Introduce aux_clock_resolution_ns()
new e0c8cdaf04a2 vdso/vsyscall: Update auxiliary clock data in the datapage
new dea578424791 vdso/gettimeofday: Add support for auxiliary clocks
new 400c1a40e2fc Merge timers/ptp into tip/master
new 9b355cdb63b1 x86/microcode: Move away from using a fake platform device
new b4ec95e3bc3f Merge x86/microcode into tip/master
new 1b94fe70c34f Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 305c2e1b446a Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new 3febd21bc39a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4b9432ed65cb rcu/exp: Remove confusing needless full barrier on task unblock
new bf0a57445d3f rcu/exp: Remove needless CPU up quiescent state report
new fc39760cd0f4 rcu/exp: Warn on QS requested on dying CPU
new 1502888eb8da rcu/exp: Warn on CPU lagging for too long within hotplug I [...]
new de405a0c7e5e rcu: Enable rcu_normal_wake_from_gp on small systems
new d27bb404034b Documentation/kernel-parameters: Update rcu_normal_wake_fr [...]
new 3284e4adca9b rcu: Fix rcu_read_unlock() deadloop due to IRQ work
new e96a7ccf96f2 torture: Remove support for SRCU-lite
new e7b8abc273b9 rcutorture: Remove SRCU-lite scenarios
new 9b64ad1d3616 rcutorture: Remove support for SRCU-lite
new a9172b5fc472 srcu: Expedite SRCU-fast grace periods
new 9cb94c1e72d6 srcu: Remove SRCU-lite implementation
new 2c12368f8f98 checkpatch: Remove SRCU-lite deprecation
new a33ad03aaed2 rcu/nocb: Dump gp state even if rdp gp itself is not offloaded
new 1bba3900ca18 rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread poin [...]
new 005b6187705b refscale: Check that nreaders and loops multiplication doe [...]
new 095a2945ba6f Merge branches 'rcu-exp.08.07.2025', 'rcu.09.07.2025', 'to [...]
new 4e7b4857c42e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 88172700423c docs/memory-barriers.txt: Add wait_event_cmd() and wait_ev [...]
new 125b9ae97219 Merge branches 'lkmm.2025.07.09a' and 'ratelimit.2025.06.2 [...]
new a07ecb2a2ec8 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new f6e2262dfa1a KVM: arm64: Populate ESR_ELx.EC for emulated SError injection
new f9e4e0a663d2 KVM: arm64: selftests: Test ESR propagation for vSError injection
new 15724a984643 Merge branch 'kvm-arm64/doublefault2' into kvmarm/next
new 6cdf8c178ec9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f74a2a949dc3 Merge branch 'next' of https://github.com/kvm-x86/linux.git
new a155439eb2f1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 64316cff097d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 428f6f3a56ac platform/x86/intel/pmt/discovery: Fix size_t specifiers fo [...]
new 5bce6d4a8090 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9e8963ec91c9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 168a03eb20ca Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new c08bbba02924 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
new e6ab76741a21 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new 367781838ff3 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new fdb8a1f55d4f Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 4b166a48ddb4 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new ee1bdb958fe8 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new ba3264a16ad2 coresight: trbe: Add ISB after TRBLIMITR write
new 82e20f5ea16a coresight: Fix missing include for FIELD_GET
new 59b61f705b83 coresight: Only register perf symlink for sinks with alloc_buffer
new f0148bd729b8 hwtracing: coresight: Use of_reserved_mem_region_to_resour [...]
new 8f7c4c202a27 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ac9073538441 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 03ccd23759af Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
new 1b9dfff3362e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d8e03c16de78 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new c2ab42670dda Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
new a72e9f0d4545 Merge branch 'gnss-next' of git://git.kernel.org/pub/scm/l [...]
new cd4aee36469a Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new fda2ea95ecfd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7d0fe26f5086 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 241b92b32cac Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 69cc253da317 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fba3d235e38c pci: report surprise removal event
new 7b74a55a5f3d virtio: fix comments, readability
new 65da7bde75cd virtio: pack config changed flags
new bd9a6c26e03c virtio: allow transports to suppress config change
new 8fc65f847b89 virtio: support device disconnect
new d0330a14b5e7 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 86161bc85bc7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0cf6d425d39c gpio: sim: allow to mark simulated lines as invalid
new a988b2a22418 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 73c1f30043b1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7618134cf71b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6cdd01703064 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 980fa17fba9d Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
new 5c6fb82ea72c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2b2aeaa12c80 Merge tag 'pm-runtime-6.17-rc1' of https://git.kernel.org/ [...]
new a582469541a3 pwm: img: Remove redundant pm_runtime_mark_last_busy() calls
new e359eab0ba95 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new e7f9f3b99262 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 37d4eb11acd3 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
new 246a5101aeef Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 03dd6f6fca03 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new 56902ae3ac52 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/ [...]
new 8bead47b196c Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new b6097115cf8e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8670d8adc9c5 Merge branch 'main' of git://git.infradead.org/users/willy [...]
new 29c75ddc2d19 tools/hv: Make the sample hv_get_dhcp_info script more useful
new 7372ef21109a tools/hv: Make network-scripts DHCP status check more specific
new d9016a249be5 hv/hv_kvp_daemon: Prevent similar logs in kvp_key_add_or_modify()
new 547134a9208a Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm [...]
new 377bd45d12ce Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
new 2182a255f7f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f393a761763c efi: add ovmf debug log driver
new 916c8a648abd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 333643204dea Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 2d60a93024f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 52867e32efed Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e4a8628b055c Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new d49ac7744f57 MAINTAINERS: add mm folks as reviewers to rust alloc
new 3d741d6bdcf6 Merge branch 'alloc-next' of https://github.com/Rust-for-L [...]
new edb8b471e8e5 Merge branch 'pin-init-next' of https://github.com/Rust-fo [...]
new 16515c43e21c Merge branch 'timekeeping-next' of https://github.com/Rust [...]
new 188db16e10fe Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new f66f9c3d09c1 bitfield: Ensure the return values of helper functions are [...]
new 8bb9fa7aa65d Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 0b26cc186ecc Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new 750aef513c61 selftests/nolibc: show failed run if test process crashes
new 00ca4cb93a2e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f13894a538e6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 83e90f7bd7c8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 732b133703a0 Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
new b9f863c22fb3 Merge branch 'caps-next' of git://git.kernel.org/pub/scm/l [...]
new 5f4574652570 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new a8361152f36e Merge branch 'crc-next' of git://git.kernel.org/pub/scm/li [...]
new b551c4e2a98a Add linux-next specific files for 20250710
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 (835244aba90d)
\
N -- N -- N refs/heads/master (b551c4e2a98a)
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 808 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/admin-guide/gpio/gpio-sim.rst | 7 +-
Documentation/devicetree/bindings/arm/sunxi.yaml | 31 +-
Documentation/devicetree/bindings/arm/tegra.yaml | 9 +
.../bindings/arm/tegra/nvidia,tegra186-pmc.yaml | 1 +
.../bindings/dma/nvidia,tegra186-gpc-dma.yaml | 1 +
.../bindings/firmware/nvidia,tegra186-bpmp.yaml | 1 +
.../bindings/mailbox/nvidia,tegra186-hsp.yaml | 28 +-
.../memory-controllers/renesas,rzg3e-xspi.yaml | 9 +-
.../bindings/misc/nvidia,tegra186-misc.yaml | 1 +
.../bindings/net/sophgo,cv1800b-dwmac.yaml | 114 +
.../devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
.../bindings/rtc/nvidia,tegra20-rtc.yaml | 1 +
.../devicetree/bindings/soc/ti/ti,j784s4-bist.yaml | 63 +
Documentation/filesystems/f2fs.rst | 6 +-
Documentation/memory-barriers.txt | 2 +
Documentation/mm/damon/maintainer-profile.rst | 35 +-
Documentation/mm/page_migration.rst | 39 +-
.../networking/device_drivers/ethernet/index.rst | 2 +
.../device_drivers/ethernet/wangxun/ngbevf.rst | 16 +
.../device_drivers/ethernet/wangxun/txgbevf.rst | 16 +
Documentation/userspace-api/dma-buf-heaps.rst | 11 +-
MAINTAINERS | 4 +
Next/SHA1s | 134 +-
Next/merge.log | 13448 ++++++++++---------
arch/arm/mach-tegra/reset.c | 2 +-
arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts | 24 +
arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 1 -
arch/arm64/boot/dts/ti/k3-am625-sk.dts | 24 +
arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 4 +-
.../boot/dts/ti/k3-am62p-j722s-common-thermal.dtsi | 51 +
arch/arm64/boot/dts/ti/k3-am62p-verdin.dtsi | 24 +
arch/arm64/boot/dts/ti/k3-am62p5.dtsi | 4 +
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 24 -
arch/arm64/boot/dts/ti/k3-j722s.dtsi | 4 +
.../boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi | 11 +
arch/arm64/configs/defconfig | 2 +
arch/arm64/kvm/inject_fault.c | 4 +
arch/powerpc/platforms/pseries/cmm.c | 2 +-
arch/riscv/boot/dts/spacemit/k1.dtsi | 470 +-
arch/s390/kernel/early.c | 1 +
arch/x86/kernel/cpu/microcode/core.c | 14 +-
arch/x86/kvm/x86.c | 4 +-
drivers/acpi/fan_attr.c | 2 +-
drivers/acpi/fan_core.c | 2 +-
drivers/acpi/prmt.c | 26 +-
drivers/amba/bus.c | 4 +-
drivers/ata/libata-transport.c | 4 +-
drivers/base/auxiliary.c | 2 +-
drivers/base/core.c | 8 +-
drivers/base/dd.c | 2 +
drivers/base/platform.c | 9 +-
drivers/base/power/common.c | 9 +-
drivers/base/power/main.c | 2 +-
drivers/block/nbd.c | 12 +-
drivers/char/agp/amd64-agp.c | 16 +-
drivers/clk/qcom/apcs-sdx55.c | 2 +-
drivers/clk/renesas/r9a08g045-cpg.c | 6 +-
drivers/clk/renesas/r9a09g047-cpg.c | 2 +-
drivers/cpufreq/Kconfig.arm | 2 +-
drivers/cpufreq/cpufreq-dt.c | 11 +
drivers/cpufreq/cpufreq-dt.h | 2 +
drivers/cpufreq/cpufreq.c | 2 +
drivers/cpufreq/tegra124-cpufreq.c | 44 +-
drivers/cpuidle/cpuidle-psci-domain.c | 14 -
drivers/cpuidle/cpuidle-riscv-sbi.c | 14 -
drivers/dma-buf/heaps/Kconfig | 10 +
drivers/dma-buf/heaps/cma_heap.c | 36 +-
drivers/dma-buf/heaps/system_heap.c | 43 +-
drivers/firmware/arm_scmi/scmi_power_control.c | 4 +-
drivers/firmware/efi/Kconfig | 8 +
drivers/firmware/efi/Makefile | 1 +
drivers/firmware/efi/efi.c | 8 +
drivers/firmware/efi/ovmf-debug-log.c | 111 +
drivers/firmware/tegra/Kconfig | 5 +-
drivers/firmware/tegra/bpmp-tegra186.c | 9 +-
drivers/firmware/tegra/bpmp.c | 6 +-
drivers/firmware/xilinx/zynqmp.c | 18 +-
drivers/gpio/gpio-sim.c | 83 +-
drivers/gpio/gpiolib-of.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 5 +-
drivers/gpu/drm/ast/Makefile | 5 +
drivers/gpu/drm/ast/ast_2000.c | 149 +
drivers/gpu/drm/ast/ast_2100.c | 348 +
drivers/gpu/drm/ast/{ast_post.c => ast_2300.c} | 956 +-
drivers/gpu/drm/ast/ast_2500.c | 569 +
drivers/gpu/drm/ast/ast_2600.c | 44 +
drivers/gpu/drm/ast/ast_dram_tables.h | 207 -
drivers/gpu/drm/ast/ast_drv.c | 2 +-
drivers/gpu/drm/ast/ast_drv.h | 17 +-
drivers/gpu/drm/ast/ast_post.c | 2027 +--
drivers/gpu/drm/ast/ast_post.h | 50 +
drivers/gpu/drm/display/drm_dp_aux_bus.c | 2 +-
drivers/gpu/drm/drm_framebuffer.c | 31 +-
drivers/gpu/drm/drm_gem.c | 48 +-
drivers/gpu/drm/drm_gem_framebuffer_helper.c | 16 +-
drivers/gpu/drm/drm_internal.h | 2 +-
drivers/gpu/drm/scheduler/sched_main.c | 48 +-
drivers/gpu/drm/sti/sti_hda.c | 27 +-
drivers/gpu/drm/sti/sti_hdmi.c | 26 +-
drivers/gpu/drm/sti/sti_hdmi.h | 2 +
drivers/gpu/drm/xe/xe_device_sysfs.c | 143 +-
drivers/gpu/drm/xe/xe_pcode_api.h | 15 +
drivers/hwtracing/coresight/coresight-core.c | 6 +-
drivers/hwtracing/coresight/coresight-etm4x-core.c | 1 +
.../hwtracing/coresight/coresight-etm4x-sysfs.c | 1 +
drivers/hwtracing/coresight/coresight-tmc-core.c | 22 +-
drivers/hwtracing/coresight/coresight-trbe.c | 1 +
drivers/hwtracing/coresight/ultrasoc-smb.h | 1 +
drivers/i2c/busses/i2c-omap.c | 9 +-
drivers/i2c/busses/i2c-stm32.c | 8 +-
drivers/i2c/busses/i2c-stm32f7.c | 24 +-
drivers/i2c/i2c-core-base.c | 2 +-
drivers/iio/adc/ad7173.c | 5 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 2 +-
drivers/infiniband/hw/bnxt_re/qplib_fp.c | 28 +-
drivers/infiniband/hw/bnxt_re/qplib_fp.h | 3 +
drivers/infiniband/hw/bnxt_re/qplib_sp.c | 2 +-
drivers/infiniband/hw/bnxt_re/qplib_sp.h | 1 +
drivers/infiniband/hw/hns/hns_roce_device.h | 1 +
drivers/infiniband/hw/hns/hns_roce_hem.c | 18 +-
drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 87 +-
drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 8 +-
drivers/infiniband/hw/hns/hns_roce_main.c | 22 +-
drivers/misc/vmw_balloon.c | 3 +-
drivers/mmc/core/core.c | 1 -
drivers/mmc/core/sdio_bus.c | 2 +-
drivers/mmc/host/atmel-mci.c | 2 -
drivers/mmc/host/loongson2-mmc.c | 3 +-
drivers/mmc/host/mmci.c | 1 -
drivers/mmc/host/omap_hsmmc.c | 3 -
drivers/mmc/host/sdhci-esdhc-imx.c | 1 -
drivers/mmc/host/sdhci-msm.c | 1 -
drivers/mmc/host/sdhci-omap.c | 2 -
drivers/mmc/host/sdhci-pxav3.c | 2 -
drivers/mmc/host/sdhci-sprd.c | 1 -
drivers/mmc/host/sdhci_am654.c | 1 -
drivers/mmc/host/tmio_mmc_core.c | 1 -
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c | 24 +-
drivers/net/ethernet/wangxun/Kconfig | 33 +
drivers/net/ethernet/wangxun/Makefile | 2 +
drivers/net/ethernet/wangxun/libwx/Makefile | 1 +
drivers/net/ethernet/wangxun/libwx/wx_hw.c | 14 +-
drivers/net/ethernet/wangxun/libwx/wx_hw.h | 2 +
drivers/net/ethernet/wangxun/libwx/wx_lib.c | 9 +-
drivers/net/ethernet/wangxun/libwx/wx_mbx.c | 243 +
drivers/net/ethernet/wangxun/libwx/wx_mbx.h | 22 +
drivers/net/ethernet/wangxun/libwx/wx_type.h | 11 +
drivers/net/ethernet/wangxun/libwx/wx_vf.c | 599 +
drivers/net/ethernet/wangxun/libwx/wx_vf.h | 127 +
drivers/net/ethernet/wangxun/libwx/wx_vf_common.c | 414 +
drivers/net/ethernet/wangxun/libwx/wx_vf_common.h | 22 +
drivers/net/ethernet/wangxun/libwx/wx_vf_lib.c | 280 +
drivers/net/ethernet/wangxun/libwx/wx_vf_lib.h | 14 +
drivers/net/ethernet/wangxun/ngbevf/Makefile | 9 +
drivers/net/ethernet/wangxun/ngbevf/ngbevf_main.c | 261 +
drivers/net/ethernet/wangxun/ngbevf/ngbevf_type.h | 29 +
drivers/net/ethernet/wangxun/txgbevf/Makefile | 9 +
.../net/ethernet/wangxun/txgbevf/txgbevf_main.c | 314 +
.../net/ethernet/wangxun/txgbevf/txgbevf_type.h | 26 +
drivers/net/phy/smsc.c | 57 +-
drivers/net/virtio_net.c | 11 +-
drivers/net/wireless/intel/iwlwifi/cfg/bz.c | 4 +-
drivers/net/wireless/intel/iwlwifi/cfg/dr.c | 2 +-
drivers/net/wireless/intel/iwlwifi/cfg/sc.c | 2 +-
drivers/net/wireless/intel/iwlwifi/dvm/eeprom.c | 21 +-
drivers/net/wireless/intel/iwlwifi/fw/api/d3.h | 13 +-
drivers/net/wireless/intel/iwlwifi/fw/file.h | 3 +
drivers/net/wireless/intel/iwlwifi/fw/img.h | 5 +
drivers/net/wireless/intel/iwlwifi/fw/pnvm.c | 32 +-
drivers/net/wireless/intel/iwlwifi/fw/pnvm.h | 4 +-
drivers/net/wireless/intel/iwlwifi/iwl-config.h | 11 +-
drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 14 +-
drivers/net/wireless/intel/iwlwifi/iwl-io.c | 8 +-
drivers/net/wireless/intel/iwlwifi/iwl-io.h | 9 +-
drivers/net/wireless/intel/iwlwifi/iwl-trans.c | 37 +-
drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 7 +-
drivers/net/wireless/intel/iwlwifi/mld/fw.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mld/ptp.c | 12 +-
drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 232 +-
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/ptp.c | 14 +-
drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 350 +-
.../wireless/intel/iwlwifi/pcie/gen1_2/internal.h | 8 +-
.../net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c | 413 +-
.../net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c | 2 +-
drivers/net/wireless/intel/iwlwifi/tests/devinfo.c | 45 +-
drivers/pci/pci.h | 6 +
drivers/platform/x86/intel/pmt/discovery-kunit.c | 2 +-
drivers/platform/x86/intel/pmt/discovery.c | 2 +-
drivers/pmdomain/amlogic/meson-secure-pwrc.c | 12 +-
drivers/pmdomain/core.c | 211 +-
drivers/pmdomain/governor.c | 18 +-
drivers/pmdomain/qcom/rpmhpd.c | 21 +
drivers/pmdomain/qcom/rpmpd.c | 2 +
drivers/pmdomain/renesas/Kconfig | 124 +-
drivers/pmdomain/renesas/rcar-gen4-sysc.c | 2 +-
drivers/pmdomain/renesas/rcar-sysc.c | 19 +-
drivers/pmdomain/renesas/rmobile-sysc.c | 3 +-
drivers/pmdomain/xilinx/zynqmp-pm-domains.c | 16 -
drivers/pwm/pwm-img.c | 2 -
drivers/rpmsg/rpmsg_core.c | 2 +-
drivers/soc/tegra/Kconfig | 17 +-
drivers/soc/tegra/cbb/tegra194-cbb.c | 34 +-
drivers/soc/tegra/cbb/tegra234-cbb.c | 758 +-
drivers/soc/tegra/fuse/tegra-apbmisc.c | 1 +
drivers/soc/tegra/pmc.c | 147 +-
drivers/soundwire/bus_type.c | 2 +-
drivers/spi/spi-stm32-ospi.c | 20 +-
drivers/spi/spi.c | 2 +-
drivers/tty/serdev/core.c | 2 +-
drivers/tty/serial/pch_uart.c | 2 +-
drivers/tty/serial/serial_base_bus.c | 3 +
drivers/usb/gadget/configfs.c | 4 +
drivers/video/fbdev/core/fbcon.c | 4 +-
drivers/virtio/virtio.c | 23 +-
drivers/virtio/virtio_balloon.c | 4 +-
drivers/virtio/virtio_pci_common.c | 45 +
drivers/virtio/virtio_pci_common.h | 3 +
drivers/virtio/virtio_pci_legacy.c | 2 +
drivers/virtio/virtio_pci_modern.c | 2 +
fs/bcachefs/btree_update.h | 24 +-
fs/bcachefs/btree_write_buffer.c | 5 +-
fs/bcachefs/btree_write_buffer.h | 6 +-
fs/bcachefs/move.c | 5 +-
fs/btrfs/tree-log.c | 3 -
fs/crypto/keysetup_v1.c | 6 +-
fs/erofs/data.c | 16 +-
fs/erofs/decompressor.c | 12 +-
fs/erofs/fileio.c | 14 +-
fs/erofs/internal.h | 2 +-
fs/erofs/zdata.c | 6 +-
fs/eventpoll.c | 12 +-
fs/f2fs/data.c | 10 +-
fs/f2fs/debug.c | 4 +-
fs/f2fs/extent_cache.c | 2 +-
fs/f2fs/f2fs.h | 6 +-
fs/f2fs/file.c | 49 +-
fs/f2fs/gc.c | 2 +-
fs/f2fs/gc.h | 3 +-
fs/f2fs/inode.c | 21 +-
fs/f2fs/node.c | 4 +-
fs/f2fs/node.h | 2 +-
fs/f2fs/recovery.c | 38 +-
fs/f2fs/segment.c | 28 +-
fs/f2fs/segment.h | 54 +-
fs/f2fs/super.c | 10 +-
fs/f2fs/sysfs.c | 21 +
fs/file_table.c | 2 +-
fs/notify/fsnotify.c | 87 +-
fs/ocfs2/dir.c | 2 +-
fs/ocfs2/move_extents.c | 19 +-
fs/open.c | 6 +-
fs/proc/internal.h | 5 +
fs/proc/page.c | 4 +-
fs/proc/task_mmu.c | 188 +-
fs/squashfs/block.c | 4 +-
fs/userfaultfd.c | 15 +-
include/drm/drm_file.h | 3 +
include/drm/drm_framebuffer.h | 7 +
include/dt-bindings/clock/nvidia,tegra264.h | 466 +
include/dt-bindings/reset/nvidia,tegra264.h | 92 +
include/linux/balloon_compaction.h | 90 +-
include/linux/bitfield.h | 8 +-
include/linux/context_tracking_irq.h | 2 -
include/linux/damon.h | 1 +
include/linux/device.h | 13 +
include/linux/efi.h | 4 +
include/linux/firmware/xlnx-zynqmp.h | 6 -
include/linux/fs.h | 14 +-
include/linux/fsnotify.h | 35 +-
include/linux/ieee80211.h | 43 +-
include/linux/migrate.h | 46 +-
include/linux/mm.h | 4 +-
include/linux/mm_types.h | 1 -
include/linux/mmap_lock.h | 11 +
include/linux/page-flags.h | 106 +-
include/linux/pagemap.h | 2 +-
include/linux/pci.h | 45 +
include/linux/pm.h | 1 +
include/linux/pm_domain.h | 27 +-
include/linux/userfaultfd_k.h | 5 +
include/linux/virtio.h | 11 +-
include/linux/virtio_config.h | 32 +
include/linux/zsmalloc.h | 2 +
include/net/cfg80211.h | 12 +-
include/net/mac80211.h | 7 +-
include/trace/events/damon.h | 43 +
kernel/context_tracking.c | 14 -
kernel/dma/mapping.c | 7 +-
kernel/rcu/tree.h | 11 +-
kernel/rcu/tree_exp.h | 2 +-
kernel/rcu/tree_plugin.h | 31 +-
lib/crypto/Kconfig | 2 +
lib/crypto/Makefile | 2 +
lib/crypto/tests/Kconfig | 50 +
lib/crypto/tests/Makefile | 5 +
lib/crypto/tests/hash-test-template.h | 683 +
lib/crypto/tests/poly1305-testvecs.h | 186 +
lib/crypto/tests/poly1305_kunit.c | 165 +
lib/crypto/tests/sha224-testvecs.h | 238 +
lib/crypto/tests/sha224_kunit.c | 39 +
lib/crypto/tests/sha256-testvecs.h | 238 +
lib/crypto/tests/sha256_kunit.c | 39 +
lib/crypto/tests/sha384-testvecs.h | 290 +
lib/crypto/tests/sha384_kunit.c | 39 +
lib/crypto/tests/sha512-testvecs.h | 342 +
lib/crypto/tests/sha512_kunit.c | 39 +
lib/sys_info.c | 2 +-
lib/test_vmalloc.c | 36 +-
lib/vdso/gettimeofday.c | 2 +-
localversion-next | 2 +-
mm/balloon_compaction.c | 21 +-
mm/compaction.c | 44 +-
mm/damon/core.c | 29 +-
mm/damon/lru_sort.c | 5 +-
mm/damon/reclaim.c | 9 +-
mm/damon/sysfs.c | 16 +-
mm/gup.c | 4 +-
mm/internal.h | 2 +-
mm/khugepaged.c | 8 +
mm/ksm.c | 4 +-
mm/madvise.c | 3 +-
mm/memory-failure.c | 4 +-
mm/memory_hotplug.c | 10 +-
mm/migrate.c | 278 +-
mm/mmap_lock.c | 88 +
mm/mremap.c | 502 +-
mm/page_alloc.c | 13 +-
mm/page_isolation.c | 12 +-
mm/rmap.c | 16 +-
mm/util.c | 6 +-
mm/vmscan.c | 16 +-
mm/zpdesc.h | 15 +-
mm/zsmalloc.c | 33 +-
net/bluetooth/hci_sync.c | 4 +-
net/mac80211/debugfs.c | 3 +-
net/mac80211/ieee80211_i.h | 2 +
net/mac80211/link.c | 9 +-
net/mac80211/mlme.c | 150 +-
net/mac80211/scan.c | 3 +-
net/mac80211/sta_info.c | 3 +-
net/mac80211/util.c | 17 +
net/wireless/core.c | 4 +-
net/wireless/core.h | 11 +-
net/wireless/mlme.c | 21 +-
net/wireless/nl80211.c | 144 +-
net/wireless/rdev-ops.h | 6 +-
net/wireless/scan.c | 204 +-
net/wireless/sme.c | 40 +-
net/wireless/trace.h | 23 +-
samples/damon/mtier.c | 18 +
samples/damon/prcl.c | 18 +
samples/damon/wsse.c | 20 +-
scripts/crypto/gen-hash-testvecs.py | 147 +
sound/pci/echoaudio/echoaudio.c | 13 +-
sound/soc/img/Kconfig | 1 +
sound/soc/intel/avs/pcm.c | 4 +-
sound/soc/intel/boards/sof_es8336.c | 10 +
sound/soc/intel/common/soc-acpi-intel-lnl-match.c | 34 +
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 50 +
sound/soc/sdw_utils/soc_sdw_utils.c | 5 +
tools/hv/hv_get_dhcp_info.sh | 87 +-
tools/hv/hv_kvp_daemon.c | 16 +-
.../testing/selftests/kvm/arm64/external_aborts.c | 32 +-
tools/testing/selftests/mm/.gitignore | 1 -
tools/testing/selftests/mm/Makefile | 1 -
tools/testing/selftests/mm/cow.c | 27 +-
tools/testing/selftests/mm/guard-regions.c | 51 +
tools/testing/selftests/mm/mremap_test.c | 145 +-
tools/testing/selftests/mm/pagemap_ioctl.c | 72 +-
tools/testing/selftests/mm/process_madv.c | 358 -
tools/testing/selftests/mm/run_vmtests.sh | 5 -
tools/testing/selftests/mm/split_huge_page_test.c | 3 +-
tools/testing/selftests/mm/vm_util.c | 54 +-
tools/testing/selftests/mm/vm_util.h | 24 +-
tools/testing/selftests/nolibc/Makefile.nolibc | 3 +-
tools/testing/selftests/proc/.gitignore | 1 +
tools/testing/selftests/proc/Makefile | 1 +
tools/testing/selftests/proc/proc-maps-race.c | 829 ++
380 files changed, 20561 insertions(+), 13061 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/sophgo,cv1800b-dwmac.yaml
create mode 100644 Documentation/devicetree/bindings/soc/ti/ti,j784s4-bist.yaml
create mode 100644 Documentation/networking/device_drivers/ethernet/wangxun/ngbevf.rst
create mode 100644 Documentation/networking/device_drivers/ethernet/wangxun/txgbevf.rst
create mode 100644 drivers/firmware/efi/ovmf-debug-log.c
create mode 100644 drivers/gpu/drm/ast/ast_2000.c
create mode 100644 drivers/gpu/drm/ast/ast_2100.c
copy drivers/gpu/drm/ast/{ast_post.c => ast_2300.c} (58%)
create mode 100644 drivers/gpu/drm/ast/ast_2500.c
create mode 100644 drivers/gpu/drm/ast/ast_2600.c
delete mode 100644 drivers/gpu/drm/ast/ast_dram_tables.h
create mode 100644 drivers/gpu/drm/ast/ast_post.h
create mode 100644 drivers/net/ethernet/wangxun/libwx/wx_vf.c
create mode 100644 drivers/net/ethernet/wangxun/libwx/wx_vf.h
create mode 100644 drivers/net/ethernet/wangxun/libwx/wx_vf_common.c
create mode 100644 drivers/net/ethernet/wangxun/libwx/wx_vf_common.h
create mode 100644 drivers/net/ethernet/wangxun/libwx/wx_vf_lib.c
create mode 100644 drivers/net/ethernet/wangxun/libwx/wx_vf_lib.h
create mode 100644 drivers/net/ethernet/wangxun/ngbevf/Makefile
create mode 100644 drivers/net/ethernet/wangxun/ngbevf/ngbevf_main.c
create mode 100644 drivers/net/ethernet/wangxun/ngbevf/ngbevf_type.h
create mode 100644 drivers/net/ethernet/wangxun/txgbevf/Makefile
create mode 100644 drivers/net/ethernet/wangxun/txgbevf/txgbevf_main.c
create mode 100644 drivers/net/ethernet/wangxun/txgbevf/txgbevf_type.h
create mode 100644 include/dt-bindings/clock/nvidia,tegra264.h
create mode 100644 include/dt-bindings/reset/nvidia,tegra264.h
create mode 100644 lib/crypto/tests/Kconfig
create mode 100644 lib/crypto/tests/Makefile
create mode 100644 lib/crypto/tests/hash-test-template.h
create mode 100644 lib/crypto/tests/poly1305-testvecs.h
create mode 100644 lib/crypto/tests/poly1305_kunit.c
create mode 100644 lib/crypto/tests/sha224-testvecs.h
create mode 100644 lib/crypto/tests/sha224_kunit.c
create mode 100644 lib/crypto/tests/sha256-testvecs.h
create mode 100644 lib/crypto/tests/sha256_kunit.c
create mode 100644 lib/crypto/tests/sha384-testvecs.h
create mode 100644 lib/crypto/tests/sha384_kunit.c
create mode 100644 lib/crypto/tests/sha512-testvecs.h
create mode 100644 lib/crypto/tests/sha512_kunit.c
create mode 100755 scripts/crypto/gen-hash-testvecs.py
delete mode 100644 tools/testing/selftests/mm/process_madv.c
create mode 100644 tools/testing/selftests/proc/proc-maps-race.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 releases/gcc-15
in repository gcc.
from ba70879861c Daily bump.
new aad37494dc0 aarch64: Add support for NVIDIA GB10
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-cores.def | 3 +++
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/doc/invoke.texi | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.