This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cc2d29e5f44 aarch64: Rename svpext to svpext_lane [PR116371]
new f7e672da8fc Movement between GENERAL_REGS and SSE_REGS for TImode doesn [...]
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/i386/i386-expand.cc | 2 +-
gcc/config/i386/i386.cc | 18 ++++++++++++------
gcc/config/i386/i386.md | 19 +++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr113560.c | 2 +-
gcc/testsuite/gcc.target/i386/pr116274.c | 12 ++++++++++++
5 files changed, 45 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr116274.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 72e96189d8b gprofng: fix typo in src/collctrl.cc
new a6f8fe0a9e9 lto: Don't include unused LTO archive members in output
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:
bfd/archures.c | 1 +
bfd/bfd-in2.h | 3 ++-
bfd/bfd.c | 3 ++-
bfd/elflink.c | 1 +
bfd/plugin.c | 22 ++++++++++++++++------
ld/plugin.c | 35 ++++++++++++++++++++++++++---------
6 files changed, 48 insertions(+), 17 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 68c1425a3 Add entry dab7e3c30dd690e50858450b658f32a1d1e9cf86 from https [...]
new d03fe08fd Add entry 894d3eebe2109f7dec488d3415d5c6236e55a0da from https [...]
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:
llvm/sha1/894d3eebe2109f7dec488d3415d5c6236e55a0da/first_url | 1 +
.../tcwg_flang_build/main-aarch64/build_url | 1 +
.../tcwg_flang_build/main-aarch64/last_good | 1 +
3 files changed, 3 insertions(+)
create mode 100644 llvm/sha1/894d3eebe2109f7dec488d3415d5c6236e55a0da/first_url
create mode 100644 llvm/sha1/894d3eebe2109f7dec488d3415d5c6236e55a0da/tcwg_flang_b [...]
create mode 100644 llvm/sha1/894d3eebe2109f7dec488d3415d5c6236e55a0da/tcwg_flang_b [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 726898510b0 Daily bump.
new 8c98f0601f7 RISC-V: Make full-vec-move1.c test robust for optimization
new d9bd361d893 [PATCH] RISC-V: Fix unresolved mcpu-[67].c tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/gcc.target/riscv/mcpu-6.c | 1 +
gcc/testsuite/gcc.target/riscv/mcpu-7.c | 1 +
.../gcc.target/riscv/rvv/autovec/vls-vlmax/full-vec-move1.c | 6 ++++--
3 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d2e90c7d657 Value Range: Add range op for builtin isnormal
new 53945be1efb rs6000: Implement optab_isinf for SFDF and IEEE128
new 44eb45c2ef7 rs6000: Implement optab_isfinite for SFDF and IEEE128
new 08108d57246 rs6000: Implement optab_isnormal for SFDF and IEEE128
new bf891fcabca rs6000: Add TARGET_FLOAT128_HW guard for quad-precision insns
The 4 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/rs6000/rs6000-builtin.cc | 4 +-
gcc/config/rs6000/rs6000-builtins.def | 6 +-
gcc/config/rs6000/rs6000.md | 41 +++++++-
gcc/config/rs6000/vsx.md | 112 ++++++++++++---------
.../gcc.target/powerpc/float128-cmp2-runnable.c | 3 +-
gcc/testsuite/gcc.target/powerpc/pr97786-1.c | 22 ++++
gcc/testsuite/gcc.target/powerpc/pr97786-2.c | 17 ++++
gcc/testsuite/gcc.target/powerpc/pr97786-4.c | 17 ++++
gcc/testsuite/gcc.target/powerpc/pr97786-5.c | 12 +++
gcc/testsuite/gcc.target/powerpc/pr97786-7.c | 17 ++++
gcc/testsuite/gcc.target/powerpc/pr97786-8.c | 12 +++
11 files changed, 204 insertions(+), 59 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97786-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97786-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97786-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97786-5.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97786-7.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97786-8.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 06de59201 Add entry dab7e3c30dd690e50858450b658f32a1d1e9cf86 from https [...]
new 68c1425a3 Add entry dab7e3c30dd690e50858450b658f32a1d1e9cf86 from https [...]
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:
.../jira/description | 5 ++++
.../jira/yaml | 5 ++++
.../status.txt | 5 ++++
.../llvm-aarch64-master-O3}/details.txt | 0
.../reproduction_instructions.txt | 27 ++++++++++++++++++++++
.../llvm-aarch64-master-O3}/status-summary.txt | 0
.../llvm-aarch64-master-O3/status.txt | 4 ++--
.../tcwg_bmk-code_vect-spec2k6}/status-summary.txt | 0
.../tcwg_bmk-code_vect-spec2k6/status.txt | 4 ++--
9 files changed, 46 insertions(+), 4 deletions(-)
copy {binutils/sha1/18737d14799d609054994987dd75631430637a99/tcwg_bmk-code_speed-s [...]
create mode 100644 llvm/sha1/dab7e3c30dd690e50858450b658f32a1d1e9cf86/tcwg_bmk-cod [...]
copy {binutils/sha1/18737d14799d609054994987dd75631430637a99 => llvm/sha1/dab7e3c3 [...]
copy llvm/sha1/{44e5afdb91b92dedfbd3100a3e73dab27de1c9cf => dab7e3c30dd690e5085845 [...]
copy {binutils/sha1/18737d14799d609054994987dd75631430637a99 => llvm/sha1/dab7e3c3 [...]
copy llvm/sha1/{44e5afdb91b92dedfbd3100a3e73dab27de1c9cf => dab7e3c30dd690e5085845 [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 65793a224 Add entry 9589c128ae40df3e2277487544e693f3887f7d63 from https [...]
new 06de59201 Add entry dab7e3c30dd690e50858450b658f32a1d1e9cf86 from https [...]
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:
.../tcwg_bmk-code_vect-spec2k6/llvm-aarch64-master-O3/build_url | 2 +-
.../llvm-aarch64-master-O3}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{05670b42f5b45710bfdba48dcb7e8c30c8c7478f => dab7e3c30dd690e5085845 [...]
copy llvm/sha1/dab7e3c30dd690e50858450b658f32a1d1e9cf86/{tcwg_flang_test/main-aarc [...]
--
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 320eb81df4f6 Add linux-next specific files for 20240814
omits f41d141fcb22 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 99226dceec92 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
omits 47f423f56974 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
omits 9294f07d760d Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
omits d41ef9c371e4 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits f0863ec01dfd Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
omits 4cc2167c2f6a Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
omits dd42328b7a3d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b507beafe2bb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 59d668a88bbb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 34cde695edbf Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 483252f2642d Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
omits fa35e6193f3a Merge branch 'at24/for-next' of git://git.kernel.org/pub/s [...]
omits 30c469b1128e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c20b878f1662 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 11d3c8cc1bfa Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
omits c9902855ff27 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 618f14eaf80a Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
omits edcb613dd842 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d0fd3c1315be Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
omits dd478649854b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits bf4dfb47dbc0 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits ab71a0629470 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3ed6917d0b21 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 972823eb6a33 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d55365edb2c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 0b0cb0a62c3e Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
omits 815d6c77e60b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1f412f4cb1e5 Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
omits 67f1603f5fe5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 7da9ccf37830 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 1a0f529246f9 Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
omits 02f819c81bd5 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
omits 30df00feda82 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
omits 093d31e2354f Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits bcee3fddd7ba Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 6ac50efb9ab5 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
omits 9c2dd3778cf6 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
omits b49c96d14729 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 15267bba91e5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 229c4eaa70b0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 709f65a001a7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 05f289a09c20 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4aa9cb16d5dc Merge branch 'topic/ppc-kvm' of git://git.kernel.org/pub/s [...]
omits da8dcce6312c Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
omits 445bdfd3b16f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 197a7e69a482 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e5467e33e93e Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
omits e2be7c126a8e Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 26f6656d424e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8e66f70e7978 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0dc5210c1e21 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3ea55a0dc79c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 77ca8ab75e2a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 390ec1fe6c66 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d6a5ee8d0054 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
omits 921535f2a295 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits b34d009a50c7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0e44552d1176 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
omits dd50f3912462 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
omits 47c297d117c2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 5221adba1b8c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ca316f8104d6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1a2996efeb87 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
omits 1209b7a9107d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 493595fbdb36 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits cc2e0dd2d592 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits ce18e83d1e8a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1309ca998e45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3ed88cdc60ab Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 15c7f86a34e1 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
omits 64dadd7974df Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits d1f2ceeefec6 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 7f65c00fb913 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits 3c9ee4a11f7b Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 87242feee694 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 06997df62698 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
omits 9911039d988d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 03506d5c7935 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 6b5016d14471 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 9081d7681929 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 331664cff4d7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 03f8fc1602a8 Merge branch 'thermal/linux-next' of git://git.kernel.org/ [...]
omits f6b71f008922 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits a6ac93fc3fe5 Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
omits f83c396d6a5c Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
omits 67663cb5f293 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
omits 06d07d4e1b29 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits 072a424c272c Merge branch 'master' of git://linuxtv.org/mchehab/media-next.git
omits 9b7d05ae6e27 Merge branch 'master' of git://linuxtv.org/media_tree.git
omits c41d3a1341eb Merge branch 'docs-next' of git://git.lwn.net/linux.git
omits a69d388547d2 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
omits aa3c0ddb0665 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
omits ca8016cb753c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 54ff65cd5557 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
omits b2b726a5d51d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 5119d548256d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b259a182e446 Merge branch 'fs-next' of linux-next
omits 3ff9b28b433a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a197e53e0045 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits bdb2eccc1f3d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d7cd08f87e80 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
omits e262758f92c3 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
omits 65f59a7806e9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 624c4eada892 Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
omits 7f1af82cd901 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
omits c4db920fb02e Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
omits db72b8a43f12 Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
omits 448626151a22 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8d9415ca159a Merge branch 'next' of https://git.linaro.org/people/jens. [...]
omits 2bc2f31d2a56 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
omits 94a121966ec5 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
omits f3d3d686c3c4 Merge branch 'for-next' of https://github.com/sophgo/linux.git
omits 3196ba57df49 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
omits 2ff22dbb60bd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b6ac766e8d80 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d84830451ca0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ad7babd3a6f8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d2484801556b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ec9f101ea887 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6ec6aae9f3c8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b831ceef65f6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 06af44c83904 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits fe1bcd2c650c Merge branch 'davinci/for-next' of git://git.kernel.org/pu [...]
omits 6fa00792502a Merge branch 'next' of https://github.com/Broadcom/stblinux.git
omits 2f0913662447 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
omits 1d455af70166 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a8a23bc9051d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6e2bcf4f601f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6f5e2c19cbb5 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
omits d38a91b74eb0 Merge branch 'clang-format' of https://github.com/ojeda/linux.git
omits d52d5bd0232a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5280e5ca1552 Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
omits bd5989ca496c Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 2f669f614f22 Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 520019c4a8e3 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
omits 99789c875341 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits c9a6df325b8e Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
omits 07fc20091294 Merge branch 'perf-tools' of git://git.kernel.org/pub/scm/ [...]
omits 7e327a2108b5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 11101a07a0d8 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
omits e60e06da0b9c Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
omits 2012e6dc1a56 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 2ebfa2759a17 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits 84f33e36845b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 5cbce0316f43 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits e0dfb9405cd8 Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
omits 39493abf0a49 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits ad64120ff487 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub [...]
omits b6ccb5958d54 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
omits 8c6a19d501b3 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits 24c9b38482eb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 7556edd44ab1 Merge branch 'at91-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 01c5511e39d1 Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 4ed0e7fc4a62 Merge branch 'fixes' of https://git.linuxtv.org/media_stage.git
omits 3d816a639dd0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits e66c22213072 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 03bef0cf93dd Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
omits d16f26555cb3 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 426b299406ef Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 969a9dd50549 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 631fee388537 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
omits 0bede44c63d1 Merge branch 'driver-core-linus' of git://git.kernel.org/p [...]
omits 4ce57e8ea075 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits bead585bc25d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 6fd2723efa21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 6c6c2ae89ba9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 34d2b828d797 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits c3eef3884b30 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 286dc91bca8b Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 28256d46a187 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 8da4acf47be1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 4a22bc7aaf36 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 60644b7449bd Merge branch 'fs-current' of linux-next
omits e0fbce36db30 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits bb62fbd2b0e3 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits 3352e9a6b3b3 Merge branch '9p-next' of git://github.com/martinetd/linux
omits 4bf6a671dbe1 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits 92a6512b9bc7 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
omits c33aabc13285 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 756f2f14969f Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits 2713c1db2cfd Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 26c6eeacdbd0 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits a4d2af9f1449 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d5c950e09d00 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
omits ac3ec2a718cf Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits 8b54e46ed164 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1ea831f33184 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
omits 6c7f20ab7680 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 6561ab6ab62f Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 07d9478e7988 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 4ddc6db12829 .mailmap: Add an entry for my work email address
omits 77087936ebf4 Merge branch 'drivers/next' into next
omits 19f040b1fd9d Merge branch 'devicetree-arm64/next' into next
omits e36fa9c9c9d4 Merge branch 'devicetree/next' into next
omits 6e7b99d720da ARM: dts: bcm271x: add missing properties to local_intc
omits 53f195db51e2 Merge branch 'vfs.xattr' into vfs.all Signed-off-by: Chris [...]
omits 552031ee51c9 Merge branch 'vfs.folio' into vfs.all Signed-off-by: Chris [...]
omits 746c38b6b4ca Merge branch 'vfs.mgtime' into vfs.all Signed-off-by: Chri [...]
omits 8594cc46adde Merge branch 'vfs.mount' into vfs.all Signed-off-by: Chris [...]
omits a0c684cf069b Merge branch 'vfs.misc' into vfs.all Signed-off-by: Christ [...]
omits da82b02139db Merge branch 'vfs.fixes' into vfs.all Signed-off-by: Chris [...]
omits 0c08826b1269 Merge remote-tracking branch 'asoc/for-6.12' into asoc-next
omits a53935f8153a Merge branches 'rproc-next', 'rpmsg-next' and 'hwspinlock- [...]
omits 243d34b77b87 Merge branch 'for-next-next-v6.11-20240813' into for-next- [...]
omits 03775ee28447 Merge branch 'for-next-current-v6.10-20240813' into for-ne [...]
omits 9c4e66f601aa Merge branch 'misc-next' into for-next-next-v6.11-20240813
omits 4a642aa87fea Merge branch 'b-for-next' into for-next-next-v6.11-20240813
omits bd31b84debb8 Merge branch 'misc-6.11' into for-next-next-v6.11-20240813
omits 1e25ba168cb1 Merge branch 'misc-6.11' into for-next-current-v6.10-20240813
omits 4d4bfdb773e5 btrfs: add io_uring interface for encoded reads
omits 6e6310857c27 btrfs: zoned: properly take lock to read/update BG's zoned [...]
omits e79d9a668eca btrfs: qgroup: use xarray to track dirty extents in transaction.
omits fe24bcf9b127 btrfs: qgroup: use goto style to handle error in add_delay [...]
omits 1bc38d7835f9 btrfs: make compression path to be subpage compatible
omits c687bfd0d4d4 btrfs: scrub: use generic ratelimit helpers to output erro [...]
omits 6b9abfbc6cdc btrfs: scrub: ensure we output at least one error message [...]
omits 7f01e740bf37 btrfs: scrub: simplify the inode iteration output
omits 7b649e75eb00 btrfs: scrub: remove unnecessary dev/physical lookup for s [...]
omits 374411f99e46 btrfs: scrub: remove unused is_super parameter from scrub_ [...]
omits 9b43bd63c2f9 btrfs: reduce the log level for btrfs_dev_stat_inc_and_print()
omits 52dcba34324e btrfs: scrub: fix incorrectly reported logical/physical address
omits 4215190c7ddc btrfs: handle unexpected parent block offset in btrfs_allo [...]
omits 9b634a57636f btrfs: === misc-next on b-for-next ===
omits 9056e7937d93 btrfs: update target inode's ctime on unlink
omits 57cfb776d553 btrfs: send: annotate struct name_cache_entry with __counted_by()
omits edd3357cb8e5 btrfs: annotate btrfs_io_context and btrfs_chunk_map with [...]
omits bdbb6265e7c5 Merge branches 'for-next/scmi/updates' and 'for-next/juno/ [...]
omits d5651e09b232 binfmt_flat: Fix corruption when not offsetting data start
omits a79a618d7d33 NFSD: Fix NFSv4's PUTPUBFH operation
omits 10118d522877 nfsd: Add quotes to client info 'callback address'
omits b00db0045a28 svcrdma: Handle device removal outside of the CM event handler
omits ed4cbf5609e3 SQUASH: nfsd: move error choice for incorrect object types [...]
omits bd0c04afe5c0 nfsd: move error choice for incorrect object types to vers [...]
omits 0b1f760e82ab foo
omits 6499e2f28841 lib/rhashtable: cleanup fallback check in bucket_table_alloc()
omits 92d3c05661d0 watchdog: Handle the ENODEV failure case of lockup_detecto [...]
omits 4234c9569262 lockdep: upper limit LOCKDEP_CHAINS_BITS
omits 58215eef0598 failcmd: make failcmd.sh executable
omits 18f6cf622940 fault-injection: enhance failcmd to exit on non-hex address input
omits 319b86739a46 locking/ww_mutex/test: add MODULE_DESCRIPTION()
omits 9b49329023af x86/mm: add testmmiotrace MODULE_DESCRIPTION()
omits 06420c171662 crypto: arm/xor - add missing MODULE_DESCRIPTION() macro
omits 8875b44a6cde failcmd: add script file in MAINTAINERS
omits c10c3345cb9b crash: fix crash memory reserve exceed system memory bug
omits 44eacec2cec1 fs/procfs: remove build ID-related code duplication in PRO [...]
omits 486a021c0bac lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()
omits 654dd05f52b2 ARM: use generic interface to simplify crashkernel reservation
omits 502c1ccdea74 crash: fix x86_32 crash memory reserve dead loop
omits bc9dc4e7bebd crash: fix x86_32 crash memory reserve dead loop bug
omits 4ee87c4da345 lib/lru_cache: fix spelling mistake "colision"->"collision"
omits 58522ffac0f7 closures: use seq_putc() in debug_show()
omits 9224ce15db51 dyndbg: use seq_putc() in ddebug_proc_show()
omits 779c1b2ab181 scripts/gdb: add 'lx-kasan_mem_to_shadow' command
omits 4968307d1bf4 scripts/gdb: add 'lx-stack_depot_lookup' command.
omits 875a000bcfb4 scripts/gdb: fix lx-mounts command error
omits b6bd70dfda2f scripts/gdb: add iteration function for rbtree
omits 49511c8d64e0 scripts/gdb: fix timerlist parsing issue
omits 0386c8dd24ca scripts: reduce false positives in the macro_checker script
omits e4e9907caf66 scripts: add macro_checker script to check unused paramete [...]
omits c81b727a91da xz: remove XZ_EXTERN and extern from functions
omits 1dbdc69c375c riscv: boot: add Image.xz support
omits 6526ab489e6b arm64: boot: add Image.xz support
omits 61e99cddebdb xz: adjust arch-specific options for better kernel compression
omits 7bb3f9ac8b0d xz: use 128 MiB dictionary and force single-threaded mode
omits 17a91d9e87e0 xz: add RISC-V BCJ filter
omits 6f4925c0bf00 xz: Add ARM64 BCJ filter
omits cf6d0b56a3bb xz: optimize for-loop conditions in the BCJ decoders
omits b3535ecac166 xz: cleanup CRC32 edits from 2018
omits 7f7ff8168d3b xz: Documentation/staging/xz.rst: Revise thoroughly
omits de40f5efc6be xz: improve the MicroLZMA kernel-doc in xz.h
omits 740152a28efe xz: fix kernel-doc formatting errors in xz.h
omits 81824de89ebc xz: fix comments and coding style
omits c9fb8bfc38af xz: switch from public domain to BSD Zero Clause License (0BSD)
omits 734eb69cc60d LICENSES: add 0BSD license text
omits 4ceb95c65cba MAINTAINERS: add XZ Embedded maintainer
omits 060b9d324cf6 ocfs2: fix the la space leak when unmounting an ocfs2 volume
omits a71144b8d076 kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()
omits 3f490d47b07a kcov: don't instrument lib/find_bit.c
omits 70b5137a71ca lib: test_objpool: add missing MODULE_DESCRIPTION() macro
omits df979b2160c4 mul_u64_u64_div_u64: avoid undefined shift value
omits 5c47e2aacf0f mul_u64_u64_div_u64: basic sanity test
omits b973e9ff9483 mul_u64_u64_div_u64: make it precise always
omits b447504e1fed mm: optimization on page allocation when CMA enabled
omits c11f74a938ee mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) [...]
omits 366a01e75f52 mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
omits ef534a0d5198 mm/vmstat: defer the refresh_zone_stat_thresholds after al [...]
omits 650a74146261 mm: accept to promo watermark
omits bfdcec7cdfc6 mm: page_isolation: handle unaccepted memory isolation
omits 91abdcee0554 mm: add a helper to accept page
omits ed7874f106c2 mm: rework accept memory helpers
omits 92c331ff8e50 mm: introduce PageUnaccepted() page type
omits 05a6f2f057cf mm: accept memory in __alloc_pages_bulk()
omits e3024e0d6d02 mm: reduce deferred struct page init ifdeffery
omits 783a9dd4cb7b mm/migrate: move common code to numa_migrate_check (was nu [...]
omits ad80273d43b7 memcg: replace memcg ID idr with xarray
omits 75747a26eec1 mm,memcg: provide per-cgroup counters for NUMA balancing o [...]
omits 12c3a0b2768b selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
omits d65aea610f0a mm: attempt to batch free swap entries for zap_pte_range()
omits f2ffc19ba097 mm: rename instances of swap_info_struct to meaningful 'si'
omits 8d68ac90c7fd mm: tidy up shmem mTHP controls and stats
omits 401b8776dacf mm: cleanup count_mthp_stat() definition
omits a0e691a5ac52 mm/mprotect: fix dax pud handlings
omits 4d4785cd87b1 mm/x86: add missing pud helpers
omits b6f63d426b03 mm/x86: arch_check_zapped_pud()
omits 9409271a36f0 mm/x86: make pud_leaf() only care about PSE bit
omits 13b3de2bab3e mm/powerpc: add missing pud helpers
omits fb6fd34580b1 mm/mprotect: push mmu notifier to PUDs
omits 8b5ddc5668eb mm/dax: dump start address in fault handler
omits f8d7e7f0e2a4 mm: return the folio from swapin_readahead
omits 50687dedf7dc mm: remove PG_error
omits f8485218ad77 fs: remove calls to set and clear the folio error flag
omits ca0b83d11936 mm: kfence: print the elapsed time for allocated/freed track
omits ce833f70fcdb docs: move numa=fake description to kernel-parameters.txt
omits 3b03679a87ae mm: make range-to-target_node lookup facility a part of nu [...]
omits 6dc84bb2ed07 arch_numa-switch-over-to-numa_memblks-fix
omits 8c69edb143a9 arch_numa: switch over to numa_memblks
omits da608463828e of, numa: return -EINVAL when no numa-node-id is found
omits 79617b881051 mm: numa_memblks: use memblock_{start,end}_of_DRAM() when [...]
omits 51469753967f mm: numa_memblks: make several functions and variables static
omits 5a812732a43c mm: numa_memblks: introduce numa_memblks_init
omits f22dac964cc8 mm: introduce numa_emulation
omits 8642e8a50150 mm: move numa_distance and related code from x86 to numa_memblks
omits 003378ea51a9 mm: introduce numa_memblks
omits 053b6e9f3238 x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
omits 9c5e8533c753 x86/numa_emu: use a helper function to get MAX_DMA32_PFN
omits 0981cfadaeec x86/numa_emu: split __apicid_to_node update to a helper function
omits 94c453e65d3c x86/numa_emu: simplify allocation of phys_dist
omits 615624241da8 x86/numa: move FAKE_NODE_* defines to numa_emu
omits 9932aab6a7b4 x86/numa: use get_pfn_range_for_nid to verify that node sp [...]
omits 5be82d9894b5 x86/numa: simplify numa_distance allocation
omits 69850463abd5 arch, mm: pull out allocation of NODE_DATA to generic code
omits a272dacb8b7f mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
omits d2be248f6493 arch, mm: move definition of node_data to generic code
omits 6a65a8a4c653 MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
omits dced622be1b8 MIPS: loongson64: rename __node_data to node_data
omits 17a064804ad2 MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
omits b1fe99a1c47d MIPS: sgi-ip27: ensure node_possible_map only contains val [...]
omits 5885fd1c8e9d MIPS: sgi-ip27: make NODE_DATA() the same as on all other [...]
omits b191003e4cd2 mm: move kernel/numa.c to mm/
omits 8d5116a9cb07 mm: shmem: support large folio swap out
omits 540eb6864df0 mm: shmem: split large entry if the swapin folio is not large
omits 63bc00fa3217 mm: shmem: drop folio reference count using 'nr_pages' in [...]
omits 96e86d5ba666 mm: shmem: support large folio allocation for shmem_replac [...]
omits 4f1f4319074b mm: shmem: use swap_free_nr() to free shmem swap entries
omits 878a8ea6923e mm: filemap: use xa_get_order() to get the swap entry order
omits acb88b2c6953 mm: shmem: return number of pages beeing freed in shmem_free_swap
omits 729cf30c82c5 mm: shmem: extend shmem_partial_swap_usage() to support la [...]
omits 24e4fd1fbaf4 mm: swap: extend swap_shmem_alloc() to support batch SWAP_ [...]
omits 07e65325d4e2 mm: vmscan: add validation before spliting shmem large folio
omits 41566824ed89 percpu: remove pcpu_alloc_size()
omits cf53be3ffe24 mm/rmap: minimize folio->_nr_pages_mapped updates when bat [...]
omits 04aca9a945a3 fixup! selftests/mm: Add mseal test for no-discard madvise
omits 22a6d781be6b selftests/mm: add mseal test for no-discard madvise
omits a3c577c713db kfence: introduce burst mode
omits da9b4fbfa369 mm: fix (harmless) type confusion in lock_vma_under_rcu()
omits 38d22ee4ede6 zswap: track swapins from disk more accurately (fix)
omits a3672c4d7a9f zswap: track swapins from disk more accurately
omits c7b461950a8f zswap: implement a second chance algorithm for dynamic zsw [...]
omits 0138957918ce zswap: implement a second chance algorithm for dynamic zsw [...]
omits dd0d432c1bd0 mm: zswap: make the lock critical section obvious in shrin [...]
omits 30a5ebab0bbc mm: only enforce minimum stack gap size if it's sensible
omits 6761f6e3fdc6 mm: remove duplicated include in vma_internal.h
omits cff91b482225 mm-support-large-folios-swap-in-for-zram-like-devices-fix
omits bfca540f6d19 mm: support large folios swap-in for zRAM-like devices
omits 0d1d7bb21a94 mm: add nr argument in mem_cgroup_swapin_uncharge_swap() h [...]
omits 4765530dcaa2 mm/ksm: convert break_ksm() from walk_page_range_vma() to [...]
omits da357971a344 mm: remove follow_page()
omits 1a8ba19b7f65 s390/mm/fault: convert do_secure_storage_access() from fol [...]
omits 68d4353db55b s390/uv: convert gmap_destroy_page() from follow_page() to [...]
omits cc2dd800a138 mm-huge_memory-convert-split_huge_pages_pid-from-follow_pa [...]
omits 4821fd5e299b mm/huge_memory: convert split_huge_pages_pid() from follow [...]
omits 35b5ed8ba111 mm/ksm: convert scan_get_next_rmap_item() from follow_page [...]
omits 4062569c952c mm/ksm: convert get_mergeable_page() from follow_page() to [...]
omits c4ffc3ce366e mm/migrate: convert add_page_for_migration() from follow_p [...]
omits 4d5b5361169f mm/migrate: convert do_pages_stat_array() from follow_page [...]
omits 83992bfd2bff mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
omits d03fdb0b6e8c mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTAB [...]
omits 63d613d1c499 include/linux/mmzone.h: clean up watermark accessors
omits 141a66181269 mm: print the promo watermark in zoneinfo
omits 127d558a9eec mm: create promo_wmark_pages and clean up open-coded sites
omits 0cf97f51d8db mm: consider CMA pages in watermark check for NUMA balanci [...]
omits afcfd5181e14 mm: zswap: fix global shrinker error handling logic
omits 7691fa73d66d mm: zswap: fix global shrinker memcg iteration
omits 2faeb59ee86f mm-swap-add-a-adaptive-full-cluster-cache-reclaim-fix
omits 6ca6916a08e7 mm: swap: add a adaptive full cluster cache reclaim
omits 662fd853f7a8 mm: swap: relaim the cached parts that got scanned
omits f49c628c03d4 mm: swap: add a fragment cluster list
omits c540916d72a6 mm-swap-allow-cache-reclaim-to-skip-slot-cache-fix
omits 8de48b5e80b1 mm: swap: allow cache reclaim to skip slot cache
omits bd0974170cd3 mm: swap: skip slot cache on freeing for mTHP
omits 0abd70a44e0a mm: swap: clean up initialization helper
omits 22569be49d8d mm: swap: separate SSD allocation from scan_swap_map_slots()
omits 26d05960520c mm: swap: mTHP allocate swap entries from nonfull list
omits f5f2add607ef mm: swap: swap cluster switch to double link list
omits fd96e0539aae mm: swap: allocate folio only first time in __read_swap_ca [...]
omits 9916c93f3de2 mm: clarify folio_likely_mapped_shared() documentation for [...]
omits 665939993034 mm/rmap: cleanup partially-mapped handling in __folio_remo [...]
omits e6027ad50d56 mm/hugetlb: remove hugetlb_follow_page_mask() leftover
omits 4bb5839b0d83 mm/memory_hotplug: get rid of __ref
omits 3a085367294b mm: prohibit NULL deference exposed for unsupported non-bl [...]
omits 5fdd33948de6 mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
omits 337724d88a0e mm: document __GFP_NOFAIL must be blockable
omits bebe1719e393 vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
omits 2d79970d89a2 mm: clarify swap_count_continued and improve readability f [...]
omits 9393275ac9cc mm: swap: add nr argument in swapcache_prepare and swapcac [...]
omits ded2fc1c1cdb mm/z3fold: add __percpu annotation to *unbuddied pointer i [...]
omits 0c21fd76f42b mm/cma: change the addition of totalcma_pages in the cma_i [...]
omits 25ccf7f41d87 mm: improve code consistency with zonelist_* helper functions
omits f8452ad48e3e tools: add skeleton code for userland testing of VMA logic
omits 8b993eece318 tools: separate out shared radix-tree components
omits 64aa6051ede9 MAINTAINERS: add entry for new VMA files
omits bc1c1c6e4500 mm: move internal core VMA manipulation functions to own file
omits 9d265bdc7bad mm: move vma_shrink(), vma_expand() to internal header
omits a157a6ad4b59 mm: move vma_modify() and helpers to internal header
omits d87b406b4e52 mm: userfaultfd: fix user-after-free in userfaultfd_clear_vma()
omits 7fc0672752af userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
omits 4222d4ce9602 mm, memcg: cg2 memory{.swap,}.peak write tests
omits d673b03a744c mm, memcg: cg2 memory{.swap,}.peak write tests
omits 92c7b25c158c mm, memcg: cg2 memory{.swap,}.peak write handlers
omits d132ef992aa9 s390/uv: drop arch_make_page_accessible()
omits daf9a560e674 mm/gup: convert to arch_make_folio_accessible()
omits 71d51c48b012 mm: simplify arch_make_folio_accessible()
omits 907a0732c36f lib: test_hmm: use min() to improve dmirror_exclusive()
omits 737576cccda7 powerpc/8xx: document and enforce that split PT locks are [...]
omits b237e8970306 mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
omits 2d79f805bc9e mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS int [...]
omits 34a50e65cb7d mm/vmalloc: combine all TLB flush operations of KASAN shad [...]
omits 5331ac30f259 mm: page_counters: initialize usage using ATOMIC_LONG_INIT [...]
omits 34b227776693 mm: page_counters: put page_counter_calculate_protection() [...]
omits 71e2b35483d2 mm: memcg: don't call propagate_protected_usage() needlessly
omits 3a56c00a3b37 mm: hugetlb: remove left over comment about follow_huge_foo()
omits 5ca3cc367db0 kmemleak-test: add percpu leak
omits 34757ff0d052 kmemleak-enable-tracking-for-percpu-pointers-v2
omits 97bd62bbaec5 kmemleak: enable tracking for percpu pointers
omits fa7710761ceb task_stack: uninline stack_not_used
omits e0c9f19c80a0 vmstat: kernel stack usage histogram
omits 68d3a4aaa54f memcg-increase-the-valid-index-range-for-memcg-stats-v5
omits eb812b42b593 memcg: increase the valid index range for memcg stats
omits 1a97a412bcff mm: shrink skip folio mapped by an exiting process
omits b481fe0f97f6 mm-swap-remove-boilerplate-fix
omits 5840b3d11b59 mm/swap: remove boilerplate
omits b20229849b87 mm/swap: remove remaining _fn suffix
omits eeef8506f01c mm/swap: fold lru_rotate into cpu_fbatches
omits fc8403b3dccd mm/swap: rename cpu_fbatches->activate
omits 15966e60cf66 mm/swap: reduce indentation level
omits 4e15308362fe Documentation/zram: add documentation for algorithm parameters
omits bc3fb92ca1e6 zram: add dictionary support to zstd backend
omits 9bfb24f00fcc zram: add dictionary support to lz4hc
omits 8e8c155b6da3 zram: add dictionary support to lz4
omits fa4664755756 zram: move immutable comp params away from per-CPU context
omits 8b341ccf82b6 zram: introduce zcomp_ctx structure
omits 969ba9fa0e5b zram: introduce zcomp_req structure
omits 1d0f0b28e0d2 zram: add support for dict comp config
omits cafed838651a zram: extend comp_algorithm attr write handling
omits 4a870faeda92 zram: recalculate zstd compression params once
omits 8cb89240b56e zram: introduce zcomp_params structure
omits 80f72d28f4d9 zram: check that backends array has at least one backend
omits c5d6b5b91b0f zram: add 842 compression backend support
omits 8440ce9a12cc zram: add zlib compression backend support
omits 79c05fb739c5 zram: pass estimated src size hint to zstd
omits dba09027f2ef zram: add zstd compression backend support
omits 0a1749eb53de zram: add lz4hc compression backend support
omits c0abb7df44b7 zram: add lz4 compression backend support
omits 04b8b1193e1d zram: add lzo and lzorle compression backends support
omits 4e4d21c268c5 zram: introduce custom comp backends API
omits a07d3b495b7f lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()
omits 2e74fe94794f lib: lz4hc: export LZ4_resetStreamHC symbol
omits afd7a669f44d lib: zstd: export API needed for dictionary support
omits 358a4cf12ba7 memory tiering: count PGPROMOTE_SUCCESS when mem tiering i [...]
omits d332dbac915b memory tiering: introduce folio_use_access_time() check
omits 9be303fc5337 memory tiering: read last_cpupid correctly in do_huge_pmd_ [...]
omits 7d9802a823c6 mm: extend 'usage' parameter so that cluster_swap_free_nr( [...]
omits e7b92e36fac6 mm: kmem: remove mem_cgroup_from_obj()
omits ad2f053848f6 mm: remove foll_flags in __get_user_pages
omits 5ddf9739fb10 mm: cleanup flags usage in faultin_page
omits d2b65936ba07 mm/damon/lru_sort: adjust local variable to dynamic allocation
omits 2853534816b1 mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO
omits 22bc8b01679a shmem_quota: build the object file conditionally to the co [...]
omits 3c61a28abf1e mm: fix typo in Kconfig
omits 613fd843bfac mm: shmem: move shmem_huge_global_enabled() into shmem_all [...]
omits 2ee48f266dec mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
omits 5a647d0bdc51 mm: shmem: simplify the suitable huge orders validation for tmpfs
omits 31c50a41db87 mm: kvrealloc: properly document __GFP_ZERO behavior
omits feaab99066fd mm: kvrealloc: disable KASAN when switching to vmalloc
omits 1bf3328c89c5 mm: (k)vrealloc: document concurrency restrictions
omits 8dd3eee6ca7f mm: kvmalloc: align kvrealloc() with krealloc()
omits d826762f29b8 mm: vrealloc: properly document __GFP_ZERO behavior
omits ee3cbe203fdf mm: vrealloc: consider spare memory for __GFP_ZERO
omits ea47578be70f mm: (k)vrealloc: document concurrency restrictions
omits 9efcd6bcfce7 mm: vrealloc: fix missing nommu implementation
omits 938dec07f700 mm: vmalloc: implement vrealloc()
omits a4adf85d014d mm: add node_reclaim successes to VM event counters
omits e12de9d711fa selftests: memfd_secret: don't build memfd_secret test on [...]
omits 99274f353f2c selftests: mm: fix build errors on armhf
omits 4bb3df8b6160 mm: fix endless reclaim on machines with unaccepted memory
omits 8a86124cdf15 selftests/mm: compaction_test: Fix off by one in check_com [...]
omits a7bc514f1754 mm/numa: no task_numa_fault() call if PMD is changed
omits 8484d8fdf6d1 mm/numa: no task_numa_fault() call if PTE is changed
omits 0ac2c00bcd35 nilfs2: fix state management in error path of log writing [...]
omits 6cd04a440f57 powerpc/mm: fix size of allocated PGDIR
omits 2bed81a7f044 mm/vmalloc: fix page mapping if vm_area_alloc_pages() with [...]
omits c53cdf4e6af3 mm-dont-account-memmap-per-node-v5
omits 6149753e5675 mm: don't account memmap per-node
omits 1986cb986556 mm: add system wide stats items category
omits 04324f184c85 mm: don't account memmap on failure
omits 0fbb67d08db4 mm/hugetlb: fix hugetlb vs. core-mm PT locking
omits b003e7b85efa lib/stackdepot: double DEPOT_POOLS_CAP if KASAN is enabled
omits 12bc6d8cac09 mseal: fix is_madv_discard()
omits b149b6d24595 mm-memory-failure-use-raw_spinlock_t-in-struct-memory_fail [...]
omits e7769d761520 mm/memory-failure: use raw_spinlock_t in struct memory_fai [...]
omits 52645e0249e1 mm/migrate: fix deadlock in migrate_pages_batch() on large folios
omits bdd2ed440e72 bcachefs: Add a time_stat for blocked on key cache flush
omits 4369133a1e75 bcachefs: Convert open-coded extra computation to helper
omits f37fa0d42de6 bcachefs: Remove dead code in __build_ro_aux_tree
omits 6c8f52806363 bcachefs: Remove unused parameter of bkey_mantissa_bits_dropped
omits 1f2445d928ac bcachefs: Remove unused parameter of bkey_mantissa
omits d2def4e3a92e bcachefs: Add Hysteresis to waiting on btree key cache flush
omits 3062548cf73b bcachefs: improve trans_blocked_journal_reclaim tracepoint
omits 070f7d6a382a bcachefs: bch2_sb_nr_devices()
omits 79b81e5bc420 bcachefs: trivial open_bucket_add_buckets() cleanup
omits a276f61ff006 bcachefs: Fix a spelling error in docs
omits c6ee392b09a1 bcachefs: promote_whole_extents is now a normal option
omits 87335250a0c5 bcachefs: Move rebalance_status out of sysfs/internal
omits a1dffe1eb85e bcachefs: remove the unused parameter in macro bkey_crc_next
omits f95f327f374f bcachefs: fix macro definition allocate_dropping_locks
omits 8483d4721b69 bcachefs: fix macro definition allocate_dropping_locks_errcode
omits bb3dbe9edec2 bcachefs: remove the unused macro definition
omits f8c061090880 bcachefs: switch to rhashtable for vfs inodes hash
omits 4eb25eb427bf inode: make __iget() a static inline
omits d24801891c75 bcachefs: quota_reserve_range() -> for_each_btree_key_in_s [...]
omits 79ea3edf21b2 bcachefs: bch2_folio_set() -> for_each_btree_key_in_subvol [...]
omits 74f4e3fba18e bcachefs: range_has_data() -> for_each_btree_key_in_subvol [...]
omits 5f2d43081ba2 bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvol [...]
omits 038ba8362822 bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvol [...]
omits 31a0a381dbe5 bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvo [...]
omits 3964eeec451f bcachefs: bch2_readdir() -> for_each_btree_key_in_subvolume_upto
omits c740b06d2142 bcachefs: for_each_btree_key_in_subvolume_upto()
omits e0eefecd4b67 bcachefs: bch2_fiemap(): call trans_begin() on every loop iter
omits f4998b352f1c bcachefs: bchfs_read(): call trans_begin() on every loop iter
omits 0dcaf062af58 bcachefs: kill bch2_btree_iter_peek_and_restart()
omits 93ee457f6a42 bcachefs: Btree path tracepoints
omits 4813380442ad bcachefs: Add check for btree_path ref overflow
omits a9a7c2813e31 bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
omits fb17d668ca72 bcachefs: allocate inode by using alloc_inode_sb()
omits 23ca2bdd5fdb bcachefs: Opt_durability can now be set via bch2_opt_set_sb()
omits 1ec0c4d20627 bcachefs: bch2_opt_set_sb() can now set (some) device options
omits 13dc31d49a69 bcachefs: data_allowed is now an opts.h option
omits bc69bc820fd2 bcachefs: Convert for_each_btree_node() to lockrestart_do()
omits a6c12809975b f2fs: fix to use per-inode maxbytes and cleanup
omits aac0828ab000 f2fs: use f2fs_get_node_page when write inline data
omits 4b7a75f22805 f2fs: sysfs: support atgc_enabled
omits 2a331ab343ee Revert "f2fs: use flush command instead of FUA for zoned device"
omits 8ce36b8b1150 f2fs: get rid of buffer_head use
omits 415ea641b020 f2fs: fix to avoid racing in between read and OPU dio write
omits e60776860678 f2fs: fix to wait dio completion
omits f541093786a3 f2fs: reduce expensive checkpoint trigger frequency
omits 374a8881ce4c f2fs: atomic: fix to forbid dio in atomic_file
omits 7566a155c666 f2fs: atomic: fix to not allow GC to pollute atomic_file
omits 350006650b29 Merge branch 'soc/next' into next
omits c24c4d204a20 Merge branch 'devicetree-arm64/next' into next
omits b18d17d1a97b Merge branch 'regmap-linus' into regmap-next
omits c2429cc2c731 Merge remote-tracking branch 'regmap/for-6.10' into regmap-linus
new 3eb3cd5992f7 binfmt_flat: Fix corruption when not offsetting data start
new f50733b45d86 exec: Fix ToCToU between perm check and set-uid/gid usage
new 6b0f8db921ab Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/s [...]
new 02f8ca3d4905 Merge tag 'bpf-6.11-rc4' of git://git.kernel.org/pub/scm/l [...]
new 4ac0f08f44b6 Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub [...]
new 9d5906799f7d Merge tag 'selinux-pr-20240814' of git://git.kernel.org/pu [...]
new c9b35a6f4ede KVM: eventfd: Use synchronize_srcu_expedited() on shutdown
new 66155de93bcf KVM: x86: Disallow read-only memslots for SEV-ES and SEV-S [...]
new 1c0e5881691a KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG
new d07b43284ab3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 8944979b0add mm/migrate: fix deadlock in migrate_pages_batch() on large folios
new 2b93f55fd674 mm/memory-failure: use raw_spinlock_t in struct memory_fai [...]
new 0cd549447c65 mm-memory-failure-use-raw_spinlock_t-in-struct-memory_fail [...]
new 05f1cc3fc7e4 mseal: fix is_madv_discard()
new ccc163fedb01 lib/stackdepot: double DEPOT_POOLS_CAP if KASAN is enabled
new ca06bacf3e7d mm/hugetlb: fix hugetlb vs. core-mm PT locking
new da4d188acb76 mm: don't account memmap on failure
new 82f0e574eddc mm: add system wide stats items category
new 8e4a97b7be3d mm: don't account memmap per-node
new dad32d5e0328 mm-dont-account-memmap-per-node-v5
new 41bb9ed524b8 mm/vmalloc: fix page mapping if vm_area_alloc_pages() with [...]
new 972c7290e67e mm/numa: no task_numa_fault() call if PTE is changed
new febd382366ef mm/numa: no task_numa_fault() call if PMD is changed
new afc983042f61 selftests/mm: compaction_test: Fix off by one in check_com [...]
new e0836fe2d390 mm: fix endless reclaim on machines with unaccepted memory
new d5388b8f47b2 selftests: mm: fix build errors on armhf
new 80cb8fda20d1 selftests: memfd_secret: don't build memfd_secret test on [...]
new ce24afb8be8f crash: fix riscv64 crash memory reserve dead loop
new d5993820c16e alloc_tag: introduce clear_page_tag_ref() helper function
new 0c7eeac09751 alloc_tag: mark pages reserved during CMA activation as no [...]
new b84264e5a914 mm: vmalloc: ensure vmap_block is initialised before addin [...]
new c976360fb8f2 userfaultfd: fix checks for huge PMDs
new b832f79df257 userfaultfd: don't BUG_ON() if khugepaged yanks our page table
new a94f66324a2a Squashfs: sanity check symbolic link size
new e4bb4f9af3e2 nilfs2: protect references to superblock parameters expose [...]
new 645bc15631c4 nilfs2: fix missing cleanup on rollforward recovery error
new 8b6bd4a2c362 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new 8b30d568bd8d vfs: drop one lock trip in evict()
new c6f23711858f Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 4901a5a8774f Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 13d7b8edf2c7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 1feb6b2add6b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 6024b8ab6ec1 Merge branch 'fs-current' of linux-next
new 4a11ee4cec9d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f94511df53bb arm64: uaccess: correct thinko in __get_mem_asm()
new a21dcf0ea856 arm64: ACPI: NUMA: initialize all values of acpi_early_nod [...]
new 903167deacb5 Merge branch 'for-next/fixes' of git://git.kernel.org/pub/ [...]
new a32e1525e1a3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 655111b838cd mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size
new a2cbb1603943 tcp: Update window clamping condition
new 58430abfd86f Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 3cd740b98596 netfilter: allow ipv6 fragments to arrive on different devices
new d1a7b382a9d3 netfilter: nfnetlink: Initialise extack before use in ACKs
new e9767137308d netfilter: flowtable: initialise extack before use
new 7d8dc1c7be8d netfilter: nf_queue: drop packets with cloned unconfirmed [...]
new ea2306f0330c selftests: netfilter: add test for br_netfilter+conntrack+ [...]
new e0b6648b0446 netfilter: nf_tables: Audit log dump reset after the fact
new 69fc3e9e90f1 netfilter: nf_tables: Introduce nf_tables_getobj_single
new bd662c4218f9 netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET [...]
new 507d786586ca Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 90371167c165 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c286f204ce6b ALSA: usb-audio: Support Yamaha P-125 quirk entry
new 829e2a23121f ALSA: hda/tas2781: Use correct endian conversion
new 88d6148b68e7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new c0196faaa927 ASoC: SOF: mediatek: Add missing board compatible
new 2251db28edcc ASoC: codecs: wcd937x: Fix missing de-assert of reset GPIO
new 248616df397b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new e0ee39920027 Merge remote-tracking branch 'regmap/for-6.10' into regmap-linus
new c962901050b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 2c2fd4713839 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new d0fa8ca89100 PCI: qcom: Use OPP only if the platform supports it
new cd0b3e13ec30 PCI: qcom-ep: Do not enable resources during probe()
new 6960cdc1ef97 PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_ [...]
new 6d27436b41d4 PCI: qcom-ep: Disable MHI RAM data parity error interrupt [...]
new 80a2a75a2a9c Merge branch 'controller/qcom' into for-linus
new a1535a19041e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 6ecf9cb14be2 Merge branch 'driver-core-linus' of git://git.kernel.org/p [...]
new 322769c2545e Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
new afe4d4d0672e Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new 0e234a0994f3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 264d848bfbdd Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new 1cb48f2b5e13 Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
new 44c5efae5445 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 550791f11b03 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 63de936b513f media: atomisp: Fix streaming no longer working on BYT / I [...]
new 37506fa0e1ee Merge branch 'fixes' of https://git.linuxtv.org/media_stage.git
new 62499f382596 Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/ [...]
new 4679b03c8ef7 Merge branch 'at91-fixes' of git://git.kernel.org/pub/scm/ [...]
new 2b9cb21454f3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new c25d29e30a77 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
new 75f0ff38c224 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub [...]
new 558c85e76d40 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new d2dfed310aae platform/x86: asus-wmi: Add quirk for ROG Ally X
new 9c8e022567bb platform/surface: aggregator_registry: Add Support for Sur [...]
new ed235163c3f0 platform/surface: aggregator_registry: Add support for Sur [...]
new 28d04b4a2cc2 platform/surface: aggregator_registry: Add support for Sur [...]
new 002adda09bc1 platform/surface: aggregator_registry: Add fan and thermal [...]
new 99ae7b9ba047 platform/surface: aggregator_registry: Add support for Sur [...]
new bc923d594db2 platform/surface: aggregator: Fix warning when controller [...]
new c9250154ebfb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 4683ae5f59ef Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
new f92a3b7f5c4f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new c5e1ed1b82a7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 4de773d34fdd Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
new a96efa05b7ac Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 6979558a1bc3 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
new ffb60ca94193 Merge branch 'gpio/for-current' of git://git.kernel.org/pu [...]
new 859e488195d5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new bf26a0460b57 Merge branch 'perf-tools' of git://git.kernel.org/pub/scm/ [...]
new e18451990c53 Merge branch 'rust-fixes' of https://github.com/Rust-for-L [...]
new e9f9e3c652c8 pmdomain: arm: Fix debugfs node creation failure
new e4e512eedc8b pmdomain: imx: wait SSAR when i.MX93 power domain on
new 30d87753d70c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 14d069d92951 i2c: tegra: Do not mark ACPI devices as irq safe
new 060b56457927 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
new 4b668b7bb568 Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
new a9707552104a Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new 7aa27ab9e01b mm: add node_reclaim successes to VM event counters
new 0d9ba4fa9710 mm: vmalloc: implement vrealloc()
new 25fdfecf3a4d mm: vrealloc: fix missing nommu implementation
new be6612271584 mm: (k)vrealloc: document concurrency restrictions
new 7ef85baa0f8e mm: vrealloc: consider spare memory for __GFP_ZERO
new 3bd7a91a60af mm: vrealloc: properly document __GFP_ZERO behavior
new 5e8254919e1e mm: kvmalloc: align kvrealloc() with krealloc()
new cf20013488ee mm: (k)vrealloc: document concurrency restrictions
new 8a380942f6b7 mm: kvrealloc: disable KASAN when switching to vmalloc
new 07a2703edcbf mm: kvrealloc: properly document __GFP_ZERO behavior
new 6f0ccabee7af mm: shmem: simplify the suitable huge orders validation for tmpfs
new 202d3a179739 mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
new 179ffaab30b6 mm: shmem: move shmem_huge_global_enabled() into shmem_all [...]
new b53247193481 mm: fix typo in Kconfig
new fef8f8072dbf shmem_quota: build the object file conditionally to the co [...]
new 28311fe6e3da mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO
new fe32dd5b0989 mm/damon/lru_sort: adjust local variable to dynamic allocation
new 2632947c356e mm: cleanup flags usage in faultin_page
new 2f0c9c6f4bff mm: remove foll_flags in __get_user_pages
new 0891bf387cf4 mm: kmem: remove mem_cgroup_from_obj()
new 0e1ae39db724 mm: extend 'usage' parameter so that cluster_swap_free_nr( [...]
new 09c10ce30983 memory tiering: read last_cpupid correctly in do_huge_pmd_ [...]
new f6cd8ea130b7 memory tiering: introduce folio_use_access_time() check
new 863fdf1a2d52 memory tiering: count PGPROMOTE_SUCCESS when mem tiering i [...]
new b3327ae579bd lib: zstd: export API needed for dictionary support
new a5f03dd237b0 lib: lz4hc: export LZ4_resetStreamHC symbol
new 273111866514 lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()
new 4ac69dad754d zram: introduce custom comp backends API
new fa8079c274b9 zram: add lzo and lzorle compression backends support
new 84ed46494412 zram: add lz4 compression backend support
new 50c1429ef7a2 zram: add lz4hc compression backend support
new a0b66c01d00e zram: add zstd compression backend support
new 742dc258f3cf zram: pass estimated src size hint to zstd
new fbdde657b3f9 zram: add zlib compression backend support
new 1b7a1e9ed530 zram: add 842 compression backend support
new 7faa2e7c6394 zram: check that backends array has at least one backend
new a87d921b945c zram: introduce zcomp_params structure
new 49f34e82cbb2 zram: recalculate zstd compression params once
new 44f8e6b47d37 zram: extend comp_algorithm attr write handling
new d0819ee25401 zram: add support for dict comp config
new 26bff46e3f14 zram: introduce zcomp_req structure
new 3c5892a22ac7 zram: introduce zcomp_ctx structure
new 3f31615700de zram: move immutable comp params away from per-CPU context
new 913ae27820fb zram: add dictionary support to lz4
new 6d7e64eb2d0b zram: add dictionary support to lz4hc
new 1de16d8bbe7f zram: add dictionary support to zstd backend
new 65a40ee68c9c Documentation/zram: add documentation for algorithm parameters
new 34e69a84e937 mm/swap: reduce indentation level
new a3765e006963 mm/swap: rename cpu_fbatches->activate
new 339bc5c251e8 mm/swap: fold lru_rotate into cpu_fbatches
new d8aeda311e42 mm/swap: remove remaining _fn suffix
new 55a1891de829 mm/swap: remove boilerplate
new 71a8830318d3 mm-swap-remove-boilerplate-fix
new 2951019fa063 mm: shrink skip folio mapped by an exiting process
new 5779f6907dc3 memcg: increase the valid index range for memcg stats
new fa92ae40857d memcg-increase-the-valid-index-range-for-memcg-stats-v5
new 5b96b31b40a7 vmstat: kernel stack usage histogram
new 3a1559196108 task_stack: uninline stack_not_used
new fa3cf54d50e5 kmemleak: enable tracking for percpu pointers
new 1426352fa4b8 kmemleak-enable-tracking-for-percpu-pointers-v2
new f07d7e0b34a7 kmemleak-test: add percpu leak
new 98db78263b79 mm: hugetlb: remove left over comment about follow_huge_foo()
new d297b43154fd mm: memcg: don't call propagate_protected_usage() needlessly
new b74fd58ca980 mm: page_counters: put page_counter_calculate_protection() [...]
new 2622df5c1092 mm: page_counters: initialize usage using ATOMIC_LONG_INIT [...]
new 0b5cad3bed3f mm/vmalloc: combine all TLB flush operations of KASAN shad [...]
new 5ab21cd3b91d mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS int [...]
new b60ec5e59abd mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
new 9a345171882a powerpc/8xx: document and enforce that split PT locks are [...]
new 1db4ab6308aa lib: test_hmm: use min() to improve dmirror_exclusive()
new 88c5afadb696 mm: simplify arch_make_folio_accessible()
new 45d4cc68b875 mm/gup: convert to arch_make_folio_accessible()
new 15b873f95cd4 s390/uv: drop arch_make_page_accessible()
new 4b8fba7477f5 mm, memcg: cg2 memory{.swap,}.peak write handlers
new 51aa4fa861bb mm, memcg: cg2 memory{.swap,}.peak write tests
new 2784db7035c7 mm, memcg: cg2 memory{.swap,}.peak write tests
new 204bbea2a5be userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
new 27905fb88bd3 mm: userfaultfd: fix user-after-free in userfaultfd_clear_vma()
new ce7eecaf458a mm: move vma_modify() and helpers to internal header
new 6f4906fd0691 mm: move vma_shrink(), vma_expand() to internal header
new e62ed2f6f8f7 mm: move internal core VMA manipulation functions to own file
new 38a02a702a13 MAINTAINERS: add entry for new VMA files
new 59b55bc420f6 tools: separate out shared radix-tree components
new 73b7d3bccec9 tools: add skeleton code for userland testing of VMA logic
new 5bb6075b7322 mm: improve code consistency with zonelist_* helper functions
new 2c4b8b2169c9 mm/cma: change the addition of totalcma_pages in the cma_i [...]
new d7f574d7f0c9 mm/z3fold: add __percpu annotation to *unbuddied pointer i [...]
new ba3b27601165 mm: swap: add nr argument in swapcache_prepare and swapcac [...]
new 15d9f7d9014a mm: clarify swap_count_continued and improve readability f [...]
new 8c2c524d7c7a vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
new db1a8d2c1442 mm: document __GFP_NOFAIL must be blockable
new a81e9bb5b5e7 mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
new edee5f75e1e7 mm: prohibit NULL deference exposed for unsupported non-bl [...]
new 42aba436a866 mm/memory_hotplug: get rid of __ref
new 44854ba53ab2 mm/hugetlb: remove hugetlb_follow_page_mask() leftover
new 80326a55d0e4 mm/rmap: cleanup partially-mapped handling in __folio_remo [...]
new eccc94a096d4 mm: clarify folio_likely_mapped_shared() documentation for [...]
new e4ff61d7baa3 mm: swap: allocate folio only first time in __read_swap_ca [...]
new 3088297d2dc6 mm: swap: swap cluster switch to double link list
new 16bacead844b mm: swap: mTHP allocate swap entries from nonfull list
new 78d60fe5cc5e mm: swap: separate SSD allocation from scan_swap_map_slots()
new 228f3049e6ff mm: swap: clean up initialization helper
new c1144dfe953a mm: swap: skip slot cache on freeing for mTHP
new cccb4613a8ad mm: swap: allow cache reclaim to skip slot cache
new 43c942aaf66a mm-swap-allow-cache-reclaim-to-skip-slot-cache-fix
new 3db18d6a4327 mm: swap: add a fragment cluster list
new c0d8b09a9a3b mm: swap: relaim the cached parts that got scanned
new 033574444a7f mm: swap: add a adaptive full cluster cache reclaim
new aff21e561bab mm-swap-add-a-adaptive-full-cluster-cache-reclaim-fix
new c8ee44543d16 mm: zswap: fix global shrinker memcg iteration
new d05b328f4f04 mm: zswap: fix global shrinker error handling logic
new 02bc7cc6933c mm: consider CMA pages in watermark check for NUMA balanci [...]
new c150f14f36bd mm: create promo_wmark_pages and clean up open-coded sites
new f4d435893a82 mm: print the promo watermark in zoneinfo
new 66af6c585b32 include/linux/mmzone.h: clean up watermark accessors
new b5d66053865d mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTAB [...]
new 143f86f3c1ad mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
new a7914964efc9 mm/migrate: convert do_pages_stat_array() from follow_page [...]
new 88a44e420ab2 mm/migrate: convert add_page_for_migration() from follow_p [...]
new 9078aaaa3b9c mm/ksm: convert get_mergeable_page() from follow_page() to [...]
new 2a14b7a62706 mm/ksm: convert scan_get_next_rmap_item() from follow_page [...]
new 913a8969234e mm/huge_memory: convert split_huge_pages_pid() from follow [...]
new 38d196142946 mm-huge_memory-convert-split_huge_pages_pid-from-follow_pa [...]
new 33745f7a165e s390/uv: convert gmap_destroy_page() from follow_page() to [...]
new 0fd3da853793 s390/mm/fault: convert do_secure_storage_access() from fol [...]
new aa2c577944f9 mm: remove follow_page()
new 944c14131d4b mm/ksm: convert break_ksm() from walk_page_range_vma() to [...]
new 6928b9f01e0c mm: add nr argument in mem_cgroup_swapin_uncharge_swap() h [...]
new c2cae598f1f1 mm: support large folios swap-in for zRAM-like devices
new ace18dfcbca5 mm-support-large-folios-swap-in-for-zram-like-devices-fix
new e31475b4428d mm: remove duplicated include in vma_internal.h
new 97bb647fe7f1 mm: only enforce minimum stack gap size if it's sensible
new 64663ee4f841 mm: zswap: make the lock critical section obvious in shrin [...]
new c8ac94a10ed8 zswap: implement a second chance algorithm for dynamic zsw [...]
new a51e4b919548 zswap: implement a second chance algorithm for dynamic zsw [...]
new bfc2e0e2d774 zswap: track swapins from disk more accurately
new 84c4fd57df74 zswap: track swapins from disk more accurately (fix)
new 7467d5306a55 mm: fix (harmless) type confusion in lock_vma_under_rcu()
new 8658398200ec kfence: introduce burst mode
new 66909697c13f selftests/mm: add mseal test for no-discard madvise
new 3d4ee5d5354c fixup! selftests/mm: Add mseal test for no-discard madvise
new bbb8c921cead mm/rmap: minimize folio->_nr_pages_mapped updates when bat [...]
new eb0a43ba7b35 percpu: remove pcpu_alloc_size()
new cbf6c7a0c232 mm: move kernel/numa.c to mm/
new 1080f7e2f6ac MIPS: sgi-ip27: make NODE_DATA() the same as on all other [...]
new d1e846d1b82d MIPS: sgi-ip27: ensure node_possible_map only contains val [...]
new 6a4275860b23 MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
new 986868f8a987 MIPS: loongson64: rename __node_data to node_data
new 6c0f36d37867 MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
new f2b838822ca7 arch, mm: move definition of node_data to generic code
new d0aa1ced6c92 mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
new 33df07277618 arch, mm: pull out allocation of NODE_DATA to generic code
new a08724ae1e61 x86/numa: simplify numa_distance allocation
new 523eb2b4a3e4 x86/numa: use get_pfn_range_for_nid to verify that node sp [...]
new 9f505b0f980a x86/numa: move FAKE_NODE_* defines to numa_emu
new 9e3da1d5a518 x86/numa_emu: simplify allocation of phys_dist
new ef28a22ec1bd x86/numa_emu: split __apicid_to_node update to a helper function
new acf14925f5fd x86/numa_emu: use a helper function to get MAX_DMA32_PFN
new e4ad82677129 x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
new 6d663306d884 mm: introduce numa_memblks
new 45e9dca8974f mm: move numa_distance and related code from x86 to numa_memblks
new 7f8d34e4c5f8 mm: introduce numa_emulation
new 1d9463c92015 mm: numa_memblks: introduce numa_memblks_init
new e1cb9c30a385 mm: numa_memblks: make several functions and variables static
new 458a51a506a6 mm: numa_memblks: use memblock_{start,end}_of_DRAM() when [...]
new f1ef16042987 of, numa: return -EINVAL when no numa-node-id is found
new edf92f0aa629 arch_numa: switch over to numa_memblks
new ccc91898accc arch_numa-switch-over-to-numa_memblks-fix
new b27e062737da mm: make range-to-target_node lookup facility a part of nu [...]
new a503a51e1f85 docs: move numa=fake description to kernel-parameters.txt
new 0dbcb971e398 mm: kfence: print the elapsed time for allocated/freed track
new a8e81b570f6b fs: remove calls to set and clear the folio error flag
new e313b42c7c6c mm: remove PG_error
new 5e856a09cd43 mm: return the folio from swapin_readahead
new 8e56eeb5a227 mm: cleanup count_mthp_stat() definition
new e685c276d13c mm: tidy up shmem mTHP controls and stats
new bbc156e4b0f1 mm: rename instances of swap_info_struct to meaningful 'si'
new 3734a856c07d mm: attempt to batch free swap entries for zap_pte_range()
new 2de0c4bf4647 selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
new 770fc9f363f4 memcg: replace memcg ID idr with xarray
new 61ebd411729a mm/migrate: move common code to numa_migrate_check (was nu [...]
new 7d46951c403b mm: reduce deferred struct page init ifdeffery
new 34b283031965 mm: accept memory in __alloc_pages_bulk()
new b96adbf43382 mm: introduce PageUnaccepted() page type
new a3a5aaaaaae2 mm: rework accept memory helpers
new 616a6f046455 mm: add a helper to accept page
new 4073f287a8f3 mm: page_isolation: handle unaccepted memory isolation
new 94bac5ef0776 mm: accept to promo watermark
new 52e4e416fc21 mm/vmstat: defer the refresh_zone_stat_thresholds after al [...]
new a3cf75bcf399 mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all [...]
new 8e53757638ec err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU( [...]
new 495764f6642d mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu a [...]
new 5128b9ecc141 mm: vmalloc: add optimization hint on page existence check
new 87ad44e4a812 mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
new 68caf7a7dc81 mm/dax: dump start address in fault handler
new 5e5058eb7d95 mm/mprotect: push mmu notifier to PUDs
new 741c2cd30cba mm/powerpc: add missing pud helpers
new d1b9287cc223 mm/x86: make pud_leaf() only care about PSE bit
new 53440baa6f8b mm/x86: implement arch_check_zapped_pud()
new c94d3ede85ba mm/x86: add missing pud helpers
new 853c368f69a4 mm/mprotect: fix dax pud handlings
new cc33d99773d7 mm: free zapped tail pages when splitting isolated thp
new a9a79819143c mm: remap unused subpages to shared zeropage when splittin [...]
new 2cab584b86c2 mm: selftest to verify zero-filled pages are mapped to zeropage
new 7ce9a46879c8 mm: introduce a pageflag for partially mapped folios
new 4c27db50489d mm: split underutilized THPs
new 75965f06662f mm: add sysfs entry to disable splitting underutilized THPs
new 6a1a85307af0 filemap: add trace events for get_pages, map_pages, and fault
new f6ffcb24810b mm/swap: take folio refcount after testing the LRU flag
new 24fd21da8cbd mm/hugetlb_vmemmap: batch HVO work when demoting
new 21bba66e2168 maple_tree: reset mas->index and mas->last on write retries
new 98a5b663081e maple_tree: add test to replicate low memory race conditions
new 2348e201f060 maple_tree: fix comment typo of ma_root
new d7dc6caa549f maple_tree: fix comment typo with corresponding maple_status
new feb44993d65a kfence: save freeing stack trace at calling time instead o [...]
new 1808c3a5e8a8 mm: add optional close() to struct vm_special_mapping
new 89441e5d8da8 powerpc/mm: handle VDSO unmapping via close() rather than [...]
new 297f3c42978c mm: remove arch_unmap()
new 7d934cd902d0 powerpc/vdso: refactor error handling
new 9846292f54e3 mm: swap: extend swap_shmem_alloc() to support batch SWAP_ [...]
new 66d6046c6375 mm: shmem: extend shmem_partial_swap_usage() to support la [...]
new 76e000712a06 mm: shmem: return number of pages beeing freed in shmem_free_swap
new 289f8c17dc51 mm: filemap: use xa_get_order() to get the swap entry order
new 3464f9a4e016 mm: shmem: use swap_free_nr() to free shmem swap entries
new 0914b5ec7efa mm: shmem: support large folio allocation for shmem_replac [...]
new 1c6666d3cd5c mm: shmem: drop folio reference count using 'nr_pages' in [...]
new 5c451efba11a mm: shmem: split large entry if the swapin folio is not large
new 6ece84d79db2 mm: shmem: support large folio swap out
new a21c1c1ad296 memcg: use ratelimited stats flush in the reclaim
new 746bbf795544 kasan: simplify and clarify Makefile
new 5b47e13a4170 mm/contig_alloc: support __GFP_COMP
new 3b3de8b6016f mm/cma: add cma_alloc_folio()
new 8c54959c4e14 mm/hugetlb: use __GFP_COMP for gigantic folios
new be42699bdd51 mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
new eae900c8c47e mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) [...]
new 3b32b2d8b2af mm: optimization on page allocation when CMA enabled
new 3b812fadd828 mul_u64_u64_div_u64: make it precise always
new 5377456fe122 mul_u64_u64_div_u64: basic sanity test
new 2c80c06957da mul_u64_u64_div_u64: avoid undefined shift value
new 258de2a45d80 lib: test_objpool: add missing MODULE_DESCRIPTION() macro
new 997111ec31ff kcov: don't instrument lib/find_bit.c
new 4c55755c8cd6 kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()
new 35d884ca0d0c ocfs2: fix the la space leak when unmounting an ocfs2 volume
new eb5d3930a126 MAINTAINERS: add XZ Embedded maintainer
new 915da38f8b24 LICENSES: add 0BSD license text
new eda03936f208 xz: switch from public domain to BSD Zero Clause License (0BSD)
new efe35f5875f3 xz: fix comments and coding style
new cf7003500750 xz: fix kernel-doc formatting errors in xz.h
new 6a7edb06a00e xz: improve the MicroLZMA kernel-doc in xz.h
new 4fab36498c08 xz: Documentation/staging/xz.rst: Revise thoroughly
new b9a456e03536 xz: cleanup CRC32 edits from 2018
new 9073f504944b xz: optimize for-loop conditions in the BCJ decoders
new 6067ead6466f xz: Add ARM64 BCJ filter
new b00237f11a8a xz: add RISC-V BCJ filter
new fc3a918be91c xz: use 128 MiB dictionary and force single-threaded mode
new 752489f9cf57 xz: adjust arch-specific options for better kernel compression
new 0d014bbf5629 arm64: boot: add Image.xz support
new 8d271075686e riscv: boot: add Image.xz support
new 519f9e3d484e xz: remove XZ_EXTERN and extern from functions
new 2109c5811e88 scripts: add macro_checker script to check unused paramete [...]
new e329092a721f scripts: reduce false positives in the macro_checker script
new 21f0d4acdec2 scripts/gdb: fix timerlist parsing issue
new a5d89ba928e8 scripts/gdb: add iteration function for rbtree
new 6c613a664307 scripts/gdb: fix lx-mounts command error
new 55dd96483cb4 scripts/gdb: add 'lx-stack_depot_lookup' command.
new b21ae7dace6d scripts/gdb: add 'lx-kasan_mem_to_shadow' command
new 03263312796a dyndbg: use seq_putc() in ddebug_proc_show()
new fe8d942dfb94 closures: use seq_putc() in debug_show()
new 79ebf0a6f831 lib/lru_cache: fix spelling mistake "colision"->"collision"
new 7d7eab67a908 lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()
new 564a1dc8b32f fs/procfs: remove build ID-related code duplication in PRO [...]
new db546c3269e7 crash: fix crash memory reserve exceed system memory bug
new d74997bed3d1 failcmd: add script file in MAINTAINERS
new 345fa504d44f crypto: arm/xor - add missing MODULE_DESCRIPTION() macro
new 7318d22fda86 x86/mm: add testmmiotrace MODULE_DESCRIPTION()
new 41e4b337bc29 locking/ww_mutex/test: add MODULE_DESCRIPTION()
new fb54d50a6987 fault-injection: enhance failcmd to exit on non-hex address input
new e2165942ba8b failcmd: make failcmd.sh executable
new c6846bff8928 lockdep: upper limit LOCKDEP_CHAINS_BITS
new bd74516ca269 watchdog: Handle the ENODEV failure case of lockup_detecto [...]
new a5bd218bf64b lib/rhashtable: cleanup fallback check in bucket_table_alloc()
new 2771559a5531 fault-inject: improve build for CONFIG_FAULT_INJECTION=n
new b3054593981f drm/msm: clean up fault injection usage
new 6ea78485d512 drm/xe: clean up fault injection usage
new f327fdb70d89 lib/bcd: optimize _bin2bcd() for improved performance
new b2189248fc60 foo
new 95fbdbee77ad Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
new f71994b67624 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5cb1beacaaa4 Merge branch 'clang-format' of https://github.com/ojeda/linux.git
new 4f21bfed691c perf tests pmu: Initialize all fields of test_pmu variable
new e6b56ae7c2d8 perf script: add --addr2line option
new 043da846c2b2 perf docs: Refine the description for the buffer size
new 00b04242683e perf annotate-data: Fix a buffer overflow in TUI browser
new 040c0f887fdc perf lock contention: Change stack_id type to s32
new 7a75c6c23a2e perf vendor events: SKX, CLX, SNR uncore cache event fixes
new 05fc5b7de395 perf annotate-data: Support folding in TUI browser
new af73856e9ac8 perf annotate-data: Implement folding in TUI browser
new 7f3c8f13ad93 perf annotate-data: Show first-level children by default in TUI
new 79bcd34e0f3d perf inject: Fix leader sampling inserting additional samples
new 4e322c785514 perf auxtrace: Remove dummy tools
new 1816dc4bc5be perf s390-cpumsf: Remove unused struct
new 30f29bae9142 perf tool: Constify tool pointers
new 564e5cbcfdf5 perf tool: Move fill defaults into tool.c
new ae737b61029c perf tool: Add perf_tool__init()
new f32b37cc783a perf kmem: Use perf_tool__init
new 584a268f5075 perf buildid-list: Use perf_tool__init
new a01a5ef98870 perf kvm: Use perf_tool__init()
new b4fd4d00f9d4 perf lock: Use perf_tool__init()
new 419cbc44f5b9 perf evlist: Use perf_tool__init()
new cecb1cf154b3 perf record: Use perf_tool__init()
new 6bfb6df8663f perf c2c: Use perf_tool__init()
new 2fa28ccb17c4 perf script: Use perf_tool__init()
new a37c0436f379 perf inject: Use perf_tool__init()
new 113f614c6dd0 perf report: Use perf_tool__init()
new 071b117e755b perf stat: Use perf_tool__init()
new d48940cabcf7 perf annotate: Use perf_tool__init()
new 41860d49473c perf sched: Use perf_tool__init()
new 4a20562bc411 perf mem: Use perf_tool__init()
new 60b5fd3f62d0 perf timechart: Use perf_tool__init()
new 1e1ec8f2e5fa perf diff: Use perf_tool__init()
new b9d276d1a282 perf data convert json: Use perf_tool__init()
new 2721c6cc04d7 perf data convert ctf: Use perf_tool__init()
new 332b897f34b9 perf test event_update: Ensure tools is initialized
new fcd00f3e3b37 perf kwork: Use perf_tool__init()
new 15d4a6f41d72 perf tool: Remove perf_tool__fill_defaults()
new 8f29be326da2 perf session: Constify tool
new 807746b9bdc2 perf parse-events: Add a retirement latency modifier
new a9a4ca5767c1 perf data: Allow to use given fd in data->file.fd
new 8db5cabcf1b6 perf stat: Fork and launch 'perf record' when 'perf stat' [...]
new 0a7381601b8a perf vendor events intel: Add MTL metric JSON files
new d546e3acf352 perf stat: Add command line option for enabling TPEBS recording
new 169f18fd980c perf Document: Add TPEBS (Timed PEBS(Precise Event-Based S [...]
new b2738fda2454 perf test: Add test for Intel TPEBS counting mode
new 1a9d080d19c3 perf callchain: Add a for_each callback style API
new 3d557dd3f54e perf inject: Inject build ids for entire call chain
new a05031713d46 perf disasm: Fix memory leak for locked operations
new 653ac51f5303 perf test annotate: Dump trapping test in trap handler
new 3ef44458071a perf report: Fix --total-cycles --stdio output error
new 183212a45e5f perf report: Remove the first overflow check for branch counters
new 3a867a6dadb2 perf evlist: Save branch counters information
new 1f2b7fbb04f5 perf annotate: Save branch counters for each block
new 7398bf181d59 perf evsel: Assign abbr name for the branch counter events
new 20d6f5552839 perf report: Display the branch counter histogram
new e6952dcec830 perf annotate: Display the branch counter histogram
new 6f9d8d1de2c6 perf script: Add branch counters
new dab5b6cb0d40 perf test: Add new test cases for the branch counter feature
new 4c55560f23d1 perf build: Fix up broken capstone feature detection fast path
new 27ac597c0e2f perf test record.sh: Raise limit of open file descriptors
new f690a062b1b5 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new fdb0e73fa8c1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 467442023311 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 677d1daa611e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f4c0c1a106ac Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new b98a0d17f850 Merge branch 'devicetree-arm64/next' into next
new 5fc82867307f Merge branch 'drivers/next' into next
new 643a42808eb5 Merge branch 'soc/next' into next
new 0d3725992bd5 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 97b697575544 Merge branch 'davinci/for-next' of git://git.kernel.org/pu [...]
new 67dd9e861add memory: tegra186-emc: drop unused to_tegra186_emc()
new 776d507d4973 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 94f06e6fae81 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 921ba5e8193f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 61a071be6f15 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 47b5f4fe5aa0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ab0067960d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8a2e60007c4d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 92e6cd0d849b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6cd83376e82e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new af2788ce317f firmware: arm_ffa: Some coding style fixes
new dcbf1740af22 firmware: arm_ffa: Update the FF-A command list with v1.2 [...]
new 2a82375f85c7 firmware: arm_ffa: Move the function ffa_features() earlier
new 52fb5a1dccbc firmware: arm_ffa: Add support for FFA_PARTITION_INFO_GET_REGS
new 4310a161f83d firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{RE [...]
new afe80f1a8632 firmware: arm_ffa: Add support for FFA_YIELD in direct messaging
new b67fbbc99dc6 firmware: arm_ffa: Fetch the Rx/Tx buffer size using ffa_f [...]
new 34ac893dc427 Merge branches 'for-next/juno/updates', 'for-next/scmi/upd [...]
new d73b91f9b4e8 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 28c059441b15 Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 5578caf150f5 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 622a670fb3c9 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 55b7b9481f5d Merge branch 'next' of https://git.linaro.org/people/jens. [...]
new 49e7e58bfc55 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d2c0ecd745a2 Merge branch 'thead-dt-for-next' of https://github.com/pdp [...]
new 085eedc3d1ff Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new 2f16bc545927 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new f8cbb409a8fd Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new a3c8efb5cbdc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f5fe7e7c308b Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
new 06707ab59afb Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new 4fbc4721991d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bf8d23ea48a0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 14c3ec67236b RISC-V: pi: Force hidden visibility for all symbol references
new d57e19fcbf3f RISC-V: lib: Add pi aliases for string functions
new b3311827155a RISC-V: pi: Add kernel/pi/pi.h
new 945302df3de1 RISC-V: Use Zkr to seed KASLR base address
new 7c08a2615f14 Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR"
new f15c21a3de1b RISC-V: Enable IPI CPU Backtrace
new e2acf68fb1c5 crash: Fix riscv64 crash memory reserve dead loop
new 2d1f51d8a4b0 riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_ [...]
new 63dd775cc050 riscv: Enable generic CPU vulnerabilites support
new 2f992c777507 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6de83c692ea6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a24e6e7146e3 bcachefs: delete faulty fastpath in bch2_btree_path_traver [...]
new bd864bc2d907 bcachefs: Fix bch2_trigger_alloc when upgrading from old versions
new d9e615762bf2 bcachefs: bch2_accounting_invalid() fixup
new 486d92073532 bcachefs: disk accounting: ignore unknown types
new 48d6cc1b4895 bcachefs: Add missing downgrade table entry
new 968feb854a86 bcachefs: Convert for_each_btree_node() to lockrestart_do()
new b2f11c6f3e1f lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
new 7254555c440f bcachefs: Add hysteresis to waiting on btree key cache flush
new 790666c8ac64 bcachefs: Improve trans_blocked_journal_reclaim tracepoint
new 06a8693b890c bcachefs: Add a time_stat for blocked on key cache flush
new c99471024f24 bcachefs: Fix warning in __bch2_fsck_err() for trans not p [...]
new d97de0d017cd bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
new 5132b99bb626 bcachefs: Kill __bch2_accounting_mem_mod()
new 58474f76a770 bcachefs: bcachefs_metadata_version_disk_accounting_inum
new 8443ced499c3 bcachefs: data_allowed is now an opts.h option
new 7f392e952385 bcachefs: bch2_opt_set_sb() can now set (some) device options
new 4b31be09f654 bcachefs: Opt_durability can now be set via bch2_opt_set_sb()
new ef9b8f2f6861 bcachefs: allocate inode by using alloc_inode_sb()
new 7bdb59b1cd17 bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
new 2db7630f5dc3 bcachefs: Add check for btree_path ref overflow
new 78d9ef27502a bcachefs: Btree path tracepoints
new ecd8b258c546 bcachefs: kill bch2_btree_iter_peek_and_restart()
new e83a9437cdfe bcachefs: bchfs_read(): call trans_begin() on every loop iter
new 1409ccd394e1 bcachefs: bch2_fiemap(): call trans_begin() on every loop iter
new 98db4cbfc971 bcachefs: for_each_btree_key_in_subvolume_upto()
new 8080503a783f bcachefs: bch2_readdir() -> for_each_btree_key_in_subvolume_upto
new 046d577db24c bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvo [...]
new ee26bf92a59e bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvol [...]
new 36cc1207d345 bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvol [...]
new 2a0cb81885e2 bcachefs: range_has_data() -> for_each_btree_key_in_subvol [...]
new 3ed748bba482 bcachefs: bch2_folio_set() -> for_each_btree_key_in_subvol [...]
new ad2b0ea6d51f bcachefs: quota_reserve_range() -> for_each_btree_key_in_s [...]
new 0409ef15ac25 inode: make __iget() a static inline
new a59f125af284 bcachefs: switch to rhashtable for vfs inodes hash
new 78b0abcc1be0 bcachefs: remove the unused macro definition
new bf46f2efb67a bcachefs: fix macro definition allocate_dropping_locks_errcode
new 977ee55aab98 bcachefs: fix macro definition allocate_dropping_locks
new 5fb7c9a83a42 bcachefs: remove the unused parameter in macro bkey_crc_next
new cfc5854f5d3b bcachefs: Move rebalance_status out of sysfs/internal
new 08eed03b9126 bcachefs: promote_whole_extents is now a normal option
new a02e0a263895 bcachefs: Fix a spelling error in docs
new 0f843e7853e5 bcachefs: trivial open_bucket_add_buckets() cleanup
new f30cd6b5252a bcachefs: bch2_sb_nr_devices()
new 2db187e4cfa2 bcachefs: Remove unused parameter of bkey_mantissa
new 659217823721 bcachefs: Remove unused parameter of bkey_mantissa_bits_dropped
new 37c8ce77acfa bcachefs: Remove dead code in __build_ro_aux_tree
new 4c76e1b60c07 bcachefs: Convert open-coded extra computation to helper
new 35ef0f0cd88c bcachefs: Minimize the search range used to calculate the [...]
new a1c681866f29 bcachefs: Remove the prev array stuff
new 61d06e8590b8 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
new e733f1a1df5d Merge branch 'misc-6.11' into for-next-current-v6.10-20240814
new ba323d084cbe Merge branch 'for-next-current-v6.10-20240814' into for-ne [...]
new ce4a09061bb5 Merge branch 'misc-6.11' into for-next-next-v6.11-20240814
new b703f91514ad btrfs: send: annotate struct name_cache_entry with __counted_by()
new a52b0cc07f92 btrfs: update target inode's ctime on unlink
new 08a0707868d2 btrfs: refactor __extent_writepage_io() to do sector-by-se [...]
new 34f751979a07 btrfs: qgroup: use goto style to handle errors in add_dela [...]
new 19f226c81a73 btrfs: qgroup: use xarray to track dirty extents in transaction
new 8e6691a57399 btrfs: tree-checker: add dev extent item checks
new bbafcfe615fa btrfs: send: fix grammar in comments
new 1b7f6f1764cd Merge branch 'b-for-next' into for-next-next-v6.11-20240814
new bbde9d87b770 btrfs: === misc-next on b-for-next ===
new d969fa8d760d btrfs: handle unexpected parent block offset in btrfs_allo [...]
new f27199b90a2b btrfs: scrub: fix incorrectly reported logical/physical address
new 06e45b0314bb btrfs: reduce the log level for btrfs_dev_stat_inc_and_print()
new 7624463f7bcc btrfs: scrub: remove unused is_super parameter from scrub_ [...]
new 9e57cdd3aca2 btrfs: scrub: remove unnecessary dev/physical lookup for s [...]
new f4e9f740b8f6 btrfs: scrub: simplify the inode iteration output
new c986ef57c381 btrfs: scrub: ensure we output at least one error message [...]
new 6ef1ce69ffe4 btrfs: scrub: use generic ratelimit helpers to output erro [...]
new d715001faafa btrfs: make compression path to be subpage compatible
new 5fb0f6512311 btrfs: zoned: properly take lock to read/update BG's zoned [...]
new 428a24441dbf btrfs: add io_uring interface for encoded reads
new 9963adb90af7 Merge branch 'misc-next' into for-next-next-v6.11-20240814
new 00d7bc683dc6 Merge branch 'for-next-next-v6.11-20240814' into for-next- [...]
new 0e387eeca160 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c1192c06da6d Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new 38f074952271 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new d07585b5cadc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 459362b85b39 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new fdb0a20cf65e Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new 0b275a6f4b5f f2fs: atomic: fix to forbid dio in atomic_file
new ea4178518756 f2fs: reduce expensive checkpoint trigger frequency
new cbf0cefebd26 f2fs: fix to wait dio completion
new adf7a44c27cc f2fs: fix to avoid racing in between read and OPU dio write
new 9ade0232b687 f2fs: get rid of buffer_head use
new be19d24d1c70 Revert "f2fs: use flush command instead of FUA for zoned device"
new 5e4b75681aae f2fs: sysfs: support atgc_enabled
new 5dd433bc84bd f2fs: use f2fs_get_node_page when write inline data
new 087713725a12 f2fs: fix to use per-inode maxbytes and cleanup
new bd53c278bc41 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new feda7db0d3ae Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
new dfb1ec94475c nfsd: move error choice for incorrect object types to vers [...]
new 1e5fb8951e9a svcrdma: Handle device removal outside of the CM event handler
new c72ab3adadb0 nfsd: Add quotes to client info 'callback address'
new 826e59935017 NFSD: Fix NFSv4's PUTPUBFH operation
new 4d3a160bf6c2 .mailmap: Add an entry for my work email address
new 7a23210e0d5e NFSD: remove redundant assignment operation
new 6a08de0d5ce7 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new 4595206f9b1d Merge branch '9p-next' of git://github.com/martinetd/linux
new 73c34b0b85d4 xfs: attr forks require attr, not attr2
new 04d6dbb55301 xfs: revert AIL TASK_KILLABLE threshold
new 8d16762047c6 xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DA [...]
new 681a1601ec07 xfs: fix handling of RCU freed inodes from other AGs in xf [...]
new 4813305c621d xfs: fix handling of RCU freed inodes from other AGs in xr [...]
new caf4a5a1c422 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new bd5cb032f657 Merge branch 'vfs.fixes' into vfs.all Signed-off-by: Chris [...]
new 94812a675aa7 Merge branch 'vfs.misc' into vfs.all Signed-off-by: Christ [...]
new 4a2e3ffe64b2 Merge branch 'vfs.mount' into vfs.all Signed-off-by: Chris [...]
new d0b670e7de71 Merge branch 'vfs.mgtime' into vfs.all Signed-off-by: Chri [...]
new 7f516c36c1ce Merge branch 'vfs.folio' into vfs.all Signed-off-by: Chris [...]
new a5bc3f003261 Merge branch 'vfs.xattr' into vfs.all Signed-off-by: Chris [...]
new b0836ff81eaa Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new 5840c566f675 Merge branch 'fs-next' of linux-next
new 62c7cd77b321 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e377c271357a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d203397ce10c Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new ff0a558bfed1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 71833e79a421 i2c: Use IS_REACHABLE() for substituting empty ACPI functions
new add03629dbae i2c: testunit: sort case blocks
new faf3c102c67a i2c: testunit: use decimal values in docs when appropriate
new 6b21470af096 i2c: testunit: add command to support versioning and test [...]
new 45c03c65ea77 i2c: testunit: return current command on read messages
new 1c1f79a06dc3 Merge branch 'i2c/for-mergewindow' into i2c/for-next
new dbea4170b0cc Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new c7d21b85d6a8 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new 1754caf94b8c hwmon: (gsc-hwmon) fix module autoloading
new 6bb173e6658b Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new fc4d22534b27 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 4c375cafc10a Merge branch 'master' of git://linuxtv.org/media_tree.git
new d3f5f57e0b74 Merge branch 'master' of git://linuxtv.org/mchehab/media-next.git
new 2d87d7acde94 thermal: gov_bang_bang: Call __thermal_cdev_update() directly
new 7866cd2f95a7 thermal: gov_bang_bang: Split bang_bang_control()
new c930132d87dd thermal: gov_bang_bang: Add .manage() callback
new f9560a9376ed thermal: gov_bang_bang: Use governor_data to reduce overhead
new ce80d5e667e0 Merge branch 'thermal-fixes' into linux-next
new 30f332fa9857 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 673ae478180e Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
new e93518ce6019 Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
new 1ff575b5274f Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
new 49d2a1ec68ee pmdomain: raspberrypi-power: Adjust packet definition
new eb3896ea9e28 pmdomain: raspberrypi-power: Add logging to rpi_firmware_s [...]
new 562cdeadac06 pmdomain: raspberrypi-power: set flag GENPD_FLAG_ACTIVE_WAKEUP
new 8441e3f3e49c pmdomain: Merge branch fixes into next
new 124ca7f2b3e6 pmdomain: Merge branch fixes into next
new 940a4246fb72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 8f92b901503d Merge branch 'thermal/linux-next' of git://git.kernel.org/ [...]
new a097db2a1d7b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new baae8b0ba835 Documentation: networking: correct spelling
new be034ee6c33d dt-bindings: net: fsl,qoriq-mc-dpmac: using unevaluatedProperties
new 58c98d0cd4f8 gve: Add RSS device option
new fa46c456fa6e gve: Add RSS adminq commands and ethtool support
new ac8c97b19dfc Merge branch 'gve-add-rss-config-support'
new ed4290f39f41 net: netconsole: Constify struct config_item_type
new 4374a1fe580a net: fec: Move `fec_ptp_read()` to the top of the file
new 713ebaed68d8 net: fec: Remove duplicated code
new 29cabacef102 net: mvneta: Use __be16 for l3_proto parameter of mvneta_t [...]
new 712f585ab8b2 net: dsa: microchip: ksz9477: unwrap URL in comment
new 2984e69a24af net: ethernet: dlink: replace deprecated macro
new 9624f7152bc4 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new e0e6511c3a80 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7a4c8c8739e4 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new befefe8b2412 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5c1535b8b35a Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new 140e8a6bea2d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 73c7af4c034f Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new fde7679a2b37 drm/edid: reduce DisplayID log spamming
new 22629adc017f drm/rockchip: cdn-dp: get rid of drm_edid_raw()
new 29323882aa48 drm/i915/gvt: stop using drm_edid_block_valid()
new dfa5543193f3 drm/edid: make drm_edid_block_valid() static
new bc984f1660ec Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 6a216b0e9859 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new d8b84619c9c9 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 4b498d19610c drm/xe: Remove unused xe parameter
new 1eda95cba9df drm/xe: Rename enable_display module param
new 8431bde7b3ff Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 508d9048c01f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new dde286ee5770 regmap: Allow setting IRQ domain name suffix
new c69bb91c47e8 regmap IRQ support for devices with multiple IRQs
new 9eeca3012ae6 Merge remote-tracking branch 'regmap/for-6.12' into regmap-next
new cbfaf0567c7f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0c3ad39b791c ALSA: usb-audio: Define macros for quirk table entries
new d79e13f8e8ab ALSA: usb-audio: Replace complex quirk lines with macros
new 66bf33950206 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f7ecae0a3241 firewire: ohci: use helper macro for compiler aligned attribute
new d36eaf792b21 firewire: ohci: remove unused wrapper macro for dev_info()
new fd1946198aa7 firewire: core/ohci: minor refactoring for computation of [...]
new 82aadc5dc16c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 73abd9698960 ASoC: fsl_audmix: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
new b7e4dd8da05a ASoC: fsl_mqs: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
new bbc0798c402a ASoC: fsl_rpmsg: Switch to RUNTIME_PM_OPS()
new 01661bb9560d ASoC: fsl_spdif: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
new 8ffb2fe2e92c ASoC: fsl_ssi: Switch to SYSTEM_SLEEP_PM_OPS
new c504885a351b ASoC: imx-audmux: Switch to SYSTEM_SLEEP_PM_OPS
new bcbbf713061c ASoC: imx-pcm-rpmsg: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
new c8c3d9f8e3ff ASoC: soc-pcm: remove snd_soc_dpcm_stream_{lock/unlock}_irq()
new 081d117b0b64 Merge remote-tracking branch 'asoc/for-6.12' into asoc-next
new 7b7da4a48abb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9dc033722630 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 87d56fd656e4 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new d5214a42d88c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4da0016dd0bb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 323af8043769 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 220d4025a4bb Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 443cd1c62649 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
new 318cf8454ec5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c4e48ef61cc3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 34b8082970be Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new 4065460fe2ba Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f7db7bfa3bdb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 088cb8ab5b90 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7ae4a8e91225 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e06e908dba9f arm64: dts: sprd: sc2731: rename fuel gauge node to be generic
new 160f8902030e Merge branch 'next/dt' into for-next
new e7d0846de4ea Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3968a679d2f8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d31f88a792c8 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 796390569e3c Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new abc19f5b2196 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d5aa8a486f93 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f5a57de77735 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new e3472b480464 Merge branch 'topic/ppc-kvm' of git://git.kernel.org/pub/s [...]
new cfbe5e6ecb46 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 67e8981c33d1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e248f9a70e6b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new eea8bdc2a5ca Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cdfbe9986689 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b6f69d814580 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new 18ec12c97b39 driver core: Fix a potential null-ptr-deref in module_add_ [...]
new a23bdc61cb42 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new c6a6c7d0c07a usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handling
new 966d73152078 usb: phy: mxs: enable regulator phy-3p0 to improve signal [...]
new 82c7a8166ccc usb: phy: mxs: keep USBPHY2's clk always on
new c99b27ef83f4 usb: phy: mxs: add wakeup enable for imx7ulp
new 2919d888794e usb: phy: mxs: enable weak 1p1 regulator for imx6ul during [...]
new 8952e50e16e3 usb: gadget: f_uac2: Expose all string descriptors through [...]
new 5cffefa1c1ed usb: musb: poll ID pin status in dual-role mode in mpfs gl [...]
new 88177cd4537f usb: common: Use helper function for_each_node_with_property()
new c343e66ed009 usb: gadget: configfs: Make check_user_usb_string() static
new d1e14e06810a usb: gadget: configfs: Constify struct config_item_type
new c26cee817f8b usb: gadget: f_fs: add capability for dfu functional descriptor
new 82313624b2ae usb: gadget: f_uac1: Change volume name and remove alt names
new 26cbaaccd781 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 06e4730b9ccc Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 24179de090b9 tty: serial: samsung_tty: drop unused argument to irq handlers
new ff3c62edfc4e tty: serial: samsung_tty: cast the interrupt's void *id just once
new a4db50efe074 dt-bindings: serial: 8250_omap: Add wakeup-source property
new 704c2c361e1f serial: 8250: omap: Remove unused wakeups_enabled
new 35e648a16018 serial: 8250: omap: Cleanup on error in request_irq
new 4179df77e5f5 serial: 8250: omap: Set wakeup capable, do not enable
new 7c199bd2fdcb serial: 8250: omap: Parse DT wakeup-source proerty
new acf7c31def54 serial: 8250_platform: Remove duplicate mapping
new 6586ccd7685b serial: 8250_platform: Don't shadow error from serial8250_ [...]
new 9136b3766635 serial: 8250_platform: Use same check for ACPI in the whol [...]
new 32e0a658752d serial: 8250_platform: Tidy up ACPI ID table
new 4596d2bd551d serial: 8250_platform: Switch to use platform_get_mem_or_io()
new cc04428b2e9e serial: 8250_platform: Refactor serial8250_probe()
new 77748913d5d1 serial: 8250_platform: Unify comment style
new 98e24a58b597 serial: 8250_bcm2835aux: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
new 5879adbff5aa serial: use guards for simple mutex locks
new e64caf989c76 mxser: remove stale comment
new b1ce5164b583 mxser: remove doubled sets of close times
new 2b2175144367 xhci: dbgtty: remove kfifo_out() wrapper
new 866025f02376 xhci: dbgtty: use kfifo from tty_port struct
new be9a28455952 mctp: serial: propagage new tty types
new 4c576b3fdeb0 6pack: remove sixpack::rbuff
new e2a61a7974bc 6pack: drop sixpack::mtu
new 392a9d4807e8 6pack: drop sixpack::buffsize
new 4283232aeb11 6pack: remove global strings
new 1241b384efa5 6pack: propagage new tty types
new 69c4cd511cd3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new 4a017c016383 kgdbts: fix hw_access_break_test
new 2620cd25bfd6 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new dbcbd3650f30 fpga: Simplify and improve fpga mgr test using deferred actions
new 3c2c01849c01 fpga: Simplify and improve fpga bridge test using deferred [...]
new d783ed2f5fe7 fpga: Simplify and improve fpga region test using deferred [...]
new 4168ced7e02b fpga: socfpga: Rename 'timeout' variable as 'time_left'
new 8de36789bd03 fpga: zynq-fpga: Rename 'timeout' variable as 'time_left'
new c00f37bbdd23 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3e428c077a1e Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
new 0f33922ecb39 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 945479f7bf34 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 3e9ac1dcf79a Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
new 10d784ff0fd3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1ba70c69fc36 staging: vme_user: vme.h: alignment of closing parenthesis [...]
new 0929391a82cb staging: fbtft: Use backlight power constants
new 6d2c95ab4954 staging: olpc_dcon: Use backlight power constants
new f0bf2c33ba5a staging: rtl8723bs: Improve clarity of MAR usage
new bc41879dd624 greybus: camera-gb: Fix a alignment bug on gb_camera_ops()
new 91dfee97aca0 staging: rtl8723bs: Delete unnecessary braces for single s [...]
new d727f0217ad6 Staging: rtl8192e: Rename variable nSubframe_Length
new e4ccec1cca56 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new 5407a714e29b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f116115a1ff0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3fe80dee68e2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 637ee8497fde Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7a2ea39f4244 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 888583bd3543 dt-bindings: remoteproc: qcom,sm8550-pas: document the SDX75 PAS
new 76064d8f4cd6 remoteproc: qcom: pas: Add SDX75 remoteproc support
new 2e7d097f6bb7 Merge branches 'hwspinlock-next', 'rpmsg-next' and 'rproc- [...]
new 309d45d9dc64 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cfffc92281f4 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 32631d4298a4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a1a33493b148 Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
new 8b670bdf0420 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f6dad7305b78 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new 41f37c852ac3 selftests/ftrace: Add required dependency for kprobe tests
new ad550457b611 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 22c0f20e0fd8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5b19519d4e6f dt-bindings: rtc: stm32: describe pinmux nodes
new 16ad2bc09efb rtc: stm32: add pinctrl and pinmux interfaces
new bb7b0df2be5c rtc: stm32: add Low Speed Clock Output (LSCO) support
new 04dcadb87da6 rtc: stm32: add alarm A out feature
new 6da91627e017 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new ca6b8c9b7c92 Merge branch 'at24/for-next' of git://git.kernel.org/pub/s [...]
new af358d0b48e9 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 2b056ebf62bd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5cdc85784010 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7535c423197f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6e004a655774 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d84e9b9b0458 Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
new 0a1284fd67b1 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 61e6734d01fb Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 44f65d900698 binfmt_elf: mseal address zero
new 3382ec3653fc Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
new ebb5214431d3 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new c997a5f22867 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new d99e931ea79d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new edd1ec2e3a9f Add linux-next specific files for 20240815
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 (320eb81df4f6)
\
N -- N -- N refs/heads/master (edd1ec2e3a9f)
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 848 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/ABI/testing/configfs-usb-gadget-uac1 | 8 +-
Documentation/ABI/testing/configfs-usb-gadget-uac2 | 11 +
Documentation/admin-guide/mm/transhuge.rst | 6 +
.../bindings/net/fsl,qoriq-mc-dpmac.yaml | 10 +-
.../bindings/remoteproc/qcom,sm8550-pas.yaml | 3 +
.../devicetree/bindings/rtc/st,stm32-rtc.yaml | 28 +
.../devicetree/bindings/serial/8250_omap.yaml | 1 +
Documentation/i2c/slave-testunit-backend.rst | 60 +-
Documentation/networking/ethtool-netlink.rst | 20 +-
Documentation/usb/functionfs-desc.rst | 39 +
Documentation/usb/functionfs.rst | 2 +
Documentation/usb/gadget-testing.rst | 19 +-
Documentation/usb/index.rst | 1 +
Next/SHA1s | 114 +-
Next/merge.log | 1809 +++++++++-------
arch/arm/Kconfig | 3 -
arch/arm/boot/dts/broadcom/bcm2711.dtsi | 2 -
arch/arm/include/asm/crash_reserve.h | 24 -
arch/arm/kernel/setup.c | 63 +-
arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 2 -
arch/arm64/include/asm/crash_reserve.h | 2 -
arch/arm64/include/asm/uaccess.h | 2 +-
arch/arm64/kernel/acpi_numa.c | 2 +-
arch/loongarch/include/asm/crash_reserve.h | 2 -
arch/powerpc/include/asm/mmu_context.h | 9 -
arch/powerpc/kernel/vdso.c | 35 +-
arch/riscv/Kconfig | 1 +
arch/riscv/include/asm/crash_reserve.h | 4 -
arch/riscv/include/asm/irq.h | 5 +
arch/riscv/kernel/elf_kexec.c | 6 +
arch/riscv/kernel/pi/Makefile | 4 +-
arch/riscv/kernel/pi/archrandom_early.c | 30 +
arch/riscv/kernel/pi/cmdline_early.c | 10 +-
arch/riscv/kernel/pi/fdt_early.c | 167 +-
arch/riscv/kernel/pi/pi.h | 20 +
arch/riscv/kernel/smp.c | 16 +
arch/riscv/lib/memset.S | 2 +
arch/riscv/lib/strcmp.S | 1 +
arch/riscv/lib/strncmp.S | 1 +
arch/riscv/mm/init.c | 5 +-
arch/x86/include/asm/crash_reserve.h | 1 -
arch/x86/include/asm/kvm_host.h | 2 +
arch/x86/include/asm/mmu_context.h | 5 -
arch/x86/include/asm/pgtable.h | 2 +
arch/x86/mm/pgtable.c | 3 +-
drivers/base/module.c | 14 +-
drivers/base/regmap/regmap-irq.c | 37 +-
drivers/firewire/core-device.c | 3 +-
drivers/firewire/ohci.c | 5 +-
drivers/firmware/arm_ffa/driver.c | 240 +-
drivers/fpga/socfpga.c | 7 +-
drivers/fpga/tests/fpga-bridge-test.c | 25 +-
drivers/fpga/tests/fpga-mgr-test.c | 28 +-
drivers/fpga/tests/fpga-region-test.c | 41 +-
drivers/fpga/zynq-fpga.c | 8 +-
drivers/gpu/drm/drm_displayid.c | 3 -
drivers/gpu/drm/drm_edid.c | 22 +-
drivers/gpu/drm/i915/gvt/kvmgt.c | 18 +-
drivers/gpu/drm/msm/msm_debugfs.c | 2 -
drivers/gpu/drm/msm/msm_drv.c | 2 -
drivers/gpu/drm/msm/msm_drv.h | 4 -
drivers/gpu/drm/rockchip/cdn-dp-core.c | 16 +-
drivers/gpu/drm/xe/display/xe_display.c | 46 +-
drivers/gpu/drm/xe/xe_debugfs.c | 7 +-
drivers/gpu/drm/xe/xe_device.c | 2 +-
drivers/gpu/drm/xe/xe_device_types.h | 11 +-
drivers/gpu/drm/xe/xe_gt.h | 10 +-
drivers/gpu/drm/xe/xe_module.c | 6 +-
drivers/gpu/drm/xe/xe_module.h | 2 +-
drivers/gpu/drm/xe/xe_pci.c | 8 +-
drivers/gpu/drm/xe/xe_vm.c | 17 +-
drivers/hwmon/gsc-hwmon.c | 1 +
drivers/i2c/busses/i2c-tegra.c | 4 +-
drivers/i2c/i2c-slave-testunit.c | 43 +-
drivers/iommu/iommufd/selftest.c | 1 +
drivers/memory/tegra/tegra186-emc.c | 5 -
drivers/misc/kgdbts.c | 4 +-
drivers/net/dsa/microchip/ksz9477.c | 3 +-
drivers/net/ethernet/dlink/dl2k.c | 2 +-
drivers/net/ethernet/freescale/fec_ptp.c | 58 +-
drivers/net/ethernet/google/gve/gve.h | 5 +
drivers/net/ethernet/google/gve/gve_adminq.c | 182 +-
drivers/net/ethernet/google/gve/gve_adminq.h | 59 +-
drivers/net/ethernet/google/gve/gve_ethtool.c | 44 +-
drivers/net/ethernet/marvell/mvneta.c | 2 +-
drivers/net/hamradio/6pack.c | 60 +-
drivers/net/mctp/mctp-serial.c | 23 +-
drivers/net/netconsole.c | 2 +-
drivers/nvme/host/fault_inject.c | 1 +
drivers/pci/controller/dwc/pcie-qcom-ep.c | 39 +-
drivers/pci/controller/dwc/pcie-qcom.c | 7 +-
drivers/platform/surface/aggregator/controller.c | 3 +-
.../platform/surface/surface_aggregator_registry.c | 58 +-
drivers/platform/x86/asus-wmi.c | 16 +-
drivers/pmdomain/arm/scmi_perf_domain.c | 8 +-
drivers/pmdomain/bcm/raspberrypi-power.c | 43 +-
drivers/pmdomain/imx/imx93-pd.c | 5 +-
drivers/remoteproc/qcom_q6v5_pas.c | 1 +
drivers/rtc/Kconfig | 6 +
drivers/rtc/rtc-stm32.c | 281 +++
drivers/staging/fbtft/fb_ssd1351.c | 2 +-
drivers/staging/fbtft/fbtft-core.c | 6 +-
drivers/staging/greybus/gb-camera.h | 4 +-
.../media/atomisp/pci/ia_css_stream_public.h | 8 +-
.../staging/media/atomisp/pci/sh_css_internal.h | 19 +-
drivers/staging/olpc_dcon/olpc_dcon.c | 2 +-
drivers/staging/rtl8192e/rtllib_rx.c | 24 +-
drivers/staging/rtl8723bs/hal/sdio_halinit.c | 4 +-
drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 3 +-
drivers/staging/vme_user/vme.h | 17 +-
drivers/thermal/gov_bang_bang.c | 83 +-
drivers/thermal/thermal_core.c | 3 +-
drivers/tty/mxser.c | 5 -
drivers/tty/serial/8250/8250_bcm2835aux.c | 4 +-
drivers/tty/serial/8250/8250_omap.c | 10 +-
drivers/tty/serial/8250/8250_platform.c | 107 +-
drivers/tty/serial/samsung_tty.c | 29 +-
drivers/tty/serial/serial_core.c | 113 +-
drivers/usb/common/common.c | 7 +-
drivers/usb/gadget/configfs.c | 10 +-
drivers/usb/gadget/function/f_fs.c | 12 +-
drivers/usb/gadget/function/f_uac1.c | 64 +-
drivers/usb/gadget/function/f_uac2.c | 80 +-
drivers/usb/gadget/function/u_uac1.h | 8 +-
drivers/usb/gadget/function/u_uac2.h | 15 +-
drivers/usb/host/xhci-dbgcap.h | 1 -
drivers/usb/host/xhci-dbgtty.c | 30 +-
drivers/usb/musb/mpfs.c | 160 +-
drivers/usb/phy/phy-mxs-usb.c | 132 +-
drivers/usb/typec/tcpm/maxim_contaminant.c | 7 +-
drivers/usb/typec/tcpm/tcpci_maxim.h | 16 +-
drivers/usb/typec/tcpm/tcpci_maxim_core.c | 11 +-
fs/bcachefs/alloc_background.c | 77 +-
fs/bcachefs/alloc_background.h | 26 +-
fs/bcachefs/backpointers.c | 8 +-
fs/bcachefs/backpointers.h | 5 +-
fs/bcachefs/bcachefs_format.h | 3 +-
fs/bcachefs/bkey.h | 7 +-
fs/bcachefs/bkey_methods.c | 109 +-
fs/bcachefs/bkey_methods.h | 21 +-
fs/bcachefs/bset.c | 36 +-
fs/bcachefs/btree_io.c | 69 +-
fs/bcachefs/btree_key_cache.c | 5 -
fs/bcachefs/btree_node_scan.c | 2 +-
fs/bcachefs/btree_trans_commit.c | 76 +-
fs/bcachefs/btree_update_interior.c | 16 +-
fs/bcachefs/buckets.c | 14 +
fs/bcachefs/data_update.c | 6 +-
fs/bcachefs/dirent.c | 33 +-
fs/bcachefs/dirent.h | 5 +-
fs/bcachefs/disk_accounting.c | 34 +-
fs/bcachefs/disk_accounting.h | 60 +-
fs/bcachefs/disk_accounting_format.h | 8 +-
fs/bcachefs/ec.c | 15 +-
fs/bcachefs/ec.h | 5 +-
fs/bcachefs/errcode.h | 1 +
fs/bcachefs/error.c | 22 +
fs/bcachefs/error.h | 39 +-
fs/bcachefs/extents.c | 144 +-
fs/bcachefs/extents.h | 24 +-
fs/bcachefs/inode.c | 77 +-
fs/bcachefs/inode.h | 24 +-
fs/bcachefs/journal_io.c | 24 +-
fs/bcachefs/lru.c | 9 +-
fs/bcachefs/lru.h | 5 +-
fs/bcachefs/quota.c | 8 +-
fs/bcachefs/quota.h | 5 +-
fs/bcachefs/reflink.c | 19 +-
fs/bcachefs/reflink.h | 22 +-
fs/bcachefs/sb-downgrade.c | 6 +-
fs/bcachefs/snapshot.c | 42 +-
fs/bcachefs/snapshot.h | 11 +-
fs/bcachefs/subvolume.c | 16 +-
fs/bcachefs/subvolume.h | 5 +-
fs/bcachefs/xattr.c | 21 +-
fs/bcachefs/xattr.h | 5 +-
fs/binfmt_elf.c | 5 +
fs/btrfs/delayed-ref.c | 9 +-
fs/btrfs/delayed-ref.h | 2 +-
fs/btrfs/extent_io.c | 198 +-
fs/btrfs/qgroup.c | 2 +-
fs/btrfs/send.c | 4 +-
fs/btrfs/subpage.c | 17 +
fs/btrfs/subpage.h | 3 +
fs/btrfs/tree-checker.c | 69 +
fs/btrfs/volumes.h | 4 +-
fs/exec.c | 8 +-
fs/f2fs/segment.c | 24 +-
fs/fs-writeback.c | 17 +-
fs/inode.c | 5 +-
fs/namespace.c | 2 +-
fs/nfsd/nfs4proc.c | 12 +-
fs/nfsd/nfs4state.c | 1 -
fs/nfsd/nfs4xdr.c | 7 -
fs/nfsd/nfsd.h | 6 -
fs/nilfs2/recovery.c | 35 +-
fs/nilfs2/segment.c | 7 +-
fs/nilfs2/sysfs.c | 43 +-
fs/xattr.c | 6 +-
fs/xfs/scrub/agheader_repair.c | 28 +-
fs/xfs/scrub/bmap.c | 8 +-
fs/xfs/xfs_icache.c | 11 +-
fs/xfs/xfs_ioctl.c | 11 +
fs/xfs/xfs_trans_ail.c | 7 +-
include/asm-generic/mm_hooks.h | 11 +-
include/drm/drm_edid.h | 2 -
include/linux/arm_ffa.h | 12 +
include/linux/cma.h | 1 +
include/linux/fault-inject.h | 36 +-
include/linux/huge_mm.h | 4 +-
include/linux/hugetlb.h | 9 +-
include/linux/i2c.h | 2 +-
include/linux/khugepaged.h | 1 +
include/linux/kvm_host.h | 7 +
include/linux/memcontrol.h | 24 +-
include/linux/mm.h | 10 +
include/linux/mm_types.h | 3 +
include/linux/page-flags.h | 3 +
include/linux/pgalloc_tag.h | 13 +
include/linux/pgtable.h | 3 +-
include/linux/regmap.h | 4 +
include/linux/rmap.h | 7 +-
include/linux/thermal.h | 1 +
include/linux/usb/gadget_configfs.h | 7 +-
include/linux/vm_event_item.h | 1 +
include/linux/vmstat.h | 1 -
include/linux/writeback.h | 3 +
include/trace/events/filemap.h | 84 +
include/uapi/linux/psp-sev.h | 1 +
include/uapi/linux/usb/ch9.h | 8 +-
include/uapi/linux/usb/functionfs.h | 97 +-
kernel/crash_reserve.c | 8 +-
kernel/futex/core.c | 1 +
lib/bcd.c | 4 +-
lib/fault-inject.c | 1 +
lib/generic-radix-tree.c | 2 +
lib/maple_tree.c | 33 +-
localversion-next | 2 +-
mm/cma.c | 47 +-
mm/compaction.c | 48 +-
mm/fail_page_alloc.c | 1 +
mm/failslab.c | 1 +
mm/filemap.c | 4 +
mm/huge_memory.c | 156 +-
mm/hugetlb.c | 374 ++--
mm/internal.h | 13 +-
mm/kfence/core.c | 39 +-
mm/kfence/kfence.h | 1 +
mm/kfence/report.c | 7 +-
mm/khugepaged.c | 3 +-
mm/memcontrol.c | 35 +-
mm/memory.c | 3 -
mm/mempolicy.c | 4 +-
mm/migrate.c | 77 +-
mm/migrate_device.c | 4 +-
mm/mm_init.c | 12 +-
mm/mmap.c | 10 +-
mm/mseal.c | 2 +-
mm/page_alloc.c | 125 +-
mm/rmap.c | 3 +-
mm/shmem.c | 9 +-
mm/swap.c | 8 +-
mm/userfaultfd.c | 29 +-
mm/vma.c | 8 +-
mm/vmalloc.c | 4 +-
mm/vmscan.c | 68 +-
mm/vmstat.c | 3 +-
net/bridge/br_netfilter_hooks.c | 6 +-
net/ipv4/tcp_input.c | 28 +-
net/ipv6/netfilter/nf_conntrack_reasm.c | 4 +
net/mptcp/diag.c | 2 +-
net/netfilter/nf_flow_table_offload.c | 2 +-
net/netfilter/nf_tables_api.c | 147 +-
net/netfilter/nfnetlink.c | 5 +-
net/netfilter/nfnetlink_queue.c | 35 +-
scripts/Makefile.kasan | 43 +-
sound/pci/hda/tas2781_hda_i2c.c | 4 +-
sound/soc/codecs/wcd937x.c | 5 +-
sound/soc/fsl/fsl_audmix.c | 12 +-
sound/soc/fsl/fsl_mqs.c | 11 +-
sound/soc/fsl/fsl_rpmsg.c | 9 +-
sound/soc/fsl/fsl_spdif.c | 11 +-
sound/soc/fsl/fsl_ssi.c | 6 +-
sound/soc/fsl/imx-audmux.c | 6 +-
sound/soc/fsl/imx-pcm-rpmsg.c | 14 +-
sound/soc/soc-pcm.c | 25 +-
sound/soc/sof/mediatek/mt8195/mt8195.c | 3 +
sound/usb/quirks-table.h | 2288 ++++++--------------
tools/build/feature/test-all.c | 4 -
tools/perf/Documentation/perf-kvm.txt | 6 +-
tools/perf/Documentation/perf-list.txt | 1 +
tools/perf/Documentation/perf-record.txt | 9 +-
tools/perf/Documentation/perf-report.txt | 1 +
tools/perf/Documentation/perf-script.txt | 5 +-
tools/perf/Documentation/perf-stat.txt | 8 +
tools/perf/Documentation/perf-top.txt | 4 +-
tools/perf/Documentation/perf-trace.txt | 4 +-
tools/perf/Documentation/topdown.txt | 30 +
tools/perf/arch/x86/util/event.c | 4 +-
tools/perf/arch/x86/util/evlist.c | 6 +
tools/perf/bench/synthesize.c | 2 +-
tools/perf/builtin-annotate.c | 57 +-
tools/perf/builtin-buildid-list.c | 10 +
tools/perf/builtin-c2c.c | 33 +-
tools/perf/builtin-diff.c | 38 +-
tools/perf/builtin-evlist.c | 10 +-
tools/perf/builtin-inject.c | 191 +-
tools/perf/builtin-kmem.c | 20 +-
tools/perf/builtin-kvm.c | 19 +-
tools/perf/builtin-kwork.c | 33 +-
tools/perf/builtin-lock.c | 41 +-
tools/perf/builtin-mem.c | 37 +-
tools/perf/builtin-record.c | 47 +-
tools/perf/builtin-report.c | 92 +-
tools/perf/builtin-sched.c | 50 +-
tools/perf/builtin-script.c | 177 +-
tools/perf/builtin-stat.c | 34 +-
tools/perf/builtin-timechart.c | 25 +-
tools/perf/builtin-top.c | 6 +-
tools/perf/builtin-trace.c | 4 +-
.../arch/x86/cascadelakex/uncore-cache.json | 60 +-
.../{alderlake => meteorlake}/metricgroups.json | 0
.../mtl-metrics.json} | 252 +--
.../pmu-events/arch/x86/skylakex/uncore-cache.json | 60 +-
.../arch/x86/snowridgex/uncore-cache.json | 57 -
tools/perf/tests/cpumap.c | 6 +-
tools/perf/tests/dlfilter-test.c | 2 +-
tools/perf/tests/dwarf-unwind.c | 2 +-
tools/perf/tests/event_update.c | 9 +-
tools/perf/tests/pmu.c | 6 +-
tools/perf/tests/shell/annotate.sh | 3 +-
tools/perf/tests/shell/record.sh | 36 +-
tools/perf/tests/shell/test_stat_intel_tpebs.sh | 19 +
tools/perf/tests/stat.c | 6 +-
tools/perf/tests/thread-map.c | 2 +-
tools/perf/ui/browsers/annotate-data.c | 346 ++-
tools/perf/ui/browsers/annotate.c | 18 +-
tools/perf/ui/browsers/hists.c | 18 +-
tools/perf/util/Build | 2 +
tools/perf/util/annotate.c | 253 ++-
tools/perf/util/annotate.h | 24 +-
tools/perf/util/arm-spe.c | 55 +-
tools/perf/util/auxtrace.c | 12 +-
tools/perf/util/auxtrace.h | 20 +-
tools/perf/util/block-info.c | 66 +-
tools/perf/util/block-info.h | 8 +-
tools/perf/util/bpf-event.c | 4 +-
tools/perf/util/bpf_skel/lock_data.h | 4 +-
tools/perf/util/bpf_skel/vmlinux/vmlinux.h | 1 +
tools/perf/util/branch.h | 1 +
tools/perf/util/build-id.c | 34 +-
tools/perf/util/build-id.h | 8 +-
tools/perf/util/callchain.c | 35 +
tools/perf/util/callchain.h | 6 +
tools/perf/util/cs-etm.c | 39 +-
tools/perf/util/data-convert-bt.c | 34 +-
tools/perf/util/data-convert-json.c | 47 +-
tools/perf/util/data.c | 7 +-
tools/perf/util/disasm.c | 2 +
tools/perf/util/event.c | 54 +-
tools/perf/util/event.h | 38 +-
tools/perf/util/evlist.c | 70 +
tools/perf/util/evlist.h | 2 +
tools/perf/util/evsel.c | 96 +-
tools/perf/util/evsel.h | 20 +
tools/perf/util/header.c | 6 +-
tools/perf/util/header.h | 4 +-
tools/perf/util/hisi-ptt.c | 6 +-
tools/perf/util/hist.c | 5 +-
tools/perf/util/hist.h | 2 +-
tools/perf/util/intel-bts.c | 37 +-
tools/perf/util/intel-pt.c | 30 +-
tools/perf/util/intel-tpebs.c | 432 ++++
tools/perf/util/intel-tpebs.h | 35 +
tools/perf/util/jitdump.c | 4 +-
tools/perf/util/machine.c | 3 +
tools/perf/util/parse-events.c | 2 +
tools/perf/util/parse-events.h | 1 +
tools/perf/util/parse-events.l | 3 +-
tools/perf/util/s390-cpumsf.c | 11 +-
tools/perf/util/session.c | 369 +---
tools/perf/util/session.h | 9 +-
tools/perf/util/symbol_conf.h | 2 +-
tools/perf/util/synthetic-events.c | 80 +-
tools/perf/util/synthetic-events.h | 70 +-
tools/perf/util/tool.c | 294 +++
tools/perf/util/tool.h | 19 +-
tools/perf/util/tsc.c | 2 +-
tools/testing/radix-tree/maple.c | 63 +
.../ftrace/test.d/kprobe/kprobe_args_char.tc | 2 +-
.../ftrace/test.d/kprobe/kprobe_args_string.tc | 2 +-
tools/testing/selftests/mm/split_huge_page_test.c | 71 +
tools/testing/selftests/mm/vm_util.c | 22 +
tools/testing/selftests/mm/vm_util.h | 1 +
tools/testing/selftests/net/netfilter/Makefile | 1 +
.../selftests/net/netfilter/br_netfilter_queue.sh | 78 +
tools/testing/shared/linux.c | 26 +-
virt/kvm/eventfd.c | 13 +-
virt/kvm/kvm_main.c | 5 +-
399 files changed, 9215 insertions(+), 6345 deletions(-)
create mode 100644 Documentation/usb/functionfs-desc.rst
delete mode 100644 arch/arm/include/asm/crash_reserve.h
create mode 100644 arch/riscv/kernel/pi/archrandom_early.c
create mode 100644 arch/riscv/kernel/pi/pi.h
copy tools/perf/pmu-events/arch/x86/{alderlake => meteorlake}/metricgroups.json (100%)
copy tools/perf/pmu-events/arch/x86/{alderlake/adl-metrics.json => meteorlake/mtl- [...]
create mode 100755 tools/perf/tests/shell/test_stat_intel_tpebs.sh
create mode 100644 tools/perf/util/intel-tpebs.c
create mode 100644 tools/perf/util/intel-tpebs.h
create mode 100644 tools/perf/util/tool.c
create mode 100755 tools/testing/selftests/net/netfilter/br_netfilter_queue.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.