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 e53b88b40ed gdb: fix forward/reverse search, when no lines are printed
new ee3c07a28be [gdb/tui] Clear readline buffer on switching to TUI
new 19ee30e369c [gdb/testsuite] Add Term::_csi_h and Term::_csi_l
new 52c052f6a7d [gdb/testsuite] Add Term::_csi_0x3f_l and Term::_csi_0x3f_h
new 543c077be3c [gdb/testsuite] Add Term::_csi_t
new 291f3cf034f [gdb/testsuite] Add Term::_csi_r
new 0ab4b22a01a [gdb/testsuite] Add Term::_esc_0x28_B and Term::_esc_0x28_0
new 36f8b9785af [gdb/testsuite] Add Term::_esc_0x3d and Term::_esc_0x3e
new 65af9c1531b [gdb/testsuite] Add Term::with_term
new bd619420b35 [gdb/testsuite] Add gdb.tui/tui-mode-switch.exp
The 9 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.tui/tui-mode-switch.exp | 52 +++++++
gdb/testsuite/lib/tuiterm.exp | 250 +++++++++++++++++++++++++++++-
gdb/tui/tui.c | 13 ++
3 files changed, 314 insertions(+), 1 deletion(-)
create mode 100644 gdb/testsuite/gdb.tui/tui-mode-switch.exp
--
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 1803809e0bb aarch64: Adapt unwinder to linux's SME signal behaviour
new b41115c1907 AArch64: Fix invalid immediate offsets in SVE gather/scatte [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/aarch64/aarch64-sve.md | 64 ++++++++++++-------------
gcc/testsuite/g++.target/aarch64/sve/pr121449.C | 44 +++++++++++++++++
2 files changed, 76 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr121449.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 releases/gcc-13
in repository gcc.
from 0eb5a7c6541 Daily bump.
new a96792693e1 AArch64: Fix invalid immediate offsets in SVE gather/scatte [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/aarch64/aarch64-sve.md | 8 ++---
gcc/testsuite/g++.target/aarch64/sve/pr121449.C | 44 +++++++++++++++++++++++++
2 files changed, 48 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr121449.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 releases/gcc-15
in repository gcc.
from 27d6b600b1e LoongArch: Fix ICE caused by function add_stmt_cost[PR121542].
new 17eae3d3bfb AArch64: Fix invalid immediate offsets in SVE gather/scatte [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/aarch64/aarch64-sve.md | 64 ++++++++++++-------------
gcc/testsuite/g++.target/aarch64/sve/pr121449.C | 44 +++++++++++++++++
2 files changed, 76 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr121449.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 16e7aa4aab7 bfd/TIC4x: correct COFF swapping functions for mixed-endian [...]
new 1321c777e97 gdb: fix forward and reverse search commands to match docum [...]
new e53b88b40ed gdb: fix forward/reverse search, when no lines are printed
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:
gdb/source.c | 28 ++++---
gdb/testsuite/gdb.base/source-search.c | 127 +++++++++++++++++++++++++++++++
gdb/testsuite/gdb.base/source-search.exp | 106 ++++++++++++++++++++++++++
gdb/testsuite/gdb.tui/source-search.c | 127 +++++++++++++++++++++++++++++++
gdb/testsuite/gdb.tui/source-search.exp | 71 +++++++++++++++++
5 files changed, 447 insertions(+), 12 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/source-search.c
create mode 100644 gdb/testsuite/gdb.base/source-search.exp
create mode 100644 gdb/testsuite/gdb.tui/source-search.c
create mode 100644 gdb/testsuite/gdb.tui/source-search.exp
--
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 ee3622f3c66 LoongArch: Fix ICE caused by function add_stmt_cost[PR121542].
new 1803809e0bb aarch64: Adapt unwinder to linux's SME signal behaviour
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/doc/sourcebuild.texi | 3 +
gcc/testsuite/g++.target/aarch64/sme/sme_throw_1.C | 56 +++++++++++
gcc/testsuite/g++.target/aarch64/sme/sme_throw_2.C | 4 +
gcc/testsuite/lib/target-supports.exp | 23 +++++
libgcc/config/aarch64/linux-unwind.h | 108 ++++++++++++++++++++-
5 files changed, 193 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sme/sme_throw_1.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sme/sme_throw_2.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 5b60bb6dc70 Use gimple_call_fntype rather than gimple_call_fndecl in pa [...]
new b1f9ab40cbc fixincludes: skip stdio_stdarg_h on modern darwin
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:
fixincludes/fixincl.x | 6 +++---
fixincludes/inclhack.def | 6 +++---
2 files changed, 6 insertions(+), 6 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 d1c207a65d2 LoongArch: Fix ICE caused by function add_stmt_cost[PR121542].
new 5b60bb6dc70 Use gimple_call_fntype rather than gimple_call_fndecl in pa [...]
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-nrv.cc | 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 annotated tag next-20250815
in repository linux-next.
at f0fcb1f0506a (tag)
tagging 1357b2649c026b51353c84ddd32bc963e8999603 (commit)
replaces v6.17-rc1
tagged by Stephen Rothwell
on Fri Aug 15 14:12:16 2025 +1000
- Log -----------------------------------------------------------------
next-20250815
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmies6AACgkQifkcCkHV
wHogmRAAjZnhVcEJFfUUathY9e6RCT+sa67WOI+oUmI4ksqeSFnC22iGp014uwE5
JWYyvARn2n6DeTUmXjdfqL/SRBe0ROPwJRwsE5AmTusw0BxM2X8lZJTeiupMcrVc
YcRPpop/ywn9pnkSqdnlP5f6ASIxGYP3OqCqErc+aFw4r3vvOMMR/TLP0qLc1700
Wu5WrrDK1zRTgGFfqcnuAK/25Tk5JfLyadcP8ALTqF4aWCTrq9MrNlUH9kG3f54z
RCZDQp3xQzTG2MpPe3uz9IeLww/gzBusVUMdE04wvk7hSffCGhqDGmyvF2111pFd
TAVAmp5VFGR6pqPjWO4cIp+ckRcFszY23LWi4z80Hf4YcIFVlQVYAIVuwge3D+yy
hlsMV+zGctWnP+DNwnkBViF6YXDA76GvlAd/VpdGDEo3RhElrKrpvOdI6M/L3kVW
LSdZh3z5UYmKmoVpfHt7zjr1F7LQi46hC8kTp0uvBDXcdB6h9NyrjxJI9HWanMEQ
A2qwBmtULt140NALNTKgop41tdVv31Q9LEwuQlIYguByesM17VDoxYTskZY8bASW
zrGgBQTVES3o/y6NWYxMV94b2LeDWsAqdg59KvajaWYJy+O8pznLXjSQ7X6Adt7i
AtQuwqcR1CU3/s9oniPO/s/uulgNq3cjpuT9/RUifGiKrwPj5Gw=
=OsEH
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new ef5fcdb7300a RDMA/sa_query: Add RMPP support for SA queries
new a892a3e74fb4 RDMA/sa_query: Support IB service records resolution
new a6404823fe20 RDMA/cma: Support IB service record resolution
new 810f874eda8e RDMA/ucma: Support query resolved service records
new a3c9d0fcd371 RDMA/ucma: Support write an event into a CM
new 4d674c478dc5 RDMA/erdma: Use dma_map_page to map scatter MTT buffer
new 44d69d3cf2e8 RDMA/mana_ib: Drain send wrs of GSI QP
new 211dc59b7bb5 IB/hfi1: Use for_each_online_cpu() instead of for_each_cpu()
new 7ecb662b717a media: v4l2-common: Add a helper for obtaining the clock producer
new 2d240b124cc9 media: i2c: Kconfig: Ensure a dependency on HAVE_CLK for V [...]
new e2b1ebd72c81 Documentation: media: camera-sensor: Mention v4l2_devm_sen [...]
new 46fa6e200d98 media: i2c: ar0521: Use the v4l2 helper for obtaining the clock
new 2e47c27270e9 media: i2c: et8ek8: Use the v4l2 helper for obtaining the clock
new da47267d9960 media: i2c: gc05a2: Use the v4l2 helper for obtaining the clock
new 4475c7764ab5 media: i2c: gc08a3: Use the v4l2 helper for obtaining the clock
new 374e55cf0876 media: i2c: gc2145: Use the v4l2 helper for obtaining the clock
new 9c54f6a9eccd media: i2c: hi846: Use the v4l2 helper for obtaining the clock
new c3b36a4cc9cc media: i2c: imx214: Use the v4l2 helper for obtaining the clock
new 33cce53627a5 media: i2c: imx219: Use the v4l2 helper for obtaining the clock
new c3032c14d3c2 media: i2c: imx283: Use the v4l2 helper for obtaining the clock
new d78dc79d1c8c media: i2c: imx290: Use the v4l2 helper for obtaining the clock
new 8dacf792b85f media: i2c: imx296: Use the v4l2 helper for obtaining the clock
new 69a30d67d072 media: i2c: imx334: Use the v4l2 helper for obtaining the clock
new ae40acaed038 media: i2c: imx335: Use the v4l2 helper for obtaining the clock
new e1d824320d82 media: i2c: imx412: Use the v4l2 helper for obtaining the clock
new 180ea1077545 media: i2c: imx415: Use the v4l2 helper for obtaining the clock
new ad2089b72798 media: i2c: mt9m001: Use the v4l2 helper for obtaining the clock
new 2e15ccbb1d68 media: i2c: mt9m111: Use the v4l2 helper for obtaining the clock
new b9342c89ca60 media: i2c: mt9m114: Use the v4l2 helper for obtaining the clock
new d1360982c3e4 media: i2c: mt9p031: Use the v4l2 helper for obtaining the clock
new e49ee5d80be1 media: i2c: mt9t112: Use the v4l2 helper for obtaining the clock
new 3faab75678bb media: i2c: mt9v032: Use the v4l2 helper for obtaining the clock
new 6e4674fc4c19 media: i2c: mt9v111: Use the v4l2 helper for obtaining the clock
new 52b0a078fab8 media: i2c: ov02a10: Use the v4l2 helper for obtaining the clock
new 33df67eb771d media: i2c: ov2659: Use the v4l2 helper for obtaining the clock
new e830bc33f6fd media: i2c: ov2685: Use the v4l2 helper for obtaining the clock
new 76d5e67d5433 media: i2c: ov5640: Use the v4l2 helper for obtaining the clock
new 1e8faa6626b6 media: i2c: ov5645: Use the v4l2 helper for obtaining the clock
new f801ccf74011 media: i2c: ov5647: Use the v4l2 helper for obtaining the clock
new 85f809c2af15 media: i2c: ov5648: Use the v4l2 helper for obtaining the clock
new e3ed4873e992 media: i2c: ov5695: Use the v4l2 helper for obtaining the clock
new 197b2c2484cf media: i2c: ov64a40: Use the v4l2 helper for obtaining the clock
new c6e79ddd0006 media: i2c: ov6650: Use the v4l2 helper for obtaining the clock
new f3c4ae273390 media: i2c: ov7740: Use the v4l2 helper for obtaining the clock
new 4be64122c8da media: i2c: ov8856: Use the v4l2 helper for obtaining the clock
new 5ee9d47242c2 media: i2c: ov8858: Use the v4l2 helper for obtaining the clock
new c5f46dd95202 media: i2c: ov8865: Use the v4l2 helper for obtaining the clock
new 220150677061 media: i2c: ov9282: Use the v4l2 helper for obtaining the clock
new f9f6ebba712e media: i2c: ov9640: Use the v4l2 helper for obtaining the clock
new 1808dd608f85 media: i2c: ov9650: Use the v4l2 helper for obtaining the clock
new 54ec6f9c6f60 media: i2c: s5c73m3: Use the v4l2 helper for obtaining the clock
new 2db026f2e90b media: i2c: s5k5baf: Use the v4l2 helper for obtaining the clock
new 7f5af01769c4 media: i2c: s5k6a3: Use the v4l2 helper for obtaining the clock
new e55df3c66027 media: i2c: vd55g1: Use the v4l2 helper for obtaining the clock
new 19248489e86e media: i2c: vd56g3: Use the v4l2 helper for obtaining the clock
new 51d79d123b61 media: i2c: vgxy61: Use the v4l2 helper for obtaining the clock
new 380e6896c223 media: i2c: ov2680: Use the v4l2 helper for obtaining the clock
new 89b9696d8b07 tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible"
new 784ad808ae86 usb: dwc3: qcom: Add shutdown handler
new e58ebd14a5f1 dt-bindings: usb: renesas,usbhs: Add RZ/T2H and RZ/N2H support
new 015709748ca9 usb: renesas_usbhs: Add support for RZ/T2H SoC
new b12daf363f3d USB: lower "Device is not authorized for usage" message to info
new 4b58e0638c4b usb: misc: eud: Remove error print for devm_add_action_or_reset()
new aeb0169217eb usb: dwc3: qcom: Remove extcon functionality from glue layer
new 186e8f2bdba5 usb: host: max3421-hcd: Fix error pointer dereference in p [...]
new 738812440b3c dt-bindings: usb: Drop duplicate nvidia,tegra20-ehci.txt
new c0485e864a2e usb: misc: qcom_eud: Access EUD_MODE_MANAGER2 through secu [...]
new 96c08ff80b8f tty: sysrq: delete unnecessary check
new 0e62438e4764 ASoC: Intel: sst: Remove redundant semicolons
new d4b7080be277 kbuild: uapi: rerun header tests when headers_check.pl changes
new 3788d69db18d kbuild: uapi: fail header test on compiler warnings
new 24b1bd64ee40 kbuild: uapi: upgrade warning on asm/types.h inclusion to error
new c3a9d74ee413 kbuild: uapi: upgrade check_sizetypes() warning to error
new b8d762c98305 kbuild: uapi: upgrade check_declarations() warning to error
new 48124569bbc6 spi: remove unneeded 'fast_io' parameter in regmap_config
new 8ba38a7a9a69 x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
new 3da01ffe1aea x86/fred: Remove ENDBR64 from FRED entry points
new 5e88777a3824 selftests: forwarding: Add a test for FDB activity notific [...]
new a57384110dc6 tun: replace strcpy with strscpy for ifr_name
new 30f7d4099fb6 net: libwx: cleanup VF register macros
new 3051f49b0e03 net: enetc: Remove error print for devm_add_action_or_reset()
new d94abfa3eb0e mempolicy: clarify what zone reclaim means
new ebc04d9d8d47 mempolicy-clarify-what-zone-reclaim-means-fix
new ef36048de53e kasan: add test for SLAB_TYPESAFE_BY_RCU quarantine skipping
new 905879a51c88 kasan: add test for SLAB_TYPESAFE_BY_RCU quarantine skipping
new e51093c8dd46 mm/mglru: update MG-LRU proactive reclaim statistics only [...]
new c257e262ecf7 mm/selftests: fix incorrect pointer being passed to mark_range()
new e2aa9d8f2596 selftests/mm: add support to test 4PB VA on PPC64
new 7a4a2f4f925d selftest/mm: fix ksm_funtional_test failures
new a0738299d043 mm/selftests: fix split_huge_page_test failure on systems [...]
new 395bd411dd9e selftests/mm: fix child process exit codes in ksm_function [...]
new 951697ce50f7 selftests/mm: skip thuge-gen test if system is not setup properly
new c814aca82e6c selftests/mm: skip hugepage-mremap test if userfaultfd una [...]
new 6bf93f1955ac mm: memory-tiering: fix PGPROMOTE_CANDIDATE counting
new fe1f7621992c /dev/zero: try to align PMD_SIZE for private mapping
new 101bbc808d21 mm: replace (20 - PAGE_SHIFT) with common macros for pages [...]
new a97d19b95c48 maple_tree: use kfree_rcu in ma_free_rcu
new 32b8658a38c9 testing/radix-tree/maple: hack around kfree_rcu not existing
new cdafa48a6620 zram: protect recomp_algorithm_show() with ->init_lock
new e47669cab2ce selftests/mm: pass filename as input param to VM_PFNMAP tests
new d26135106a49 mm: limit the scope of vma_start_read()
new 51e9ebe397e7 mm: change vma_start_read() to drop RCU lock on failure
new ff3528def6d3 mm, swap: only scan one cluster in fragment list
new f5a79a873c19 mm, swap: remove fragment clusters counter
new d21d5871c9a7 mm, swap: prefer nonfull over free clusters
new fe60d81c77b2 selftests/mm: use __auto_type in swap() macro
new f852db1eafa9 mm: correct misleading comment on mmap_lock field in mm_struct
new 92823c1ba5d7 mm/vmalloc: allow to set node and align in vrealloc
new 04d04d1d34c5 mm/slub: allow to set node and align in k[v]realloc
new 8405eafa6e94 rust: add support for NUMA ids in allocations
new e6c3d30fd82c rust: support large alignments in allocations
new 42549d85ce97 mm/nommu: convert kobjsize() to folios
new 4bcc345143af xarray: remove redundant __GFP_NOWARN
new 3600db4ac1ba maple_tree: remove redundant __GFP_NOWARN
new 0796138a1158 mm/rmap: do __folio_mod_stat() in __folio_add_rmap()
new 64c916350542 mm/damon/core: skip needless update of damon_attrs in damo [...]
new a2d190613654 mm-damon-core-skip-needless-update-of-damon_attrs-in-damon [...]
new 6814d32d47fd mm/damon/paddr: move filters existence check function to o [...]
new c5cfcf3890ab mm/damon/vaddr: support stat-purpose DAMOS filters
new af8e12de0f11 selftests/mm: add -Wunreachable-code and fix warnings
new 3136b5cae6ac selftests/mm: protection_keys: fix dead code
new ae834249276f selftests: kselftest.h: add __unused macro
new d75f25bce926 selftests/mm: add -Wunused family of flags
new d0273ea0a1af selftests/mm: remove unused parameters
new 9a292b79cb87 selftests/mm: mark unused arguments with __unused
new fe11642d0f7d selftests/mm: mark more unused arguments with __unused
new 1259a307ed1a selftests/mm: fix unused parameter warnings for different [...]
new 062b7f07240e mm/zswap: store <PAGE_SIZE compression failed page as-is
new 4bc12a4dc6a1 selftests/proc: test PROCMAP_QUERY ioctl while vma is conc [...]
new 23871e8a93e3 fs/proc/task_mmu: factor out proc_maps_private fields used [...]
new 2c78a13705af fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks
new 74dba564fef8 mm/kasan/init.c: remove unnecessary pointer variables
new 9f5086566714 mm/damon: update expired description of damos_action
new fa383ecf8670 docs/mm/damon/design: fix typo: s/sz_trtied/sz_tried/
new 3ded92957242 mm/mincore, swap: consolidate swap cache checking for mincore
new 02a662ceb37d mm/mincore: use a helper for checking the swap cache
new 054a7e13d7da mm/migrate: remove MIGRATEPAGE_UNMAP
new 4425d8849fa2 treewide: remove MIGRATEPAGE_SUCCESS
new 0d02e1e60ad0 mm/huge_memory: move more common code into insert_pmd()
new 5137574b3001 mm/huge_memory: move more common code into insert_pud()
new fa9ead17a473 mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
new 2cd5be26177c fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
new 57f1c1bc1c21 mm/huge_memory: mark PMD mappings of the huge zero folio special
new 15358af85662 powerpc/ptdump: rename "struct pgtable_level" to "struct p [...]
new 5e901e249ad1 mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
new 1b36630ddc56 mm/memory: convert print_bad_pte() to print_bad_page_map()
new 6e732ac2a12c mm/memory: factor out common code from vm_normal_page_*()
new f54f3a86b1a4 mm: introduce and use vm_normal_page_pud()
new db3d3cb89074 mm: rename vm_ops->find_special_page() to vm_ops->find_nor [...]
new 8603525a9be8 mm: rename huge_zero_page to huge_zero_folio
new 9d608ac71dce mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
new 983ca0df0b81 mm: add persistent huge zero folio
new 64d0e01e9497 mm: add largest_zero_folio() routine
new 141805dc9522 block: use largest_zero_folio in __blkdev_issue_zero_pages()
new ade9c03c70ad kho: allow scratch areas with zero size
new 328b2e6f0277 lib/test_kho: fixes for error handling
new c3c45d2e88e0 selftest/kho: update generation of initrd
new 4ce9a8f48158 selftests/damon: test no-op commit broke DAMON status
new 063ef46eb727 selftests/mm: do check_huge_anon() with a number been passed in
new e50edb059e9e mm: add bitmap mm->flags field
new 231375106d5c mm: place __private in correct place, const-ify __mm_flags [...]
new e7061f58a18f mm: convert core mm to mm_flags_*() accessors
new 3a82738f24ea mm-convert-core-mm-to-mm_flags_-accessors-fix
new c65733a76370 mm: convert prctl to mm_flags_*() accessors
new 49d52e7359db mm: convert arch-specific code to mm_flags_*() accessors
new 8fb66dfec5a2 fix typo
new 9d35f9051f56 mm: convert uprobes to mm_flags_*() accessors
new 57582f5ac7e1 mm: update coredump logic to correctly use bitmap mm flags
new c7cdb7310f68 mm: correct sign-extension issue in MMF_* flag masks
new c0fed6d31f8c mm: update fork mm->flags initialisation to use bitmap
new f5ace1b1b5f0 mm: convert remaining users to mm_flags_*() accessors
new 1e0e990aad8f mm: replace mm->flags with bitmap entirely and set to 64 bits
new 29e924383a29 mm: remove redundant __GFP_NOWARN
new b16e8bbacffd selftests/mm: fix spelling mistake "mrmeap" -> "mremap"
new 5bfda5403ead mm/filemap: align last_index to folio size
new 6bee0462de1f mm-filemap-align-last_index-to-folio-size-fix
new 11275e594575 hung_task: dump blocker task if it is not hung
new 0502f04d8731 x86/kexec: carry forward the boot DTB on kexec
new f7c2c81eb82f ref_tracker: remove redundant __GFP_NOWARN
new 37f1c3ba9779 kcov: use write memory barrier after memcpy() in kcov_move_area()
new cb431537835c kcov: load acquire coverage count in user-space code
new 452b09676b3a kcov-load-acquire-coverage-count-in-user-space-code-v2
new c47d75f1a843 idr test suite: remove usage of the deprecated ida_simple_ [...]
new 2eefc6d685de ida: remove the ida_simple_xxx() API
new 99c3f3d4237c nvmem: update a comment related to struct nvmem_config
new 494179495d1e lib/digsig: remove unnecessary memset
new 0bc522726cbd pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callers
new e93fdd1d19a7 pid: introduce task_ppid_vnr()
new 3a5368177bed pid: change bacct_add_tsk() to use task_ppid_nr_ns()
new 1cc390b04926 pid: change task_state() to use task_ppid_nr_ns()
new 15482720f092 init: handle bootloader identifier in kernel parameters
new 7075eb549d2f checkpatch: allow http links of any length in commit logs
new 7bef3881f110 ocfs2: kill osb->system_file_mutex lock
new b88e4b3afb09 lib/fault-inject-usercopy.c: use PTR_ERR_OR_ZERO() to simp [...]
new 98a497e97f99 squashfs: verify inode mode when loading from disk
new 629a634fb768 iov_iter: iov_folioq_get_pages: don't leave empty slot behind
new acfea9361073 selftests: netconsole: Validate interface selection by MAC [...]
new 66ceb45b7d7e ice: Don't use %pK through printk or tracepoints
new e2068f74b976 net/mlx5: Don't use %pK through tracepoints
new 3b5ca25ecfa8 Merge branch 'net-don-t-use-pk-through-printk-or-tracepoints'
new daad2ef99145 rust: cpumask: rename CpumaskVar::as[_mut]_ref to from_raw[_mut]
new 23fca458f6ab rust: cpumask: Mark CpumaskVar as transparent
new 5d03847175e8 thunderbolt: Use is_pciehp instead of is_hotplug_bridge
new 84477af03966 Merge branch into tip/master: 'core/bugs'
new 03f462fb80b1 Merge branch into tip/master: 'timers/clocksource'
new 881b3e9efa7e Merge branch into tip/master: 'x86/entry'
new c308bb4190a8 ALSA: hda: Use min() to simplify snd_hda_get_devices()
new 4a31a043fc16 ALSA: hda: Improve local variable data type in print_devic [...]
new 5893165a27e7 gpio: remove unneeded 'fast_io' parameter in regmap_config
new 40e819747b45 net: cadence: macb: convert from round_rate() to determine_rate()
new 0bf5d8254a00 Merge branch 'optee_typo_fix_for_v6.17' into next
new f22cc6f766f8 net: ethtool: support including Flow Label in the flow has [...]
new 0afbfdc0f64a eth: fbnic: support RSS on IPv6 Flow Label
new 46c0faa46378 eth: bnxt: support RSS on IPv6 Flow Label
new 26dbe030ff08 selftests: drv-net: add test for RSS on flow label
new 875c541ea680 Merge branch 'net-ethtool-support-including-flow-label-in- [...]
new cbd3baeffbc0 drm/i915: silence rpm wakeref asserts on GEN11_GU_MISC_IIR access
new 21ecdf45f1cd drm/i915/display: pass display to HAS_PCH_*() macros
new 5064edaa3446 drm/i915/fb: pass display to HAS_GMCH() and DISPLAY_VER()
new 3a28f5c19d4d drm/i915/clockgating: pass display to for_each_pipe()
new 077ad673d986 drm/i915/clockgating: pass display to HAS_PCH_*() macros
new 0418dfd86144 drm/i915/clockgating: pass display to DSPCNTR and DSPSURF [...]
new 8f7528425ca5 drm/i915/irq: pass display to macros that expect display
new 7eb949663bbc drm/i915/dram: pass display to macros that expect display
new e3929f84a1b3 drm/i915/gmch: pass display to DISPLAY_VER()
new a1a8c68cdac0 drm/i915/gem: pass display to HAS_DISPLAY()
new d2e184f8e16a drm/i915/switcheroo: pass display to HAS_DISPLAY()
new 8d588c01d1fd drm/i915/drv: pass display to HAS_DISPLAY()
new 240e3c640cd1 drm/i915/uncore: pass display to HAS_FPGA_DBG_UNCLAIMED()
new 85cac9ff650d drm/i915/gvt: convert mmio table to struct intel_display
new 7e757092373c drm/i915/reg: separate VLV_DSPCLK_GATE_D from DSPCLK_GATE_D
new ada8faab6395 drm/i915/display: drop __to_intel_display() usage
new a341bcfbfa74 dt-bindings: reset: add compatible for bcm63xx ephy control
new 6e273caeacf0 reset: bcm6345: add support for bcm63xx ephy control register
new 9c50f99c1353 reset: aspeed: register AST2700 reset auxiliary bus device
new f443d7c9ed46 dt-bindings: reset: thead,th1520-reset: add more VOSYS resets
new d342031a5238 reset: th1520: add resets for display pipeline
new 1527cd3b89f0 reset: remove unneeded 'fast_io' parameter in regmap_config
new b628aba60f8b dt-bindings: pwm: fsl,vf610-ftm-pwm: Add compatible for s3 [...]
new 016179ca25be pwm: Add the S32G support in the Freescale FTM driver
new f68a5a726011 Merge branch 'spi-linus' into spi-next
new bbe4656eae27 Merge remote-tracking branch 'spi/for-6.18' into spi-next
new 6d068f1ae2a2 regulator: rt5133: Fix spelling mistake "regualtor" -> "re [...]
new 7bf9e646af9a ASoC: rt1321: Add RT1321 amplifier support
new d578faf7096a ASoC: remove unneeded 'fast_io' parameter in regmap_config
new 258384d8ce36 ASoC: es8323: enable DAPM power widgets for playback DAC a [...]
new f93dd842719b dt-bindings: display: Drop duplicate ti,opa362 binding
new 6b8c52b41be4 dt-bindings: arm: Convert cavium,thunder-88xx to DT schema
new f56fbb6a1b36 dt-bindings: arm: Drop obsolete cavium-thunder2.txt
new fe66b18fd605 docs: device-mapper: fixed spelling mistakes in documentation
new 2412f16c9afa media: v4l2-common: Improve devm_v4l2_sensor_clk_get() doc [...]
new 6fb8fbbaf147 dm-pcache: add persistent cache target in device-mapper
new bbaac808236f Merge remote-tracking branch 'regulator/for-6.18' into reg [...]
new a46e95c81e3a ASoC: wl1273: Remove
new 80025149db06 Input: include export.h in modules using EXPORT_SYMBOL*()
new f852ce052a8b kbuild: align W=e with CONFIG_WERROR
new e7a10929c574 kbuild: unify W=e and CONFIG_WERROR
new 592b571f20c5 kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
new ec4a3992bc0b kbuild: respect CONFIG_WERROR for linker and assembler
new 3f0ff4cc6ffb kbuild: respect CONFIG_WERROR for userprogs
new 5de28cf4ae21 dt-bindings: arm/cpus: Add missing Applied Micro CPU compatibles
new 01ce6aa56caa dt-bindings: interrupt-controller: Convert hisilicon,mbige [...]
new a646e96080cd kbuild: enable -Werror for hostprogs
new f24775c32590 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
new 4239b174c2fc clk: remove unneeded 'fast_io' parameter in regmap_config
new c123519bffd2 clk: npcm: select CONFIG_AUXILIARY_BUS
new 14db48469c94 Merge remote-tracking branch 'asoc/for-6.18' into asoc-next
new 8eba022f32e8 clocksource/drivers/vf-pit: Replace raw_readl/writel to re [...]
new 720dbfe66909 clocksource/drivers/vf-pit: Add COMPILE_TEST option
new 092eef125c8e clocksource/drivers/vf-pit: Set the scene for multiple timers
new 99202e62f26d clocksource/drivers/vf-pit: Rework the base address usage
new 14e101a4930a clocksource/drivers/vf-pit: Pass the cpu number as parameter
new 03fe514112d6 clocksource/drivers/vf-pit: Encapsulate the initialization [...]
new 25b6b754e3b5 clocksource/drivers/vf-pit: Allocate the struct timer at i [...]
new c24de66f67c3 clocksource/drivers/vf-pit: Convert raw values to BIT macros
new c29f3b41410a clocksource/drivers/vf-pit: Register the clocksource from [...]
new ef42f41ee0a9 clocksource/drivers/vf-pit: Encapsulate the macros
new 3ef3f0bc9409 clocksource/drivers/vf-pit: Encapsulate the PTLCVAL macro
new 2920fb3e179b clocksource/drivers/vf-pit: Use the node name for the inte [...]
new 35fef43cecf5 clocksource/drivers/vf-pit: Encapsulate clocksource enable [...]
new 2f2c727a21de clocksource/drivers/vf-pit: Enable and disable module on error
new 25628d26bc28 clocksource/drivers/vf-pit: Encapsulate set counter function
new 309f40fe04e8 clocksource/drivers/vf-pit: Consolidate calls to pit_*_dis [...]
new e858aea938da clocksource/drivers/vf-pit: Unify the function name for irq ack
new 3f490a74a8a1 clocksource/drivers/vf-pit: Rename the VF PIT to NXP PIT
new bc645b10b519 dt: bindings: fsl,vf610-pit: Add compatible for s32g2 and s32g3
new 7b8674115e46 clocksource/drivers/nxp-pit: Add NXP Automotive s32g2 / s3 [...]
new a1e1c10878d7 clk: tegra: Remove redundant semicolons
new 539b06e9e0d8 clk: clk-axi-clkgen: remove unneeded semicolon
new eb2e8295c077 ACPI: GTDT: Generate platform devices for MMIO timers
new 13f1a7a6f29a clocksource/drivers/arm_arch_timer: Add standalone MMIO driver
new ce5d33422d97 clocksource/drivers/arm_arch_timer_mmio: Switch over to st [...]
new 461f124656e6 clocksource/drivers/arm_arch_timer_mmio: Add MMIO clocksource
new a34c08f465ff hyperv: Add missing field to hv_output_map_device_interrupt
new 4c5f7b80c2e2 Drivers: hv: Introduce hv_setup_*() functions for hypercal [...]
new 0820f7a78952 x86/hyperv: Use hv_setup_*() to set up hypercall arguments [...]
new 6ad40c97b7d8 x86/hyperv: Use hv_setup_*() to set up hypercall arguments [...]
new 90896ae86da1 Drivers: hv: Use hv_setup_*() to set up hypercall arguments
new ef9b14c4ee4d PCI: hv: Use hv_setup_*() to set up hypercall arguments
new eee03d9b9c28 Drivers: hv: Use hv_setup_*() to set up hypercall argument [...]
new 11ace8b65711 Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyp [...]
new ecbec213dfcb Drivers: hv: Export some symbols for mshv_vtl
new 2f89f4a42b16 Drivers: hv: Introduce mshv_vtl driver
new 54f5212c8f21 Merge branch 'clk-cleanup' into clk-next
new c4f72d3747ac Merge tag 'docs/v6.17-1' of git://git.kernel.org/pub/scm/l [...]
new 355b82c54c12 net: phy: motorcomm: Add support for PHY LEDs on YT8521
new 34167f1a024d net: phy: realtek: convert RTL8226-CG to c45 only
new c6f68f69416d nfc: pn533: Delete an unnecessary check
new 558a5bfcc203 Merge branch 'mm-unstable' of https://git.kernel.org/pub/s [...]
new 16c5b0ab3289 Merge branch 'mm-nonmm-unstable' of https://git.kernel.org [...]
new 1b710476a3ce Merge branch 'kbuild-next' of https://git.kernel.org/pub/s [...]
new ae5b8d2d1f15 Merge branch 'dma-mapping-for-next' of https://git.kernel. [...]
new b725c8decc1d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 783756144a5d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e0e49f48ed08 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new dc8aec00f59f Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new cdf667659d60 Merge branch 'at91-next' of https://git.kernel.org/pub/scm [...]
new 055fc08ada83 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c21d2ab24192 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 6e827204a1a9 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7a3c1f283546 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7f3049c19f43 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 47b8eaaa2473 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e2d53f02ea18 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 972bf311ddcb Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 843273ba4424 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 61ac32cf7ac7 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new cf5ff803e374 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d23c10f7fe87 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 93bb3590abc7 Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 3d1e4323b956 Merge branch 'for-next' of https://github.com/spacemit-com/linux
new da3ca22fbec3 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new aa67818c777e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e4b019ea3054 Merge branch 'ti-next' of https://git.kernel.org/pub/scm/l [...]
new ea0669d5a1d3 Merge branch 'for-next' of https://github.com/Xilinx/linux [...]
new b65b05089769 Merge branch 'clk-next' of https://git.kernel.org/pub/scm/ [...]
new aad39f9390ff Merge branch 'renesas-clk' of https://git.kernel.org/pub/s [...]
new 6e27d49bf51a Merge branch 'linux-next' of https://github.com/c-sky/csky [...]
new 262515b5498c Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new a1967512e6ec Merge branch 'riscv-dt-for-next' of https://git.kernel.org [...]
new 8d98a85676d1 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 0ebc0bcd0aa0 devlink/port: Simplify return checks
new 41a6e8ab1864 devlink/port: Check attributes early and constify
new 9b96c60d70fc Merge branch 'devlink-port-attr-cleanup'
new 4b6dc4c891cc ptp: ptp_clockmatrix: Remove redundant semicolons
new eeea7688632e net/sched: Use TC_RTAB_SIZE instead of magic number
new 20e1b75b38fd net: dsa: realtek: remove unnecessary file, dentry, inode [...]
new df979273bd71 net: phy: mscc: report and configure in-band auto-negotiat [...]
new f09fc24dd9a5 selftests: drv-net: wait for carrier
new 3d05b24429e1 bridge: Redirect to backup port when port is administrativ [...]
new 51ca1e67f416 selftests: net: Test bridge backup port when port is admin [...]
new 6a18b85ca7d8 Merge branch 'bridge-redirect-to-backup-port-when-port-is- [...]
new 6398d8a856fb sfc: replace min/max nesting with clamp()
new dd54085889fc Merge branch 'fs-next' of linux-next
new 19550daa0395 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 83c88eb8b43d Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 127520f7116a Merge branch 'for-next/pstore' of https://git.kernel.org/p [...]
new 74ea1ce53848 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e073152006aa Merge branch 'i2c/for-next' of https://git.kernel.org/pub/ [...]
new 5884dfa15d95 Merge branch 'hwmon-next' of https://git.kernel.org/pub/sc [...]
new e8f1eed8984a Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 22ea07e01498 Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new f78c4fc6f122 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new ab79770dd28d Merge branch 'cpufreq/arm/linux-next' of https://git.kerne [...]
new 8c5d9528dc4a Merge branch 'cpupower' of https://git.kernel.org/pub/scm/ [...]
new d16fff5f3971 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7fc32993d033 Merge branch 'main' of https://git.kernel.org/pub/scm/linu [...]
new b81ae9ed9f9e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4f72d7a34ece Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 625914d5af02 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 33e440416d42 lib/crypto: sha256: Use underlying functions instead of cr [...]
new 6b7b38d51b24 lib/crypto: sha512: Use underlying functions instead of cr [...]
new fb63a3c36d48 lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
new eb5e2af91c8c lib/crypto: mips/md5: Migrate optimized code into library
new a02d9659dff0 mips: cavium-octeon: Move octeon-crypto.c into parent dir
new 06aa2f809c04 lib/crypto: powerpc/md5: Migrate optimized code into library
new 1796b442a376 lib/crypto: sparc/md5: Migrate optimized code into library
new e6852217b2b7 crypto: md5 - Wrap library and add HMAC support
new 56784a422086 lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5
new 83524ff9d9f7 Merge branch 'libcrypto-next' of https://git.kernel.org/pu [...]
new 1066da636962 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 8adeb659ad3b Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 1e4970ed643e Merge branch 'msm-next-lumag' of https://gitlab.freedeskto [...]
new f334a9b058d0 Merge branch 'nova-next' of https://gitlab.freedesktop.org [...]
new bd5570197e5c Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new ef149bc8b373 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c04282147b55 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 1d1c79a2d795 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c9c387569136 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 79cf31acd048 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new a031a306f7ff Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new aab6c3b6e0db Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d4bc6d031b15 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new dd448fdae1e9 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new a6ea46781118 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 56b9a9823533 Merge branch 'next' of https://github.com/cschaufler/smack-next
new 1ede428aba8a Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new f4c8bf4cdab1 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new be9caa17bca1 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new f9da4e6a1bd4 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 7a5e41dc7365 Merge branch 'timers/drivers/next' of https://git.kernel.o [...]
new 8d5dd0e6b6fe Merge branch 'edac-for-next' of https://git.kernel.org/pub [...]
new 119b4d77960a Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 1ba4dcbbf2b1 Merge branch 'non-rcu/next' of https://git.kernel.org/pub/ [...]
new 4aae2c031253 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 898da57e9062 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new f9cfdd9306a3 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 1966abb94061 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7876fa4f81bb Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 0be7d678000e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 322639e10822 Merge branch 'for-next' of https://github.com/cminyard/lin [...]
new 11ca74d1f5f6 Merge branch 'usb-next' of https://git.kernel.org/pub/scm/ [...]
new 30d317c8dee0 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new bc1868ae5bc9 Merge branch 'tty-next' of https://git.kernel.org/pub/scm/ [...]
new 7bbdf7d460f6 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 7bf402aedd0a Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4516db41e0af Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 97f08550761a Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new e230bc8d23fc Merge branch 'extcon-next' of https://git.kernel.org/pub/s [...]
new 0affe906134b Merge branch 'staging-next' of https://git.kernel.org/pub/ [...]
new 69d08291ec05 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 508ae1deb317 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new b4551264ea1d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new a4e787fb5b67 Merge branch 'gpio/for-next' of https://git.kernel.org/pub [...]
new 7c75f05d3777 Merge branch 'renesas-pinctrl' of https://git.kernel.org/p [...]
new b81bbd0e9832 Merge branch 'pwm/for-next' of https://git.kernel.org/pub/ [...]
new 01884446a005 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 8dd00f8c58fc Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 7756dd68a261 Merge branch 'for-next/seccomp' of https://git.kernel.org/ [...]
new 65d13349b197 Merge branch 'main' of git://git.infradead.org/users/willy [...]
new a19e022afb21 Merge branch 'hyperv-next' of https://git.kernel.org/pub/s [...]
new 7ad8ac4727a1 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 90ea94d3168d Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 829074c0baa1 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 96e7686fcc06 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 5a92e6370332 fix up for "dm-pcache: add persistent cache target in devi [...]
new 1357b2649c02 Add linux-next specific files for 20250815
The 437 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.