This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d9c54e9a036 c++: don't remove labels during coro-early-expand-ifns [PR105104]
new 07e5e054a1c AVR: target/115830 - Make better use of SREG.N and SREG.Z.
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/avr/avr-modes.def | 6 +
gcc/config/avr/avr-protos.h | 8 +-
gcc/config/avr/avr.cc | 354 ++++++++++---
gcc/config/avr/avr.md | 671 +++++++++++++++++-------
gcc/config/avr/predicates.md | 31 ++
gcc/testsuite/gcc.target/avr/pr115830-add-c.c | 79 +++
gcc/testsuite/gcc.target/avr/pr115830-add-i.c | 103 ++++
gcc/testsuite/gcc.target/avr/pr115830-add.c | 76 +++
gcc/testsuite/gcc.target/avr/pr115830-and.c | 67 +++
gcc/testsuite/gcc.target/avr/pr115830-asl.c | 78 +++
gcc/testsuite/gcc.target/avr/pr115830-asl32.c | 57 ++
gcc/testsuite/gcc.target/avr/pr115830-asr.c | 78 +++
gcc/testsuite/gcc.target/avr/pr115830-ior.c | 67 +++
gcc/testsuite/gcc.target/avr/pr115830-lsr.c | 60 +++
gcc/testsuite/gcc.target/avr/pr115830-sub-ext.c | 100 ++++
gcc/testsuite/gcc.target/avr/pr115830-sub.c | 100 ++++
16 files changed, 1675 insertions(+), 260 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-add-c.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-add-i.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-add.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-and.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-asl.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-asl32.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-asr.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-ior.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-lsr.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-sub-ext.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr115830-sub.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 bd2ccc24420 AVR: Outsource code for avr-specific passes to new avr-passes.cc.
new d9c54e9a036 c++: don't remove labels during coro-early-expand-ifns [PR105104]
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/coroutine-passes.cc | 26 --------------
gcc/testsuite/g++.dg/coroutines/torture/pr105104.C | 40 ++++++++++++++++++++++
2 files changed, 40 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr105104.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 binutils-gdb.
from 8ee4561d38f [gdb/testsuite] Fix another regexp in gdb.threads/stepi-ove [...]
new 35e273526b7 PR32093, -Walloc-size warning in ctf-hash.c
new 9459f695d3b ld testsuite output files
new f2a15e7cde9 get_type_abbrev_from_form tidy
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:
binutils/dwarf.c | 44 +++++++++++++++++++-------------------------
ld/testsuite/lib/ld-lib.exp | 15 +++++++++++++++
libctf/ctf-hash.c | 10 ++++++++--
3 files changed, 42 insertions(+), 27 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.
"David Spickett pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 4429678 llvmbot monitor: Move problematic bots to silent
new cef7520 llvmbot monitor: Correct JSON indentation
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:
monitor/linaro.json | 68 ++++++++++++++++++++++++++---------------------------
1 file changed, 34 insertions(+), 34 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 4b729d2ff32 testsuite: Fix up refactored scanltranstree.exp functions [ [...]
new bd2ccc24420 AVR: Outsource code for avr-specific passes to new avr-passes.cc.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config.gcc | 2 +-
gcc/config/avr/avr-passes.cc | 1931 +++++++++++++++++++++++++
gcc/config/avr/avr-protos.h | 8 +-
gcc/config/avr/avr.cc | 3297 ++++++++----------------------------------
gcc/config/avr/ranges.h | 278 ++++
gcc/config/avr/t-avr | 6 +
6 files changed, 2812 insertions(+), 2710 deletions(-)
create mode 100644 gcc/config/avr/avr-passes.cc
create mode 100644 gcc/config/avr/ranges.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 4ff4875a79c RISC-V: Fix subreg of VLS modes larger than a vector [PR116086].
new 4b729d2ff32 testsuite: Fix up refactored scanltranstree.exp functions [ [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/lib/scanltranstree.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b55b65bc566 [gdb/testsuite] Fix regexp in gdb.arch/i386-disp-step-self- [...]
new 8ee4561d38f [gdb/testsuite] Fix another regexp in gdb.threads/stepi-ove [...]
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:
gdb/testsuite/gdb.threads/stepi-over-clone.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3cb92be94e6 i386: Support wide immediate constants in STV.
new 4ff4875a79c RISC-V: Fix subreg of VLS modes larger than a vector [PR116086].
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/riscv/autovec.md | 35 ++++
gcc/config/riscv/riscv.cc | 11 ++
gcc/config/riscv/vector-iterators.md | 202 +++++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr116086-2-run.c | 6 +
.../gcc.target/riscv/rvv/autovec/pr116086-2.c | 18 ++
.../gcc.target/riscv/rvv/autovec/pr116086.c | 76 ++++++++
gcc/testsuite/lib/target-supports.exp | 37 ++++
7 files changed, 385 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr116086-2-run.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr116086-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr116086.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.
"David Spickett pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from c53f550 Revert "llvmbot monitor: Move Arm lldb to silent"
new 4429678 llvmbot monitor: Move problematic bots to silent
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:
monitor/linaro.json | 51 +++++++++++++++++++++++++++++++++++++--------------
1 file changed, 37 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux-next.
omits 195a402a7579 Add linux-next specific files for 20240828
omits 0d4aee224f1f Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
omits d67ae90be317 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits e0d7b9682c7a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d3fd42790903 Merge branch 'nolibc' of git://git.kernel.org/pub/scm/linu [...]
omits 56d5c48b25dc Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
omits 36153a2bf3fa Merge branch 'bitmap-for-next' of https://github.com/norov [...]
omits d9fa2dc91fa8 Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
omits fd6f035c73e0 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
omits 28e43171ce30 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 0907e69c0677 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 16318bae0484 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
omits cd15f9173f14 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 827b63af2238 Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
omits 3edc6e774e4f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6e77cbd352ab Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
omits 2f72ecf181e7 Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm [...]
omits 6e85d8b15746 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7438ce4cb5a9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 377827556921 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 1bbc5a8685f0 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
omits 96e8f0aaf064 Merge branch 'at24/for-next' of git://git.kernel.org/pub/s [...]
omits cbd16030d5d1 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
omits f1bacfc47ace Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4c867b1ffde5 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
omits f79801a53eaa Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 87806e4fa012 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
omits 12c6fa954100 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5c57e16cce1f Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
omits 0db7540174da Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 56ea85026c55 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
omits 8655a61a04df Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 36450d4d912b Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits c37973b52aa8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f8cacd8ed090 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 14525faeeed2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2b3ed6aba500 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 3f0231873ad4 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
omits 66735a5c622b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3fcb399ae476 Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
omits 4f56178d095e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d5e19c05ceca Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits c72f2edf3ae3 Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
omits f77e2653c87f Merge branch 'icc-next' of git://git.kernel.org/pub/scm/li [...]
omits 6f281b851546 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0c629e38fd23 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits af139decf115 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 125bc49fbc0e Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
omits d481634c2607 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
omits 522c16a97f55 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits e77030248c70 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 67501a21d030 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 63539e3ffbac Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
omits 78ede0689567 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
omits 367725343197 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4996077417eb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8765b2fe7b05 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0af435666492 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits bf8600945fa1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 9ad5644237da Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 56678ab9fb20 Merge branch 'next' of https://github.com/kvm-x86/linux.git
omits be43d82250a5 Merge branch 'topic/ppc-kvm' of git://git.kernel.org/pub/s [...]
omits 70ee6e39f892 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits fdb744cbf46e Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
omits c55ba156ad53 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 2ac2775554da Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 694206872295 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
omits 3989c17a66ef Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 43550d4f61f7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ed51c1e6d8ad Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 61b9c5bfa8fc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 230eb17aebb8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 83f25d8a74a0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 78e0d717d938 Merge branch 'next' of git://github.com/cschaufler/smack-next
omits dd00070685f1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 68a711e84d2e Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
omits d13b4c7be379 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 5246bcd50111 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6ad1abace4b8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits cba6c4337904 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
omits 15482221942a Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
omits c3400e1093f9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 7825c4ae8e73 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3f6f650cfe66 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f667618f4fff Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
omits 0e8c4bc54aeb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 2069210b578c Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
omits 5f3aab4cfdf5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 9f978c82983d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits 25f80b2d2bb2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 572fa5e3c6c5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b41d90b1d8a5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7552aeebfe11 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
omits f35687707204 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits e66420029108 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits d3229d2677ed Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits d6e6293bb520 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 319121b3e57d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 4509ae4c1f2d Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
omits 4e968399cbe2 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
omits 85a14cbe2845 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
omits 81758e3ed332 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 20f6d785b4a9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7e0abe51b5db Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits a96832e5a9f5 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits f9734bc07ede Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b41f056b6c10 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 993d88affed7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b22df914c027 Merge branch 'thermal/linux-next' of git://git.kernel.org/ [...]
omits 62d0c7627c2c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 99bd56f3412b Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
omits fee6d1f66e62 Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
omits 6b8e444aa980 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
omits 77b4b5c6dae8 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits 953eb64ae571 Merge branch 'master' of git://linuxtv.org/mchehab/media-next.git
omits 7e2306521f34 Merge branch 'master' of git://linuxtv.org/media_tree.git
omits b6d213e88f26 Merge branch 'docs-next' of git://git.lwn.net/linux.git
omits edc9b7e92dc1 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
omits c90e28ad7967 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
omits a767f4e57332 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
omits 6cece24cd274 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ee65742186f5 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
omits b1be6e81cec4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits eb6853a0e6ba Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits bb2558a54245 Merge branch 'fs-next' of linux-next
omits 62efc67f0db0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8fe3cd9ae1c1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8e7a5cf82362 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 7986e955b8df Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits fe55f7705968 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
omits d1abd667ebfc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8fc8b7543663 Merge branch 'loongarch-next' of git://git.kernel.org/pub/ [...]
omits dfeed7d120e5 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
omits c4df1929f554 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 45bf5d59a728 Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
omits 659af2fdcdf3 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
omits 49302485e711 Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
omits a91270ad1b2b Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
omits 7953cf5b4b00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 57eef4a963bc Merge branch 'next' of https://git.linaro.org/people/jens. [...]
omits a88958e2d030 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
omits bebbb4c073a7 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
omits 0f23c06f3924 Merge branch 'for-next' of https://github.com/sophgo/linux.git
omits e2aa95cd8e12 next-20240827/scmi
omits 12f750cf2764 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b577d7b46823 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 36e07e8d058c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ec3d0133eead Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 430304ba698e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2d71bceb4c79 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1f94e3962ccc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5a2809a5ef93 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits be30c0d1dfb2 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits a84d954460fe Merge branch 'davinci/for-next' of git://git.kernel.org/pu [...]
omits f6dbc496d9a9 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
omits 591d3575feee Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
omits 6fe153f58ec0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a873ddcd7d37 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 48d6023b7284 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
omits bac2341f0c19 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 10c2d6de51f8 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
omits 4165d7b3ee14 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
omits 4f6bfa941391 Merge branch 'clang-format' of https://github.com/ojeda/linux.git
omits 1476687e17b6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits bbdf0550d208 Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
omits 0c78c247d6e9 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 848c4a731b3a Merge branch 'pwrseq/for-current' of git://git.kernel.org/ [...]
omits 94438ae0d213 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 606274772ea6 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
omits a88f67f67589 Merge branch 'kunit-fixes' of git://git.kernel.org/pub/scm [...]
omits ffee04007530 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits a6b79140c5a2 Merge branch 'riscv-soc-fixes' of git://git.kernel.org/pub [...]
omits 49bbd61e1633 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
omits ce58f6249c99 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits d8fca664d9f7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits dc481dec439d Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits fb0e26664368 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 9ed60798cb10 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 67ddf7a730b0 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
omits 7db0feb7380d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits a1e4ee36b275 Merge branch 'at91-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 9366e570cdc9 Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
omits 538079719cd6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits fbbeca132c2f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 713b4823c543 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits d52242373ef5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 71b63797d73d Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 3f76a3c62251 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 26b05455cb6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 028435e88777 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 34dc525326bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 1d6ab5a3f33e Merge branch 'for-current' of git://git.kernel.org/pub/scm [...]
omits f9a50c9302cd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ef5b1ffbefe0 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 9e88b05ad13f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits d8d4668ce5b3 Merge branch 'fs-current' of linux-next
omits 17910d053ed2 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits 1cc0c138b24b Automated merge of 'dev' into 'next'
omits 73146246d80d Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits 936ed838847c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 48d2754f5e4d Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 8c8cbaffcc04 Merge branch '9p-next' of git://github.com/martinetd/linux
omits da252a699d9d Merge branch 'master' of https://github.com/Paragon-Softwa [...]
omits 85405c186dd5 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits b026bee37b6c Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
omits 72925895c61b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e2d4a2cff996 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 8562ac40562f Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits cc82836edc61 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits 0f9d314b897c Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits ddc61274c915 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 594369511d03 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
omits 4322c1d6c26c Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits 5b3413325002 Merge branch 'master' of git://github.com/ceph/ceph-client.git
omits f1c8c8f194ee Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6d6c66c5a422 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
omits 6b444358f61d Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 2228962daedb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits b43baa04e96c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 5f0950705be8 Merge branch 'vfs.blocksize' into vfs.all Signed-off-by: C [...]
omits 32bdbc199c9d Merge branch 'vfs.idmap' into vfs.all Signed-off-by: Chris [...]
omits 0dcef01109bc Merge branch 'vfs.xattr' into vfs.all Signed-off-by: Chris [...]
omits 0c556539b4ce Merge branch 'vfs.folio' into vfs.all Signed-off-by: Chris [...]
omits 94a9662be1da Merge branch 'vfs.mgtime' into vfs.all Signed-off-by: Chri [...]
omits 423a2d4d7110 Merge branch 'vfs.mount' into vfs.all Signed-off-by: Chris [...]
omits d4bd9d89f246 Merge branch 'vfs.misc' into vfs.all Signed-off-by: Christ [...]
omits d435da2d2900 Merge branch 'vfs.fixes' into vfs.all Signed-off-by: Chris [...]
omits 007b4811ba1d random: vDSO: minimize and simplify header includes
omits ea7d00df6fc7 random: vDSO: avoid call to out of line memset()
omits c2acc597cec1 random: vDSO: add missing c-getrandom-y in Makefile
omits cb956db2092b random: vDSO: add __arch_get_k_vdso_rng_data() helper for [...]
omits 10bdd806a323 random: vDSO: don't use 64-bit atomics on 32-bit architectures
omits e37f1e8eff1c random: vDSO: move prototype of arch chacha function to vd [...]
omits 1ecfab8bc189 Merge branch into tip/master: 'x86/timers'
omits 27838654c487 Merge branch into tip/master: 'x86/splitlock'
omits 0e74f68d997c Merge branch into tip/master: 'x86/sev'
omits 6595850abad0 Merge branch into tip/master: 'x86/platform'
omits 09ef9fe63443 Merge branch into tip/master: 'x86/mm'
omits 661385425613 Merge branch into tip/master: 'x86/misc'
omits 5cb610929da5 Merge branch into tip/master: 'x86/microcode'
omits 5bb3c3be7311 Merge branch into tip/master: 'x86/fred'
omits feed00ffe9b1 Merge branch into tip/master: 'x86/fpu'
omits 6ff98bcafce4 Merge branch into tip/master: 'x86/core'
omits 5eb66cb8e13a Merge branch into tip/master: 'x86/cleanups'
omits 207cae4366e0 Merge branch into tip/master: 'x86/build'
omits 676f4228778e Merge branch into tip/master: 'x86/bugs'
omits 3d3aa3997ca1 Merge branch into tip/master: 'x86/apic'
omits 57ffd1adbfe6 Merge branch into tip/master: 'timers/clocksource'
omits b84020dee120 Merge branch into tip/master: 'smp/core'
omits 41bf58ff4f47 Merge branch into tip/master: 'ras/core'
omits 715958f19c84 Merge branch into tip/master: 'perf/core'
omits 6a035b24aec7 Merge branch into tip/master: 'locking/core'
omits ba72bd40da14 Merge branch into tip/master: 'irq/core'
omits 215c4b2c7f3b Merge branch into tip/master: 'core/core'
omits 512abc8a8e8b Merge branch into tip/master: 'x86/urgent'
omits 99efe5f85009 Merge branch into tip/master: 'perf/urgent'
omits 85fdd61343cf Merge branch into tip/master: 'locking/urgent'
omits 4bc0c8eb5143 Merge branch into tip/master: 'irq/urgent'
omits 413abc4d0f1a genirq/procfs: Correctly set file permissions for affinity [...]
omits e0bcce3973fa Merge remote-tracking branch 'asoc/for-6.12' into asoc-next
omits 11b473fd4396 Merge branches 'rproc-next', 'rpmsg-next' and 'hwspinlock- [...]
omits 766508e7e2c5 Merge patch series "fs: add i_state helpers"
omits edac36b4e658 inode: make i_state a u32
omits 80d723a66993 inode: port __I_LRU_ISOLATING to var event
omits 0c0505ea3eb5 inode: port __I_NEW to var event
omits 17116a74af2c inode: port __I_SYNC to var event
omits e234e3e3fc98 fs: reorder i_state bits
omits 9dfe91a75695 vfs: fix race between evice_inodes() and find_inode()&iput()
omits 7bf5d84e018d fs: add i_state helpers
omits be659e18627d Merge branch 'icc-sm4450' into icc-next
omits f44cad264024 interconnect: qcom: Add SM4450 interconnect provider driver
omits df1fe561c272 dt-bindings: interconnect: Add Qualcomm SM4450
omits 06f646e2d0d4 netfs, cifs: Improve some debugging bits
omits 16fab4eb1804 fs: pack struct file
omits 3eb69f4c9129 fs: switch f_iocb_flags and f_ra
omits 96c7a3c478fc foo
omits dcf38f183a89 scripts/decode_stacktrace.sh: add '-h' flag
omits a6fd1ca7a724 scripts/decode_stacktrace.sh: clarify command line
omits 7f20b8d53acc scripts/decode_stacktrace.sh: remove find_module recursion [...]
omits 19c1595e04b2 lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir()
omits c856dd0d7f59 dimlib: use *-y instead of *-objs in Makefile
omits f533d850b374 nilfs2: do not propagate ENOENT error from nilfs_sufile_ma [...]
omits a362a0489102 nilfs2: do not propagate ENOENT error from sufile during GC
omits fc316a976b05 nilfs2: do not propagate ENOENT error from sufile during recovery
omits b401d3d936fe nilfs2: treat missing cpfile header block as metadata corruption
omits c57446e89468 nilfs2: treat missing sufile header block as metadata corruption
omits 7f1e10272b0e ocfs2: use max() to improve ocfs2_dlm_seq_show()
omits de767067fd6d ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()
omits cdc25ee4725f ratelimit: convert flags to int to save 8 bytes in size
omits b8dbb550f31d scripts/decode_stacktrace.sh: nix-ify
omits d35a80b2dbe0 ocfs2: fix unexpected zeroing of virtual disk
omits 9b436a49f477 ocfs2: remove custom swap functions in favor of built-in s [...]
omits 31de5cbdff0c Document/kexec: generalize crash hotplug description
omits e96df08c9bb7 nilfs2: fix missing initial short descriptions of kernel-d [...]
omits 54c84058db94 nilfs2: fix inconsistencies in kernel-doc comments in segment.h
omits 8445a9a8a17d nilfs2: describe the members of nilfs_bmap_operations structure
omits cbeeb52c21e5 nilfs2: add missing description of nilfs_btree_path structure
omits fc22fbf8f891 nilfs2: fix incorrect kernel-doc declaration of nilfs_pall [...]
omits 669cbccf2db1 nilfs2: improve kernel-doc comments for b-tree node helpers
omits b952e138497f nilfs2: add missing argument descriptions for ioctl-relate [...]
omits ab8e8a68af2b nilfs2: add missing argument description for __nilfs_error()
omits b79eda10ec6d nilfs2: do not output warnings when clearing dirty buffers
omits 68c9d0b78f4d nilfs2: add support for FS_IOC_SETFSLABEL
omits a795cbdc49f2 nilfs2: add support for FS_IOC_GETFSLABEL
omits fb2a59bc76a7 nilfs2: add support for FS_IOC_GETFSSYSFSPATH
omits 18a33e41a7a1 nilfs2: add support for FS_IOC_GETUUID
omits 75dfd7803458 lib/percpu_counter: add missing __percpu qualifier to a cast
omits 5c0f07ab943f lib/bcd: optimize _bin2bcd() for improved performance
omits 9f7346474b6e drm/xe: clean up fault injection usage
omits 1c13fbc2926f drm/msm: clean up fault injection usage
omits 4a36d8b23e98 fault-inject-improve-build-for-config_fault_injection=n-fix-3
omits 16cadb7af4ef fault-inject-improve-build-for-config_fault_injection=n-fix-2
omits e1e9eed8a1ef fault-inject-improve-build-for-config_fault_injection=n-fix
omits 62ba7d0a664e fault-inject: improve build for CONFIG_FAULT_INJECTION=n
omits 8005dc5eb116 lib/rhashtable: cleanup fallback check in bucket_table_alloc()
omits 9ec7ba917f6e watchdog: Handle the ENODEV failure case of lockup_detecto [...]
omits 64411b1a58c6 lockdep: upper limit LOCKDEP_CHAINS_BITS
omits 26619b96458f failcmd: make failcmd.sh executable
omits b742ab1797ba fault-injection: enhance failcmd to exit on non-hex address input
omits 8d8029316b93 locking/ww_mutex/test: add MODULE_DESCRIPTION()
omits d2c0854e45cb x86/mm: add testmmiotrace MODULE_DESCRIPTION()
omits 2b86625755aa crypto: arm/xor - add missing MODULE_DESCRIPTION() macro
omits ca4998816947 failcmd: add script file in MAINTAINERS
omits 269c6a33230f crash: fix crash memory reserve exceed system memory bug
omits 45de640cc1c2 fs/procfs: remove build ID-related code duplication in PRO [...]
omits 4ab4b5dbaf45 lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()
omits 04e6f454d8c8 lib/lru_cache: fix spelling mistake "colision"->"collision"
omits 81ffece6dd6e closures: use seq_putc() in debug_show()
omits ae234508df54 dyndbg: use seq_putc() in ddebug_proc_show()
omits ed9cc2b3c8ae scripts/gdb: add 'lx-kasan_mem_to_shadow' command
omits 61e36767a510 scripts/gdb: add 'lx-stack_depot_lookup' command.
omits 9bfbfee6a81b scripts/gdb: fix lx-mounts command error
omits 3a3558f83890 scripts/gdb: add iteration function for rbtree
omits 274e58e266cd scripts/gdb: fix timerlist parsing issue
omits 237706efbfdb scripts: reduce false positives in the macro_checker script
omits 0ac3ba7be0c1 scripts: add macro_checker script to check unused paramete [...]
omits 0eab4ea9719c xz: remove XZ_EXTERN and extern from functions
omits a9deb35ab3fa riscv: boot: add Image.xz support
omits 072fce59de18 arm64: boot: add Image.xz support
omits c5857c1c61f8 xz: adjust arch-specific options for better kernel compression
omits 3f0181277334 xz: use 128 MiB dictionary and force single-threaded mode
omits 992eba9054c9 xz: add RISC-V BCJ filter
omits 4050062351cd xz: Add ARM64 BCJ filter
omits 440b03f69732 xz: optimize for-loop conditions in the BCJ decoders
omits 8c10dea69d80 xz: cleanup CRC32 edits from 2018
omits 2fc19d9707b3 xz: Documentation/staging/xz.rst: Revise thoroughly
omits 75affda9ee10 xz: improve the MicroLZMA kernel-doc in xz.h
omits 5b8342d96fd0 xz: fix kernel-doc formatting errors in xz.h
omits ba49169d0bc9 xz: fix comments and coding style
omits d7a8caf35e45 xz: switch from public domain to BSD Zero Clause License (0BSD)
omits 1ee4972fa715 LICENSES: add 0BSD license text
omits e6b51dfa12c3 MAINTAINERS: add XZ Embedded maintainer
omits 326013b21c55 ocfs2: fix the la space leak when unmounting an ocfs2 volume
omits 0ed18ade2a5a kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()
omits bebff6227e74 kcov: don't instrument lib/find_bit.c
omits e5da147ad14e lib: test_objpool: add missing MODULE_DESCRIPTION() macro
omits 58d5c49e340d mul_u64_u64_div_u64: avoid undefined shift value
omits 0c02d25ad041 mul_u64_u64_div_u64: basic sanity test
omits 9a21e0f7308e mul_u64_u64_div_u64: make it precise always
omits b659edec079c mm: optimization on page allocation when CMA enabled
omits 6eb02bb6a6d7 mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) [...]
omits 925bf6115034 mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
omits a003b8e1100f mm: rework vm_ops->close() handling on VMA merge
omits 5f948b0655ef mm: refactor vma_merge() into modify-only vma_merge_existi [...]
omits 56bf923ed23f mm: introduce commit_merge(), abstracting final commit of merge
omits 60ae57cbef34 mm: make vma_prepare() and friends static and internal to vma.c
omits a0f2295a607c mm: avoid using vma_merge() for new VMAs
omits dfe2897d437f mm: abstract vma_expand() to use vma_merge_struct
omits cd1ffe2e8948 mm: remove duplicated open-coded VMA policy check
omits eac9057c4626 mm: introduce vma_merge_struct and abstract vma_merge(),vm [...]
omits dbacbaf2cb0b tools: add VMA merge tests
omits aa72aba012ab tools: improve vma test Makefile
omits fc77e7392d21 mm/vma.h: optimise vma_munmap_struct
omits 23bf1a849b2c mm/vma: drop incorrect comment from vms_gather_munmap_vmas()
omits a062afb1db84 mm: move may_expand_vm() check in mmap_region()
omits c18f503dbeb9 ipc/shm, mm: drop do_vma_munmap()
omits b58fbf1b61cf mm/mmap: use vms accounted pages in mmap_region()
omits 166eb7aac042 mm/mmap: use PHYS_PFN in mmap_region()
omits 131e4ef350fa mm: change failure of MAP_FIXED to restoring the gap on failure
omits 80cb1398c204 mm/mmap: avoid zeroing vma tree in mmap_region()
omits 383061590fe9 mm: clean up unmap_region() argument list
omits ca39aca8db2d mm/vma: track start and end for munmap in vma_munmap_struct
omits 5b4efc204e33 mm/mmap: reposition vma iterator in mmap_region()
omits 5bd69f1bce24 mm/vma: support vma == NULL in init_vma_munmap()
omits 9f649b0b8ed4 mm/vma: expand mmap_region() munmap call
omits a93415491350 mm/vma: inline munmap operation in mmap_region()
omits 4b112bae36fe mm/vma: extract validate_mm() from vma_complete()
omits 61d9014e7b3d mm/vma: fix bookkeeping checks
omits 1328790f3031 mm/vma: change munmap to use vma_munmap_struct() for accou [...]
omits 401808f57f78 mm/vma: introduce vma_munmap_struct for use in munmap operations
omits 7fcbf874b539 mm/vma: extract the gathering of vmas from do_vmi_align_munmap()
omits 1faf0a8de5fb mm/vma: introduce vmi_complete_munmap_vmas()
omits 7c048ad9efaf mm/vma: introduce abort_munmap_vmas()
omits e7b08f47576a mm/vma: correctly position vma_iterator in __split_vma()
omits ce9d48804e49 mm: count the number of partially mapped anonymous THPs per size
omits b6e35e7863d6 mm: count the number of anonymous THPs per size
omits 1cd7eb306a54 vma remove the unneeded avc bound with non-CoWed folio
omits 56b9836f04dd selftests-test_zswap-add-test-for-hierarchical-zswapwriteback-fix
omits 1fe798c218b6 selftests: test_zswap: add test for hierarchical zswap.writeback
omits 4f97b4448421 Documentation/cgroup-v2: clarify that zswap.writeback is i [...]
omits cd69732ac164 mm: remove code to handle same filled pages
omits 90c6b0fb8814 mm: store zero pages to be swapped out in a bitmap
omits 39066a01bed0 mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_ [...]
omits e15e40ba0f2c mm: swapfile: fix SSD detection with swapfile on btrfs
omits 351891afb534 tools:mm: check mmap based on return values
omits 62766781900b mm:page-writeback: use folio_next_index() helper in writeb [...]
omits e8482a24a00c selftests/mm: fix charge_reserved_hugetlb.sh test
omits 0acc1ac3e857 x86: remove PG_uncached
omits 5d4ac9b403f5 mm: rename PG_mappedtodisk to PG_owner_2
omits cdd79b2d69f4 mm: remove page_has_private()
omits c6bf41613a32 mm: remove PageOwnerPriv1
omits 337bf9d7e213 mm: remove PageMlocked
omits 19c560a1da3e mm: remove PageUnevictable
omits 3d262a3c5d65 mm: remove PageSwapCache
omits 2446a6d91c7b mm: remove PageReadahead
omits 5cefb3292a68 mm: remove PageSwapBacked
omits c71e828341f5 mm-remove-pageactive-fix
omits 45b5d424d784 mm: remove PageActive
omits 2d4592d6493c zsmalloc: use all available 24 bits of page_type
omits 800a3a658f40 mm: support only one page_type per page
omits 1376317b0598 mm: introduce page_mapcount_is_type()
omits ade20ad7475b printf: remove %pGt support
omits 36d9e0221463 selftests/mm: fix mseal's length
omits b268ec9367df selftests-mm-add-more-mseal-traversal-tests-fix
omits fca5d6fbad28 selftests/mm: add more mseal traversal tests
omits c482e5ba6fa1 mm: remove can_modify_mm()
omits 78798370947a mseal: replace can_modify_mm_madv with a vma variant
omits a59b9ff55ebe mm/mremap: replace can_modify_mm with can_modify_vma
omits fbabdc12f039 mm/mprotect: replace can_modify_mm with can_modify_vma
omits a27ea701477a mm/munmap: replace can_modify_mm with can_modify_vma
omits 74e39055b44f mm: move can_modify_vma to mm/vma.h
omits 2e64eeb7fc37 mm: allow read-ahead with IOCB_NOWAIT set
omits 1d1fc9a34c86 mm: remove migration for HugePage in isolate_single_pageblock()
omits ee2bd475f285 mm: shrinker: use min() to improve shrinker_debugfs_scan_write()
omits b7fcee02eb89 selftests: mm: support shmem mTHP collapse testing
omits 9fc290dc703f mm: khugepaged: support shmem mTHP collapse
omits 8dc4c7ead6d9 mm: khugepaged: support shmem mTHP copy
omits f06a7eea3b24 mm: khugepaged: use the number of pages in the folio to ch [...]
omits 78c0c7bba73c mm: khugepaged: expand the is_refcount_suitable() to suppo [...]
omits ac45f351aff3 mm: always inline _compound_head() with CONFIG_HUGETLB_PAG [...]
omits 098c38b4b82d mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu a [...]
omits 3ec0e4f99139 err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU( [...]
omits 34a80dbcd627 mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio i [...]
omits 4e3a04695e25 mm-migrate-add-isolate_folio_to_list-fix
omits f1295af16abe mm: migrate: add isolate_folio_to_list()
omits c14174230d15 mm-memory_hotplug-check-hwpoisoned-page-firstly-in-do_migr [...]
omits 5f6b5a78a76a mm: memory_hotplug: check hwpoisoned page firstly in do_mi [...]
omits 6895acdbf8c7 mm-memory-failure-add-unmap_posioned_folio-fix
omits d1fb027c2aa7 mm: memory-failure: add unmap_posioned_folio()
omits 2351dd66a180 mm-memory_hotplug-remove-head-variable-in-do_migrate_range-fix
omits f6305086b649 mm: memory_hotplug: remove head variable in do_migrate_range()
omits 644bb1edf9f2 selftests/mm: remove unnecessary ia64 code and comment
omits e15f38556bc3 mm: krealloc: clarify valid usage of __GFP_ZERO
omits 78958d334753 mm: krealloc: consider spare memory for __GFP_ZERO
omits 14185fae871a mm: add lazyfree folio to lru tail
omits dc965c639e12 mm/rmap: use folio->_mapcount for small folios
omits c67de24e05b9 memcg: initiate deprecation of pressure_level
omits 41dc9b2520d6 memcg: initiate deprecation of oom_control
omits 5dba37074db2 memcg: initiate deprecation of v1 soft limit
omits 7783531c81e6 memcg: initiate deprecation of v1 tcp accounting
omits 8050338ff75f memcg: make PGPGIN and PGPGOUT v1 only
omits f003a3636606 memcg: allocate v1 event percpu only on v1 deployment
omits d511ed5f5ba3 memcg: make v1 only functions static
omits 9fcd1a59bfd2 memcg: move v1 events and statistics code to v1 file
omits 8c8e3abe46c5 memcg: move mem_cgroup_charge_statistics to v1 code
omits 9698898fadc1 memcg: move mem_cgroup_event_ratelimit to v1 code
omits 431f82960215 memcg: move v1 only percpu stats in separate struct
omits 77a1e4de3d5d mm: override mTHP "enabled" defaults at kernel cmdline
omits ba28ed441799 mm: use get_oder() and check size is is_power_of_2
omits 34a0eaa1511b mm: override mTHP "enabled" defaults at kernel cmdline
omits 54e51cf0c0df mm/hugetlb: use __GFP_COMP for gigantic folios
omits 7c5d53c10e9a mm-cma-add-cma_allocfree_folio-fix
omits 0469b3454bbf mm/cma: add cma_{alloc,free}_folio()
omits 4f937aad1e1c mm-contig_alloc-support-__gfp_comp-fix
omits 6474390c6093 mm/contig_alloc: support __GFP_COMP
omits 1a943d20da76 mmmemcg-provide-per-cgroup-counters-for-numa-balancing-ope [...]
omits 122c321b7183 mm,memcg: provide per-cgroup counters for NUMA balancing o [...]
omits 3852db648b10 maple_tree: make write helper functions void
omits 0e5eef9306d0 maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()
omits 1f917fbf79b3 maple_tree: remove repeated sanity checks from write helpe [...]
omits 4ba5c07b19b7 maple_tree: remove node allocations from various write hel [...]
omits fe4d779d92e5 maple_tree: have mas_store() allocate nodes if needed
omits ad59b0dc65e8 maple_tree: remove mas_wr_modify()
omits 8aed808e7d3b maple_tree: simplify mas_commit_b_node()
omits e3c44115ef76 maple_tree: convert mas_insert() to preallocate nodes
omits 6dd618462a6b maple_tree: use store type in mas_wr_store_entry()
omits 721ffe53369f maple_tree: print store type in mas_dump()
omits 41674685a9d3 maple_tree: use mas_store_gfp() in mtree_store_range()
omits 5751a3fae7ba maple_tree: preallocate nodes in mas_erase()
omits caa6a01780eb maple_tree: remove mas_destroy() from mas_nomem()
omits 3d42eee8dc8d maple_tree: introduce mas_wr_store_type()
omits b0f92c4389a9 maple_tree: move up mas_wr_store_setup() and mas_wr_preall [...]
omits b6b7b3def893 maple_tree: introduce mas_wr_prealloc_setup()
omits 75bc6f3dffe0 maple_tree: introduce store_type enum
omits b090218a9874 mm: kmem: fix split_page_memcg()
omits 398cd5d917b8 mm: kmem: add lockdep assertion to obj_cgroup_memcg
omits 3076e59c9f6e kasan-simplify-and-clarify-makefile-v2
omits df459491897d kasan: simplify and clarify Makefile
omits 53b310086a3e memcg: use ratelimited stats flush in the reclaim
omits 2cab4258103f mm: shmem: support large folio swap out
omits a960844d5ac9 mm: shmem: split large entry if the swapin folio is not large
omits faf25b12be6c mm: shmem: drop folio reference count using 'nr_pages' in [...]
omits 668d4d072be7 mm: shmem: support large folio allocation for shmem_replac [...]
omits 177b81b91b0f mm: shmem: use swap_free_nr() to free shmem swap entries
omits 603f1370b077 mm: filemap: use xa_get_order() to get the swap entry order
omits 1f08df00f5f7 mm: shmem: return number of pages beeing freed in shmem_free_swap
omits adad0c81c7bf mm: shmem: extend shmem_partial_swap_usage() to support la [...]
omits a74fbcfdd432 mm: swap: extend swap_shmem_alloc() to support batch SWAP_ [...]
omits 27a8908da951 mm-remove-legacy-install_special_mapping-code-checkpatch-fixes
omits 8ae2ce4f62ee mm: remove legacy install_special_mapping() code
omits d1fd746ed758 powerpc/vdso: refactor error handling
omits 671a48017067 mm: remove arch_unmap()
omits e42e1ebd25d6 powerpc/mm: handle VDSO unmapping via close() rather than [...]
omits a93bd67c70c6 mm: add optional close() to struct vm_special_mapping
omits cf160ced74f5 kfence: save freeing stack trace at calling time instead o [...]
omits 1d5a6e96e4b3 maple_tree: fix comment typo with corresponding maple_status
omits 3c67fe5fb863 maple_tree: fix comment typo of ma_root
omits 9d0628c5489b maple_tree: add test to replicate low memory race conditions
omits f6d579bc2a46 maple_tree: reset mas->index and mas->last on write retries
omits d3e9ce65fa80 mm/hugetlb_vmemmap: batch HVO work when demoting
omits fb945c636af3 mm/swap: take folio refcount after testing the LRU flag
omits 783076a52c26 filemap: add trace events for get_pages, map_pages, and fault
omits d9737fffde10 mm/mprotect: fix dax pud handlings
omits a549da6721b3 mm/x86: add missing pud helpers
omits b537c2c049ca mm/x86: implement arch_check_zapped_pud()
omits 6ed66e2d1fdf mm/x86: make pud_leaf() only care about PSE bit
omits 29664c0a048f mm/powerpc: add missing pud helpers
omits 1088fe2c9a75 mm/mprotect: push mmu notifier to PUDs
omits e806f96ab6a9 mm/dax: dump start address in fault handler
omits 9d6d40333ef4 mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
omits e78d5d3d1471 mm: vmalloc: add optimization hint on page existence check
omits 0eebc26641dc mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all [...]
omits 9fb22e5fc0be mm/vmstat: defer the refresh_zone_stat_thresholds after al [...]
omits b90902a93151 mm: accept to promo watermark
omits ba11ee237fc6 mm: page_isolation: handle unaccepted memory isolation
omits 3812f8d6f97a mm: add a helper to accept page
omits 3f1aa412be8a mm: rework accept memory helpers
omits fb8d8f936b56 mm: introduce PageUnaccepted() page type
omits 149d8fcbd82f mm: accept memory in __alloc_pages_bulk()
omits ab9630a1a5d5 mm: reduce deferred struct page init ifdeffery
omits 7859e8dc681c mm/migrate: move common code to numa_migrate_check (was nu [...]
omits c9679164037f memcg: replace memcg ID idr with xarray
omits 8454789833d9 memcg: replace memcg ID idr with xarray
omits 3f7c2beae137 selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
omits 92b50df44566 mm: check all swaps belong to same swap_cgroup in swap_pte [...]
omits 8c56fadbfdc8 mm: attempt to batch free swap entries for zap_pte_range()
omits 5105aaee5a8e mm: rename instances of swap_info_struct to meaningful 'si'
omits 284a431ade37 mm: tidy up shmem mTHP controls and stats
omits 07900f2e3103 mm: cleanup count_mthp_stat() definition
omits 28d702dff7bd mm: return the folio from swapin_readahead
omits 203a76c6e42c mm: remove PG_error
omits 663b83aebb59 fs: remove calls to set and clear the folio error flag
omits 3277c64efc9e mm: kfence: print the elapsed time for allocated/freed track
omits 3277b8883171 docs: move numa=fake description to kernel-parameters.txt
omits 45170b2ccdd3 mm: make range-to-target_node lookup facility a part of nu [...]
omits 51b38ef6d3d4 arch_numa-switch-over-to-numa_memblks-fix
omits f5385c95f1c7 arch_numa: switch over to numa_memblks
omits ac25be1b5744 of, numa: return -EINVAL when no numa-node-id is found
omits 37ad162d88ca mm: numa_memblks: use memblock_{start,end}_of_DRAM() when [...]
omits 289bc077778d mm: numa_memblks: make several functions and variables static
omits d57d94916dc0 mm: numa_memblks: introduce numa_memblks_init
omits d992d60c224c mm: introduce numa_emulation
omits 085212455311 mm: move numa_distance and related code from x86 to numa_memblks
omits 750af4f0f419 mm: introduce numa_memblks
omits 41cd8350569e x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
omits 859a8c6dc09f x86/numa_emu: use a helper function to get MAX_DMA32_PFN
omits bd94907cc670 x86/numa_emu: split __apicid_to_node update to a helper function
omits 57030f3239ae x86/numa_emu: simplify allocation of phys_dist
omits 91c62bdff73a x86/numa: move FAKE_NODE_* defines to numa_emu
omits 1a1e4cb11706 x86/numa: use get_pfn_range_for_nid to verify that node sp [...]
omits 9423b934d201 x86/numa: simplify numa_distance allocation
omits dcbffc5d0ab0 arch, mm: pull out allocation of NODE_DATA to generic code
omits 699156aa88c5 mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
omits 302211d29f0e arch, mm: move definition of node_data to generic code
omits 04f0a76499e2 MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
omits 20c3f240cf12 MIPS: loongson64: rename __node_data to node_data
omits 909fa0a6572e MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
omits 4c8404cedd99 MIPS: sgi-ip27: ensure node_possible_map only contains val [...]
omits 70ec2b043b40 MIPS: sgi-ip27: make NODE_DATA() the same as on all other [...]
omits b7b3d9cb947e mm: move kernel/numa.c to mm/
omits fd78cebb9eb9 percpu: remove pcpu_alloc_size()
omits 78022f6acab8 mm/rmap: minimize folio->_nr_pages_mapped updates when bat [...]
omits 81f6a4be0e99 fixup! selftests/mm: Add mseal test for no-discard madvise
omits cd9a2a3e9c96 selftests/mm: add mseal test for no-discard madvise
omits f94468f601b1 kfence: introduce burst mode
omits 886c05a78f68 mm: fix (harmless) type confusion in lock_vma_under_rcu()
omits f526c90f2452 zswap: track swapins from disk more accurately (fix)
omits d91cbfcc92da zswap: track swapins from disk more accurately
omits edc5920975d0 zswap: implement a second chance algorithm for dynamic zsw [...]
omits 7cd52638c561 zswap: implement a second chance algorithm for dynamic zsw [...]
omits d8b044dc1a97 mm: zswap: make the lock critical section obvious in shrin [...]
omits 71ae188cb35e mm: only enforce minimum stack gap size if it's sensible
omits 41493192e9f5 mm: remove duplicated include in vma_internal.h
omits 1b4f6eaee2f7 mm/ksm: convert break_ksm() from walk_page_range_vma() to [...]
omits 85c139f97d00 mm: remove follow_page()
omits e86f981549e8 s390/mm/fault: convert do_secure_storage_access() from fol [...]
omits 1bdeac688e41 s390/uv: convert gmap_destroy_page() from follow_page() to [...]
omits 9e2ada2e6fbd mm-huge_memory-convert-split_huge_pages_pid-from-follow_pa [...]
omits e183293ed040 mm/huge_memory: convert split_huge_pages_pid() from follow [...]
omits 7ff638740b6a mm/ksm: convert scan_get_next_rmap_item() from follow_page [...]
omits 59877370af30 mm/ksm: convert get_mergeable_page() from follow_page() to [...]
omits 2be3a2133ecd mm/migrate: convert add_page_for_migration() from follow_p [...]
omits 78cc9cc5a525 mm/migrate: convert do_pages_stat_array() from follow_page [...]
omits 016089bfc7f6 mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
omits a45658921e99 mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTAB [...]
omits 353a197d8d1f include/linux/mmzone.h: clean up watermark accessors
omits 68d8f4a01db0 mm: print the promo watermark in zoneinfo
omits 4462420217d2 mm: create promo_wmark_pages and clean up open-coded sites
omits d484c635a324 mm: consider CMA pages in watermark check for NUMA balanci [...]
omits 998c35f3cc11 mm: zswap: fix global shrinker error handling logic
omits 6d90fcdc33e5 mm: zswap: fix global shrinker memcg iteration
omits cd8a99092633 mm-swap-add-a-adaptive-full-cluster-cache-reclaim-fix
omits d6940da978c0 mm: swap: add a adaptive full cluster cache reclaim
omits a49a01c0a28e mm: swap: relaim the cached parts that got scanned
omits 9b9999d69675 mm: swap: add a fragment cluster list
omits 4f51ce753f09 mm-swap-allow-cache-reclaim-to-skip-slot-cache-fix
omits d93ed0201676 mm: swap: allow cache reclaim to skip slot cache
omits b980b7896a3a mm: swap: skip slot cache on freeing for mTHP
omits 9799b31e94c7 mm: swap: clean up initialization helper
omits fd181d4ec17b mm: swap: fix array-bounds error with CONFIG_THP_SWAP=n
omits 83eeaec9c852 mm: swap: separate SSD allocation from scan_swap_map_slots()
omits 3b4160069381 mm: swap: mTHP allocate swap entries from nonfull list
omits f7fd5f3cc8e7 mm: swap: swap cluster switch to double link list
omits 9ba3e56acc05 mm: swap: allocate folio only first time in __read_swap_ca [...]
omits d7965fc9d78e mm: clarify folio_likely_mapped_shared() documentation for [...]
omits aac7cd29a277 mm/rmap: cleanup partially-mapped handling in __folio_remo [...]
omits cfd30576c1b8 mm/hugetlb: remove hugetlb_follow_page_mask() leftover
omits 7b15bcd0cc31 mm/memory_hotplug: get rid of __ref
omits 93a9fed0151b mm: prohibit NULL deference exposed for unsupported non-bl [...]
omits 352ea32ab981 mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
omits fd842a225758 mm: document __GFP_NOFAIL must be blockable
omits 78aa93603aee vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
omits 9f0eca08ee68 mm: clarify swap_count_continued and improve readability f [...]
omits 72ae7ff82f8c mm: swap: add nr argument in swapcache_prepare and swapcac [...]
omits eae6c2c016e9 mm/z3fold: add __percpu annotation to *unbuddied pointer i [...]
omits a7922974731c mm/cma: change the addition of totalcma_pages in the cma_i [...]
omits 1c18c8537472 mm: improve code consistency with zonelist_* helper functions
omits b762ba703103 tools: add skeleton code for userland testing of VMA logic
omits 7f31c956d4c1 tools: separate out shared radix-tree components
omits 43803142ccee MAINTAINERS: add entry for new VMA files
omits 0b7ab6d82da6 mm: move internal core VMA manipulation functions to own file
omits 90cf15369834 mm: move vma_shrink(), vma_expand() to internal header
omits ada2c1a40806 mm: move vma_modify() and helpers to internal header
omits cd1fc4a89c03 mm: userfaultfd: fix user-after-free in userfaultfd_clear_vma()
omits 84a2575f7c15 userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
omits 9121c03b1330 mm, memcg: cg2 memory{.swap,}.peak write tests
omits 385cb34bf7c1 mm, memcg: cg2 memory{.swap,}.peak write tests
omits b2ab51822168 mm, memcg: cg2 memory{.swap,}.peak write handlers
omits 4a6f50305530 s390/uv: drop arch_make_page_accessible()
omits 7da53cc34fdd mm/gup: convert to arch_make_folio_accessible()
omits ba3f78d7acdb mm: simplify arch_make_folio_accessible()
omits d0df34ce3f89 lib: test_hmm: use min() to improve dmirror_exclusive()
omits dc8a3d7a452a powerpc/8xx: document and enforce that split PT locks are [...]
omits 44ef81b6c0dc mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
omits f3a6de45be04 mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS int [...]
omits 719b155582dd mm/vmalloc: combine all TLB flush operations of KASAN shad [...]
omits f2ce0732a983 mm: page_counters: initialize usage using ATOMIC_LONG_INIT [...]
omits 60439bff6d82 mm: page_counters: put page_counter_calculate_protection() [...]
omits ba7fc1c90971 mm: memcg: don't call propagate_protected_usage() needlessly
omits 81af6c1ca16e mm: hugetlb: remove left over comment about follow_huge_foo()
omits 7de57f81d84e kmemleak-test: add percpu leak
omits d138b9b4f66e kmemleak-enable-tracking-for-percpu-pointers-v2
omits 2cd8a7669fc7 kmemleak: enable tracking for percpu pointers
omits f784f9a238a8 task_stack: uninline stack_not_used
omits 0d47827807b5 vmstat: kernel stack usage histogram
omits ed1fe2c2a7ae memcg-increase-the-valid-index-range-for-memcg-stats-v5
omits 8db845648694 memcg: increase the valid index range for memcg stats
omits 845424186934 mm: shrink skip folio mapped by an exiting process
omits e2ef7c3c33f5 mm-swap-remove-boilerplate-fix
omits d04bd8acae0f mm/swap: remove boilerplate
omits 38a6ce58f72e mm/swap: remove remaining _fn suffix
omits 56a928598eec mm/swap: fold lru_rotate into cpu_fbatches
omits f7c469d8a0ed mm/swap: rename cpu_fbatches->activate
omits dcdcff8fa4de mm/swap: reduce indentation level
omits 5ebac551b238 Documentation/zram: add documentation for algorithm parameters
omits 0a0592f4c5d4 zram: add dictionary support to zstd backend
omits 126fd2ea5e7c zram: add dictionary support to lz4hc
omits 3886001c074d zram: add dictionary support to lz4
omits 30076ab8ec8a zram: move immutable comp params away from per-CPU context
omits 02a496399e76 zram: introduce zcomp_ctx structure
omits f34a04cc2852 zram: introduce zcomp_req structure
omits a8118a5336f4 zram: add support for dict comp config
omits 7833645eef50 zram: extend comp_algorithm attr write handling
omits e25a8a5ebf5e zram: recalculate zstd compression params once
omits 87e46fa0cd76 zram: introduce zcomp_params structure
omits 4595ee507f49 zram: check that backends array has at least one backend
omits dd49434616fc zram: add 842 compression backend support
omits 5de11181318c zram: add zlib compression backend support
omits 5ce605ad1d3d zram: pass estimated src size hint to zstd
omits a0ce5324315c zram: add zstd compression backend support
omits c842dd7ab878 zram: add lz4hc compression backend support
omits 9623f6357ec1 zram: add lz4 compression backend support
omits ed9f5048c0ca zram: add lzo and lzorle compression backends support
omits a776e99c45c9 zram: introduce custom comp backends API
omits 2e2f4014982c lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()
omits 4d15b307b3c6 lib: lz4hc: export LZ4_resetStreamHC symbol
omits c9a2eb9ce539 lib: zstd: export API needed for dictionary support
omits a073c4e76cf8 memory tiering: count PGPROMOTE_SUCCESS when mem tiering i [...]
omits f7d88e3c43e1 memory tiering: introduce folio_use_access_time() check
omits d9474718e6d4 memory tiering: read last_cpupid correctly in do_huge_pmd_ [...]
omits 3e3ae3fdea5f mm: extend 'usage' parameter so that cluster_swap_free_nr( [...]
omits 94929bf78827 mm: kmem: remove mem_cgroup_from_obj()
omits 1121b0fd4b86 mm: remove foll_flags in __get_user_pages
omits 58a4333e5954 mm: cleanup flags usage in faultin_page
omits 79ba7a3d7592 mm/damon/lru_sort: adjust local variable to dynamic allocation
omits 19adc727ec0c mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO
omits 48c0c819baef shmem_quota: build the object file conditionally to the co [...]
omits 7b2a48874e94 mm: fix typo in Kconfig
omits bed5210388f3 mm: shmem: move shmem_huge_global_enabled() into shmem_all [...]
omits e4ac8056edb6 mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
omits b22119dd896c mm: shmem: simplify the suitable huge orders validation for tmpfs
omits 8bb1282be63a mm: kvrealloc: properly document __GFP_ZERO behavior
omits e2b450a7115f mm: kvrealloc: disable KASAN when switching to vmalloc
omits baec95dfebef mm: (k)vrealloc: document concurrency restrictions
omits 1dec45506904 mm: kvmalloc: align kvrealloc() with krealloc()
omits 2c42b80b7540 mm: vrealloc: properly document __GFP_ZERO behavior
omits 7435bc4e1052 mm: vrealloc: consider spare memory for __GFP_ZERO
omits 0f4808ffe485 mm: (k)vrealloc: document concurrency restrictions
omits 47c4fe8acecc mm: vrealloc: fix missing nommu implementation
omits 352e5485799c mm: vmalloc: implement vrealloc()
omits 84f102ec32f7 mm: add node_reclaim successes to VM event counters
omits 81c87e0a531b mm/memcontrol: respect zswap.writeback setting from parent cg too
omits 74f5d3e9cdfa scripts: fix gfp-translate after ___GFP_*_BITS conversion [...]
omits d51d39a4a474 padata: honor the caller's alignment in case of chunk_size 0
omits ffa24756b03e ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
omits 56e15a2f747b ocfs2: remove unreasonable unlock
omits 0078d436bc36 revert-mm-skip-cma-pages-when-they-are-not-available-update
omits 58ccec62c8f5 Revert "mm: skip CMA pages when they are not available"
omits 56e1e9d539d1 maple_tree: remove rcu_read_lock() from mt_validate()
omits e4e3fa792989 kexec_file: fix elfcorehdr digest exclusion when CONFIG_CR [...]
omits 7eba4999f394 mm/slub: add check for s->flags in the alloc_tagging_slab_ [...]
omits 1326bd09da20 nilfs2: fix state management in error path of log writing [...]
omits 2a6692a08f3f nilfs2: fix missing cleanup on rollforward recovery error
omits 9dfc75f6b8d0 nilfs2: protect references to superblock parameters expose [...]
omits 3daf08f61dbc userfaultfd: don't BUG_ON() if khugepaged yanks our page table
omits 3e3484973b1d userfaultfd: fix checks for huge PMDs
omits 891413e96b7b mm: vmalloc: ensure vmap_block is initialised before addin [...]
omits f7781528fc41 selftests: mm: fix build errors on armhf
omits 7a3ebbfe99fe Merge remote-tracking branch 'spi/for-6.12' into spi-next
omits 18a6399396ad Merge remote-tracking branch 'regmap/for-6.12' into regmap-next
omits 9c5f8c385701 Merge remote-tracking branch 'regmap/for-6.10' into regmap-linus
omits 227428f1b724 lib/test_bits.c: Add tests for GENMASK_U128()
omits d39bb8bcdbb3 uapi: Define GENMASK_U128
omits 528b9d1865c3 MAINTAINERS: add the VFS git tree
omits 9161e52a78dd fs: s/__u32/u32/ for s_fsnotify_mask
omits 6e63a07b1521 fs: remove unused path_put_init()
omits dfabd050e926 vfs: drop one lock trip in evict()
omits 426eda4a894d debugfs show actual source in /proc/mounts
omits e5f0d2c0fa8c inode: remove __I_DIO_WAKEUP
omits 9f8c380890ea doc: correcting the idmapping mount example
omits 283c8d224406 fs: Use in_group_or_capable() helper to simplify the code
omits 106b84e7813b vfs: elide smp_mb in iversion handling in the common case
omits 96cbc812baaf autofs: add per dentry expire timeout
omits 593c98b602cb file: reclaim 24 bytes from f_owner
omits dd7895c6e4a7 ext4: no need to continue when the number of entries is 1
omits 95525bf5b13d ext4: correct encrypted dentry name hash when not casefolded
omits 1241a9b4c9e7 Merge branches 'for-next/juno/updates', 'for-next/scmi/upd [...]
omits 1e98bce39ad2 rcu/nocb: Remove superfluous memory barrier after bypass enqueue
omits e2522c496267 rcu/nocb: Conditionally wake up rcuo if not already waiting on GP
omits b7c2a15b96b6 rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
omits a8f45a6508b9 Merge branches 'context_tracking.14.08.24a', 'csd.lock.15. [...]
omits 3bf2c3f21f89 context_tracking: Tag context_tracking_enabled_this_cpu() [...]
omits b9a520fa058d context_tracking, rcu: Rename rcu_dyntick trace event into [...]
omits 2dbfc0ac1b73 rcu: Update stray documentation references to rcu_dynticks [...]
omits bdca94ee864b rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()
omits 22788cf35492 rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_s [...]
omits 634489ac3f16 rcu: Rename dyntick_save_progress_counter() into rcu_watch [...]
omits 8a62e56334a0 rcu: Rename struct rcu_data .exp_dynticks_snap into .exp_w [...]
omits 3674f43eaff8 rcu: Rename struct rcu_data .dynticks_snap into .watching_snap
omits 38399669a865 rcu: Rename rcu_dynticks_zero_in_eqs() into rcu_watching_z [...]
omits 863f2606ea82 rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_ [...]
omits 06e0b30970ce rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs()
omits a21e0aef8757 rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online()
omits 4b7f81758351 context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs [...]
omits cfc22b9f1572 context_tracking, rcu: Rename rcu_dynticks_task*() into rc [...]
omits 5211d93c551f Merge branch for-6.11/arm64/defconfig into for-next
omits f79c0e4daa60 Merge branch for-6.11/arm64/dt into for-next
omits bb93dd651a06 Merge branch for-6.11/arm/core into for-next
omits 9160f7996b0e Merge branch for-6.11/soc into for-next
adds 46d22bfdf0bc Merge tag 'tpmdd-next-6.11-rc6' of git://git.kernel.org/pu [...]
adds 86987d84b968 Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/ [...]
adds 2840526875c7 Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/s [...]
adds a18093afa393 Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/li [...]
adds f9a59dd09749 Merge tag 'platform-drivers-x86-v6.11-5' of git://git.kern [...]
adds 928f79a188aa Merge tag 'loongarch-fixes-6.11-2' of git://git.kernel.org [...]
adds e3e71ca8f76e selftests: mm: fix build errors on armhf
adds cbbdb947185e mm: vmalloc: ensure vmap_block is initialised before addin [...]
adds ec5655a8d64e userfaultfd: fix checks for huge PMDs
adds a9c3050bea20 userfaultfd: don't BUG_ON() if khugepaged yanks our page table
adds ba4a8337b3c7 nilfs2: protect references to superblock parameters expose [...]
adds 283a3c52d066 nilfs2: fix missing cleanup on rollforward recovery error
adds 75fb207c1eae nilfs2: fix state management in error path of log writing [...]
adds 010afef89741 mm/slub: add check for s->flags in the alloc_tagging_slab_ [...]
adds 9bcddff666de kexec_file: fix elfcorehdr digest exclusion when CONFIG_CR [...]
adds f89132522e42 maple_tree: remove rcu_read_lock() from mt_validate()
adds e9aa9e462e2d Revert "mm: skip CMA pages when they are not available"
adds 89eb17a4994b revert-mm-skip-cma-pages-when-they-are-not-available-update
adds fa4129ba77fd ocfs2: remove unreasonable unlock
adds eb1fdd9da491 ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
adds 7b9de62ee6cd padata: honor the caller's alignment in case of chunk_size 0
adds 7d5edd326afa scripts: fix gfp-translate after ___GFP_*_BITS conversion [...]
adds 3d33d6bf43a6 mm/memcontrol: respect zswap.writeback setting from parent cg too
adds 8bd9445ee511 codetag: debug: mark codetags for poisoned page as empty
adds 30d8c4b01f56 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
adds cf96535f5397 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
adds 6af5dfc5dfa3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 71778d20595a Merge branch 'fs-current' of linux-next
adds 0351a9841ba1 Merge tag 'omap-for-v6.11/fixes-signed' of https://git.ker [...]
adds 27795c50160d Merge tag 'imx-fixes-6.11' of https://git.kernel.org/pub/s [...]
adds d8f2638b835c Merge tag 'qcom-drivers-fixes-for-6.11' of https://git.ker [...]
adds 015a00ef55e7 Merge tag 'qcom-arm64-defconfig-fixes-for-6.11' of https:/ [...]
adds ec57571b5dda Merge tag 'qcom-arm64-fixes-for-6.11' of https://git.kerne [...]
adds 3536c01d6577 Merge tag 'riscv-soc-fixes-for-v6.11-rc6' of https://git.k [...]
adds 541181cc6697 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
adds bf964e07e8b7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 3a0504d54b3b sctp: fix association labeling in the duplicate COOKIE-ECHO case
adds 413e15285244 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
adds 5fd062891897 netfilter: nf_tables: restore IP sanity checks for netdev/egress
adds 70c261d50095 netfilter: nf_tables_ipv6: consider network offset in netd [...]
adds 2db7b461b1b9 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
adds d1a530914205 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 6ad378c783ac Merge branch 'for-current' of git://git.kernel.org/pub/scm [...]
adds e0be875c5bf0 ASoc: SOF: topology: Clear SOF link platform name upon unload
adds 01fce1a2c7a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 60f90cdf816c Merge remote-tracking branch 'regmap/for-6.10' into regmap-linus
adds f453004f6529 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 21cee413a5eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds d1cdb5d705d4 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
adds 7cea9f1273c7 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
adds de87446f0818 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 7d65f614b6c8 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
adds 857d25f6a276 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 383baf5c8f06 dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupt [...]
adds 9f646ff25c09 dmaengine: dw-edma: Do not enable watermark interrupts for HDMA
adds a2a5bf335692 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 83a1d49b2bc1 Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/l [...]
adds cd0ab562aab2 Merge branch 'at91-fixes' of git://git.kernel.org/pub/scm/ [...]
adds 8efb11470ea5 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
adds df321eb792d1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds a2ccc33b88e2 drm/i915/dp_mst: Fix MST state after a sink reset
adds cc234f52870b Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
adds 6e540da4c1db mmc: sdhci-of-aspeed: fix module autoloading
adds 8396c793ffdf mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
adds ef48160fdca2 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 6cd844fe1043 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
adds b886ad2152f7 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
adds cec1f0444bf7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 41ed7681bc3c Merge branch 'kunit-fixes' of git://git.kernel.org/pub/scm [...]
adds 4a2730bf0796 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
adds 0ca0777a82e9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 0f6eaf125e73 Merge tag 'qcom-clk-fixes-for-6.11' of https://git.kernel. [...]
adds b4bec8bce7af Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
adds 7b5a0eec11d8 Merge branch 'pwrseq/for-current' of git://git.kernel.org/ [...]
adds 9d824c7fce58 drm/v3d: Disable preemption while updating GPU stats
adds 559a93afece9 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new 99044885314e mm: add node_reclaim successes to VM event counters
new acc9cdb65724 mm: vmalloc: implement vrealloc()
new 0fe06c44ecfc mm: vrealloc: fix missing nommu implementation
new 3825b0f44b01 mm: (k)vrealloc: document concurrency restrictions
new 6da887105703 mm: vrealloc: consider spare memory for __GFP_ZERO
new 906367af24eb mm: vrealloc: properly document __GFP_ZERO behavior
new d14915139573 mm: kvmalloc: align kvrealloc() with krealloc()
new 8edf4e0a88ea mm: (k)vrealloc: document concurrency restrictions
new eb36212075eb mm: kvrealloc: disable KASAN when switching to vmalloc
new a6fb10acd1a8 mm: kvrealloc: properly document __GFP_ZERO behavior
new 78a22abf192e mm: shmem: simplify the suitable huge orders validation for tmpfs
new 0085edd4eec1 mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
new 3319dc0048cf mm: shmem: move shmem_huge_global_enabled() into shmem_all [...]
new 05087d1ed730 mm: fix typo in Kconfig
new d2db37dff176 shmem_quota: build the object file conditionally to the co [...]
new d2c4626162f7 mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO
new fd2ac8870e39 mm/damon/lru_sort: adjust local variable to dynamic allocation
new f4ba9b5160ea mm: cleanup flags usage in faultin_page
new ef280fc17f3f mm: remove foll_flags in __get_user_pages
new ea94e160c054 mm: kmem: remove mem_cgroup_from_obj()
new 6cf76f786d32 mm: extend 'usage' parameter so that cluster_swap_free_nr( [...]
new 50dfebc07c4b memory tiering: read last_cpupid correctly in do_huge_pmd_ [...]
new 93763c427f84 memory tiering: introduce folio_use_access_time() check
new 643364b20f02 memory tiering: count PGPROMOTE_SUCCESS when mem tiering i [...]
new 999de46b8910 lib: zstd: export API needed for dictionary support
new 17f899c2e060 lib: lz4hc: export LZ4_resetStreamHC symbol
new 1d63fa586e40 lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()
new 2dbd72b9bb3f zram: introduce custom comp backends API
new 8ddb1c77606c zram: add lzo and lzorle compression backends support
new bd0e4dc22fa0 zram: add lz4 compression backend support
new d11a472d43c2 zram: add lz4hc compression backend support
new bda04d412782 zram: add zstd compression backend support
new 7d5718e90b95 zram: pass estimated src size hint to zstd
new aa660acb147d zram: add zlib compression backend support
new 18408723f872 zram: add 842 compression backend support
new fd6fcc64d36f zram: check that backends array has at least one backend
new 3fb2539abea2 zram: introduce zcomp_params structure
new 55363dc604eb zram: recalculate zstd compression params once
new 85ef9193d607 zram: extend comp_algorithm attr write handling
new b515a126e13f zram: add support for dict comp config
new 9e371506c1d3 zram: introduce zcomp_req structure
new 5fe30813a6b0 zram: introduce zcomp_ctx structure
new a15e6bbae441 zram: move immutable comp params away from per-CPU context
new 388ca5dc70c2 zram: add dictionary support to lz4
new 267a4a56bc95 zram: add dictionary support to lz4hc
new 40fb2ee83dca zram: add dictionary support to zstd backend
new 2f725d4e05cb Documentation/zram: add documentation for algorithm parameters
new 4bcaf6f469f8 mm/swap: reduce indentation level
new 76006cb86d54 mm/swap: rename cpu_fbatches->activate
new d9a4d6f208dc mm/swap: fold lru_rotate into cpu_fbatches
new 1f165d350169 mm/swap: remove remaining _fn suffix
new 0491369e6420 mm/swap: remove boilerplate
new 26d110cf3804 mm-swap-remove-boilerplate-fix
new 7ce59fa035d6 mm: shrink skip folio mapped by an exiting process
new d4002691ca97 memcg: increase the valid index range for memcg stats
new 4e3bda4984db memcg-increase-the-valid-index-range-for-memcg-stats-v5
new e07925aef045 vmstat: kernel stack usage histogram
new 1649bfa3eed5 task_stack: uninline stack_not_used
new 52f8af952ee3 kmemleak: enable tracking for percpu pointers
new 1fb0e70f4629 kmemleak-enable-tracking-for-percpu-pointers-v2
new 0436c3cfd123 kmemleak-test: add percpu leak
new f15f1c5efc20 mm: hugetlb: remove left over comment about follow_huge_foo()
new 0daf032e5678 mm: memcg: don't call propagate_protected_usage() needlessly
new 5882cfc18aad mm: page_counters: put page_counter_calculate_protection() [...]
new fde005882622 mm: page_counters: initialize usage using ATOMIC_LONG_INIT [...]
new 64cede45fa23 mm/vmalloc: combine all TLB flush operations of KASAN shad [...]
new bef095f277c3 mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS int [...]
new e6d17545c39b mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
new 5762f08944fc powerpc/8xx: document and enforce that split PT locks are [...]
new 54cf1de4863a lib: test_hmm: use min() to improve dmirror_exclusive()
new 39cb0ccbd112 mm: simplify arch_make_folio_accessible()
new fd70043be5a3 mm/gup: convert to arch_make_folio_accessible()
new 020d589f3e61 s390/uv: drop arch_make_page_accessible()
new 9e83ab141664 mm, memcg: cg2 memory{.swap,}.peak write handlers
new 81e99e93ce4f mm, memcg: cg2 memory{.swap,}.peak write tests
new 64ae2110acc0 mm, memcg: cg2 memory{.swap,}.peak write tests
new 9abacbcd19d9 userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
new 6faf35cfcea4 mm: userfaultfd: fix user-after-free in userfaultfd_clear_vma()
new 23409a46f64a mm: move vma_modify() and helpers to internal header
new ea0f1ce971bf mm: move vma_shrink(), vma_expand() to internal header
new b3f254bc59f9 mm: move internal core VMA manipulation functions to own file
new 393206e05119 MAINTAINERS: add entry for new VMA files
new 04bd751274d5 tools: separate out shared radix-tree components
new f7cbcd876ab5 tools: add skeleton code for userland testing of VMA logic
new 4e64a25c4975 mm: improve code consistency with zonelist_* helper functions
new 0b6723b163f9 mm/cma: change the addition of totalcma_pages in the cma_i [...]
new 8a158cb0503a mm/z3fold: add __percpu annotation to *unbuddied pointer i [...]
new ef691a7f74a7 mm: swap: add nr argument in swapcache_prepare and swapcac [...]
new 7824f26a786d mm: clarify swap_count_continued and improve readability f [...]
new 031cc4ad1683 vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
new a0b4185ccd3d mm: document __GFP_NOFAIL must be blockable
new 76ed5f126955 mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
new 8e231f1493c9 mm: prohibit NULL deference exposed for unsupported non-bl [...]
new 681ca94131f2 mm/memory_hotplug: get rid of __ref
new 844e6c3501b1 mm/hugetlb: remove hugetlb_follow_page_mask() leftover
new e4141ed7ebb2 mm/rmap: cleanup partially-mapped handling in __folio_remo [...]
new 240c3be6ddfe mm: clarify folio_likely_mapped_shared() documentation for [...]
new fe5a0c2a856b mm: swap: allocate folio only first time in __read_swap_ca [...]
new c38b5dbecab5 mm: swap: swap cluster switch to double link list
new 9599a0a8c541 mm: swap: mTHP allocate swap entries from nonfull list
new adb96f446868 mm: swap: separate SSD allocation from scan_swap_map_slots()
new 425a2ad75680 mm: swap: fix array-bounds error with CONFIG_THP_SWAP=n
new dd1cb558d5e6 mm: swap: clean up initialization helper
new 3cdffe874320 mm: swap: skip slot cache on freeing for mTHP
new e40a28d0187f mm: swap: allow cache reclaim to skip slot cache
new f1b3125a3fc6 mm-swap-allow-cache-reclaim-to-skip-slot-cache-fix
new 591784201fb7 mm: swap: add a fragment cluster list
new 42be7df3deae mm: swap: relaim the cached parts that got scanned
new e050ae153efa mm: swap: add a adaptive full cluster cache reclaim
new 40acda029900 mm-swap-add-a-adaptive-full-cluster-cache-reclaim-fix
new 80e194569cbf mm: zswap: fix global shrinker memcg iteration
new 7940158174c1 mm: zswap: fix global shrinker error handling logic
new f39890099286 mm: consider CMA pages in watermark check for NUMA balanci [...]
new 479aba000fd7 mm: create promo_wmark_pages and clean up open-coded sites
new 6be5765e3b2a mm: print the promo watermark in zoneinfo
new 7acaad5f1e10 include/linux/mmzone.h: clean up watermark accessors
new 245c0084a1fb mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTAB [...]
new 3147163bc6f1 mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
new 303667992ddb mm/migrate: convert do_pages_stat_array() from follow_page [...]
new 74dde3fc5e1a mm/migrate: convert add_page_for_migration() from follow_p [...]
new b83f715ecc30 mm/ksm: convert get_mergeable_page() from follow_page() to [...]
new 10d900cadc0a mm/ksm: convert scan_get_next_rmap_item() from follow_page [...]
new be4a91e570a6 mm/huge_memory: convert split_huge_pages_pid() from follow [...]
new 6ceff73156e8 mm-huge_memory-convert-split_huge_pages_pid-from-follow_pa [...]
new c08a3edfb3c1 s390/uv: convert gmap_destroy_page() from follow_page() to [...]
new 7dc450544469 s390/mm/fault: convert do_secure_storage_access() from fol [...]
new 94325f9d0558 mm: remove follow_page()
new 57fee85ab149 mm/ksm: convert break_ksm() from walk_page_range_vma() to [...]
new ce2c05bf0cee mm: remove duplicated include in vma_internal.h
new 14b564402cba mm: only enforce minimum stack gap size if it's sensible
new de5ca4c8dd85 mm: zswap: make the lock critical section obvious in shrin [...]
new b1338ff9ffc4 zswap: implement a second chance algorithm for dynamic zsw [...]
new cafcd82b0b0b zswap: implement a second chance algorithm for dynamic zsw [...]
new 2febe226371e zswap: track swapins from disk more accurately
new 1e8b423f3994 zswap: track swapins from disk more accurately (fix)
new fa9d7b3c15c0 mm: fix (harmless) type confusion in lock_vma_under_rcu()
new ed986b9ea917 kfence: introduce burst mode
new 52517d6336e7 selftests/mm: add mseal test for no-discard madvise
new e0d700517ba7 fixup! selftests/mm: Add mseal test for no-discard madvise
new 7787708a2019 mm/rmap: minimize folio->_nr_pages_mapped updates when bat [...]
new a9c520ad8a7e percpu: remove pcpu_alloc_size()
new 85123399bd02 mm: move kernel/numa.c to mm/
new ca20da6f089f MIPS: sgi-ip27: make NODE_DATA() the same as on all other [...]
new 5c0055bc0b0c MIPS: sgi-ip27: ensure node_possible_map only contains val [...]
new 1ec3fcb6406f MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
new 4277fffd4eba MIPS: loongson64: rename __node_data to node_data
new 005ac8485ac3 MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
new 3bb74f2cb57b arch, mm: move definition of node_data to generic code
new 8c535c7661c0 mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
new e23316c52579 arch, mm: pull out allocation of NODE_DATA to generic code
new 25c0f5a34154 x86/numa: simplify numa_distance allocation
new 1bfa2e3b9296 x86/numa: use get_pfn_range_for_nid to verify that node sp [...]
new 261cc88aae7b x86/numa: move FAKE_NODE_* defines to numa_emu
new 3729486b7fb8 x86/numa_emu: simplify allocation of phys_dist
new 5530af23598f x86/numa_emu: split __apicid_to_node update to a helper function
new a5348c228b4f x86/numa_emu: use a helper function to get MAX_DMA32_PFN
new ae7f959b5526 x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
new b38829b108f5 mm: introduce numa_memblks
new a31878f6c99c mm: move numa_distance and related code from x86 to numa_memblks
new 7500e59800ef mm: introduce numa_emulation
new 200255e6f93a mm: numa_memblks: introduce numa_memblks_init
new e7d83bafc041 mm: numa_memblks: make several functions and variables static
new e812c7ef8144 mm: numa_memblks: use memblock_{start,end}_of_DRAM() when [...]
new 9bd6519babcd of, numa: return -EINVAL when no numa-node-id is found
new b2c4d12764bc arch_numa: switch over to numa_memblks
new f13a88e614a3 arch_numa-switch-over-to-numa_memblks-fix
new 23dcb248190c arch_numa-switch-over-to-numa_memblks-fix-2
new 58b48700d8e0 mm: make range-to-target_node lookup facility a part of nu [...]
new e9d5cfd8e15f docs: move numa=fake description to kernel-parameters.txt
new a603bbfbaf84 mm: kfence: print the elapsed time for allocated/freed track
new 0c9dbd146559 fs: remove calls to set and clear the folio error flag
new b22544a2bb48 mm: remove PG_error
new 68595bf680d4 mm: return the folio from swapin_readahead
new 6b0de9335019 mm: cleanup count_mthp_stat() definition
new e8fdb8a3d757 mm: tidy up shmem mTHP controls and stats
new 12e6eab1abbd mm: rename instances of swap_info_struct to meaningful 'si'
new 523567ada3dc mm: attempt to batch free swap entries for zap_pte_range()
new 19397f179661 mm: check all swaps belong to same swap_cgroup in swap_pte [...]
new ffdf60a478f2 mm: check all swaps belong to same swap_cgroup in swap_pte [...]
new 00df8e603b48 mm-attempt-to-batch-free-swap-entries-for-zap_pte_range-fix-3
new 14254525daaa selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
new 47f51e076136 memcg: replace memcg ID idr with xarray
new 56b2043ed7a3 memcg: replace memcg ID idr with xarray
new a34c26ba1d14 mm/migrate: move common code to numa_migrate_check (was nu [...]
new f3d49f65efd1 mm: reduce deferred struct page init ifdeffery
new 18677999e3d7 mm: accept memory in __alloc_pages_bulk()
new 0f0ab70e71f1 mm: introduce PageUnaccepted() page type
new 533b71644021 mm: rework accept memory helpers
new e6efa3115b86 mm: add a helper to accept page
new 517c92a7555c mm: page_isolation: handle unaccepted memory isolation
new 109f208a267a mm: accept to promo watermark
new 3b0b86d5e5aa mm/vmstat: defer the refresh_zone_stat_thresholds after al [...]
new f6e48735cdc8 mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all [...]
new 1c2e6b94416f mm: vmalloc: add optimization hint on page existence check
new 87d1f11287d8 mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
new 1d916f2aecbf mm/dax: dump start address in fault handler
new 701ba0218c08 mm/mprotect: push mmu notifier to PUDs
new d5de5b220d34 mm/powerpc: add missing pud helpers
new 530320d9fbec mm/x86: make pud_leaf() only care about PSE bit
new 80c35f46e8f0 mm/x86: implement arch_check_zapped_pud()
new fa2842336904 mm/x86: add missing pud helpers
new 59dbe80bdc3b mm/mprotect: fix dax pud handlings
new 668de5f354f9 filemap: add trace events for get_pages, map_pages, and fault
new 09c06cd460cb mm/swap: take folio refcount after testing the LRU flag
new e2f95734ecf9 mm/hugetlb_vmemmap: batch HVO work when demoting
new 61fa565af697 maple_tree: reset mas->index and mas->last on write retries
new 132b5814e986 maple_tree: add test to replicate low memory race conditions
new 934fb1ee2b38 maple_tree: fix comment typo of ma_root
new b012cf6ab435 maple_tree: fix comment typo with corresponding maple_status
new edb7d0380b0d kfence: save freeing stack trace at calling time instead o [...]
new 230da20c51dc mm: add optional close() to struct vm_special_mapping
new a43c0f71c292 powerpc/mm: handle VDSO unmapping via close() rather than [...]
new 606256a5b67e mm: remove arch_unmap()
new f0d1db6d502a powerpc/vdso: refactor error handling
new 2d923291a1cc mm: remove legacy install_special_mapping() code
new fdbb250370b6 mm-remove-legacy-install_special_mapping-code-checkpatch-fixes
new becee36d72a5 mm: swap: extend swap_shmem_alloc() to support batch SWAP_ [...]
new 7eda38e42b7b mm: shmem: extend shmem_partial_swap_usage() to support la [...]
new f79534e8e6e6 mm: shmem: return number of pages beeing freed in shmem_free_swap
new d8c35336a22e mm: filemap: use xa_get_order() to get the swap entry order
new 1851d2f50347 mm: shmem: use swap_free_nr() to free shmem swap entries
new dcf679d29c55 mm: shmem: support large folio allocation for shmem_replac [...]
new c555aed7e7c4 mm: shmem: fix the gfp flag for large folio allocation
new ceef10c6502e mm-shmem-support-large-folio-allocation-for-shmem_replace_ [...]
new 5fcedcf04573 mm: shmem: drop folio reference count using 'nr_pages' in [...]
new 1959f0ca5ce8 mm: shmem: split large entry if the swapin folio is not large
new 72f0ab073174 mm-shmem-split-large-entry-if-the-swapin-folio-is-not-large-fix
new 5051c2a2ef39 mm-shmem-split-large-entry-if-the-swapin-folio-is-not-large-fix-2
new d9267983f065 mm: shmem: support large folio swap out
new 7791ec99949f mm: shmem: shmem_writepage() split folio at EOF before swapout
new ca02b4b367a7 mm: shmem: support large folio swap out fix 2
new a49a52dcd3cb memcg: use ratelimited stats flush in the reclaim
new c2f44f1fd1b6 kasan: simplify and clarify Makefile
new 14459f27fd20 kasan-simplify-and-clarify-makefile-v2
new cc80ca465721 mm: kmem: add lockdep assertion to obj_cgroup_memcg
new 46cacb2f6cd3 mm: kmem: fix split_page_memcg()
new 9e0d1b4288d1 maple_tree: introduce store_type enum
new 4d4faf779bcb maple_tree: introduce mas_wr_prealloc_setup()
new db2bddc09256 maple_tree: move up mas_wr_store_setup() and mas_wr_preall [...]
new fb6267db9e4d maple_tree: introduce mas_wr_store_type()
new a33f63c37757 maple_tree: remove mas_destroy() from mas_nomem()
new 889529176539 maple_tree: preallocate nodes in mas_erase()
new 805854a53431 maple_tree: use mas_store_gfp() in mtree_store_range()
new f096389c11c3 maple_tree: print store type in mas_dump()
new e2d298d5be8e maple_tree: use store type in mas_wr_store_entry()
new 4865a35eb56b maple_tree: convert mas_insert() to preallocate nodes
new c9c75f8a1107 maple_tree: simplify mas_commit_b_node()
new 0999ad493aba maple_tree: remove mas_wr_modify()
new ed383c059d79 maple_tree: have mas_store() allocate nodes if needed
new 73fdd668fd01 maple_tree: remove node allocations from various write hel [...]
new f3eef36a4791 maple_tree: remove repeated sanity checks from write helpe [...]
new b8dbf845faa6 maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()
new cfacf4ad4bc8 maple_tree: make write helper functions void
new 703f917f884e mm,memcg: provide per-cgroup counters for NUMA balancing o [...]
new 5095299f1f4e mmmemcg-provide-per-cgroup-counters-for-numa-balancing-ope [...]
new 4848bfe7c5e6 mm/contig_alloc: support __GFP_COMP
new 4da1722dbbdf mm-contig_alloc-support-__gfp_comp-fix
new d8251b47293e mm/cma: add cma_{alloc,free}_folio()
new 8688c6cb15cb mm-cma-add-cma_allocfree_folio-fix
new aea9e100d14c mm/hugetlb: use __GFP_COMP for gigantic folios
new ebdfd41a85a3 mm: override mTHP "enabled" defaults at kernel cmdline
new a44624cf7718 mm: use get_oder() and check size is is_power_of_2
new a9dcfcea9635 mm: override mTHP "enabled" defaults at kernel cmdline
new 5845c0f1c00f memcg: move v1 only percpu stats in separate struct
new 4330f4e7a0ad memcg: move mem_cgroup_event_ratelimit to v1 code
new e5a772c32d9d memcg: move mem_cgroup_charge_statistics to v1 code
new 8e08ed87d571 memcg: move v1 events and statistics code to v1 file
new 053cdd2e7fde memcg: make v1 only functions static
new 5f89f0a57147 memcg: allocate v1 event percpu only on v1 deployment
new 8165f1ce1dc2 memcg: make PGPGIN and PGPGOUT v1 only
new b951ebadc572 memcg: initiate deprecation of v1 tcp accounting
new 9a36aef4db42 memcg: initiate deprecation of v1 soft limit
new 12d687232cee memcg: initiate deprecation of oom_control
new 51c988bb8591 memcg: initiate deprecation of pressure_level
new 3b1878044412 mm/rmap: use folio->_mapcount for small folios
new 9f2a615de894 mm: add lazyfree folio to lru tail
new 9183b3e8aea8 mm: krealloc: consider spare memory for __GFP_ZERO
new b8d41963a8b6 mm: krealloc: clarify valid usage of __GFP_ZERO
new 33c017491d4d selftests/mm: remove unnecessary ia64 code and comment
new dad73fecbd70 err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU( [...]
new b26553195898 mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu a [...]
new 63cb4eb8a643 mm: always inline _compound_head() with CONFIG_HUGETLB_PAG [...]
new 5c5bd969701f mm: khugepaged: expand the is_refcount_suitable() to suppo [...]
new d066cbe739e4 mm: khugepaged: use the number of pages in the folio to ch [...]
new 6d4297eefc99 mm: khugepaged: support shmem mTHP copy
new 811c39b21656 mm: khugepaged: support shmem mTHP collapse
new b868c84c5ea9 selftests: mm: support shmem mTHP collapse testing
new b9d8f50b2b41 mm: shrinker: use min() to improve shrinker_debugfs_scan_write()
new 8058f401a470 mm: remove migration for HugePage in isolate_single_pageblock()
new 1c321b297880 mm: allow read-ahead with IOCB_NOWAIT set
new 214ae3ca5d63 mm: move can_modify_vma to mm/vma.h
new a87fef41af37 mm/munmap: replace can_modify_mm with can_modify_vma
new c1c05c1f4d2d mm/mprotect: replace can_modify_mm with can_modify_vma
new 814a33f52288 mm/mremap: replace can_modify_mm with can_modify_vma
new d9aff1217f52 mseal: replace can_modify_mm_madv with a vma variant
new 6261f0742a1d mm: remove can_modify_mm()
new e257627b5029 selftests/mm: add more mseal traversal tests
new 5b6aa6dea5b8 selftests-mm-add-more-mseal-traversal-tests-fix
new 19e6bc24de1c selftests/mm: fix mseal's length
new 39514df8f9af printf: remove %pGt support
new 9bd1ab2b17cc mm: introduce page_mapcount_is_type()
new bf6a8cde2719 mm: support only one page_type per page
new a3ecda21cca6 mm-support-only-one-page_type-per-page-fix
new 3e04081b8042 zsmalloc: use all available 24 bits of page_type
new 406e704db4e3 mm: remove PageActive
new bb37fa19adb7 mm-remove-pageactive-fix
new 33bd53b7f647 mm: remove PageSwapBacked
new ea8f6e83155d mm: remove PageReadahead
new f87d06a6eb84 mm: remove PageSwapCache
new 91bcd41a9986 mm: remove PageUnevictable
new 9fdaeffb3061 mm: remove PageMlocked
new cd4251fcfcbc mm: remove PageOwnerPriv1
new 35055aefe77b mm: remove page_has_private()
new 40d2ceb1ef0e mm: rename PG_mappedtodisk to PG_owner_2
new 468ddb8efbfe x86: remove PG_uncached
new b43eb35f33ee selftests/mm: fix charge_reserved_hugetlb.sh test
new f17a428558d0 mm:page-writeback: use folio_next_index() helper in writeb [...]
new 11bcff11bcec tools:mm: check mmap based on return values
new 1cc95cf691a0 mm: swapfile: fix SSD detection with swapfile on btrfs
new a487211be0c2 mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_ [...]
new 44fdbc5f0d98 mm: store zero pages to be swapped out in a bitmap
new dc435db7a113 mm: remove code to handle same filled pages
new 01fed3fc018e Documentation/cgroup-v2: clarify that zswap.writeback is i [...]
new 930e91c34dbe selftests: test_zswap: add test for hierarchical zswap.writeback
new 8939071cd2fd selftests-test_zswap-add-test-for-hierarchical-zswapwriteback-fix
new fcd421b93661 mm: count the number of anonymous THPs per size
new 21938fa67ad3 mm-count-the-number-of-anonymous-thps-per-size-fix
new fe86b686d609 mm: count the number of partially mapped anonymous THPs per size
new 974e5fa18318 mm/vma: correctly position vma_iterator in __split_vma()
new 63b361c17d9d mm/vma: introduce abort_munmap_vmas()
new 3ff8234a0d63 mm/vma: introduce vmi_complete_munmap_vmas()
new edaf9464168c mm/vma: extract the gathering of vmas from do_vmi_align_munmap()
new 0c369d92bbd5 mm/vma: introduce vma_munmap_struct for use in munmap operations
new 8a4ce1c8566b mm/vma: change munmap to use vma_munmap_struct() for accou [...]
new 7a3e344e24a6 mm/vma: fix bookkeeping checks
new 51cff73321aa mm/vma: extract validate_mm() from vma_complete()
new c2eb22189bbc mm/vma: inline munmap operation in mmap_region()
new 5887a7ac2383 mm/vma: expand mmap_region() munmap call
new eaba1d0995eb mm: fixup vma.h for nommu
new dcb910dd2860 mm/vma: support vma == NULL in init_vma_munmap()
new 9385a0c0193f mm/mmap: reposition vma iterator in mmap_region()
new b91f41580858 mm/vma: track start and end for munmap in vma_munmap_struct
new ae277ef84feb mm: include linux/pgtable.h in vma_internal.h
new a0d38bb25509 mm: clean up unmap_region() argument list
new 6ac23363e3e7 mm/mmap: avoid zeroing vma tree in mmap_region()
new 59f8f23d9192 mm: change failure of MAP_FIXED to restoring the gap on failure
new de441a172b24 mm/vma: fix null pointer dereference in vms_abort_munmap_vmas()
new 7f92c192493f mm/mmap: use PHYS_PFN in mmap_region()
new 519559263b0e mm/mmap: use vms accounted pages in mmap_region()
new 34682a02ff6f ipc/shm, mm: drop do_vma_munmap()
new 7cd3c4014ded mm: move may_expand_vm() check in mmap_region()
new 6abe8def9543 mm/vma: drop incorrect comment from vms_gather_munmap_vmas()
new 2cb44e0f8357 mm/vma.h: optimise vma_munmap_struct
new 4c95a6ae70bf tools: improve vma test Makefile
new 7363cba838af tools: add VMA merge tests
new 05adf0e1a1eb mm: introduce vma_merge_struct and abstract vma_merge(),vm [...]
new a301267912ce mm: remove duplicated open-coded VMA policy check
new 5cc3d95b7d3a mm: abstract vma_expand() to use vma_merge_struct
new 8c9d0f8b1e9a mm: avoid using vma_merge() for new VMAs
new b46446ab789b mm: only advance iterator if prev exists
new 042a3d61fdda mm: make vma_prepare() and friends static and internal to vma.c
new 44d5fe94e1bd mm: introduce commit_merge(), abstracting final commit of merge
new 8d0f722b0697 mm: refactor vma_merge() into modify-only vma_merge_existi [...]
new f4ae34383b1c mm: rework vm_ops->close() handling on VMA merge
new bdf4d125288d mm: vmalloc: refactor vm_area_alloc_pages() function
new 1d7509ddfd88 mm: memory_hotplug: remove head variable in do_migrate_range()
new 799df0fe7467 mm: memory-failure: add unmap_poisoned_folio()
new 85bbd8a52a0e mm: memory_hotplug: check hwpoisoned page firstly in do_mi [...]
new 693f2fcdfffd mm: migrate: add isolate_folio_to_list()
new a9e06180b396 mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio i [...]
new 898f3fc839e0 memory tier: fix deadlock warning while onlining pages
new a061ed472a71 sched/numa: Fix the vma scan starving issue
new 5b9346ab7629 mm: add nr argument in mem_cgroup_swapin_uncharge_swap() h [...]
new 6ead77ef3375 mm: support large folios swap-in for sync io devices
new 1f8ec8b8c9a4 selftests/damon: add access_memory_even to .gitignore
new 13ddf5025009 selftests/damon: cleanup __pycache__/ with 'make clean'
new f2fac014635b selftests/damon: add execute permissions to test scripts
new d52b13e3ff24 mm/damon/core-test: test only vaddr case on ops registration test
new 42c5d3ae23db mm/damon/core-test: fix damon_test_ops_registration() for [...]
new 6f00ab92aece mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADD [...]
new d7ea7af7f665 mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if [...]
new de74ed9589c5 mm/damon: move kunit tests to tests/ subdirectory with _ku [...]
new 41f9269dbfb5 mm/damon/tests: add .kunitconfig file for DAMON kunit tests
new 946cedd9b8af mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits t [...]
new b07ef392662e mm: drop is_huge_zero_pud()
new ced3ed5e28fc mm: mark special bits for huge pfn mappings when inject
new 8526037b30bb mm: allow THP orders for PFNMAPs
new a3533f24168f mm/gup: detect huge pfnmap entries in gup-fast
new e05736d631e8 mm/pagewalk: check pfnmap for folio_walk_start()
new 24b2047a16f5 mm/fork: accept huge pfnmap entries
new 91ffe950e991 mm: always define pxx_pgprot()
new 5fc07243d570 mm: new follow_pfnmap API
new 7992ccd4aff4 KVM: use follow_pfnmap API
new c322890feb43 s390/pci_mmio: use follow_pfnmap API
new 6951941c3091 mm/x86/pat: use the new follow_pfnmap API
new 60d2a618ac19 vfio: use the new follow_pfnmap API
new 88041a708377 acrn: use the new follow_pfnmap API
new 89991db4eedc mm/access_process_vm: use the new follow_pfnmap API
new 6c550747d5e5 mm: remove follow_pte()
new 05255fce17e3 mm/x86: support large pfn mappings
new 84816731b9d3 mm/arm64: support large pfn mappings
new 1b7ec3d64c2d vfio/pci: implement huge_fault support
new a2fb18e4f970 cgroup: clarify css sibling linkage is protected by cgroup [...]
new 883349815412 mm: don't hold css->refcnt during traversal
new 7bacb8e3434d mm: increment gen # before restarting traversal
new 954dd0848c61 mm: restart if multiple traversals raced
new e7e45d459b2e mm: clean up mem_cgroup_iter()
new 256c0f1e75bf swap: convert swapon() to use a folio
new d7ead8b114f5 mm: migrate_device: convert to migrate_device_coherent_folio()
new bcd066f861a0 mm: migrate_device: use a folio in migrate_device_range()
new 3d1da7c92c5b mm: migrate_device: use more folio in migrate_device_unmap()
new 8979a8ddc850 mm: migrate_device: use more folio in migrate_device_finalize()
new 8bc286383ee6 mm: remove isolate_lru_page()
new bb2f9ad8206c mm: remove isolate_lru_page() fix
new a0a0a3efa591 mm: remove putback_lru_page()
new 011b4a19eba9 mm/damon/core: introduce per-context region priorities his [...]
new 273c42d244bf mm/damon/core: replace per-quota regions priority histogra [...]
new def16a84ccd4 mm/damon/core: remove per-scheme region priority histogram buffer
new 7a5992e4012e Revert "mm/damon/lru_sort: adjust local variable to dynami [...]
new ab898a619ef3 Docs/damon: use damonitor GitHub organization instead of awslabs
new de570000533a Docs/damon/maintainer-profile: add links in place
new 9b0ab016388d Docs/damon/maintainer-profile: document Google calendar fo [...]
new 4803289463d4 maple_tree: arange64 node is not a leaf node
new e4b36fd54087 maple_tree: dump error message based on format
new 21fda6f70f7f mm: shmem: fix minor off-by-one in shrinkable calculation
new 8e8db4f0568a mm: shmem: extend shmem_unused_huge_shrink() to all sizes
new 4aed48af2cd5 mm-shmem-extend-shmem_unused_huge_shrink-to-all-sizes-fix
new 41d7f948dd87 mm/hugetlb: sort out global lock annotations
new 90a660ef21fa mm-hugetlb-sort-out-global-lock-annotations-fix
new 352f4f98f657 mm-hugetlb-sort-out-global-lock-annotations-fix-fix
new 7a3ce17333ca mm/vmalloc.c: make use of the helper macro LIST_HEAD()
new 396360b25e47 mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
new c5b0b8281fe7 mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) [...]
new 9287e4adbc6a mm: optimization on page allocation when CMA enabled
new 9926a7f2fdce mul_u64_u64_div_u64: make it precise always
new 6f44d33776fa mul_u64_u64_div_u64: basic sanity test
new a792e003b407 mul_u64_u64_div_u64: avoid undefined shift value
new 3f6611bee4cc lib: test_objpool: add missing MODULE_DESCRIPTION() macro
new 87236122aaf3 kcov: don't instrument lib/find_bit.c
new 2431fc3aba4a kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()
new 50408385479a ocfs2: fix the la space leak when unmounting an ocfs2 volume
new 496d73d219b1 MAINTAINERS: add XZ Embedded maintainer
new e01803a241a1 LICENSES: add 0BSD license text
new d9935944b4f4 xz: switch from public domain to BSD Zero Clause License (0BSD)
new 8f5490b77130 xz: fix comments and coding style
new c9a339ef6d21 xz: fix kernel-doc formatting errors in xz.h
new be67984b4873 xz: improve the MicroLZMA kernel-doc in xz.h
new 884a0a1c1f26 xz: Documentation/staging/xz.rst: Revise thoroughly
new 33438a7e8c21 xz: cleanup CRC32 edits from 2018
new 35e341d9fc1c xz: optimize for-loop conditions in the BCJ decoders
new cafed01cf93a xz: Add ARM64 BCJ filter
new d06112097aab xz: add RISC-V BCJ filter
new 0d32d8cd9730 xz: use 128 MiB dictionary and force single-threaded mode
new 918ef81474ff xz: adjust arch-specific options for better kernel compression
new 2f4e67049206 arm64: boot: add Image.xz support
new 76481dbd4d6d riscv: boot: add Image.xz support
new a65e99ed06a2 xz: remove XZ_EXTERN and extern from functions
new 3e06725e5955 scripts: add macro_checker script to check unused paramete [...]
new fd21b249dc2a scripts: reduce false positives in the macro_checker script
new f9d2b0265a8e scripts/gdb: fix timerlist parsing issue
new 18615609a878 scripts/gdb: add iteration function for rbtree
new 109773e42da9 scripts/gdb: fix lx-mounts command error
new d5dc9820d6fe scripts/gdb: add 'lx-stack_depot_lookup' command.
new b6f147b6d1ec scripts/gdb: add 'lx-kasan_mem_to_shadow' command
new 7c1edefaf201 dyndbg: use seq_putc() in ddebug_proc_show()
new f28a83b24dec closures: use seq_putc() in debug_show()
new 82f7af6ff165 lib/lru_cache: fix spelling mistake "colision"->"collision"
new 20667c684a82 lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()
new 8cd99029f7d6 fs/procfs: remove build ID-related code duplication in PRO [...]
new 25e008e88bd8 crash: fix crash memory reserve exceed system memory bug
new 08a90dd6655f failcmd: add script file in MAINTAINERS
new 52be830e73f7 crypto: arm/xor - add missing MODULE_DESCRIPTION() macro
new 660b6f505386 x86/mm: add testmmiotrace MODULE_DESCRIPTION()
new b4dfe63d71dc locking/ww_mutex/test: add MODULE_DESCRIPTION()
new 5a3a88ebb20a fault-injection: enhance failcmd to exit on non-hex address input
new 0784613e4f74 failcmd: make failcmd.sh executable
new 364cd9762433 lockdep: upper limit LOCKDEP_CHAINS_BITS
new d2bfb900be0f watchdog: Handle the ENODEV failure case of lockup_detecto [...]
new b81fd3b94df1 lib/rhashtable: cleanup fallback check in bucket_table_alloc()
new 817ad2988069 fault-inject: improve build for CONFIG_FAULT_INJECTION=n
new 0e3b16f84250 fault-inject-improve-build-for-config_fault_injection=n-fix
new a58be7a13128 fault-inject-improve-build-for-config_fault_injection=n-fix-2
new efd039b062ab fault-inject-improve-build-for-config_fault_injection=n-fix-3
new fef361bcfd16 drm/msm: clean up fault injection usage
new 8b8e9d64500b drm/xe: clean up fault injection usage
new 0801fe63da49 lib/bcd: optimize _bin2bcd() for improved performance
new 1c4d4621e84d lib/percpu_counter: add missing __percpu qualifier to a cast
new ddca2bc3ad37 nilfs2: add support for FS_IOC_GETUUID
new a5a0b7cb9b3e nilfs2: add support for FS_IOC_GETFSSYSFSPATH
new 9ba01ef81f31 nilfs2: add support for FS_IOC_GETFSLABEL
new 592bc32b8e81 nilfs2: add support for FS_IOC_SETFSLABEL
new 556772ea1f85 nilfs2: do not output warnings when clearing dirty buffers
new 6007b4b1e5fb nilfs2: add missing argument description for __nilfs_error()
new db8c7c6fb0d5 nilfs2: add missing argument descriptions for ioctl-relate [...]
new 7bb37907e3ca nilfs2: improve kernel-doc comments for b-tree node helpers
new 803571651a1b nilfs2: fix incorrect kernel-doc declaration of nilfs_pall [...]
new 61313f0bf93d nilfs2: add missing description of nilfs_btree_path structure
new 7b57d2145127 nilfs2: describe the members of nilfs_bmap_operations structure
new 016cb10c9579 nilfs2: fix inconsistencies in kernel-doc comments in segment.h
new f832afd9e422 nilfs2: fix missing initial short descriptions of kernel-d [...]
new 2aee41f3bff2 Document/kexec: generalize crash hotplug description
new 1eeee93aba6e ocfs2: remove custom swap functions in favor of built-in s [...]
new 3d10ad2937a4 ocfs2: fix unexpected zeroing of virtual disk
new ebf3247edf15 scripts/decode_stacktrace.sh: nix-ify
new 8a0a425ccc24 ratelimit: convert flags to int to save 8 bytes in size
new 2c796780870d ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()
new e060554ff922 ocfs2: use max() to improve ocfs2_dlm_seq_show()
new 6e5247c284f9 nilfs2: treat missing sufile header block as metadata corruption
new a2524f9ab090 nilfs2: treat missing cpfile header block as metadata corruption
new 8183c913303c nilfs2: do not propagate ENOENT error from sufile during recovery
new 1ef9ec28f73b nilfs2: do not propagate ENOENT error from sufile during GC
new e86c86461f35 nilfs2: do not propagate ENOENT error from nilfs_sufile_ma [...]
new c7e372d0c0a1 dimlib: use *-y instead of *-objs in Makefile
new 620fd29e6eaf lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir()
new 0be3570178d9 scripts/decode_stacktrace.sh: remove find_module recursion [...]
new c597ec8cbaac scripts/decode_stacktrace.sh: clarify command line
new 1d989891e2a1 scripts/decode_stacktrace.sh: add '-h' flag
new 9ee2d5ad1251 kthread: fix task state in kthread worker if being frozen
new 533f2ca2a8a2 lib/string_choices: add str_true_false()/str_false_true() helper
new 2cbe1ea6312e mm: make use of str_true_false helper
new 0cb494067f78 nfs make use of str_false_true helper
new 81b4a26bedc0 nilfs2: use common implementation of file type
new 815063eab91e nilfs2: use the BITS_PER_LONG macro
new 2933af4ac04c nilfs2: separate inode type information from i_state field
new 45396e428b6a nilfs2: eliminate the shared counter and spinlock for i_ge [...]
new 34942f09527e nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()
new 2f4e45525b38 nilfs2: remove sc_timer_task
new b5a0676b7bee nilfs2: use kthread_create and kthread_stop for the log wr [...]
new a3d0dfd5393c nilfs2: refactor nilfs_segctor_thread()
new 58305c911888 lib: glob.c: added null check for character class
new 647f44b0a12b foo
new 81c544bbd8f4 Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
new 43d282460652 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 27ad8eb339a5 Merge branch 'clang-format' of https://github.com/ojeda/linux.git
new ec474c88868f Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new f65eaf209abc Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new 5db893307df8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f6eaef4fec27 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new 29f35e8cf8bf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c91ae3f6708b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a97442baf353 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new 6e102a02a258 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 611d093ad5bd Merge branch 'davinci/for-next' of git://git.kernel.org/pu [...]
new bfd014b18061 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 17baff075a69 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fcd2b2890615 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4307305f932f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fd34d49f6d8d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 47181b4fe7c6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2ece180e4bff Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new fc5aa1ba77c7 ARM: dts: rockchip: Add vpu nodes for RK3128
new 7b325eb1b082 Merge branch 'v6.12-armsoc/dts32' into for-next
new cc0a05865cd5 arm64: dts: rockchip: Add VEPU121 to RK3588
new 6166b1c0084e arm64: dts: rockchip: Add VPU121 support for RK3588
new 174c30632135 arm64: dts: rockchip: Enable RK809 audio codec for Radxa ROCK 4C+
new 0fc427a41128 Merge branch 'v6.12-armsoc/dts64' into for-next
new fa63d087bbf6 dt-bindings: arm: rockchip: Correct vendor for Hardkernel [...]
new 735065e774dc arm64: dts: rockchip: Correct vendor prefix for Hardkernel [...]
new 611a434a7d33 dt-bindings: arm: rockchip: Add Hardkernel ODROID-M1S
new 10dc64fe0f98 arm64: dts: rockchip: Add Hardkernel ODROID-M1S
new d6ec4fefbe9e dt-bindings: vendor-prefixes: Add Shenzhen JLC Technology [...]
new 4d4b28ba3a0f dt-bindings: arm: rockchip: Add LCKFB Taishan Pi RK3566
new 251e5ade9ba4 arm64: dts: rockchip: add dts for LCKFB Taishan Pi RK3566
new b8ac0cf405c2 arm64: dts: rockchip: remove unnecessary properties for Ra [...]
new b728d4c51f0c arm64: dts: rockchip: enable PCIe on M.2 E key for Radxa ROCK 5A
new 5d4b29c2bf1b arm64: dts: rockchip: disable display subsystem only for R [...]
new 6b9039a36ce1 Merge branch 'v6.12-armsoc/dts64' into for-next
new 2496910c84a4 clk: rockchip: px30: Drop CLK_NR_CLKS CLKPMU_NR_CLKS usage
new ec4f4261c315 clk: rockchip: rk3036: Drop CLK_NR_CLKS usage
new 819b2e19a9f7 clk: rockchip: rk3228: Drop CLK_NR_CLKS usage
new 545b1313c5a2 clk: rockchip: rk3288: Drop CLK_NR_CLKS usage
new 31fe14956883 clk: rockchip: rk3308: Drop CLK_NR_CLKS usage
new 0758fe99bc96 clk: rockchip: rk3328: Drop CLK_NR_CLKS usage
new 41563197e7f2 clk: rockchip: rk3368: Drop CLK_NR_CLKS usage
new 1a229868852f clk: rockchip: rk3399: Drop CLK_NR_CLKS CLKPMU_NR_CLKS usage
new fb234516c5a0 dt-bindings: clock: rockchip: remove CLK_NR_CLKS and CLKPM [...]
new a1bccba154c5 Merge branch 'v6.12-clk/next' into for-next
new 0148dc5e1195 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1417af4953b7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 50db2ef5c719 firmware: arm_scmi: Fix trivial whitespace/coding style issues
new ccf502193126 firmware: arm_scmi: Replace the use of of_node_put() to __ [...]
new c4b908a23fab firmware: arm_scmi: Replace comma with the semicolon
new 7d2b23fda996 dt-bindings: firmware: Add i.MX95 SCMI Extension protocol
new c66beeab7436 firmware: arm_scmi: Add NXP i.MX95 SCMI documentation
new 41845541adeb firmware: arm_scmi: Add initial support for i.MX BBM protocol
new 61c9f03e22fc firmware: arm_scmi: Add initial support for i.MX MISC protocol
new 0b4f8a68b292 firmware: imx: Add i.MX95 MISC driver
new d17baf052cbb input: keyboard: support i.MX95 BBM module
new 3885278cae9a rtc: support i.MX95 BBM RTC
new 639facfa87ef Merge branches 'for-next/juno/updates', 'for-next/scmi/upd [...]
new 4675a71be04a Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 0e472a2112ad Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 0ae47ad22aec Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new dec89e0a78b2 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new bf33d303107c Merge branch 'next' of https://git.linaro.org/people/jens. [...]
new 9c3a62c20f7f firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()
new 8812b8689ee6 firmware: tegra: bpmp: Use scoped device node handling to [...]
new 5b3c56fd7647 Merge branch for-6.12/firmware into for-next
new 69a87db435a7 dt-bindings: i2c: nvidia,tegra20-i2c: Combine same if:then [...]
new e0c7b7fcaf77 dt-bindings: i2c: nvidia,tegra20-i2c: Restrict also clocks [...]
new fd16970c9d67 dt-bindings: i2c: nvidia,tegra20-i2c: Define power-domains [...]
new 16b760acb2da dt-bindings: arm: tegra: Document Nyan, all revisions in k [...]
new dfd633239258 Merge branch for-6.12/dt-bindings into for-next
new 7ac0be7a4cd7 arm64: tegra: Add DMA properties for Tegra234 UARTA
new 92331cc63ce3 arm64: tegra: enable same UARTs for Orin NX/Nano
new b93679b8f165 arm64: tegra: Correct location of power-sensors for IGX Orin
new 99aac2e58234 Merge branch for-6.12/arm64/dt into for-next
new 384846d36d9b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0c5d30785aa6 Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
new 952ceb03787d soc: ti: pruss: factor out memories setup
new df70c0b4828b soc: ti: pruss: do device_node auto cleanup
new b0289dbf1c95 soc: ti: knav_qmss_queue: do device_node auto cleanup
new 68123510b7c1 soc: ti: pm33xx: do device_node auto cleanup
new e8c643daeaa9 arm64: defconfig: Enable E5010 JPEG Encoder
new 9f3814a7c06b arm64: dts: ti: k3-j721e-sk: Fix reversed C6x carveout locations
new 1a314099b755 arm64: dts: ti: k3-j721e-beagleboneai64: Fix reversed C6x [...]
new 549833b69753 arm64: dts: ti: k3-j784s4-main: Align watchdog clocks
new fdf47b3a379b arm64: dts: ti: k3-am64*: Disable ethernet by default at S [...]
new 936fa8b91aba arm64: dts: ti: k3-j7200-som-p0: Switch MAIN R5F cluster t [...]
new 956d1f88a7df arm64: dts: ti: k3-j721e-som-p0: Switch MAIN R5F clusters [...]
new 17613194f8f7 arm64: dts: ti: k3-j721e-sk: Switch MAIN R5F clusters to S [...]
new ab630a7f4291 arm64: dts: ti: k3-j721s2-som-p0: Switch MAIN R5F clusters [...]
new e1f2bf759c53 arm64: dts: ti: k3-am68-sk-som: Switch MAIN R5F clusters t [...]
new 10ef034f94ef arm64: dts: ti: k3-j784s4-evm: Switch MAIN R5F clusters to [...]
new 34d0e51ad34b arm64: dts: ti: k3-am69-sk: Switch MAIN R5F clusters to Sp [...]
new e0133f883cf1 arm64: dts: ti: iot2050: Disable lock-step for all iot2050 boards
new dba27d026fc8 arm64: dts: ti: iot2050: Add overlays for M.2 used by firmware
new f7d6dacb233e arm64: dts: ti: k3-j7200-som-p0: Change timer nodes status [...]
new 96b2d17bfe40 arm64: dts: ti: k3-j721e-som-p0: Change timer nodes status [...]
new a8d1241bd6e5 arm64: dts: ti: k3-j721e-sk: Change timer nodes status to [...]
new 1cf3a036f91a arm64: dts: ti: k3-j721s2-som-p0: Change timer nodes statu [...]
new ce25e4c7dff5 arm64: dts: ti: k3-am68-sk-som: Change timer nodes status [...]
new d8087ca36a29 arm64: dts: ti: k3-j784s4-evm: Change timer nodes status t [...]
new bdebd509e43e arm64: dts: ti: k3-am69-sk: Change timer nodes status to reserved
new 0c95ffb74eec arm64: dts: ti: k3-am62p5-sk: Remove CTS/RTS from wkup_uar [...]
new 010b035ab4d7 arm64: dts: ti: k3-j722s-evm: Describe main_uart5
new 46ca5c720770 arm64: dts: ti: k3-j722s-evm: Add support for multiple CAN [...]
new 540fcd5fbdb5 arm64: dts: ti: k3-am62a: Add E5010 JPEG Encoder
new a5701819198f Merge branches 'ti-drivers-soc-next', 'ti-k3-config-next' [...]
new ec97e22f4ebb Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new 97c7e6187527 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new b01bf907bd9c Merge tag 'renesas-clk-for-v6.12-tag1' of git://git.kernel [...]
new aa7e394ed8f2 Merge branch 'clk-renesas' into clk-next
new f57fb5fa6354 Merge branch 'clk-fixes' into clk-next
new fc953d40bd43 clk: scmi: add is_prepared hook
new 8e7f40644aca Merge branch 'clk-scmi' into clk-next
new f7e41b65bdc5 clk: lmk04832: Use devm_clk_get_enabled() helpers
new 877f42ff8920 Merge branch 'clk-cleanup' into clk-next
new 09e908e15c00 dt-bindings: clock: baikal,bt1-ccu-div: add top-level constraints
new 2691c2c48e84 dt-bindings: clock: cirrus,lochnagar: add top-level constraints
new fe745fd81669 dt-bindings: clock: st,stm32mp1-rcc: add top-level constraints
new 8609b26479d8 Merge branch 'clk-bindings' into clk-next
new d6871d25b4e3 dt-bindings: clock: baikal,bt1-ccu-div: add top-level constraints
new 354831f3a8af dt-bindings: clock: cirrus,lochnagar: add top-level constraints
new 4844ab3fe7cc dt-bindings: clock: st,stm32mp1-rcc: add top-level constraints
new 08c4068fb83b Merge branch 'clk-bindings' into clk-next
new f92d67e23b8c clk: bcm: bcm53573: fix OF node leak in init
new df7e70e38c63 clk:davinci: make use of dev_err_cast_probe()
new 1ebfd0bf0625 Merge branch 'clk-cleanup' into clk-next
new e2795fccb62f Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new 0b603465dd66 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ce2675e6ab14 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
new 2f49a009517d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 39119a747a94 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new 5b5895a1c490 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 20edfdab83fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 0557b4dc11d3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3582529887df Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 7d0f928e8bdf Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
adds 09dcb998a813 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 2eb39b56a408 Merge branch 'master' of git://github.com/ceph/ceph-client.git
adds 6a5dcd487791 cifs: Fix lack of credit renegotiation on read retry
adds 1da29f2c39b6 netfs, cifs: Fix handling of short DIO read
adds 8101d6e112e2 cifs: Fix copy offload to flush destination region
adds 91d1dfae4649 cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part o [...]
adds c3a0c4909836 netfs, cifs: Improve some debugging bits
adds d87fbd050546 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
adds 8be5ed406159 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
adds 7d54c2209921 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
adds 769a3d70a7b5 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
adds 46eb4154b42c Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
adds 70dd7b573afe ext4: correct encrypted dentry name hash when not casefolded
adds 1a00a393d6a7 ext4: no need to continue when the number of entries is 1
adds bd8daa7717d9 ext4: use seq_putc() in two functions
adds 0ce160c5bdb6 ext4: fix timer use-after-free on failed mount
adds 6db3c1575a75 ext4: fix fast commit inode enqueueing during a full journ [...]
adds 23dfdb56581a ext4: fix access to uninitialised lock in fc replay path
adds f5cacdc6f2bb jbd2: stop waiting for space when jbd2_cleanup_journal_tai [...]
adds e37c9e173bff ext4: reduce stack usage in ext4_mpage_readpages()
adds 368a83cebbb9 ext4: pipeline buffer reads in mext_page_mkuptodate()
adds a40759fb16ae ext4: remove array of buffer_heads from mext_page_mkuptodate()
adds 3e3a693551c3 ext4: tidy the BH loop in mext_page_mkuptodate()
adds 7e8fb2eda988 jbd2: fix kernel-doc for j_transaction_overhead_buffers
adds dd589b0f1445 ext4: fix incorrect tid assumption in ext4_wait_for_tail_p [...]
adds 972090651ee1 ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
adds 7a6443e1dad7 ext4: fix incorrect tid assumption in jbd2_journal_shrink_ [...]
adds ebc4b2c1ac92 ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
adds 736c24e62e7e Documentation: ext4.rst: remove obsolete descriptions of n [...]
adds 01cdf03b1378 ext4: annotate struct ext4_xattr_inode_array with __counted_by()
adds f0e3c1480251 jbd2: correctly compare tids with tid_geq function in jbd2 [...]
adds f2917bda8a5c jbd2: remove dead check in journal_alloc_journal_head
adds fa10db138d20 jbd2: remove unused return value of jbd2_fc_release_bufs
adds debbfd991f01 jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd [...]
adds 7c48e7d5a195 jbd2: remove unneeded done_copy_out variable in jbd2_journ [...]
adds f47aa3ebe3f4 jbd2: move escape handle to futher improve jbd2_journal_wr [...]
adds 1862304b062a jbd2: correct comment jbd2_mark_journal_empty
adds 6140ceb9b224 jbd2: remove unneeded check of ret in jbd2_fc_get_buf
adds d1bc560e9a9c ext4: nested locking for xattr inode
adds d3476f3dad4a ext4: don't set SB_RDONLY after filesystem errors
adds dda898d7ffe8 ext4: dax: fix overflowing extents beyond inode size when [...]
adds 8fde063b9495 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
adds 94e453ddc5ee Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
adds 17da10588d30 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds d60291c96330 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
adds 7aff42516dfc Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
adds 2d16d0eb6929 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
adds 1193d8502439 Merge branch '9p-next' of git://github.com/martinetd/linux
adds b5c3ccabc4dc Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
adds 3d441b48b152 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
adds 7b8c2edc7c1c Merge branch 'vfs.fixes' into vfs.all Signed-off-by: Chris [...]
adds 6a223e846e62 autofs: add per dentry expire timeout
adds 8fe15dd70207 vfs: elide smp_mb in iversion handling in the common case
adds 489e17fed221 fs: Use in_group_or_capable() helper to simplify the code
adds afe9bc60b7ec doc: correcting the idmapping mount example
adds c943c82f614f inode: remove __I_DIO_WAKEUP
adds a2e2178f3209 debugfs show actual source in /proc/mounts
adds df37e1e53c7c vfs: drop one lock trip in evict()
adds 6af0ec2a0ae2 fs: remove unused path_put_init()
adds 312562579579 fs: s/__u32/u32/ for s_fsnotify_mask
adds 6a4d23515f3b MAINTAINERS: add the VFS git tree
adds d126e3782fd8 vfs: fix race between evice_inodes() and find_inode()&iput()
adds 7864f8a6cc92 fs: add i_state helpers
adds 86aa46a86f9c fs: reorder i_state bits
adds f9fc3f2b5e3b inode: port __I_SYNC to var event
adds 2cef0e1dc8e6 inode: port __I_NEW to var event
adds 34b10fce2bb9 inode: port __I_LRU_ISOLATING to var event
adds dbd5479b4324 inode: make i_state a u32
adds 3f59876ef756 Merge patch series "fs: add i_state helpers"
adds c594d308f43f fs: use LIST_HEAD() to simplify code
adds 1e1613a3a00f netfs: Delete subtree of 'fs/netfs' when netfs module exits
adds bc1b083b55ba mnt_idmapping: Use kmemdup_array instead of kmemdup for mu [...]
adds e57de7d9e7fc fs/inode: Prevent dump_mapping() accessing invalid dentry. [...]
adds 3ed91cc383e4 Merge branch 'vfs.misc' into vfs.all Signed-off-by: Christ [...]
adds 6ff8bc7cc00e Merge branch 'vfs.mount' into vfs.all Signed-off-by: Chris [...]
adds 9f62714b54cf Merge branch 'vfs.mgtime' into vfs.all Signed-off-by: Chri [...]
adds c9f7b43ab58e Merge branch 'vfs.folio' into vfs.all Signed-off-by: Chris [...]
adds 222096066de1 Merge branch 'vfs.xattr' into vfs.all Signed-off-by: Chris [...]
adds 4d07d6a6f15d Merge branch 'vfs.idmap' into vfs.all Signed-off-by: Chris [...]
adds 2895d1fc23cc Merge branch 'vfs.blocksize' into vfs.all Signed-off-by: C [...]
adds 1934b212615d file: reclaim 24 bytes from f_owner
adds a55d1cbd1720 fs: switch f_iocb_flags and f_ra
adds a47454ef70c2 fs: pack struct file
adds f0d2ed325b5d mm: remove unused root_cache argument
adds 18dc9b395108 mm: add kmem_cache_create_rcu()
adds 779d4d7141bb fs: use kmem_cache_create_rcu()
adds 6513c5771a61 Merge patch series "fs,mm: add kmem_cache_create_rcu()"
adds 2578bfed2e93 Merge branch 'vfs.file' into vfs.all
adds a24dfa515642 block: remove checks for FALLOC_FL_NO_HIDE_STALE
adds c5a8e5423301 ext4: remove tracing for FALLOC_FL_NO_HIDE_STALE
adds 2f6369068139 fs: sort out the fallocate mode vs flag mess
adds 2764727be269 xfs: call xfs_flush_unmap_range from xfs_free_file_space
adds 12206b1c423b xfs: move the xfs_is_always_cow_inode check into xfs_alloc [...]
adds a0c3802f87a2 xfs: refactor xfs_file_fallocate
adds adfb3e4b1e81 Merge patch series "Subject: sort out the fallocate mode mess"
adds 70f023a608ea Merge branch 'vfs.fallocate' into vfs.all Signed-off-by: C [...]
adds e7034c173d91 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new 3bd3394281be Merge branch 'fs-next' of linux-next
new 8301023c6c56 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ecbe59c83d59 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d9604c5c8914 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new d1aff43ff393 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cf76a58c6d46 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new 1d5e52f93ea2 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new 98845e775390 hwmon: (oxp-sensors) Add missing breaks to fix -Wimplicit- [...]
new 334032844991 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new 6da63db4e023 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 4ba35d9f38cd Merge branch 'master' of git://linuxtv.org/media_tree.git
new 34e39e7e61c7 Merge branch 'master' of git://linuxtv.org/mchehab/media-next.git
new 11b06c2cabb0 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new b8950ef14942 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
new 6099df190658 Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
new 38052183a92f Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
new 117022700c99 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ec79b8d2236e Merge branch 'thermal/linux-next' of git://git.kernel.org/ [...]
new bf6248b18ff9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a5be25ceb948 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new dc09f0263a0a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e7cd191f83fd xfrm: add SA information to the offloaded packet
new 08c2182cf0b4 xfrm: policy: use recently added helper in more places
new 17163f23678c xfrm: minor update to sdb and xfrm_policy comments
new 04e57d5441d1 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 76872dba0762 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new ac35180032fb wifi: mac80211: fix RCU list iterations
new 67bb124cd9ae wifi: mac80211: Check for missing VHT elements only for 5 GHz
new 8109b226f23a wifi: mac80211: scan: Use max macro
new 203617128803 wifi: cfg80211: Set correct chandef when starting CAC
new 846ad41f68df Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 47b9fb7c1f3e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bee7606af8e0 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new c49140499ecf Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new 19c317b7ca99 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new 804d8611437d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new ba93821a1966 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 97843315a2e1 MAINTAINERS: remove myself as a VKMS maintainer
new 1da04eac6919 dt-bindings: display: panel: document BOE TV101WUM-LL2 DSI [...]
new aec8485f226c drm/panel: add BOE tv101wum-ll2 panel driver
new bad928d2cae5 drm/ci: increase timeout for all jobs
new 4c27ac45e622 gpu: host1x: Request syncpoint IRQs only during probe
new 9719c7b8f33b gpu: host1x: Use iommu_paging_domain_alloc()
new f790b5c09665 drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()
new b290af0500f0 drm/tegra: hub: Use fn parameter directly to fix Coccinell [...]
new e2940eb4bf70 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new cad79f6a2cb3 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 61d33f675701 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 7546a8201ba2 Revert "drm/xe/lnl: Offload system clear page activity to GPU"
new 789e51597d33 Revert "drm/ttm: Add a flag to allow drivers to skip clear [...]
new 379cad69bdfe drm/xe: Use separate rpm lockdep map for non-d3cold-capabl [...]
new c72084163cd2 drm/xe: Fix NPD in ggtt_node_remove()
new 3adcf970dc7e drm/xe/bmg: Drop force_probe requirement
new aeb4ae66cb50 drm/xe: move the kernel lrc from hwe to execlist port
new a7f657097e96 drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
new 87d8ecf01544 drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>
new 19c436978a4a Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 1ece9704b75e fbdev/efifb: Register sysfs groups through driver core
new c1bc1339b07d fbdev: Introduce devm_register_framebuffer()
new c2fe0480cd77 fbdev/efifb: Use devm_register_framebuffer()
new 668289001410 fbdev/efifb: Use driver-private screen_info for sysfs
new f3c882627b90 fbdev: mmp: Use devm_clk_get_enabled() helpers
new 83c15b101ecf fbdev: omapfb: panel-sony-acx565akm: Simplify show_cabc_av [...]
new c3830f793236 fbdev: omapfb: Use sysfs_emit_at() to simplify code
new f31a64eabaa4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ae0acef3822e regcache: use map->alloc_flags also for allocating cache
new f4985b5500d2 Merge remote-tracking branch 'regmap/for-6.12' into regmap-next
new 9c27427fb23c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bc38b30bbdca Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7017fba219b4 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 75560718e83b ASoC: dapm: Use IS_ERR_OR_NULL() helper function
new 4dd4baa4408a ASoC: soc-pcm: move snd_soc_dpcm_can_be_xxx() to top
new 290f31e943a2 ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local function
new a1a94016db4b ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local
new 6785244f3dfd ASoC: Intel: sof_sdw: make sof_sdw_quirk static
new 1ab959bea29c ASoC: Intel: sof_sdw: add rt1320 amp support
new 14e91ddd5c02 ASoC: Intel: boards: always check the result of acpi_dev_g [...]
new 5458411d7594 ASoC: SOF: Intel: hda: refactoring topology name fixup for [...]
new 85b66359c5a7 ASoC: SOF: Intel: hda: refactoring topology name fixup for [...]
new 775c1a4aa640 ASoC: Intel: sof_sdw: move ignore_internal_dmic check earlier
new 7db9f6361170 ASoC: Intel: sof_sdw: overwrite mach_params->dmic_num
new 65dc80a78c5f ASoC: SOF: Intel: hda: support BT link mask in mach_params
new 0752ba426a81 ASoC: Intel: skl_hda_dsp_generic: support BT audio offload
new 26254073e74e ASoC: Intel: soc-acpi: Add entry for sof_es8336 in ARL mat [...]
new e1580f48d4a5 ASoC: Intel: soc-acpi: Add entry for HDMI_In capture suppo [...]
new a2a0312ac9ee ASoC: Intel: skl_hda_dsp_generic: remove hdac-hdmi support
new 690640ef35a4 ASoC: Intel: skl_hda_dsp_generic: use sof_hdmi_private to [...]
new c0524067653d ASoC: Intel: soc-acpi: arl: Add match entries for new cs42 [...]
new 9ed85cb8c3af ASoC: Intel: soc-acpi: adl: Add match entries for new cs42 [...]
new 1be6b1c68957 ASoC: Intel: soc-acpi: lnl: Add match entries for new cs42 [...]
new 9307694f340e ASoC: Intel: sof_sdw: Add quirks from some new Dell laptops
new 4f451bc91e7a ASoC: Intel: boards: updates for 6.12
new ab1441e8ac95 Merge remote-tracking branch 'asoc/for-6.12' into asoc-next
new 6245632bbf0d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 907fa79d787f MAINTAINERS: scale modules with more reviewers
new 9a29e0eb2390 Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 6a2c881a20c8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f6f84be089c9 block/rnbd-srv: Add sanity check and remove redundant assignment
new dd596ed342be Merge branch 'for-6.12/block' into for-next
new da8b61a8ee22 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new 8350cc9db67d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9526dec226f0 ata: libata: Add helper ata_eh_decide_disposition()
new de4d1bb783aa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7eb42da6ab4a mmc: sdhci-of-dwcmshc: Add hw_reset() support for BlueField-3 SoC
new eea2b5d9bc41 mmc: Merge branch fixes into next
new f4826b3c46b9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new a9c7f0bc111f Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 0c5f0e9b2da8 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
new 9dad0127ad73 power: supply: core: constify psy_tzd_ops
new 5dcb6a219afd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4d6cd3c2f802 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 34c2140b2022 selinux,smack: don't bypass permissions check in inode_set [...]
new 9f4906be89ad Automated merge of 'dev' into 'next'
new 751356bc4d99 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new caaef704381d Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new a3422eb4facd selinux: mark both IPv4 and IPv6 accepted connection socke [...]
new 68cfb2833242 selinux: simplify avc_xperms_audit_required()
new dc1927111923 Automated merge of 'dev' into 'next'
new 6b3eec90fc5a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f1c6ec61de92 Merge branch 'next' of git://github.com/cschaufler/smack-next
new b00d730b3de0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 61c60977926e audit: use task_tgid_nr() instead of task_pid_nr()
new cfe1d4b10cfb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 92cfcfff6357 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 67aca2596c61 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2fe6102bf01a spi: davinci: Adapt transfer's timeout to transfer's length
new 486ccdbc42e6 Merge remote-tracking branch 'spi/for-6.12' into spi-next
new a11fdea2f38a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 13ff0846f8a9 Merge branch into tip/master: 'irq/urgent'
new d5f1b21e68bf Merge branch into tip/master: 'locking/urgent'
new d14b61882f40 Merge branch into tip/master: 'perf/urgent'
new a547a5880cba x86/resctrl: Fix arch_mbm_* array overrun on SNC
new d081c50eca8f Merge branch into tip/master: 'x86/urgent'
new 00b32f9b6734 Merge branch into tip/master: 'core/core'
new 64b6d1d7a845 genirq: Get rid of global lock in irq_do_set_affinity()
new 92f9d825b12f genirq/procfs: Correctly set file permissions for affinity [...]
new 9756905a0b77 Merge branch into tip/master: 'irq/core'
new 2b1296d457d8 Merge branch into tip/master: 'locking/core'
new 03e98ac4115c Merge branch into tip/master: 'perf/core'
new 35118668f5c9 Merge branch into tip/master: 'ras/core'
new 468f38f1862c Merge branch into tip/master: 'smp/core'
new 4de4e0518ef6 Merge branch into tip/master: 'timers/clocksource'
new 0bcbc432ad08 Merge branch into tip/master: 'x86/apic'
new e92524bedfa5 Merge branch into tip/master: 'x86/bugs'
new 77a6e45a019f Merge branch into tip/master: 'x86/build'
new 450206537cc2 Merge branch into tip/master: 'x86/cleanups'
new 5b76237ba72b Merge branch into tip/master: 'x86/core'
new d7d98263b958 Merge branch into tip/master: 'x86/fpu'
new ebb4225ba765 Merge branch into tip/master: 'x86/fred'
new c99b76974d65 Merge branch into tip/master: 'x86/microcode'
new 5396f76f530a Merge branch into tip/master: 'x86/misc'
new 89d0b55e810a Merge branch into tip/master: 'x86/mm'
new 83138e2d203c Merge branch into tip/master: 'x86/platform'
new ee7d18ad2ab6 Merge branch into tip/master: 'x86/sev'
new 531ec23015f3 Merge branch into tip/master: 'x86/splitlock'
new a85536e1bce7 Merge branch into tip/master: 'x86/timers'
new 3316d3e4211d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new ff58eed3ea7a Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new 1e2bfc25fcf4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b1b91fd1bece context_tracking, rcu: Rename rcu_dynticks_task*() into rc [...]
new fda70207135b context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs [...]
new 654b578e4db0 rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online()
new 9629936d06d0 rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs()
new 3116a32eb404 rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_ [...]
new fc1096ab1f31 rcu: Rename rcu_dynticks_zero_in_eqs() into rcu_watching_z [...]
new 2dba2230f9e2 rcu: Rename struct rcu_data .dynticks_snap into .watching_snap
new 76ce2b3d7530 rcu: Rename struct rcu_data .exp_dynticks_snap into .exp_w [...]
new 49f82c64fdc6 rcu: Rename dyntick_save_progress_counter() into rcu_watch [...]
new 3b18eb3f9f9e rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_s [...]
new 32a9f26e5e26 rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()
new c3dcd90b8f34 rcu: Update stray documentation references to rcu_dynticks [...]
new 4f336dc07ece context_tracking, rcu: Rename rcu_dyntick trace event into [...]
new 4040b1139904 context_tracking: Tag context_tracking_enabled_this_cpu() [...]
new 676844cf13d7 Merge branches 'context_tracking.15.08.24a', 'csd.lock.15. [...]
new f44ef421e4e2 rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
new 2803151e28c0 rcu/nocb: Conditionally wake up rcuo if not already waiting on GP
new 489161dcb87c rcu/nocb: Remove superfluous memory barrier after bypass enqueue
new 421690bc4b77 doc: rcu: update printed dynticks counter bits
new 4a0b1c04d318 rcu: Remove unused declaration rcu_segcblist_offload()
new 8ec15757954f srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible
new 632d587284fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 00652225d55f Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new 577389f349ad Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d64c48582c49 Merge branch 'topic/ppc-kvm' of git://git.kernel.org/pub/s [...]
new 572bf9dc235c Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 293f4b4301ed Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 03f5cc2e78e8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 282c27537758 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d0458060c964 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 88a446271817 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fedf333b6161 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 37048b4681a2 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new fe724b97de02 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new 7942e5e21e0e Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new ce55ce5bfc5a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ba1666e7224c Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 04f1b2917137 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new 5498e899f117 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new 8e632b69a82e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 8bf8e8d5cbf7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f8b07bfa509a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 42745d67db33 Merge branch 'icc-next' of git://git.kernel.org/pub/scm/li [...]
new c94a40cca3ab Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
new 936fab555f2a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4c12456cda8a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 8b576fe6a4bb Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
new bd68ec208a08 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ea6c6374c112 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new 63556df6acdd dt-bindings: dma: fsl-mxs-dma: Add compatible string "fsl, [...]
new 654beb75ca95 dma: ipu: Remove include/linux/dma/ipu-dma.h
new 51c42ae3d76a dmaengine: xilinx: dpdma: Add support for cyclic dma mode
new 73d5fc92a11c dmaengine: amd: qdma: Add AMD QDMA driver
new 4bb59323450d dmaengine: ti: k3-udma: Remove unused declarations
new 851b194be34d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new b2e396c01f07 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b68883bd334f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new adedd0f46c92 scsi: bnx2i: Remove unused declarations
new 3e3ac9c39e1b scsi: core: Remove obsoleted declaration for scsi_driverby [...]
new 0a5167e21126 scsi: ufs: core: Remove ufshcd_urgent_bkops()
new e59f43fb6477 scsi: qla2xxx: Remove the unused 'del_list_entry' field in [...]
new d5a4b0d64242 scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rport
new 058311b72f54 scsi: smartpqi: Add fw log to kdump
new 4c76114932d1 scsi: smartpqi: correct stream detection
new 283dcc1b142e scsi: smartpqi: add counter for parity write stream requests
new dbc39b84540f scsi: smartpqi: add new controller PCI IDs
new 4e0a51716dae scsi: smartpqi: fix rare system hang during LUN reset
new 07dde72ff173 scsi: smartpqi: fix volume size updates
new bda1c931e299 scsi: smartpqi: update driver version to 2.1.30-031
new cff06a799dbe Merge patch series "smartpqi updates"
new 34a7fdf3bec1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f08f457944e7 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 9ab27eb5866c remoteproc: k3-r5: Fix error handling when power-up failed
new 057e5c17e29f Merge branches 'rproc-next', 'rpmsg-next' and 'hwspinlock- [...]
new dc2e489ce221 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1bfb4e0aa109 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new edb08594775c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e500252f2eac Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
new c7f733dcd0ca Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ccfe233b721c Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new 7c12ad433209 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 00f81caf289e Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
new fdbc6ee08585 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a8a1c6396a51 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new 64ff32075828 Merge branch 'at24/for-next' of git://git.kernel.org/pub/s [...]
new 7ba50c88cd3b Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new d892eff54540 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 64b5b259476e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 70077a09a42d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 51105596be38 Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm [...]
new 6ed53d1dc28b Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
new 3a83ba3e3bcd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5a1d91f98ef4 Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
new 7242447fc2aa Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 9db92b8bf350 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 76c88a5ed784 selftests/vDSO: use KHDR_INCLUDES for UAPI headers for get [...]
new f9a4befbe8b4 random: vDSO: move prototype of arch chacha function to vd [...]
new 877023c38cae selftests/vDSO: open code basic chacha instead of linking [...]
new 827c118b8db9 random: vDSO: don't use 64-bit atomics on 32-bit architectures
new 659cf9ef728f random: vDSO: add __arch_get_k_vdso_rng_data() helper for [...]
new b8b19bdc97ff random: vDSO: add missing c-getrandom-y in Makefile
new da34211d02e0 random: vDSO: avoid call to out of line memset()
new ec309dd12628 random: vDSO: minimize and simplify header includes
new d1c40e6ed8dc Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new b551b113f69a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f6f0deb7975d Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new ed674ae9a6e6 sysctl: avoid spurious permanent empty tables
new ad34f9d9bbfa Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new a5cfacb2adac Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
new 947697c6f0f7 uapi: Define GENMASK_U128
new d7bcc37436c7 lib/test_bits.c: Add tests for GENMASK_U128()
new ec8349688b1d Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 72e532a969bc Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new e587c12bb0b1 Merge branch 'nolibc' of git://git.kernel.org/pub/scm/linu [...]
new 40b1989132d0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 99565e906f31 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 9cc9150b3668 Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
new b18bbfc14a38 Add linux-next specific files for 20240829
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 (195a402a7579)
\
N -- N -- N refs/heads/master (b18bbfc14a38)
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 945 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/RCU/stallwarn.rst | 2 +-
Documentation/admin-guide/ext4.rst | 10 -
Documentation/admin-guide/mm/damon/start.rst | 4 +-
Documentation/admin-guide/mm/damon/usage.rst | 8 +-
Documentation/admin-guide/mm/transhuge.rst | 6 +-
.../devicetree/bindings/arm/rockchip.yaml | 12 +-
Documentation/devicetree/bindings/arm/tegra.yaml | 42 +
.../bindings/clock/baikal,bt1-ccu-div.yaml | 8 +-
.../bindings/clock/cirrus,lochnagar.yaml | 6 +-
.../devicetree/bindings/clock/st,stm32mp1-rcc.yaml | 10 +-
.../bindings/display/panel/boe,tv101wum-ll2.yaml | 63 +
.../devicetree/bindings/dma/fsl,mxs-dma.yaml | 15 +
.../devicetree/bindings/firmware/arm,scmi.yaml | 5 +-
.../bindings/firmware/nxp,imx95-scmi.yaml | 43 +
.../bindings/interconnect/qcom,sm4450-rpmh.yaml | 133 --
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
Documentation/mm/damon/design.rst | 2 +-
Documentation/mm/damon/maintainer-profile.rst | 86 +-
Documentation/mm/page_migration.rst | 22 +-
Documentation/mm/unevictable-lru.rst | 4 +-
.../zh_CN/admin-guide/mm/damon/start.rst | 4 +-
.../zh_CN/admin-guide/mm/damon/usage.rst | 8 +-
.../translations/zh_CN/mm/page_migration.rst | 6 +-
.../zh_TW/admin-guide/mm/damon/start.rst | 4 +-
.../zh_TW/admin-guide/mm/damon/usage.rst | 8 +-
MAINTAINERS | 13 +-
Next/SHA1s | 102 +-
Next/merge.log | 1483 ++++++++++-------
arch/arm/boot/dts/rockchip/rk3128.dtsi | 24 +
arch/arm64/Kconfig | 1 +
.../arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi | 33 -
.../arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi | 33 +
.../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts | 17 -
.../boot/dts/nvidia/tegra234-p3768-0000+p3767.dtsi | 14 +
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +
arch/arm64/boot/dts/rockchip/Makefile | 2 +
.../boot/dts/rockchip/rk3399-rock-4c-plus.dts | 46 +-
...{rk3568-odroid-m1.dts => rk3566-lckfb-tspi.dts} | 490 +++---
...{rk3568-odroid-m1.dts => rk3566-odroid-m1s.dts} | 340 ++--
arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts | 2 +-
.../arm64/boot/dts/rockchip/rk3568-radxa-cm3i.dtsi | 4 -
arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts | 4 +
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 101 ++
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 54 +-
arch/arm64/boot/dts/ti/Makefile | 6 +
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 10 +
arch/arm64/boot/dts/ti/k3-am62a.dtsi | 2 +
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 2 -
arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 3 +
arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi | 6 +-
arch/arm64/boot/dts/ti/k3-am642-evm.dts | 3 +
arch/arm64/boot/dts/ti/k3-am642-sk.dts | 3 +
arch/arm64/boot/dts/ti/k3-am642-sr-som.dtsi | 6 +-
.../boot/dts/ti/k3-am642-tqma64xxl-mbax4xxl.dts | 6 +-
.../boot/dts/ti/k3-am65-iot2050-common-pg2.dtsi | 5 -
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 5 +
arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts | 5 -
...-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtso | 27 +
.../k3-am6548-iot2050-advanced-m2-bkey-usb3.dtso | 47 +
arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi | 33 +
arch/arm64/boot/dts/ti/k3-am69-sk.dts | 53 +
arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 17 +
arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 4 +-
arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 41 +-
arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi | 37 +
arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 33 +
arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 89 +
arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 53 +
arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 38 +-
arch/arm64/configs/defconfig | 1 +
arch/arm64/include/asm/pgtable.h | 30 +
arch/powerpc/include/asm/pgtable.h | 1 +
arch/s390/include/asm/pgtable.h | 1 +
arch/s390/pci/pci_mmio.c | 22 +-
arch/sparc/include/asm/pgtable_64.h | 1 +
arch/x86/Kconfig | 1 +
arch/x86/include/asm/pgtable.h | 80 +-
arch/x86/include/asm/resctrl.h | 6 -
arch/x86/kernel/cpu/resctrl/core.c | 8 +
arch/x86/mm/pat/memtype.c | 17 +-
block/fops.c | 10 +-
drivers/ata/libata-eh.c | 47 +-
drivers/ata/libata-sata.c | 8 +-
drivers/ata/libata.h | 1 +
drivers/base/arch_numa.c | 2 +-
drivers/base/regmap/regcache-flat.c | 2 +-
drivers/base/regmap/regcache-maple.c | 2 +-
drivers/base/regmap/regcache-rbtree.c | 2 +-
drivers/block/rnbd/rnbd-srv.c | 11 +-
drivers/clk/bcm/clk-bcm53573-ilp.c | 2 +-
drivers/clk/clk-lmk04832.c | 43 +-
drivers/clk/clk-scmi.c | 16 +-
drivers/clk/davinci/da8xx-cfgchip.c | 3 +-
drivers/clk/rockchip/clk-px30.c | 10 +-
drivers/clk/rockchip/clk-rk3036.c | 5 +-
drivers/clk/rockchip/clk-rk3228.c | 5 +-
drivers/clk/rockchip/clk-rk3288.c | 5 +-
drivers/clk/rockchip/clk-rk3308.c | 5 +-
drivers/clk/rockchip/clk-rk3328.c | 5 +-
drivers/clk/rockchip/clk-rk3368.c | 5 +-
drivers/clk/rockchip/clk-rk3399.c | 10 +-
drivers/dma/Kconfig | 2 +
drivers/dma/Makefile | 1 +
drivers/dma/amd/Kconfig | 14 +
drivers/dma/amd/Makefile | 3 +
drivers/dma/amd/qdma/Makefile | 5 +
drivers/dma/amd/qdma/qdma-comm-regs.c | 64 +
drivers/dma/amd/qdma/qdma.c | 1143 +++++++++++++
drivers/dma/amd/qdma/qdma.h | 266 +++
drivers/dma/dw-edma/dw-hdma-v0-core.c | 26 +-
drivers/dma/ti/k3-udma.h | 1 -
drivers/dma/xilinx/xilinx_dpdma.c | 97 ++
drivers/firmware/arm_scmi/Kconfig | 1 +
drivers/firmware/arm_scmi/Makefile | 1 +
drivers/firmware/arm_scmi/base.c | 4 +-
drivers/firmware/arm_scmi/clock.c | 1 +
drivers/firmware/arm_scmi/driver.c | 1 -
drivers/firmware/arm_scmi/perf.c | 2 +-
drivers/firmware/arm_scmi/pinctrl.c | 1 +
drivers/firmware/arm_scmi/transports/mailbox.c | 11 +-
drivers/firmware/arm_scmi/transports/smc.c | 4 +-
drivers/firmware/arm_scmi/vendors/imx/Kconfig | 25 +
drivers/firmware/arm_scmi/vendors/imx/Makefile | 3 +
drivers/firmware/arm_scmi/vendors/imx/imx-sm-bbm.c | 383 +++++
.../firmware/arm_scmi/vendors/imx/imx-sm-misc.c | 318 ++++
drivers/firmware/arm_scmi/vendors/imx/imx95.rst | 886 ++++++++++
drivers/firmware/imx/Kconfig | 11 +
drivers/firmware/imx/Makefile | 1 +
drivers/firmware/imx/sm-misc.c | 119 ++
drivers/firmware/tegra/bpmp.c | 20 +-
drivers/gpu/drm/ci/test.yml | 5 +-
drivers/gpu/drm/i915/display/intel_dp_mst.c | 60 +-
drivers/gpu/drm/i915/display/intel_dp_mst.h | 1 +
drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 1 -
drivers/gpu/drm/panel/Kconfig | 9 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c | 241 +++
drivers/gpu/drm/tegra/hub.c | 7 +-
drivers/gpu/drm/ttm/ttm_pool.c | 18 +-
drivers/gpu/drm/v3d/v3d_sched.c | 6 +
drivers/gpu/drm/xe/display/xe_display.c | 2 +-
drivers/gpu/drm/xe/tests/xe_dma_buf.c | 2 +-
drivers/gpu/drm/xe/xe_bo.c | 28 +-
drivers/gpu/drm/xe/xe_device.c | 2 +-
drivers/gpu/drm/xe/xe_device_types.h | 2 -
drivers/gpu/drm/xe/xe_drm_client.c | 2 +-
drivers/gpu/drm/xe/xe_exec.c | 2 +-
drivers/gpu/drm/xe/xe_exec_queue.c | 2 +-
drivers/gpu/drm/xe/xe_execlist.c | 23 +-
drivers/gpu/drm/xe/xe_execlist_types.h | 2 +
drivers/gpu/drm/xe/xe_ggtt.c | 13 +-
drivers/gpu/drm/xe/xe_gt.c | 2 +-
drivers/gpu/drm/xe/xe_hw_engine.c | 17 +-
drivers/gpu/drm/xe/xe_hw_engine_types.h | 2 -
drivers/gpu/drm/xe/xe_hwmon.c | 2 +-
drivers/gpu/drm/xe/xe_migrate.c | 2 +-
drivers/gpu/drm/xe/xe_module.c | 9 +
drivers/gpu/drm/xe/xe_oa.c | 2 +-
drivers/gpu/drm/xe/xe_oa_types.h | 2 +-
drivers/gpu/drm/xe/xe_observation.c | 2 +-
drivers/gpu/drm/xe/xe_pat.c | 2 +-
drivers/gpu/drm/xe/xe_pci.c | 1 -
drivers/gpu/drm/xe/xe_pm.c | 84 +-
drivers/gpu/drm/xe/xe_pm.h | 1 +
drivers/gpu/drm/xe/xe_query.c | 2 +-
drivers/gpu/drm/xe/xe_rtp.c | 2 +-
drivers/gpu/drm/xe/xe_sched_job.c | 2 +-
drivers/gpu/drm/xe/xe_sync.c | 2 +-
drivers/gpu/drm/xe/xe_ttm_sys_mgr.c | 12 -
drivers/gpu/drm/xe/xe_vm.c | 2 +-
drivers/gpu/drm/xe/xe_wait_user_fence.c | 2 +-
drivers/gpu/host1x/dev.c | 7 +-
drivers/gpu/host1x/dev.h | 2 +
drivers/gpu/host1x/hw/intr_hw.c | 37 +-
drivers/gpu/host1x/intr.c | 21 +-
drivers/gpu/host1x/intr.h | 5 +
drivers/hwmon/oxp-sensors.c | 4 +
drivers/input/keyboard/Kconfig | 11 +
drivers/input/keyboard/Makefile | 1 +
drivers/input/keyboard/imx-sm-bbm-key.c | 225 +++
drivers/interconnect/qcom/Kconfig | 9 -
drivers/interconnect/qcom/Makefile | 2 -
drivers/interconnect/qcom/sm4450.c | 1722 --------------------
drivers/interconnect/qcom/sm4450.h | 152 --
drivers/mmc/host/dw_mmc.c | 4 +-
drivers/mmc/host/sdhci-of-aspeed.c | 1 +
drivers/mmc/host/sdhci-of-dwcmshc.c | 29 +-
drivers/power/supply/power_supply_core.c | 2 +-
drivers/remoteproc/ti_k3_r5_remoteproc.c | 3 +-
drivers/rtc/Kconfig | 11 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-imx-sm-bbm.c | 162 ++
drivers/scsi/bnx2fc/bnx2fc.h | 6 -
drivers/scsi/bnx2i/bnx2i.h | 11 -
drivers/scsi/qla2xxx/qla_def.h | 1 -
drivers/scsi/smartpqi/smartpqi.h | 39 +-
drivers/scsi/smartpqi/smartpqi_init.c | 352 ++--
drivers/scsi/smartpqi/smartpqi_sis.c | 60 +
drivers/scsi/smartpqi/smartpqi_sis.h | 3 +
drivers/soc/ti/knav_qmss_queue.c | 100 +-
drivers/soc/ti/pm33xx.c | 52 +-
drivers/soc/ti/pruss.c | 176 +-
drivers/spi/spi-davinci.c | 8 +-
drivers/ufs/core/ufshcd.c | 32 +-
drivers/vfio/pci/vfio_pci_core.c | 60 +-
drivers/vfio/vfio_iommu_type1.c | 16 +-
drivers/video/fbdev/core/fbmem.c | 24 +
drivers/video/fbdev/efifb.c | 27 +-
drivers/video/fbdev/mmp/hw/mmp_ctrl.c | 6 +-
drivers/video/fbdev/omap/omapfb_main.c | 36 +-
.../omap2/omapfb/displays/panel-sony-acx565akm.c | 15 +-
drivers/virt/acrn/mm.c | 16 +-
fs/buffer.c | 3 +-
fs/ext4/fast_commit.c | 30 +-
fs/ext4/file.c | 8 +-
fs/ext4/inode.c | 11 +-
fs/ext4/mballoc.c | 3 +-
fs/ext4/move_extent.c | 54 +-
fs/ext4/readpage.c | 16 +-
fs/ext4/super.c | 16 +-
fs/ext4/xattr.c | 26 +-
fs/ext4/xattr.h | 4 +-
fs/file_table.c | 6 +-
fs/inode.c | 10 +-
fs/jbd2/checkpoint.c | 21 +-
fs/jbd2/journal.c | 97 +-
fs/mnt_idmapping.c | 12 +-
fs/netfs/io.c | 19 +-
fs/netfs/main.c | 4 +-
fs/nfs/nfs4xdr.c | 11 +-
fs/nilfs2/bmap.h | 5 +-
fs/nilfs2/dir.c | 44 +-
fs/nilfs2/inode.c | 75 +-
fs/nilfs2/nilfs.h | 15 +-
fs/nilfs2/segment.c | 170 +-
fs/nilfs2/segment.h | 5 -
fs/nilfs2/super.c | 1 +
fs/nilfs2/the_nilfs.c | 5 -
fs/nilfs2/the_nilfs.h | 6 -
fs/open.c | 51 +-
fs/proc/proc_sysctl.c | 11 +-
fs/smb/client/cifsfs.c | 21 +-
fs/smb/client/cifsglob.h | 1 +
fs/smb/client/file.c | 37 +-
fs/smb/client/smb2ops.c | 18 +-
fs/smb/client/smb2pdu.c | 41 +-
fs/smb/client/trace.h | 1 +
fs/xfs/xfs_bmap_util.c | 11 +
fs/xfs/xfs_file.c | 353 ++--
include/drm/ttm/ttm_tt.h | 6 +-
include/dt-bindings/clock/px30-cru.h | 4 -
include/dt-bindings/clock/rk3036-cru.h | 2 -
include/dt-bindings/clock/rk3228-cru.h | 2 -
include/dt-bindings/clock/rk3288-cru.h | 2 -
include/dt-bindings/clock/rk3308-cru.h | 2 -
include/dt-bindings/clock/rk3328-cru.h | 2 -
include/dt-bindings/clock/rk3368-cru.h | 2 -
include/dt-bindings/clock/rk3399-cru.h | 4 -
include/dt-bindings/interconnect/qcom,sm4450.h | 163 --
include/linux/cgroup-defs.h | 6 +-
include/linux/damon.h | 3 +-
include/linux/dma/ipu-dma.h | 174 --
include/linux/dma/k3-udma-glue.h | 2 -
include/linux/falloc.h | 18 +-
include/linux/fb.h | 1 +
include/linux/firmware/imx/sm.h | 34 +
include/linux/fs.h | 2 +
include/linux/huge_mm.h | 16 +-
include/linux/jbd2.h | 4 +-
include/linux/memcontrol.h | 9 +-
include/linux/mm.h | 57 +-
include/linux/netfs.h | 1 +
include/linux/page-flags.h | 4 +-
include/linux/pgtable.h | 12 +
include/linux/platform_data/amd_qdma.h | 36 +
include/linux/resctrl.h | 1 +
include/linux/scmi_imx_protocol.h | 59 +
include/linux/slab.h | 9 +
include/linux/string_choices.h | 6 +
include/linux/writeback.h | 1 -
include/net/netfilter/nf_tables_ipv4.h | 10 +-
include/net/netfilter/nf_tables_ipv6.h | 5 +-
include/net/xfrm.h | 40 +-
include/scsi/scsi_dbg.h | 7 -
include/sound/soc-acpi.h | 2 +
include/sound/soc-dpcm.h | 18 -
include/trace/events/ext4.h | 1 -
include/uapi/linux/falloc.h | 1 +
kernel/audit.c | 2 +-
kernel/auditfilter.c | 2 +-
kernel/auditsc.c | 2 +-
kernel/cgroup/cgroup.c | 16 +-
kernel/irq/manage.c | 21 +-
kernel/kthread.c | 10 +-
kernel/rcu/rcu_segcblist.h | 1 -
kernel/rcu/srcutree.c | 4 +-
kernel/sched/fair.c | 9 +
lib/glob.c | 2 +
lib/maple_tree.c | 16 +-
localversion-next | 2 +-
mm/Kconfig | 13 +
mm/damon/core.c | 16 +-
mm/damon/dbgfs.c | 2 +-
mm/damon/lru_sort.c | 15 +-
mm/damon/sysfs.c | 2 +-
mm/damon/tests/.kunitconfig | 22 +
mm/damon/{core-test.h => tests/core-kunit.h} | 23 +-
mm/damon/{dbgfs-test.h => tests/dbgfs-kunit.h} | 10 +
mm/damon/{sysfs-test.h => tests/sysfs-kunit.h} | 0
mm/damon/{vaddr-test.h => tests/vaddr-kunit.h} | 0
mm/damon/vaddr.c | 2 +-
mm/filemap.c | 2 +-
mm/folio-compat.c | 12 -
mm/gup.c | 8 +-
mm/huge_memory.c | 50 +-
mm/hugetlb.c | 6 +-
mm/internal.h | 9 +-
mm/khugepaged.c | 8 +-
mm/memcontrol.c | 91 +-
mm/memory-failure.c | 19 +-
mm/memory-tiers.c | 4 +-
mm/memory.c | 433 ++++-
mm/memory_hotplug.c | 13 +-
mm/migrate.c | 37 +-
mm/migrate_device.c | 104 +-
mm/page_alloc.c | 7 +
mm/pagewalk.c | 4 +-
mm/shmem.c | 100 +-
mm/slab.h | 2 +
mm/slab_common.c | 139 +-
mm/slub.c | 20 +-
mm/swap.c | 4 +-
mm/swap_cgroup.c | 2 +
mm/swap_state.c | 2 +-
mm/swapfile.c | 18 +-
mm/vma.c | 4 +-
mm/vma.h | 40 +-
mm/vma_internal.h | 1 +
mm/vmalloc.c | 48 +-
mm/vmscan.c | 4 +-
net/mac80211/chan.c | 4 +-
net/mac80211/mlme.c | 31 +-
net/mac80211/scan.c | 8 +-
net/mac80211/util.c | 4 +-
net/sctp/sm_statefuns.c | 22 +-
net/wireless/nl80211.c | 15 +-
net/xfrm/xfrm_output.c | 21 +
net/xfrm/xfrm_policy.c | 19 +-
security/selinux/avc.c | 4 +-
security/selinux/hooks.c | 4 +-
security/selinux/netlabel.c | 2 +-
security/smack/smack_lsm.c | 4 +-
sound/soc/intel/boards/Kconfig | 2 +-
sound/soc/intel/boards/bytcht_cx2072x.c | 4 +
sound/soc/intel/boards/bytcht_da7213.c | 4 +
sound/soc/intel/boards/bytcht_es8316.c | 2 +-
sound/soc/intel/boards/bytcr_rt5640.c | 2 +-
sound/soc/intel/boards/bytcr_rt5651.c | 2 +-
sound/soc/intel/boards/cht_bsw_rt5645.c | 4 +
sound/soc/intel/boards/cht_bsw_rt5672.c | 4 +
sound/soc/intel/boards/skl_hda_dsp_common.c | 60 +-
sound/soc/intel/boards/skl_hda_dsp_common.h | 39 +-
sound/soc/intel/boards/skl_hda_dsp_generic.c | 58 +-
sound/soc/intel/boards/sof_es8336.c | 12 +-
sound/soc/intel/boards/sof_sdw.c | 85 +-
sound/soc/intel/boards/sof_sdw_common.h | 2 -
sound/soc/intel/boards/sof_wm8804.c | 4 +
sound/soc/intel/common/soc-acpi-intel-adl-match.c | 105 ++
sound/soc/intel/common/soc-acpi-intel-arl-match.c | 244 +++
sound/soc/intel/common/soc-acpi-intel-hda-match.c | 12 +-
sound/soc/intel/common/soc-acpi-intel-lnl-match.c | 104 ++
sound/soc/sdw_utils/soc_sdw_rt_amp.c | 11 +-
sound/soc/sdw_utils/soc_sdw_utils.c | 19 +
sound/soc/soc-dapm.c | 2 +-
sound/soc/soc-pcm.c | 201 ++-
sound/soc/sof/intel/hda.c | 281 ++--
sound/soc/sof/topology.c | 2 +
tools/testing/selftests/damon/.gitignore | 1 +
tools/testing/selftests/damon/Makefile | 2 +
tools/testing/selftests/damon/damon_nr_regions.py | 0
.../selftests/damon/damos_apply_interval.py | 0
tools/testing/selftests/damon/damos_quota.py | 0
tools/testing/selftests/damon/damos_quota_goal.py | 0
.../testing/selftests/damon/damos_tried_regions.py | 0
.../selftests/damon/debugfs_target_ids_pid_leak.sh | 0
...ebugfs_target_ids_read_before_terminate_race.sh | 0
.../sysfs_update_schemes_tried_regions_hang.py | 0
..._update_schemes_tried_regions_wss_estimation.py | 0
tools/testing/selftests/vDSO/Makefile | 8 +-
tools/testing/selftests/vDSO/vdso_test_chacha.c | 46 +-
virt/kvm/kvm_main.c | 19 +-
391 files changed, 10313 insertions(+), 6124 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/panel/boe,tv101wum-ll2.yaml
create mode 100644 Documentation/devicetree/bindings/firmware/nxp,imx95-scmi.yaml
delete mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm4450-rpmh.yaml
copy arch/arm64/boot/dts/rockchip/{rk3568-odroid-m1.dts => rk3566-lckfb-tspi.dts} (63%)
copy arch/arm64/boot/dts/rockchip/{rk3568-odroid-m1.dts => rk3566-odroid-m1s.dts} (68%)
create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-m2-bkey-ekey- [...]
create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-m2-bkey-usb3.dtso
create mode 100644 drivers/dma/amd/Kconfig
create mode 100644 drivers/dma/amd/Makefile
create mode 100644 drivers/dma/amd/qdma/Makefile
create mode 100644 drivers/dma/amd/qdma/qdma-comm-regs.c
create mode 100644 drivers/dma/amd/qdma/qdma.c
create mode 100644 drivers/dma/amd/qdma/qdma.h
create mode 100644 drivers/firmware/arm_scmi/vendors/imx/Kconfig
create mode 100644 drivers/firmware/arm_scmi/vendors/imx/Makefile
create mode 100644 drivers/firmware/arm_scmi/vendors/imx/imx-sm-bbm.c
create mode 100644 drivers/firmware/arm_scmi/vendors/imx/imx-sm-misc.c
create mode 100644 drivers/firmware/arm_scmi/vendors/imx/imx95.rst
create mode 100644 drivers/firmware/imx/sm-misc.c
create mode 100644 drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c
create mode 100644 drivers/input/keyboard/imx-sm-bbm-key.c
delete mode 100644 drivers/interconnect/qcom/sm4450.c
delete mode 100644 drivers/interconnect/qcom/sm4450.h
create mode 100644 drivers/rtc/rtc-imx-sm-bbm.c
delete mode 100644 include/dt-bindings/interconnect/qcom,sm4450.h
delete mode 100644 include/linux/dma/ipu-dma.h
create mode 100644 include/linux/firmware/imx/sm.h
create mode 100644 include/linux/platform_data/amd_qdma.h
create mode 100644 include/linux/scmi_imx_protocol.h
create mode 100644 mm/damon/tests/.kunitconfig
rename mm/damon/{core-test.h => tests/core-kunit.h} (96%)
rename mm/damon/{dbgfs-test.h => tests/dbgfs-kunit.h} (94%)
rename mm/damon/{sysfs-test.h => tests/sysfs-kunit.h} (100%)
rename mm/damon/{vaddr-test.h => tests/vaddr-kunit.h} (100%)
mode change 100644 => 100755 tools/testing/selftests/damon/damon_nr_regions.py
mode change 100644 => 100755 tools/testing/selftests/damon/damos_apply_interval.py
mode change 100644 => 100755 tools/testing/selftests/damon/damos_quota.py
mode change 100644 => 100755 tools/testing/selftests/damon/damos_quota_goal.py
mode change 100644 => 100755 tools/testing/selftests/damon/damos_tried_regions.py
mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_target_ids_pid_leak.sh
mode change 100644 => 100755 tools/testing/selftests/damon/debugfs_target_ids_read [...]
mode change 100644 => 100755 tools/testing/selftests/damon/sysfs_update_schemes_tr [...]
mode change 100644 => 100755 tools/testing/selftests/damon/sysfs_update_schemes_tr [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.