@@ -2519,6 +2519,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
25192519F: arch/arm/boot/dts/nxp/imx/
25202520F: arch/arm/boot/dts/nxp/mxs/
25212521F: arch/arm64/boot/dts/freescale/
2522+ X: Documentation/devicetree/bindings/media/i2c/
25222523X: arch/arm64/boot/dts/freescale/fsl-*
25232524X: arch/arm64/boot/dts/freescale/qoriq-*
25242525X: drivers/media/i2c/
@@ -8726,6 +8727,7 @@ M: Chao Yu <chao@kernel.org>
87268727R: Yue Hu <zbestahu@gmail.com>
87278728R: Jeffle Xu <jefflexu@linux.alibaba.com>
87288729R: Sandeep Dhavale <dhavale@google.com>
8730+ R: Hongbo Li <lihongbo22@huawei.com>
87298731L: linux-erofs@lists.ozlabs.org
87308732S: Maintained
87318733W: https://erofs.docs.kernel.org
@@ -11235,7 +11237,6 @@ S: Maintained
1123511237F: drivers/i2c/busses/i2c-cht-wc.c
1123611238
1123711239I2C/SMBUS ISMT DRIVER
11238- M: Seth Heasley <seth.heasley@intel.com>
1123911240M: Neil Horman <nhorman@tuxdriver.com>
1124011241L: linux-i2c@vger.kernel.org
1124111242F: Documentation/i2c/busses/i2c-ismt.rst
@@ -15071,7 +15072,7 @@ F: Documentation/devicetree/bindings/media/mediatek-jpeg-*.yaml
1507115072F: drivers/media/platform/mediatek/jpeg/
1507215073
1507315074MEDIATEK KEYPAD DRIVER
15074- M: Mattijs Korpershoek <mkorpershoek@baylibre.com >
15075+ M: Mattijs Korpershoek <mkorpershoek@kernel.org >
1507515076S: Supported
1507615077F: Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml
1507715078F: drivers/input/keyboard/mt6779-keypad.c
@@ -15494,24 +15495,45 @@ F: Documentation/mm/
1549415495F: include/linux/gfp.h
1549515496F: include/linux/gfp_types.h
1549615497F: include/linux/memfd.h
15497- F: include/linux/memory.h
1549815498F: include/linux/memory_hotplug.h
1549915499F: include/linux/memory-tiers.h
1550015500F: include/linux/mempolicy.h
1550115501F: include/linux/mempool.h
1550215502F: include/linux/memremap.h
15503- F: include/linux/mm.h
15504- F: include/linux/mm_*.h
1550515503F: include/linux/mmzone.h
1550615504F: include/linux/mmu_notifier.h
1550715505F: include/linux/pagewalk.h
15508- F: include/linux/rmap.h
1550915506F: include/trace/events/ksm.h
1551015507F: mm/
1551115508F: tools/mm/
1551215509F: tools/testing/selftests/mm/
1551315510N: include/linux/page[-_]*
1551415511
15512+ MEMORY MANAGEMENT - CORE
15513+ M: Andrew Morton <akpm@linux-foundation.org>
15514+ M: David Hildenbrand <david@redhat.com>
15515+ R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
15516+ R: Liam R. Howlett <Liam.Howlett@oracle.com>
15517+ R: Vlastimil Babka <vbabka@suse.cz>
15518+ R: Mike Rapoport <rppt@kernel.org>
15519+ R: Suren Baghdasaryan <surenb@google.com>
15520+ R: Michal Hocko <mhocko@suse.com>
15521+ L: linux-mm@kvack.org
15522+ S: Maintained
15523+ W: http://www.linux-mm.org
15524+ T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15525+ F: include/linux/memory.h
15526+ F: include/linux/mm.h
15527+ F: include/linux/mm_*.h
15528+ F: include/linux/mmdebug.h
15529+ F: include/linux/pagewalk.h
15530+ F: mm/Kconfig
15531+ F: mm/debug.c
15532+ F: mm/init-mm.c
15533+ F: mm/memory.c
15534+ F: mm/pagewalk.c
15535+ F: mm/util.c
15536+
1551515537MEMORY MANAGEMENT - EXECMEM
1551615538M: Andrew Morton <akpm@linux-foundation.org>
1551715539M: Mike Rapoport <rppt@kernel.org>
@@ -15545,6 +15567,19 @@ F: mm/page_alloc.c
1554515567F: include/linux/gfp.h
1554615568F: include/linux/compaction.h
1554715569
15570+ MEMORY MANAGEMENT - RMAP (REVERSE MAPPING)
15571+ M: Andrew Morton <akpm@linux-foundation.org>
15572+ M: David Hildenbrand <david@redhat.com>
15573+ M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
15574+ R: Rik van Riel <riel@surriel.com>
15575+ R: Liam R. Howlett <Liam.Howlett@oracle.com>
15576+ R: Vlastimil Babka <vbabka@suse.cz>
15577+ R: Harry Yoo <harry.yoo@oracle.com>
15578+ L: linux-mm@kvack.org
15579+ S: Maintained
15580+ F: include/linux/rmap.h
15581+ F: mm/rmap.c
15582+
1554815583MEMORY MANAGEMENT - SECRETMEM
1554915584M: Andrew Morton <akpm@linux-foundation.org>
1555015585M: Mike Rapoport <rppt@kernel.org>
@@ -15553,6 +15588,30 @@ S: Maintained
1555315588F: include/linux/secretmem.h
1555415589F: mm/secretmem.c
1555515590
15591+ MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
15592+ M: Andrew Morton <akpm@linux-foundation.org>
15593+ M: David Hildenbrand <david@redhat.com>
15594+ R: Zi Yan <ziy@nvidia.com>
15595+ R: Baolin Wang <baolin.wang@linux.alibaba.com>
15596+ R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
15597+ R: Liam R. Howlett <Liam.Howlett@oracle.com>
15598+ R: Nico Pache <npache@redhat.com>
15599+ R: Ryan Roberts <ryan.roberts@arm.com>
15600+ R: Dev Jain <dev.jain@arm.com>
15601+ L: linux-mm@kvack.org
15602+ S: Maintained
15603+ W: http://www.linux-mm.org
15604+ T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15605+ F: Documentation/admin-guide/mm/transhuge.rst
15606+ F: include/linux/huge_mm.h
15607+ F: include/linux/khugepaged.h
15608+ F: include/trace/events/huge_memory.h
15609+ F: mm/huge_memory.c
15610+ F: mm/khugepaged.c
15611+ F: tools/testing/selftests/mm/khugepaged.c
15612+ F: tools/testing/selftests/mm/split_huge_page_test.c
15613+ F: tools/testing/selftests/mm/transhuge-stress.c
15614+
1555615615MEMORY MANAGEMENT - USERFAULTFD
1555715616M: Andrew Morton <akpm@linux-foundation.org>
1555815617R: Peter Xu <peterx@redhat.com>
@@ -22738,9 +22797,15 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
2273822797F: Documentation/devicetree/bindings/sound/
2273922798F: Documentation/sound/soc/
2274022799F: include/dt-bindings/sound/
22800+ F: include/sound/cs-amp-lib.h
22801+ F: include/sound/cs35l*
22802+ F: include/sound/cs4271.h
22803+ F: include/sound/cs42l*
22804+ F: include/sound/madera-pdata.h
2274122805F: include/sound/soc*
2274222806F: include/sound/sof.h
2274322807F: include/sound/sof/
22808+ F: include/sound/wm*.h
2274422809F: include/trace/events/sof*.h
2274522810F: include/uapi/sound/asoc.h
2274622811F: sound/soc/
0 commit comments