This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e4f2f46e015 Fortran: Fix rejecting class arrays of different ranks as s [...]
new b38c8fdd82a [MAINTAINERS] Update my email address and move to DCO.
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:
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from cef946b6f4f X86: Update gas/NEWS for Intel APX.
new 5e07665d4c2 gdb: add testcase for invalid record display
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/testsuite/gdb.ada/variant_record_field.exp | 50 ++++++++++++++++++++++
.../{dyn_stride => variant_record_field}/foo.adb | 41 ++++++++++--------
2 files changed, 73 insertions(+), 18 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/variant_record_field.exp
copy gdb/testsuite/gdb.ada/{dyn_stride => variant_record_field}/foo.adb (53%)
--
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 1e43ea7bb35 Add function filtering to gcov
new 619f587f685 Revert "fixincludes: skip stdio_stdarg_h on darwin"
new e4f2f46e015 Fortran: Fix rejecting class arrays of different ranks as s [...]
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:
fixincludes/fixincl.x | 5 +-
fixincludes/inclhack.def | 1 -
gcc/fortran/trans-array.cc | 204 +++++++++++++++++-----
gcc/fortran/trans-array.h | 5 +-
gcc/fortran/trans-decl.cc | 16 +-
gcc/fortran/trans-expr.cc | 242 +++++++++++++--------------
gcc/fortran/trans-io.cc | 4 +-
gcc/fortran/trans-stmt.cc | 6 +-
gcc/fortran/trans.h | 7 +-
gcc/testsuite/gfortran.dg/class_dummy_11.f90 | 194 +++++++++++++++++++++
libgfortran/Makefile.am | 4 +-
libgfortran/Makefile.in | 13 +-
libgfortran/gfortran.map | 6 +
libgfortran/libgfortran.h | 23 +++
libgfortran/runtime/in_pack_class.c | 152 +++++++++++++++++
libgfortran/runtime/in_unpack_class.c | 134 +++++++++++++++
16 files changed, 826 insertions(+), 190 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_11.f90
create mode 100644 libgfortran/runtime/in_pack_class.c
create mode 100644 libgfortran/runtime/in_unpack_class.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 36e5e409190 RISC-V: c implies zca, and conditionally zcf & zcd
new 2b3fbac8e37 Ensure function.end_line in source_info.lines
new 1e43ea7bb35 Add function filtering to gcov
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/doc/gcov.texi | 113 ++++++++++++++++++++++++++++
gcc/gcov.cc | 133 +++++++++++++++++++++++++++++++--
gcc/testsuite/g++.dg/gcov/gcov-19.C | 35 +++++++++
gcc/testsuite/g++.dg/gcov/gcov-20.C | 38 ++++++++++
gcc/testsuite/g++.dg/gcov/gcov-21.C | 32 ++++++++
gcc/testsuite/gcc.misc-tests/gcov-25.c | 25 +++++++
gcc/testsuite/gcc.misc-tests/gcov-26.c | 25 +++++++
gcc/testsuite/gcc.misc-tests/gcov-27.c | 24 ++++++
gcc/testsuite/gcc.misc-tests/gcov-28.c | 22 ++++++
gcc/testsuite/lib/gcov.exp | 53 ++++++++++++-
10 files changed, 490 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-19.C
create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-20.C
create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-21.C
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-25.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-26.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-27.c
create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-28.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux-next.
omits 523b23f0bee3 Add linux-next specific files for 20240710
omits df90c2a8fbaa Revert "drm/omap: Allow build with COMPILE_TEST=y"
omits e971d6fdf985 Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
omits 7b8cb9c4639d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits a078dabbc33c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits eff8d7140ec1 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
omits 840898ee2b30 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1da7f9c33f01 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
omits 9d3f6f8930ab Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
omits 620b344a27e4 Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
omits 9ddda2d07a35 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
omits 6fa65d15079e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 27de9abbda95 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 778b2de991f5 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
omits 318ddf6d7196 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3d162190882e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d31d9169189d Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
omits 71268221fb41 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits efd5e7abaac4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0bfba71fe29f Merge branch 'kgdb/for-next' of git://git.kernel.org/pub/s [...]
omits 8f9b0b3f7e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits fceefaa60e17 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 133eb6abaa0e Merge branch 'for-next/seccomp' of git://git.kernel.org/pu [...]
omits a0fdc9817225 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
omits d43027e5d5bf Merge branch 'at24/for-next' of git://git.kernel.org/pub/s [...]
omits 7adf4f050200 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/ [...]
omits 38f482ac5119 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
omits 29975af99382 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 829161c39e21 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
omits e27d121764af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d5ecb821f9d6 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
omits 51147ef80522 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2e0ab7f1a72a Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
omits 9a4019514f42 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c19fc6866f46 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits 43a6640ea9fb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f7dd86f2af20 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e56eba7f1b90 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6379c241ecaf Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 4549453081ec Merge branch 'counter-next' of git://git.kernel.org/pub/sc [...]
omits f0e8cd625194 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
omits 19d749ebcf2f Merge branch 'next' of git://github.com/awilliam/linux-vfio.git
omits f9eb8fe9efdc Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
omits 7d9c69aacbaf Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 2f319bbacf0b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 5f4e69d7850e Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
omits a138a8f3a667 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
omits 57c7e3307c43 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 28c8a7716b3e Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 1d69404a35d1 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
omits d1869a2cf422 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
omits fa1a35e6d108 next-20240709/leds-lj
omits a9a7e9b83a59 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3eb21a0034ec Merge branch 'for-firmware-next' of git://git.kernel.org/p [...]
omits bb223ae79e75 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits aa8ee9e3d059 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 588d1331f72c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 8154aa07158d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits aa18c5a7014f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d53600c081bb Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits 4641513164b3 Merge branch 'next' of https://github.com/kvm-x86/linux.git
omits b58370b63d0a Merge branch 'riscv_kvm_next' of https://github.com/kvm-ri [...]
omits ff6884bdb7e3 Merge branch 'topic/ppc-kvm' of git://git.kernel.org/pub/s [...]
omits faec2f14fa9b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 55bf7757d3d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ac907aae2544 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
omits 3751e901a6e4 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
omits 8b63cba71ca8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits b7f0c8dbbd4c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2faa653aa119 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
omits 8caffd4dbdd5 Merge branch 'timers/drivers/next' of https://git.linaro.o [...]
omits 4041c91cc75f Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 61cef1fd73ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits aece6d88ba3a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6c2b552b51d8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1ce787a3e9cb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 82245adc38d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 8775721f361a Merge branch 'master' of git://git.code.sf.net/p/tomoyo/to [...]
omits 1c4428a3f4c5 Merge branch 'next' of git://github.com/cschaufler/smack-next
omits 47444c7ac2a3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 0ff885a52d32 Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
omits b5515cf6f008 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 4d10523f497d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1eddc6979d89 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 15b0d07b7415 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
omits 258abcc834ad Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
omits d271f2358007 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 3a16ec2a30ea Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm [...]
omits b2917cee08b5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4f373d22462d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 94ee943d3a13 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
omits 103b487a325f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 8b7d85fc0e5c Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
omits ce27d7f53ea7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0f614ce4453e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits ce04a43fe548 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3711ccb08393 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2a4857dfa324 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 3f3db4fe568e Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
omits 10fd3bb73c06 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits e07c66c2890b Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits f8c4ef40a320 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits a0a6cc97cd75 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 28443402f814 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits b34ce5300ad5 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
omits 32ff57881f96 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
omits da6e5609e870 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
omits 6133e4b0bdd9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 9f2038c3ac6a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 2a95db93ae22 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 7f918aa42400 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4d9f174f8f4a Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 0696a58094f6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e486cdfed108 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ba4b957c2edc Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
omits 76d39e4dc676 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits d6aecef6b5c0 Merge branch 'master' of git://linuxtv.org/mchehab/media-next.git
omits 47f63c7f5278 Merge branch 'master' of git://linuxtv.org/media_tree.git
omits 7df00afc89de Merge branch 'docs-next' of git://git.lwn.net/linux.git
omits 3876718b25da Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
omits b9f8b63d6e3b Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/li [...]
omits 1be151d124b1 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
omits 5130de91f626 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
omits b24079202dfd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 57357b839d91 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
omits de43d94ee5fe Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits fdf485fd1df5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5073ab28083b Merge branch 'fs-next' of linux-next
omits 097b5bc6147b Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits 719e1c86704c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f52688d0b5ab Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 9138be2d9d28 Merge branch '9p-next' of git://github.com/martinetd/linux
omits 9b3da40e5911 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
omits 3f1b13b855bc Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits 3532ff45b6a2 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
omits aca0ae0bdc0d Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
omits 7bb1fb14f6ae Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4eb2176029c5 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 0c37a9148422 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 2f5aadd6b3d3 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits 5c8ed77733a8 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits c099e38b934f Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 223154425aa4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits f6ae55f457c0 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
omits 8cc4b6632101 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits 6339cba78ac1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits af7c9743097a Merge branch 'for-next' of https://evilpiepirate.org/git/b [...]
omits 132e7e7372bc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 37f0be9c4630 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits dd0a02804d26 Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
omits b55cb21140fd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 277d06508309 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d413766cbfef Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1f37674891f2 Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
omits f24daab6ed14 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 27b0e18a4a1a Merge branch 'loongarch-next' of git://git.kernel.org/pub/ [...]
omits a71b7984a6cc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 6178e473012b Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
omits 6749ba498de1 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
omits daa6120de277 Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
omits cd9836780f2b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a5614db71f3e Merge branch 'next' of https://git.linaro.org/people/jens. [...]
omits dd01dfffee83 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
omits dd32e3a175d0 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
omits bfddaad58909 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
omits 495ada71c285 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2a481de38bdd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 15655b52c75f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits eec3ea326dbb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c5b23dba4082 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits cd4562f0333a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a6e690b8f91c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 79e875b22f48 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
omits df3aed1e7dd9 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
omits b44c1d087089 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 81148d8825ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c738c61c2961 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7f9cc9be4377 Merge branch 'for-next/perf' of git://git.kernel.org/pub/s [...]
omits 2bc0c1189cc2 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
omits b5fc1173f865 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 56033318977c Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 9df9734e1113 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
omits ca1a74fd0ae5 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
omits e897cefbf475 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e81f7435ff7c Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
omits 229617d917b3 Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub [...]
omits d446c545b7db Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/l [...]
omits cf99f4857541 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 1f467857e9d2 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
omits bad5a97003db Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 49ccb1e8c42b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits fdc06d8e287d Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits f58d309760d8 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits d81af12bebb6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits a97fae7c0f6e Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
omits b28efc11e95d Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 44e97381da75 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 244b4148f70b Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits dd97cf294569 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
omits e8efdf1e1ce6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 1e1fa353d390 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 6529c1785c63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits ab475e579a49 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 9210bfe5507d Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 5c5821f9271b Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits d2589d61a0d6 Merge branch 'fixes' of https://github.com/sophgo/linux.git
omits bb1464a17348 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
omits ed89819ec3a6 Merge branch 'fs-current' of linux-next
omits e8ee69b5fe5d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 7004aae020d5 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits f90ecec9dd11 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 56a4c036e46a Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits c94a01613651 foo
omits 00aa46a0a269 lib/bch.c: use swap() to improve code
omits 09f5d94a7da7 test_bpf: convert comma to semicolon
omits 78e70fd784bd init/modpost: conditionally check section mismatch to __meminit*
omits 8d68c21f7bf4 init: remove unused __MEMINIT* macros
omits ec38e1f2174b nilfs2: Constify struct kobj_type
omits 34ec19876c5d mul_u64_u64_div_u64: basic sanity test
omits 79e6b6de9feb mul_u64_u64_div_u64: make it precise always
omits 147c30213b60 foo
omits 17bcc624e67d mm: optimization on page allocation when CMA enabled
omits 9da29b6e950c mm: swap_state: use folio_alloc_mpol() in __read_swap_cach [...]
omits c7f63afaa38e mm-migrate-putback-split-folios-when-numa-hint-migration-f [...]
omits 34bd06abdc36 mm/migrate: putback split folios when numa hint migration fails
omits fe95f39a1135 mm/truncate: batch-clear shadow entries
omits 89b4fc4755d3 mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUND
omits 297e5ea8368c mm: simplify folio_migrate_mapping()
omits 6b706c93093c mm/page_alloc: put __free_pages_core() in __meminit section
omits 6d84b8800c86 mm: thp: support "THPeligible" semantics for mTHP with ano [...]
omits c1b510a9ec59 kpageflags: detect isolated KPF_THP folios
omits 2882bd7542f8 kpageflags: detect isolated KPF_THP folios
omits 789ac6573cd7 mm-fix-khugepaged-activation-policy-v3
omits 8f5d1d307f69 mm: fix khugepaged activation policy
omits 4dc70b711dbc memory tier: consolidate the initialization of memory tiers
omits 464ee8221333 mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
omits 65ffacef75ad mm/page_counter: move calculating protection values to pag [...]
omits 942a266dda98 mm: add comments for allocation helpers explaining why the [...]
omits 6fc376f5e0ab mm: unexport vmf_insert_mixed_mkwrite
omits cdb59c59050c mm: remove CONFIG_ARCH_HAS_HUGEPD
omits 62263ac5aea5 powerpc/mm: remove hugepd leftovers
omits 055599651d03 powerpc/64s: use contiguous PMD/PUD instead of HUGEPD
omits b36515b001f1 powerpc/e500: use contiguous PMD instead of hugepd
omits b010bf6414e8 powerpc/e500: free r10 for FIND_PTE
omits f468f3fc48a5 powerpc/e500: don't pre-check write access on data TLB error
omits 5c2968388cbd powerpc/e500: encode hugepage size in PTE bits
omits fe5324a333ff powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)
omits 49943cdf14be powerpc/e500: remove enc and ind fields from struct mmu_psize_def
omits 90c8b9ff8be7 powerpc/8xx: simplify struct mmu_psize_def
omits 8afb1e1f403a powerpc/8xx: rework support for 8M pages using contiguous [...]
omits 7a2d93a35f6a powerpc/8xx: fix size given to set_huge_pte_at()
omits add057fa44f2 powerpc/mm: allow hugepages without hugepd
omits dd49c6899a01 powerpc/mm: fix __find_linux_pte() on 32 bits with PMD lea [...]
omits 9241ecac28c0 powerpc/mm: remove _PAGE_PSIZE
omits 247a997df338 mm: provide mm_struct and address to huge_ptep_get()
omits 8d5f180001fa mm: define __pte_leaf_size() to also take a PMD entry
omits 58768097ff28 powerpc/64e: drop unused TLB miss handlers
omits bc9918c2bab2 powerpc/64e: consolidate TLB miss handler patching
omits 9625799371fe powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit code
omits a264f6cd3d82 powerpc/64e: drop E500 ifdefs in 64-bit code
omits 36e36447ea62 powerpc/64e: split out nohash Book3E 64-bit code
omits f79b515dc580 powerpc/64e: remove unused IBM HTW code
omits 92007369da88 zsmalloc: rename class stat mutators
omits 5203309efce9 mm-add-docs-for-per-order-mthp-split-counters-v3-fix
omits e69ec26891f8 mm-add-docs-for-per-order-mthp-split-counters-v3
omits 14c3f982959a mm: add docs for per-order mTHP split counters
omits 9d3d1aceeaca mm-add-per-order-mthp-split-counters-fix
omits ea2ed69a40c4 mm-add-per-order-mthp-split-counters-v3
omits 7e184b2382e8 mm: add per-order mTHP split counters
omits a5436b711e7d mm/zsmalloc: move record_obj() into obj_malloc()
omits 987c08d42f64 mm/zsmalloc: clarify class per-fullness zspage counts
omits 7d1976a9565b selftests/proc: add PROCMAP_QUERY ioctl tests
omits 8ef8e8a141c9 tools: sync uapi/linux/fs.h header into tools subdir
omits c4d3b0cb3abe docs/procfs: call out ioctl()-based PROCMAP_QUERY command [...]
omits a6320ff502b6 fs/procfs: fix integer to pointer cast warning in do_procm [...]
omits 46d05dee0f0d fs/procfs: add build ID fetching to PROCMAP_QUERY API
omits b4ea116d3cc8 fs/procfs: improve PROCMAP_QUERY's compat mode handling
omits db9a132b7585 fs/procfs: implement efficient VMA querying API for /proc/ [...]
omits 17a697bee0ec fs/procfs: extract logic for getting VMA name constituents
omits e6b776efcb0d selftests/udmabuf: add tests to verify data after page migration
omits fd54ebe3fa5b udmabuf: pin the pages using memfd_pin_folios() API
omits bc3a0237e0e5 udmabuf: convert udmabuf driver to use folios
omits fff59a72f36b udmabuf: add back support for mapping hugetlb pages
omits e6f653221f30 udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap
omits 33955c6f4d58 udmabuf: add CONFIG_MMU dependency
omits 8a26d4a27d98 mm-gup-introduce-memfd_pin_folios-for-pinning-memfd-folios [...]
omits faf398bca6e7 INFO: task hung in remove_inode_hugepages
omits 5c8412c701ed mm-gup-introduce-memfd_pin_folios-for-pinning-memfd-folios-fix
omits f427ec96177a mm/gup: introduce memfd_pin_folios() for pinning memfd folios
omits a3d4409c74e0 mm/gup: introduce check_and_migrate_movable_folios()
omits 502b53bc7968 mm/gup: introduce unpin_folio/unpin_folios helpers
omits 22561418fef9 foo
omits 557b663c654c dt-bindings: arm: opdate James Clark's email address
omits 06b11c2cb94f MAINTAINERS: mailmap: update James Clark's email address
omits 7486344fc72e mm/gup: clear the LRU flag of a page before adding to LRU batch
omits 31e84a3d57d0 Merge remote-tracking branch 'asoc/for-6.11' into asoc-next
omits b2013783c445 drm/i915/display: Cache adpative sync caps to use it later
omits 9845ded2f4af pwm: Allow pwm state transitions from an invalid state
omits d776be08ce1b pwm: xilinx: Simplify using devm_ functions
omits 858880a813e2 pwm: Use guards for pwm_lookup_lock instead of explicity m [...]
omits bb88584a8d7f pwm: Use guards for export->lock instead of explicity mute [...]
omits 1c2ad972db9c pwm: Use guards for pwm_lock instead of explicity mutex_lo [...]
omits 4beb7c2fd1ba pwm: Register debugfs operations after the pwm class
omits c6052c312e85 Bluetooth: btnxpuart: Add system suspend and resume handlers
omits 203641085e98 Bluetooth: btnxpuart: Add support for IW615 chipset
omits bb05292409dd Bluetooth: btnxpuart: Add support for AW693 A1 chipset
omits 299fb56df9ec dm raid: fix stripes adding reshape size issues
omits 4f310c5b4668 dm raid: move _get_reshape_sectors() as prerequisite to fi [...]
omits a08dcaa69e33 Merge branch 'loongarch-kvm' into loongarch-next
omits b3403f8d3c3f perf kvm: Add kvm-stat for loongarch64
omits 41473738be53 Bluetooth: btintel: Add support for Whale Peak2
omits 1126250fa38b Bluetooth: btintel: Add support for BlazarU core
omits 7eac027d1b20 Bluetooth: btusb: mediatek: add ISO data transmission functions
omits 91d0ac304edf Bluetooth: btmtk: move btusb_recv_acl_mtk to btmtk.c
omits 314f1c00d267 Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.c
omits 39a9e1c69e74 Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.c
omits cacda8ed6753 Bluetooth: btusb: add callback function in btusb suspend/resume
omits dfad4030dcc4 Bluetooth: btmtk: rename btmediatek_data
omits ac7daf0f197c Bluetooth: btusb: mediatek: return error for failed reg access
omits a06a1458192e Bluetooth: btusb: mediatek: remove the unnecessary goto tag
omits b67a93868e50 dm-crypt: support for per-sector NVMe metadata
omits ad02097d49dd Merge remote-tracking branch 'spi/for-6.11' into spi-next
omits 3dc4236dc44d Merge remote-tracking branch 'regmap/for-6.11' into regmap-next
omits 4ea456ee44ef dm mpath: don't call dm_get_device in multipath_message
omits 808199174530 dm: factor out helper function from dm_get_device
omits 87c5966883b9 dm-verity: fix dm_is_verity_target() when dm-verity is builtin
omits 1d6e8bba8de6 dm: Remove max_secure_erase_granularity
omits 410023e77f0a dm: Remove max_write_zeroes_granularity
omits ec4d536ebe8b dm vdo indexer: use swap() instead of open coding it
omits 416d23abb93f dm vdo: remove unused struct 'uds_attribute'
omits 71547ac57102 mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==N
omits 1d9a91e3c81c mm/vmscan: drop checking if _deferred_list is empty before [...]
omits f033b49c0ebf mm/page_alloc: remove prefetchw() on freeing page to buddy system
omits 1ce8c1ae68d5 kernel/fork.c: put set_max_threads()/task_struct_whitelist [...]
omits 8a4d1f1051cd kernel/fork.c: get totalram_pages from memblock to calcula [...]
omits 652bc6af5786 mm: remove CONFIG_MEMCG_KMEM
omits a2e62b49e4a8 mm: memcg: add cache line padding to mem_cgroup_per_node
omits 81e443afc29f mm: memcg: drop obsolete cache line padding in struct mem_cgroup
omits 50cd0c8bd6ff Docs/mm/damon/index: add links to admin-guide doc
omits a9fb89222d01 Docs/mm/damon/index: add links to design
omits 957e600492ed Docs/mm/damon/design: add links to sections of DAMON sysfs [...]
omits b4d840518f56 Docs/mm/damon/design: remove 'Programmable Modules' sectio [...]
omits a8852adf4957 Docs/mm/damon/design: move 'Configurable Operations Set' s [...]
omits 54aa5d2318c6 Docs/mm/damon/design: add links from overall architecture [...]
omits c52f37f7f0bb Docs/admin-guide/mm/damon/start: add access pattern snapsh [...]
omits 286cd2d6b83f Docs/mm/damon/design: clarify regions merging operation
omits 609ca7d9f9cb Docs/mm/damon/design: fix two typos
omits bdc443965909 mm/shmem: fix input and output inconsistencies
omits 387d19d5f62c selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
omits 52d02c2fe546 tools/mm: introduce a tool to assess swap entry allocation [...]
omits 853e8f792c83 mm/zswap: use only one pool in zswap
omits de5ddc813669 mm/zsmalloc: change back to per-size_class lock
omits 12831fb27417 mm: remove code to handle same filled pages
omits 127f851ba92f mm: store zero pages to be swapped out in a bitmap
omits 5ee9b6011eb0 pwm: imx-tpm: Enable pinctrl setting for sleep state
omits b3c84ad2b5e9 pwm: lpss: drop redundant runtime PM handles
omits 38ae30de2109 pwm: lpss: use devm_pm_runtime_enable() helper
omits 13b8f1234a04 pwm-stm32: Make use of parametrised register definitions
omits a370353effa2 Merge tag 'ib-mfd-counter-v5.11' of https://git.kernel.org [...]
omits 997e1c702d35 dt-bindings: pwm: imx: remove interrupt property from required
omits 07f16a8788aa pwm: meson: Add support for Amlogic S4 PWM
omits 1c736331dca6 pwm: Add GPIO PWM driver
omits db486c6d83b6 dt-bindings: pwm: Add pwm-gpio
omits a83fc85a6330 pwm: Drop pwm_apply_state()
omits e5c04c710872 bus: ts-nbus: Use pwm_apply_might_sleep()
omits d9ec5ac7f9cc pwm: Remove wrong implementation details from pwm_ops's do [...]
omits 4ab384168d79 pwm: Make pwm_request_from_chip() private to the core
omits 5ebd88414eeb pwm: cros-ec: Simplify device tree xlation
omits af07ec39db6f pwm: cros-ec: Don't care about consumers in .get_state()
omits 94dad8f78ec6 pwm: Make use of a symbol namespace for the core
omits bee79ad8fab1 pwm: add missing MODULE_DESCRIPTION() macros
omits af547c0db960 pwm: axi-pwmgen: Make use of regmap_clear_bits()
omits c7c367f1e9aa pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()
omits 0c3434b93b63 pwm: Add driver for AXI PWM generator
omits 555f55d2342f dt-bindings: pwm: Add AXI PWM generator
omits 0f6f72583a33 dt-bindings: pwm: fsl-ftm: Convert to yaml format
omits f564176f4e4f riscv: convert to generic syscall table
omits d9ccd2a28cbb openrisc: convert to generic syscall table
omits 426f3833297e nios2: convert to generic syscall table
omits 1d7b98ec5d78 loongarch: convert to generic syscall table
omits 18c5b7adabc5 hexagon: use new system call table
omits 8d46f9dd0637 csky: convert to generic syscall table
omits b2595bdb3eb3 arm64: rework compat syscall macros
omits 87b2e7792b68 Merge branches 'iommu/core', 'iommu/fwspec-ops-removal', ' [...]
omits 6e4a077c0b60 arm64: generate 64-bit syscall.tbl
omits ea0130bf3c45 arm64: convert unistd_32.h to syscall.tbl format
omits cf7f0fedd629 arc: convert to generic syscall table
omits 13aa27ce8de0 clone3: drop __ARCH_WANT_SYS_CLONE3 macro
omits d926e7c04843 docs: iommu: Remove outdated Documentation/userspace-api/i [...]
omits 57029ba74296 kbuild: add syscall table generation to scripts/Makefile.a [...]
omits 2ebc7d4a4b2b kbuild: verify asm-generic header list
omits 1026a8c705c3 loongarch: avoid generating extra header files
omits 7adb4dbfc3ff um: don't generate asm/bpf_perf_event.h
omits 79be2ee5acf4 csky: drop asm/gpio.h wrapper
omits ed28fe59c042 dm: stop using blk_limits_io_{min,opt}
omits 04a1020ad350 dm-crypt: limit the size of encryption requests
omits 313a6dadfa35 Merge branch 'features' into for-next
omits 944beeeb75d3 Merge branch 'fixes' into for-next
omits dc4c33f753ca perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter
omits be884dd62461 KVM: arm64: Refine PMU defines for number of counters
omits 323bc9e17c01 arm64: perf/kvm: Use a common PMU cycle counter define
omits 558fdd12c069 KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
omits 6ef2846c17a3 KVM: arm64: pmu: Use arm_pmuv3.h register accessors
omits 12fef9fb7179 perf: arm_pmuv3: Prepare for more than 32 counters
omits b7e89b0f5bd7 perf: arm_pmu: Remove event index to counter remapping
omits 46de0fe98f5e Bluetooth: Remove hci_request.{c,h}
omits 25f60b6ca512 Bluetooth: hci_sync: Remove remaining dependencies of hci_request
omits a7ba3b143b9b Bluetooth: hci_sync: Move handling of interleave_scan
omits cac754c132f9 Bluetooth: hci_core: Don't use hci_prepare_cmd
omits ca90ffabe5a0 Bluetooth: hci_core: Remove usage of hci_req_sync
omits ffa7b132ee5f Merge branch 'imx/defconfig' into for-next
omits 9912cea9b3c5 Merge branch 'imx/dt64' into for-next
omits 82a87b41b5cf Merge branch 'imx/dt' into for-next
omits 93adfef96b08 Merge branch 'imx/bindings' into for-next
omits 2bb634435338 Merge branch 'imx/soc' into for-next
omits 31cdab2ae178 dt-bindings: net: bluetooth: convert MT7622 Bluetooth to t [...]
omits 7b256038ca7c Bluetooth: Fix usage of __hci_cmd_sync_status
omits 9fc97277eb2d drm/i915: Skip programming FIA link enable bits for MTL+
omits b305fd6840d1 Merge branch 'next/dt64' into for-next
omits 7322b95bc09c Merge branch 'next/clk' into for-next
omits 851b469dc77b Merge branch 'next/drivers' into for-next
omits 85863cee8ce0 soc: samsung: exynos-pmu: add support for PMU_ALIVE non at [...]
omits 989e25f5b99e Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591
omits 9b526e56c5bc Bluetooth: hci_core: cleanup struct hci_dev
omits 4bf8975455cf Bluetooth: btintel: Fix the sfi name for BlazarU
omits 6851d11d389c Bluetooth: Fix double free in hci_req_sync_complete
omits 284f0e105de4 Bluetooth: L2CAP: Fix deadlock
omits 04608f98b321 Bluetooth: qca: don't disable power management for QCA6390
omits 4d72eae77b1b Bluetooth: hci: fix build when POWER_SEQUENCING=m
omits 1fc73da90b52 bluetooth/hci: disallow setting handle bigger than HCI_CON [...]
omits 6d6fecf4f766 Bluetooth: btintel: Fix spelling of *intermediate* in comment
omits 3f24cc30060a Bluetooth: qca: use the power sequencer for QCA6390
omits fe7029b2b205 dt-bindings: net: bluetooth: qualcomm: describe regulators [...]
omits 033d0f720c0e Merge tag 'pwrseq-initial-for-v6.11' of git://git.kernel.o [...]
omits 309b859c58a2 Bluetooth: btintel: Add firmware ID to firmware name
omits ec49fa438f80 Bluetooth: hci_core, hci_sync: cleanup struct discovery_state
omits c54bcd8a2f9c Bluetooth: ISO: Check socket flag instead of hcon
omits a27d184da262 Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables
omits 39a92a55be13 bluetooth/l2cap: sync sock recv cb and release
omits 94a60402b1c1 Bluetooth: Ignore too large handle values in BIG
omits aecf788b9daf Bluetooth: hci_event: Set QoS encryption from BIGInfo report
omits bafd12aba679 Bluetooth: btnxpuart: Enable Power Save feature on startup
omits d731e0e73f10 Bluetooth: btnxpuart: Add handling for boot-signature time [...]
omits 6abab22d33d5 Bluetooth: btnxpuart: Update firmware names
omits 2dedf80ad4ec dt-bindings: net: bluetooth: nxp: Add firmware-name property
omits 1754e2144739 Bluetooth: hci_core: cancel all works upon hci_unregister_dev()
omits f305a9bafe14 Bluetooth: qca: Fix BT enable failure again for QCA6390 af [...]
omits 48bdb4085485 Bluetooth: hci_event: Fix setting of unicast qos interval
omits 0058baa5be93 Bluetooth: hci_bcm4377: Add BCM4388 support
omits abfbc4d9eba8 Bluetooth: Add vendor-specific packet classification for ISO data
omits 8c4403bc2c2f Bluetooth: iso: remove unused struct 'iso_list_data'
omits 9eaf94276c84 Bluetooth: btintel_pcie: Remove unnecessary memset(0) calls
omits 5b7af226144f Bluetooth: Use sizeof(*pointer) instead of sizeof(type)
omits bb9b7e731341 Bluetooth: MGMT: Uninitialized variable in load_conn_param()
omits d2dad41f7412 Bluetooth/nokia: Remove unused struct 'hci_nokia_radio_hdr'
omits 454591abd9c7 tty: rfcomm: prefer array indexing over pointer arithmetic
omits 55fbfcb9435d tty: rfcomm: prefer struct_size over open coded arithmetic
omits 7653c93353cc Bluetooth: hci_core: Prefer array indexing over pointer ar [...]
omits 6ff42c28772f Bluetooth: hci_core: Prefer struct_size over open coded ar [...]
omits 7bc60457138b Bluetooth: btintel_pcie: Fix REVERSE_INULL issue reported [...]
omits 0d92f01d268a Bluetooth: btintel_pcie: Fix irq leak
omits 4088f7d808fb Bluetooth: btintel_pcie: Print Firmware Sequencer information
omits 5a4b344d557b Bluetooth: btusb: mediatek: add MT7922 subsystem reset
omits 7a9a2cc0accc Bluetooth: btusb: mediatek: reset the controller before do [...]
omits b184fbf9e830 Bluetooth: btusb: mediatek: refactor the function btusb_mtk_reset
omits 843d4c88c8b8 Bluetooth: btmtk: apply the common btmtk_fw_get_filename
omits cd2f22b64f00 Bluetooth: btmtk: add the function to get the fw name
omits 5c7d9c2b7149 Bluetooth: btintel: Refactor btintel_set_ppag()
omits 695728ac8f63 Bluetooth: btnxpuart: Shutdown timer and prevent rearming [...]
omits 36b2c157e589 Bluetooth: btnxpuart: Handle FW Download Abort scenario
omits 0b57c8b0c62a Bluetooth: btnxpuart: Enable status prints for firmware download
omits 0f2ca1d2b77d Bluetooth: btnxpuart: Fix Null pointer dereference in btnx [...]
omits 7274f7479942 Bluetooth: hci_bcm4377: Fix msgid release
omits d5d7abb1c8da Bluetooth: hci_bcm4377: Increase boot timeout
omits 6e13b4abc60e Bluetooth: hci_bcm4377: Use correct unit for timeouts
omits 4b5e8d5635bd Bluetooth: Add quirk to ignore reserved PHY bits in LE Ext [...]
omits 4d593268f065 power: pwrseq: add a driver for the PMU module on the QCom [...]
omits cb28daf2c4a2 power: sequencing: implement the pwrseq core
omits 3898bc187cde arm64: defconfig: Enable the IWLWIFI driver
omits 37b0f5556826 arm64: defconfig: Enable RAM block device support
omits 409539b3741a Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update exist [...]
adds 367cbaad8887 Merge tag 'devicetree-fixes-for-6.10-2' of git://git.kerne [...]
adds d045c46c5274 Merge tag 'thermal-6.10-rc8' of git://git.kernel.org/pub/s [...]
adds 130abfe9a184 Merge tag 'pm-6.10-rc8' of git://git.kernel.org/pub/scm/li [...]
adds 97488b92e517 Merge tag 'acpi-6.10-rc8' of git://git.kernel.org/pub/scm/ [...]
adds b6e02c6b0377 platform/x86: toshiba_acpi: Fix array out-of-bounds access
adds a19ea421490d Merge tag 'platform-drivers-x86-v6.10-6' of git://git.kern [...]
adds 759b2e800f16 bcachefs: Switch online_reserved shutdown assert to WARN()
adds 84db60001619 bcachefs: Delete old faulty bch2_trans_unlock() call
adds 600b8be5e747 bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warning
adds a0bd30e4ea9d bcachefs: Fix shift greater than integer size
adds 44ec5990357b bcachefs: Don't use the new_fs() bucket alloc path on an i [...]
adds 1539bdf51660 bcachefs: Fix bch2_read_retry_nodecode()
adds 67c564111f0e bcachefs: Fix loop restart in bch2_btree_transactions_read()
adds ef05bdf5d615 bcachefs: Add missing printbuf_tabstops_reset() calls
adds 92e1c29ae803 bcachefs: bch2_btree_write_buffer_maybe_flush()
adds d39881d2da2a bcachefs: add check for missing fragmentation in check_all [...]
adds b5cbb42dc59f bcachefs: Repair fragmentation_lru in alloc_write_key()
adds a2d23f3d916b bcachefs: io clock: run timer fns under clock lock
adds 0435773239b5 bcachefs: Fix journal getting stuck on a flush commit
adds 29f1c1ae6d2f closures: fix closure_sync + closure debugging
adds b02f973e6758 bcachefs: Fix bch2_inode_insert() race path for tmpfiles
adds 86d81ec5f5f0 bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
adds 8ed58789fc43 bcachefs: Fix undefined behaviour in eytzinger1_first()
adds 0f1f7324da0a bcachefs: Log mount failure error code
adds ad8b68cd3941 bcachefs: bch2_data_update_to_text()
adds f49d2c9835f9 bcachefs: Warn on attempting a move with no replicas
adds 0f6f8f76936b bcachefs: Fix missing error check in journal_entry_btree_k [...]
adds 7d7f71cd8763 bcachefs: Add missing bch2_trans_begin()
adds f6963ab4b01c Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.o [...]
adds 5a88a3f67e37 vfio/pci: Init the count variable in collecting hot-reset devices
adds d6e1712b7825 Merge tag 'vfio-v6.10' of https://github.com/awilliam/linux-vfio
adds ef2b7eb55e10 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 9d9a2f29aefd Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://g [...]
adds e4dcd978ccfc mm/gup: clear the LRU flag of a page before adding to LRU batch
adds 8e2886b94498 MAINTAINERS: mailmap: update James Clark's email address
adds 1cdb17c711e1 dt-bindings: arm: opdate James Clark's email address
adds 2e69933338dd mm: fix old/young bit handling in the faulting path
adds a1991c6f915f Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
adds fd0d8a3a9c90 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
adds 8c12c44d2ac4 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
adds 208fcf70505e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds e2207c4efecf Merge branch 'fs-current' of linux-next
adds 9e2fa54a5d24 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
adds 048823c6c575 Merge branch 'fixes' of https://github.com/sophgo/linux.git
adds 01fc5142ae6b i40e: Fix XDP program unloading while removing the driver
adds e1533b6319ab net: ethernet: lantiq_etop: fix double free in detach
adds d83bd26f91bc Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
adds 9199b915e9fa xfrm: fix netdev reference count imbalance
adds 89a2aefe4b08 xfrm: call xfrm_dev_policy_delete when kill policy
adds dc19d9338c94 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds 4f74d53aab1b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 03fc0753fd66 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds ad951cbc20e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds c86a918b1bdb spi: don't unoptimize message in spi_async()
adds ca52aa4c60f7 spi: add defer_optimize_message controller flag
adds c8bd922d924b spi: mux: set ctlr->bits_per_word_mask
adds ba55929bd680 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 2741bab26d10 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
adds 70c8e3944063 Merge tag 'usb-serial-6.10-rc8' of ssh://gitolite.kernel.o [...]
adds cb046cb37ce3 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
adds dfc3d3235569 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
adds 902214ebf751 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
adds 3f45576be3e0 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
adds 2c399fa446d4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds d8fa5eacd5c1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 36079cb276bb Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
adds af63ffce3d70 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new 95139d940845 tools/mm: introduce a tool to assess swap entry allocation [...]
new cc937dad85ae selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
new 843a2e24c24c mm/shmem: fix input and output inconsistencies
new efeacc2cb6b7 Docs/mm/damon/design: fix two typos
new 2081610d98ab Docs/mm/damon/design: clarify regions merging operation
new 752f18b9d9c2 Docs/admin-guide/mm/damon/start: add access pattern snapsh [...]
new 316df988caf8 Docs/mm/damon/design: add links from overall architecture [...]
new 92117a6e05f2 Docs/mm/damon/design: move 'Configurable Operations Set' s [...]
new ce15e8fe054c Docs/mm/damon/design: remove 'Programmable Modules' sectio [...]
new d31f5626a0e1 Docs/mm/damon/design: add links to sections of DAMON sysfs [...]
new 5fb9f0448fd9 Docs/mm/damon/index: add links to design
new f6a6de245fdb Docs/mm/damon/index: add links to admin-guide doc
new 9fa001cf3bb0 mm: memcg: drop obsolete cache line padding in struct mem_cgroup
new 6df13230b612 mm: memcg: add cache line padding to mem_cgroup_per_node
new 3a3b7fec3974 mm: remove CONFIG_MEMCG_KMEM
new 66b4aaf7335c kernel/fork.c: get totalram_pages from memblock to calcula [...]
new 9325585288f2 kernel/fork.c: put set_max_threads()/task_struct_whitelist [...]
new 689d92cc81ac mm/page_alloc: remove prefetchw() on freeing page to buddy system
new e5a119c4a683 mm/vmscan: drop checking if _deferred_list is empty before [...]
new 259043e3b730 mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==N
new 25ee35d813e0 Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/l [...]
new cb4df02f668e Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub [...]
new 300bbab07138 foo
new e1033b785131 mm/zsmalloc: change back to per-size_class lock
new 1793216aae8e mm/zswap: use only one pool in zswap
new 679171453f5a mm/gup: introduce unpin_folio/unpin_folios helpers
new bcd96599d109 mm/gup: introduce check_and_migrate_movable_folios()
new 62bf2635ac51 mm/gup: introduce memfd_pin_folios() for pinning memfd folios
new 8781d43d3ddb mm-gup-introduce-memfd_pin_folios-for-pinning-memfd-folios-fix
new 7de4071511e2 INFO: task hung in remove_inode_hugepages
new cea83ed904fc mm-gup-introduce-memfd_pin_folios-for-pinning-memfd-folios [...]
new ddfae135b8ff udmabuf: add CONFIG_MMU dependency
new 24e7cc842023 udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap
new 77709a07ef7d udmabuf: add back support for mapping hugetlb pages
new 4da2155f8749 udmabuf: convert udmabuf driver to use folios
new f67d55462ff2 udmabuf: pin the pages using memfd_pin_folios() API
new 34e859ebd85f selftests/udmabuf: add tests to verify data after page migration
new 0c4a8073910f fs/procfs: extract logic for getting VMA name constituents
new 0fab2569ea3f fs/procfs: implement efficient VMA querying API for /proc/ [...]
new 4659a3a014a8 fs/procfs: improve PROCMAP_QUERY's compat mode handling
new 5695ec37c345 fs/procfs: add build ID fetching to PROCMAP_QUERY API
new ed7847f9ef01 fs/procfs: fix integer to pointer cast warning in do_procm [...]
new 5bcb457935c0 docs/procfs: call out ioctl()-based PROCMAP_QUERY command [...]
new 121ffd47dad4 tools: sync uapi/linux/fs.h header into tools subdir
new 626fd454eef4 selftests/proc: add PROCMAP_QUERY ioctl tests
new 977c25a0a9a0 mm/zsmalloc: clarify class per-fullness zspage counts
new b9144ac0a695 mm/zsmalloc: move record_obj() into obj_malloc()
new 4c32a5067b71 mm: add per-order mTHP split counters
new c0801a54440f mm-add-per-order-mthp-split-counters-v3
new 75dc691756b1 mm-add-per-order-mthp-split-counters-fix
new e6f3fe5195fc mm: add docs for per-order mTHP split counters
new 3c09ffa3723d mm-add-docs-for-per-order-mthp-split-counters-v3
new 98ba7db0e811 mm-add-docs-for-per-order-mthp-split-counters-v3-fix
new 7c3d52742b33 zsmalloc: rename class stat mutators
new 3037d7aeb979 powerpc/64e: remove unused IBM HTW code
new f9df0834967b powerpc/64e: split out nohash Book3E 64-bit code
new ca16b64adb42 powerpc/64e: drop E500 ifdefs in 64-bit code
new f4b328c7d04a powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit code
new f8c98925e5a7 powerpc/64e: consolidate TLB miss handler patching
new d85ce444738b powerpc/64e: drop unused TLB miss handlers
new 516b01ff49f0 mm: define __pte_leaf_size() to also take a PMD entry
new 351bd6ae072c mm: provide mm_struct and address to huge_ptep_get()
new 85fcb9474717 powerpc/mm: remove _PAGE_PSIZE
new f82789ab52c2 powerpc/mm: fix __find_linux_pte() on 32 bits with PMD lea [...]
new ca136450f0d6 powerpc/mm: allow hugepages without hugepd
new 837169027778 powerpc/8xx: fix size given to set_huge_pte_at()
new a22fe6e25b1a powerpc/8xx: rework support for 8M pages using contiguous [...]
new 3f21249d8933 powerpc/8xx: simplify struct mmu_psize_def
new 29ee6ee0ff78 powerpc/e500: remove enc and ind fields from struct mmu_psize_def
new 34c7647d5ffb powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)
new 9872041d3c6f powerpc/e500: encode hugepage size in PTE bits
new 870e476128dd powerpc/e500: don't pre-check write access on data TLB error
new ca32cd176ab4 powerpc/e500: free r10 for FIND_PTE
new e4f143017a12 powerpc/e500: use contiguous PMD instead of hugepd
new 3d9382c025d8 powerpc/64s: use contiguous PMD/PUD instead of HUGEPD
new d3fdfad420da powerpc/mm: remove hugepd leftovers
new b472bcb156c7 mm: remove CONFIG_ARCH_HAS_HUGEPD
new 9640d74dd68c mm: unexport vmf_insert_mixed_mkwrite
new 4da5c677d39f mm: add comments for allocation helpers explaining why the [...]
new f215f6413ecd mm/page_counter: move calculating protection values to pag [...]
new 11f9312b843b mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
new aed5c7c0c5cc memory tier: consolidate the initialization of memory tiers
new ccc20ad2e57c mm: fix khugepaged activation policy
new 20c4b939b5d9 mm-fix-khugepaged-activation-policy-v3
new 9fd4e55c6be6 kpageflags: detect isolated KPF_THP folios
new df003cae9ee3 kpageflags: detect isolated KPF_THP folios
new 7cebb57e9bf7 mm: thp: support "THPeligible" semantics for mTHP with ano [...]
new 6b20d198fb41 mm/page_alloc: put __free_pages_core() in __meminit section
new b1f70411cac2 mm: simplify folio_migrate_mapping()
new 66278483c77c mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUND
new dfd74533f7ee mm/truncate: batch-clear shadow entries
new 786d27c72b43 mm-truncate-batch-clear-shadow-entries-v2
new ac0ec6788cdb mm/migrate: putback split folios when numa hint migration fails
new aa9c82c4c452 mm-migrate-putback-split-folios-when-numa-hint-migration-f [...]
new 6d79dd38e7e4 mm: swap_state: use folio_alloc_mpol() in __read_swap_cach [...]
new 7ba78c1eb381 mm: shmem: rename mTHP shmem counters
new 487472d3c4ff mm/hugetlb: fix potential race with try_memory_failure_hugetlb()
new 456809c4b371 arch/x86: drop own definition of pgd,p4d_leaf
new f082d7f14cf1 mm: remove pud_user() from asm-generic/pgtable-nopmd.h
new 4d460b397e28 mm: add p{g/4}d_leaf() in asm-generic/pgtable-nop{4/u}d.h
new ca7f3b81202c hugetlbfs: ensure generic_hugetlb_get_unmapped_area() retu [...]
new 46790522e333 mm: optimization on page allocation when CMA enabled
new b30ef7926654 foo
new 1266b1896f98 mul_u64_u64_div_u64: make it precise always
new f8525989f80c mul_u64_u64_div_u64: basic sanity test
new b0975192bd48 nilfs2: Constify struct kobj_type
new 006f4083b898 init: remove unused __MEMINIT* macros
new 5dfd8f770b9f init/modpost: conditionally check section mismatch to __meminit*
new 5f389731afc1 init-modpost-conditionally-check-section-mismatch-to-__mem [...]
new 694200ef8e77 test_bpf: convert comma to semicolon
new 901d395b2347 lib/bch.c: use swap() to improve code
new f172d9e31c29 foo
new cfaab8acd5c1 Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
new 0ba127681da5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 59a3ae65c5a6 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new 5b7f6aaddc21 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new ed8023ae9d79 csky: drop asm/gpio.h wrapper
new 0dd0e9437f8e um: don't generate asm/bpf_perf_event.h
new ff96f5c6971c loongarch: avoid generating extra header files
new b70f12e962bc kbuild: verify asm-generic header list
new fbb5c0606fa4 kbuild: add syscall table generation to scripts/Makefile.a [...]
new 505d66d1abfb clone3: drop __ARCH_WANT_SYS_CLONE3 macro
new 4414ad8eb4c2 arc: convert to generic syscall table
new 7fe33e9f662c arm64: convert unistd_32.h to syscall.tbl format
new e632bca07c8e arm64: generate 64-bit syscall.tbl
new d2a4a07190f4 arm64: rework compat syscall macros
new f840cab63efe csky: convert to generic syscall table
new 36d69c29759e hexagon: use new system call table
new 26a3b85bac08 loongarch: convert to generic syscall table
new ef608c5767f9 nios2: convert to generic syscall table
new 77122bf9e3df openrisc: convert to generic syscall table
new 3db80c999deb riscv: convert to generic syscall table
new e435f39b57d5 asm-generic/iomap.h: don't check for readq/writeq
new 83bb8296556e fixmap: Remove unused set_fixmap_offset_io()
new dc0c793838e0 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 371d5dd02232 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 51c84c6d61ac Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new 42bebc7cca79 perf: add missing MODULE_DESCRIPTION() macros
new 03259688e2f6 Merge branch 'for-next/perf' of git://git.kernel.org/pub/s [...]
new d1abc2e0c83e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 34b60b78550e arm64: dts: amlogic: add watchdog node for A4 SoCs
new 0c6580c514ec Merge branch 'v6.11/arm64-dt' into for-next
new f51eb92657e9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 84f1b669e15b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d7b2747f0a39 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new 5d25d6f637aa Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 66caefd40ba7 Merge branch 'imx/soc' into for-next
new 4ed8e005020e Merge branch 'imx/bindings' into for-next
new 7307c0d112a0 Merge branch 'imx/dt' into for-next
new 8d25c29318be Merge branch 'imx/dt64' into for-next
new 145b73c51732 Merge branch 'imx/defconfig' into for-next
new bd97851c93b8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d1b44b50beaa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1a8ece710989 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7a2954aeec0e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cbc0c7d86c20 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new b4c9ce17bb52 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5834aea84e77 Merge branch 'next/clk' into for-next
new ac4932a01cdd Merge branch 'next/dt64' into for-next
new f1a3f3c52cd4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9445000f7dbc Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 9efafef80414 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 6ed9a85f1c44 arm64: dts: allwinner: h616: add crypto engine node
new 9bc1e34a7b0c soc: sunxi: sram: Constify struct regmap_config
new db3c7643545f Merge branches 'sunxi/dt-for-6.11' and 'sunxi/drivers-for- [...]
new e4b5a39c2fca bus: sunxi-rsb: Constify struct regmap_bus
new 181755017a8b Merge branch 'sunxi/drivers-for-6.11' into sunxi/for-next
new c21cd64fe4c3 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 1f390ed21e84 Merge branch 'next' of https://git.linaro.org/people/jens. [...]
new d06351921686 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a5d027e9fe2b Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new a74c0fee7140 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 691a01804086 Merge tag 'qcom-clk-for-6.11-2' of https://git.kernel.org/ [...]
new c1a34c4302cb Merge branch 'clk-qcom' into clk-next
new 38bded815463 clk: sunxi-ng r40: Constify struct regmap_config
new 61a18bb9de68 Merge branch 'clk-allwinner' into clk-next
new 12b02b635959 clk: mxs: Use clamp() in clk_ref_round_rate() and clk_ref_ [...]
new a578ce0baec1 Merge branch 'clk-cleanup' into clk-next
new 1f7a04a0e673 clk/sophgo: Using BUG() instead of unreachable() in mmux_g [...]
new 00c7ded68012 clk: sophgo: Avoid -Wsometimes-uninitialized in sg2042_clk [...]
new 8a8843a735ea Merge branch 'clk-sophgo' into clk-next
new 052ccc648726 Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new 4b1ba89d2d87 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 492ac37fa38f perf kvm: Add kvm-stat for loongarch64
new 4b4913a3dcc0 Merge branch 'loongarch-kvm' into loongarch-kvm
new ab61d149f048 Merge branch 'loongarch-next' of git://git.kernel.org/pub/ [...]
new 3d8dd4e0646d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 42fd74334cf9 Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
new 4fc3e12a0c06 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c23e61ba6d5c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 688ebd27d692 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5bb45bd25d8d Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
new 4a39f12e753d s390/smp: Switch to GENERIC_CPU_DEVICES
new f2ed8367bfa5 s390/atomic_ops: Use symbolic names
new ee19370c92f6 s390/atomic_ops: Improve __atomic_set() for small values
new 279a0164e001 s390/atomic_ops: Make use of flag output constraint
new 7455a33179e6 s390/sclp: Diag204 busy indication facility detection
new bb9be93acb7e s390/diag: Return errno's from diag204
new df7e714d6d6c s390/diag: Diag204 add busy return errno
new 97999f8c62a4 s390/diag: Add busy-indication-facility requirements
new f4493954215c s390/hypfs_diag: Diag204 busy loop
new 6fdf72c9a9f6 s390/sthyi: Move diag operations
new b7a5e5dfbd68 s390/sthyi: Use cached data when diag is busy
new 723ac2d6ba77 s390/entry: Pass the asce as parameter to sie64a()
new 275d05ce0680 s390/kvm: Move bitfields for dat tables
new 4ba43086ca02 Merge branch 'features' into for-next
new 9240356c9005 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 17ef48f659b0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5a61b8a573bb Merge branch 'for-next' of https://evilpiepirate.org/git/b [...]
new 0bd69a53c080 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 69c7b2fe4c9c libceph: fix race between delayed_work() and ceph_monc_stop()
new 86a5be60820b Merge branch 'master' of git://github.com/ceph/ceph-client.git
new 8ff5b8e70690 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new 697c9a34a6f1 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new 5310183a307e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 392d20ccef22 erofs: move each decompressor to its own source file
new 5a7cce827ee9 erofs: refine z_erofs_{init,exit}_subsystem()
new 84a2ceefff99 erofs: tidy up stream decompressors
new 1c076f1f4d7f erofs: get rid of z_erofs_map_blocks_iter_* tracepoints
new 92fa612a0dec Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new dd7f84740852 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new ef6d8f3ede25 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new 5441d86833db Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new a4853f48a246 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new fad6655d8cc3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1a02f6abd8b4 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
new b1043a3304d2 nfs: remove the unused max_deviceinfo_size field from stru [...]
new 7f296b25f2a6 nfs: remove nfs_page_length
new 560a6c6d82d0 nfs/blocklayout: add support for NVMe
new 4e34e508126e nfs: do not extent writes to the entire folio
new 7c3f2874e764 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
new d8cfb50e63de Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new 57c1e2e7432f Merge branch 'master' of https://github.com/Paragon-Softwa [...]
new a7aca0871cb8 Merge branch '9p-next' of git://github.com/martinetd/linux
new cd0fd8134e5a Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new c94a7adf531b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 046bdfeb107a Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new 2027ecc6e635 Merge branch 'fs-next' of linux-next
new 264793992d95 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ad5a58967141 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d9e29ebc9adf Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new 5bd8d7071e54 HID: add more missing MODULE_DESCRIPTION() macros
new 7153b0b2bb26 Merge branch 'for-6.11/module-description' into for-next
new 421cd34a53e6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 12df9881c40b Merge branch 'i2c/for-current' into i2c/for-next
new 711703013e34 Merge tag 'at24-updates-for-v6.11-rc1' of git://git.kernel [...]
new 500c20fe3ea4 i2c: add debug message for detected HostNotify alerts
new 63ac13c57c18 Merge branch 'i2c/for-mergewindow' into i2c/for-next
new 30bc3f67c17f Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new 00fa2450c111 dt-bindings: i2c: dw: Document compatible thead,th1520-i2c
new 3291d2327e4f i2c: rcar: WARN about spurious irqs
new 2a1bd7a180ed i2c: rcar: minor changes to adhere to coding style
new bd9727d2627a Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new d1c90d4d71f2 Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/li [...]
new 0eee274ca6a8 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new c3d073a4aaab Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 991acc023d62 Merge branch 'master' of git://linuxtv.org/media_tree.git
new c9c93177c6da Merge branch 'master' of git://linuxtv.org/mchehab/media-next.git
new d010a0282e04 ACPI: video: force native for some T2 macbooks
new e2e7f037b400 ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJ
new 8dd074168afc Merge branches 'acpi-video' and 'acpi-resource' into linux-next
new b755367602d7 thermal: intel: hfi: Give HFI instances package scope
new e6afd59398ec Merge branch 'thermal-intel' into linux-next
new d05374dee295 thermal: core: Change passive_delay and polling_delay data type
new 463b86fed2b2 thermal: helpers: Introduce thermal_trip_is_bound_to_cdev()
new d1fbf18a0f94 thermal: trip: Add conversion macros for thermal trip priv field
new 84683419423f Merge branch 'thermal-core' into linux-next
new e0b26753e599 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new c8e1ffa025be Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
new bbe98b305efd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 43d6ee33e960 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 663117327a39 net: phy: aquantia: rename and export aqr107_wait_reset_co [...]
new ad649a1fac37 net: phy: aquantia: wait for FW reset before checking the [...]
new 708405f3e56e net: phy: aquantia: wait for the GLOBAL_CFG to start retur [...]
new 0ebc581f8a4b net: phy: aquantia: add support for aqr115c
new ce2f84ebcd85 Merge branch 'aquantia-phy-aqr115c' into main
new c98162d3d11a Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new c13fda93aca1 bpf: Remove tst_run from lwt_seg6local_prog_ops.
new eeb23b54e447 selftests/bpf: fix compilation failure when CONFIG_NF_FLOW [...]
new a3016a27cea8 selftests/bpf: Add backlog for network_helper_opts
new 7046345d48ad selftests/bpf: Add ASSERT_OK_FD macro
new adae187ebedc selftests/bpf: Close fd in error path in drop_on_reuseport
new 14fc6fcd35e7 selftests/bpf: Use start_server_str in sk_lookup
new d9810c43f660 selftests/bpf: Use start_server_addr in sk_lookup
new 9004054b1629 selftests/bpf: Use connect_fd_to_fd in sk_lookup
new ec5b8c76ab1c Merge branch 'use network helpers, part 8'
new eef0532e900c selftests/bpf: Null checks for links in bpf_tcp_ca
new 52b49ec1b2c7 selftests/bpf: Close obj in error path in xdp_adjust_tail
new 18a8a4c88fb4 Merge branch 'BPF selftests misc fixes'
new 4d40c58e7dd0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3b6943cb0c2a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new d505f933f496 Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update exist [...]
new 932e188b8891 Bluetooth: hci_bcm4377: Use correct unit for timeouts
new ca37519ae772 Bluetooth: hci_bcm4377: Increase boot timeout
new 8546fbcf2eb8 Bluetooth: btnxpuart: Fix Null pointer dereference in btnx [...]
new c5e04c46698b Bluetooth: btnxpuart: Enable status prints for firmware download
new bf267e19beb3 Bluetooth: btnxpuart: Handle FW Download Abort scenario
new 6d108d8a0545 Bluetooth: btnxpuart: Shutdown timer and prevent rearming [...]
new bc0212eb87f3 Bluetooth: btintel: Refactor btintel_set_ppag()
new 6ddc640f77f7 Bluetooth: btmtk: add the function to get the fw name
new c29b12ca4700 Bluetooth: btmtk: apply the common btmtk_fw_get_filename
new 3257ca763232 Bluetooth: btusb: mediatek: refactor the function btusb_mtk_reset
new 69db24fe21bf Bluetooth: btusb: mediatek: reset the controller before do [...]
new 4ac8ccb60b9d Bluetooth: btusb: mediatek: add MT7922 subsystem reset
new 7a03684e6c1d Bluetooth: btintel_pcie: Print Firmware Sequencer information
new 2a90b9f308fc Bluetooth: btintel_pcie: Fix irq leak
new 81a4a8f3ba42 Bluetooth: hci_core: Prefer struct_size over open coded ar [...]
new 1c0c63e271c3 Bluetooth: hci_core: Prefer array indexing over pointer ar [...]
new 41be651e007d tty: rfcomm: prefer struct_size over open coded arithmetic
new f8bfefca7fa3 tty: rfcomm: prefer array indexing over pointer arithmetic
new 86b229ecd82e Bluetooth/nokia: Remove unused struct 'hci_nokia_radio_hdr'
new 95bff5d3d6af Bluetooth: MGMT: Uninitialized variable in load_conn_param()
new 6b29adc05fea Bluetooth: Use sizeof(*pointer) instead of sizeof(type)
new eff0e8f72f0e Bluetooth: btintel_pcie: Remove unnecessary memset(0) calls
new 5460501cfc0b Bluetooth: iso: remove unused struct 'iso_list_data'
new a2ed313ed02b Bluetooth: Add vendor-specific packet classification for ISO data
new e1fccaa76844 Bluetooth: hci_bcm4377: Add BCM4388 support
new 7e1b05be84f2 dt-bindings: net: bluetooth: nxp: Add firmware-name property
new 910f13c2326d Bluetooth: btnxpuart: Update firmware names
new c092cc352683 Bluetooth: btnxpuart: Add handling for boot-signature time [...]
new 2f3dddfab121 Bluetooth: hci_event: Set QoS encryption from BIGInfo report
new 1c0481378f5a Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables
new b78c037bac05 Bluetooth: hci_core, hci_sync: cleanup struct discovery_state
new cd3f7b0b27ad Bluetooth: btintel: Add firmware ID to firmware name
new 4989331f005b power: sequencing: implement the pwrseq core
new b9a7772aba0c power: pwrseq: add a driver for the PMU module on the QCom [...]
new 0ea9fb701f6a dt-bindings: net: bluetooth: qualcomm: describe regulators [...]
new e04eb770b78c Bluetooth: qca: use the power sequencer for QCA6390
new fea4d4fe3626 Bluetooth: btintel: Fix spelling of *intermediate* in comment
new eeb6e29121bd Bluetooth: hci: fix build when POWER_SEQUENCING=m
new 11df05372929 Bluetooth: qca: don't disable power management for QCA6390
new 4168cd0e7413 Bluetooth: btintel: Fix the sfi name for BlazarU
new 495f931d9377 Bluetooth: hci_core: cleanup struct hci_dev
new 8e97d3d0481f Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591
new 9d99c7a95459 Bluetooth: Fix usage of __hci_cmd_sync_status
new 22999448a4d7 dt-bindings: net: bluetooth: convert MT7622 Bluetooth to t [...]
new 06e55d204559 Bluetooth: hci_core: Remove usage of hci_req_sync
new 5a53375268fa Bluetooth: hci_core: Don't use hci_prepare_cmd
new c367ed3ba8ff Bluetooth: hci_sync: Move handling of interleave_scan
new 45fbf1a088fe Bluetooth: hci_sync: Remove remaining dependencies of hci_request
new 3dbae8292ff8 Bluetooth: Remove hci_request.{c,h}
new 9fb9759b7b01 Bluetooth: btusb: mediatek: remove the unnecessary goto tag
new b899e3d97f87 Bluetooth: btusb: mediatek: return error for failed reg access
new 2b7d2e2bff52 Bluetooth: btmtk: rename btmediatek_data
new 9838ac04e80c Bluetooth: btusb: add callback function in btusb suspend/resume
new 970cc0b3caa4 Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.c
new c6fe762e11a5 Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.c
new 9b1ac6dd113f Bluetooth: btmtk: move btusb_recv_acl_mtk to btmtk.c
new 075029116867 Bluetooth: btusb: mediatek: add ISO data transmission functions
new 87212eeed467 Bluetooth: btintel: Add support for BlazarU core
new e4baabee5d43 Bluetooth: btintel: Add support for Whale Peak2
new 658b88a76926 Bluetooth: btnxpuart: Add support for AW693 A1 chipset
new 1e16b467c7dd Bluetooth: btnxpuart: Add support for IW615 chipset
new 997fbab38f92 Bluetooth: btnxpuart: Add system suspend and resume handlers
new c60d1a6e1dae Bluetooth: btnxpuart: Fix warnings for suspend and resume [...]
new e1c54afa8526 dt-bindings: bluetooth: qualcomm: describe the inputs from [...]
new a887c8dede8e Bluetooth: hci_qca: schedule a devm action for disabling t [...]
new cdd10964f76f Bluetooth: hci_qca: unduplicate calls to hci_uart_register [...]
new 958a33c3f9fc Bluetooth: hci_qca: make pwrseq calls the default if available
new 4fa54d8731ec Bluetooth: hci_qca: use the power sequencer for wcn7850 an [...]
new 0766abef85bc Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 003eae5a28c6 wifi: iwlwifi: correctly reference TSO page information
new 408ac28c62f0 wifi: mac80211: fix AP chandef capturing in CSA
new 30e89baeb01f wifi: mt76: mt792x: add struct mt792x_bss_conf
new 4c28c0976ed8 wifi: mt76: mt792x: add struct mt792x_link_sta
new f3898da2e86e wifi: mt76: mt792x: add struct mt792x_chanctx
new 43626f0e0c99 wifi: mt76: mt7925: support for split bss_info_changed method
new 7cebb6a66ac6 wifi: mt76: mt792x: extend mt76_connac_mcu_uni_add_dev for [...]
new acdfc3e79899 wifi: mt76: mt7925: extend mt7925_mcu_set_tx with for per- [...]
new fa5f44463f51 wifi: mt76: mt7925: extend mt7925_mcu_add_bss_info for per [...]
new b8b04b6616ba wifi: mt76: mt7925: extend mt7925_mcu_set_timing for per-link BSS
new d62f77e34778 wifi: mt76: mt7925: extend mt7925_mcu_bss_ifs_tlv for per- [...]
new b698264e1ec2 wifi: mt76: mt7925: extend mt7925_mcu_bss_color_tlv for pe [...]
new a5c372f77aa7 wifi: mt76: mt7925: extend mt7925_mcu_bss_he_tlv for per-link BSS
new eff53d6ee11b wifi: mt76: mt7925: extend mt7925_mcu_bss_qos_tlv for per- [...]
new 220865160cf6 wifi: mt76: mt7925: extend mt7925_mcu_bss_mld_tlv for per- [...]
new 1d1f12689919 wifi: mt76: mt7925: extend mt7925_mcu_bss_bmc_tlv for per- [...]
new 0637256a79ec wifi: mt76: mt7925: remove unused parameters in mt7925_mcu [...]
new ff5efcd4f8cb wifi: mt76: mt7925: extend mt7925_mcu_bss_sec_tlv for per- [...]
new 21760dcd2ab6 wifi: mt76: mt7925: extend mt7925_mcu_bss_basic_tlv for pe [...]
new b6749ee8b466 wifi: mt76: mt7925: extend mt7925_mcu_set_bss_pm for per-link BSS
new 0aa5e96c6df7 wifi: mt76: mt7925: extend mt7925_mcu_[abort, set]_roc for [...]
new d1c5f3719faa wifi: mt76: mt7925: extend mt7925_mcu_uni_bss_bcnft for pe [...]
new 3a0c8d290829 wifi: mt76: mt7925: extend mt7925_mcu_uni_bss_ps for per-link BSS
new ca64503a8f06 wifi: mt76: mt7925: add mt7925_mcu_bss_rlm_tlv to constitu [...]
new 22d66ef6653b wifi: mt76: mt7925: mt7925_mcu_set_chctx rely on mt7925_mc [...]
new f7cc8944039c wifi: mt76: mt7925: extend mt7925_mcu_sta_update for per-link STA
new ec8a86b2f09c wifi: mt76: mt7925: extend mt7925_mcu_sta_state_v2_tlv for [...]
new 22e177d2a72e wifi: mt76: mt7925: extend mt7925_mcu_sta_rate_ctrl_tlv wi [...]
new b2f597730619 wifi: mt76: mt7925: extend mt7925_mcu_sta_eht_tlv for per- [...]
new 6805b190d2e1 wifi: mt76: mt7925: extend mt7925_mcu_sta_he_6g_tlv for pe [...]
new e2f10f5bdd68 wifi: mt76: mt7925: extend mt7925_mcu_sta_he_tlv for per-link STA
new 8ebb1a61b41e wifi: mt76: mt7925: extend mt7925_mcu_sta_amsdu_tlv for pe [...]
new f75b6ee03aec wifi: mt76: mt7925: extend mt7925_mcu_sta_vht_tlv for per- [...]
new 872b5a03369c wifi: mt76: mt7925: extend mt7925_mcu_sta_ht_tlv for per-link STA
new e7a9853e6b8a wifi: mt76: mt7925: extend mt7925_mcu_sta_phy_tlv for per- [...]
new 15ced2a624a5 wifi: mt76: mt7925: extend mt7925_get_phy_mode_ext for per [...]
new 9d345e15ef58 wifi: mt76: mt7925: extend mt7925_get_phy_mode for per-link STA
new 45020d10d276 wifi: mt76: mt792x: extend mt76_connac_get_phy_mode_v2 for [...]
new 6e226666efc0 wifi: mt76: mt762x: extend mt76_connac_mcu_sta_basic_tlv f [...]
new 612004dd7480 wifi: mt76: mt7925: extend mt7925_mcu_sta_hdr_trans_tlv fo [...]
new 064a5955aa27 wifi: mt76: mt7925: extend mt7925_mcu_add_bss_info for per [...]
new 523f5d9c2560 wifi: mt76: mt7925: extend mt7925_mcu_bss_mld_tlv for per- [...]
new c1c98696de70 wifi: mt76: mt7925: extend mt7925_mcu_bss_basic_tlv for pe [...]
new 5029871583c3 wifi: mt76: mt7925: add mt7925_mac_link_sta_add to create [...]
new 89397bccc882 wifi: mt76: mt7925: add mt7925_mac_link_sta_assoc to assoc [...]
new 5f5b6a745c69 wifi: mt76: mt7925: add mt7925_mac_link_sta_remove to remo [...]
new 95977b1d10cf wifi: mt76: mt7925: add mt7925_mac_link_bss_add to create [...]
new 1541d63c5fe2 wifi: mt76: mt7925: add mt7925_mac_link_bss_remove to remo [...]
new 8b7eb93b7a75 wifi: mt76: mt7925: simpify mt7925_mcu_sta_cmd logic by re [...]
new 2938b50917a5 wifi: mt76: mt7925: update mt76_connac_mcu_uni_add_dev for MLO
new 3878b4333602 wifi: mt76: mt7925: update mt7925_mac_link_sta_[add, assoc [...]
new 882b97c16ab8 wifi: mt76: mt7925: set Tx queue parameters according to link id
new 00e1ca0cad2e wifi: mt76: mt7925: set mt7925_mcu_sta_key_tlv according t [...]
new 7cf7785a922b wifi: mt76: mt7925: add mt7925_set_link_key
new 49681949b99a wifi: mt76: mt7925: extend mt7925_mcu_uni_roc_event
new 69acd6d910b0 wifi: mt76: mt7925: add mt7925_change_vif_links
new 43aa4033eb18 wifi: mt76: mt7925: add mt7925_change_sta_links
new 61c92cc3adcf wifi: mt76: mt7925: add link handling in mt7925_mac_sta_add
new 39d80be99514 wifi: mt76: mt7925: add link handling in mt7925_mac_sta_remove
new ebb1406813c6 wifi: mt76: mt7925: add link handling to txwi
new 3e758e9f777c wifi: mt76: mt7925: add link handling in mt7925_set_key
new b880cb3caa3e wifi: mt76: mt7925: add link handling to mt7925_change_chanctx
new a03abb5045c4 wifi: mt76: mt7925: add link handling in the BSS_CHANGED_P [...]
new acc7a4a6257f wifi: mt76: mt7925: add link handling in mt7925_mcu_set_be [...]
new 44eb173bdd4f wifi: mt76: mt7925: add link handling in mt7925_txwi_free
new 9f89f05bef1a wifi: mt76: mt7925: add link handling in mt7925_mac_sta_assoc
new b859ad65309a wifi: mt76: mt7925: add link handling in mt7925_sta_set_de [...]
new 14061994184d wifi: mt76: mt7925: add link handling in mt7925_vif_connect_iter
new 147324292979 wifi: mt76: mt7925: add link handling in the BSS_CHANGED_A [...]
new 9f8f587cab69 wifi: mt76: mt7925: add link handling in the mt7925_ipv6_a [...]
new 3fa01f055c41 wifi: mt76: mt7925: update rate index according to link id
new 4f0f33d2747f wifi: mt76: mt7925: report link information in rx status
new b1d21403c0cf wifi: mt76: add def_wcid to struct mt76_wcid
new 621e9e22b8d0 wifi: mt76: mt7925: add mt7925_[assign,unassign]_vif_chanctx
new 254f777a9e84 wifi: mt76: mt7925: update mt7925_mcu_sta_mld_tlv for MLO
new f8a80a4eed42 wifi: mt76: mt7925: update mt7925_mcu_bss_mld_tlv for MLO
new 790e3e1ec8aa wifi: mt76: mt7925: update mt7925_mcu_add_bss_info for MLO
new a5942a3979d6 wifi: mt76: mt7925: update mt7925_mcu_sta_update for MLO
new 6db8639bc813 wifi: mt76: mt7925: add mt7925_mcu_sta_eht_mld_tlv for MLO
new 677f19e161af wifi: mt76: mt7925: update mt7925_mcu_sta_rate_ctrl_tlv for MLO
new beef8d164366 wifi: mt76: mt7925: update mt7925_mcu_sta_phy_tlv for MLO
new cfbe7f78346e wifi: mt76: mt7925: update mt7925_mcu_set_timing for MLO
new 696d9f3baf03 wifi: mt76: mt7925: update mt7925_mcu_bss_basic_tlv for MLO
new 0cb349d742d1 wifi: mt76: mt7925: update mt7925_mac_link_bss_add for MLO
new 67e9847b0208 wifi: mt76: mt7925: remove the unused mt7925_mcu_set_chan_info
new 86c051f2c418 wifi: mt76: mt7925: enabling MLO when the firmware supports it
new d53ab629cff5 wifi: mt76: mt792x: fix scheduler interference in drv own process
new dabcfd5e1168 Merge tag 'mt76-for-kvalo-2024-07-08' of https://github.co [...]
new 8eb34e408ea9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b1138d6264d3 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new dec65ead4580 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new d4e18611dc04 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new 3e015572659e Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new dbf35b4deabb Merge tag 'drm-intel-next-2024-06-28' of https://gitlab.fr [...]
new 37c34bb9e957 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new c537fb4e3d36 drm/qxl: Pin buffer objects for internal mappings
new a88289d9ed52 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 1fe5fa5ba194 MAINTAINERS: update powerplay and swsmu
new 89d568ab9037 MAINTAINERS: fix Xinhui's name
new 5d64af40e3a9 drm/amd/amdgpu: fix SDMA IRQ client ID <-> req mapping.
new d02ddefc7eed drm/amdgpu: Initialize VF partition mode
new 708f220567d4 drm/amd/pm: Ignore initial value in smu response register
new 948f2828a676 drm/amdgpu: select compute ME engines dynamically
new 7d570f56f1e1 drm/amdgpu/job: Replace DRM_INFO/ERROR logging
new a85cc86cce41 drm/amdgpu: select compute ME engines dynamically
new 21e6f6085bbc drm/amd/display: Allow display DCC for DCN401
new c39385710cfd drm/amdgpu: select compute ME engines dynamically
new c04706914dde drm/amdgpu: flush all cached ras bad pages to eeprom
new e23300dfffa1 drm/amdgpu: timely save bad pages to eeprom after gpu ras [...]
new 8030f6533ef0 drm/amdgpu: remove exp hw support check for gfx12
new 914dc6345270 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new ea74bf9ccba9 drm/xe: Generate oob before compiling anything
new 33891539f9d6 drm/xe/display/xe_hdcp_gsc: Free arbiter on driver removal
new 4215d2142d90 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new b67288a983d4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3c1ff93b4dee regmap: Implement regmap_multi_reg_read()
new 450a60ef6079 regmap: Implement regmap_multi_reg_read()
new 3a1e7f9abffd Merge remote-tracking branch 'regmap/for-6.11' into regmap-next
new e5e7e8ea678d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fdefdceb9895 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1e48450082c9 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d0f4ce8a28dd ASoC: codecs: aw88395: Simplify with cleanup.h
new a8915e2fe86c ASoC: qcom: topology: Simplify with cleanup.h
new e021e0eecba9 ASoC: dt-bindings: cirrus,cs4270: Convert to dtschema
new c62bec0fe368 ASoC: cs530x: Calculate proper bclk rate using TDM
new 0d1ebba74fad ASoC: cs530x: Remove bclk from private structure
new bff92858dfb9 firmware: cs_dsp: Don't allocate temporary buffer for info text
new 584e86e14c59 firmware: cs_dsp: Make wmfw and bin filename arguments con [...]
new a4939119055d firmware: cs_dsp: Clarify wmfw format version log message
new dc0e5ca8856d firmware: cs_dsp: Rename fw_ver to wmfw_ver
new 1ee45e649ebf firmware: cs_dsp: Some small coding improvements
new 054ac9c97c7d ASoC: dt-bindings: qcom,msm8916-wcd-digital-codec: convert [...]
new 3cbda25e2db2 ASoC: dt-bindings: qcom,apq8096-sndcard: use dtschema
new ee3f77a37646 ASoC: dt-bindings: convert qcom sound bindings to
new af0eca29acc3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 288045a8f87e Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 79243ee548d1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4c33e39f6201 xen/blkback: add missing MODULE_DESCRIPTION() macro
new c25a271c294b ublk_drv: add missing MODULE_DESCRIPTION() macro
new 7d4425d2c9db loop: add missing MODULE_DESCRIPTION() macro
new 3c1743a685b1 floppy: add missing MODULE_DESCRIPTION() macro
new 79eb37603d98 Merge branch 'for-6.11/block' into for-next
new f7c696a56cc7 io_uring/napi: Remove unnecessary s64 cast
new f50b6dfb3f0b Merge branch 'for-6.11/io_uring' into for-next
new 4b1677a34ec5 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new 0d815e3400e6 dm-crypt: limit the size of encryption requests
new 0a94a469a4f0 dm: stop using blk_limits_io_{min,opt}
new b956d1a30f77 dm vdo: remove unused struct 'uds_attribute'
new 7017ded00107 dm vdo indexer: use swap() instead of open coding it
new 396a27e91265 dm: Remove max_write_zeroes_granularity
new 9d45db03acf9 dm: Remove max_secure_erase_granularity
new 3708c7269593 dm-verity: fix dm_is_verity_target() when dm-verity is builtin
new a21f9edb13b0 dm: factor out helper function from dm_get_device
new a48f6b82c5c4 dm mpath: don't call dm_get_device in multipath_message
new 6a6c56130aaa dm-crypt: support for per-sector NVMe metadata
new 453496b899b5 dm raid: move _get_reshape_sectors() as prerequisite to fi [...]
new d176fadb9e78 dm raid: fix stripes adding reshape size issues
new e87621ac68fe dm: Refactor is_abnormal_io()
new 61b9a02f1495 dm: introduce the target flag mempool_needs_integrity
new 22a79e88e923 dm-integrity: introduce the Inline mode
new c0d04957873b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6630bfb4af7a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a494803b1596 Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm [...]
new 3546c9e4c2e6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7df4d1e90813 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 7e6b0e73f7de Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
new 42f0251d1ebf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f480fd063527 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new dd62e107ab1a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 537f1047dc6f Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new 858a252043f7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 1a68b16cd191 Merge branch 'next' of git://github.com/cschaufler/smack-next
new 08459df81ef4 Merge branch 'master' of git://git.code.sf.net/p/tomoyo/to [...]
new 2b5f16256233 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d794a7410177 watchdog: Make watchdog_class const
new 9dca7a0ae50c watchdog: starfive: Add missing clk_disable_unprepare()
new b771d14f417e watchdog: imx7ulp_wdt: keep already running watchdog enabled
new 5e7069f296fb watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and [...]
new 9e69846c68f5 watchdog: rzg2l_wdt: Make the driver depend on PM
new f0ba0fcdd199 watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
new 471e45a33302 watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
new 064319c3fac8 watchdog: rzg2l_wdt: Remove reset de-assert from probe
new 900b938335f7 watchdog: rzg2l_wdt: Remove comparison with zero
new d8997ed79ed7 watchdog: rzg2l_wdt: Rely on the reset driver for doing pr [...]
new 0aad7c4438b2 watchdog: rzg2l_wdt: Add suspend/resume support
new 022ec3b59c01 dt-bindings: watchdog: renesas,wdt: Document RZ/G3S support
new db278a6f3040 Merge branch 'master' of git://www.linux-watchdog.org/linu [...]
new 228159802bce docs: iommu: Remove outdated Documentation/userspace-api/i [...]
new c420a2b4e8be iommu/vt-d: Limit max address mask to MAX_AGAW_PFN_WIDTH
new 0a3f6b346301 iommu/vt-d: Fix aligned pages in calculate_psi_aligned_address()
new b577060ac7ba dt-bindings: iommu: Convert msm,iommu-v0 to yaml
new 9bef972fc6e8 Merge branches 'iommu/core', 'iommu/fwspec-ops-removal', ' [...]
new 41dee54a75ad Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 12d638f48c08 scripts/dtc: Update to upstream version v1.7.0-93-g1df7b047fe43
new e60d42bf54c1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d627670f4edd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d1368f62a8dc dt-bindings: mailbox: Add mediatek,gce-props.yaml
new db9344804cfa mailbox: mtk-cmdq: Stop requiring name for GCE clock
new 0af932c5fc44 mailbox: mtk-cmdq: Move and partially refactor clocks probe
new aa1609f571ca mailbox: mtk-cmdq: Dynamically allocate clk_bulk_data structure
new 0a02bc0a34cd mailbox: omap: Fix mailbox interrupt sharing
new b5ef17917f3a mailbox: imx: fix TXDB_V2 channel race condition
new 63c31d4a9169 mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'
new 203e038d23c4 mailbox: mtk-cmdq: add missing MODULE_DESCRIPTION() macro
new af5da7b0944c dt-bindings: remoteproc: qcom,sa8775p-pas: Document the SA [...]
new 6e7c4cc55dbc dt-bindings: mailbox: qcom: Add CPUCP mailbox controller bindings
new 0e2a9a03106c mailbox: Add support for QTI CPUCP mailbox controller
new fe3f5c7ce19c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 65b25474409c Merge remote-tracking branch 'spi/for-6.11' into spi-next
new 263a1c776ff8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ba7605daf1e2 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 4f2fd59b7d26 dt-bindings: timer: Add SOPHGO SG2002 clint
new e207ae12f08e dt-bindings: timer: Add schema for realtek,otto-timer
new 8b77f4b8dc81 clocksource/drivers/realtek: Add timer driver for rtl-otto [...]
new 187cd60e3100 Merge branch 'timers/drivers/next' of https://git.linaro.o [...]
new f4a908766711 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new edc672682706 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5893b3d9aa8c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d86d1921c35f Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new d01fe4b17718 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
new 47d890eaf031 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new c3bd5ddd05ea Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 00bdd8ee13ca Merge branch 'topic/ppc-kvm' of git://git.kernel.org/pub/s [...]
new d254e9dd34ce Merge branch 'riscv_kvm_next' of https://github.com/kvm-ri [...]
new d2305bf2b8ae Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 928fcb94d39c Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 089f7f99bf1d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7682ec1ba8b1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 41f0af3c77e9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fe157cdd5581 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 789de4c83076 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new afaac528eb48 Merge branch 'for-firmware-next' of git://git.kernel.org/p [...]
new 3ff09a5472ea Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9c7fe52bd78b next-20240709/leds-lj
new 775965dddb94 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
new 2c61b8c51d21 firmware_loader: annotate doctests as `no_run`
new a23b018c3bf6 firmware_loader: fix soundness issue in `request_internal`
new ab7a880263c3 driver core: make driver_[create|remove]_file take a const *
new f8fb469147e7 driver core: make driver_find_device() take a const *
new 67c1ba551eed driver core: module: make module_[add|remove]_driver take [...]
new c9add2e607a1 zorro: make match function take a const pointer
new af46fe8c41de dio: Have dio_bus_match() callback take a const *
new 447b89b04a38 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new 3eb27d3e32c7 usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
new 2bb6b10ebe5d usb: gadget: Use u16 types for 16-bit fields
new 5af43708d21c usb: dwc2: add support for other Lantiq SoCs
new d504bfa6cfd1 usb: dwc3: enable CCI support for AMD-xilinx DWC3 controller
new 41ea26a06ae5 usb: typec: Drop explicit initialization of struct i2c_dev [...]
new a5f81642a722 USB: core: add 'shutdown' callback to usb_driver
new 4920d370092b USB: uas: Implement the new shutdown callback
new e60284b63245 usb: gadget: f_uac2: fix non-newline-terminated function name
new fedddd92e1ab Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 3d3dcec9835c Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 8ba95a3a93b8 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new cc29885ee082 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new c35ca884beac Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e03aad7a208e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5a7db8a914ce Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
new 2891673155b6 Merge branch 'next' of git://github.com/awilliam/linux-vfio.git
new 73e0121d9354 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new ecae8a29169f Merge branch 'counter-next' of git://git.kernel.org/pub/sc [...]
new 5bcf62748f37 dt-bindings: dma: sprd,sc9860-dma: convert to YAML
new b8ec9dba02a7 dt-bindings: fsl-qdma: fix interrupts 'if' check logic
new 5e4ff2fde437 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4e0f62bba562 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2874b9788b4c Merge branch 'fixes' into for-next
new de12220669be Merge branch 'misc' into for-next
new 96a28221664f Merge branch 'misc' into for-next
new 201cc5c471d2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5e9a522b0779 Merge branch '6.10/scsi-fixes' into 6.11/scsi-staging
new d502dac69ac0 scsi: ufs: core: Declare functions once
new 93ef12d92f65 scsi: ufs: core: Initialize struct uic_command once
new 92c0b10fefe2 scsi: ufs: core: Remove two constants
new b53eb9a050d7 scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constant
new f4750af7081d scsi: ufs: core: Initialize hba->reserved_slot earlier
new 0fca3318e550 scsi: ufs: core: Inline is_mcq_enabled()
new 4a8c859b44da scsi: ufs: mcq: Move the "hba->mcq_enabled = true" assignment
new 7e2c268dc306 scsi: ufs: mcq: Move the ufshcd_mcq_enable() call
new 5e2053a41984 scsi: ufs: mcq: Inline ufshcd_mcq_vops_get_hba_mac()
new af568c7e8292 scsi: ufs: mcq: Make .get_hba_mac() optional
new e30618a480cb Merge patch series "UFS patches for kernel 6.11"
new c2a90eee29f4 scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
new ec99818afb03 scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
new e95881e0081a scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
new 8ecea3da1567 scsi: ufs: core: Add fill_crypto_prdt variant op
new 4c45dba50a37 scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
new c96499fcb403 scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
new af8e69efd785 Merge patch series "Basic inline encryption support for uf [...]
new c3d98b12eef8 scsi: qla2xxx: Unable to act on RSCN for port online
new eb1d4ce26095 scsi: qla2xxx: validate nvme_local_port correctly
new c03d740152f7 scsi: qla2xxx: Fix for possible memory corruption
new ce2065c4cc4f scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one f [...]
new 29e222085d89 scsi: qla2xxx: Fix flash read failure
new 4475afa2646d scsi: qla2xxx: Complete command early within lock
new 76f480d7c717 scsi: qla2xxx: During vport delete send async logout explicitly
new 348744f27a35 scsi: qla2xxx: Fix optrom version displayed in FDMI
new beafd6924614 scsi: qla2xxx: Reduce fabric scan duplicate code
new c449b4198701 scsi: qla2xxx: Use QP lock to search for bsg
new a1392b19ca59 scsi: qla2xxx: Update version to 10.02.09.300-k
new 22b8d89b9d8d Merge patch series "qla2xxx misc. bug fixes"
new 6ca9fede7c73 scsi: qla2xxx: Convert comma to semicolon
new 23cef42d1741 scsi: aha152x: Use DECLARE_COMPLETION_ONSTACK for non-cons [...]
new d7e28fac5123 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8490dd0592e8 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 4d4d9346b2d0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1d8267bcbb7a gpio: virtuser: actually use the "trimmed" local variable
new dfda97e37de4 gpio: mc33880: Convert comma to semicolon
new c2b5ee875206 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 0c8d92a3cc55 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 37f7707077f5 pwm: atmel-tcb: Fix race condition and convert to guards
new 307d0a70d029 dt-bindings: pwm: fsl-ftm: Convert to yaml format
new 1edf2c2a2841 dt-bindings: pwm: Add AXI PWM generator
new 41814fe5c782 pwm: Add driver for AXI PWM generator
new 32b4f1a4f07f pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()
new 3555f8ff30fe pwm: axi-pwmgen: Make use of regmap_clear_bits()
new 2c69747c10d1 pwm: add missing MODULE_DESCRIPTION() macros
new 33c651a3fba9 pwm: Make use of a symbol namespace for the core
new f7d5463e2a8f pwm: cros-ec: Don't care about consumers in .get_state()
new 40571a5b3b73 pwm: cros-ec: Simplify device tree xlation
new d6f66e292676 pwm: Make pwm_request_from_chip() private to the core
new a96d3659c943 pwm: Remove wrong implementation details from pwm_ops's do [...]
new f8b03e5c728f bus: ts-nbus: Use pwm_apply_might_sleep()
new da804fa9bc71 pwm: Drop pwm_apply_state()
new 1577ddaa515e dt-bindings: pwm: Add pwm-gpio
new 7f61257cd6e1 pwm: Add GPIO PWM driver
new 2ed3284f3120 pwm: meson: Add support for Amlogic S4 PWM
new 30122ce2b9a2 dt-bindings: pwm: imx: remove interrupt property from required
new 2b17a6eeb3e7 Merge tag 'ib-mfd-counter-v5.11' of https://git.kernel.org [...]
new 7cea05ae1d4e pwm-stm32: Make use of parametrised register definitions
new 07612a7621ce pwm: lpss: use devm_pm_runtime_enable() helper
new f3a616e2a875 pwm: lpss: drop redundant runtime PM handles
new 9b22ceb31a7d pwm: imx-tpm: Enable pinctrl setting for sleep state
new 44ee95184e78 pwm: Register debugfs operations after the pwm class
new 650af6c0833a pwm: Use guards for pwm_lock instead of explicity mutex_lo [...]
new 4c50c71c6995 pwm: Use guards for export->lock instead of explicity mute [...]
new 0007fa1292a2 pwm: Use guards for pwm_lookup_lock instead of explicity m [...]
new 14b9dc66e93a pwm: xilinx: Simplify using devm_ functions
new 9dd42d019e63 pwm: Allow pwm state transitions from an invalid state
new c1330cb9a56d pwm: atmel-tcb: Simplify checking the companion output
new c9a787b94560 pwm: atmel-tcb: Make private data variable naming consistent
new 4e6a85f96f26 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new e8f64ed4d9de selftests/breakpoints:Remove unused variable
new 2b2ea9f19da1 selftests/dma:remove unused variable
new c35410c62620 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 233802f70dc8 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
new 20729fe638d7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1746a61a0248 dt-bindings: rtc: stm32: introduce new st,stm32mp25-rtc co [...]
new efa9c5be2cae rtc: stm32: add new st,stm32mp25-rtc compatible and check [...]
new fdc686734bd5 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new b9efc206b919 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/ [...]
new ff925a458642 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 698b806b679a Merge branch 'for-next/seccomp' of git://git.kernel.org/pu [...]
new 1b50ff952686 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 39461bbdc58a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 58184d988c1b Merge branch 'kgdb/for-next' of git://git.kernel.org/pub/s [...]
new 5361a560f675 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f9b8907cf9a5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d9214ac2e34c Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
new 0dfe8a34b6ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 7449dcd17c75 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9b8061381839 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 21f87a0bc63a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 369326c7a514 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e516211f615f rust: macros: indent list item in `paste!`'s docs
new dee1396a486c rust: init: simplify from `map_err` to `inspect_err`
new f85bea18f71b rust: allow `dead_code` for never constructed bindings
new f8f88aa25a03 rust: relax most deny-level lints to warnings
new bb421b517e4b rust: simplify Clippy warning flags set
new 63b27f4a0074 rust: start supporting several compiler versions
new d49082faf6a0 rust: avoid assuming a particular `bindgen` build
new 9e98db178370 rust: work around `bindgen` 0.69.0 issue
new c844fa64a2d4 rust: start supporting several `bindgen` versions
new 981ad93c89a3 rust: warn about `bindgen` versions 0.66.0 and 0.66.1
new b12634111123 docs: rust: quick-start: add section on Linux distributions
new 55d6d8b1172d Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new 96ed0a0b6bfe Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new 745cdfb678e8 Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
new 692a68ee9c3c radix tree test suite: put definition of bitmap_clear() in [...]
new fb9086e95ad8 riscv: Remove unnecessary int cast in variable_fls()
new 168872241fa9 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 1a383f1b2b22 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bcf7cae2872f Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new a11dda723c64 iommufd: Require drivers to supply the cache_invalidate_user ops
new 3e0b5e62cf4c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ab80b473e5d9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 6d18d57e5d13 Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub [...]
new f477dd6eede3 Add linux-next specific files for 20240711
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 (523b23f0bee3)
\
N -- N -- N refs/heads/master (f477dd6eede3)
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 748 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:
.../admin-guide/device-mapper/dm-crypt.rst | 10 +-
Documentation/admin-guide/mm/transhuge.rst | 29 +-
.../devicetree/bindings/dma/fsl-qdma.yaml | 10 +-
.../devicetree/bindings/dma/sprd,sc9860-dma.yaml | 92 ++
Documentation/devicetree/bindings/dma/sprd-dma.txt | 44 -
.../bindings/i2c/snps,designware-i2c.yaml | 4 +
.../devicetree/bindings/iommu/msm,iommu-v0.txt | 64 -
.../bindings/iommu/qcom,apq8064-iommu.yaml | 78 +
.../bindings/mailbox/mediatek,gce-props.yaml | 52 +
.../bindings/mailbox/qcom,cpucp-mbox.yaml | 49 +
.../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 18 +-
.../bindings/remoteproc/qcom,sa8775p-pas.yaml | 160 ++
.../devicetree/bindings/rtc/st,stm32-rtc.yaml | 5 +-
.../devicetree/bindings/sound/cirrus,cs4270.yaml | 59 +
Documentation/devicetree/bindings/sound/cs4270.txt | 21 -
.../devicetree/bindings/sound/qcom,apq8096.txt | 128 --
.../sound/qcom,msm8916-wcd-digital-codec.yaml | 55 +
.../bindings/sound/qcom,msm8916-wcd-digital.txt | 20 -
.../devicetree/bindings/sound/qcom,sm8250.yaml | 1 +
.../bindings/timer/realtek,otto-timer.yaml | 63 +
.../devicetree/bindings/timer/sifive,clint.yaml | 1 +
.../devicetree/bindings/watchdog/renesas,wdt.yaml | 1 +
Documentation/i2c/slave-testunit-backend.rst | 5 +
Documentation/process/changes.rst | 9 +-
Documentation/rust/quick-start.rst | 136 +-
Documentation/userspace-api/index.rst | 1 -
MAINTAINERS | 11 +-
Makefile | 22 +-
Next/SHA1s | 120 +-
Next/merge.log | 1539 +++++++++++---------
arch/arm/include/asm/arm_pmuv3.h | 20 -
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 10 +
arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi | 6 +
arch/arm64/configs/defconfig | 2 -
arch/arm64/include/asm/arm_pmuv3.h | 53 +-
arch/arm64/include/asm/kvm_host.h | 8 +-
arch/arm64/include/asm/sysreg.h | 1 +
arch/arm64/include/uapi/asm/unistd.h | 2 +-
arch/arm64/kvm/pmu-emul.c | 14 +-
arch/arm64/kvm/pmu.c | 87 +-
arch/arm64/kvm/sys_regs.c | 11 +-
arch/arm64/tools/sysreg | 30 -
arch/csky/include/uapi/asm/unistd.h | 4 +-
arch/hexagon/include/uapi/asm/unistd.h | 3 +-
arch/riscv/include/asm/bitops.h | 2 +-
arch/riscv/include/asm/pgtable-32.h | 5 +
arch/s390/Kconfig | 1 +
arch/s390/hypfs/hypfs_dbfs.c | 4 +-
arch/s390/hypfs/hypfs_diag.c | 17 +-
arch/s390/include/asm/atomic_ops.h | 78 +-
arch/s390/include/asm/dat-bits.h | 170 +++
arch/s390/include/asm/diag.h | 8 +
arch/s390/include/asm/kvm_host.h | 7 +-
arch/s390/include/asm/sclp.h | 1 +
arch/s390/include/asm/smp.h | 2 +-
arch/s390/include/asm/stacktrace.h | 1 +
arch/s390/kernel/asm-offsets.c | 1 +
arch/s390/kernel/diag.c | 12 +-
arch/s390/kernel/entry.S | 8 +-
arch/s390/kernel/smp.c | 55 +-
arch/s390/kernel/sthyi.c | 95 +-
arch/s390/kvm/gaccess.c | 163 +--
arch/s390/kvm/kvm-s390.c | 3 +-
arch/s390/kvm/vsie.c | 2 +-
arch/um/include/asm/bpf_perf_event.h | 6 +
arch/x86/include/asm/pgtable.h | 10 -
drivers/acpi/resource.c | 7 +
drivers/acpi/video_detect.c | 16 +
drivers/base/base.h | 4 +-
drivers/base/driver.c | 6 +-
drivers/base/module.c | 6 +-
drivers/base/regmap/regmap.c | 103 +-
drivers/block/floppy.c | 1 +
drivers/block/loop.c | 1 +
drivers/block/ublk_drv.c | 1 +
drivers/block/xen-blkback/blkback.c | 1 +
drivers/bluetooth/btnxpuart.c | 2 +
drivers/bluetooth/hci_qca.c | 87 +-
drivers/bus/sunxi-rsb.c | 2 +-
drivers/clk/mxs/clk-ref.c | 14 +-
drivers/clk/sophgo/clk-cv18xx-ip.c | 2 +-
drivers/clk/sophgo/clk-sg2042-pll.c | 17 +-
drivers/clk/sunxi-ng/ccu-sun8i-r40.c | 2 +-
drivers/clocksource/Kconfig | 10 +
drivers/clocksource/Makefile | 1 +
drivers/clocksource/timer-rtl-otto.c | 291 ++++
drivers/dio/dio-driver.c | 4 +-
drivers/firmware/cirrus/cs_dsp.c | 68 +-
drivers/gpio/gpio-mc33880.c | 2 +-
drivers/gpio/gpio-virtuser.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 -
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 21 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 41 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c | 12 +-
drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c | 50 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 37 +-
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 20 +-
drivers/gpu/drm/amd/amdgpu/umc_v12_0.c | 18 +
.../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 31 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 2 +
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 7 +
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 36 +-
drivers/gpu/drm/i915/display/intel_alpm.c | 2 +-
drivers/gpu/drm/i915/display/intel_display_types.h | 1 -
drivers/gpu/drm/i915/display/intel_dp.c | 22 +-
drivers/gpu/drm/i915/display/intel_dp.h | 1 +
drivers/gpu/drm/i915/display/intel_tc.c | 3 -
drivers/gpu/drm/i915/display/intel_vrr.c | 3 +-
drivers/gpu/drm/qxl/qxl_display.c | 14 +-
drivers/gpu/drm/qxl/qxl_object.c | 13 +-
drivers/gpu/drm/qxl/qxl_object.h | 4 +-
drivers/gpu/drm/xe/Makefile | 25 +-
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c | 12 +-
drivers/hid/hid-holtek-mouse.c | 1 +
drivers/hid/hid-ite.c | 1 +
drivers/hid/hid-kensington.c | 1 +
drivers/hid/hid-keytouch.c | 1 +
drivers/hid/hid-kye.c | 1 +
drivers/hid/hid-lcpower.c | 1 +
drivers/hid/hid-lenovo.c | 1 +
drivers/hid/hid-winwing.c | 1 +
drivers/i2c/busses/i2c-rcar.c | 13 +-
drivers/i2c/i2c-core-base.c | 2 +
drivers/iommu/intel/cache.c | 3 +-
drivers/iommu/iommufd/hw_pagetable.c | 3 +-
drivers/mailbox/Kconfig | 8 +
drivers/mailbox/Makefile | 2 +
drivers/mailbox/bcm-pdc-mailbox.c | 4 -
drivers/mailbox/imx-mailbox.c | 10 +-
drivers/mailbox/mtk-cmdq-mailbox.c | 88 +-
drivers/mailbox/omap-mailbox.c | 3 +-
drivers/mailbox/qcom-cpucp-mbox.c | 187 +++
drivers/md/dm-integrity.c | 406 +++++-
drivers/md/dm-table.c | 7 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 9 +-
drivers/net/ethernet/lantiq_etop.c | 4 +-
drivers/net/phy/aquantia/aquantia.h | 2 +
drivers/net/phy/aquantia/aquantia_firmware.c | 4 +
drivers/net/phy/aquantia/aquantia_main.c | 40 +-
drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 4 +-
drivers/net/wireless/mediatek/mt76/mac80211.c | 5 +
drivers/net/wireless/mediatek/mt76/mt76.h | 8 +
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c | 10 +-
.../net/wireless/mediatek/mt76/mt76_connac_mcu.c | 58 +-
.../net/wireless/mediatek/mt76/mt76_connac_mcu.h | 30 +-
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c | 6 +-
drivers/net/wireless/mediatek/mt76/mt7921/mac.c | 66 +-
drivers/net/wireless/mediatek/mt76/mt7921/main.c | 143 +-
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c | 46 +-
drivers/net/wireless/mediatek/mt76/mt7921/pci.c | 3 +
.../net/wireless/mediatek/mt76/mt7921/pci_mac.c | 4 +-
drivers/net/wireless/mediatek/mt76/mt7925/init.c | 6 +
drivers/net/wireless/mediatek/mt76/mt7925/mac.c | 141 +-
drivers/net/wireless/mediatek/mt76/mt7925/main.c | 1077 +++++++++++---
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c | 981 ++++++++-----
drivers/net/wireless/mediatek/mt76/mt7925/mcu.h | 65 +-
drivers/net/wireless/mediatek/mt76/mt7925/mt7925.h | 31 +-
drivers/net/wireless/mediatek/mt76/mt7925/pci.c | 3 +
.../net/wireless/mediatek/mt76/mt7925/pci_mac.c | 6 +-
drivers/net/wireless/mediatek/mt76/mt792x.h | 105 +-
drivers/net/wireless/mediatek/mt76/mt792x_core.c | 109 +-
drivers/net/wireless/mediatek/mt76/mt792x_mac.c | 8 +-
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c | 7 +-
drivers/net/wireless/mediatek/mt76/pci.c | 23 +
drivers/perf/apple_m1_cpu_pmu.c | 4 +-
drivers/perf/arm-ccn.c | 1 +
drivers/perf/arm_cspmu/ampere_cspmu.c | 1 +
drivers/perf/arm_cspmu/arm_cspmu.c | 1 +
drivers/perf/arm_cspmu/nvidia_cspmu.c | 1 +
drivers/perf/arm_pmu.c | 11 +-
drivers/perf/arm_pmuv3.c | 140 +-
drivers/perf/arm_v6_pmu.c | 6 +-
drivers/perf/arm_v7_pmu.c | 77 +-
drivers/perf/arm_xscale_pmu.c | 12 +-
drivers/perf/cxl_pmu.c | 1 +
drivers/perf/fsl_imx8_ddr_perf.c | 1 +
drivers/perf/hisilicon/hisi_uncore_pmu.c | 1 +
drivers/perf/marvell_cn10k_ddr_pmu.c | 1 +
drivers/platform/x86/toshiba_acpi.c | 1 +
drivers/pwm/pwm-atmel-tcb.c | 113 +-
drivers/rtc/rtc-stm32.c | 78 +
drivers/s390/char/sclp_config.c | 2 +-
drivers/s390/char/sclp_early.c | 1 +
drivers/scsi/aha152x.c | 2 +-
drivers/scsi/qla2xxx/qla_bsg.c | 98 +-
drivers/scsi/qla2xxx/qla_def.h | 17 +-
drivers/scsi/qla2xxx/qla_gbl.h | 6 +-
drivers/scsi/qla2xxx/qla_gs.c | 467 +++---
drivers/scsi/qla2xxx/qla_init.c | 94 +-
drivers/scsi/qla2xxx/qla_inline.h | 8 +
drivers/scsi/qla2xxx/qla_mid.c | 2 +-
drivers/scsi/qla2xxx/qla_nvme.c | 5 +-
drivers/scsi/qla2xxx/qla_os.c | 19 +-
drivers/scsi/qla2xxx/qla_sup.c | 108 +-
drivers/scsi/qla2xxx/qla_version.h | 4 +-
drivers/soc/sunxi/sunxi_sram.c | 2 +-
drivers/spi/spi-mux.c | 2 +
drivers/spi/spi.c | 20 +-
.../intel/int340x_thermal/int340x_thermal_zone.c | 14 +-
drivers/thermal/intel/intel_hfi.c | 30 +-
drivers/thermal/thermal_core.c | 3 +-
drivers/thermal/thermal_helpers.c | 47 +-
drivers/ufs/core/ufs-mcq.c | 31 +-
drivers/ufs/core/ufshcd-crypto.c | 34 +-
drivers/ufs/core/ufshcd-crypto.h | 36 +
drivers/ufs/core/ufshcd-priv.h | 15 +-
drivers/ufs/core/ufshcd.c | 112 +-
drivers/ufs/host/ufs-exynos.c | 240 ++-
drivers/ufs/host/ufs-mediatek.c | 6 +-
drivers/usb/core/driver.c | 14 +
drivers/usb/dwc2/params.c | 30 +-
drivers/usb/dwc3/core.c | 37 +
drivers/usb/dwc3/core.h | 8 +
drivers/usb/dwc3/dwc3-xilinx.c | 29 +
drivers/usb/gadget/function/f_midi2.c | 19 +-
drivers/usb/gadget/function/f_uac2.c | 5 +-
drivers/usb/storage/uas.c | 5 +-
drivers/usb/typec/anx7411.c | 2 +-
drivers/usb/typec/tcpm/fusb302.c | 4 +-
drivers/usb/typec/tcpm/tcpci.c | 2 +-
drivers/usb/typec/tcpm/tcpci_maxim_core.c | 2 +-
drivers/usb/typec/ucsi/ucsi_ccg.c | 2 +-
drivers/usb/typec/ucsi/ucsi_stm32g0.c | 4 +-
drivers/vfio/pci/vfio_pci_core.c | 2 +-
drivers/watchdog/Kconfig | 3 +-
drivers/watchdog/imx7ulp_wdt.c | 5 +
drivers/watchdog/rzg2l_wdt.c | 113 +-
drivers/watchdog/starfive-wdt.c | 4 +-
drivers/watchdog/watchdog_dev.c | 2 +-
drivers/zorro/zorro-driver.c | 4 +-
fs/bcachefs/alloc_background.c | 48 +-
fs/bcachefs/alloc_foreground.c | 2 +
fs/bcachefs/backpointers.c | 70 +-
fs/bcachefs/bkey.c | 5 +-
fs/bcachefs/bkey.h | 7 +
fs/bcachefs/btree_gc.c | 27 +-
fs/bcachefs/btree_write_buffer.c | 37 +
fs/bcachefs/btree_write_buffer.h | 3 +
fs/bcachefs/clock.c | 6 +-
fs/bcachefs/data_update.c | 44 +
fs/bcachefs/data_update.h | 5 +
fs/bcachefs/debug.c | 12 +-
fs/bcachefs/eytzinger.h | 6 +-
fs/bcachefs/fs.c | 9 +-
fs/bcachefs/io_read.c | 4 +-
fs/bcachefs/journal.c | 18 +-
fs/bcachefs/journal.h | 2 +-
fs/bcachefs/journal_io.c | 12 +-
fs/bcachefs/lru.c | 39 +
fs/bcachefs/lru.h | 3 +
fs/bcachefs/move.c | 25 -
fs/bcachefs/sb-errors_format.h | 3 +-
fs/bcachefs/super.c | 11 +-
fs/erofs/compress.h | 39 +-
fs/erofs/decompressor.c | 147 +-
fs/erofs/decompressor_deflate.c | 149 +-
fs/erofs/decompressor_lzma.c | 166 +--
fs/erofs/decompressor_zstd.c | 154 +-
fs/erofs/internal.h | 34 +-
fs/erofs/super.c | 34 +-
fs/erofs/zdata.c | 31 +-
fs/erofs/zmap.c | 4 +-
fs/hugetlbfs/inode.c | 11 +-
fs/nfs/blocklayout/dev.c | 2 +
fs/nfs/pnfs.h | 1 -
fs/nfs/pnfs_dev.c | 3 -
fs/nfs/write.c | 8 +-
include/asm-generic/fixmap.h | 3 -
include/asm-generic/iomap.h | 6 -
include/asm-generic/pgtable-nop4d.h | 2 +
include/asm-generic/pgtable-nopmd.h | 2 +-
include/asm-generic/pgtable-nopud.h | 2 +
include/kvm/arm_pmu.h | 8 +-
include/linux/closure.h | 7 +
include/linux/cpuhotplug.h | 1 +
include/linux/device-mapper.h | 6 +
include/linux/device/driver.h | 18 +-
include/linux/dio.h | 2 +-
include/linux/firmware/cirrus/cs_dsp.h | 10 +-
include/linux/huge_mm.h | 6 +-
include/linux/perf/arm_pmu.h | 10 +-
include/linux/perf/arm_pmuv3.h | 9 +-
include/linux/regmap.h | 2 +
include/linux/spi/spi.h | 4 +
include/linux/swap.h | 1 -
include/linux/thermal.h | 9 +-
include/linux/usb.h | 3 +
include/linux/usb/gadget.h | 10 +-
include/linux/zorro.h | 2 +-
include/trace/events/erofs.h | 32 +-
include/ufs/ufshcd.h | 41 +-
include/ufs/ufshci.h | 3 +-
init/Kconfig | 5 +-
io_uring/napi.c | 2 +-
lib/closure.c | 3 +
localversion-next | 2 +-
mm/huge_memory.c | 12 +-
mm/hugetlb.c | 14 +-
mm/memory.c | 2 +-
mm/page_io.c | 117 +-
mm/shmem.c | 8 +-
mm/swapfile.c | 21 -
mm/truncate.c | 9 +-
mm/zswap.c | 84 +-
net/ceph/mon_client.c | 14 +-
net/core/filter.c | 1 -
net/mac80211/spectmgmt.c | 9 +-
net/xfrm/xfrm_policy.c | 5 +-
net/xfrm/xfrm_state.c | 3 +-
net/xfrm/xfrm_user.c | 1 -
rust/Makefile | 4 +-
rust/bindings/lib.rs | 1 +
rust/kernel/firmware.rs | 35 +-
rust/kernel/init.rs | 13 +-
rust/macros/lib.rs | 2 +-
rust/uapi/lib.rs | 1 +
scripts/dtc/checks.c | 85 +-
scripts/dtc/dtc-parser.y | 5 +
scripts/dtc/dtc.c | 9 +-
scripts/dtc/dtc.h | 12 +-
scripts/dtc/fdtoverlay.c | 6 +-
scripts/dtc/flattree.c | 21 +-
scripts/dtc/fstree.c | 2 +-
scripts/dtc/libfdt/fdt_overlay.c | 349 ++++-
scripts/dtc/libfdt/fdt_ro.c | 37 +-
scripts/dtc/libfdt/libfdt.h | 67 +-
scripts/dtc/livetree.c | 56 +-
scripts/dtc/srcpos.c | 14 +-
scripts/dtc/treesource.c | 26 +
scripts/dtc/util.h | 6 +-
scripts/dtc/version_gen.h | 2 +-
scripts/rust_is_available.sh | 33 +-
scripts/rust_is_available_bindgen_0_66.h | 2 +
scripts/rust_is_available_test.py | 59 +-
sound/soc/codecs/aw88395/aw88395_lib.c | 51 +-
sound/soc/codecs/cs530x.c | 31 +-
sound/soc/codecs/cs530x.h | 2 +-
sound/soc/codecs/wm_adsp.c | 2 +-
sound/soc/qcom/qdsp6/topology.c | 10 +-
tools/include/linux/bitmap.h | 17 +-
tools/lib/bitmap.c | 20 +
tools/perf/arch/loongarch/util/kvm-stat.c | 2 +-
tools/testing/radix-tree/Makefile | 4 +-
tools/testing/radix-tree/bitmap.c | 23 -
tools/testing/selftests/bpf/network_helpers.c | 2 +-
tools/testing/selftests/bpf/network_helpers.h | 10 +
.../testing/selftests/bpf/prog_tests/bpf_tcp_ca.c | 16 +-
tools/testing/selftests/bpf/prog_tests/sk_lookup.c | 82 +-
.../selftests/bpf/prog_tests/xdp_adjust_tail.c | 2 +-
tools/testing/selftests/bpf/progs/xdp_flowtable.c | 10 +-
tools/testing/selftests/bpf/test_progs.h | 9 +
.../breakpoints/step_after_suspend_test.c | 1 -
tools/testing/selftests/dma/dma_map_benchmark.c | 1 -
357 files changed, 8816 insertions(+), 4684 deletions(-)
create mode 100644 Documentation/devicetree/bindings/dma/sprd,sc9860-dma.yaml
delete mode 100644 Documentation/devicetree/bindings/dma/sprd-dma.txt
delete mode 100644 Documentation/devicetree/bindings/iommu/msm,iommu-v0.txt
create mode 100644 Documentation/devicetree/bindings/iommu/qcom,apq8064-iommu.yaml
create mode 100644 Documentation/devicetree/bindings/mailbox/mediatek,gce-props.yaml
create mode 100644 Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml
create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sa8775p-pas.yaml
create mode 100644 Documentation/devicetree/bindings/sound/cirrus,cs4270.yaml
delete mode 100644 Documentation/devicetree/bindings/sound/cs4270.txt
delete mode 100644 Documentation/devicetree/bindings/sound/qcom,apq8096.txt
create mode 100644 Documentation/devicetree/bindings/sound/qcom,msm8916-wcd-digita [...]
delete mode 100644 Documentation/devicetree/bindings/sound/qcom,msm8916-wcd-digital.txt
create mode 100644 Documentation/devicetree/bindings/timer/realtek,otto-timer.yaml
create mode 100644 arch/s390/include/asm/dat-bits.h
create mode 100644 drivers/clocksource/timer-rtl-otto.c
create mode 100644 drivers/mailbox/qcom-cpucp-mbox.c
create mode 100644 scripts/rust_is_available_bindgen_0_66.h
delete mode 100644 tools/testing/radix-tree/bitmap.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 961e526d3 Add entry 9bda2c4c81b668b1d9abbb58cc4e805ac955a639 from https [...]
new a36e3548a Add entry 9bda2c4c81b668b1d9abbb58cc4e805ac955a639 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:
gcc/sha1/9bda2c4c81b668b1d9abbb58cc4e805ac955a639/jira/description | 4 ++++
gcc/sha1/9bda2c4c81b668b1d9abbb58cc4e805ac955a639/jira/yaml | 4 ++++
gcc/sha1/9bda2c4c81b668b1d9abbb58cc4e805ac955a639/status.txt | 4 ++++
.../details.txt | 4 +---
.../reproduction_instructions.txt | 4 ++--
.../gnu-master-aarch64-next-allmodconfig}/status-summary.txt | 0
.../status.txt | 4 ++--
.../9bda2c4c81b668b1d9abbb58cc4e805ac955a639/tcwg_kernel/status.txt | 4 ++++
8 files changed, 21 insertions(+), 7 deletions(-)
copy gcc/sha1/9bda2c4c81b668b1d9abbb58cc4e805ac955a639/tcwg_kernel/{gnu-master-aar [...]
copy gcc/sha1/9bda2c4c81b668b1d9abbb58cc4e805ac955a639/tcwg_kernel/{gnu-master-aar [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
copy gcc/sha1/9bda2c4c81b668b1d9abbb58cc4e805ac955a639/tcwg_kernel/{gnu-master-aar [...]
--
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 25f05199bb7 RISC-V: Add platform property/capability extensions
new cef946b6f4f X86: Update gas/NEWS for Intel APX.
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:
gas/NEWS | 6 ++++++
1 file changed, 6 insertions(+)
--
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 8fe50cf3f Add entry 9d20529d94b23275885f380d155fe8671ab5353a from https [...]
new 961e526d3 Add entry 9bda2c4c81b668b1d9abbb58cc4e805ac955a639 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_kernel/gnu-master-aarch64-next-allmodconfig/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{20214aaab6fe8d77523ef86b47248f35992f49d4 => 9bda2c4c81b668b1d9abbb5 [...]
copy gcc/sha1/9bda2c4c81b668b1d9abbb58cc4e805ac955a639/tcwg_kernel/{gnu-master-aar [...]
--
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 4cf957e7ac4 Re: Add support for a .base64 pseudo-op to gas
new 25f05199bb7 RISC-V: Add platform property/capability extensions
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/elfxx-riscv.c | 33 +++++++++++++++++++++++++++++++++
gas/testsuite/gas/riscv/imply.d | 12 ++++++++++++
gas/testsuite/gas/riscv/imply.s | 13 +++++++++++++
gas/testsuite/gas/riscv/march-help.l | 20 ++++++++++++++++++++
4 files changed, 78 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.