This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 15e0560ad3 Regenerate sysdeps/x86_64/configure
new 63716823db nptl: Optimize trylock for high cache contention workloads ( [...]
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:
nptl/pthread_mutex_trylock.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a0908b67231 c++: Fix ICE with type aliases in inherited CTAD [PR122070]
new 1c555ba67a3 c++: Fix up recent cp_parser_template_id regression [PR123186]
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/cp/parser.cc | 2 +-
gcc/testsuite/g++.dg/template/crash133.C | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/crash133.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 a30cd56e101 Add Do_Nothing to two more Ada tests
new e3b02794ca1 gdb/testsuite: fix tclint errors
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/testsuite/gdb.dwarf2/dw2-inline-bt.exp | 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 master
in repository gcc.
from 630c1bfbb5b libstdc++: Fix ranges::stable_sort handling of null buffer [...]
new a0908b67231 c++: Fix ICE with type aliases in inherited CTAD [PR122070]
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/cp/pt.cc | 6 ++++-
.../g++.dg/cpp23/class-deduction-inherited10.C | 11 ++++++++
.../g++.dg/cpp23/class-deduction-inherited9.C | 31 ++++++++++++++++++++++
3 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited10.C
create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited9.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from faca1b55e0 x86_64: Fix mark-plt configure test
new 15e0560ad3 Regenerate sysdeps/x86_64/configure
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
sysdeps/x86_64/configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 1b549668405 binutils-gdb/git: Handle *.ac and *.m4 files in .gitattributes
new a30cd56e101 Add Do_Nothing to two more Ada tests
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/testsuite/gdb.ada/py_taft/main.adb | 2 +-
gdb/testsuite/gdb.ada/py_taft/pkg.adb | 5 +++++
gdb/testsuite/gdb.ada/py_taft/pkg.ads | 4 ++++
gdb/testsuite/gdb.ada/recursive-variant/main.adb | 4 +++-
gdb/testsuite/gdb.ada/{static-link => recursive-variant}/pck.adb | 2 ++
gdb/testsuite/gdb.ada/{fixed_cmp => recursive-variant}/pck.ads | 2 +-
6 files changed, 16 insertions(+), 3 deletions(-)
copy gdb/testsuite/gdb.ada/{static-link => recursive-variant}/pck.adb (98%)
copy gdb/testsuite/gdb.ada/{fixed_cmp => recursive-variant}/pck.ads (93%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 9da0585852 atomic: Reinstate HAVE_64B_ATOMICS configure check
new 7d9a8408ec math: Fix potential underflow on ldbl-128 erfl
new faca1b55e0 x86_64: Fix mark-plt configure test
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
sysdeps/ieee754/ldbl-128/s_erfl.c | 2 +-
sysdeps/x86_64/configure | 4 ++--
sysdeps/x86_64/configure.ac | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1ed9526113c OpenMP: Add parser support for target's device_type clause
new 630c1bfbb5b libstdc++: Fix ranges::stable_sort handling of null buffer [...]
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:
libstdc++-v3/include/bits/ranges_algo.h | 4 +-
.../testsuite/25_algorithms/stable_sort/123180.cc | 66 ++++++++++++++++++++++
2 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/stable_sort/123180.cc
--
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 63c6821bf4c aarch64: Add ACLE macro __ARM_FEATURE_SVE_PREDICATE_OPERATORS
new 1ed9526113c OpenMP: Add parser support for target's device_type clause
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/c-family/c-omp.cc | 1 +
gcc/c/c-parser.cc | 1 +
gcc/cp/parser.cc | 1 +
gcc/fortran/dump-parse-tree.cc | 14 ++++
gcc/fortran/openmp.cc | 75 +++++++++++-----------
gcc/fortran/trans-openmp.cc | 24 +++++++
gcc/gimplify.cc | 2 +
gcc/omp-low.cc | 9 +++
.../c-c++-common/gomp/target-device-type-1.c | 24 +++++++
.../gfortran.dg/gomp/target-device-type-1.f90 | 21 ++++++
10 files changed, 135 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/target-device-type-1.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-device-type-1.f90
--
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 annotated tag next-20251218
in repository linux-next.
at 6acc0a52e9da (tag)
tagging 1058ca9db0edaedcb16480cc74b78ed06f0d1f54 (commit)
replaces v6.19-rc1
tagged by Stephen Rothwell
on Thu Dec 18 22:08:57 2025 +1100
- Log -----------------------------------------------------------------
next-20251218
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmlD4MkACgkQifkcCkHV
wHoyBA/8D1nr4Lta/jxe2Hs1h0E6vJ1iYKykiVMaQNGIdKKAnYD35rRQxsapC6tK
GYu1slb3Q1hK18/3E5Lqt+gyeWUZ/k/imAUJTrSp4D9msVuAhejpEhYrpHkLY5YS
PYn0K0lsOyGUDFFLXZCnQ1xLew4ViFTUP1Co12aJ7Ihcfu6aRvSTIGzlGIID+78T
DQLAv2/Bw4iGin8Nkqs0hAO7MkM2R6HFUiOjhRtMoID6cAkYLAlotlfUiQwpmXfW
BqVtyI9HQcqEtPGIAAH1i+WJ67h32T2gugUSUSWlelCYqXH0jHW/v+vBcClW7oTv
iP/U/nMwLDR8f+0VsEE6vfNo7a96F8UWq71GT5oB7W0swcXkvhDk6j7s98axqw6B
TnQqCpV3S+kGytcrq8igVFzIGHuCqnwMfYYgb0+X/+6fbrG3mOFKiISzU4/Qv3Bo
Xy6h+16REqeWcaHx0pN/RZsO2LsLgZwyz2dVE0eN8YXHNEz9SWQcUlZY8JqVf4R1
pyEUGdvvRwrQplwkgHiNcL1PabaO57SwsIDvtdgJV6/nzlbuVQZ8DySS89rGXVmi
MYQl3TbjbzyXSW/YOojFhGK/uGW31LijBbb4jcFM5W0II8ImE+lDgTC2AfSQl+nd
lI5N6ynVXO+lIoM2pT3zf+mwbpk50oML5aTDNDerK0usaRMVmAM=
=2lfm
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 81f88f6ab674 libbpf: Add debug messaging in dedup equivalence/identity [...]
new 1588c81b9f21 bpf: Allow verifier to fixup kernel module kfuncs
new b5709f6d26d6 bpf: Support associating BPF program with struct_ops
new 87cd177b149a libbpf: Add support for associating BPF program with struct_ops
new 33a165f9c2c1 selftests/bpf: Test BPF_PROG_ASSOC_STRUCT_OPS command
new 04fd12df4e05 selftests/bpf: Test ambiguous associated struct_ops
new 0e841d19263a selftests/bpf: Test getting associated struct_ops in timer [...]
new 5d9fb42f05e5 Merge branch 'support-associating-bpf-programs-with-struct_ops'
new 48e11bad9a1f bpf: cpumap: propagate underlying error in cpu_map_update_elem()
new 18352f8fae91 selftests/bpf: add tests for attaching invalid fd
new c93c1246003d Merge branch 'bpf-cpumap-improve-error-propagation-in-cpu_ [...]
new d18dec4b8990 bpf: verifier improvement in 32bit shift sign extension pattern
new a5b4867fad18 selftests/bpf: add verifier sign extension bound computati [...]
new 759377dab35e Merge branch 'bpf-verifier-improvement-in-32bit-shift-sign [...]
new 6f0b824a61f2 bpf: Fix bpf_seq_read docs for increased buffer size
new 26e455064983 ASoC: SOF: ipc4-topology: Prefer 32-bit DMIC blobs for 8-b [...]
new 816f291fc23f ASoC: SOF: ipc4-topology: Convert FLOAT to S32 during blob [...]
new 3365b71bc4c5 rust: auxiliary: add __rust_helper to helpers
new 93c7fa741612 rust: device: add __rust_helper to helpers
new 8a03afe94763 rust: dma: add __rust_helper to helpers
new 7aab0122a149 rust: io: add __rust_helper to helpers
new c7ff956344e4 rust: irq: add __rust_helper to helpers
new 593e0b22340c rust: pci: add __rust_helper to helpers
new d17772fcb55c rust: platform: add __rust_helper to helpers
new 74ca60bd85c4 rust: property: add __rust_helper to helpers
new e4b3118b61b6 rust: scatterlist: add __rust_helper to helpers
new 2145f447b79a xfs: ignore discard return value
new 5990fd756943 xfs: fix a UAF problem in xattr repair
new f06725052098 xfs: fix stupid compiler warning
new fc40459de825 xfs: fix a memory leak in xfs_buf_item_init()
new 8dc15b7a6e59 xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file system
new 77cf053b041f cpufreq: Return -EOPNOTSUPP if no policy supports boost
new 78d83b293891 cpufreq: cpufreq_boost_trigger_state() optimization
new e171a1f3271b iommufd: Check for overflow in IOMMU_TEST_OP_ADD_RESERVED
new 0355911ac021 selftests/bpf: Explicitly account for globals in verifier_ [...]
new 12a1fe6e12db bpf/verifier: Do not limit maximum direct offset into arena map
new 0aa721437e4b libbpf: Turn relo_core->sym_off unsigned
new c1f61171d44b libbpf: Move arena globals to the end of the arena
new 19f12431b6c3 selftests/bpf: Add tests for the arena offset of globals
new e7a0adb03dfe Merge branch 'libbpf-move-arena-variables-out-of-the-zero-page'
new 7ee19a59a75e btrfs: fix qgroup_snapshot_quick_inherit() squota bug
new ad93f92010a1 btrfs: zoned: don't zone append to conventional zone
new 6b78882b3e92 btrfs: qgroup: update all parent qgroups when doing quick inherit
new c354478033e2 btrfs: fix NULL dereference on root when tracing inode eviction
new b605bb1caf37 btrfs: fix deadlock in wait_current_trans() due to ignored [...]
new 4dcc40a245b9 btrfs: fix beyond-EOF write handling
new 968426e1fa33 btrfs: always detect conflicting inodes when logging inode refs
new 72b923359be1 btrfs: fix use-after-free warning in btrfs_get_or_create_d [...]
new f2d7ef327d39 btrfs: do not free data reservation in fallback from inlin [...]
new 6c2bef41e56c btrfs: fix reservation leak in some error paths when inser [...]
new 520946cf2f51 Merge branch 'misc-6.19' into next-fixes
new bd0b8028ce5f dt-bindings: cache: qcom,llcc: Document Glymur LLCC block
new 0418592550c6 soc: qcom: llcc-qcom: Add support for Glymur
new 8bb3754909cd arm64: dts: qcom: talos: Correct UFS clocks ordering
new 08a797dbcea1 mailmap: Update email address for Abel Vesa
new 8e6c237cd759 arm64: dts qcom: sdm845-oneplus-enchilada: Specify panel n [...]
new 45e1be5ddec9 dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AO
new 5bc3e720e725 pmdomain: qcom: rpmhpd: Add MXC to SC8280XP
new 868b979c5328 arm64: dts: qcom: sc8280xp: Add missing VDD_MXC links
new 9dbc9bed0183 arm64: dts: qcom: sm8550: Fix compile warnings in USB cont [...]
new 1f6ca557088e arm64: dts: qcom: sm8650: Fix compile warnings in USB cont [...]
new a4882888b0c6 ARM: dts: qcom: msm8974: Sort header includes alphabetically
new c8db551f0071 ARM: dts: qcom: msm8974: Start using rpmpd for power domains
new 7d1974ce80fc arm64: dts: qcom: x1e80100: Add crypto engine
new 60d7f6031b94 i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning
new 3ff79e76d31f i2c: pxa: Fix Wvoid-pointer-to-enum-cast warning
new 4c544cd6556d i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning
new d9b85d296f3a dt-bindings: i2c: dw: Add Mobileye I2C controllers
new dde7e2131100 i2c: i801: Add support for Intel Nova Lake-S
new 880977fdc7f6 dt-bindings: i2c: qcom-cci: Document SM8750 compatible
new 05f5e355cf78 smb: align durable reconnect v2 context to 8 byte boundary
new 94d5b8dbc5d9 smb: move some SMB1 definitions into common/smb1pdu.h
new d8a4af8f3d9d cifs: update internal module version number
new 0fe01a7955f4 soc: qcom: smem: handle ENOMEM error during probe
new 9f76530e52b5 dt-bindings: vendor-prefixes: Add prefix for TUXEDO Comput [...]
new 32d68e51bf49 dt-bindings: arm: qcom: Add TUXEDO Computers device
new a4c5af1a94c4 dt-bindings: vendor-prefixes: Add Medion AG
new 5851f2a20c60 dt-bindings: arm: qcom: Add Medion SPRCHRGD device
new 8cf65490cdb0 arm64: dts: qcom: Add dts for Medion SPRCHRGD 14 S1
new 23ec0d891e09 firmware: qcom: scm: QSEECOM on Medion SPRCHRGD 14 S1
new ab39e2a8f7ae drm/xe/oa/uapi: Expose MERT OA unit
new ec02e49f21bc drm/xe/rtp: Whitelist OAMERT MMIO trigger registers
new 88d98e74adf3 drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUME
new a7b8e876e0ef RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly
new 57f3cb6c8415 RDMA/cm: Fix leaking the multicast GID table reference
new 2dc675f61485 RDMA/ucma: Fix rdma_ucm_query_ib_service_resp struct padding
new d95e99a74eaf RDMA/irdma: Fix irdma_alloc_ucontext_resp padding
new 7011e8aafe8c scsi: target: core: Add emulation for REPORT IDENTIFYING I [...]
new 1f7d6e2efeed scsi: scsi_debug: Fix atomic write enable module param des [...]
new e642331c9420 scsi: ufs: core: mcq: Use ufshcd_rmwl() instead of open-coding it
new d37316319498 scsi: mpi3mr: Read missing IOCFacts flag for reply queue f [...]
new 0e1677654259 scsi: sg: Fix occasional bogus elapsed time that exceeds timeout
new a743b120227a scsi: scsi_debug: Stop printing extra function name in debug logs
new 559ae7a26b10 scsi: scsi_debug: Stop using READ/WRITE_ONCE() when access [...]
new a8cf5c1bee0f scsi: scsi_debug: Drop NULL scsi_cmnd check in sdebug_q_cm [...]
new 1a56e63c8216 scsi: lpfc: Rework lpfc_sli4_fcf_rr_next_index_get()
new bd2bc528691e scsi: scsi_transport_fc: Introduce encryption group in fc_ [...]
new e2dacf8e5e33 scsi: lpfc: Add support for reporting encryption events
new 621164425315 scsi: lpfc: Update lpfc version to 14.4.0.13
new f5c0386e2c5c Merge patch series "Update lpfc to revision 14.4.0.13"
new 6b553f2a5c84 scsi: mpt3sas: Added no_turs flag to device unblock logic
new aee682fad6cd scsi: mpt3sas: Improve device discovery and readiness hand [...]
new ad5957193107 scsi: mpt3sas: Add firmware event requeue support for busy [...]
new 72340fecd0c8 scsi: mpt3sas: Add configurable command retry limit for sl [...]
new 39680c59f10c scsi: mpt3sas: Fixed the W=1 compilation warning
new c6e9ddc099d0 Merge patch series "mpt3sas: Improve device readiness hand [...]
new 0f9c4be787f7 scsi: core: Introduce an enumeration type for the SCSI_MLQ [...]
new c9f36f04a8a2 scsi: ufs: core: Add ufshcd_update_evt_hist() for UFS susp [...]
new 7411f1875a60 scsi: qla2xxx: Add Speed in SFP print information
new 21ab087cae50 scsi: qla2xxx: Add support for 64G SFP speed
new b99b04b12214 scsi: qla2xxx: Add load flash firmware mailbox support for 28xxx
new 478b152ab309 scsi: qla2xxx: Validate MCU signature before executing MBC 03h
new d74181ca110e scsi: qla2xxx: Add bsg interface to support firmware img v [...]
new b0335ee4fb94 scsi: qla2xxx: Allow recovery for tape devices
new 8890bf450e0b scsi: qla2xxx: Delay module unload while fabric scan in progress
new 7adbd2b78090 scsi: qla2xxx: Free sp in error path to fix system crash
new b6df15aec8c3 scsi: qla2xxx: Validate sp before freeing associated memory
new 42b2dab4340d scsi: qla2xxx: Query FW again before proceeding with login
new c2c68225b145 scsi: qla2xxx: Fix bsg_done() causing double free
new 1732d10fa7ed scsi: qla2xxx: Update version to 10.02.10.100-k
new 8334f93075dc Merge patch series "qla2xxx: Misc feature and bug fixes"
new 64e68f8a95eb Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/li [...]
new ea1013c15392 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
new 6ac23b72cada ARM: dts: aspeed: bletchley: Use generic node names
new 9d2c128ec566 ARM: dts: aspeed: bletchley: Fix SPI GPIO property names
new ca6730c4702e ARM: dts: aspeed: bletchley: Remove unused pca9539 properties
new 7c98d5c619c4 ARM: dts: aspeed: bletchley: Remove unused i2c13 property
new 459a5aa171c0 ARM: dts: aspeed: bletchley: Fix ADC vref property names
new ec439c380135 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bp [...]
new 9a068c4a7717 ASoC: SOF: ipc4-topology: fixes for 'exotic' format
new 4a0abde23ad6 Merge remote-tracking branch 'asoc/for-6.20' into asoc-next
new 5526c1c6ba1d ALSA: usb-mixer: us16x08: validate meter packet indices
new 720eebd514c0 ALSA: hda/realtek: Add support for HP Trekker Laptop
new 108c422c495d ALSA: hda/realtek: Add support for HP Clipper Laptop
new 70d6df5cb599 ALSA: hda/realtek: fix micmute LED reversed on HP Abe and Bantie
new 0fa50c575c1f ARM: dts: nuvoton: Minor whitespace cleanup
new 1b06942cda6e arm64: dts: nuvoton: npcm845: Minor whitespace cleanup
new 14324b8f0760 ALSA: compress_offload: Relax __free() variable declarations
new 7b4721ca3159 ALSA: control: Relax __free() variable declarations
new f3d233daf011 ALSA: pcm: Relax __free() variable declarations
new 55f98ece9939 ALSA: oss: Relax __free() variable declarations
new df27c9275347 ALSA: seq: oss: Relax __free() variable declarations
new 13bc5c5394b2 ALSA: seq: Relax __free() variable declarations
new b1bf8ac53190 ALSA: timer: Relax __free() variable declarations
new 3b7c7bda39e1 ALSA: vmaster: Relax __free() variable declarations
new 04c654624f41 ALSA: hda: Relax __free() variable declarations
new 43cc944c8e28 ALSA: usx2y: Relax __free() variable declarations
new 03f705b9ca58 ALSA: usb-audio: Relax __free() variable declarations
new b7fdd9926b22 Merge branch 'next/dt64' into for-next
new 41acc4dd8a04 dt-bindings: eeprom: at24: Add compatible for Belling BL24 [...]
new 30116121412b dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A
new 7a29af24b288 eeprom: at24: use dev_err_probe() consistently
new 982d2616a290 xfs: validate that zoned RT devices are zone aligned
new dc68c0f60169 xfs: fix the zoned RT growfs check for zone alignment
new 4846ee1098ee xfs: add a xlog_write_one_vec helper
new 3215ad1d5183 xfs: set lv_bytes in xlog_write_one_vec
new 36a032902569 xfs: improve the ->iop_format interface
new 0782c1c41deb xfs: move struct xfs_log_iovec to xfs_log_priv.h
new 1a3a3b917d22 xfs: move struct xfs_log_vec to xfs_log_priv.h
new 72f573863f96 xfs: regularize iclog space accounting in xlog_write_partial
new 2d394d9a73c9 xfs: improve the calling convention for the xlog_write helpers
new 998d1ac52da7 xfs: add a xlog_write_space_left helper
new f1e948b51c93 xfs: improve the iclog space assert in xlog_write_iovec
new f401306d72f2 xfs: factor out a xlog_write_space_advance helper
new 1055726cff59 mmc: dw_mmc: add dw_mci_prepare_desc() for both of 32bit a [...]
new e5721e0ba616 mmc: sdhci-msm: Enable ICE for CQE-capable controllers wit [...]
new 160d42b5cb9b mmc: core: Adjust MDT beyond 2025
new e990d7d3e04c mmc: core: Add quirk for incorrect manufacturing date
new aeeb902adbed dt-bindings: mmc: mtk-sd: Add support for MT8189 SoC
new b9fdfd96707e mmc: mtk-sd: add support for SPM resource release control
new f8ac234cc60e mmc: mtk-sd: add support for MT8189 SoC
new 74a8759e0134 mmc: sdhci-esdhc-imx: wait for data transfer completion be [...]
new a1a845e72057 mmc: Merge branch fixes into next
new a201dc6e0bf1 dt-bindings: mmc: cdns,sdhci: Drop required "resets" on AM [...]
new fa794b8427c5 dt-bindings: mmc: brcm,iproc-sdhci: Allow "dma-coherent" a [...]
new 302b33c31404 dt-bindings: mmc: arasan,sdhci: Allow "dma-coherent" property
new b6f1eef6aaa1 mmc: dw_mmc: Remove vqmmc_enabled from struct dw_mci and u [...]
new bcb6254e1711 mmc: dw_mmc: Remove check before calling mmc_regulator_set_ocr()
new 9b39a7f4bf9e mmc: dw_mmc: Remove unused header files and keep alphabeti [...]
new 6ac3503c4470 mmc: dw_mmc: Move struct mmc_host from struct dw_mci_slot [...]
new f21fb5dfccd3 mmc: dw_mmc: Let variant drivers to use struct dw_mci as possible
new 2ffffbe92881 mmc: dw_mmc: Move flags from struct dw_mci_slot to struct dw_mci
new 8d76a7ff68be mmc: dw_mmc: Remove id and ctype from dw_mci_slot
new 1827a9fa319f mmc: dw_mmc: Remove sdio_id from struct dw_mci_slot
new f3725e3aaf40 mmc: dw_mmc: Move clock rate stuff from struct dw_mci_slot [...]
new da52bc415e12 mmc: dw_mmc: Remove mrq from struct dw_mci_slot
new 8fb9225531d0 mmc: dw_mmc: Remove queue from dw_mci
new 926311cf3361 mmc: dw_mmc: Remove struct dw_mci_slot
new 7db67e572fa2 s390/boot: Add -Wno-default-const-init-unsafe to KBUILD_CFLAGS
new 03da7a4ce5f5 s390/purgatory: Add -Wno-default-const-init-unsafe to KBUI [...]
new 2bdaf4b6878b s390/ptrace: Convert function macros to inline functions
new e218aee08044 s390/ap/zcrypt: Revisit module param permissions
new 42e5653c0e18 Merge branch 'features' into for-next
new ca4a4090a9bb Merge branch 'fixes' into for-next
new d8a872c81091 ACPI: PCI: PM: Rework root bus notification setup
new 057edc58aa59 ACPI: PM: Register wakeup sources under physical devices
new 3d05235051d6 Merge branch 'acpi-pm' into linux-next
new 3a900fed47ad Merge branch 'pm-cpufreq' into linux-next
new 5ae6cb153abc drm/xe/vf: fix return type in vf_migration_init_late()
new 0a2404c8f6a3 drm/xe/xe_sriov_vfio: Fix return value in xe_sriov_vfio_mi [...]
new a9c4c9085ec8 mmc: sdhci-of-arasan: Increase CD stable timeout to 2 seconds
new d3ecb12e2e04 mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to [...]
new 920c6af98e98 drm/panthor: Fix NULL pointer dereference on panthor_fw_unplug
new 1c6c8cf30022 mmc: Merge branch fixes into next
new 7678523109d1 tools/build: Add a feature test for libopenssl
new 800ad1f0e277 perf tools: Disable BPF skeleton if no libopenssl found
new 74098cc06e75 xhci: dbgtty: fix device unregister: fixup
new e1003aa7ec9e usb: dwc3: keep susphy enabled during exit to avoid contro [...]
new d14cd998e67b usb: typec: ucsi: huawei-gaokin: add DRM dependency
new 36cc7e09df9e usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc()
new 41ca62e3e21e usb: phy: fsl-usb: Fix use-after-free in delayed work duri [...]
new 128bb7fab342 usb: typec: altmodes/displayport: Drop the device referenc [...]
new c84117912bdd USB: lpc32xx_udc: Fix error handling in probe
new 14ad4c10d5bd usb: typec: ucsi: Fix null pointer dereference in ucsi_syn [...]
new 3b4961313d31 usb: dwc3: of-simple: fix clock resource leak in dwc3_of_s [...]
new 97f419848b1d dma-buf/selftests: drop the mock_wait implementation
new 24ec03cc5512 serial: core: Restore sysfs fwnode information
new 5edb7338d611 serial: 8250: longson: Fix NULL vs IS_ERR() bug in probe
new a58383fa45c7 block: add allocation size check in blkdev_pr_read_keys()
new 114ea9bbaf76 io_uring: fix nr_segs calculation in io_import_kbuf
new 880467a8f8af Merge branch 'block-6.19' into for-next
new f648c89df167 Merge branch 'io_uring-6.19' into for-next
new 400fbf4b5870 dt-bindings: kbuild: Support single binding targets
new 5d0cac427d42 kbuild: Support directory targets for building DTBs
new 6c7c13578178 MAINTAINERS: Add Makefile.dtb* to DT maintainers
new 7de44c182513 dt-bindings: arm,vexpress-juno: Allow interrupt-map proper [...]
new 2b6fd718d3d3 dt-bindings: arm: vexpress-config: Update clock and regula [...]
new 10a64fb61b35 dt-bindings: bus: stm32mp25-rifsc: Allow 2 size cells
new bb3540916cff dt-bindings: Remove unused includes
new 2357d0044c56 dt-bindings: firmware: xilinx: Add xlnx,zynqmp-firmware co [...]
new 4954e21df91c dt-bindings: firmware: xilinx: Add conditional pinctrl schema
new b82a6bda8678 dt-bindings: trivial-devices: Add socionext,uniphier-smpctrl
new 5530836fb914 of: replace strcmp_suffix() with strends()
new b57cd86a8ca8 linux/bitfield.h: replace __auto_type with auto
new 7b800ab1b7f6 MAINTAINERS: Update Xe driver maintainers
new efe24898485c drm/panthor: fix for dma-fence safe access rules
new 5c3c3e7b654d drm/panthor: Fix kerneldoc in uAPI header
new f4731270f639 Merge branch into tip/master: 'irq/urgent'
new a51826582e8b Merge branch into tip/master: 'x86/urgent'
new dcd0b625fe44 powercap: intel_rapl: Fix possible recursive lock warning
new 86435669c125 Merge branch 'pm-powercap' into fixes
new 5c062ebfa076 Merge branch 'fixes' into linux-next
new e8c28e16c3eb accel/amdxdna: Remove amdxdna_flush()
new e2f1081ca8f1 samples: rust: fix endianness issue in rust_driver_pci
new 887bfe598639 RDMA/mana_ib: check cqe length for kernel CQs
new 6f05611728e9 RDMA/irdma: avoid invalid read in irdma_net_event
new c1776ccba661 RTRS/rtrs: clean up rtrs headers kernel-doc
new 85463eb6a46c RDMA/efa: Remove possible negative shift
new f7cede182c96 ALSA: hda/realtek: Add Asus quirk for TAS amplifiers
new a84a1e21c067 remoteproc: imx_dsp_rproc: Fix multiple start/stop operations
new 2f9405aaa429 drm/xe: Fix NULL pointer dereference in xe_exec_ioctl
new 38ea7b87403f rust: bitmap: add __rust_helper to helpers
new 198a791aa845 rust: bitops: add __rust_helper to helpers
new abb934acc479 rust: cpumask: add __rust_helper to helpers
new b96a6fd8cb4e Bluetooth: btusb: Add support for MediaTek7920 0489:e158
new 0ad59c87f41c Bluetooth: hci_bcm4377: Use generic power management
new 8d201aac4d4c Merge branches 'rproc-next' and 'rpmsg-next' into for-next
new fd52b1d0ad7d Bluetooth: btmtksdio: Use pm_ptr instead of #ifdef CONFIG_PM
new ad2804ccc724 Bluetooth: hci_conn: use mod_delayed_work for active mode timeout
new f7f2402b7807 Bluetooth: hci_conn: Set link_policy on incoming ACL connections
new afa20d8099dd Bluetooth: mgmt: Add idle_timeout to configurable system p [...]
new 5c8377f9957d Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...]
new 14458e1f4326 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
new 78fe8dae759b Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...]
new ce5971773651 drm/xe: Introduce IF_ARGS macro utility
new 09af64eba63e drm/xe/guc: Introduce GUC_FIRMWARE_VER_AT_LEAST helper
new 4cffecaf127a drm/xe/pf: Prepare for new threshold KLVs
new 487524c891d3 drm/xe/pf: Add handling for MLRC adverse event threshold
new 5b6220100144 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4adf4413933c Merge branch 'master' of https://github.com/ceph/ceph-client.git
new 4b9bc726144f Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new bf93bde58237 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new d1075fc8fc11 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new 081844d2a8b9 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new d74bf53d7711 Merge branch 'for_next' of https://git.kernel.org/pub/scm/ [...]
new 6696fd2fa1d1 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new e8dd579f367a Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new 5136a2ffb9d7 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d5ab28acaa63 Merge branch 'jfs-next' of https://github.com/kleikamp/lin [...]
new 7fab409d009e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new bc791c9ea0ff Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/l [...]
new 0f3574b1d87c MAINTAINERS: add Mike Rapoport as maintainer for userfaultfd
new 4c7987a4da27 genalloc.h: fix htmldocs warning
new cedde2674173 mailmap: update entry for Bartosz Golaszewski
new 3e8a9f3ce76f idr: fix idr_alloc() returning an ID out of range
new 012114413957 x86/kexec: add a sanity check on previous kernel's ima kex [...]
new 2a56277b88f7 x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec [...]
new 8d2901717658 mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free
new 02df42d1dbc3 mm-page_alloc-make-percpu_pagelist_high_fraction-reads-loc [...]
new f174841c509c mm/kasan: fix incorrect unpoisoning in vrealloc for KASAN
new d916fd4679e5 kasan: refactor pcpu kasan vmalloc unpoison
new f5553fc133bf kasan: unpoison vms[area] addresses with a common tag
new 548c0a9193aa kasan-unpoison-vms-addresses-with-a-common-tag-fix
new e8723316e80f kasan-unpoison-vms-addresses-with-a-common-tag-v4
new aa4c1f5e2ed7 mm: leafops.h: correct kernel-doc function param. names
new ce43f915e9bd mm/page_alloc: change all pageblocks migrate type on coalescing
new 49a6e40ed69c MAINTAINERS: update one straggling entry for Bartosz Golaszewski
new 2bd4cd3625d3 mm/damon/vaddr: fix missing pte_unmap_unlock in damos_va_m [...]
new 35af3f1c4434 mm: fixup pfnmap memory failure handling to use pgoff
new ebd24183459d .mailmap: remove one of the entries for WangYuli
new 1450dac791c1 MAINTAINERS: add ABI headers to KHO and LIVE UPDATE
new a1442cc44b63 kernel/kexec: change the prototype of kimage_map_segment()
new 30dd0e0b196f kernel/kexec: fix IMA when allocation happens in CMA area
new b2a30dc1da23 selftests/mm: fix thread state check in uffd-unit-tests
new ec3f230f88af tools/mm/page_owner_sort: fix timestamp comparison for sta [...]
new 8a375b4bc902 mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
new e5feb73bf679 mm: memcg: fix unit conversion for K() macro in OOM log
new ef2be41505c0 rust: maple_tree: rcu_read_lock() in destructor to silence [...]
new e4e0606fce16 mm: consider non-anon swap cache folios in folio_expected_ [...]
new 201037a59604 mm/memremap: fix spurious large folio warning for FS-DAX
new f2dbe0d5b1c8 mm/vmalloc: clarify why vmap_range_noflush() might sleep
new eb526e6344d1 mm/damon/core: fix memory leak of repeat mode damon_call_c [...]
new f9ff5ba6bbfc lib: introduce hierarchical per-cpu counters
new 240587b6cca2 mm: fix OOM killer inaccuracy on large many-core systems
new d70090581c46 mm: implement precise OOM killer task selection
new 14439d7d9942 alloc_tag: move memory_allocation_profiling_sysctls into .rodata
new 7a41764a0c6c powerpc/64s: do not re-activate batched TLB flush
new 038c6b695f6c x86/xen: simplify flush_lazy_mmu()
new 46ce0c214c09 powerpc/mm: implement arch_flush_lazy_mmu_mode()
new 667c24fb34a2 sparc/mm: implement arch_flush_lazy_mmu_mode()
new a47f534b37f8 mm: clarify lazy_mmu sleeping constraints
new 1b2623dfee4b mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
new 15d6aa045268 mm: introduce generic lazy_mmu helpers
new f8f9d16ccdf3 mm: bail out of lazy_mmu_mode_* in interrupt context
new 7881fd1b6581 mm: enable lazy_mmu sections to nest
new ffd1f1641ff4 arm64: mm: replace TIF_LAZY_MMU with is_lazy_mmu_mode_active()
new b6f14de2f3a7 powerpc/mm: replace batch->active with is_lazy_mmu_mode_active()
new 5230a04e0c3f sparc/mm: replace batch->active with is_lazy_mmu_mode_active()
new d24a0d9920a2 x86/xen: use lazy_mmu_state when context-switching
new a525b83d913f mm: add basic tests for lazy_mmu
new 0445738de4d8 mm-add-basic-tests-for-lazy_mmu-fix
new 2bb06c1d8b85 mm-add-basic-tests-for-lazy_mmu-fix-fix
new 7c98047413da mm-add-basic-tests-for-lazy_mmu-fix-fix-fix
new 5371704591e9 mm/khugepaged: map dirty/writeback pages failures to EAGAIN
new 32c4a20283d2 mm/khugepaged: retry with sync writeback for MADV_COLLAPSE
new da247e42f02b mm/vmalloc: map contiguous pages in batches for vmap() whe [...]
new 037f53a63633 mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()
new bf018c11b893 mm/vmscan.c:shrink_folio_list(): save a tabstop
new 9615ad4958ce mm/hugetlb: fix hugetlb_pmd_shared()
new 34c8877bb03c mm/hugetlb: fix two comments related to huge_pmd_unshare()
new 3bb741e353c1 mm/rmap: fix two comments related to huge_pmd_unshare()
new edeb51ec1667 mm/hugetlb: fix excessive IPI broadcasts when unsharing PM [...]
new 4acd425eab66 oid_registry: allow arbitrary size OIDs
new 1b159ed46534 oid_registry: allow arbitrary size OIDs
new a7f29d250207 kernel/watchdog.c: fix unused var warning
new 214b721f84fb liveupdate: luo_flb: introduce File-Lifecycle-Bound global state
new d3921f884ca2 tests/liveupdate: add in-kernel liveupdate test
new af00c9bc20e7 crash_dump: constify struct configfs_item_operations and c [...]
new e6f7b6feb0d2 ocfs2: give ocfs2 the ability to reclaim suballocator free bg
new d48429cfb4b2 ocfs2: detect released suballocator BG for fh_to_[dentry|parent]
new 665dadb32a96 ocfs2: constify struct configfs_item_operations and config [...]
new ba5a1db4505d ocfs2: validate i_refcount_loc when refcount flag is set
new 7d17cb0c8605 ocfs2: validate inline data i_size during inode read
new 9cf3c84a470d ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN bound [...]
new a698059a866d ocfs2: add validate function for slot map blocks
new c926c718419d lib/tests: convert test_uuid module to KUnit
new d3faf9f5e61b MAINTAINERS: adjust file entry in UUID HELPERS
new dd7f46fbcb00 kernel.h: drop hex.h and update all hex.h users
new a5e118862e2d array_size.h: add ARRAY_END()
new 8c01ab5b3a18 mm: fix benign off-by-one bugs
new 3729b0ccd24c kernel: fix off-by-one benign bugs
new ce120fa0512f mm: use ARRAY_END() instead of open-coding it
new c756f343785b hung_task: introduce helper for hung task warning
new 5d98159480f4 hung_task: enable runtime reset of hung_task_detect_count
new 2980c77941af kernel: vmcoreinfo: allocate vmcoreinfo_data based on VMCO [...]
new 36c28c556f25 kernel/crash: handle multi-page vmcoreinfo in crash kernel copy
new f950bf50d702 watchdog: softlockup: panic when lockup duration exceeds N [...]
new eb2b9e05ea4c bpf: explicitly align bpf_res_spin_lock
new 41a5f6c6f630 atomic: specify alignment for atomic_t and atomic64_t
new e7980cd46155 atomic: add alignment check to instrumented atomic operations
new f98e4dc61115 atomic: add option for weaker alignment check
new b43375fbda1d fat: remove unused parameter
new 798ab742a82e ns: pad refcount
new 0367a5dd4b09 pid: only take pidmap_lock once on alloc
new dff2e2c36d8b syscall.h: remove unused SYSCALL_MAX_ARGS
new 3884f9c28727 arm64: avoid memcpy() for syscall_get_arguments()
new 917b2f47b292 rapidio: replace rio_free_net() with kfree() in rio_scan_a [...]
new f4cef9e9c910 .editorconfig: respect .editorconfig settings from parent [...]
new c7d549fbed91 kallsyms: clean up @namebuf initialization in kallsyms_loo [...]
new f9aeb960d5a4 kallsyms: clean up modname and modbuildid initialization i [...]
new 7a401d35e345 module: add helper function for reading module_buildid()
new ff70a519168a kallsyms: cleanup code for appending the module buildid
new 6f7df1925782 kallsyms/bpf: rename __bpf_address_lookup() to bpf_address [...]
new f9e292cdf272 kallsyms/ftrace: set module buildid in ftrace_mod_address_ [...]
new 44d7e71cb5f2 kallsyms: prevent module removal when printing module name [...]
new bda39f9485fb fork-comment-fix: remove ambiguous question mark in CLONE_ [...]
new ba171a9b9fe9 Merge branch 'mm-hotfixes-unstable' of https://git.kernel. [...]
new e3b68bf907a7 Merge branch 'fs-current' of linux-next
new 82aaaa3dfe6f Merge branch 'for-next/fixes' of https://git.kernel.org/pu [...]
new 5382b5852972 Merge branch 'arm/fixes' of https://git.kernel.org/pub/scm [...]
new 18dc3f9fbd9e Merge branch 'main' of https://git.kernel.org/pub/scm/linu [...]
new b0e8705f4bd4 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 91595c93303b Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 748ce9a834fa Merge branch 'for-rc' of https://git.kernel.org/pub/scm/li [...]
new 03940d0ef00c Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new aa6b2b20b035 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new 5aaf954651e1 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new a556c06d61ec Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new 916ed3a4553c Merge branch 'driver-core-linus' of https://git.kernel.org [...]
new d55d84cc48cf Merge branch 'tty-linus' of https://git.kernel.org/pub/scm [...]
new c002a9671519 Merge branch 'usb-linus' of https://git.kernel.org/pub/scm [...]
new 60afcc068128 Merge branch 'fixes-togreg' of https://git.kernel.org/pub/ [...]
new e0a9ebe2a2e8 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new bb8bce15947b Merge branch 'libcrypto-fixes' of https://git.kernel.org/p [...]
new 86bfe601667b Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 15ac43cbb13e Merge branch 'mtd/fixes' of https://git.kernel.org/pub/scm [...]
new 6a4af857944e Merge branch 'for-mfd-fixes' of https://git.kernel.org/pub [...]
new 4ef4d8de08cf Merge branch 'mips-fixes' of https://git.kernel.org/pub/sc [...]
new cf619390d0d3 Merge branch 'hwmon' of https://git.kernel.org/pub/scm/lin [...]
new 1ceaa74f8083 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 94c545173245 Merge branch 'dt/linus' of https://git.kernel.org/pub/scm/ [...]
new fbc1bfac9391 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new a7cfeaa8fddd Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 0de9de7e7c86 Merge branch 'hyperv-fixes' of https://git.kernel.org/pub/ [...]
new a6db7e8e8799 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new e2f265473e2b Merge branch 'riscv-dt-fixes' of https://git.kernel.org/pu [...]
new 2b0310985b0c Merge branch 'kunit-fixes' of https://git.kernel.org/pub/s [...]
new dad1d231bd67 Merge branch 'perf-tools' of https://git.kernel.org/pub/sc [...]
new 679296e1149d Merge branch 'for-rc' of https://git.kernel.org/pub/scm/li [...]
new 4f7b2939afd9 Merge branch 'i2c/i2c-host-fixes' of https://git.kernel.or [...]
new dd7babd1e70c Merge branch 'tip/urgent' of https://git.kernel.org/pub/sc [...]
new 3df4b885e48a Merge branch 'slab/for-next-fixes' of https://git.kernel.o [...]
new 133968d4745f Merge branch 'drm-rust-fixes' of https://gitlab.freedeskto [...]
new b67535593a28 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
new 75968d2b52b2 Merge branch 'mm-unstable' of https://git.kernel.org/pub/s [...]
new 8914fe19b0aa Merge branch 'mm-nonmm-unstable' of https://git.kernel.org [...]
new 4c052c5df93d clk: qcom: gcc-sm8450: Update the SDCC RCGs to use shared_ [...]
new 67d7fb1bbdd6 clk: qcom: gcc-sm8750: Update the SDCC RCGs to use shared_ [...]
new d1fd65ee5555 clk: qcom: gcc-sm4450: Update the SDCC RCGs to use shared_ [...]
new 757ec77514e3 clk: qcom: gcc-sdx75: Update the SDCC RCGs to use shared_f [...]
new 113fb9649f0d clk: qcom: gcc-milos: Update the SDCC RCGs to use shared_f [...]
new 988e585fa4d4 clk: qcom: gcc-x1e80100: Update the SDCC RCGs to use share [...]
new 0504b96f110f clk: qcom: gcc-qdu1000: Update the SDCC RCGs to use shared [...]
new e4dca3e56781 clk: qcom: gcc-glymur: Update the SDCC RCGs to use shared_ [...]
new c258f5c4502c ublk: fix deadlock when reading partition table
new 127d63bc9442 Merge branch 'block-6.19' into for-next
new 3dadc1dc5e85 clk: qcom: rpmh: Update the clock suffix for Glymur
new acabfd13859d clk: qcom: rpmh: Add support for Kaanapali rpmh clocks
new e5682c953f5a clk: qcom: Add TCSR clock driver for Kaanapali
new d1919c375f21 clk: qcom: Add support for Global clock controller on Kaanapali
new 725ba2d0e0b9 dt-bindings: arm: qcom: Document Kaanapali SoC and its ref [...]
new f4a269eb1328 arm64: dts: qcom: kaanapali: Add header file for IPCC phys [...]
new e36c38c91f5f arm64: dts: qcom: glymur: Add header file for IPCC physica [...]
new 5422fad3e1cc dt-bindings: interrupt-controller: qcom,pdc: Document Kaan [...]
new 6c4bbcdad042 dt-bindings: sram: Document qcom,kaanapali-imem and its ch [...]
new ac566fba5e21 Merge branches 'arm32-fixes-for-6.19', 'arm64-fixes-for-6. [...]
new 97e16068d77a drm/xe/oa: Move default oa unit assignment earlier during [...]
new 7a100e6ddcc4 drm/xe/oa: Disallow 0 OA property values
new 5bf763e908bf drm/xe/eustall: Disallow 0 EU stall property values
new bb865f0e57a5 Revert "atomic: add option for weaker alignment check"
new 6774fe383b31 Revert "atomic: add alignment check to instrumented atomic [...]
new 8cf5d38999d1 Merge branch 'kbuild-next' of https://git.kernel.org/pub/s [...]
new 2cdb171ca410 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 2fbdcc12da46 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7803a55dc083 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new 0a6639fc0466 Merge branch 'at91-next' of https://git.kernel.org/pub/scm [...]
new 7fa85d2c343e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e6da870b4edc Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 0caab4e5f1a0 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new eb520f40857d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new edb1affd6d76 Merge branch 'soc_fsl' of https://git.kernel.org/pub/scm/l [...]
new d57c2092796c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 0a72525ac20e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b5d3cb02801b Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c9e59d09f3ca Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d1255742a368 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 040e20ff3ae0 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new a20de0312e25 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 245fa95c2045 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 24833cd0d15e Merge branch 'for-linux-next' of https://git.kernel.org/pu [...]
new fe5a16b566d6 Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 7995b76895e4 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 39495e8e9c77 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 17259ceef292 Merge branch 'ti-next' of https://git.kernel.org/pub/scm/l [...]
new 9d6f1c182eb3 Merge branch 'for-next' of https://github.com/Xilinx/linux [...]
new ec872cc7d3be Merge branch 'renesas-clk' of https://git.kernel.org/pub/s [...]
new c87534f484ea Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b8926c3668fe Merge branch 'riscv-dt-for-next' of https://git.kernel.org [...]
new cc9ffa37a5f8 Merge branch 'riscv-soc-for-next' of https://git.kernel.or [...]
new df9e65c0cdd3 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 3f506139d1ad Merge branch 'xtensa-for-next' of https://github.com/jcmvb [...]
new e718e0850f4d Merge branch 'fs-next' of linux-next
new f8d594f1d198 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4ee454b67ad7 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 785817b8a779 Merge branch 'i2c/i2c-host' of https://git.kernel.org/pub/ [...]
new 887e8c542458 Merge branch 'hwmon-next' of https://git.kernel.org/pub/sc [...]
new b046cc635d89 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 23e8ff4dafe1 Merge branch 'cpufreq/arm/linux-next' of https://git.kerne [...]
new cc65d88b33cb Merge branch 'cpupower' of https://git.kernel.org/pub/scm/ [...]
new 742e4a7e8520 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 227a7dd45296 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new eeae5a4d192c Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new f6afb0b6a457 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 0435ae0e1d2b Merge branch 'nand/next' of https://git.kernel.org/pub/scm [...]
new 066839a14b07 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 166cc008bce2 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new bbff23021db6 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new cc12241f35d1 Merge branch 'drm-rust-next' of https://gitlab.freedesktop [...]
new 57e71a0c9d3b Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new b1529646ff68 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 6e4f1518ff42 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new dd731c8b6c67 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d912825fb5a4 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 80a6fc89dea3 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 342e7602b4b5 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new bf5c40fba760 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 8ca817d93465 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7da0ad44cc80 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 35cc5270a127 Merge branch 'master' of git://git.code.sf.net/p/tomoyo/to [...]
new 40fbc5188fc0 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new b04e481aeda8 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 41357fab4117 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4df24961ade0 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 5c3a06af3e0f Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4fbbbbacf7d8 next-20251217/tip
new 19dda6ff8770 Merge branch 'edac-for-next' of https://git.kernel.org/pub [...]
new ac6a34d0cff1 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new cb5fc729f3d6 Merge branch 'next' of https://github.com/kvm-x86/linux.git
new ad39a1ee9673 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new c457ec3603f4 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new f1a510308c56 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ce2672f4b3b5 Merge branch 'driver-core-next' of https://git.kernel.org/ [...]
new 4d806316f9d9 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 303c1293c033 Merge branch 'extcon-next' of https://git.kernel.org/pub/s [...]
new c1d412f57894 Merge branch 'counter-next' of https://git.kernel.org/pub/ [...]
new be999732c7c1 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new d9f382c0bd40 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 0994a8bbc04b Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 3ecf61b3bff3 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4d47afbf089b Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 6fcfc9ffedb1 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new da6f2eed60df Merge branch 'pwm/for-next' of https://git.kernel.org/pub/ [...]
new 0065ca3c9eb0 Merge branch 'kunit' of https://git.kernel.org/pub/scm/lin [...]
new 59c0ba7482d9 Merge branch 'at24/for-next' of https://git.kernel.org/pub [...]
new ae325e044bd9 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 300b2a83a420 Merge branch 'main' of git://git.infradead.org/users/willy [...]
new 426eed7588c8 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 95aa1824d91d Merge branch 'slab/for-next' of https://git.kernel.org/pub [...]
new 1a082242680d Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new fdb91b111260 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 26d09cd984b2 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b71cae6df314 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 3f94d661c3c7 Merge branch 'for-next' of https://github.com/hisilicon/li [...]
new e49dfa6a64f8 Revert "Bluetooth: mgmt: Add idle_timeout to configurable [...]
new 1058ca9db0ed Add linux-next specific files for 20251218
The 545 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.