This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 87e35da16df tree-optimization/114921 - _Float16 -> __bf16 isn't noop
new 7117e1f6bf6 tree-inline: Add __builtin_stack_{save,restore} pair about [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/gcc.dg/pr113596.c | 24 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr113596.c | 37 ++++++++++++++++++++++++++++++++
gcc/tree-inline.cc | 34 +++++++++++++++++++++++++++++
3 files changed, 95 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr113596.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr113596.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from e6d60e7624b x86: tidy <sse*> templates
new ed8fd0a342f [gdb/exp] Fix cast handling for indirection
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/expop.h | 8 ++++---
.../gdb.base/{debug-frame.c => cast-indirection.c} | 12 +++++++---
.../cast-indirection.exp} | 28 ++++++++++++++--------
3 files changed, 32 insertions(+), 16 deletions(-)
copy gdb/testsuite/gdb.base/{debug-frame.c => cast-indirection.c} (88%)
copy gdb/testsuite/{gdb.arch/aarch64-prologue.exp => gdb.base/cast-indirection.exp} (58%)
--
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 84a069db671 Automatic date update in version.in
new d125c4bbce8 x86: zap value-less Disp8MemShift from non-EVEX templates
new 24187fb9c0d x86/APX: extend SSE2AVX coverage
new 1d026d6b19a x86/APX: further extend SSE2AVX coverage
new e6d60e7624b x86: tidy <sse*> templates
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gas/config/tc-i386.c | 9 +-
gas/doc/c-i386.texi | 4 +-
gas/testsuite/gas/i386/sse2avx-apx.d | 261 ++++
gas/testsuite/gas/i386/sse2avx-apx.s | 320 +++++
gas/testsuite/gas/i386/sse2avx-evex.d | 451 +++++++
gas/testsuite/gas/i386/sse2avx-evex.s | 522 ++++++++
gas/testsuite/gas/i386/x86-64-sse2avx.d | 10 +
gas/testsuite/gas/i386/x86-64-sse2avx.s | 11 +
gas/testsuite/gas/i386/x86-64.exp | 2 +
opcodes/i386-gen.c | 26 +-
opcodes/i386-opc.tbl | 551 ++++----
opcodes/i386-tbl.h | 2214 ++++++++++++++++++++++++-------
12 files changed, 3671 insertions(+), 710 deletions(-)
create mode 100644 gas/testsuite/gas/i386/sse2avx-apx.d
create mode 100644 gas/testsuite/gas/i386/sse2avx-apx.s
create mode 100644 gas/testsuite/gas/i386/sse2avx-evex.d
create mode 100644 gas/testsuite/gas/i386/sse2avx-evex.s
--
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 release/2.33/master
in repository glibc.
from 4d27d4b9a1 CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buff [...]
new 1e398f406b nscd: Use time_t for return type of addgetnetgrentX
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:
nscd/netgroupcache.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.32/master
in repository glibc.
from 3ed195a8ec CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buff [...]
new 4ab74e9ba7 nscd: Use time_t for return type of addgetnetgrentX
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:
nscd/netgroupcache.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.31/master
in repository glibc.
from bbf5a58ccb CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buff [...]
new 12d4ddf3c1 nscd: Use time_t for return type of addgetnetgrentX
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:
nscd/netgroupcache.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from f86f1970e06 Daily bump.
new fa7e05d90bb tree-optimization/114921 - _Float16 -> __bf16 isn't noop
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/tree-vect-stmts.cc | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux-next.
omits 9c6ecb3cb6e2 Add linux-next specific files for 20240502
omits 88ee4638c5f5 Merge branch 'refactor-heap' of https://evilpiepirate.org/ [...]
omits 8474f9e3577c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 5d3478a43b52 Merge branch 'nolibc' of git://git.kernel.org/pub/scm/linu [...]
omits d79c96910799 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
omits d7803ab3fd36 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 334517cd08d2 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
omits 73f096df51b5 Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
omits 5070493a645c Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
omits bd8c78ca6fcf Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
omits 2a4f04c075fd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 71b797827926 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 968f57e5a6ef Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
omits 6b45f49e0bb3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a0164e32f803 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 4b25a4cdbbb8 Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
omits 3fe54d736e24 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 69ac73599b2d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1fba1db882d3 Merge branch 'kgdb/for-next' of git://git.kernel.org/pub/s [...]
omits 973ac59d1ebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a8a3a7d81cdc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 40431e48d6f0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 60f0275a10fe Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 1e24bb65dcd4 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
omits 4a8f1dd3c0fe Merge branch 'libnvdimm-for-next' of git://git.kernel.org/ [...]
omits a6919fe16927 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
omits 92170e8bb78d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 353977f44029 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
omits 75e7e0f49ddd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 4cda661088a5 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
omits d692a3709486 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f0c2db4071a3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 45f93f3ad534 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1db8a5d8c848 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
omits 703361706980 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 2b7e742bb103 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits efc64c138287 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5e58e1ccfcb1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4a4deb1b7719 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 90153fd7aa6a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d60eeae4220c Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
omits 4370134b5a6d Merge branch 'spmi-next' of git://git.kernel.org/pub/scm/l [...]
omits f8b079dd1161 Merge branch 'next' of git://github.com/awilliam/linux-vfio.git
omits 806271ca11cb Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
omits a51fe56bfdf3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 62a8843ca4db Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 25db4dbc281d Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
omits 81b8760720fd Merge branch 'icc-next' of git://git.kernel.org/pub/scm/li [...]
omits 96f36e47081d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 77431904af46 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
omits 91e18b08d129 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
omits 089a6cf45d6f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 969a175c873f Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
omits 3d00d05e5247 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
omits d0793a601893 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
omits 7c2f00675b64 Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
omits 4fe39f7245d6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e34a45621e2f Merge branch 'for-firmware-next' of git://git.kernel.org/p [...]
omits 8bc41382168b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7f5da40e921d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 661fab537f87 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c573c46601fb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f7558582fe0a Merge branch 'next' of https://github.com/kvm-x86/linux.git
omits 171334a1eb7e Merge branch 'riscv_kvm_next' of https://github.com/kvm-ri [...]
omits 8dc23c0c6de3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 0dd0bebdaffa fixup for "KVM: VMX: Move posted interrupt descriptor out [...]
omits a122d012bb53 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
omits 8a625f4238ae Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/li [...]
omits 271755ff8828 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
omits 78ff36e782b6 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 624b330936c3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f9e6c05f191c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5ac858f3eb61 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 1f9ba4830796 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7c4636f80145 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits aaec613dd4e0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits be8211f40416 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 224eb8ab6cc6 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
omits e9792ac6b22b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 0f536f2b74f1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a1d1ed874363 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 90a844722035 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
omits feaec1a147f7 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
omits 2d97df9651b5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 9f11a438b617 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 70689127b2d7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ce38cb5a2ad4 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
omits 68ecd8439158 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits df96281daa8d Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
omits 69218b7a4a37 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c09c81b187e6 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
omits 6531c5b470dd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 9ffe750e3138 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e13560d92210 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d48261f49933 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
omits 646bfec73ae4 Merge branch 'msm-next' of https://gitlab.freedesktop.org/ [...]
omits 2739072caaed Merge branch 'for-linux-next' of git://anongit.freedesktop [...]
omits 8242152f38fe Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 973d5537a3aa Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
omits 225051a2a11c Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
omits 95eb4211651b Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits b072f742028e Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
omits 73c3001d43e7 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
omits e007d123691f Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
omits dacbb9cadc0f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a5ec7cb1d824 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits fa63ee5869fd Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits aad5e55c2ced Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 65872529fdd4 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits a2ada8b2ed8e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a88be5589a28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits ec1081a960db Merge branch 'thermal/linux-next' of git://git.kernel.org/ [...]
omits 517a8f753bbf Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 20e1c33af9fd Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
omits 94050f2be6f3 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
omits ddb2136458b9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
omits e235125db6c8 next-20240430/v4l-dvb-next
omits 15732ca5a454 Merge branch 'master' of git://linuxtv.org/media_tree.git
omits 63acffa3545e Merge branch 'docs-next' of git://git.lwn.net/linux.git
omits e2bc1ab116b2 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
omits acf97c747dca Merge branch 'dmi-for-next' of git://git.kernel.org/pub/sc [...]
omits cb0bf172d615 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
omits e039ad1a9665 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
omits 01d3223fb301 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits e27020b44400 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
omits c0c7d74b5e0e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 859f5eef06d1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 450331b73381 string: Add additional __realloc_size() annotations for "d [...]
omits 85795c4bd8e7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b18a2e670c7c Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits b58dcb22ef5a Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 3d579eae1818 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
omits f0b0f70d0e66 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits 14c5483072a9 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
omits 2f0de7d8a4fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits bbca37a42780 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ae5c66c51b2f Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 07ec0133f6cb Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits 82c414547154 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits d0c80701fac9 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits fc1fbb18cf16 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
omits 5474e81c6c25 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits fc71804a359e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 5fdbf39accbb Merge branch 'for-next' of https://evilpiepirate.org/git/b [...]
omits e01f7a2a3ad9 firewire: core: add tracepoint event for handling bus reset
omits 1c2e5f5d5e86 Revert "firewire: core: option to log bus reset initiation"
omits a3885c48e94b firewire: core: add tracepoints events for initiating bus reset
omits 07f41c79ce6c firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from d [...]
omits 105a5d464928 firewire: ohci: add bus-reset event for initial set of han [...]
omits c94a50b1ea21 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
omits 0c95eafcf4fa Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 24dd3bb42b84 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f0eb685a3d3a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 60c5cd20c85c Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
omits ee5eb7a81357 Merge branch 'riscv-dt-for-next' of git://git.kernel.org/p [...]
omits 2b6cfb1a1b32 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f59c4ca2f96d Merge branch 'topic/kdump-hotplug' of git://git.kernel.org [...]
omits 63bb7debdfbd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits cc257f323d69 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits a6580d8c4d23 Merge branch 'for-next' of git://github.com/openrisc/linux.git
omits 178450b1ca8f Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
omits a7c6bfc189f2 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
omits 2b16af7bec5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 03f65e99922b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4f1f6c01ae0c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 7e2c1b64c6c6 Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
omits eae462cc6eeb Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
omits 53c164950aae Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
omits 6005e6655b8f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits fa31c5e09b6f Merge branch 'next' of https://git.linaro.org/people/jens. [...]
omits ba795428c2d8 Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
omits 5738ff01d6d5 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
omits 044daa09ff66 Merge branch 'for-next' of https://github.com/sophgo/linux.git
omits 2ebc2ae3a4ce Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
omits 070a92ae5a19 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits fe07e8cf59a8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits de3ae7536493 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
omits c8415a611f4d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits d8d5036fb270 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4e0631345f70 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f7220e58f62c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c16aecb5a228 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 0c9c0353573b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits c21e31660442 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
omits 368be5dfdc17 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
omits 58c1aeaf61f0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 198184696c90 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 08e5a248fea3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 993b09dd9c81 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
omits 710b985d2ac9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 876def87e04d Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
omits 42faf9b3efcf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits fbae8fe0ba19 Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
omits c5ad95747830 Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub [...]
omits 1e60a5fbafef Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/l [...]
omits 609939ebb81c Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits faea4858d251 Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 11f5948f9afb Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
omits d80a01964c01 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits ddc3ab6c25a7 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
omits b491f106f69f Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits 01fff72a705d Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
omits c8b6b43e0b61 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits d8ede2d765a9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits c1c5ee28af25 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 5608ed39f0d6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 46052d4f177e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits edc3ad54c391 Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
omits 2db07b6bf398 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 295da9a751a5 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits b89dd5b229b6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 53597d549b3b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 7b41fbdc9cb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits be664b8066cb Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 4da248e4d495 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 056873c1879f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits b4bd1e1ed972 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 56736622ebf9 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
omits a5e279875855 Merge branch 'for-next/fixes' of git://git.kernel.org/pub/ [...]
omits 02a36a8f1df4 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits eedb1dd62a7e cxl/cper: Fix non-ACPI-APEI-GHES build
omits 3bbfa480a115 Merge branch into tip/master: 'x86/timers'
omits 3c536666a8f8 Merge branch into tip/master: 'x86/shstk'
omits b48711bd351d Merge branch into tip/master: 'x86/sev'
omits da3c153521ae Merge branch into tip/master: 'x86/platform'
omits dadfad0b725e Merge branch into tip/master: 'x86/percpu'
omits 266844239988 Merge branch into tip/master: 'x86/mm'
omits 5f8edd7b610f Merge branch into tip/master: 'x86/misc'
omits f2940b6c9e7d Merge branch into tip/master: 'x86/microcode'
omits 153108542628 Merge branch into tip/master: 'x86/irq'
omits d48915e65512 Merge branch into tip/master: 'x86/fpu'
omits 23a99b742c16 Merge branch into tip/master: 'x86/entry'
omits 427242b52366 Merge branch into tip/master: 'x86/cpu'
omits 847a2828b119 Merge branch into tip/master: 'x86/cache'
omits 00c358cf776e Merge branch into tip/master: 'x86/build'
omits ec7c3198d134 Merge branch into tip/master: 'x86/bugs'
omits c73ce0b8e2e8 Merge branch into tip/master: 'x86/boot'
omits b6b4ddd0b256 Merge branch into tip/master: 'x86/asm'
omits 5a3284acf5bd Merge branch into tip/master: 'x86/apic'
omits 6427cff41bd1 Merge branch into tip/master: 'x86/alternatives'
omits 594f2364036d Merge branch into tip/master: 'timers/core'
omits d0ba2ca6ba83 Merge branch into tip/master: 'sched/core'
omits 843d9e74fd9d Merge branch into tip/master: 'ras/core'
omits 970e71e039e4 Merge branch into tip/master: 'perf/core'
omits 711fe32753d0 Merge branch into tip/master: 'locking/core'
omits b679bafe3839 Merge branch into tip/master: 'irq/core'
omits e83fbb586860 Merge branch into tip/master: 'x86/merge'
omits 5aaa9d640a8f Merge branch into tip/master: 'x86/urgent'
omits ffb7b3ba8d35 Merge branch into tip/master: 'irq/urgent'
omits 9b3c22ab3929 ALSA: hda/realtek: Fix build error without CONFIG_PM
omits 235e60653f8d drm/debugfs: Drop conditionals around of_node pointers
omits d37fd46e9b72 Merge remote-tracking branch 'spi/for-6.10' into spi-next
omits 6612b2328ab4 Merge branch 'features' into for-next
omits d5902ca7f61d Merge branch 'fixes' into for-next
omits 7f20dda18a42 Merge branch 'shared-zeropage' into features
omits 565222d01f1e ARM: dts: aspeed: Add ASRock E3C256D4I BMC
omits 13f08c4e1389 dt-bindings: arm: aspeed: document ASRock E3C256D4I
omits 7a6a71ac50cb Merge branch 'next/dt64' into for-next
omits e783331c7720 arm64/mm: pmd_mkinvalid() must handle swap pmds
omits 13d56abef172 drm/vmwgfx: Remove duplicate vmwgfx_vkms.h header
omits 3c6488537b45 Merge remote-tracking branch 'regulator/for-6.10' into reg [...]
omits 986c12d8c9a6 drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()
omits 4a9a567ab101 nouveau: Add missing break statement
omits 3b584ccc2316 firewire: core: add tracepoints event for asynchronous inb [...]
omits ddb159912a2c firewire: core/cdev: add tracepoints events for asynchrono [...]
omits 052f3ec54799 Merge branch 'misc-6.9' into next-fixes
omits e9f5aff094ee Merge branch 'for-next-next-v6.9-20240430' into for-next-20240430
omits 9625a9cdfbe9 Merge branch 'for-next-current-v6.8-20240430' into for-nex [...]
omits d6b72600dd8f Merge branch 'misc-next' into for-next-next-v6.9-20240430
omits 23b9613d90f9 Merge branch 'b-for-next' into for-next-next-v6.9-20240430
omits 7d28907221fe Merge branch 'misc-6.9' into for-next-current-v6.8-20240430
omits dfc8eb6453f9 btrfs: add documentation around snapshot delete
omits 611c51745839 btrfs: handle errors from btrfs_dec_ref properly
omits 9c4ea136280a btrfs: convert correctness BUG_ON()'s to ASSERT()'s in wal [...]
omits c8eb3a2c7408 btrfs: clean up our handling of refs == 0 in snapshot delete
omits 2a4b3a2944ab btrfs: replace BUG_ON with ASSERT in walk_down_proc
omits f4a19dffb86c btrfs: handle errors from ref mods during UPDATE_BACKREF
omits 766f8c1257ae btrfs: don't BUG_ON ENOMEM in walk_down_proc
omits 76e7018721f4 btrfs: extract the reference dropping code into it's own helper
omits 9871bcc55e65 btrfs: unify logic to decide if we need to walk down into a node
omits 8b2569d65a6a btrfs: remove need_account in do_walk_down
omits 22ec8c43b39c btrfs: move the eb uptodate code into it's own helper
omits ae256080d2b8 btrfs: push lookup_info into walk_control
omits c95b8f7b67f1 btrfs: use btrfs_read_extent_buffer in do_walk_down
omits 8a2d03971494 btrfs: remove all extra btrfs_check_eb_owner() calls
omits efd7a2b1e45f btrfs: don't do find_extent_buffer in do_walk_down
omits a48098ccdbfd btrfs: Remove use of the folio error flag
omits fde2bf861bb2 btrfs: Use the folio iterator in btrfs_end_super_write()
omits 2bd11cf39daa btrfs: Use a folio in write_dev_supers()
omits 5c855642bbb9 btrfs: Use a folio in wait_dev_supers()
omits 4c0ef1c90e5b bio: Export bio_add_folio_nofail to modules
omits a6ea3be1f1be btrfs: scrub: use generic ratelimit helpers to output erro [...]
omits 25e11730dd59 btrfs: scrub: ensure we output at least one error message [...]
omits d345dff37fcb btrfs: scrub: simplify the inode iteration output
omits e997c5baad23 btrfs: scrub: remove unnecessary dev/physical lookup for s [...]
omits 6017cbbec32e btrfs: scrub: remove unused is_super parameter from scrub_ [...]
omits 99b8dc6ed82c btrfs: reduce the log level for btrfs_dev_stat_inc_and_print()
omits f853f6263503 btrfs: scrub: fix incorrectly reported logical/physical address
omits c77e0f03c342 btrfs: handle unexpected parent block offset in btrfs_allo [...]
omits f026184b3c13 btrfs: === misc-next ===
omits b8bafc93e9d0 btrfs: add a cached state to extent_clear_unlock_delalloc
omits 36f7dca762f4 btrfs: push extent lock down in submit_one_async_extent
omits 65626dd12df3 btrfs: push lock_extent down in cow_file_range()
omits cce2fafd4e01 btrfs: move can_cow_file_range_inline() outside of the ext [...]
omits 8f41b5592405 btrfs: push lock_extent into cow_file_range_inline
omits 6733e5e3299d btrfs: push extent lock into cow_file_range
omits b422a7039c1c btrfs: push extent lock into run_delalloc_cow
omits 717bfd0255de btrfs: remove unlock_extent from run_delalloc_compressed
omits 34b050062f70 btrfs: push extent lock down in run_delalloc_nocow
omits 2dc9afd8189b btrfs: adjust while loop condition in run_delalloc_nocow
omits 112901726762 btrfs: push extent lock into run_delalloc_nocow
omits 3319496bbd05 btrfs: push the extent lock into btrfs_run_delalloc_range
omits 72a7c865593f btrfs: lock extent when doing inline extent in compression
omits 0ab0f800891f btrfs: move extent bit and page cleanup into cow_file_rang [...]
omits 3a1642f05ae7 btrfs: unlock all the pages with successful inline extent [...]
omits 057ede52e082 btrfs: push all inline logic into cow_file_range
omits 458e66753ddc btrfs: handle errors in btrfs_reloc_clone_csums properly
omits b66fde5b9bc2 firewire: core: add tracepoints events for asynchronous ou [...]
omits 951ebccb8afc firewire: core: add tracepoint event for asynchronous inbo [...]
omits abd86ce52f4d firewire: core: add tracepoints event for asynchronous inb [...]
omits 086b61fe4578 firewire: core: add tracepoints events for asynchronous ou [...]
omits 826d1e17c913 firewire: core: add support for Linux kernel tracepoints
omits 2489e6c9ebb5 Merge branches 'fixes', 'generic', 'misc', 'mmu', 'selftes [...]
omits 87e058864108 Merge branch 'fixes' into for-next
omits 6d31c0d2309d btrfs: set correct ram_bytes when splitting ordered extent
omits 8a3c4000c0f3 btrfs: add extra sanity checks for create_io_em()
omits 3610897a833e btrfs: simplify the inline extent map creation
omits 698d809da7c7 btrfs: add extra comments on extent_map members
omits 6dca7db05510 btrfs: drop unused argument of calcu_metadata_size()
omits ece8002ef0ba btrfs: take the cleaner_mutex earlier in qgroup disable
omits 53facfd3a60f btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
omits 3da48a077fab btrfs: btrfs_drop_subtree optimize return variable
omits 4568cacb0c24 btrfs: lookup_extent_data_ref code optimize return
omits 776c0a0eb624 btrfs: btrfs_qgroup_rescan_worker rename ret to ret2 and e [...]
omits 316d3875d03c btrfs: quick_update_accounting drop variable err
omits 9e3e34fe82fd btrfs: relocate_tree_blocks reuse ret instead of err
omits 2e1aa6a01e1a btrfs: build_backref_tree rename err and ret to ret
omits d2ef5d8d120e btrfs: __btrfs_wait_marked_extents rename werr and err to ret
omits 0b2e3b8dd245 btrfs: btrfs_write_marked_extents rename werr and err to ret
omits ff3766db0384 btrfs: report filemap_fdata<write|wait>_range error
omits 38283137fb43 btrfs: use btrfs_is_testing() everywhere
omits 0bbcdc6ecd0b btrfs: initialize delayed inodes xarray without GFP_ATOMIC
omits bbf03e11ad0b btrfs: make try_release_extent_mapping() return a bool
omits e7446cc68d00 btrfs: be better releasing extent maps at try_release_exte [...]
omits 40a6a50f78a4 btrfs: remove i_size restriction at try_release_extent_mapping()
omits fefd907293d3 btrfs: use btrfs_get_fs_generation() at try_release_extent [...]
omits 3959a59f2cbb btrfs: rename some variables at try_release_extent_mapping()
omits 30162611cc28 btrfs: add tracepoints for extent map shrinker events
omits fcea5a72b1cc btrfs: update comment for btrfs_set_inode_full_sync() abou [...]
omits 1edcf3e328ad btrfs: add a shrinker for extent maps
omits 927a8cb252e4 btrfs: add a global per cpu counter to track number of use [...]
omits fc5c6d27ede1 btrfs: pass the extent map tree's inode to try_merge_map()
omits 594073573317 btrfs: pass the extent map tree's inode to setup_extent_mapping()
omits bf2fa13e09b9 btrfs: pass the extent map tree's inode to replace_extent_ [...]
omits 56451086de33 btrfs: pass the extent map tree's inode to remove_extent_m [...]
omits 245dd375b7d3 btrfs: pass the extent map tree's inode to clear_em_logging()
omits 5fd11dd9b0ac btrfs: pass the extent map tree's inode to add_extent_mapping()
omits 0768ee6bf586 btrfs: change root->root_key.objectid to btrfs_root_id()
omits 7d4bd4afae93 btrfs: set start on clone before calling copy_extent_buffer_full
omits 3ced257406e2 btrfs: replace btrfs_delayed_*_ref with btrfs_*_ref
omits 8e77e0add780 btrfs: remove the btrfs_delayed_ref_node container helpers
omits 2a4af4bbc397 btrfs: stop referencing btrfs_delayed_tree_ref directly
omits 0b7bc6c399b5 btrfs: stop referencing btrfs_delayed_data_ref directly
omits a4904b289482 btrfs: make the insert backref helpers take a btrfs_delaye [...]
omits b2ead561a018 btrfs: drop unnecessary arguments from __btrfs_free_extent
omits ffc57f71e9f9 btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_node
omits fb7483bb35b4 btrfs: rename btrfs_data_ref->ino to ->objectid
omits ae07de2d3163 btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
omits f4e5feb23bb8 btrfs: rename ->len to ->num_bytes in btrfs_ref
omits bdf30d3dbbe9 btrfs: unify the btrfs_add_delayed_*_ref helpers into one helper
omits c42b54ac7635 btrfs: simplify delayed ref tracepoints
omits 09824b683cf4 btrfs: move ref specific initialization into init_delayed_ [...]
omits 4a26bb20506c btrfs: initialize btrfs_delayed_ref_head with btrfs_ref
omits 35a946600462 btrfs: pass btrfs_ref to init_delayed_ref_common
omits 0d141fbb2476 btrfs: move ref_root into btrfs_ref
omits 0115855fbfc5 btrfs: do not use a function to initialize btrfs_ref
omits 176548d3d2d4 btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_node
omits 4333067f0b8b btrfs: add a helper to get the delayed ref node from the d [...]
omits 3a36ee5e6be7 btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()
omits a053ebf03707 btrfs: export find_next_inode() as btrfs_find_first_inode()
omits 3769120f21d7 btrfs: simplify add_extent_mapping() by removing pointless label
omits 6a6c1f146e24 btrfs: tests: error out on unexpected extent map reference count
omits b01bc41111e7 btrfs: pass an inode to btrfs_add_extent_mapping()
omits 4d5b7420d762 btrfs: open code csum_exist_in_range()
omits fc1f5536b1ae btrfs: make NOCOW checks for existence of checksums in a r [...]
omits b8cbbdb791bc btrfs: simplify error path for btrfs_lookup_csums_list()
omits d0076ee889e6 btrfs: remove use of a temporary list at btrfs_lookup_csum [...]
omits df189215013b btrfs: remove search_commit parameter from btrfs_lookup_cs [...]
omits 877b43e4e5cc btrfs: add function comment to btrfs_lookup_csums_list()
omits adcd8f72cbcb btrfs: move btrfs_page_mkwrite() from inode.c into file.c
omits 2e38527c7633 btrfs: remove no longer used btrfs_clone_chunk_map()
omits 7754fae6d151 btrfs: remove list_empty() check at warn_about_uncommitted [...]
omits c7092d6c5d69 btrfs: remove pointless return value assignment at btrfs_f [...]
omits f37f83f412d6 btrfs: remove not needed mod_start and mod_len from struct [...]
omits b1c96899a9ca btrfs: free PERTRANS at the end of cleanup_transaction()
omits f4db1955190b btrfs: compression: migrate compression/decompression path [...]
omits d433bb76b82b btrfs: introduce btrfs_alloc_folio_array()
omits 223b5b26ff48 btrfs: migrate insert_inline_extent() to folio interfaces
omits 20522ea57c91 btrfs: make insert_inline_extent() accept one page directly
omits 9889ce5925af btrfs: compression: convert page allocation to folio interfaces
omits 7d1bba93b584 btrfs: compression: add error handling for missed page cache
omits 2b808df1a5a3 btrfs: stop locking the source extent range during reflink
omits 8cf012b28732 btrfs: qgroup: delete unnecessary check in btrfs_qgroup_ch [...]
omits ca4098c0b3c9 btrfs: convert put_file_data() to folios
omits 1e169f733148 btrfs: convert relocate_one_page() to folios and rename
omits 330af63eb33a btrfs: page to folio conversion: prealloc_file_extent_cluster()
omits f48c2e751c9f btrfs: rename err to ret in btrfs_direct_write()
omits d70141ec2720 btrfs: rename err to ret in prepare_pages()
omits 0039651d1688 btrfs: rename err to ret in btrfs_dirty_pages()
omits 468a0b3b61ee btrfs: rename err to ret in create_reloc_inode()
omits d2047cba9a21 btrfs: rename err to ret in __btrfs_end_transaction()
omits 1ca44013bdf6 btrfs: rename err to ret in convert_extent_bit()
omits da6808f41c7f btrfs: rename err to ret in __set_extent_bit()
omits e8e39e1a6fad btrfs: rename err to ret in btrfs_ioctl_snap_destroy()
omits d6cd3462a00b btrfs: rename err to ret in btrfs_cont_expand()
omits 68b1d9804a26 btrfs: rename err to ret in btrfs_rmdir()
omits 1d177b08932d btrfs: rename err to ret in btrfs_initxattrs()
omits db19bdea4c79 btrfs: warn if EXTENT_BUFFER_UPTODATE is set while reading
omits ff8d561200d0 btrfs: add helper to clear EXTENT_BUFFER_READING
omits 2071b98dc3bd btrfs: avoid pointless wake ups of drew lock readers
omits 4a50d907fadc btrfs: remove pointless writepages callback wrapper
omits 8d862611e778 btrfs: remove pointless readahead callback wrapper
omits dbe0fc9cb717 btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tre [...]
omits d8267f0e3ae5 btrfs: locking: inline btrfs_tree_lock() and btrfs_tree_re [...]
omits b0606cfcfa14 btrfs: remove pointless BUG_ON() when creating snapshot
omits 75b68f22e39a drm: ci: fix the xfails for apq8016
omits 046892f93be4 MAINTAINERS: Add Günther Noack as Landlock reviewer
omits 25d97a2cb1d3 fs/ioctl: Add a comment to keep the logic in sync with LSM [...]
omits 1d505c3a935b MAINTAINERS: Notify Landlock maintainers about changes to [...]
omits bf0d828feefe landlock: Document IOCTL support
omits 7a144c538ef8 samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
omits 037cb5d6bc08 selftests/landlock: Exhaustive test for the IOCTL allow-list
omits 2940ee03b232 Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"
omits a3d0ba225eb1 firewire: core: replace local macros with common inline fu [...]
omits f01aea0a6c29 firewire: core: add common macro to serialize/deserialize [...]
omits 02c7d57dfd81 firewire: core: obsolete tcode check macros with inline functions
omits 42b1f3909d0f firewire: ohci: replace hard-coded values with common macros
omits ad8687d2971c firewire: ohci: replace hard-coded values with inline func [...]
omits 98e481f4d5db firewire: ohci: replace local macros with common inline fu [...]
omits fc49f921daca firewire: core: replace local macros with common inline fu [...]
omits 39ce9406fe96 firewire: core: add common inline functions to serialize/d [...]
omits da244c16ac58 clk: samsung: Revert "clk: Use device_get_match_data()"
omits 8f03ed91d75e smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
omits c72211751870 drm: xlnx: zynqmp_dpsub: Fix compilation error
omits 87f36e03c0f1 drm: xlnx: zynqmp_dpsub: Fix few function comments
omits 61ba791c4a7a drm: zynqmp_dpsub: Always register bridge
omits c032d8469412 drm: zynqmp_dp: Adjust training values per-lane
omits 25af9c1ab332 drm: zynqmp_dp: Downgrade log level for aux retries message
omits 1b9e7cad1b59 drm: xlnx: Fix kerneldoc
omits e0db0269155e drm: xlnx: Store base pointers in zynqmp_disp directly
omits b58a0bc904ff nouveau: add command-line GSP-RM registry support
omits 5284e4202aa0 drm/tiny: st7586: drop driver owner assignment
omits 9745097ca730 drm/tiny: panel-mipi-dbi: drop driver owner assignment
omits 3ab28b7d8d99 drm/tiny: mi0283qt: drop driver owner assignment
omits 6898837d4335 drm/tiny: ili9225: drop driver owner assignment
omits 2e3f08a1ac99 MAINTAINERS: fix LG sw43408 panel driver drm-misc git URL
omits 2bdb481bf7a9 drm/rockchip: vop2: Fix the port mux of VP2
omits bc54d7c6050e KVM: s390x: selftests: Add shared zeropage test
omits 0398a09c7b13 mfd: bd71828: Remove commented code lines
omits 0d4149e5e9b0 firewire: ohci: use pci_irq_vector() to retrieve allocated [...]
omits bd2053a72ac3 firewire: ohci: obsolete usage of deprecated API for MSI
omits 7c07a5d780d9 firewire: ohci: replace request_irq() with request_threaded_irq()
omits f1bca36978da Revert "firewire: ohci: use devres for requested IRQ"
omits fbd56b56dfa4 firewire: Annotate struct fw_iso_packet with __counted_by()
omits 673249124304 firewire: core: option to log bus reset initiation
omits 2d81f5ef567c Merge remote-tracking branch 'git/zynqmp/dt' into for-next
omits 0ee74e0d7b97 Merge remote-tracking branch 'git/zynqmp/dt' into for-next
omits c0f708f5cda9 Merge branch 'zynqmp/soc' into for-next
omits 51586065abc6 Merge remote-tracking branch 'git/zynq/soc' into for-next
adds 080cbb890286 tipc: fix UAF in error path
adds 97bf6f81b29a tipc: fix a possible memleak in tipc_buf_append
adds f7789419137b vxlan: Pull inner IP header in vxlan_rcv().
adds 8a2e4d37afb8 s390/qeth: Fix kernel panic after setting hsuid
adds fc1092f51567 ipv4: Fix uninit-value access in __ip_make_skb()
adds 5ef31ea5d053 net: gro: fix udp bad offset in socket lookup by adding {i [...]
adds 5babae777c61 net: gro: add flush check in udp_gro_receive_segment
adds a257f093bfd6 Merge branch 'net-gro-add-flush-flush_id-checks-and-fix-wr [...]
adds c9ccbcd9f199 MAINTAINERS: remove Ariel Elior
adds 78cfe547607a MAINTAINERS: mark MYRICOM MYRI-10G as Orphan
adds 545c494465d2 Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/li [...]
adds 6aed7b97fc6e Merge tag 'thermal-6.9-rc7' of git://git.kernel.org/pub/sc [...]
adds 38762a0763c1 firewire: nosy: ensure user_length is taken into account w [...]
adds 09773bf55aea firewire: ohci: fulfill timestamp for some local asynchron [...]
adds 49a73b1652c5 Merge tag 'firewire-fixes-6.9-rc6' of git://git.kernel.org [...]
adds 09bf0f196fbc Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc [...]
adds da87c77ebba3 Merge tag 's390-6.9-6' of git://git.kernel.org/pub/scm/lin [...]
adds f03359bca01b Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/sc [...]
adds e6cc27a4aca1 Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
adds 7bff87a19989 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
adds e6753f50efe8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 9ea0809f1413 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds 4de5081413f9 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds fdb3f29dfe0d ALSA: hda/realtek: Fix build error without CONFIG_PM
adds e2cbfffc3fee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 47d55dac5f5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 2df8cfe61a99 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
adds 9e8bd14ba508 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
adds 24739c3858fb Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
adds 32871f20d03d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 175f2f5bcdfc KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M
adds 7b12fc804253 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
adds fdf5cdceb84f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds b5357cb268c4 btrfs: qgroup: do not check qgroup inherit if qgroup is disabled
adds e03418abde87 btrfs: make sure that WRITTEN is set on all metadata blocks
adds dd11e0f129c3 Merge branch 'misc-6.9' into next-fixes
adds cdef1115e941 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
adds f1f2878cebf0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 75961ffb5cb3 swiotlb: initialise restricted pool list_head when SWIOTLB [...]
adds 19f02f63f5dd Merge branch 'for-linus' of git://git.infradead.org/users/ [...]
adds 73f78ea58dd8 Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
adds 5aaf4f9fec83 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
adds c4df61756e92 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
adds 3cff1d7a2e07 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
adds 13d0c9e2a517 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
adds a41c1019ebed Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
adds d43cd48ef179 drm/panel: ili9341: Correct use of device property APIs
adds 740fc1e0509b drm/panel: ili9341: Respect deferred probe
adds da85f0aaa9f2 drm/panel: ili9341: Use predefined error codes
adds bd494b917bde Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new 4c756e1ad3fa Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/l [...]
new 1d5ed40980e1 Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub [...]
new 60e85d130444 Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
new 3c3e529b0fbb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new eecd9145bb64 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new c93f261dfc39 Documentation/core-api: add swiotlb documentation
new 5eda7011d562 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new 95cca95febc2 next-20240502/arm
new 7348ba3edb0d Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new 5c04a5b065e9 arm64: dts: Add/fix /memory node unit-addresses
new 0ea32f50b36f Merge tag 'riscv-sophgo-dt-for-v6.10' of https://github.co [...]
new 832cf6e17643 Merge tag 'ti-keystone-dt-for-v6.10' of https://git.kernel [...]
new d10ee71072e4 Merge tag 'ti-k3-dt-for-v6.10' of https://git.kernel.org/p [...]
new 66eb8a9c6738 Merge branch 'soc/dt' into for-next
new e0678631328b Merge tag 'ti-driver-soc-for-v6.10' of https://git.kernel. [...]
new 3a8b3a3c24e4 Merge branch 'soc/drivers' into for-next
new fa8870d46ddf soc: document merges
new 2e661423fba5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 74f00a767f11 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b48b41924a21 dt-bindings: trivial-devices: add isil,isl69269
new 11726eb66dfe dt-bindings: arm: aspeed: document ASRock E3C256D4I
new c44211af1aa9 ARM: dts: aspeed: Add ASRock E3C256D4I BMC
new 8f18e8c8c02c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d3e681e905e8 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new 05064cc8f2aa Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new ce94a6220660 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c45c62b4a9d6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ce31a91f2f34 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 44119f22ff9d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6215127e2cc1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8b8c48ae3391 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 71d146bf7cee Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new 644bdca37e8e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ec19533517d5 Merge branch 'next/dt64' into for-next
new 6c104891d33f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e6114757f569 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 720668ff7ffd Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 9a73f450db0f Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 53a49e6736a2 Merge branch 'next' of https://git.linaro.org/people/jens. [...]
new 9312fb06f5e9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 869002683441 Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new 2dc107360e22 dts: zynqmp: add properties for TCM in remoteproc
new f92fab08a13c Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 16fb2173d24d Merge tag 'clk-imx-6.10' of git://git.kernel.org/pub/scm/l [...]
new 15daa68811f4 Merge branch 'clk-imx' into clk-next
new ca5ee2d8d866 Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new c361b5f30793 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 52c817cdee7c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 02cc3c4f62e4 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new 21db31044a9b Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
new e867da193d4e Merge branch 'for-next' of git://github.com/openrisc/linux.git
new 53636c449eab Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 84030aacf127 macintosh/macio-adb: replace of_node_put() with __free
new 236a4c634917 powerpc: Mark memory_limit as initdata
new 6a3e640b5dcf MAINTAINERS: powerpc: Remove Aneesh
new 1fcd25473337 MAINTAINERS: MMU GATHER: Update Aneesh's address
new f6dd2e9c6394 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d09dfc313472 Merge branch 'topic/kdump-hotplug' of git://git.kernel.org [...]
new c26b54ed8a45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8fd63d81a760 riscv: dts: microchip: add pac1934 power-monitor to icicle
new 1ca35989e470 Merge branch 'riscv-dt-for-next' of git://git.kernel.org/p [...]
new fa4a337aa06b Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
new 22a49f6d30c4 Merge branch 'shared-zeropage' into features
new 1bc9e285c78a Merge branch 'features' into for-next
new 99f4eddede14 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a7c234ab3800 sh: pgtable: Fix missing prototypes
new dd1e826d3c56 sh: fpu: Add missing forward declarations
new 369d13571bd3 sh: syscall: Add missing forward declaration for sys_cacheflush()
new dcead6e50962 sh: tlb: Add missing forward declaration for handle_tlbmiss()
new 2be8df7c6dea sh: return_address: Add missing #include <asm/ftrace.h>
new 86a2da4b56d4 sh: traps: Add missing #include <asm/setup.h>
new f649f1b8dd58 sh: hw_breakpoint: Add missing forward declaration for arc [...]
new 9ffc9da6ccee sh: ftrace: Fix missing prototypes
new 0a8420036718 sh: nommu: Add missing #include <asm/cacheflush.h>
new 74feee2c5621 sh: math-emu: Add missing #include <asm/fpu.h>
new 41899dcd1d28 sh: dma: Remove unused dmac_search_free_channel()
new 84c046b27fe0 sh: sh2a: Add missing #include <asm/processor.h>
new bbea7c81e937 sh: sh7786: Remove unused sh7786_usb_use_exclock()
new f577cd281460 sh: smp: Fix missing prototypes
new 1422ae080b66 sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()
new f96299b1be4e sh: kprobes: Make trampoline_probe_handler() static
new cb1a55ec4920 sh: kprobes: Remove unneeded kprobe_opcode_t casts
new 106398fdd3bd sh: dwarf: Make dwarf_lookup_fde() static
new 89256d73bb08 sh: dma: Remove unused functionality
new fcd9a8924808 sh: cache: Move forward declarations to <asm/cacheflush.h>
new fdb2dd78ba48 sh: traps: Make is_dsp_inst() static
new 7dff7c1ac561 sh: mach-highlander: Add missing #include <mach/highlander.h>
new 758e1523a85e sh: mach-sh03: Make sh03_rtc_settimeofday() static
new 3da8ee86f31f sh: sh7757lcr: Make init_sh7757lcr_IRQ() static
new 0ef06d6c936a sh: sh7757: Add missing #include <asm/mmzone.h>
new bbfd36529276 sh: sh7785lcr: Make init_sh7785lcr_IRQ() static
new 5019cd6114e7 sh: push-switch: Convert to platform remove callback retur [...]
new 6516f1916bec sh: j2: Drop incorrect SPI controller spi-max-frequency property
new b5319c96292f Revert "sh: Handle calling csum_partial with misaligned data"
new 25c7d77d695a sh: boot: Remove sh5 cache handling
new 21b8651502d5 sh: boot: Add proper forward declarations
new 2797f4cc2513 Merge branch 'for-next' of git:git.kernel.org/pub/scm/linu [...]
new 148f47946220 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 871fb9950a3b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 3678c5a8d7a6 Merge branch 'for-next' of https://evilpiepirate.org/git/b [...]
new ca2ca5a33497 Merge branch 'misc-6.9' into for-next-current-v6.8-20240503
new 29832ab611d9 Merge branch 'for-next-current-v6.8-20240503' into for-nex [...]
new aba9bcdaeaa1 btrfs: remove pointless BUG_ON() when creating snapshot
new 1d6af05119b9 btrfs: locking: inline btrfs_tree_lock() and btrfs_tree_re [...]
new ce39b223c56c btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tre [...]
new 5cb82c4901e0 btrfs: remove pointless readahead callback wrapper
new 8fcf9ddecdb0 btrfs: remove pointless writepages callback wrapper
new 375d4f3392df btrfs: avoid pointless wake ups of drew lock readers
new f0ee758242b2 btrfs: add helper to clear EXTENT_BUFFER_READING
new 3b47360eaebf btrfs: warn if EXTENT_BUFFER_UPTODATE is set while reading
new 3c3942d54acb btrfs: rename err to ret in btrfs_initxattrs()
new 385002af1615 btrfs: rename err to ret in btrfs_rmdir()
new e44d1e80f890 btrfs: rename err to ret in btrfs_cont_expand()
new 75a61a7566e5 btrfs: rename err to ret in btrfs_ioctl_snap_destroy()
new eb48536adaf0 btrfs: rename err to ret in __set_extent_bit()
new e43260f2ce39 btrfs: rename err to ret in convert_extent_bit()
new 4c04d551bc6f btrfs: rename err to ret in __btrfs_end_transaction()
new cbeed6a453c9 btrfs: rename err to ret in create_reloc_inode()
new 1c2c17869dde btrfs: rename err to ret in btrfs_dirty_pages()
new 7d6ac959290a btrfs: rename err to ret in prepare_pages()
new 5ad38dff9215 btrfs: rename err to ret in btrfs_direct_write()
new 33120053bf2f btrfs: page to folio conversion: prealloc_file_extent_cluster()
new dd5de925777a btrfs: convert relocate_one_page() to folios and rename
new f6a197f70cd1 btrfs: convert put_file_data() to folios
new 09825acc5c60 btrfs: qgroup: delete unnecessary check in btrfs_qgroup_ch [...]
new 10018e843692 btrfs: stop locking the source extent range during reflink
new 94115db85f0b btrfs: compression: add error handling for missed page cache
new a3d6248296a3 btrfs: compression: convert page allocation to folio interfaces
new 7c5bfa75cd3b btrfs: make insert_inline_extent() accept one page directly
new 088a1c65bdfa btrfs: migrate insert_inline_extent() to folio interfaces
new ffdfb46f68d2 btrfs: introduce btrfs_alloc_folio_array()
new 7b36f1740f14 btrfs: compression: migrate compression/decompression path [...]
new fa9e51d3623d btrfs: free PERTRANS at the end of cleanup_transaction()
new 14536817f77d btrfs: remove not needed mod_start and mod_len from struct [...]
new b975250537fa btrfs: remove pointless return value assignment at btrfs_f [...]
new 0f9441bd53e6 btrfs: remove list_empty() check at warn_about_uncommitted [...]
new 08300d5c44a0 btrfs: remove no longer used btrfs_clone_chunk_map()
new afc3c1e9f40b btrfs: move btrfs_page_mkwrite() from inode.c into file.c
new d853b24a9abc btrfs: add function comment to btrfs_lookup_csums_list()
new 13abfeafd5c7 btrfs: remove search_commit parameter from btrfs_lookup_cs [...]
new 1faea23a5402 btrfs: remove use of a temporary list at btrfs_lookup_csum [...]
new c84793ae1b95 btrfs: simplify error path for btrfs_lookup_csums_list()
new 63c1281e979a btrfs: make NOCOW checks for existence of checksums in a r [...]
new e43b467648a4 btrfs: open code csum_exist_in_range()
new 2f2c13bc3107 btrfs: pass an inode to btrfs_add_extent_mapping()
new c1712f4374fc btrfs: tests: error out on unexpected extent map reference count
new 328bca62e617 btrfs: simplify add_extent_mapping() by removing pointless label
new 4f1438197166 btrfs: export find_next_inode() as btrfs_find_first_inode()
new 392eaea1a5b2 btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()
new 12eed16c1581 btrfs: add a helper to get the delayed ref node from the d [...]
new be8eadd7d544 btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_node
new 19a5d5a4bb3f btrfs: do not use a function to initialize btrfs_ref
new 02cd483da3bc btrfs: move ref_root into btrfs_ref
new 2265ac8dce7f btrfs: pass btrfs_ref to init_delayed_ref_common
new ac635889c8a4 btrfs: initialize btrfs_delayed_ref_head with btrfs_ref
new 4a6f58441095 btrfs: move ref specific initialization into init_delayed_ [...]
new 7bfb2aa51375 btrfs: simplify delayed ref tracepoints
new 07d68c147209 btrfs: unify the btrfs_add_delayed_*_ref helpers into one helper
new 1361e2436ff0 btrfs: rename ->len to ->num_bytes in btrfs_ref
new 9d0f8661a962 btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
new 119b7d469363 btrfs: rename btrfs_data_ref->ino to ->objectid
new 75b9823e7878 btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_node
new 3fbae2697400 btrfs: drop unnecessary arguments from __btrfs_free_extent
new 8e490606b92f btrfs: make the insert backref helpers take a btrfs_delaye [...]
new 20418a6a12c7 btrfs: stop referencing btrfs_delayed_data_ref directly
new 8fa8d037781d btrfs: stop referencing btrfs_delayed_tree_ref directly
new b8099ffb721e btrfs: remove the btrfs_delayed_ref_node container helpers
new 664622e88219 btrfs: replace btrfs_delayed_*_ref with btrfs_*_ref
new e123427e569c btrfs: set start on clone before calling copy_extent_buffer_full
new 62c6f8826946 btrfs: change root->root_key.objectid to btrfs_root_id()
new a1d04c97b559 btrfs: pass the extent map tree's inode to add_extent_mapping()
new 36a596e39227 btrfs: pass the extent map tree's inode to clear_em_logging()
new 1e60ea5039aa btrfs: pass the extent map tree's inode to remove_extent_m [...]
new 9fc9326852f7 btrfs: pass the extent map tree's inode to replace_extent_ [...]
new d066fe145200 btrfs: pass the extent map tree's inode to setup_extent_mapping()
new c8b0995c0904 btrfs: pass the extent map tree's inode to try_merge_map()
new 90c69b41765d btrfs: add a global per cpu counter to track number of use [...]
new 18c8776d48ad btrfs: add a shrinker for extent maps
new 8787eab885af btrfs: update comment for btrfs_set_inode_full_sync() abou [...]
new 0b27abb6abd2 btrfs: add tracepoints for extent map shrinker events
new 2b3120f3f92f btrfs: rename some variables at try_release_extent_mapping()
new e78d7b416157 btrfs: use btrfs_get_fs_generation() at try_release_extent [...]
new c6246005cf31 btrfs: remove i_size restriction at try_release_extent_mapping()
new cfbc3084abda btrfs: be better releasing extent maps at try_release_exte [...]
new 2986f2d408af btrfs: make try_release_extent_mapping() return a bool
new f2ae0deded17 btrfs: initialize delayed inodes xarray without GFP_ATOMIC
new 0e565fe6049a btrfs: use btrfs_is_testing() everywhere
new 459b279066e0 btrfs: report filemap_fdata<write|wait>_range() error
new 2c4441000c0c btrfs: rename werr and err to ret in btrfs_write_marked_extents()
new 8d800d2f61f9 btrfs: rename werr and err to ret in __btrfs_wait_marked_e [...]
new 5cf1a3e2a0d4 btrfs: rename err and ret to ret in build_backref_tree()
new 090238331619 btrfs: reuse ret instead of err in relocate_tree_blocks()
new cc289150c07d btrfs: drop variable err in quick_update_accounting()
new 71be3a96a037 btrfs: rename return variables in btrfs_qgroup_rescan_worker()
new fe514294344c btrfs: simplify return variables in lookup_extent_data_ref()
new 58540b3e4b7c btrfs: simplify return variables in btrfs_drop_subtree()
new 6e73890a2d0f btrfs: drop unused argument of calcu_metadata_size()
new 08d3b1a760f9 btrfs: add extra comments on extent_map members
new dd40b2d6acb4 btrfs: simplify the inline extent map creation
new 8d7e6ffe2e67 btrfs: add extra sanity checks for create_io_em()
new a0cd3a93652e btrfs: handle errors in btrfs_reloc_clone_csums properly
new 1aff92fe311b btrfs: push all inline logic into cow_file_range
new 8ce073e21e9f btrfs: unlock all the pages with successful inline extent [...]
new 13a50227ea4f btrfs: move extent bit and page cleanup into cow_file_rang [...]
new 0e1e1002703d btrfs: lock extent when doing inline extent in compression
new eba2266d526c btrfs: push the extent lock into btrfs_run_delalloc_range
new c362c6853826 btrfs: push extent lock into run_delalloc_nocow
new 869597142fb6 btrfs: adjust while loop condition in run_delalloc_nocow
new db11d1741b9a btrfs: push extent lock down in run_delalloc_nocow
new de9708de0ea0 btrfs: remove unlock_extent from run_delalloc_compressed
new 07f3f5885fa8 btrfs: push extent lock into run_delalloc_cow
new 7a913bd03568 btrfs: push extent lock into cow_file_range
new acb8bda3dfc6 btrfs: push lock_extent into cow_file_range_inline
new a1c8c4343cb1 btrfs: move can_cow_file_range_inline() outside of the ext [...]
new e8482b425af1 btrfs: push lock_extent down in cow_file_range()
new 9b325de93bd0 btrfs: push extent lock down in submit_one_async_extent
new 0448a8bf2c15 btrfs: add a cached state to extent_clear_unlock_delalloc
new e7ee6564f44c btrfs: qgroup: do not check qgroup inherit if qgroup is disabled
new c4e2d9c39224 btrfs: make sure that WRITTEN is set on all metadata blocks
new f88653c35577 btrfs: remove duplicate included header from fs.h
new 2d110ce0e435 Merge branch 'b-for-next' into for-next-next-v6.9-20240503
new 60ab31748490 btrfs: === misc-next ===
new b943a5fa8eac btrfs: handle unexpected parent block offset in btrfs_allo [...]
new b515271c37ab btrfs: scrub: fix incorrectly reported logical/physical address
new 46fbf04eff7d btrfs: reduce the log level for btrfs_dev_stat_inc_and_print()
new 4355b50663bd btrfs: scrub: remove unused is_super parameter from scrub_ [...]
new 6c84b7b8de0c btrfs: scrub: remove unnecessary dev/physical lookup for s [...]
new f7c394320cd8 btrfs: scrub: simplify the inode iteration output
new 98be6d972ff5 btrfs: scrub: ensure we output at least one error message [...]
new 5056e12db556 btrfs: scrub: use generic ratelimit helpers to output erro [...]
new b3c0e466e9b1 btrfs: don't do find_extent_buffer in do_walk_down
new 9a7e4a52caae btrfs: remove all extra btrfs_check_eb_owner() calls
new 3fa0b93520d0 btrfs: use btrfs_read_extent_buffer in do_walk_down
new 1bfcd771c056 btrfs: push lookup_info into walk_control
new 1f211a0b6209 btrfs: move the eb uptodate code into it's own helper
new def99e0147f5 btrfs: remove need_account in do_walk_down
new 60b69e026152 btrfs: unify logic to decide if we need to walk down into a node
new 414071395e68 btrfs: extract the reference dropping code into it's own helper
new 7c1b4338a756 btrfs: don't BUG_ON ENOMEM in walk_down_proc
new 3e295b5d28c4 btrfs: handle errors from ref mods during UPDATE_BACKREF
new c06eb67d62e8 btrfs: replace BUG_ON with ASSERT in walk_down_proc
new 2cdb1261644b btrfs: clean up our handling of refs == 0 in snapshot delete
new 57c9163294c9 btrfs: convert correctness BUG_ON()'s to ASSERT()'s in wal [...]
new 47521364bbcc btrfs: handle errors from btrfs_dec_ref properly
new 5d8f085a279e btrfs: add documentation around snapshot delete
new 04bce2ba56d0 btrfs: qgroup: update rescan message levels and error codes
new 72211eef5a26 btrfs: qgroup: do quick checks if quotas are enabled befor [...]
new b59685feb962 btrfs: enhance compression error messages
new 3d3325f135a6 Merge branch 'misc-next' into for-next-next-v6.9-20240503
new bece059c3c14 bio: Export bio_add_folio_nofail to modules
new 4a63bd0ffbd2 btrfs: convert super block writes to folio in wait_dev_supers()
new 2841b0470ed1 btrfs: convert super block writes to folio in write_dev_supers()
new bcb212e9dda4 btrfs: use the folio iterator in btrfs_end_super_write()
new 545799bb1bb9 btrfs: count super block write errors in device instead of [...]
new 02887b04ad10 Merge branch 'dev/super-folios' into for-next-next-v6.9-20240503
new d49e9f686546 Merge branch 'for-next-next-v6.9-20240503' into for-next-20240503
new cb6a17030051 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ae4f73e84cb1 smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
new db4c309f1618 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new f36ecf0f2d3a Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new 8cfc124473ab Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 073fdf6371ac Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 8f33a7449056 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new 122fa138110e Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 0b3a938e92e8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fcd63086bc14 gfs2: gfs2_freeze_unlock cleanup
new f3851fed0732 gfs2: Convert gfs2_page_mkwrite() to use a folio
new 75377ae754c9 gfs2: Simplify gfs2_read_super
new 50760f778119 gfs2: Convert gfs2_aspace_writepage() to use a folio
new 6f463c9aa9db Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4eecc933a7b0 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
new 8172dcd8ccdd NFSD: Record status of async copy operation in struct nfsd4_copy
new e308c853b2a4 NFSD: Add COPY status code to OFFLOAD_STATUS response
new 34b305a9d018 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new 2fd111fb1a26 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
new 9a87907de359 ovl: implement tmpfile
new 096802748ea1 ovl: remove upper umask handling from ovl_create_upper()
new d7dbfa91ff07 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
new bb712842a85d xfs: match lock mode in xfs_buffered_write_iomap_begin()
new fc8d0ba0ff5f xfs: make the seq argument to xfs_bmapi_convert_delalloc() [...]
new 2e08371a83f1 xfs: make xfs_bmapi_convert_delalloc() to allocate the tar [...]
new 5ce5674187c3 xfs: convert delayed extents to unwritten when zeroing pos [...]
new 6773da870ab8 xfs: fix error returns from xfs_bmapi_write
new b11ed354c9f7 xfs: remove the unusued tmp_logflags variable in xfs_bmapi [...]
new 04c609e6e506 xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate
new 9d06960341ec xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
new 2a9b99d45be0 xfs: pass the actual offset and len to allocate to xfs_bma [...]
new a8bb258f703f xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmap [...]
new d69bee6a35d3 xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
new 21255afdd729 xfs: do not allocate the entire delalloc extent in xfs_bma [...]
new b2245c41c2c8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new 5ce72681a20b Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new c60c8bec4cbe Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1cddb6bd1060 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f68c3c4a6b23 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 9f9835b29e38 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new 69a90d235a99 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 73e16aada493 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new 1cc7dd03b39b i2c: amd-mp2-plat: use 'time_left' variable with wait_for_ [...]
new 05ba0be5d723 i2c: digicolor: use 'time_left' variable with wait_for_com [...]
new c0f5cbd40255 i2c: exynos5: use 'time_left' variable with wait_for_compl [...]
new 9669fe3ff2a0 i2c: hix5hd2: use 'time_left' variable with wait_for_compl [...]
new c14c00a39a1a i2c: imx-lpi2c: use 'time_left' variable with wait_for_com [...]
new 5fb9818fff03 i2c: omap: use 'time_left' variable with wait_for_completi [...]
new b6ca1b84a6ad i2c: st: use 'time_left' variable with wait_for_completion [...]
new b65686a426d5 i2c: stm32f4: use 'time_left' variable with wait_for_compl [...]
new d4cb0ae0835f i2c: stm32f7: use 'time_left' variable with wait_for_compl [...]
new 13097b95543b i2c: synquacer: use 'time_left' variable with wait_for_com [...]
new fc50db15dc8b i2c: jz4780: use 'time_left' variable with wait_for_comple [...]
new cd44bd84b521 i2c: qcom-geni: use 'time_left' variable with wait_for_com [...]
new 5bd8129bf478 i2c: rk3x: use 'time_left' variable with wait_event_timeout()
new 0cb4f10c14d0 i2c: s3c2410: use 'time_left' variable with wait_event_timeout()
new 0e0c04e47adc i2c: pxa: use 'time_left' variable with wait_event_timeout()
new 91647e64f0f5 i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE [...]
new 856cd5f13de7 i2c: designware: Create shared header hosting driver name
new b960e9ef0f05 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new 803e5e3cc3da Merge branch 'dmi-for-next' of git://git.kernel.org/pub/sc [...]
new a07482c38a4c Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new dfce05c82fb1 doc:it_IT: align Italian documentation
new 02e97ef1094a docs: ja_JP/howto: Catch up update in v6.8
new d43ddd5c9180 docs: kernel_include.py: Cope with docutils 0.21
new da51bbcdbace Docs: typos/spelling
new 125db341e2e2 docs, kprobes: Add riscv as supported architecture
new db483303b58f docs: stable-kernel-rules: reduce redundancy
new 2263c40e6525 docs: stable-kernel-rules: call mainline by its name and c [...]
new 5db34f5bfd78 docs: stable-kernel-rules: remove code-labels tags and a i [...]
new bb12799503d7 docs: stable-kernel-rules: explain use of stable(a)kernel.or [...]
new af3e4a5ab9a0 docs: stable-kernel-rules: create special tag to flag 'no [...]
new 5384258f4ef0 docs: scripts/check-variable-fonts.sh: Improve commands fo [...]
new 7f20ac18cdaa docs/zh_CN: remove two inconsistent spaces
new 10466b17af65 docs: stable-kernel-rules: fix typo sent->send
new f7771eba325d docs/zh_CN/rust: Update the translation of arch-support to [...]
new 88bfcfa43ab6 docs/zh_CN/rust: Update the translation of coding-guidelin [...]
new 914819526feb docs/zh_CN/rust: Update the translation of general-informa [...]
new 55b8d0a33227 docs/zh_CN/rust: Update the translation of quick-start to 6.9-rc4
new 404b444fbb3d Merge branch 'docs-mw' into docs-next
new e8ade118fe20 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 6966f7a3ef32 Merge branch 'master' of git://linuxtv.org/media_tree.git
new e1242ff04369 Merge tag 'thermal-v6.10-rc1' of ssh://gitolite.kernel.org [...]
new f4411cc5eeb8 Merge branch 'thermal' into linux-next
new 8c882f172f93 Merge back earlier thermal core changes for v6.10.
new f4ae18fcb652 thermal/debugfs: Create records for cdev states as they get used
new 31a0fa0019b0 thermal/debugfs: Pass cooling device state to thermal_debu [...]
new bd700ba9adef thermal/debugfs: Avoid printing zero duration for mitigati [...]
new 1502718a66c5 thermal: trip: Add missing empty code line
new 202aa0d4bb53 thermal: core: Do not call handle_thermal_trip() if zone t [...]
new 042a3d80f118 thermal: core: Move passive polling management to the core
new a2ba48621ca9 Merge branch 'thermal-core' into linux-next
new 6eff05526c7e Merge tag 'cpufreq-arm-updates-6.10' of git://git.kernel.o [...]
new a2bd1d268e5d cpufreq: Fix up printing large CPU numbers and frequency values
new b37ef7210e51 cpufreq: amd-pstate: Document *_limit_* fields in struct a [...]
new 4fcfd1954ad3 cpufreq: amd-pstate: Document the units for freq variables [...]
new 5547c0ebfc2e cpufreq: amd-pstate: Unify computation of {max,min,nominal [...]
new 3cbbe8871a2f cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowes [...]
new 2ddb8a3946d4 cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0
new 069a2bb8c48c cpufreq: amd-pstate: get transition delay and latency valu [...]
new 5f8f9bc4d7bc cppc_acpi: print error message if CPPC is unsupported
new eb8b6c368202 cpufreq: amd-pstate: Add quirk for the pstate CPPC capabil [...]
new 5131a3ca3518 cpufreq: amd-pstate: fix code format problems
new 5c3fd1edaa8b cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freq
new 70f83f525304 MAINTAINERS: cpufreq: amd-pstate: Add co-maintainers and reviewer
new c7e29dcef9ca Merge branch 'amd-pstate'
new 0f7262d51685 Merge branch 'pm-cpufreq' into linux-next
new f9059eb5d73e cpuidle: kirkwood: Convert to platform remove callback ret [...]
new 90bc39d95408 Merge branch 'cpuidle/next' of https://git.linaro.org/peop [...]
new 575024a8aa7c powercap: intel_rapl: Introduce APIs for PMU support
new 963a9ad3c589 powercap: intel_rapl_tpmi: Enable PMU support
new 7b831bd3cf32 PM: hibernate: replace deprecated strncpy() with strscpy()
new 8df9ccccc9f9 Merge branches 'pm-cpuidle', 'pm-powercap' and 'pm-sleep' [...]
new e049249013b1 ACPICA: AEST: Add support for the AEST V2 table
new d4aa921eb85a ACPI: scan: Avoid enumerating devices with clearly invalid [...]
new 7c52c7071bd4 ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MV
new 058b3af4882a Merge branches 'acpica', 'acpi-scan' and 'acpi-resource' i [...]
new 573d42adab16 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 55f9f60852ef tools/power/cpupower: Fix Pstate frequency reporting on AM [...]
new efdfb542e73f Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
new 42992bbe11ab Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
new 926364912c4d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f85d3f7419b0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e18fa0bbcedf RDMA/core: Add an option to display driver-specific QPs in [...]
new fd3af5e21866 RDMA/mlx5: Track DCT, DCI and REG_UMR QPs as diver_detail [...]
new 0ef36eba63c9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 42033d0cfc86 arp: Move ATF_COM setting in arp_req_set().
new 0592367424bb arp: Validate netmask earlier for SIOCDARP and SIOCSARP in [...]
new f8696133f6aa arp: Factorise ip_route_output() call in arp_req_set() and [...]
new 51e9ba48d487 arp: Remove a nest in arp_req_get().
new a428bfc77a4d arp: Get dev after calling arp_req_(delete|set|get)().
new 0840556e5a3a net: Protect dev->name by seqlock.
new bf4ea58874df arp: Convert ioctl(SIOCGARP) to RCU.
new 5165c48ef1af Merge branch 'arp-random-clean-up-and-rcu-conversion-for-i [...]
new dcb3fba6fa34 net: ti: icssg_prueth: Add SW TX / RX Coalescing based on [...]
new ad3e1287c6f3 net: dsa: Remove fixed_link_update member
new 8a021a863a7d net: dsa: Remove adjust_link paths
new 2506f6229bd0 Merge branch 'net-dsa-adjust_link-removal'
new 86735b57c905 net/sched: unregister lockdep keys in qdisc_create/qdisc_a [...]
new b92379dc94c1 i40e: Remove flags field from i40e_veb
new 54c4664e48ee i40e: Refactor argument of several client notification functions
new 7033ada04e33 i40e: Refactor argument of i40e_detect_recover_hung()
new 43f4466ca91d i40e: Add helper to access main VSI
new 6c8e355ea5fc i40e: Consolidate checks whether given VSI is main
new 5509fc9e3ab6 i40e: Add helper to access main VEB
new 29385de33956 i40e: Add and use helper to reconfigure TC for given VSI
new fc1fa5a07104 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux [...]
new a75fbb3aa47a bnxt_en: share NQ ring sw_stats memory with subrings
new 895621f1c816 bnxt_en: Don't support offline self test when RoCE driver [...]
new f79d7a9f1c9d bnxt_en: Don't call ULP_STOP/ULP_START during L2 reset
new de21ec442d41 bnxt_en: Add a mutex to synchronize ULP operations
new 3c163f35bd50 bnxt_en: Optimize recovery path ULP locking in the driver
new 54d0b84f4002 bnxt_en: Add VF PCI ID for 5760X (P7) chips
new dcc61472534e Merge branch 'bnxt_en-updates-for-net-next'
new e958da0ddbe8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
new 3d549c382297 net/mlx5e: flower: check for unsupported control flags
new 1c8f43f477d9 IB/hfi1: allocate dummy net_device dynamically
new e1bb5e65de83 selftests: net: py: check process exit code in bkg() and b [...]
new ec6f25bc8aba selftests/net: skip partial checksum packets in csum test
new 83cc49ca66ce Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 5a3941f84b8f libbpf: Fix error message in attach_kprobe_session
new 7c13ef16e87a libbpf: Fix error message in attach_kprobe_multi
new 08e90da6872a bpf: Missing trailing slash in tools/testing/selftests/bpf [...]
new 8e667a065daa selftests/bpf: Fix bind program for big endian systems
new bbb1cfdd0224 selftests/bpf: Implement socket kfuncs for bpf_testmod
new 15b6671efa50 selftests/bpf: Implement BPF programs for kernel socket op [...]
new 8a9d22b8aeb2 selftests/bpf: Move IPv4 and IPv6 sockaddr test cases
new 524e05ac4e14 selftests/bpf: Make sock configurable for each test case
new e0c8a7e7526f selftests/bpf: Add kernel socket operation tests
new f8c423d1ca4f Merge branch 'selftests/bpf: Add sockaddr tests for kernel [...]
new 57bfc7605ca5 tcp: Add new args for cong_control in tcp_congestion_ops
new 0325cbd21e3c bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca
new 96c3490d6423 selftests/bpf: Add test for the use of new args in cong_control
new 29f38ca3e5ca Merge branch 'Add new args into tcp_congestion_ops' cong_control'
new 00f0e08f23fc libbpf: fix potential overflow in ring__consume_n()
new 087d757fb473 libbpf: fix ring_buffer__consume_n() return result logic
new ce5c621dae2b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a4a87fa4e96c xfrm: Add Direction to the SA in or out
new 601a0867f86c xfrm: Add dir validation to "out" data path lookup
new 304b44f0d5a4 xfrm: Add dir validation to "in" data path lookup
new 451b50967897 xfrm: Restrict SA direction attribute to specific netlink [...]
new dcf280ea0aad Merge remote branch 'xfrm: Introduce direction attribute for SA'
new 01ff2e262b12 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 556511c33388 dt-bindings: net: bluetooth: Add MediaTek MT7921S SDIO Bluetooth
new f90ac18d01cd arm64: dts: mediatek: mt8183-pico6: Fix bluetooth node
new 3de7f943c07f LE Create Connection command timeout increased to 20 secs
new d250f0cced62 Bluetooth: btintel: Add support for BlazarI
new 93ff8ae40fcc Bluetooth: btintel: Add support for Filmore Peak2 (BE201)
new 5c7d0f260187 Bluetooth: HCI: Fix potential null-ptr-deref
new 7222758ecfa6 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 3d1a6e573bb1 wifi: qtnfmac: Move stats allocation to core
new 8886b6d681f2 wifi: qtnfmac: Remove generic .ndo_get_stats64
new c63e7ee58fd2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 68917a92ab76 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new eca41d04d06f Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new da05d65045d0 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new cf53b9b16ec7 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 9f9039c6efa8 Merge tag 'drm-intel-next-2024-04-30' of https://anongit.f [...]
new 5278ca048d93 drm/xe: Fix unexpected backmerge results
new 28d21e3e66c5 drm/xe/vm: prevent UAF in rebind_work_func()
new 3bc8848bb7f7 drm/xe: Merge 16021540221 and 18034896535 WAs
new f03eee5fc922 Merge tag 'drm-xe-next-fixes-2024-05-02' of https://gitlab [...]
new 3b15b5bbc2f7 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new be2d3e9d0615 drm/panthor: Kill the faulty_slots variable in panthor_sch [...]
new 81f85dbdddcf Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2"
new 9367f430917a Revert "drm/display: Select DRM_KMS_HELPER for DP helpers"
new 759d026846f5 Revert "drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable"
new d738adc2d900 Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies"
new d7c128cb775e Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"
new 95734469533c Revert "drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on"
new 7fe302ae198a Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"
new 1e0b9b446608 Revert "drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends on"
new 05b8b6dd225d Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"
new 8f7f115596d3 Revert "drm: Make drivers depends on DRM_DW_HDMI"
new edc4e8518ead Revert "drm/display: Make all helpers visible and switch t [...]
new 08f441360f76 drm: move DRM-related CONFIG options into DRM submenu
new 8bdbd8b5580b drm/panthor: Make sure we handle 'unknown group state' cas [...]
new 2fa42fd910c4 drm/panthor: Fix the FW reset logic
new 87cb4a612a89 drm/fbdev-generic: Do not set physical framebuffer address
new 514ca22a2526 drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()
new ad81feb5b6f1 Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"
new be3f3042391d drm: zynqmp_dpsub: Always register bridge
new 9604749380b9 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new d17846a096b3 drm/amd/display: Disable panel replay by default for now
new 2fde4fdddc1f drm/amd/display: Avoid -Wenum-float-conversion in add_marg [...]
new bc19b490c00f drm/amd/display: Fix spelling various spelling mistakes
new 45ebfaa44c2b drm/amd/display: re-indent dc_power_down_on_boot()
new 3bcc0ee14768 drm/amdgpu: avoid reading vf2pf info size from FB
new f5007c67fc77 drm/amdgpu: update vf to pf message retry from 2 to 5
new f4322b9f8ad5 drm/amdgpu: Fix two reset triggered in a row
new 25c01191c255 drm/amdgpu: Add reset_context flag for host FLR
new a5b843269a8f drm/amd: Enable DCN410 init
new 6e4aa08fa9c6 drm/amdgpu: Fix amdgpu_device_reset_sriov retry logic
new ff75caceb93d drm/amd/display: Remove redundant NULL check in dce110_set [...]
new c6f79832b8bf drm/amd/display: Remove redundant NULL check in dcn10_set_ [...]
new 3f19cffde935 drm/amdgpu/vpe: fix vpe dpm clk ratio setup failed
new 97d814fe4f69 drm/amd/amdxcp: Use unique name for partition dev
new 4752cac300fe drm/amdgpu: Move ras resume into SRIOV function
new 2d6f49ee849b drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms
new c45211adfa3d drm/amd: Override DCN410 IP version
new 3d1bb1a2e0f5 drm/amdgpu: Add sdma v4_4_5 ip block
new 1dbd59f3f4d3 drm/amdgpu: Add psp v13_0_14 ip block
new a6bcffa59677 drm/amdgpu: Add smu v13_0_14 ip block
new 5f571c61b90f drm/amdgpu: Add gfx v9_4_4 ip block
new e56b042118ec drm/amdgpu: IB test encode test package change for VCN5
new 226e4ca5d4f6 drm/amdgpu: Add gfx v12_0_0 family id
new 5638b1cfa72a drm/amdgpu/discovery: Set GC family for GC 12.0 IP
new d8fd91f90552 drm/amdgpu: add gfx12 clearstate header
new e3a911bb3823 drm/amdgpu: add new TOC structure
new 00c903563314 drm/amdgpu: add rlc TOC header file for soc24
new 415fcb8c5088 drm/amdgpu: Add mes_v12_api_def.h for gfx12
new 69d4c44e5184 drm/amdgpu: init mes ucode name for gfx v12
new 785f0f9fe742 drm/amdgpu: Add mes v12_0 ip block support (v4)
new 6628f7762b8e drm/amdgpu: set mes fw address for mes v12
new 745f46b6a99f drm/amdgpu: enable mes v12 self test
new d817c470cb22 drm/amdgpu: Enable MES to handle doorbell ring on unmapped queue
new 46c476661069 drm/amdgpu: fix trap enablement for gfx12
new 4632bec9fa68 drm/amdgpu/mes12: update data cache boundary
new 52cb80c12e8a drm/amdgpu: Add gfx v12_0 ip block support (v6)
new af204b76a7ca drm/amdgpu: set cp fw address set for gfx v12
new 32d163768989 drm/amd/amdgpu: imu fw loading support
new 29d36a9cfdb6 drm/amdgpu: skip imu related function if dpm=0
new 36b2ce477528 drm/amdgpu/gfx12: recalculate available compute rings to use
new 2502af906b75 drm/amdgpu: support S&R fw load for gfx v12
new f5b4c3236f49 drm/amd: Move fw init from sw_init to early_init for imu v12
new 1e740df77f5d drm/amd/amdgpu: workaround for the imu fw loading
new 53efeba35d71 drm/amdgpu: set different fw data addr for mec pipe
new 60917ce8f889 drm/amd/amdgpu: update GFX12 wave data registers
new 043869be5a1e drm/amd/amdgpu: add cgcg&cgls interface for gfx 12.0
new 56159fffaab5 drm/amdgpu: use new method to program rlc ram
new 044feb8e2aff drm/amdgpu: fix active rb and cu number for gfx12
new b32edc2340c6 drm/amdgpu: skip dpm check to init imu fw
new e781af666341 drm/amdgpu: init gfxhub setting to align with mmhub
new a2211e475cc0 drm/amdgpu: Switch to smuio func to get gpu clk counter
new 19e69a5d2872 drm/amdgpu: Enable unmapped doorbell handling basic mode o [...]
new 2f983d3ca5bf drm/amdgpu: Enable event log on MES 12
new 592a5d7de454 drm/amdkfd: Basic SDMA and cache info changes for GFX12.
new 8aa89b69d6b3 drm/amdkfd: Added temporary changes for GFX12.
new 48f0bdf4e38e drm/amdkfd: Added MQD manager files for GFX12.
new 47fa09b7889c drm/amdkfd: Added device queue manager files for GFX12.
new 90e4fc8369e9 drm/amdkfd: Added gfx_v12_kfd2kgd interface for GFX12.
new 385093fde8a1 drm/amdkfd: Move trap handler coherence flags to preprocessor
new f28100333605 drm/amdkfd: Add gfx12 trap handler support
new 450abfe4330a drm/amdkfd: save and restore barrier state for gfx12
new cf338b5dfe9d drm/amdkfd: enable missed single-step workaround for gfx12
new 782b93436aff drm/amdkfd: Enable GFX12 trap handler
new fda3f378c4c4 drm/amdkfd: always enable ttmp setup for gfx12
new 984b265ff604 drm/amdkfd: fix support for trap on wave start and end for gfx12
new 9243240bed38 drm/amdkfd: enable single alu ops for gfx12
new a921c35ae5f8 drm/amdkfd: fix NULL ptr for debugfs mqds on GFX v12
new c5faf18bbe00 drm/amdkfd: Enable atomic support for GFX12
new a8a4615ba0fa drm/amd/amdkfd: Add GFX12 PTE flag to SVM get PTE function
new 628e1ace2379 drm/amdkfd: mark GFX12 system and peer GPU memory mappings [...]
new 15ddc4e6931b drm/amdgpu/mes: add uni_mes fw loading support
new d2e2c9be78d0 drm/amdgpu/mes12: add uni_mes fw loading support
new 6ce03bd3a4a8 drm/amdgpu/mes12: enable uni_mes fw on mes pipe0
new 4c2439f908e7 drm/amdgpu/mes12: add mes mapping legacy queue support
new 663bbfaf6897 drm/amdgpu/gfx: enable mes to map legacy queue support
new fcc5df722dbc drm/amdgpu: Disable unmapped doorbell handling basic mode [...]
new ad5c0a79dfca drm/amdgpu/mes12: add legacy setting hw resource interface
new 3dc434ad2635 drm/amdgpu: add module parameter 'amdgpu_uni_mes'
new 03f4b8c3ca7a drm/amdgpu/mes12: disable logging output
new 5e676d7180c0 drm/amdgpu/discovery: add gfx v12_0 ip block
new 0a75dc9831af drm/amdgpu/discovery: add mes v12_0 ip block
new da43e93d1bec drm/amdgpu: Fix physical address mask
new f8f8e95c5f1b amdgpu/vcn: enable AMD_PG_SUPPORT_VCN
new f19cfce87d94 drm/amdgpu/jpeg5: enable power gating
new 117f85139382 drm/amdgpu/vcn5: enable DPG mode support
new 856d1ed4b2c3 drm/amdgpu/vcn5: Add VCN5 capabilities
new 81b09cedb37b drm/amd/amdgpu: enable cgcg and cgls
new af472f68c731 drm/amd/amdgpu: enable mgcg on gfx 12.0.1
new 0b6662eb2a03 drm/amd/amdgpu: enable 3D cgcg and 3D cgls
new 6f6bb3909cf7 drm/amd/amdgpu: enable perfcounter mgcg and repeater fgcg
new 598a3b753af1 drm/amd/amdgpu: enable sram fgcg on gc 12.0.1
new b9f5d0f97889 drm/amdgpu: support cg state get for gfx v12
new dd8707295d55 drm/amd/amdgpu: enable gfxoff on gc 12.0.1
new 174fdc07c05e drm/amd/amdgpu: enable mmhub and athub cg on gc 12.0.1
new b1d852920b31 drm/amdgpu/mes12: print MES opcodes rather than numbers
new 94b51a3d01ed drm/amdgpu/mes12: increase mes submission timeout
new ade887c63394 drm/amdgpu/mes12: Use a separate fence per transaction
new 3474e02ed5b3 drm/amd/pm: support mode1 reset on smu_v14_0_3
new 01a0bae9fbdc drm/amd/pm: enable mode1 reset on smu v14.0.2/v14.0.3
new ee7c6979f17e drm/amd/pm: add tool log support on smu v14.0.2/3
new 8172fa66332c drm/amd/pm: add pstate support for SMU_14_0_2
new f5d75327d30a drm/amd/display: Fix invalid Copyright notice
new 0a8d25285feb drm/amd/display: Refactor DCCG into component folder
new 9419da172221 drm/amd/display: Skip accessing array for unknown eng_id
new 687fe329f18a drm/amd/display: Ensure array index tg_inst won't be -1
new 2a5626eeb3b5 drm/amd/display: Check gpio_id before used as array index
new 6e41709eb1d9 drm/amd/display: Add NULL pointer and OVERRUN check within [...]
new 84723eb6068c drm/amd/display: Stop amdgpu_dm initialize when stream num [...]
new cf8b16857db7 drm/amd/display: Stop amdgpu_dm initialize when link nums [...]
new 3941a3aa4b65 drm/amd/display: Fix incorrect size calculation for loop
new 9ba2ea6337b4 drm/amd/display: Check index for aux_rd_interval before using
new 5524fa301ba6 drm/amd/display: Add missing NULL pointer check within dpc [...]
new 4e70c0f5251c drm/amd/display: Add array index check for hdcp ddc access
new b38a4815f79b drm/amd/display: Check num_valid_sets before accessing rea [...]
new efabdce3db9f drm/amd/display: Skip updating link encoder for unknown eng_id
new fa71face755e drm/amd/display: Check msg_id before processing transcation
new 52cbcf980509 drm/amd/display: Release state memory if amdgpu_dm_create_ [...]
new 8aa2864044b9 drm/amd/display: Check link_index before accessing dc->links[]
new 871cd9d881fa drm/amd/display: Add otg_master NULL check within resource [...]
new 176abbcc7195 drm/amd/display: Fix Coverity INTERGER_OVERFLOW within con [...]
new c6077aa66fa2 drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_ [...]
new 3d49b60030bf drm/amd/display: Add NULL pointer check for kzalloc
new ca46da75cab9 drm/amd/display: Fix wrong array size dummy_boolean of dml [...]
new 674704a5dabe drm/amd/display: Release clck_src memory if clk_src_constr [...]
new 1cbb91cb29a7 drm/amd/display: Limit clock assignments by size of clk tables
new ae13c8a5cff9 drm/amd/display: Spinlock before reading event
new 55ec7679e6a5 drm/amd/display: Limit array index according to architecture
new 83c0c8361347 drm/amd/display: Fix Coverity INTEGER_OVERFLOW within deci [...]
new 9d25ac51f5bc drm/amd/display: Avoid overflow dc_clk_table->entries by l [...]
new ecda00059b14 drm/amd/display: Skip plane when not found by stream id
new 8e2734bf4447 drm/amd/display: Ensure index calculation will not overflow
new a54f7e866cc7 drm/amd/display: Skip inactive planes within ModeSupportAn [...]
new 922c2877827d drm/amd/display: Fix writeback job lock evasion within dm_ [...]
new 188fd1616ec4 drm/amd/display: Fix index may exceed array range within f [...]
new 6cd2b872643b drm/amd/amdgpu: Check tbo resource pointer
new 8891fd6cb2cf drm/amd/display: Assign disp_cfg_index_max when dml21
new 6e44a870ced1 drm/amd/display: Fix uninitialized variables in dcn401 and dml21
new 0a92269d1a91 drm/amdgpu: remove ip dump reg_count variable
new 29726c1e9603 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 8e056b50d92a drm/i915/audio: Fix audio time stamp programming for DP
new 8e8724ad4ad1 Merge branch 'for-linux-next' of git://anongit.freedesktop [...]
new 19243bba0d88 Merge branch 'msm-next' of https://gitlab.freedesktop.org/ [...]
new ae22b2f1c8cc Merge drm/drm-next into drm-xe-next
new 8ad0e1810bf2 drm/xe/gt: Fix assert in L3 bank mask generation
new d7f1c5875204 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new bff5bb77db06 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9c7c197ea927 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5a7e74d34b9a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 24accf23b892 firewire: core: option to log bus reset initiation
new 4c9972149eee firewire: Annotate struct fw_iso_packet with __counted_by()
new 9e8e7ed8701a Revert "firewire: ohci: use devres for requested IRQ"
new 804b6d700fc1 firewire: ohci: replace request_irq() with request_threaded_irq()
new 2c8a8a856508 firewire: ohci: obsolete usage of deprecated API for MSI
new d310b34c4f7c firewire: ohci: use pci_irq_vector() to retrieve allocated [...]
new b34956d40568 firewire: core: add common inline functions to serialize/d [...]
new 58fcbc9f8ed0 firewire: core: replace local macros with common inline fu [...]
new a7719fb1ce09 firewire: ohci: replace local macros with common inline fu [...]
new b80895c64d55 firewire: ohci: replace hard-coded values with inline func [...]
new 7b57326cbffc firewire: ohci: replace hard-coded values with common macros
new 92c1efbb4035 firewire: core: obsolete tcode check macros with inline functions
new 83ed679465fb firewire: core: add common macro to serialize/deserialize [...]
new 2350db881fa0 firewire: core: replace local macros with common inline fu [...]
new 22ba1c68213f firewire: core: add support for Linux kernel tracepoints
new e16e78948664 firewire: core: add tracepoints events for asynchronous ou [...]
new 2c188c3e4e9e firewire: core: add tracepoints event for asynchronous inb [...]
new 52889751067e firewire: core: add tracepoint event for asynchronous inbo [...]
new 83b3449a6870 firewire: core: add tracepoints events for asynchronous ou [...]
new 4cb5df6d5dd6 firewire: core/cdev: add tracepoints events for asynchrono [...]
new 019631ef7bc1 firewire: core: add tracepoints event for asynchronous inb [...]
new 02a288a9f246 firewire: ohci: add bus-reset event for initial set of han [...]
new 2c99b65f1df4 firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from d [...]
new 75e4b4ebf483 firewire: core: add tracepoints events for initiating bus reset
new 414e6250a03d Revert "firewire: core: option to log bus reset initiation"
new e447f9e094a2 firewire: core: add tracepoint event for handling bus reset
new 41b0ccc5d635 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 36ab18277623 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1a159df1ad63 Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 3cbbe4bb9b20 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f0e729af2eb6 md: fix resync softlockup when bitmap size is less than ar [...]
new d0487577e6e0 Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub [...]
new 1c16609710aa Merge branch 'for-6.10/block' into for-next
new ce2d51f9f722 Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new 26e7a128064b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5b406a374c38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 67ec5844b8f9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new b13a46be702a mfd: bd71828: Remove commented code lines
new a0fb1c6608c5 mfd: axp20x: Convert to use Maple Tree register cache
new 6b5c5e3546ac dt-bindings: mfd: qcom,tcsr: Add compatible for SDX75
new 6269045670d7 dt-bindings: mfd: syscon: Add ti,am62p-cpsw-mac-efuse compatible
new a1f3b5edaf18 dt-bindings: mfd: qcom,spmi-pmic: Add pbs to SPMI device types
new 3f2706adbc2b mfd: timberdale: Remove redundant assignment to variable err
new cbb0241b40c4 dt-bindings: mfd: qcom: pm8xxx: Add pm8901 compatible
new 4dd91a9a4982 mfd: cs42l43: Update patching revision check
new cc1d9001f1de mfd: kempld: Remove custom DMI matching code
new daa2efd8f49c mfd: ssbi: Remove unused field 'slave' from 'struct ssbi'
new 4adc5a5b9338 dt-bindings: mfd: allwinner,sun6i-a31-prcm: Use hyphens in [...]
new 8f553c27697b dt-bindings: mfd: aspeed: Drop 'oneOf' for pinctrl node
new 7fcb2977c0b5 dt-bindings: mfd: Convert lp873x.txt to json-schema
new 0c8e6d57f758 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new ce60cddc2abf backlight: mp3309c: Fix LEDs flickering in PWM mode
new 4da294108e38 backlight: sky81452-backlight: Remove unnecessary call to [...]
new 97a33cebff20 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
new 34c26d942dcb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d1ef160b45a0 regulator: rtq2208: Fix the BUCK ramp_delay range to maxim [...]
new 38bcec0e7cbb regulator: rtq2208: Fix LDO discharge register and add vse [...]
new d3ff4628b912 Merge remote-tracking branch 'regulator/for-6.10' into reg [...]
new a196e32eff8a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 532f47f79505 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new c2d0c52b5511 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new aeaab0e092f8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d3c55e605608 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e87589e46ac1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 2cc44625fb50 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f878f43192be Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7efa1afda7a0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a403997c1201 spi: airoha: add SPI-NAND Flash controller driver
new 8bd0d557aa83 spi: dt-bindings: airoha: Add YAML schema for SNFI controller
new 78d943532310 Add add SPI-NAND Flash controller driver for EN7581
new 7dbbbb1206dd spi: armada-3700: use 'time_left' variable with wait_for_c [...]
new eef51e99f7b9 spi: fsl-lpspi: use 'time_left' variable with wait_for_com [...]
new eaeac043ab84 spi: imx: use 'time_left' variable with wait_for_completio [...]
new a7c79e50a26c spi: pic32-sqi: use 'time_left' variable with wait_for_com [...]
new e66480aed4a1 spi: pic32: use 'time_left' variable with wait_for_complet [...]
new 34bed8a33f3a spi: sun4i: use 'time_left' variable with wait_for_complet [...]
new 83a3f1ba60d6 spi: sun6i: use 'time_left' variable with wait_for_complet [...]
new 594aa75d6bdd spi: xlp: use 'time_left' variable with wait_for_completio [...]
new 6be871d5fd2e spi: use 'time_left' instead of 'timeout' with
new 02ca3b9791ef Merge remote-tracking branch 'spi/for-6.10' into spi-next
new 7fa5a3610f94 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c5cdb98d8d57 Merge branch into tip/master: 'irq/urgent'
new 0648d4e9093e Merge branch into tip/master: 'x86/urgent'
new 45b032c1bc1b Merge branch into tip/master: 'x86/merge'
new 492a334501f9 Merge branch into tip/master: 'irq/core'
new 3a12cf49b268 Merge branch into tip/master: 'locking/core'
new ad112b3a759c Merge tag 'v6.9-rc6' into perf/core, to pick up fixes
new a5dd673ab7d2 x86/insn: Add Key Locker instructions to the opcode map
new 59162e0c11d7 x86/insn: Fix PUSH instruction in x86 instruction decoder [...]
new b80002643489 x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSS [...]
new 9dd3612895de x86/insn: Add misc new Intel instructions
new eada38d575a2 x86/insn: Add support for REX2 prefix to the instruction d [...]
new 159039af8c07 x86/insn: x86/insn: Add support for REX2 prefix to the ins [...]
new 87bbaf1a4be4 x86/insn: Add support for APX EVEX to the instruction deco [...]
new 690ca3a3067f x86/insn: Add support for APX EVEX instructions to the opcode map
new 10ed2b118116 Merge branch 'x86/cpu' into perf/core, to pick up dependen [...]
new 626c5acf39ba perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' [...]
new 5d4d0283c054 perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
new ee8a5b690edb Merge branch into tip/master: 'perf/core'
new 7e3f331eaed6 Merge branch into tip/master: 'ras/core'
new a10126c119fa Merge branch into tip/master: 'sched/core'
new 26c694811114 Merge branch into tip/master: 'timers/core'
new b955e029f2da Merge branch into tip/master: 'x86/alternatives'
new 7f396d61f49f Merge branch into tip/master: 'x86/apic'
new 61734efaab7d Merge branch into tip/master: 'x86/asm'
new 762e917bf42a Merge branch into tip/master: 'x86/boot'
new 9d182ca6a0b2 Merge branch into tip/master: 'x86/bugs'
new 53312cdb9546 Merge branch into tip/master: 'x86/build'
new f33f3c65bd17 Merge branch into tip/master: 'x86/cache'
new e47954c6e5a8 Merge branch into tip/master: 'x86/entry'
new 072a2aa424dc Merge branch into tip/master: 'x86/fpu'
new b8a134794dcb Merge branch into tip/master: 'x86/irq'
new b50cef6d3e72 Merge branch into tip/master: 'x86/microcode'
new 43b9e137dabf Merge branch into tip/master: 'x86/misc'
new 51aab0dfacdc Merge branch into tip/master: 'x86/mm'
new 089f06ad7295 Merge branch into tip/master: 'x86/percpu'
new b2c608651863 Merge branch into tip/master: 'x86/platform'
new 45560b47084c Merge branch into tip/master: 'x86/sev'
new 474210b37750 Merge branch into tip/master: 'x86/shstk'
new 9699b5214fb3 Merge branch into tip/master: 'x86/timers'
new 52daf6644acf Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new d181601d4ad4 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new 6bbb4b14d6fe Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/li [...]
new 8215784a1cda Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
new eb38a1237a4a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e57ff5b27a0d Merge branch 'riscv_kvm_next' of https://github.com/kvm-ri [...]
new 82e9c84d8712 KVM: Remove kvm_make_all_cpus_request_except()
new 1d294dfaba8c KVM: x86: Allow, don't ignore, same-value writes to immuta [...]
new 6982b34c21cb KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is [...]
new 51937f2aae18 KVM: x86: Remove VT-d mention in posted interrupt tracepoint
new 226d9b8f1688 KVM: x86/mmu: Fix a largely theoretical race in kvm_mmu_tr [...]
new 20ecf595b513 KVM: selftests: Allow skipping the KVM_RUN sanity check in [...]
new 8a53e1302133 KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests tha [...]
new 04b1c6b4841d Merge branches 'fixes', 'generic', 'misc', 'mmu', 'selftes [...]
new e80422623c28 Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 8a95db3bf8a3 x86/xen/smp_pv: Register the boot CPU APIC properly
new 802600ebdf23 x86/xen: return a sane initial apic id when running as PV guest
new 9636f89c8e35 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 016537d575f2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 23fca4211c73 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e397c564298c platform/x86: thinkpad_acpi: Take hotkey_mutex during hotk [...]
new e7e630e0b516 platform/x86: thinkpad_acpi: Provide hotkey_poll_stop_sync [...]
new b070f13c978b platform/x86: thinkpad_acpi: Drop setting send_/ignore_acp [...]
new 32c284b7bc43 platform/x86: thinkpad_acpi: Drop ignore_acpi_ev
new d761684afda3 platform/x86: thinkpad_acpi: Use tpacpi_input_send_key() i [...]
new 9e5d6b982c54 platform/x86: thinkpad_acpi: Do hkey to scancode translati [...]
new 33dc2efda4e2 platform/x86: thinkpad_acpi: Make tpacpi_driver_event() re [...]
new 0a1f7f576082 platform/x86: thinkpad_acpi: Move adaptive kbd event handl [...]
new ba69660627ea platform/x86: thinkpad_acpi: Move special original hotkeys [...]
new 33ecfb852280 platform/x86: thinkpad_acpi: Move hotkey_user_mask check t [...]
new 4a3725d7612d platform/x86: thinkpad_acpi: Always call tpacpi_driver_eve [...]
new 99ce461c845a platform/x86: thinkpad_acpi: Drop tpacpi_input_send_key_ma [...]
new c1a8c7f1dc2f platform/x86: thinkpad_acpi: Move hkey > scancode mapping [...]
new 56b3667d4ed3 platform/x86: thinkpad_acpi: Move tpacpi_driver_event() ca [...]
new 8f0215401204 platform/x86: thinkpad_acpi: Do not send ACPI netlink even [...]
new d3272c744518 platform/x86: thinkpad_acpi: Change hotkey_reserved_mask i [...]
new 31456ffa7b73 platform/x86: thinkpad_acpi: Use correct keycodes for volu [...]
new 276d91599f82 platform/x86: thinkpad_acpi: Drop KEY_RESERVED special handling
new 42f7b965de9d platform/x86: thinkpad_acpi: Switch to using sparse-keymap [...]
new 7545dc754b55 platform/x86: thinkpad_acpi: Add mappings for adaptive kbd [...]
new 5a3fc7a89857 platform/x86: thinkpad_acpi: Simplify known_ev handling
new a9b0b1ee59a7 platform/x86: thinkpad_acpi: Support for trackpoint doubletap
new 1a22cb1c4430 platform/x86: thinkpad_acpi: Support for system debug info hotkey
new fd1e3344d13f platform/x86: thinkpad_acpi: Support hotkey to disable tra [...]
new 44bbcc277b97 platform/x86: thinkpad_acpi: Use false to set acpi_send_ev [...]
new 9c0beb6b29e7 platform/x86: wmi: Add MSI WMI Platform driver
new b2ed33e8d486 platform/x86: Add lenovo-yoga-tab2-pro-1380-fastcharger driver
new 22813a1ad2a4 platform/x86: classmate-laptop: Add missing MODULE_DESCRIPTION()
new 2920141fc149 platform/x86/intel/tpmi: Handle error from tpmi_process_info()
new 59eb0814d6a3 platform/x86/intel/tpmi: Check major version change for TP [...]
new 1192534407d0 platform/x86/intel/tpmi: Align comments in kernel-doc
new c8405cc81515 platform/x86/intel/tpmi: Add additional TPMI header fields
new 8c5a689eef5b platform/x86: ISST: Use local variable for auxdev->dev
new fe4211d21fee platform/x86: ISST: Shorten the assignments for power_domain_info
new 9d1d36268f3d platform/x86: ISST: Support partitioned systems
new e4e365b43460 platform/x86: ISST: Use in_range() to check package ID validity
new afad97495836 platform/x86: ISST: Add dev_fmt
new 05857e1f119e platform/x86: ISST: Add missing MODULE_DESCRIPTION
new 4f3eec14729e platform/x86:intel/pmc: Update LNL signal status map
new d8dc1b95dec9 platform/x86:intel/pmc: Add support to show S0ix blocker counter
new 86cc9c70fb6a platform/x86:intel/pmc: Enable S0ix blocker show in Lunar Lake
new 9ea48bdfd5b1 tools/power/x86/intel-speed-select: Increase die count
new f9264471337e tools/power/x86/intel-speed-select: Support multiple dies
new 55d5639bda65 tools/power/x86/intel-speed-select: Fix display for unsupp [...]
new 38fa152b3de0 tools/power/x86/intel-speed-select: Present all TRL levels [...]
new 80a513e3f7fc tools/power/x86/intel-speed-select: Increase number of CPU [...]
new 1fcf670e5064 tools/power/x86/intel-speed-select: SST BF/TF support per level
new 8ebc39ace34e tools/power/x86/intel-speed-select: Display CPU as None for -1
new 5cfac5abb6e2 tools/power/x86/intel-speed-select: v1.19 release
new b35814a3c61f platform/x86/fujitsu-laptop: Replace sprintf() with sysfs_emit()
new 76f09e22027f platform/x86: ISST: Support SST-BF and SST-TF per level
new 9a1bb6a3d47f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a0d0fe8c683f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 85ca03f8b096 Merge branch 'for-firmware-next' of git://git.kernel.org/p [...]
new 1de6d5f9df2d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new aa172ba73948 leds: trigger: pattern: Add support for hrtimer
new 974afccd3794 leds: pwm: Disable PWM when going to suspend
new 3b29c7b9f701 leds: sun50i-a100: Use match_string() helper to simplify the code
new 678ba7d25467 leds: aat1290: Remove unused field 'torch_brightness' from [...]
new 221db0183beb leds: lp50xx: Remove unused field 'bank_modules' from 'str [...]
new dd66d058565a leds: lp50xx: Remove unused field 'num_of_banked_leds' fro [...]
new f2994f5341e0 leds: mt6370: Remove unused field 'reg_cfgs' from 'struct [...]
new d9c8054523ab Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new cd3202928f21 Merge branch 'for-next' of git://github.com/cminyard/linux [...]
new 0f9706bf9997 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new 550c88771df0 dt-bindings: usb: samsung,exynos-dwc3: add gs101 compatible
new 9b780c845fb6 usb: dwc3: exynos: add support for Google Tensor gs101
new 63a1f8454962 xhci: stored cached port capability values in one place
new 6d3bc5e941bf xhci: remove xhci_check_usb2_port_capability helper
new db4460b6ecf0 usb: xhci: check if 'requested segments' exceeds ERST capacity
new 577c867cf8f6 usb: xhci: improve debug message in xhci_ring_expansion_needed()
new 5adc1cc038f4 usb: xhci: address off-by-one in xhci_num_trbs_free()
new 7e2bd7dd8084 usb: xhci: remove redundant variable 'erst_size'
new 0c9595089432 usb: xhci: use array_size() when allocating and freeing memory
new 15a27970e5f3 xhci: improve PORTSC register debugging output
new 34b67198244f xhci: remove XHCI_TRUST_TX_LENGTH quirk
new 66cb618bf0bb usb: xhci: prevent potential failure in handle_tx_event() [...]
new ae887586bb76 usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
new 26dffa427f18 usb: xhci: replace goto with return when possible in handl [...]
new 608b973b70f8 usb: xhci: remove goto 'cleanup' in handle_tx_event()
new 64f5b51817fe xhci: pci: Use full names in PCI IDs for Intel platforms
new 2f8a5b415739 xhci: pci: Group out Thunderbolt xHCI IDs
new d6b2b694dd53 xhci: pci: Use PCI_VENDOR_ID_RENESAS
new b44c0ce372f2 usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls
new 080e73c9411b usb: xhci: compact 'trb_in_td()' arguments
new 1bee04a71af8 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 4ee30279baad Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 1636ad24baae Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new 1b300767e70f Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new 1f82d58ddbe2 Documentation: ABI + trace: hisi_ptt: update paths to bus/ [...]
new 9b47d9982d1d hwtracing: hisi_ptt: Assign parent for event_source device
new c8d770704684 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e5e967fd2ed3 Merge branch 'icc-next' of git://git.kernel.org/pub/scm/li [...]
new 2b1a7fead1d5 Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
new 6960fa7f8b08 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f0597f7bb362 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 3f11c02752bf Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
new e35355163bef Merge branch 'next' of git://github.com/awilliam/linux-vfio.git
new 99912dc51fb6 Merge branch 'spmi-next' of git://git.kernel.org/pub/scm/l [...]
new 92ece2dbf456 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new 7aef6b41a95e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e1f1436ba105 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6ea7e53d1a2d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fb2d666ec886 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c31524782340 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 3368a5937fce Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 20b74ec217db Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new ba1f05997afa Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b0fe6876f36f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ae416f9e7d06 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f0440ac030a1 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new 5d400c57a8de Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new db22dcad6dd7 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
new 3349044d050a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 09cae43f9849 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new a58056c3b267 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/ [...]
new a48dafbeeb43 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new e5f4776e6b58 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 6724cb1d1fb4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9e9826bed192 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cdd26e2ce00c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f2147565eefc Merge branch 'kgdb/for-next' of git://git.kernel.org/pub/s [...]
new cffb6a7fb583 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 55111470b441 cxl/cper: Fix non-ACPI-APEI-GHES build
new d99f13843237 cxl/cper: Remove duplicated GUID defines
new 12be9c9716b2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 98e4bcf3e3cd Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
new 399431a165fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new bbb85965b00c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 844776cb65a7 mm/slub: mark racy access on slab->freelist
new b70391e3df80 Merge branch 'slab/for-6.10/cleanup' into slab/for-next
new 306c4ac9896b mm/slub: create kmalloc 96 and 192 caches regardless cache [...]
new 7338999ca346 mm/slub: remove the check for NULL kmalloc_caches
new 4a8dd3b3d550 Merge branch 'slab/for-6.10/cleanup' into slab/for-next
new 56e4c6331f95 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new ecc150242db0 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 2d653df5f1e6 selftests/landlock: Exhaustive test for the IOCTL allow-list
new a5b6a9c7476b samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
new 9233641f9937 landlock: Document IOCTL support
new 94c15f30e66f MAINTAINERS: Notify Landlock maintainers about changes to [...]
new 15f835fec7a0 fs/ioctl: Add a comment to keep the logic in sync with LSM [...]
new d6a07bb3c18c MAINTAINERS: Add Günther Noack as Landlock reviewer
new 28b7ac5319a7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 09f573dac9c8 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new bedbe80168f7 Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new 0cdec13d1b83 Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
new 4bb80c67057e lib/test_bitops: Add benchmark test for fns()
new 1b6ef2812522 bitops: Optimize fns() for improved performance
new 53997489a31d Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 140f1f8946e1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7d78a7773355 string: Add additional __realloc_size() annotations for "d [...]
new 3fa7dd14c1c9 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new 751663dfe204 Merge branch 'nolibc' of git://git.kernel.org/pub/scm/linu [...]
new 5d6c7f8fa49e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d82ddecceb49 Merge branch 'refactor-heap' of https://evilpiepirate.org/ [...]
new 9221b2819b8a Add linux-next specific files for 20240503
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 (9c6ecb3cb6e2)
\
N -- N -- N refs/heads/master (9221b2819b8a)
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 923 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/ABI/testing/debugfs-msi-wmi-platform | 14 +
...ptt => sysfs-bus-event_source-devices-hisi_ptt} | 12 +-
.../ABI/testing/sysfs-class-led-trigger-pattern | 10 +
Documentation/admin-guide/hw-vuln/srso.rst | 2 +-
Documentation/admin-guide/kernel-parameters.txt | 2 +-
Documentation/admin-guide/mm/ksm.rst | 2 +-
Documentation/arch/m68k/buddha-driver.rst | 2 +-
Documentation/arch/sparc/oradax/dax-hv-api.txt | 2 +-
Documentation/arch/x86/xstate.rst | 2 +-
Documentation/core-api/entry.rst | 2 +-
Documentation/core-api/index.rst | 1 +
Documentation/core-api/swiotlb.rst | 321 ++
.../bindings/mfd/allwinner,sun6i-a31-prcm.yaml | 14 +-
Documentation/devicetree/bindings/mfd/lp873x.txt | 67 -
.../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 4 +
.../devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
.../devicetree/bindings/mfd/qcom-pm8xxx.yaml | 1 +
Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
.../devicetree/bindings/mfd/ti,lp8732.yaml | 112 +
.../net/bluetooth/mediatek,mt7921s-bluetooth.yaml | 55 +
.../bindings/spi/airoha,en7581-snand.yaml | 65 +
.../devicetree/bindings/trivial-devices.yaml | 2 +
.../bindings/usb/samsung,exynos-dwc3.yaml | 18 +
Documentation/driver-api/mtd/nand_ecc.rst | 2 +-
Documentation/driver-api/scsi.rst | 2 +-
Documentation/driver-api/usb/usb.rst | 2 +-
Documentation/driver-api/wbrf.rst | 2 +-
Documentation/filesystems/directory-locking.rst | 4 +-
Documentation/filesystems/porting.rst | 4 +-
Documentation/mm/slub.rst | 2 +-
Documentation/networking/xfrm_proc.rst | 6 +
Documentation/process/stable-kernel-rules.rst | 236 +-
Documentation/security/SCTP.rst | 2 +-
Documentation/sphinx/kernel_include.py | 1 -
Documentation/trace/hisi-ptt.rst | 4 +-
Documentation/trace/kprobes.rst | 1 +
.../translations/it_IT/doc-guide/kernel-doc.rst | 10 +-
.../translations/it_IT/process/2.Process.rst | 9 +-
.../translations/it_IT/process/4.Coding.rst | 4 +
.../it_IT/process/7.AdvancedTopics.rst | 19 +
.../translations/it_IT/process/changes.rst | 36 +-
.../translations/it_IT/process/coding-style.rst | 12 +-
.../translations/it_IT/process/deprecated.rst | 2 +-
Documentation/translations/it_IT/process/howto.rst | 6 +-
Documentation/translations/it_IT/process/index.rst | 68 +-
.../{admin-guide => process}/security-bugs.rst | 0
.../it_IT/process/stable-kernel-rules.rst | 2 +-
.../it_IT/process/submitting-patches.rst | 27 +
Documentation/translations/ja_JP/process/howto.rst | 2 +-
Documentation/translations/zh_CN/index.rst | 4 +-
.../translations/zh_CN/rust/arch-support.rst | 14 +-
.../translations/zh_CN/rust/coding-guidelines.rst | 12 +
.../zh_CN/rust/general-information.rst | 2 +-
.../translations/zh_CN/rust/quick-start.rst | 50 +-
.../zh_TW/process/submit-checklist.rst | 2 +-
Documentation/wmi/devices/msi-wmi-platform.rst | 194 +
MAINTAINERS | 35 +-
Next/SHA1s | 124 +-
Next/merge.log | 2481 ++++++----
arch/arm/arm-soc-for-next-contents.txt | 10 +
.../dts/aspeed/aspeed-bmc-asrock-e3c256d4i.dts | 2 +-
arch/arm64/boot/dts/actions/s700-cubieboard7.dts | 2 +-
arch/arm64/boot/dts/apm/apm-merlin.dts | 2 +-
arch/arm64/boot/dts/apm/apm-mustang.dts | 2 +-
.../arm64/boot/dts/broadcom/northstar2/ns2-svk.dts | 2 +-
.../arm64/boot/dts/broadcom/northstar2/ns2-xmc.dts | 2 +-
arch/arm64/boot/dts/cavium/thunder2-99xx.dts | 2 +-
arch/arm64/boot/dts/lg/lg1312-ref.dts | 2 +-
arch/arm64/boot/dts/lg/lg1313-ref.dts | 2 +-
.../arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dts | 2 +-
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 2 +-
arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi | 2 +-
.../boot/dts/rockchip/rk3368-orion-r68-meta.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 2 +-
arch/arm64/boot/dts/sprd/sp9860g-1h10.dts | 2 +-
.../arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0.dts | 8 +
arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 67 +-
arch/arm64/include/asm/pgtable.h | 12 +-
arch/powerpc/mm/mem.c | 2 +-
arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts | 32 +
arch/s390/kvm/kvm-s390.c | 2 +-
arch/sh/boards/board-sh7757lcr.c | 2 +-
arch/sh/boards/board-sh7785lcr.c | 2 +-
arch/sh/boards/mach-highlander/pinmux-r7785rp.c | 1 +
arch/sh/boards/mach-sh03/rtc.c | 2 +-
arch/sh/boot/compressed/Makefile | 2 +-
arch/sh/boot/compressed/cache.c | 13 -
arch/sh/boot/compressed/misc.c | 9 +-
arch/sh/boot/compressed/misc.h | 9 +
arch/sh/boot/dts/j2_mimas_v2.dts | 2 -
arch/sh/drivers/dma/dma-api.c | 143 -
arch/sh/drivers/push-switch.c | 6 +-
arch/sh/include/asm/cacheflush.h | 12 +
arch/sh/include/asm/dma.h | 7 -
arch/sh/include/asm/fpu.h | 3 +
arch/sh/include/asm/ftrace.h | 10 +
arch/sh/include/asm/hw_breakpoint.h | 2 +
arch/sh/include/asm/syscalls.h | 1 +
arch/sh/include/asm/tlb.h | 4 +
arch/sh/kernel/cpu/sh2a/opcode_helper.c | 2 +
arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 3 +
arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 1 +
arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 3 +
arch/sh/kernel/cpu/sh4a/setup-sh7786.c | 14 -
arch/sh/kernel/dwarf.c | 2 +-
arch/sh/kernel/kprobes.c | 13 +-
arch/sh/kernel/return_address.c | 2 +
arch/sh/kernel/smp.c | 4 +-
arch/sh/kernel/traps.c | 10 +-
arch/sh/kernel/traps_32.c | 5 +-
arch/sh/lib/checksum.S | 67 +-
arch/sh/math-emu/math.c | 2 +
arch/sh/mm/cache-sh4.c | 2 -
arch/sh/mm/cache-shx3.c | 1 +
arch/sh/mm/cache.c | 14 -
arch/sh/mm/nommu.c | 2 +
arch/sh/mm/pgtable.c | 4 +-
arch/sh/mm/tlbex_32.c | 1 +
arch/x86/events/rapl.c | 44 +-
arch/x86/include/asm/inat.h | 17 +-
arch/x86/include/asm/insn.h | 32 +-
arch/x86/kvm/mmu/mmu.c | 20 +-
arch/x86/kvm/trace.h | 4 +-
arch/x86/kvm/x86.c | 22 +-
arch/x86/lib/insn.c | 29 +
arch/x86/lib/x86-opcode-map.txt | 315 +-
arch/x86/tools/gen-insn-attr-x86.awk | 15 +-
arch/x86/xen/enlighten_pv.c | 11 +-
arch/x86/xen/smp_pv.c | 4 +-
drivers/acpi/apei/ghes.c | 26 -
drivers/acpi/bus.c | 11 +
drivers/acpi/cppc_acpi.c | 4 +-
drivers/acpi/resource.c | 7 +
drivers/acpi/scan.c | 2 +-
drivers/bluetooth/btintel.c | 3 +
drivers/bluetooth/btusb.c | 1 +
drivers/cpufreq/amd-pstate.c | 258 +-
drivers/cpufreq/freq_table.c | 4 +-
drivers/cpuidle/cpuidle-kirkwood.c | 5 +-
drivers/firewire/nosy.c | 6 +-
drivers/firewire/ohci.c | 8 +-
drivers/gpu/drm/Kconfig | 20 +-
drivers/gpu/drm/amd/amdgpu/Kconfig | 12 +-
drivers/gpu/drm/amd/amdgpu/Makefile | 10 +-
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v12.c | 377 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 101 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 43 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 10 +
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 7 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 8 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 13 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h | 74 +
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c | 9 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c | 13 +-
drivers/gpu/drm/amd/amdgpu/clearstate_gfx12.h | 121 +
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 2 -
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 5008 ++++++++++++++++++++
.../dc/dcn21/dcn21_dccg.h => amdgpu/gfx_v12_0.h} | 17 +-
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 6 +
drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 11 +-
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 36 +-
drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/imu_v12_0.c | 399 ++
.../dc/dcn21/dcn21_dccg.h => amdgpu/imu_v12_0.h} | 16 +-
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 1526 ++++++
.../dc/dcn21/dcn21_dccg.h => amdgpu/mes_v12_0.h} | 17 +-
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 3 +-
drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c | 5 +-
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 3 +-
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 12 +-
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 9 +-
drivers/gpu/drm/amd/amdgpu/soc15.c | 9 +-
drivers/gpu/drm/amd/amdgpu/soc24.c | 62 +-
drivers/gpu/drm/amd/amdgpu/vega20_ih.c | 9 +-
drivers/gpu/drm/amd/amdkfd/Makefile | 2 +
drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h | 478 ++
.../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm | 366 +-
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 3 +
drivers/gpu/drm/amd/amdkfd/kfd_debug.c | 15 +-
drivers/gpu/drm/amd/amdkfd/kfd_debug.h | 4 +-
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 49 +-
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 4 +-
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 2 +
...manager_v9.c => kfd_device_queue_manager_v12.c} | 47 +-
.../drm/amd/amdkfd/kfd_device_queue_manager_v9.c | 3 +-
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v12.c | 453 ++
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c | 12 +-
drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c | 3 +-
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 8 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 3 +-
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 8 +-
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 12 +
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 10 +-
drivers/gpu/drm/amd/amdxcp/amdgpu_xcp_drv.c | 4 +-
drivers/gpu/drm/amd/display/Kconfig | 2 +
drivers/gpu/drm/amd/display/Makefile | 1 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 239 +-
drivers/gpu/drm/amd/display/dc/Makefile | 2 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 4 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 7 +-
.../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 3 +-
.../dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h | 2 +-
.../dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h | 2 +-
.../amd/display/dc/clk_mgr/dcn401/dcn401_clk_mgr.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 8 +-
.../gpu/drm/amd/display/dc/core/dc_link_enc_cfg.c | 9 +-
.../gpu/drm/amd/display/dc/core/dc_link_exports.c | 3 +
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 5 +-
drivers/gpu/drm/amd/display/dc/dccg/Makefile | 98 +
.../amd/display/dc/{ => dccg}/dcn20/dcn20_dccg.c | 0
.../amd/display/dc/{ => dccg}/dcn20/dcn20_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn201/dcn201_dccg.c | 0
.../amd/display/dc/{ => dccg}/dcn201/dcn201_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn21/dcn21_dccg.c | 0
.../amd/display/dc/{ => dccg}/dcn21/dcn21_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn30/dcn30_dccg.c | 0
.../amd/display/dc/{ => dccg}/dcn30/dcn30_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn301/dcn301_dccg.c | 0
.../amd/display/dc/{ => dccg}/dcn301/dcn301_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn302/dcn302_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn303/dcn303_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn31/dcn31_dccg.c | 0
.../amd/display/dc/{ => dccg}/dcn31/dcn31_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn314/dcn314_dccg.c | 0
.../amd/display/dc/{ => dccg}/dcn314/dcn314_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn32/dcn32_dccg.c | 0
.../amd/display/dc/{ => dccg}/dcn32/dcn32_dccg.h | 0
.../amd/display/dc/{ => dccg}/dcn35/dcn35_dccg.c | 2 +-
.../amd/display/dc/{ => dccg}/dcn35/dcn35_dccg.h | 0
drivers/gpu/drm/amd/display/dc/dcn20/Makefile | 5 +-
drivers/gpu/drm/amd/display/dc/dcn201/Makefile | 6 +-
drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 5 +-
drivers/gpu/drm/amd/display/dc/dcn30/Makefile | 1 -
drivers/gpu/drm/amd/display/dc/dcn301/Makefile | 3 +-
drivers/gpu/drm/amd/display/dc/dcn31/Makefile | 2 +-
drivers/gpu/drm/amd/display/dc/dcn314/Makefile | 2 +-
drivers/gpu/drm/amd/display/dc/dcn32/Makefile | 3 +-
drivers/gpu/drm/amd/display/dc/dcn35/Makefile | 2 +-
drivers/gpu/drm/amd/display/dc/dcn401/dcn401_mpc.c | 4 +-
.../gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c | 7 +-
.../gpu/drm/amd/display/dc/dml/dcn302/dcn302_fpu.c | 10 +
.../gpu/drm/amd/display/dc/dml/dcn303/dcn303_fpu.c | 10 +
.../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 10 +
.../gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.c | 10 +
.../gpu/drm/amd/display/dc/dml/display_mode_vba.c | 7 +-
.../dc/dml2/dml21/dml21_translation_helper.c | 14 +-
.../drm/amd/display/dc/dml2/dml21/dml21_utils.c | 5 +-
.../drm/amd/display/dc/dml2/dml21/dml21_wrapper.c | 4 +-
.../dml21/src/dml2_core/dml2_core_dcn4_calcs.c | 10 +-
.../dc/dml2/dml21/src/dml2_core/dml2_core_shared.c | 6 +-
.../dml21/src/dml2_core/dml2_core_shared_types.h | 2 +-
.../dc/dml2/dml21/src/dml2_dpmm/dml2_dpmm_dcn4.c | 2 +-
.../amd/display/dc/dml2/dml2_dc_resource_mgmt.c | 7 +-
drivers/gpu/drm/amd/display/dc/dsc/Makefile | 3 +-
drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c | 17 +-
drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c | 17 +-
.../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 5 +-
.../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 4 +-
.../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 6 +-
drivers/gpu/drm/amd/display/dc/link/link_factory.c | 2 +-
.../display/dc/link/protocols/link_dp_capability.c | 2 +-
.../display/dc/link/protocols/link_dp_training.c | 4 +-
.../drm/amd/display/dc/link/protocols/link_dpcd.c | 1 +
.../amd/display/dc/resource/dce80/dce80_resource.c | 1 +
.../amd/display/dc/resource/dcn31/dcn31_resource.c | 1 +
.../display/dc/resource/dcn314/dcn314_resource.c | 4 +-
.../amd/display/dc/resource/dcn35/dcn35_resource.c | 1 +
.../display/dc/resource/dcn351/dcn351_resource.c | 1 +
.../display/dc/resource/dcn401/dcn401_resource.c | 2 +
.../gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c | 28 +-
drivers/gpu/drm/amd/include/mes_v12_api_def.h | 797 ++++
drivers/gpu/drm/amd/include/v12_structs.h | 5 +-
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 29 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 4 +
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v14_0.h | 2 +
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 3 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 7 +-
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c | 1 +
.../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 64 +-
drivers/gpu/drm/bridge/Kconfig | 28 +-
drivers/gpu/drm/bridge/analogix/Kconfig | 18 +-
drivers/gpu/drm/bridge/cadence/Kconfig | 8 +-
drivers/gpu/drm/bridge/imx/Kconfig | 4 +-
drivers/gpu/drm/bridge/synopsys/Kconfig | 6 +-
drivers/gpu/drm/ci/xfails/msm-apq8016-fails.txt | 13 +-
drivers/gpu/drm/display/Kconfig | 32 +-
drivers/gpu/drm/drm_debugfs.c | 4 +-
drivers/gpu/drm/drm_fbdev_generic.c | 1 -
drivers/gpu/drm/exynos/Kconfig | 4 +-
drivers/gpu/drm/i915/Kconfig | 8 +-
drivers/gpu/drm/i915/display/intel_audio.c | 113 +-
drivers/gpu/drm/imx/ipuv3/Kconfig | 5 +-
drivers/gpu/drm/ingenic/Kconfig | 2 +-
drivers/gpu/drm/mediatek/Kconfig | 6 +-
drivers/gpu/drm/meson/Kconfig | 2 +-
drivers/gpu/drm/msm/Kconfig | 8 +-
drivers/gpu/drm/nouveau/Kconfig | 10 +-
drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h | 6 -
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 362 +-
drivers/gpu/drm/panel/Kconfig | 34 +-
drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 13 +-
drivers/gpu/drm/panthor/panthor_fw.c | 7 +-
drivers/gpu/drm/panthor/panthor_sched.c | 47 +-
drivers/gpu/drm/radeon/Kconfig | 8 +-
drivers/gpu/drm/renesas/rcar-du/Kconfig | 2 +-
drivers/gpu/drm/rockchip/Kconfig | 10 +-
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 2 +-
drivers/gpu/drm/sun4i/Kconfig | 2 +-
drivers/gpu/drm/tegra/Kconfig | 8 +-
drivers/gpu/drm/tiny/ili9225.c | 1 +
drivers/gpu/drm/tiny/mi0283qt.c | 1 +
drivers/gpu/drm/tiny/panel-mipi-dbi.c | 1 +
drivers/gpu/drm/tiny/st7586.c | 1 +
drivers/gpu/drm/vc4/Kconfig | 10 +-
drivers/gpu/drm/vmwgfx/vmwgfx_vkms.c | 1 +
drivers/gpu/drm/xe/Kconfig | 13 +-
drivers/gpu/drm/xe/xe_gt_topology.c | 4 +-
drivers/gpu/drm/xlnx/Kconfig | 8 +-
drivers/gpu/drm/xlnx/zynqmp_disp.c | 50 +-
drivers/gpu/drm/xlnx/zynqmp_dp.c | 25 +-
drivers/gpu/drm/xlnx/zynqmp_dpsub.h | 1 -
drivers/gpu/drm/xlnx/zynqmp_kms.h | 4 +-
drivers/hwtracing/ptt/hisi_ptt.c | 1 +
drivers/i2c/busses/i2c-amd-mp2-plat.c | 8 +-
drivers/i2c/busses/i2c-designware-pcidrv.c | 2 -
drivers/i2c/busses/i2c-designware-platdrv.c | 12 +-
drivers/i2c/busses/i2c-digicolor.c | 6 +-
drivers/i2c/busses/i2c-exynos5.c | 12 +-
drivers/i2c/busses/i2c-hix5hd2.c | 8 +-
drivers/i2c/busses/i2c-imx-lpi2c.c | 6 +-
drivers/i2c/busses/i2c-jz4780.c | 22 +-
drivers/i2c/busses/i2c-omap.c | 10 +-
drivers/i2c/busses/i2c-pxa.c | 14 +-
drivers/i2c/busses/i2c-qcom-geni.c | 7 +-
drivers/i2c/busses/i2c-rk3x.c | 11 +-
drivers/i2c/busses/i2c-s3c2410.c | 6 +-
drivers/i2c/busses/i2c-st.c | 8 +-
drivers/i2c/busses/i2c-stm32f4.c | 8 +-
drivers/i2c/busses/i2c-stm32f7.c | 8 +-
drivers/i2c/busses/i2c-synquacer.c | 8 +-
drivers/infiniband/core/nldev.c | 23 +-
drivers/infiniband/core/restrack.c | 12 +-
drivers/infiniband/hw/hfi1/netdev.h | 2 +-
drivers/infiniband/hw/hfi1/netdev_rx.c | 9 +-
drivers/infiniband/hw/mlx5/qp.c | 3 +-
drivers/infiniband/hw/mlx5/restrack.c | 29 +
drivers/leds/flash/leds-aat1290.c | 2 -
drivers/leds/leds-lp50xx.c | 5 -
drivers/leds/leds-pwm.c | 8 +-
drivers/leds/leds-sun50i-a100.c | 14 +-
drivers/leds/rgb/leds-mt6370-rgb.c | 1 -
drivers/leds/trigger/ledtrig-pattern.c | 126 +-
drivers/macintosh/macio-adb.c | 24 +-
drivers/md/md-bitmap.c | 6 +-
drivers/mfd/axp20x.c | 2 +-
drivers/mfd/cs42l43.c | 36 +-
drivers/mfd/kempld-core.c | 120 +-
drivers/mfd/ssbi.c | 1 -
drivers/mfd/timberdale.c | 1 -
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 119 +-
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 4 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c | 7 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 15 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 20 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h | 3 +
drivers/net/ethernet/intel/i40e/i40e.h | 29 +-
drivers/net/ethernet/intel/i40e/i40e_client.c | 28 +-
drivers/net/ethernet/intel/i40e/i40e_ddp.c | 3 +-
drivers/net/ethernet/intel/i40e/i40e_debugfs.c | 36 +-
drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 29 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 200 +-
drivers/net/ethernet/intel/i40e/i40e_ptp.c | 6 +-
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 16 +-
drivers/net/ethernet/intel/i40e/i40e_txrx.h | 2 +-
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 14 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 10 +-
drivers/net/ethernet/ti/icssg/icssg_common.c | 41 +-
drivers/net/ethernet/ti/icssg/icssg_ethtool.c | 93 +
drivers/net/ethernet/ti/icssg/icssg_prueth.c | 18 +-
drivers/net/ethernet/ti/icssg/icssg_prueth.h | 11 +-
drivers/net/vxlan/vxlan_core.c | 19 +-
drivers/net/wireless/quantenna/qtnfmac/core.c | 16 +-
drivers/platform/x86/Kconfig | 22 +
drivers/platform/x86/Makefile | 2 +
drivers/platform/x86/classmate-laptop.c | 4 +-
drivers/platform/x86/fujitsu-laptop.c | 18 +-
drivers/platform/x86/intel/pmc/core.c | 38 +
drivers/platform/x86/intel/pmc/core.h | 9 +
drivers/platform/x86/intel/pmc/lnl.c | 475 +-
.../x86/intel/speed_select_if/isst_if_common.c | 1 +
.../x86/intel/speed_select_if/isst_tpmi_core.c | 383 +-
drivers/platform/x86/intel/tpmi.c | 39 +-
.../x86/lenovo-yoga-tab2-pro-1380-fastcharger.c | 338 ++
drivers/platform/x86/msi-wmi-platform.c | 428 ++
drivers/platform/x86/thinkpad_acpi.c | 854 ++--
drivers/powercap/intel_rapl_common.c | 582 +++
drivers/powercap/intel_rapl_tpmi.c | 3 +
drivers/regulator/rtq2208-regulator.c | 107 +-
drivers/s390/net/qeth_core_main.c | 61 +-
drivers/spi/Kconfig | 10 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-airoha-snfi.c | 1129 +++++
drivers/spi/spi-armada-3700.c | 8 +-
drivers/spi/spi-fsl-lpspi.c | 14 +-
drivers/spi/spi-imx.c | 20 +-
drivers/spi/spi-pic32-sqi.c | 6 +-
drivers/spi/spi-pic32.c | 6 +-
drivers/spi/spi-sun4i.c | 9 +-
drivers/spi/spi-sun6i.c | 17 +-
drivers/spi/spi-xlp.c | 8 +-
drivers/thermal/gov_power_allocator.c | 12 +-
drivers/thermal/gov_step_wise.c | 10 -
drivers/thermal/thermal_core.c | 26 +-
drivers/thermal/thermal_debugfs.c | 59 +-
drivers/thermal/thermal_debugfs.h | 4 +-
drivers/thermal/thermal_trip.c | 1 +
drivers/usb/dwc3/dwc3-exynos.c | 9 +
drivers/usb/host/xhci-dbgcap.c | 2 +-
drivers/usb/host/xhci-mem.c | 48 +-
drivers/usb/host/xhci-pci.c | 49 +-
drivers/usb/host/xhci-rcar.c | 6 +-
drivers/usb/host/xhci-ring.c | 138 +-
drivers/usb/host/xhci.c | 38 +-
drivers/usb/host/xhci.h | 28 +-
drivers/video/backlight/mp3309c.c | 5 -
drivers/video/backlight/sky81452-backlight.c | 8 +-
fs/backing-file.c | 23 +
fs/btrfs/disk-io.c | 45 +-
fs/btrfs/fs.h | 1 -
fs/btrfs/ioctl.c | 28 +
fs/btrfs/lzo.c | 43 +-
fs/btrfs/qgroup.c | 24 +-
fs/btrfs/tree-checker.c | 30 +-
fs/btrfs/tree-checker.h | 1 +
fs/btrfs/volumes.h | 10 +-
fs/btrfs/zlib.c | 60 +-
fs/btrfs/zstd.c | 73 +-
fs/gfs2/file.c | 59 +-
fs/gfs2/meta_io.c | 16 +-
fs/gfs2/ops_fstype.c | 48 +-
fs/gfs2/super.c | 12 +-
fs/gfs2/util.c | 6 +-
fs/gfs2/util.h | 2 +-
fs/internal.h | 3 +
fs/namei.c | 6 +-
fs/nfsd/nfs4proc.c | 31 +-
fs/nfsd/nfs4xdr.c | 7 +-
fs/nfsd/xdr4.h | 5 +-
fs/overlayfs/dir.c | 152 +-
fs/overlayfs/file.c | 3 -
fs/overlayfs/overlayfs.h | 3 +
fs/xfs/libxfs/xfs_attr_remote.c | 1 -
fs/xfs/libxfs/xfs_bmap.c | 162 +-
fs/xfs/libxfs/xfs_da_btree.c | 20 +-
fs/xfs/scrub/quota_repair.c | 6 -
fs/xfs/scrub/rtbitmap_repair.c | 2 -
fs/xfs/xfs_aops.c | 54 +-
fs/xfs/xfs_bmap_util.c | 31 +-
fs/xfs/xfs_dquot.c | 1 -
fs/xfs/xfs_iomap.c | 47 +-
fs/xfs/xfs_reflink.c | 14 -
fs/xfs/xfs_rtalloc.c | 2 -
include/acpi/actbl2.h | 88 +-
include/linux/amd-pstate.h | 20 +-
include/linux/backing-file.h | 3 +
include/linux/bitops.h | 4 +-
include/linux/intel_rapl.h | 32 +
include/linux/intel_tpmi.h | 12 +-
include/linux/kvm_host.h | 2 -
include/linux/netdevice.h | 1 +
include/linux/platform_data/i2c-designware.h | 12 +
include/net/bluetooth/hci.h | 1 -
include/net/dsa.h | 11 -
include/net/gro.h | 9 +
include/net/tcp.h | 2 +-
include/net/xfrm.h | 1 +
include/rdma/restrack.h | 7 +-
include/uapi/drm/amdgpu_drm.h | 2 +-
include/uapi/linux/kfd_ioctl.h | 1 +
include/uapi/linux/kfd_sysfs.h | 19 +-
include/uapi/linux/snmp.h | 2 +
include/uapi/linux/xfrm.h | 6 +
include/uapi/rdma/rdma_netlink.h | 6 +
kernel/dma/swiotlb.c | 1 +
kernel/power/hibernate.c | 2 +-
lib/fortify_kunit.c | 14 +-
lib/test_bitops.c | 22 +
localversion-next | 2 +-
mm/slab_common.c | 25 +-
mm/slub.c | 2 +-
net/8021q/vlan_core.c | 2 +
net/bluetooth/hci_core.c | 2 +-
net/bluetooth/hci_event.c | 2 +
net/core/dev.c | 27 +-
net/core/gro.c | 1 +
net/dsa/dsa.c | 3 +-
net/dsa/port.c | 139 +-
net/ipv4/af_inet.c | 1 +
net/ipv4/arp.c | 203 +-
net/ipv4/bpf_tcp_ca.c | 6 +-
net/ipv4/ip_output.c | 2 +-
net/ipv4/raw.c | 3 +
net/ipv4/tcp_bbr.c | 2 +-
net/ipv4/tcp_input.c | 2 +-
net/ipv4/udp.c | 3 +-
net/ipv4/udp_offload.c | 15 +-
net/ipv6/ip6_offload.c | 1 +
net/ipv6/udp.c | 3 +-
net/ipv6/udp_offload.c | 3 +-
net/ipv6/xfrm6_input.c | 7 +
net/sched/sch_api.c | 1 +
net/sched/sch_generic.c | 1 +
net/tipc/msg.c | 8 +-
net/xfrm/xfrm_compat.c | 7 +-
net/xfrm/xfrm_device.c | 6 +
net/xfrm/xfrm_input.c | 11 +
net/xfrm/xfrm_policy.c | 6 +
net/xfrm/xfrm_proc.c | 2 +
net/xfrm/xfrm_replay.c | 3 +-
net/xfrm/xfrm_state.c | 8 +
net/xfrm/xfrm_user.c | 162 +-
scripts/check-variable-fonts.sh | 14 +-
sound/pci/hda/patch_realtek.c | 2 +-
tools/arch/x86/include/asm/inat.h | 17 +-
tools/arch/x86/include/asm/insn.h | 32 +-
tools/arch/x86/lib/insn.c | 29 +
tools/arch/x86/lib/x86-opcode-map.txt | 315 +-
tools/arch/x86/tools/gen-insn-attr-x86.awk | 15 +-
tools/lib/bpf/libbpf.c | 4 +-
tools/lib/bpf/ringbuf.c | 4 +-
tools/power/cpupower/utils/helpers/amd.c | 26 +-
tools/power/x86/intel-speed-select/isst-config.c | 25 +-
.../power/x86/intel-speed-select/isst-core-mbox.c | 3 +-
.../power/x86/intel-speed-select/isst-core-tpmi.c | 10 +-
tools/power/x86/intel-speed-select/isst-core.c | 1 +
tools/power/x86/intel-speed-select/isst-display.c | 30 +-
tools/power/x86/intel-speed-select/isst.h | 2 +-
tools/testing/selftests/bpf/Makefile | 2 +-
.../selftests/bpf/bpf_testmod/bpf_testmod.c | 255 +
.../selftests/bpf/bpf_testmod/bpf_testmod_kfunc.h | 27 +
.../testing/selftests/bpf/prog_tests/bpf_tcp_ca.c | 24 +
tools/testing/selftests/bpf/prog_tests/sock_addr.c | 940 +++-
tools/testing/selftests/bpf/progs/bind4_prog.c | 18 +-
tools/testing/selftests/bpf/progs/bind6_prog.c | 18 +-
tools/testing/selftests/bpf/progs/bind_prog.h | 19 +
tools/testing/selftests/bpf/progs/bpf_cc_cubic.c | 199 +
.../testing/selftests/bpf/progs/bpf_tracing_net.h | 10 +
tools/testing/selftests/bpf/progs/sock_addr_kern.c | 65 +
tools/testing/selftests/bpf/progs/tcp_ca_kfunc.c | 6 +-
tools/testing/selftests/bpf/test_sock_addr.c | 192 -
tools/testing/selftests/kvm/Makefile | 1 -
tools/testing/selftests/kvm/lib/kvm_util.c | 8 +
tools/testing/selftests/kvm/rseq_test.c | 35 +-
.../selftests/kvm/s390x/shared_zeropage_test.c | 110 -
tools/testing/selftests/net/csum.c | 18 +-
tools/testing/selftests/net/lib/py/utils.py | 8 +-
virt/kvm/kvm_main.c | 13 +-
574 files changed, 22204 insertions(+), 6050 deletions(-)
create mode 100644 Documentation/ABI/testing/debugfs-msi-wmi-platform
rename Documentation/ABI/testing/{sysfs-devices-hisi_ptt => sysfs-bus-event_source [...]
create mode 100644 Documentation/core-api/swiotlb.rst
delete mode 100644 Documentation/devicetree/bindings/mfd/lp873x.txt
create mode 100644 Documentation/devicetree/bindings/mfd/ti,lp8732.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/mediatek,mt7921 [...]
create mode 100644 Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml
rename Documentation/translations/it_IT/{admin-guide => process}/security-bugs.rst (100%)
create mode 100644 Documentation/wmi/devices/msi-wmi-platform.rst
delete mode 100644 arch/sh/boot/compressed/cache.c
create mode 100644 arch/sh/boot/compressed/misc.h
create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v12.c
create mode 100644 drivers/gpu/drm/amd/amdgpu/clearstate_gfx12.h
create mode 100644 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
copy drivers/gpu/drm/amd/{display/dc/dcn21/dcn21_dccg.h => amdgpu/gfx_v12_0.h} (77%)
create mode 100644 drivers/gpu/drm/amd/amdgpu/imu_v12_0.c
copy drivers/gpu/drm/amd/{display/dc/dcn21/dcn21_dccg.h => amdgpu/imu_v12_0.h} (77%)
create mode 100644 drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
copy drivers/gpu/drm/amd/{display/dc/dcn21/dcn21_dccg.h => amdgpu/mes_v12_0.h} (77%)
copy drivers/gpu/drm/amd/amdkfd/{kfd_device_queue_manager_v9.c => kfd_device_queue [...]
create mode 100644 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v12.c
create mode 100644 drivers/gpu/drm/amd/display/dc/dccg/Makefile
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn20/dcn20_dccg.c (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn20/dcn20_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn201/dcn201_dccg.c (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn201/dcn201_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn21/dcn21_dccg.c (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn21/dcn21_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn30/dcn30_dccg.c (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn30/dcn30_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn301/dcn301_dccg.c (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn301/dcn301_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn302/dcn302_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn303/dcn303_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn31/dcn31_dccg.c (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn31/dcn31_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn314/dcn314_dccg.c (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn314/dcn314_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn32/dcn32_dccg.c (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn32/dcn32_dccg.h (100%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn35/dcn35_dccg.c (99%)
rename drivers/gpu/drm/amd/display/dc/{ => dccg}/dcn35/dcn35_dccg.h (100%)
create mode 100644 drivers/gpu/drm/amd/include/mes_v12_api_def.h
create mode 100644 drivers/platform/x86/lenovo-yoga-tab2-pro-1380-fastcharger.c
create mode 100644 drivers/platform/x86/msi-wmi-platform.c
create mode 100644 drivers/spi/spi-airoha-snfi.c
create mode 100644 include/linux/platform_data/i2c-designware.h
create mode 100644 tools/testing/selftests/bpf/progs/bind_prog.h
create mode 100644 tools/testing/selftests/bpf/progs/bpf_cc_cubic.c
create mode 100644 tools/testing/selftests/bpf/progs/sock_addr_kern.c
delete mode 100644 tools/testing/selftests/kvm/s390x/shared_zeropage_test.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 f04dc89a991 c++: remove lookup_template_class's entering_scope flag
new 87e35da16df tree-optimization/114921 - _Float16 -> __bf16 isn't noop
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/tree-vect-stmts.cc | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from e1637b567 Add entry aae723d360ca26cd9fd0b039fb0a616bd0eae363 from https [...]
new b87689f5f Add entry aae723d360ca26cd9fd0b039fb0a616bd0eae363 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/aae723d360ca26cd9fd0b039fb0a616bd0eae363/jira/description | 2 +-
gcc/sha1/aae723d360ca26cd9fd0b039fb0a616bd0eae363/jira/yaml | 2 +-
gcc/sha1/aae723d360ca26cd9fd0b039fb0a616bd0eae363/status.txt | 2 +-
.../tcwg_bmk-code_size-spec2k6/gnu-arm-master-O2_LTO/status.txt | 2 +-
.../tcwg_bmk-code_size-spec2k6/status.txt | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.