| .. | .. |
|---|
| 1 | | - |
|---|
| 2 | | - |
|---|
| 3 | | - List of maintainers and how to submit kernel changes |
|---|
| 1 | +List of maintainers and how to submit kernel changes |
|---|
| 2 | +==================================================== |
|---|
| 4 | 3 | |
|---|
| 5 | 4 | Please try to follow the guidelines below. This will make things |
|---|
| 6 | 5 | easier on the maintainers. Not all of these guidelines matter for every |
|---|
| 7 | 6 | trivial patch so apply some common sense. |
|---|
| 8 | 7 | |
|---|
| 9 | | -1. Always _test_ your changes, however small, on at least 4 or |
|---|
| 8 | +Tips for patch submitters |
|---|
| 9 | +------------------------- |
|---|
| 10 | + |
|---|
| 11 | +1. Always *test* your changes, however small, on at least 4 or |
|---|
| 10 | 12 | 5 people, preferably many more. |
|---|
| 11 | 13 | |
|---|
| 12 | 14 | 2. Try to release a few ALPHA test versions to the net. Announce |
|---|
| .. | .. |
|---|
| 25 | 27 | testing and await feedback. |
|---|
| 26 | 28 | |
|---|
| 27 | 29 | 5. Make a patch available to the relevant maintainer in the list. Use |
|---|
| 28 | | - 'diff -u' to make the patch easy to merge. Be prepared to get your |
|---|
| 30 | + ``diff -u`` to make the patch easy to merge. Be prepared to get your |
|---|
| 29 | 31 | changes sent back with seemingly silly requests about formatting |
|---|
| 30 | 32 | and variable names. These aren't as silly as they seem. One |
|---|
| 31 | 33 | job the maintainers (and especially Linus) do is to keep things |
|---|
| .. | .. |
|---|
| 38 | 40 | See Documentation/process/coding-style.rst for guidance here. |
|---|
| 39 | 41 | |
|---|
| 40 | 42 | PLEASE CC: the maintainers and mailing lists that are generated |
|---|
| 41 | | - by scripts/get_maintainer.pl. The results returned by the |
|---|
| 43 | + by ``scripts/get_maintainer.pl.`` The results returned by the |
|---|
| 42 | 44 | script will be best if you have git installed and are making |
|---|
| 43 | 45 | your changes in a branch derived from Linus' latest git tree. |
|---|
| 44 | 46 | See Documentation/process/submitting-patches.rst for details. |
|---|
| .. | .. |
|---|
| 70 | 72 | not represent an immediate threat and are better handled publicly, |
|---|
| 71 | 73 | and ideally, should come with a patch proposal. Please do not send |
|---|
| 72 | 74 | automated reports to this list either. Such bugs will be handled |
|---|
| 73 | | - better and faster in the usual public places. |
|---|
| 75 | + better and faster in the usual public places. See |
|---|
| 76 | + Documentation/admin-guide/security-bugs.rst for details. |
|---|
| 74 | 77 | |
|---|
| 75 | 78 | 8. Happy hacking. |
|---|
| 76 | 79 | |
|---|
| 77 | | -Descriptions of section entries: |
|---|
| 80 | +Descriptions of section entries and preferred order |
|---|
| 81 | +--------------------------------------------------- |
|---|
| 78 | 82 | |
|---|
| 79 | | - P: Person (obsolete) |
|---|
| 80 | | - M: Mail patches to: FullName <address@domain> |
|---|
| 81 | | - R: Designated reviewer: FullName <address@domain> |
|---|
| 83 | + M: *Mail* patches to: FullName <address@domain> |
|---|
| 84 | + R: Designated *Reviewer*: FullName <address@domain> |
|---|
| 82 | 85 | These reviewers should be CCed on patches. |
|---|
| 83 | | - L: Mailing list that is relevant to this area |
|---|
| 84 | | - W: Web-page with status/info |
|---|
| 85 | | - B: URI for where to file bugs. A web-page with detailed bug |
|---|
| 86 | | - filing info, a direct bug tracker link, or a mailto: URI. |
|---|
| 87 | | - C: URI for chat protocol, server and channel where developers |
|---|
| 88 | | - usually hang out, for example irc://server/channel. |
|---|
| 89 | | - Q: Patchwork web based patch tracking system site |
|---|
| 90 | | - T: SCM tree type and location. |
|---|
| 91 | | - Type is one of: git, hg, quilt, stgit, topgit |
|---|
| 92 | | - S: Status, one of the following: |
|---|
| 86 | + L: *Mailing list* that is relevant to this area |
|---|
| 87 | + S: *Status*, one of the following: |
|---|
| 93 | 88 | Supported: Someone is actually paid to look after this. |
|---|
| 94 | 89 | Maintained: Someone actually looks after it. |
|---|
| 95 | 90 | Odd Fixes: It has a maintainer but they don't have time to do |
|---|
| .. | .. |
|---|
| 99 | 94 | Obsolete: Old code. Something tagged obsolete generally means |
|---|
| 100 | 95 | it has been replaced by a better system and you |
|---|
| 101 | 96 | should be using that. |
|---|
| 102 | | - F: Files and directories with wildcard patterns. |
|---|
| 97 | + W: *Web-page* with status/info |
|---|
| 98 | + Q: *Patchwork* web based patch tracking system site |
|---|
| 99 | + B: URI for where to file *bugs*. A web-page with detailed bug |
|---|
| 100 | + filing info, a direct bug tracker link, or a mailto: URI. |
|---|
| 101 | + C: URI for *chat* protocol, server and channel where developers |
|---|
| 102 | + usually hang out, for example irc://server/channel. |
|---|
| 103 | + P: Subsystem Profile document for more details submitting |
|---|
| 104 | + patches to the given subsystem. This is either an in-tree file, |
|---|
| 105 | + or a URI. See Documentation/maintainer/maintainer-entry-profile.rst |
|---|
| 106 | + for details. |
|---|
| 107 | + T: *SCM* tree type and location. |
|---|
| 108 | + Type is one of: git, hg, quilt, stgit, topgit |
|---|
| 109 | + F: *Files* and directories wildcard patterns. |
|---|
| 103 | 110 | A trailing slash includes all files and subdirectory files. |
|---|
| 104 | 111 | F: drivers/net/ all files in and below drivers/net |
|---|
| 105 | 112 | F: drivers/net/* all files in drivers/net, but not below |
|---|
| 106 | 113 | F: */net/* all files in "any top level directory"/net |
|---|
| 107 | 114 | One pattern per line. Multiple F: lines acceptable. |
|---|
| 108 | | - N: Files and directories with regex patterns. |
|---|
| 109 | | - N: [^a-z]tegra all files whose path contains the word tegra |
|---|
| 115 | + X: *Excluded* files and directories that are NOT maintained, same |
|---|
| 116 | + rules as F:. Files exclusions are tested before file matches. |
|---|
| 117 | + Can be useful for excluding a specific subdirectory, for instance: |
|---|
| 118 | + F: net/ |
|---|
| 119 | + X: net/ipv6/ |
|---|
| 120 | + matches all files in and below net excluding net/ipv6/ |
|---|
| 121 | + N: Files and directories *Regex* patterns. |
|---|
| 122 | + N: [^a-z]tegra all files whose path contains tegra |
|---|
| 123 | + (not including files like integrator) |
|---|
| 110 | 124 | One pattern per line. Multiple N: lines acceptable. |
|---|
| 111 | 125 | scripts/get_maintainer.pl has different behavior for files that |
|---|
| 112 | 126 | match F: pattern and matches of N: patterns. By default, |
|---|
| 113 | 127 | get_maintainer will not look at git log history when an F: pattern |
|---|
| 114 | 128 | match occurs. When an N: match occurs, git log history is used |
|---|
| 115 | 129 | to also notify the people that have git commit signatures. |
|---|
| 116 | | - X: Files and directories that are NOT maintained, same rules as F: |
|---|
| 117 | | - Files exclusions are tested before file matches. |
|---|
| 118 | | - Can be useful for excluding a specific subdirectory, for instance: |
|---|
| 119 | | - F: net/ |
|---|
| 120 | | - X: net/ipv6/ |
|---|
| 121 | | - matches all files in and below net excluding net/ipv6/ |
|---|
| 122 | | - K: Keyword perl extended regex pattern to match content in a |
|---|
| 123 | | - patch or file. For instance: |
|---|
| 130 | + K: *Content regex* (perl extended) pattern match in a patch or file. |
|---|
| 131 | + For instance: |
|---|
| 124 | 132 | K: of_get_profile |
|---|
| 125 | 133 | matches patches or files that contain "of_get_profile" |
|---|
| 126 | 134 | K: \b(printk|pr_(info|err))\b |
|---|
| .. | .. |
|---|
| 128 | 136 | printk, pr_info or pr_err |
|---|
| 129 | 137 | One regex pattern per line. Multiple K: lines acceptable. |
|---|
| 130 | 138 | |
|---|
| 131 | | -Note: For the hard of thinking, this list is meant to remain in alphabetical |
|---|
| 132 | | -order. If you could add yourselves to it in alphabetical order that would be |
|---|
| 133 | | -so much easier [Ed] |
|---|
| 139 | +Maintainers List |
|---|
| 140 | +---------------- |
|---|
| 134 | 141 | |
|---|
| 135 | | -Maintainers List (try to look for most precise areas first) |
|---|
| 136 | | - |
|---|
| 137 | | - ----------------------------------- |
|---|
| 142 | +.. note:: When reading this list, please look for the most precise areas |
|---|
| 143 | + first. When adding to this list, please keep the entries in |
|---|
| 144 | + alphabetical order. |
|---|
| 138 | 145 | |
|---|
| 139 | 146 | 3C59X NETWORK DRIVER |
|---|
| 140 | 147 | M: Steffen Klassert <klassert@kernel.org> |
|---|
| 141 | 148 | L: netdev@vger.kernel.org |
|---|
| 142 | 149 | S: Odd Fixes |
|---|
| 143 | | -F: Documentation/networking/vortex.txt |
|---|
| 150 | +F: Documentation/networking/device_drivers/ethernet/3com/vortex.rst |
|---|
| 144 | 151 | F: drivers/net/ethernet/3com/3c59x.c |
|---|
| 145 | 152 | |
|---|
| 146 | 153 | 3CR990 NETWORK DRIVER |
|---|
| .. | .. |
|---|
| 152 | 159 | 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) |
|---|
| 153 | 160 | M: Adam Radford <aradford@gmail.com> |
|---|
| 154 | 161 | L: linux-scsi@vger.kernel.org |
|---|
| 155 | | -W: http://www.lsi.com |
|---|
| 156 | 162 | S: Supported |
|---|
| 163 | +W: http://www.lsi.com |
|---|
| 157 | 164 | F: drivers/scsi/3w-* |
|---|
| 158 | 165 | |
|---|
| 159 | 166 | 53C700 AND 53C700-66 SCSI DRIVER |
|---|
| .. | .. |
|---|
| 168 | 175 | L: linux-bluetooth@vger.kernel.org |
|---|
| 169 | 176 | L: linux-wpan@vger.kernel.org |
|---|
| 170 | 177 | S: Maintained |
|---|
| 171 | | -F: net/6lowpan/ |
|---|
| 178 | +F: Documentation/networking/6lowpan.rst |
|---|
| 172 | 179 | F: include/net/6lowpan.h |
|---|
| 173 | | -F: Documentation/networking/6lowpan.txt |
|---|
| 180 | +F: net/6lowpan/ |
|---|
| 174 | 181 | |
|---|
| 175 | 182 | 6PACK NETWORK DRIVER FOR AX.25 |
|---|
| 176 | 183 | M: Andreas Koensgen <ajk@comnets.uni-bremen.de> |
|---|
| .. | .. |
|---|
| 178 | 185 | S: Maintained |
|---|
| 179 | 186 | F: drivers/net/hamradio/6pack.c |
|---|
| 180 | 187 | |
|---|
| 188 | +802.11 (including CFG80211/NL80211) |
|---|
| 189 | +M: Johannes Berg <johannes@sipsolutions.net> |
|---|
| 190 | +L: linux-wireless@vger.kernel.org |
|---|
| 191 | +S: Maintained |
|---|
| 192 | +W: https://wireless.wiki.kernel.org/ |
|---|
| 193 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git |
|---|
| 194 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git |
|---|
| 195 | +F: Documentation/driver-api/80211/cfg80211.rst |
|---|
| 196 | +F: Documentation/networking/regulatory.rst |
|---|
| 197 | +F: include/linux/ieee80211.h |
|---|
| 198 | +F: include/net/cfg80211.h |
|---|
| 199 | +F: include/net/ieee80211_radiotap.h |
|---|
| 200 | +F: include/net/iw_handler.h |
|---|
| 201 | +F: include/net/wext.h |
|---|
| 202 | +F: include/uapi/linux/nl80211.h |
|---|
| 203 | +F: net/wireless/ |
|---|
| 204 | + |
|---|
| 181 | 205 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
|---|
| 182 | 206 | M: Realtek linux nic maintainers <nic_swsd@realtek.com> |
|---|
| 207 | +M: Heiner Kallweit <hkallweit1@gmail.com> |
|---|
| 183 | 208 | L: netdev@vger.kernel.org |
|---|
| 184 | 209 | S: Maintained |
|---|
| 185 | | -F: drivers/net/ethernet/realtek/r8169.c |
|---|
| 210 | +F: drivers/net/ethernet/realtek/r8169* |
|---|
| 186 | 211 | |
|---|
| 187 | 212 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER |
|---|
| 188 | 213 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| .. | .. |
|---|
| 202 | 227 | M: Latchesar Ionkov <lucho@ionkov.net> |
|---|
| 203 | 228 | M: Dominique Martinet <asmadeus@codewreck.org> |
|---|
| 204 | 229 | L: v9fs-developer@lists.sourceforge.net |
|---|
| 230 | +S: Maintained |
|---|
| 205 | 231 | W: http://swik.net/v9fs |
|---|
| 206 | 232 | Q: http://patchwork.kernel.org/project/v9fs-devel/list/ |
|---|
| 207 | 233 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git |
|---|
| 208 | 234 | T: git git://github.com/martinetd/linux.git |
|---|
| 209 | | -S: Maintained |
|---|
| 210 | | -F: Documentation/filesystems/9p.txt |
|---|
| 235 | +F: Documentation/filesystems/9p.rst |
|---|
| 211 | 236 | F: fs/9p/ |
|---|
| 212 | | -F: net/9p/ |
|---|
| 213 | 237 | F: include/net/9p/ |
|---|
| 214 | | -F: include/uapi/linux/virtio_9p.h |
|---|
| 215 | 238 | F: include/trace/events/9p.h |
|---|
| 239 | +F: include/uapi/linux/virtio_9p.h |
|---|
| 240 | +F: net/9p/ |
|---|
| 216 | 241 | |
|---|
| 217 | 242 | A8293 MEDIA DRIVER |
|---|
| 218 | 243 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 219 | 244 | L: linux-media@vger.kernel.org |
|---|
| 245 | +S: Maintained |
|---|
| 220 | 246 | W: https://linuxtv.org |
|---|
| 221 | 247 | W: http://palosaari.fi/linux/ |
|---|
| 222 | 248 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 223 | 249 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 224 | | -S: Maintained |
|---|
| 225 | 250 | F: drivers/media/dvb-frontends/a8293* |
|---|
| 226 | 251 | |
|---|
| 227 | 252 | AACRAID SCSI RAID DRIVER |
|---|
| 228 | 253 | M: Adaptec OEM Raid Solutions <aacraid@microsemi.com> |
|---|
| 229 | 254 | L: linux-scsi@vger.kernel.org |
|---|
| 230 | | -W: http://www.adaptec.com/ |
|---|
| 231 | 255 | S: Supported |
|---|
| 232 | | -F: Documentation/scsi/aacraid.txt |
|---|
| 256 | +W: http://www.adaptec.com/ |
|---|
| 257 | +F: Documentation/scsi/aacraid.rst |
|---|
| 233 | 258 | F: drivers/scsi/aacraid/ |
|---|
| 234 | 259 | |
|---|
| 235 | 260 | ABI/API |
|---|
| .. | .. |
|---|
| 267 | 292 | S: Maintained |
|---|
| 268 | 293 | F: drivers/gpio/gpio-104-idio-16.c |
|---|
| 269 | 294 | |
|---|
| 270 | | -ACCES 104-QUAD-8 IIO DRIVER |
|---|
| 295 | +ACCES 104-QUAD-8 DRIVER |
|---|
| 271 | 296 | M: William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|
| 297 | +M: Syed Nayyar Waris <syednwaris@gmail.com> |
|---|
| 272 | 298 | L: linux-iio@vger.kernel.org |
|---|
| 273 | 299 | S: Maintained |
|---|
| 300 | +F: Documentation/ABI/testing/sysfs-bus-counter-104-quad-8 |
|---|
| 274 | 301 | F: Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8 |
|---|
| 275 | | -F: drivers/iio/counter/104-quad-8.c |
|---|
| 302 | +F: drivers/counter/104-quad-8.c |
|---|
| 276 | 303 | |
|---|
| 277 | 304 | ACCES PCI-IDIO-16 GPIO DRIVER |
|---|
| 278 | 305 | M: William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|
| .. | .. |
|---|
| 293 | 320 | F: drivers/net/ethernet/alteon/acenic* |
|---|
| 294 | 321 | |
|---|
| 295 | 322 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
|---|
| 296 | | -M: Peter Feuerer <peter@piie.net> |
|---|
| 323 | +M: Peter Kaestle <peter@piie.net> |
|---|
| 297 | 324 | L: platform-driver-x86@vger.kernel.org |
|---|
| 298 | | -W: http://piie.net/?section=acerhdf |
|---|
| 299 | 325 | S: Maintained |
|---|
| 326 | +W: http://piie.net/?section=acerhdf |
|---|
| 300 | 327 | F: drivers/platform/x86/acerhdf.c |
|---|
| 301 | 328 | |
|---|
| 302 | 329 | ACER WMI LAPTOP EXTRAS |
|---|
| .. | .. |
|---|
| 309 | 336 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|
| 310 | 337 | M: Len Brown <lenb@kernel.org> |
|---|
| 311 | 338 | L: linux-acpi@vger.kernel.org |
|---|
| 339 | +S: Supported |
|---|
| 312 | 340 | W: https://01.org/linux-acpi |
|---|
| 313 | 341 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
|---|
| 314 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
|---|
| 315 | 342 | B: https://bugzilla.kernel.org |
|---|
| 316 | | -S: Supported |
|---|
| 343 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
|---|
| 344 | +F: Documentation/ABI/testing/configfs-acpi |
|---|
| 345 | +F: Documentation/ABI/testing/sysfs-bus-acpi |
|---|
| 346 | +F: Documentation/firmware-guide/acpi/ |
|---|
| 317 | 347 | F: drivers/acpi/ |
|---|
| 348 | +F: drivers/pci/*/*acpi* |
|---|
| 349 | +F: drivers/pci/*acpi* |
|---|
| 318 | 350 | F: drivers/pnp/pnpacpi/ |
|---|
| 351 | +F: include/acpi/ |
|---|
| 319 | 352 | F: include/linux/acpi.h |
|---|
| 320 | 353 | F: include/linux/fwnode.h |
|---|
| 321 | | -F: include/acpi/ |
|---|
| 322 | | -F: Documentation/acpi/ |
|---|
| 323 | | -F: Documentation/ABI/testing/sysfs-bus-acpi |
|---|
| 324 | | -F: Documentation/ABI/testing/configfs-acpi |
|---|
| 325 | | -F: drivers/pci/*acpi* |
|---|
| 326 | | -F: drivers/pci/*/*acpi* |
|---|
| 327 | 354 | F: tools/power/acpi/ |
|---|
| 328 | 355 | |
|---|
| 329 | 356 | ACPI APEI |
|---|
| 330 | 357 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|
| 331 | 358 | M: Len Brown <lenb@kernel.org> |
|---|
| 332 | | -L: linux-acpi@vger.kernel.org |
|---|
| 359 | +R: James Morse <james.morse@arm.com> |
|---|
| 333 | 360 | R: Tony Luck <tony.luck@intel.com> |
|---|
| 334 | 361 | R: Borislav Petkov <bp@alien8.de> |
|---|
| 362 | +L: linux-acpi@vger.kernel.org |
|---|
| 335 | 363 | F: drivers/acpi/apei/ |
|---|
| 336 | 364 | |
|---|
| 337 | 365 | ACPI COMPONENT ARCHITECTURE (ACPICA) |
|---|
| 338 | 366 | M: Robert Moore <robert.moore@intel.com> |
|---|
| 339 | | -M: Erik Schmauss <erik.schmauss@intel.com> |
|---|
| 367 | +M: Erik Kaneda <erik.kaneda@intel.com> |
|---|
| 340 | 368 | M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> |
|---|
| 341 | 369 | L: linux-acpi@vger.kernel.org |
|---|
| 342 | 370 | L: devel@acpica.org |
|---|
| 371 | +S: Supported |
|---|
| 343 | 372 | W: https://acpica.org/ |
|---|
| 344 | 373 | W: https://github.com/acpica/acpica/ |
|---|
| 345 | 374 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
|---|
| 346 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
|---|
| 347 | 375 | B: https://bugzilla.kernel.org |
|---|
| 348 | 376 | B: https://bugs.acpica.org |
|---|
| 349 | | -S: Supported |
|---|
| 377 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
|---|
| 350 | 378 | F: drivers/acpi/acpica/ |
|---|
| 351 | 379 | F: include/acpi/ |
|---|
| 352 | 380 | F: tools/power/acpi/ |
|---|
| .. | .. |
|---|
| 354 | 382 | ACPI FAN DRIVER |
|---|
| 355 | 383 | M: Zhang Rui <rui.zhang@intel.com> |
|---|
| 356 | 384 | L: linux-acpi@vger.kernel.org |
|---|
| 385 | +S: Supported |
|---|
| 357 | 386 | W: https://01.org/linux-acpi |
|---|
| 358 | 387 | B: https://bugzilla.kernel.org |
|---|
| 359 | | -S: Supported |
|---|
| 360 | 388 | F: drivers/acpi/fan.c |
|---|
| 361 | 389 | |
|---|
| 362 | 390 | ACPI FOR ARM64 (ACPI/arm64) |
|---|
| 363 | 391 | M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|
| 364 | | -M: Hanjun Guo <hanjun.guo@linaro.org> |
|---|
| 392 | +M: Hanjun Guo <guohanjun@huawei.com> |
|---|
| 365 | 393 | M: Sudeep Holla <sudeep.holla@arm.com> |
|---|
| 366 | 394 | L: linux-acpi@vger.kernel.org |
|---|
| 395 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 367 | 396 | S: Maintained |
|---|
| 368 | 397 | F: drivers/acpi/arm64 |
|---|
| 369 | 398 | |
|---|
| .. | .. |
|---|
| 376 | 405 | ACPI PMIC DRIVERS |
|---|
| 377 | 406 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|
| 378 | 407 | M: Len Brown <lenb@kernel.org> |
|---|
| 379 | | -R: Andy Shevchenko <andy@infradead.org> |
|---|
| 408 | +R: Andy Shevchenko <andy@kernel.org> |
|---|
| 380 | 409 | R: Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|
| 381 | 410 | L: linux-acpi@vger.kernel.org |
|---|
| 382 | | -Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
|---|
| 383 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
|---|
| 384 | | -B: https://bugzilla.kernel.org |
|---|
| 385 | 411 | S: Supported |
|---|
| 412 | +Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
|---|
| 413 | +B: https://bugzilla.kernel.org |
|---|
| 414 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
|---|
| 386 | 415 | F: drivers/acpi/pmic/ |
|---|
| 387 | 416 | |
|---|
| 388 | 417 | ACPI THERMAL DRIVER |
|---|
| 389 | 418 | M: Zhang Rui <rui.zhang@intel.com> |
|---|
| 390 | 419 | L: linux-acpi@vger.kernel.org |
|---|
| 420 | +S: Supported |
|---|
| 391 | 421 | W: https://01.org/linux-acpi |
|---|
| 392 | 422 | B: https://bugzilla.kernel.org |
|---|
| 393 | | -S: Supported |
|---|
| 394 | 423 | F: drivers/acpi/*thermal* |
|---|
| 395 | 424 | |
|---|
| 396 | 425 | ACPI VIDEO DRIVER |
|---|
| 397 | 426 | M: Zhang Rui <rui.zhang@intel.com> |
|---|
| 398 | 427 | L: linux-acpi@vger.kernel.org |
|---|
| 428 | +S: Supported |
|---|
| 399 | 429 | W: https://01.org/linux-acpi |
|---|
| 400 | 430 | B: https://bugzilla.kernel.org |
|---|
| 401 | | -S: Supported |
|---|
| 402 | 431 | F: drivers/acpi/acpi_video.c |
|---|
| 403 | 432 | |
|---|
| 404 | 433 | ACPI WMI DRIVER |
|---|
| .. | .. |
|---|
| 408 | 437 | F: include/uapi/linux/wmi.h |
|---|
| 409 | 438 | |
|---|
| 410 | 439 | AD1889 ALSA SOUND DRIVER |
|---|
| 411 | | -M: Thibaut Varene <T-Bone@parisc-linux.org> |
|---|
| 412 | | -W: http://wiki.parisc-linux.org/AD1889 |
|---|
| 413 | 440 | L: linux-parisc@vger.kernel.org |
|---|
| 414 | 441 | S: Maintained |
|---|
| 442 | +W: https://parisc.wiki.kernel.org/index.php/AD1889 |
|---|
| 415 | 443 | F: sound/pci/ad1889.* |
|---|
| 416 | 444 | |
|---|
| 417 | 445 | AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER |
|---|
| 418 | 446 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 447 | +S: Supported |
|---|
| 419 | 448 | W: http://wiki.analog.com/AD5254 |
|---|
| 420 | 449 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 421 | | -S: Supported |
|---|
| 422 | 450 | F: drivers/misc/ad525x_dpot.c |
|---|
| 423 | 451 | |
|---|
| 424 | 452 | AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821) |
|---|
| 425 | 453 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 454 | +S: Supported |
|---|
| 426 | 455 | W: http://wiki.analog.com/AD5398 |
|---|
| 427 | 456 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 428 | | -S: Supported |
|---|
| 429 | 457 | F: drivers/regulator/ad5398.c |
|---|
| 430 | 458 | |
|---|
| 431 | 459 | AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A) |
|---|
| 432 | 460 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 461 | +S: Supported |
|---|
| 433 | 462 | W: http://wiki.analog.com/AD7142 |
|---|
| 434 | 463 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 435 | | -S: Supported |
|---|
| 436 | 464 | F: drivers/input/misc/ad714x.c |
|---|
| 437 | 465 | |
|---|
| 438 | 466 | AD7877 TOUCHSCREEN DRIVER |
|---|
| 439 | 467 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 468 | +S: Supported |
|---|
| 440 | 469 | W: http://wiki.analog.com/AD7877 |
|---|
| 441 | 470 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 442 | | -S: Supported |
|---|
| 443 | 471 | F: drivers/input/touchscreen/ad7877.c |
|---|
| 444 | 472 | |
|---|
| 445 | 473 | AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889) |
|---|
| 446 | 474 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 475 | +S: Supported |
|---|
| 447 | 476 | W: http://wiki.analog.com/AD7879 |
|---|
| 448 | 477 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 449 | | -S: Supported |
|---|
| 450 | 478 | F: drivers/input/touchscreen/ad7879.c |
|---|
| 451 | 479 | |
|---|
| 452 | 480 | ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) |
|---|
| .. | .. |
|---|
| 455 | 483 | |
|---|
| 456 | 484 | ADF7242 IEEE 802.15.4 RADIO DRIVER |
|---|
| 457 | 485 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 458 | | -W: https://wiki.analog.com/ADF7242 |
|---|
| 459 | | -W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 460 | 486 | L: linux-wpan@vger.kernel.org |
|---|
| 461 | 487 | S: Supported |
|---|
| 462 | | -F: drivers/net/ieee802154/adf7242.c |
|---|
| 488 | +W: https://wiki.analog.com/ADF7242 |
|---|
| 489 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 463 | 490 | F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt |
|---|
| 491 | +F: drivers/net/ieee802154/adf7242.c |
|---|
| 464 | 492 | |
|---|
| 465 | 493 | ADM1025 HARDWARE MONITOR DRIVER |
|---|
| 466 | 494 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 467 | 495 | L: linux-hwmon@vger.kernel.org |
|---|
| 468 | 496 | S: Maintained |
|---|
| 469 | | -F: Documentation/hwmon/adm1025 |
|---|
| 497 | +F: Documentation/hwmon/adm1025.rst |
|---|
| 470 | 498 | F: drivers/hwmon/adm1025.c |
|---|
| 471 | 499 | |
|---|
| 472 | 500 | ADM1029 HARDWARE MONITOR DRIVER |
|---|
| .. | .. |
|---|
| 477 | 505 | |
|---|
| 478 | 506 | ADM8211 WIRELESS DRIVER |
|---|
| 479 | 507 | L: linux-wireless@vger.kernel.org |
|---|
| 480 | | -W: http://wireless.kernel.org/ |
|---|
| 481 | 508 | S: Orphan |
|---|
| 509 | +W: https://wireless.wiki.kernel.org/ |
|---|
| 482 | 510 | F: drivers/net/wireless/admtek/adm8211.* |
|---|
| 483 | 511 | |
|---|
| 484 | 512 | ADP1653 FLASH CONTROLLER DRIVER |
|---|
| .. | .. |
|---|
| 490 | 518 | |
|---|
| 491 | 519 | ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) |
|---|
| 492 | 520 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 521 | +S: Supported |
|---|
| 493 | 522 | W: http://wiki.analog.com/ADP5520 |
|---|
| 494 | 523 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 495 | | -S: Supported |
|---|
| 496 | | -F: drivers/mfd/adp5520.c |
|---|
| 497 | | -F: drivers/video/backlight/adp5520_bl.c |
|---|
| 498 | | -F: drivers/leds/leds-adp5520.c |
|---|
| 499 | 524 | F: drivers/gpio/gpio-adp5520.c |
|---|
| 500 | 525 | F: drivers/input/keyboard/adp5520-keys.c |
|---|
| 526 | +F: drivers/leds/leds-adp5520.c |
|---|
| 527 | +F: drivers/mfd/adp5520.c |
|---|
| 528 | +F: drivers/video/backlight/adp5520_bl.c |
|---|
| 501 | 529 | |
|---|
| 502 | 530 | ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587) |
|---|
| 503 | 531 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 532 | +S: Supported |
|---|
| 504 | 533 | W: http://wiki.analog.com/ADP5588 |
|---|
| 505 | 534 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 506 | | -S: Supported |
|---|
| 507 | | -F: drivers/input/keyboard/adp5588-keys.c |
|---|
| 508 | 535 | F: drivers/gpio/gpio-adp5588.c |
|---|
| 536 | +F: drivers/input/keyboard/adp5588-keys.c |
|---|
| 509 | 537 | |
|---|
| 510 | 538 | ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863) |
|---|
| 511 | 539 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 540 | +S: Supported |
|---|
| 512 | 541 | W: http://wiki.analog.com/ADP8860 |
|---|
| 513 | 542 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 514 | | -S: Supported |
|---|
| 515 | 543 | F: drivers/video/backlight/adp8860_bl.c |
|---|
| 516 | | - |
|---|
| 517 | | -ADS1015 HARDWARE MONITOR DRIVER |
|---|
| 518 | | -M: Dirk Eibach <eibach@gdsys.de> |
|---|
| 519 | | -L: linux-hwmon@vger.kernel.org |
|---|
| 520 | | -S: Maintained |
|---|
| 521 | | -F: Documentation/hwmon/ads1015 |
|---|
| 522 | | -F: drivers/hwmon/ads1015.c |
|---|
| 523 | | -F: include/linux/platform_data/ads1015.h |
|---|
| 524 | 544 | |
|---|
| 525 | 545 | ADT746X FAN DRIVER |
|---|
| 526 | 546 | M: Colin Leroy <colin@colino.net> |
|---|
| .. | .. |
|---|
| 531 | 551 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 532 | 552 | L: linux-hwmon@vger.kernel.org |
|---|
| 533 | 553 | S: Maintained |
|---|
| 534 | | -F: Documentation/hwmon/adt7475 |
|---|
| 554 | +F: Documentation/hwmon/adt7475.rst |
|---|
| 535 | 555 | F: drivers/hwmon/adt7475.c |
|---|
| 536 | 556 | |
|---|
| 537 | 557 | ADVANSYS SCSI DRIVER |
|---|
| 538 | | -M: Matthew Wilcox <matthew@wil.cx> |
|---|
| 558 | +M: Matthew Wilcox <willy@infradead.org> |
|---|
| 539 | 559 | M: Hannes Reinecke <hare@suse.com> |
|---|
| 540 | 560 | L: linux-scsi@vger.kernel.org |
|---|
| 541 | 561 | S: Maintained |
|---|
| 542 | | -F: Documentation/scsi/advansys.txt |
|---|
| 562 | +F: Documentation/scsi/advansys.rst |
|---|
| 543 | 563 | F: drivers/scsi/advansys.c |
|---|
| 544 | 564 | |
|---|
| 545 | 565 | ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346) |
|---|
| 546 | 566 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 567 | +S: Supported |
|---|
| 547 | 568 | W: http://wiki.analog.com/ADXL345 |
|---|
| 548 | 569 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 549 | | -S: Supported |
|---|
| 570 | +F: Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml |
|---|
| 550 | 571 | F: drivers/input/misc/adxl34x.c |
|---|
| 572 | + |
|---|
| 573 | +ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER |
|---|
| 574 | +M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 575 | +S: Supported |
|---|
| 576 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 577 | +F: Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml |
|---|
| 578 | +F: drivers/iio/accel/adxl372.c |
|---|
| 579 | +F: drivers/iio/accel/adxl372_i2c.c |
|---|
| 580 | +F: drivers/iio/accel/adxl372_spi.c |
|---|
| 551 | 581 | |
|---|
| 552 | 582 | AF9013 MEDIA DRIVER |
|---|
| 553 | 583 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 554 | 584 | L: linux-media@vger.kernel.org |
|---|
| 585 | +S: Maintained |
|---|
| 555 | 586 | W: https://linuxtv.org |
|---|
| 556 | 587 | W: http://palosaari.fi/linux/ |
|---|
| 557 | 588 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 558 | 589 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 559 | | -S: Maintained |
|---|
| 560 | 590 | F: drivers/media/dvb-frontends/af9013* |
|---|
| 561 | 591 | |
|---|
| 562 | 592 | AF9033 MEDIA DRIVER |
|---|
| 563 | 593 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 564 | 594 | L: linux-media@vger.kernel.org |
|---|
| 595 | +S: Maintained |
|---|
| 565 | 596 | W: https://linuxtv.org |
|---|
| 566 | 597 | W: http://palosaari.fi/linux/ |
|---|
| 567 | 598 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 568 | 599 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 569 | | -S: Maintained |
|---|
| 570 | 600 | F: drivers/media/dvb-frontends/af9033* |
|---|
| 571 | 601 | |
|---|
| 572 | 602 | AFFS FILE SYSTEM |
|---|
| 573 | 603 | M: David Sterba <dsterba@suse.com> |
|---|
| 574 | 604 | L: linux-fsdevel@vger.kernel.org |
|---|
| 575 | 605 | S: Odd Fixes |
|---|
| 576 | | -F: Documentation/filesystems/affs.txt |
|---|
| 606 | +F: Documentation/filesystems/affs.rst |
|---|
| 577 | 607 | F: fs/affs/ |
|---|
| 578 | 608 | |
|---|
| 579 | 609 | AFS FILESYSTEM |
|---|
| 580 | 610 | M: David Howells <dhowells@redhat.com> |
|---|
| 581 | 611 | L: linux-afs@lists.infradead.org |
|---|
| 582 | 612 | S: Supported |
|---|
| 613 | +W: https://www.infradead.org/~dhowells/kafs/ |
|---|
| 614 | +F: Documentation/filesystems/afs.rst |
|---|
| 583 | 615 | F: fs/afs/ |
|---|
| 584 | 616 | F: include/trace/events/afs.h |
|---|
| 585 | | -F: Documentation/filesystems/afs.txt |
|---|
| 586 | | -W: https://www.infradead.org/~dhowells/kafs/ |
|---|
| 587 | 617 | |
|---|
| 588 | 618 | AGPGART DRIVER |
|---|
| 589 | 619 | M: David Airlie <airlied@linux.ie> |
|---|
| 590 | | -T: git git://anongit.freedesktop.org/drm/drm |
|---|
| 591 | 620 | S: Maintained |
|---|
| 621 | +T: git git://anongit.freedesktop.org/drm/drm |
|---|
| 592 | 622 | F: drivers/char/agp/ |
|---|
| 593 | 623 | F: include/linux/agp* |
|---|
| 594 | 624 | F: include/uapi/linux/agp* |
|---|
| .. | .. |
|---|
| 609 | 639 | AIMSLAB FM RADIO RECEIVER DRIVER |
|---|
| 610 | 640 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 611 | 641 | L: linux-media@vger.kernel.org |
|---|
| 612 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 613 | | -W: https://linuxtv.org |
|---|
| 614 | 642 | S: Maintained |
|---|
| 643 | +W: https://linuxtv.org |
|---|
| 644 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 615 | 645 | F: drivers/media/radio/radio-aimslab* |
|---|
| 616 | 646 | |
|---|
| 617 | 647 | AIO |
|---|
| .. | .. |
|---|
| 624 | 654 | AIRSPY MEDIA DRIVER |
|---|
| 625 | 655 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 626 | 656 | L: linux-media@vger.kernel.org |
|---|
| 657 | +S: Maintained |
|---|
| 627 | 658 | W: https://linuxtv.org |
|---|
| 628 | 659 | W: http://palosaari.fi/linux/ |
|---|
| 629 | 660 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 630 | 661 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 631 | | -S: Maintained |
|---|
| 632 | 662 | F: drivers/media/usb/airspy/ |
|---|
| 633 | 663 | |
|---|
| 634 | 664 | ALACRITECH GIGABIT ETHERNET DRIVER |
|---|
| .. | .. |
|---|
| 639 | 669 | ALCATEL SPEEDTOUCH USB DRIVER |
|---|
| 640 | 670 | M: Duncan Sands <duncan.sands@free.fr> |
|---|
| 641 | 671 | L: linux-usb@vger.kernel.org |
|---|
| 642 | | -W: http://www.linux-usb.org/SpeedTouch/ |
|---|
| 643 | 672 | S: Maintained |
|---|
| 673 | +W: http://www.linux-usb.org/SpeedTouch/ |
|---|
| 644 | 674 | F: drivers/usb/atm/speedtch.c |
|---|
| 645 | 675 | F: drivers/usb/atm/usbatm.c |
|---|
| 646 | 676 | |
|---|
| .. | .. |
|---|
| 653 | 683 | M: Rudolf Marek <r.marek@assembler.cz> |
|---|
| 654 | 684 | L: linux-i2c@vger.kernel.org |
|---|
| 655 | 685 | S: Maintained |
|---|
| 656 | | -F: Documentation/i2c/busses/i2c-ali1563 |
|---|
| 686 | +F: Documentation/i2c/busses/i2c-ali1563.rst |
|---|
| 657 | 687 | F: drivers/i2c/busses/i2c-ali1563.c |
|---|
| 658 | 688 | |
|---|
| 659 | | -ALLWINNER SECURITY SYSTEM |
|---|
| 689 | +ALL SENSORS DLH SERIES PRESSURE SENSORS DRIVER |
|---|
| 690 | +M: Tomislav Denis <tomislav.denis@avl.com> |
|---|
| 691 | +L: linux-iio@vger.kernel.org |
|---|
| 692 | +S: Maintained |
|---|
| 693 | +W: http://www.allsensors.com/ |
|---|
| 694 | +F: Documentation/devicetree/bindings/iio/pressure/asc,dlhl60d.yaml |
|---|
| 695 | +F: drivers/iio/pressure/dlhl60d.c |
|---|
| 696 | + |
|---|
| 697 | +ALLEGRO DVT VIDEO IP CORE DRIVER |
|---|
| 698 | +M: Michael Tretter <m.tretter@pengutronix.de> |
|---|
| 699 | +R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 700 | +L: linux-media@vger.kernel.org |
|---|
| 701 | +S: Maintained |
|---|
| 702 | +F: drivers/staging/media/allegro-dvt/ |
|---|
| 703 | + |
|---|
| 704 | +ALLWINNER A10 CSI DRIVER |
|---|
| 705 | +M: Maxime Ripard <mripard@kernel.org> |
|---|
| 706 | +L: linux-media@vger.kernel.org |
|---|
| 707 | +S: Maintained |
|---|
| 708 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 709 | +F: Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml |
|---|
| 710 | +F: drivers/media/platform/sunxi/sun4i-csi/ |
|---|
| 711 | + |
|---|
| 712 | +ALLWINNER CPUFREQ DRIVER |
|---|
| 713 | +M: Yangtao Li <tiny.windzz@gmail.com> |
|---|
| 714 | +L: linux-pm@vger.kernel.org |
|---|
| 715 | +S: Maintained |
|---|
| 716 | +F: Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml |
|---|
| 717 | +F: drivers/cpufreq/sun50i-cpufreq-nvmem.c |
|---|
| 718 | + |
|---|
| 719 | +ALLWINNER CRYPTO DRIVERS |
|---|
| 660 | 720 | M: Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|
| 661 | 721 | L: linux-crypto@vger.kernel.org |
|---|
| 662 | 722 | S: Maintained |
|---|
| 663 | | -F: drivers/crypto/sunxi-ss/ |
|---|
| 723 | +F: drivers/crypto/allwinner/ |
|---|
| 724 | + |
|---|
| 725 | +ALLWINNER THERMAL DRIVER |
|---|
| 726 | +M: Vasily Khoruzhick <anarsoul@gmail.com> |
|---|
| 727 | +M: Yangtao Li <tiny.windzz@gmail.com> |
|---|
| 728 | +L: linux-pm@vger.kernel.org |
|---|
| 729 | +S: Maintained |
|---|
| 730 | +F: Documentation/devicetree/bindings/thermal/allwinner,sun8i-a83t-ths.yaml |
|---|
| 731 | +F: drivers/thermal/sun8i_thermal.c |
|---|
| 732 | + |
|---|
| 733 | +ALLWINNER VPU DRIVER |
|---|
| 734 | +M: Maxime Ripard <mripard@kernel.org> |
|---|
| 735 | +M: Paul Kocialkowski <paul.kocialkowski@bootlin.com> |
|---|
| 736 | +L: linux-media@vger.kernel.org |
|---|
| 737 | +S: Maintained |
|---|
| 738 | +F: drivers/staging/media/sunxi/cedrus/ |
|---|
| 664 | 739 | |
|---|
| 665 | 740 | ALPHA PORT |
|---|
| 666 | 741 | M: Richard Henderson <rth@twiddle.net> |
|---|
| 667 | 742 | M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> |
|---|
| 668 | 743 | M: Matt Turner <mattst88@gmail.com> |
|---|
| 669 | | -S: Odd Fixes |
|---|
| 670 | 744 | L: linux-alpha@vger.kernel.org |
|---|
| 745 | +S: Odd Fixes |
|---|
| 671 | 746 | F: arch/alpha/ |
|---|
| 672 | 747 | |
|---|
| 673 | 748 | ALPS PS/2 TOUCHPAD DRIVER |
|---|
| 674 | | -R: Pali Rohár <pali.rohar@gmail.com> |
|---|
| 749 | +R: Pali Rohár <pali@kernel.org> |
|---|
| 675 | 750 | F: drivers/input/mouse/alps.* |
|---|
| 676 | 751 | |
|---|
| 677 | 752 | ALTERA I2C CONTROLLER DRIVER |
|---|
| 678 | 753 | M: Thor Thayer <thor.thayer@linux.intel.com> |
|---|
| 679 | 754 | S: Maintained |
|---|
| 755 | +F: Documentation/devicetree/bindings/i2c/i2c-altera.txt |
|---|
| 680 | 756 | F: drivers/i2c/busses/i2c-altera.c |
|---|
| 681 | 757 | |
|---|
| 682 | 758 | ALTERA MAILBOX DRIVER |
|---|
| 683 | | -M: Ley Foon Tan <lftan@altera.com> |
|---|
| 684 | | -L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) |
|---|
| 759 | +M: Ley Foon Tan <ley.foon.tan@intel.com> |
|---|
| 685 | 760 | S: Maintained |
|---|
| 686 | 761 | F: drivers/mailbox/mailbox-altera.c |
|---|
| 687 | 762 | |
|---|
| 688 | 763 | ALTERA PIO DRIVER |
|---|
| 689 | | -M: Tien Hock Loh <thloh@altera.com> |
|---|
| 764 | +M: Joyce Ooi <joyce.ooi@intel.com> |
|---|
| 690 | 765 | L: linux-gpio@vger.kernel.org |
|---|
| 691 | 766 | S: Maintained |
|---|
| 692 | 767 | F: drivers/gpio/gpio-altera.c |
|---|
| 768 | + |
|---|
| 769 | +ALTERA SYSTEM MANAGER DRIVER |
|---|
| 770 | +M: Thor Thayer <thor.thayer@linux.intel.com> |
|---|
| 771 | +S: Maintained |
|---|
| 772 | +F: drivers/mfd/altera-sysmgr.c |
|---|
| 773 | +F: include/linux/mfd/altera-sysmgr.h |
|---|
| 693 | 774 | |
|---|
| 694 | 775 | ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT |
|---|
| 695 | 776 | M: Thor Thayer <thor.thayer@linux.intel.com> |
|---|
| .. | .. |
|---|
| 697 | 778 | F: drivers/gpio/gpio-altera-a10sr.c |
|---|
| 698 | 779 | F: drivers/mfd/altera-a10sr.c |
|---|
| 699 | 780 | F: drivers/reset/reset-a10sr.c |
|---|
| 700 | | -F: include/linux/mfd/altera-a10sr.h |
|---|
| 701 | 781 | F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h |
|---|
| 782 | +F: include/linux/mfd/altera-a10sr.h |
|---|
| 702 | 783 | |
|---|
| 703 | 784 | ALTERA TRIPLE SPEED ETHERNET DRIVER |
|---|
| 704 | | -M: Vince Bridgers <vbridger@opensource.altera.com> |
|---|
| 785 | +M: Joyce Ooi <joyce.ooi@intel.com> |
|---|
| 705 | 786 | L: netdev@vger.kernel.org |
|---|
| 706 | | -L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) |
|---|
| 707 | 787 | S: Maintained |
|---|
| 708 | 788 | F: drivers/net/ethernet/altera/ |
|---|
| 709 | 789 | |
|---|
| 710 | 790 | ALTERA UART/JTAG UART SERIAL DRIVERS |
|---|
| 711 | 791 | M: Tobias Klauser <tklauser@distanz.ch> |
|---|
| 712 | 792 | L: linux-serial@vger.kernel.org |
|---|
| 713 | | -L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) |
|---|
| 714 | 793 | S: Maintained |
|---|
| 715 | | -F: drivers/tty/serial/altera_uart.c |
|---|
| 716 | 794 | F: drivers/tty/serial/altera_jtaguart.c |
|---|
| 717 | | -F: include/linux/altera_uart.h |
|---|
| 795 | +F: drivers/tty/serial/altera_uart.c |
|---|
| 718 | 796 | F: include/linux/altera_jtaguart.h |
|---|
| 797 | +F: include/linux/altera_uart.h |
|---|
| 798 | + |
|---|
| 799 | +AMAZON ANNAPURNA LABS FIC DRIVER |
|---|
| 800 | +M: Talel Shenhar <talel@amazon.com> |
|---|
| 801 | +S: Maintained |
|---|
| 802 | +F: Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt |
|---|
| 803 | +F: drivers/irqchip/irq-al-fic.c |
|---|
| 804 | + |
|---|
| 805 | +AMAZON ANNAPURNA LABS MEMORY CONTROLLER EDAC |
|---|
| 806 | +M: Talel Shenhar <talel@amazon.com> |
|---|
| 807 | +M: Talel Shenhar <talelshenhar@gmail.com> |
|---|
| 808 | +S: Maintained |
|---|
| 809 | +F: Documentation/devicetree/bindings/edac/amazon,al-mc-edac.yaml |
|---|
| 810 | +F: drivers/edac/al_mc_edac.c |
|---|
| 811 | + |
|---|
| 812 | +AMAZON ANNAPURNA LABS THERMAL MMIO DRIVER |
|---|
| 813 | +M: Talel Shenhar <talel@amazon.com> |
|---|
| 814 | +S: Maintained |
|---|
| 815 | +F: Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt |
|---|
| 816 | +F: drivers/thermal/thermal_mmio.c |
|---|
| 719 | 817 | |
|---|
| 720 | 818 | AMAZON ETHERNET DRIVERS |
|---|
| 721 | 819 | M: Netanel Belgazal <netanel@amazon.com> |
|---|
| 820 | +M: Arthur Kiyanovski <akiyano@amazon.com> |
|---|
| 821 | +R: Guy Tzalik <gtzalik@amazon.com> |
|---|
| 722 | 822 | R: Saeed Bishara <saeedb@amazon.com> |
|---|
| 723 | 823 | R: Zorik Machulsky <zorik@amazon.com> |
|---|
| 724 | 824 | L: netdev@vger.kernel.org |
|---|
| 725 | 825 | S: Supported |
|---|
| 726 | | -F: Documentation/networking/ena.txt |
|---|
| 826 | +F: Documentation/networking/device_drivers/ethernet/amazon/ena.rst |
|---|
| 727 | 827 | F: drivers/net/ethernet/amazon/ |
|---|
| 828 | + |
|---|
| 829 | +AMAZON RDMA EFA DRIVER |
|---|
| 830 | +M: Gal Pressman <galpress@amazon.com> |
|---|
| 831 | +R: Yossi Leybovich <sleybo@amazon.com> |
|---|
| 832 | +L: linux-rdma@vger.kernel.org |
|---|
| 833 | +S: Supported |
|---|
| 834 | +Q: https://patchwork.kernel.org/project/linux-rdma/list/ |
|---|
| 835 | +F: drivers/infiniband/hw/efa/ |
|---|
| 836 | +F: include/uapi/rdma/efa-abi.h |
|---|
| 728 | 837 | |
|---|
| 729 | 838 | AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER |
|---|
| 730 | 839 | M: Tom Lendacky <thomas.lendacky@amd.com> |
|---|
| 731 | | -M: Gary Hook <gary.hook@amd.com> |
|---|
| 840 | +M: John Allen <john.allen@amd.com> |
|---|
| 732 | 841 | L: linux-crypto@vger.kernel.org |
|---|
| 733 | 842 | S: Supported |
|---|
| 734 | 843 | F: drivers/crypto/ccp/ |
|---|
| 735 | 844 | F: include/linux/ccp.h |
|---|
| 736 | 845 | |
|---|
| 846 | +AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT |
|---|
| 847 | +M: Brijesh Singh <brijesh.singh@amd.com> |
|---|
| 848 | +M: Tom Lendacky <thomas.lendacky@amd.com> |
|---|
| 849 | +L: linux-crypto@vger.kernel.org |
|---|
| 850 | +S: Supported |
|---|
| 851 | +F: drivers/crypto/ccp/sev* |
|---|
| 852 | +F: include/uapi/linux/psp-sev.h |
|---|
| 853 | + |
|---|
| 737 | 854 | AMD DISPLAY CORE |
|---|
| 738 | 855 | M: Harry Wentland <harry.wentland@amd.com> |
|---|
| 739 | 856 | M: Leo Li <sunpeng.li@amd.com> |
|---|
| 740 | 857 | L: amd-gfx@lists.freedesktop.org |
|---|
| 741 | | -T: git git://people.freedesktop.org/~agd5f/linux |
|---|
| 742 | 858 | S: Supported |
|---|
| 859 | +T: git git://people.freedesktop.org/~agd5f/linux |
|---|
| 743 | 860 | F: drivers/gpu/drm/amd/display/ |
|---|
| 861 | + |
|---|
| 862 | +AMD ENERGY DRIVER |
|---|
| 863 | +M: Naveen Krishna Chatradhi <nchatrad@amd.com> |
|---|
| 864 | +L: linux-hwmon@vger.kernel.org |
|---|
| 865 | +S: Maintained |
|---|
| 866 | +F: Documentation/hwmon/amd_energy.rst |
|---|
| 867 | +F: drivers/hwmon/amd_energy.c |
|---|
| 744 | 868 | |
|---|
| 745 | 869 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER |
|---|
| 746 | 870 | M: Huang Rui <ray.huang@amd.com> |
|---|
| 747 | 871 | L: linux-hwmon@vger.kernel.org |
|---|
| 748 | 872 | S: Supported |
|---|
| 749 | | -F: Documentation/hwmon/fam15h_power |
|---|
| 873 | +F: Documentation/hwmon/fam15h_power.rst |
|---|
| 750 | 874 | F: drivers/hwmon/fam15h_power.c |
|---|
| 875 | + |
|---|
| 876 | +AMD FCH GPIO DRIVER |
|---|
| 877 | +M: Enrico Weigelt, metux IT consult <info@metux.net> |
|---|
| 878 | +L: linux-gpio@vger.kernel.org |
|---|
| 879 | +S: Maintained |
|---|
| 880 | +F: drivers/gpio/gpio-amd-fch.c |
|---|
| 881 | +F: include/linux/platform_data/gpio/gpio-amd-fch.h |
|---|
| 751 | 882 | |
|---|
| 752 | 883 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
|---|
| 753 | 884 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
|---|
| .. | .. |
|---|
| 755 | 886 | F: drivers/usb/gadget/udc/amd5536udc.* |
|---|
| 756 | 887 | |
|---|
| 757 | 888 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
|---|
| 758 | | -P: Andres Salomon <dilinger@queued.net> |
|---|
| 889 | +M: Andres Salomon <dilinger@queued.net> |
|---|
| 759 | 890 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
|---|
| 760 | | -W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
|---|
| 761 | 891 | S: Supported |
|---|
| 892 | +W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
|---|
| 893 | +F: arch/x86/include/asm/geode.h |
|---|
| 762 | 894 | F: drivers/char/hw_random/geode-rng.c |
|---|
| 763 | 895 | F: drivers/crypto/geode* |
|---|
| 764 | 896 | F: drivers/video/fbdev/geode/ |
|---|
| 765 | | -F: arch/x86/include/asm/geode.h |
|---|
| 766 | 897 | |
|---|
| 767 | 898 | AMD IOMMU (AMD-VI) |
|---|
| 768 | 899 | M: Joerg Roedel <joro@8bytes.org> |
|---|
| 769 | 900 | L: iommu@lists.linux-foundation.org |
|---|
| 770 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
|---|
| 771 | 901 | S: Maintained |
|---|
| 772 | | -F: drivers/iommu/amd_iommu*.[ch] |
|---|
| 902 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
|---|
| 903 | +F: drivers/iommu/amd/ |
|---|
| 773 | 904 | F: include/linux/amd-iommu.h |
|---|
| 774 | 905 | |
|---|
| 775 | 906 | AMD KFD |
|---|
| 776 | | -M: Oded Gabbay <oded.gabbay@gmail.com> |
|---|
| 777 | | -L: dri-devel@lists.freedesktop.org |
|---|
| 778 | | -T: git git://people.freedesktop.org/~gabbayo/linux.git |
|---|
| 907 | +M: Felix Kuehling <Felix.Kuehling@amd.com> |
|---|
| 908 | +L: amd-gfx@lists.freedesktop.org |
|---|
| 779 | 909 | S: Supported |
|---|
| 780 | | -F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c |
|---|
| 781 | | -F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h |
|---|
| 782 | | -F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c |
|---|
| 783 | | -F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c |
|---|
| 784 | | -F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c |
|---|
| 785 | | -F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c |
|---|
| 786 | | -F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c |
|---|
| 910 | +T: git git://people.freedesktop.org/~agd5f/linux |
|---|
| 911 | +F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd*.[ch] |
|---|
| 787 | 912 | F: drivers/gpu/drm/amd/amdkfd/ |
|---|
| 788 | 913 | F: drivers/gpu/drm/amd/include/cik_structs.h |
|---|
| 789 | 914 | F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h |
|---|
| 790 | | -F: drivers/gpu/drm/amd/include/vi_structs.h |
|---|
| 791 | 915 | F: drivers/gpu/drm/amd/include/v9_structs.h |
|---|
| 916 | +F: drivers/gpu/drm/amd/include/vi_structs.h |
|---|
| 792 | 917 | F: include/uapi/linux/kfd_ioctl.h |
|---|
| 793 | 918 | |
|---|
| 919 | +AMD SPI DRIVER |
|---|
| 920 | +M: Sanjay R Mehta <sanju.mehta@amd.com> |
|---|
| 921 | +S: Maintained |
|---|
| 922 | +F: drivers/spi/spi-amd.c |
|---|
| 923 | + |
|---|
| 924 | +AMD MP2 I2C DRIVER |
|---|
| 925 | +M: Elie Morisse <syniurge@gmail.com> |
|---|
| 926 | +M: Nehal Shah <nehal-bakulchandra.shah@amd.com> |
|---|
| 927 | +M: Shyam Sundar S K <shyam-sundar.s-k@amd.com> |
|---|
| 928 | +L: linux-i2c@vger.kernel.org |
|---|
| 929 | +S: Maintained |
|---|
| 930 | +F: drivers/i2c/busses/i2c-amd-mp2* |
|---|
| 931 | + |
|---|
| 794 | 932 | AMD POWERPLAY |
|---|
| 795 | | -M: Rex Zhu <rex.zhu@amd.com> |
|---|
| 796 | 933 | M: Evan Quan <evan.quan@amd.com> |
|---|
| 797 | 934 | L: amd-gfx@lists.freedesktop.org |
|---|
| 798 | 935 | S: Supported |
|---|
| 799 | | -F: drivers/gpu/drm/amd/powerplay/ |
|---|
| 800 | 936 | T: git git://people.freedesktop.org/~agd5f/linux |
|---|
| 937 | +F: drivers/gpu/drm/amd/pm/powerplay/ |
|---|
| 801 | 938 | |
|---|
| 802 | 939 | AMD SEATTLE DEVICE TREE SUPPORT |
|---|
| 803 | 940 | M: Brijesh Singh <brijeshkumar.singh@amd.com> |
|---|
| .. | .. |
|---|
| 810 | 947 | M: Tom Lendacky <thomas.lendacky@amd.com> |
|---|
| 811 | 948 | L: netdev@vger.kernel.org |
|---|
| 812 | 949 | S: Supported |
|---|
| 813 | | -F: drivers/net/ethernet/amd/xgbe/ |
|---|
| 814 | 950 | F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi |
|---|
| 951 | +F: drivers/net/ethernet/amd/xgbe/ |
|---|
| 815 | 952 | |
|---|
| 816 | | -ANALOG DEVICES INC AD5686 DRIVER |
|---|
| 817 | | -M: Stefan Popa <stefan.popa@analog.com> |
|---|
| 818 | | -L: linux-pm@vger.kernel.org |
|---|
| 819 | | -W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 820 | | -S: Supported |
|---|
| 821 | | -F: drivers/iio/dac/ad5686* |
|---|
| 822 | | -F: drivers/iio/dac/ad5696* |
|---|
| 823 | | - |
|---|
| 824 | | -ANALOG DEVICES INC AD5758 DRIVER |
|---|
| 825 | | -M: Stefan Popa <stefan.popa@analog.com> |
|---|
| 953 | +AMS AS73211 DRIVER |
|---|
| 954 | +M: Christian Eggers <ceggers@arri.de> |
|---|
| 826 | 955 | L: linux-iio@vger.kernel.org |
|---|
| 827 | | -W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 956 | +S: Maintained |
|---|
| 957 | +F: Documentation/devicetree/bindings/iio/light/ams,as73211.yaml |
|---|
| 958 | +F: drivers/iio/light/as73211.c |
|---|
| 959 | + |
|---|
| 960 | +ANALOG DEVICES INC AD7192 DRIVER |
|---|
| 961 | +M: Alexandru Tachici <alexandru.tachici@analog.com> |
|---|
| 962 | +L: linux-iio@vger.kernel.org |
|---|
| 828 | 963 | S: Supported |
|---|
| 829 | | -F: drivers/iio/dac/ad5758.c |
|---|
| 830 | | -F: Documentation/devicetree/bindings/iio/dac/ad5758.txt |
|---|
| 964 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 965 | +F: Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml |
|---|
| 966 | +F: drivers/iio/adc/ad7192.c |
|---|
| 967 | + |
|---|
| 968 | +ANALOG DEVICES INC AD7292 DRIVER |
|---|
| 969 | +M: Marcelo Schmitt <marcelo.schmitt1@gmail.com> |
|---|
| 970 | +L: linux-iio@vger.kernel.org |
|---|
| 971 | +S: Supported |
|---|
| 972 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 973 | +F: Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml |
|---|
| 974 | +F: drivers/iio/adc/ad7292.c |
|---|
| 975 | + |
|---|
| 976 | +ANALOG DEVICES INC AD7768-1 DRIVER |
|---|
| 977 | +M: Michael Hennerich <Michael.Hennerich@analog.com> |
|---|
| 978 | +L: linux-iio@vger.kernel.org |
|---|
| 979 | +S: Supported |
|---|
| 980 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 981 | +F: Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml |
|---|
| 982 | +F: drivers/iio/adc/ad7768-1.c |
|---|
| 983 | + |
|---|
| 984 | +ANALOG DEVICES INC AD7780 DRIVER |
|---|
| 985 | +M: Michael Hennerich <Michael.Hennerich@analog.com> |
|---|
| 986 | +M: Renato Lui Geh <renatogeh@gmail.com> |
|---|
| 987 | +L: linux-iio@vger.kernel.org |
|---|
| 988 | +S: Supported |
|---|
| 989 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 990 | +F: Documentation/devicetree/bindings/iio/adc/adi,ad7780.yaml |
|---|
| 991 | +F: drivers/iio/adc/ad7780.c |
|---|
| 831 | 992 | |
|---|
| 832 | 993 | ANALOG DEVICES INC AD9389B DRIVER |
|---|
| 833 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 994 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 834 | 995 | L: linux-media@vger.kernel.org |
|---|
| 835 | 996 | S: Maintained |
|---|
| 836 | 997 | F: drivers/media/i2c/ad9389b* |
|---|
| .. | .. |
|---|
| 838 | 999 | ANALOG DEVICES INC ADGS1408 DRIVER |
|---|
| 839 | 1000 | M: Mircea Caprioru <mircea.caprioru@analog.com> |
|---|
| 840 | 1001 | S: Supported |
|---|
| 1002 | +F: Documentation/devicetree/bindings/mux/adi,adgs1408.txt |
|---|
| 841 | 1003 | F: drivers/mux/adgs1408.c |
|---|
| 842 | | -F: Documentation/devicetree/bindings/mux/adgs1408.txt |
|---|
| 843 | 1004 | |
|---|
| 844 | | -ANALOG DEVICES INC ADP5061 DRIVER |
|---|
| 845 | | -M: Stefan Popa <stefan.popa@analog.com> |
|---|
| 846 | | -L: linux-pm@vger.kernel.org |
|---|
| 1005 | +ANALOG DEVICES INC ADIN DRIVER |
|---|
| 1006 | +M: Alexandru Ardelean <alexaundru.ardelean@analog.com> |
|---|
| 1007 | +L: netdev@vger.kernel.org |
|---|
| 1008 | +S: Supported |
|---|
| 1009 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 1010 | +F: Documentation/devicetree/bindings/net/adi,adin.yaml |
|---|
| 1011 | +F: drivers/net/phy/adin.c |
|---|
| 1012 | + |
|---|
| 1013 | +ANALOG DEVICES INC ADIS DRIVER LIBRARY |
|---|
| 1014 | +M: Alexandru Ardelean <alexandru.ardelean@analog.com> |
|---|
| 1015 | +L: linux-iio@vger.kernel.org |
|---|
| 1016 | +S: Supported |
|---|
| 1017 | +F: drivers/iio/imu/adis.c |
|---|
| 1018 | +F: include/linux/iio/imu/adis.h |
|---|
| 1019 | + |
|---|
| 1020 | +ANALOG DEVICES INC ADIS16460 DRIVER |
|---|
| 1021 | +M: Dragos Bogdan <dragos.bogdan@analog.com> |
|---|
| 1022 | +L: linux-iio@vger.kernel.org |
|---|
| 1023 | +S: Supported |
|---|
| 1024 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 1025 | +F: Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml |
|---|
| 1026 | +F: drivers/iio/imu/adis16460.c |
|---|
| 1027 | + |
|---|
| 1028 | +ANALOG DEVICES INC ADIS16475 DRIVER |
|---|
| 1029 | +M: Nuno Sa <nuno.sa@analog.com> |
|---|
| 1030 | +L: linux-iio@vger.kernel.org |
|---|
| 847 | 1031 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 848 | 1032 | S: Supported |
|---|
| 1033 | +F: drivers/iio/imu/adis16475.c |
|---|
| 1034 | +F: Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml |
|---|
| 1035 | + |
|---|
| 1036 | +ANALOG DEVICES INC ADM1177 DRIVER |
|---|
| 1037 | +M: Michael Hennerich <Michael.Hennerich@analog.com> |
|---|
| 1038 | +L: linux-hwmon@vger.kernel.org |
|---|
| 1039 | +S: Supported |
|---|
| 1040 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 1041 | +F: Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml |
|---|
| 1042 | +F: drivers/hwmon/adm1177.c |
|---|
| 1043 | + |
|---|
| 1044 | +ANALOG DEVICES INC ADP5061 DRIVER |
|---|
| 1045 | +M: Michael Hennerich <Michael.Hennerich@analog.com> |
|---|
| 1046 | +L: linux-pm@vger.kernel.org |
|---|
| 1047 | +S: Supported |
|---|
| 1048 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 849 | 1049 | F: drivers/power/supply/adp5061.c |
|---|
| 850 | 1050 | |
|---|
| 851 | 1051 | ANALOG DEVICES INC ADV7180 DRIVER |
|---|
| 852 | 1052 | M: Lars-Peter Clausen <lars@metafoo.de> |
|---|
| 853 | 1053 | L: linux-media@vger.kernel.org |
|---|
| 854 | | -W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 855 | 1054 | S: Supported |
|---|
| 1055 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 856 | 1056 | F: drivers/media/i2c/adv7180.c |
|---|
| 1057 | +F: Documentation/devicetree/bindings/media/i2c/adv7180.yaml |
|---|
| 857 | 1058 | |
|---|
| 858 | 1059 | ANALOG DEVICES INC ADV748X DRIVER |
|---|
| 859 | 1060 | M: Kieran Bingham <kieran.bingham@ideasonboard.com> |
|---|
| .. | .. |
|---|
| 862 | 1063 | F: drivers/media/i2c/adv748x/* |
|---|
| 863 | 1064 | |
|---|
| 864 | 1065 | ANALOG DEVICES INC ADV7511 DRIVER |
|---|
| 865 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 1066 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 866 | 1067 | L: linux-media@vger.kernel.org |
|---|
| 867 | 1068 | S: Maintained |
|---|
| 868 | 1069 | F: drivers/media/i2c/adv7511* |
|---|
| 869 | 1070 | |
|---|
| 870 | 1071 | ANALOG DEVICES INC ADV7604 DRIVER |
|---|
| 871 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 1072 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 872 | 1073 | L: linux-media@vger.kernel.org |
|---|
| 873 | 1074 | S: Maintained |
|---|
| 874 | 1075 | F: drivers/media/i2c/adv7604* |
|---|
| 875 | 1076 | |
|---|
| 876 | 1077 | ANALOG DEVICES INC ADV7842 DRIVER |
|---|
| 877 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 1078 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 878 | 1079 | L: linux-media@vger.kernel.org |
|---|
| 879 | 1080 | S: Maintained |
|---|
| 880 | 1081 | F: drivers/media/i2c/adv7842* |
|---|
| 881 | 1082 | |
|---|
| 1083 | +ANALOG DEVICES INC ADXRS290 DRIVER |
|---|
| 1084 | +M: Nishant Malpani <nish.malpani25@gmail.com> |
|---|
| 1085 | +L: linux-iio@vger.kernel.org |
|---|
| 1086 | +S: Supported |
|---|
| 1087 | +F: drivers/iio/gyro/adxrs290.c |
|---|
| 1088 | +F: Documentation/devicetree/bindings/iio/gyroscope/adi,adxrs290.yaml |
|---|
| 1089 | + |
|---|
| 882 | 1090 | ANALOG DEVICES INC ASOC CODEC DRIVERS |
|---|
| 883 | 1091 | M: Lars-Peter Clausen <lars@metafoo.de> |
|---|
| 1092 | +M: Nuno Sá <nuno.sa@analog.com> |
|---|
| 884 | 1093 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 1094 | +S: Supported |
|---|
| 885 | 1095 | W: http://wiki.analog.com/ |
|---|
| 886 | 1096 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 887 | | -S: Supported |
|---|
| 888 | | -F: sound/soc/codecs/adau* |
|---|
| 889 | | -F: sound/soc/codecs/adav* |
|---|
| 890 | 1097 | F: sound/soc/codecs/ad1* |
|---|
| 891 | 1098 | F: sound/soc/codecs/ad7* |
|---|
| 892 | | -F: sound/soc/codecs/ssm* |
|---|
| 1099 | +F: sound/soc/codecs/adau* |
|---|
| 1100 | +F: sound/soc/codecs/adav* |
|---|
| 893 | 1101 | F: sound/soc/codecs/sigmadsp.* |
|---|
| 1102 | +F: sound/soc/codecs/ssm* |
|---|
| 894 | 1103 | |
|---|
| 895 | 1104 | ANALOG DEVICES INC DMA DRIVERS |
|---|
| 896 | 1105 | M: Lars-Peter Clausen <lars@metafoo.de> |
|---|
| 897 | | -W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 898 | 1106 | S: Supported |
|---|
| 1107 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 899 | 1108 | F: drivers/dma/dma-axi-dmac.c |
|---|
| 900 | 1109 | |
|---|
| 901 | 1110 | ANALOG DEVICES INC IIO DRIVERS |
|---|
| 902 | 1111 | M: Lars-Peter Clausen <lars@metafoo.de> |
|---|
| 903 | 1112 | M: Michael Hennerich <Michael.Hennerich@analog.com> |
|---|
| 1113 | +S: Supported |
|---|
| 904 | 1114 | W: http://wiki.analog.com/ |
|---|
| 905 | 1115 | W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 906 | | -S: Supported |
|---|
| 907 | 1116 | F: Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523 |
|---|
| 908 | 1117 | F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350 |
|---|
| 1118 | +F: Documentation/devicetree/bindings/iio/*/adi,* |
|---|
| 1119 | +F: Documentation/devicetree/bindings/iio/dac/ad5758.txt |
|---|
| 909 | 1120 | F: drivers/iio/*/ad* |
|---|
| 910 | | -F: drivers/iio/adc/ltc2497* |
|---|
| 911 | | -X: drivers/iio/*/adjd* |
|---|
| 1121 | +F: drivers/iio/adc/ltc249* |
|---|
| 1122 | +F: drivers/iio/amplifiers/hmc425a.c |
|---|
| 912 | 1123 | F: drivers/staging/iio/*/ad* |
|---|
| 1124 | +X: drivers/iio/*/adjd* |
|---|
| 1125 | + |
|---|
| 1126 | +ANALOGBITS PLL LIBRARIES |
|---|
| 1127 | +M: Paul Walmsley <paul.walmsley@sifive.com> |
|---|
| 1128 | +S: Supported |
|---|
| 1129 | +F: drivers/clk/analogbits/* |
|---|
| 1130 | +F: include/linux/clk/analogbits* |
|---|
| 913 | 1131 | |
|---|
| 914 | 1132 | ANDES ARCHITECTURE |
|---|
| 1133 | +M: Nick Hu <nickhu@andestech.com> |
|---|
| 915 | 1134 | M: Greentime Hu <green.hu@gmail.com> |
|---|
| 916 | 1135 | M: Vincent Chen <deanbo422@gmail.com> |
|---|
| 917 | | -T: git https://github.com/andestech/linux.git |
|---|
| 918 | 1136 | S: Supported |
|---|
| 919 | | -F: arch/nds32/ |
|---|
| 1137 | +T: git https://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux.git |
|---|
| 920 | 1138 | F: Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt |
|---|
| 921 | 1139 | F: Documentation/devicetree/bindings/nds32/ |
|---|
| 922 | | -K: nds32 |
|---|
| 1140 | +F: arch/nds32/ |
|---|
| 923 | 1141 | N: nds32 |
|---|
| 1142 | +K: nds32 |
|---|
| 924 | 1143 | |
|---|
| 925 | 1144 | ANDROID CONFIG FRAGMENTS |
|---|
| 926 | 1145 | M: Rob Herring <robh@kernel.org> |
|---|
| .. | .. |
|---|
| 932 | 1151 | M: Arve Hjønnevåg <arve@android.com> |
|---|
| 933 | 1152 | M: Todd Kjos <tkjos@android.com> |
|---|
| 934 | 1153 | M: Martijn Coenen <maco@android.com> |
|---|
| 935 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
|---|
| 936 | | -L: devel@driverdev.osuosl.org |
|---|
| 1154 | +M: Joel Fernandes <joel@joelfernandes.org> |
|---|
| 1155 | +M: Christian Brauner <christian@brauner.io> |
|---|
| 1156 | +M: Hridya Valsaraju <hridya@google.com> |
|---|
| 1157 | +M: Suren Baghdasaryan <surenb@google.com> |
|---|
| 1158 | +L: linux-kernel@vger.kernel.org |
|---|
| 937 | 1159 | S: Supported |
|---|
| 1160 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
|---|
| 938 | 1161 | F: drivers/android/ |
|---|
| 939 | 1162 | F: drivers/staging/android/ |
|---|
| 940 | 1163 | |
|---|
| .. | .. |
|---|
| 978 | 1201 | S: Odd fixes |
|---|
| 979 | 1202 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git |
|---|
| 980 | 1203 | F: arch/x86/kernel/apm_32.c |
|---|
| 1204 | +F: drivers/char/apm-emulation.c |
|---|
| 981 | 1205 | F: include/linux/apm_bios.h |
|---|
| 982 | 1206 | F: include/uapi/linux/apm_bios.h |
|---|
| 983 | | -F: drivers/char/apm-emulation.c |
|---|
| 984 | 1207 | |
|---|
| 985 | 1208 | APPARMOR SECURITY MODULE |
|---|
| 986 | 1209 | M: John Johansen <john.johansen@canonical.com> |
|---|
| 987 | 1210 | L: apparmor@lists.ubuntu.com (subscribers-only, general discussion) |
|---|
| 1211 | +S: Supported |
|---|
| 988 | 1212 | W: wiki.apparmor.net |
|---|
| 989 | 1213 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor |
|---|
| 990 | | -S: Supported |
|---|
| 991 | | -F: security/apparmor/ |
|---|
| 992 | 1214 | F: Documentation/admin-guide/LSM/apparmor.rst |
|---|
| 1215 | +F: security/apparmor/ |
|---|
| 993 | 1216 | |
|---|
| 994 | 1217 | APPLE BCM5974 MULTITOUCH DRIVER |
|---|
| 995 | 1218 | M: Henrik Rydberg <rydberg@bitmath.org> |
|---|
| .. | .. |
|---|
| 1007 | 1230 | L: netdev@vger.kernel.org |
|---|
| 1008 | 1231 | S: Odd fixes |
|---|
| 1009 | 1232 | F: drivers/net/appletalk/ |
|---|
| 1233 | +F: include/linux/atalk.h |
|---|
| 1234 | +F: include/uapi/linux/atalk.h |
|---|
| 1010 | 1235 | F: net/appletalk/ |
|---|
| 1011 | 1236 | |
|---|
| 1012 | 1237 | APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT |
|---|
| 1013 | | -M: Duc Dang <dhdang@apm.com> |
|---|
| 1238 | +M: Khuong Dinh <khuong@os.amperecomputing.com> |
|---|
| 1014 | 1239 | S: Supported |
|---|
| 1015 | 1240 | F: arch/arm64/boot/dts/apm/ |
|---|
| 1016 | 1241 | |
|---|
| 1017 | 1242 | APPLIED MICRO (APM) X-GENE SOC EDAC |
|---|
| 1018 | | -M: Loc Ho <lho@apm.com> |
|---|
| 1243 | +M: Khuong Dinh <khuong@os.amperecomputing.com> |
|---|
| 1019 | 1244 | S: Supported |
|---|
| 1020 | | -F: drivers/edac/xgene_edac.c |
|---|
| 1021 | 1245 | F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt |
|---|
| 1246 | +F: drivers/edac/xgene_edac.c |
|---|
| 1022 | 1247 | |
|---|
| 1023 | 1248 | APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER |
|---|
| 1024 | | -M: Iyappan Subramanian <isubramanian@apm.com> |
|---|
| 1025 | | -M: Keyur Chudgar <kchudgar@apm.com> |
|---|
| 1249 | +M: Iyappan Subramanian <iyappan@os.amperecomputing.com> |
|---|
| 1250 | +M: Keyur Chudgar <keyur@os.amperecomputing.com> |
|---|
| 1026 | 1251 | S: Supported |
|---|
| 1027 | 1252 | F: drivers/net/ethernet/apm/xgene-v2/ |
|---|
| 1028 | 1253 | |
|---|
| 1029 | 1254 | APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER |
|---|
| 1030 | | -M: Iyappan Subramanian <isubramanian@apm.com> |
|---|
| 1031 | | -M: Keyur Chudgar <kchudgar@apm.com> |
|---|
| 1032 | | -M: Quan Nguyen <qnguyen@apm.com> |
|---|
| 1255 | +M: Iyappan Subramanian <iyappan@os.amperecomputing.com> |
|---|
| 1256 | +M: Keyur Chudgar <keyur@os.amperecomputing.com> |
|---|
| 1257 | +M: Quan Nguyen <quan@os.amperecomputing.com> |
|---|
| 1033 | 1258 | S: Supported |
|---|
| 1034 | | -F: drivers/net/ethernet/apm/xgene/ |
|---|
| 1035 | | -F: drivers/net/phy/mdio-xgene.c |
|---|
| 1036 | 1259 | F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt |
|---|
| 1037 | 1260 | F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt |
|---|
| 1261 | +F: drivers/net/ethernet/apm/xgene/ |
|---|
| 1262 | +F: drivers/net/mdio/mdio-xgene.c |
|---|
| 1038 | 1263 | |
|---|
| 1039 | 1264 | APPLIED MICRO (APM) X-GENE SOC PMU |
|---|
| 1040 | | -M: Tai Nguyen <ttnguyen@apm.com> |
|---|
| 1265 | +M: Khuong Dinh <khuong@os.amperecomputing.com> |
|---|
| 1041 | 1266 | S: Supported |
|---|
| 1042 | | -F: drivers/perf/xgene_pmu.c |
|---|
| 1043 | | -F: Documentation/perf/xgene-pmu.txt |
|---|
| 1267 | +F: Documentation/admin-guide/perf/xgene-pmu.rst |
|---|
| 1044 | 1268 | F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt |
|---|
| 1269 | +F: drivers/perf/xgene_pmu.c |
|---|
| 1045 | 1270 | |
|---|
| 1046 | 1271 | APTINA CAMERA SENSOR PLL |
|---|
| 1047 | 1272 | M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> |
|---|
| 1048 | 1273 | L: linux-media@vger.kernel.org |
|---|
| 1049 | 1274 | S: Maintained |
|---|
| 1050 | 1275 | F: drivers/media/i2c/aptina-pll.* |
|---|
| 1276 | + |
|---|
| 1277 | +AQUANTIA ETHERNET DRIVER (atlantic) |
|---|
| 1278 | +M: Igor Russkikh <irusskikh@marvell.com> |
|---|
| 1279 | +L: netdev@vger.kernel.org |
|---|
| 1280 | +S: Supported |
|---|
| 1281 | +W: https://www.marvell.com/ |
|---|
| 1282 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 1283 | +F: Documentation/networking/device_drivers/ethernet/aquantia/atlantic.rst |
|---|
| 1284 | +F: drivers/net/ethernet/aquantia/atlantic/ |
|---|
| 1285 | + |
|---|
| 1286 | +AQUANTIA ETHERNET DRIVER PTP SUBSYSTEM |
|---|
| 1287 | +M: Egor Pomozov <epomozov@marvell.com> |
|---|
| 1288 | +L: netdev@vger.kernel.org |
|---|
| 1289 | +S: Supported |
|---|
| 1290 | +W: http://www.aquantia.com |
|---|
| 1291 | +F: drivers/net/ethernet/aquantia/atlantic/aq_ptp* |
|---|
| 1292 | + |
|---|
| 1293 | +ARASAN NAND CONTROLLER DRIVER |
|---|
| 1294 | +M: Naga Sureshkumar Relli <nagasure@xilinx.com> |
|---|
| 1295 | +L: linux-mtd@lists.infradead.org |
|---|
| 1296 | +S: Maintained |
|---|
| 1297 | +F: Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml |
|---|
| 1298 | +F: drivers/mtd/nand/raw/arasan-nand-controller.c |
|---|
| 1051 | 1299 | |
|---|
| 1052 | 1300 | ARC FRAMEBUFFER DRIVER |
|---|
| 1053 | 1301 | M: Jaya Kumar <jayalk@intworks.biz> |
|---|
| .. | .. |
|---|
| 1058 | 1306 | ARC PGU DRM DRIVER |
|---|
| 1059 | 1307 | M: Alexey Brodkin <abrodkin@synopsys.com> |
|---|
| 1060 | 1308 | S: Supported |
|---|
| 1061 | | -F: drivers/gpu/drm/arc/ |
|---|
| 1062 | 1309 | F: Documentation/devicetree/bindings/display/snps,arcpgu.txt |
|---|
| 1310 | +F: drivers/gpu/drm/arc/ |
|---|
| 1063 | 1311 | |
|---|
| 1064 | 1312 | ARCNET NETWORK LAYER |
|---|
| 1065 | 1313 | M: Michael Grzeschik <m.grzeschik@pengutronix.de> |
|---|
| .. | .. |
|---|
| 1070 | 1318 | |
|---|
| 1071 | 1319 | ARM ARCHITECTED TIMER DRIVER |
|---|
| 1072 | 1320 | M: Mark Rutland <mark.rutland@arm.com> |
|---|
| 1073 | | -M: Marc Zyngier <marc.zyngier@arm.com> |
|---|
| 1321 | +M: Marc Zyngier <maz@kernel.org> |
|---|
| 1074 | 1322 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1075 | 1323 | S: Maintained |
|---|
| 1076 | 1324 | F: arch/arm/include/asm/arch_timer.h |
|---|
| .. | .. |
|---|
| 1080 | 1328 | ARM HDLCD DRM DRIVER |
|---|
| 1081 | 1329 | M: Liviu Dudau <liviu.dudau@arm.com> |
|---|
| 1082 | 1330 | S: Supported |
|---|
| 1083 | | -F: drivers/gpu/drm/arm/hdlcd_* |
|---|
| 1084 | 1331 | F: Documentation/devicetree/bindings/display/arm,hdlcd.txt |
|---|
| 1332 | +F: drivers/gpu/drm/arm/hdlcd_* |
|---|
| 1333 | + |
|---|
| 1334 | +ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT |
|---|
| 1335 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 1336 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1337 | +S: Maintained |
|---|
| 1338 | +F: Documentation/devicetree/bindings/arm/arm,integrator.yaml |
|---|
| 1339 | +F: Documentation/devicetree/bindings/arm/arm,realview.yaml |
|---|
| 1340 | +F: Documentation/devicetree/bindings/arm/arm,versatile.yaml |
|---|
| 1341 | +F: Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml |
|---|
| 1342 | +F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt |
|---|
| 1343 | +F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml |
|---|
| 1344 | +F: Documentation/devicetree/bindings/i2c/i2c-versatile.txt |
|---|
| 1345 | +F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt |
|---|
| 1346 | +F: Documentation/devicetree/bindings/mtd/arm-versatile.txt |
|---|
| 1347 | +F: arch/arm/boot/dts/arm-realview-* |
|---|
| 1348 | +F: arch/arm/boot/dts/integrator* |
|---|
| 1349 | +F: arch/arm/boot/dts/versatile* |
|---|
| 1350 | +F: arch/arm/mach-integrator/ |
|---|
| 1351 | +F: arch/arm/mach-realview/ |
|---|
| 1352 | +F: arch/arm/mach-versatile/ |
|---|
| 1353 | +F: arch/arm/plat-versatile/ |
|---|
| 1354 | +F: drivers/bus/arm-integrator-lm.c |
|---|
| 1355 | +F: drivers/clk/versatile/ |
|---|
| 1356 | +F: drivers/i2c/busses/i2c-versatile.c |
|---|
| 1357 | +F: drivers/irqchip/irq-versatile-fpga.c |
|---|
| 1358 | +F: drivers/mtd/maps/physmap-versatile.* |
|---|
| 1359 | +F: drivers/power/reset/arm-versatile-reboot.c |
|---|
| 1360 | +F: drivers/soc/versatile/ |
|---|
| 1361 | + |
|---|
| 1362 | +ARM KOMEDA DRM-KMS DRIVER |
|---|
| 1363 | +M: James (Qian) Wang <james.qian.wang@arm.com> |
|---|
| 1364 | +M: Liviu Dudau <liviu.dudau@arm.com> |
|---|
| 1365 | +M: Mihail Atanassov <mihail.atanassov@arm.com> |
|---|
| 1366 | +L: Mali DP Maintainers <malidp@foss.arm.com> |
|---|
| 1367 | +S: Supported |
|---|
| 1368 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 1369 | +F: Documentation/devicetree/bindings/display/arm,komeda.txt |
|---|
| 1370 | +F: Documentation/gpu/komeda-kms.rst |
|---|
| 1371 | +F: drivers/gpu/drm/arm/display/include/ |
|---|
| 1372 | +F: drivers/gpu/drm/arm/display/komeda/ |
|---|
| 1373 | + |
|---|
| 1374 | +ARM MALI PANFROST DRM DRIVER |
|---|
| 1375 | +M: Rob Herring <robh@kernel.org> |
|---|
| 1376 | +M: Tomeu Vizoso <tomeu.vizoso@collabora.com> |
|---|
| 1377 | +R: Steven Price <steven.price@arm.com> |
|---|
| 1378 | +R: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> |
|---|
| 1379 | +L: dri-devel@lists.freedesktop.org |
|---|
| 1380 | +S: Supported |
|---|
| 1381 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 1382 | +F: drivers/gpu/drm/panfrost/ |
|---|
| 1383 | +F: include/uapi/drm/panfrost_drm.h |
|---|
| 1085 | 1384 | |
|---|
| 1086 | 1385 | ARM MALI-DP DRM DRIVER |
|---|
| 1087 | 1386 | M: Liviu Dudau <liviu.dudau@arm.com> |
|---|
| 1088 | 1387 | M: Brian Starkey <brian.starkey@arm.com> |
|---|
| 1089 | | -M: Mali DP Maintainers <malidp@foss.arm.com> |
|---|
| 1388 | +L: Mali DP Maintainers <malidp@foss.arm.com> |
|---|
| 1090 | 1389 | S: Supported |
|---|
| 1091 | | -F: drivers/gpu/drm/arm/ |
|---|
| 1390 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 1092 | 1391 | F: Documentation/devicetree/bindings/display/arm,malidp.txt |
|---|
| 1392 | +F: Documentation/gpu/afbc.rst |
|---|
| 1393 | +F: drivers/gpu/drm/arm/ |
|---|
| 1093 | 1394 | |
|---|
| 1094 | 1395 | ARM MFM AND FLOPPY DRIVERS |
|---|
| 1095 | 1396 | M: Ian Molton <spyro@f2s.com> |
|---|
| 1096 | 1397 | S: Maintained |
|---|
| 1097 | | -F: arch/arm/lib/floppydma.S |
|---|
| 1098 | 1398 | F: arch/arm/include/asm/floppy.h |
|---|
| 1399 | +F: arch/arm/mach-rpc/floppydma.S |
|---|
| 1099 | 1400 | |
|---|
| 1100 | 1401 | ARM PMU PROFILING AND DEBUGGING |
|---|
| 1101 | | -M: Will Deacon <will.deacon@arm.com> |
|---|
| 1402 | +M: Will Deacon <will@kernel.org> |
|---|
| 1102 | 1403 | M: Mark Rutland <mark.rutland@arm.com> |
|---|
| 1103 | | -S: Maintained |
|---|
| 1104 | 1404 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1105 | | -F: arch/arm*/kernel/perf_* |
|---|
| 1106 | | -F: arch/arm/oprofile/common.c |
|---|
| 1107 | | -F: arch/arm*/kernel/hw_breakpoint.c |
|---|
| 1405 | +S: Maintained |
|---|
| 1406 | +F: Documentation/devicetree/bindings/arm/pmu.yaml |
|---|
| 1407 | +F: Documentation/devicetree/bindings/perf/ |
|---|
| 1108 | 1408 | F: arch/arm*/include/asm/hw_breakpoint.h |
|---|
| 1109 | 1409 | F: arch/arm*/include/asm/perf_event.h |
|---|
| 1110 | | -F: drivers/perf/* |
|---|
| 1410 | +F: arch/arm*/kernel/hw_breakpoint.c |
|---|
| 1411 | +F: arch/arm*/kernel/perf_* |
|---|
| 1412 | +F: arch/arm/oprofile/common.c |
|---|
| 1413 | +F: drivers/perf/ |
|---|
| 1111 | 1414 | F: include/linux/perf/arm_pmu.h |
|---|
| 1112 | | -F: Documentation/devicetree/bindings/arm/pmu.txt |
|---|
| 1113 | | -F: Documentation/devicetree/bindings/perf/ |
|---|
| 1114 | 1415 | |
|---|
| 1115 | 1416 | ARM PORT |
|---|
| 1116 | 1417 | M: Russell King <linux@armlinux.org.uk> |
|---|
| 1117 | 1418 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1118 | | -W: http://www.armlinux.org.uk/ |
|---|
| 1119 | 1419 | S: Odd Fixes |
|---|
| 1420 | +W: http://www.armlinux.org.uk/ |
|---|
| 1120 | 1421 | T: git git://git.armlinux.org.uk/~rmk/linux-arm.git |
|---|
| 1121 | 1422 | F: arch/arm/ |
|---|
| 1122 | 1423 | X: arch/arm/boot/dts/ |
|---|
| .. | .. |
|---|
| 1149 | 1450 | F: drivers/mmc/host/mmci.* |
|---|
| 1150 | 1451 | F: include/linux/amba/mmci.h |
|---|
| 1151 | 1452 | |
|---|
| 1453 | +ARM PRIMECELL SSP PL022 SPI DRIVER |
|---|
| 1454 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 1455 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1456 | +S: Maintained |
|---|
| 1457 | +F: Documentation/devicetree/bindings/spi/spi-pl022.yaml |
|---|
| 1458 | +F: drivers/spi/spi-pl022.c |
|---|
| 1459 | + |
|---|
| 1152 | 1460 | ARM PRIMECELL UART PL010 AND PL011 DRIVERS |
|---|
| 1153 | 1461 | M: Russell King <linux@armlinux.org.uk> |
|---|
| 1154 | 1462 | S: Odd Fixes |
|---|
| 1155 | 1463 | F: drivers/tty/serial/amba-pl01*.c |
|---|
| 1156 | 1464 | F: include/linux/amba/serial.h |
|---|
| 1157 | 1465 | |
|---|
| 1466 | +ARM PRIMECELL VIC PL190/PL192 DRIVER |
|---|
| 1467 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 1468 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1469 | +S: Maintained |
|---|
| 1470 | +F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt |
|---|
| 1471 | +F: drivers/irqchip/irq-vic.c |
|---|
| 1472 | + |
|---|
| 1473 | +ARM SMC WATCHDOG DRIVER |
|---|
| 1474 | +M: Julius Werner <jwerner@chromium.org> |
|---|
| 1475 | +R: Evan Benn <evanbenn@chromium.org> |
|---|
| 1476 | +S: Maintained |
|---|
| 1477 | +F: Documentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml |
|---|
| 1478 | +F: drivers/watchdog/arm_smc_wdt.c |
|---|
| 1479 | + |
|---|
| 1158 | 1480 | ARM SMMU DRIVERS |
|---|
| 1159 | | -M: Will Deacon <will.deacon@arm.com> |
|---|
| 1481 | +M: Will Deacon <will@kernel.org> |
|---|
| 1160 | 1482 | R: Robin Murphy <robin.murphy@arm.com> |
|---|
| 1161 | 1483 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1162 | 1484 | S: Maintained |
|---|
| 1163 | | -F: drivers/iommu/arm-smmu.c |
|---|
| 1164 | | -F: drivers/iommu/arm-smmu-v3.c |
|---|
| 1165 | | -F: drivers/iommu/io-pgtable-arm.c |
|---|
| 1166 | | -F: drivers/iommu/io-pgtable-arm-v7s.c |
|---|
| 1485 | +F: Documentation/devicetree/bindings/iommu/arm,smmu* |
|---|
| 1486 | +F: drivers/iommu/arm/ |
|---|
| 1487 | +F: drivers/iommu/io-pgtable-arm* |
|---|
| 1488 | + |
|---|
| 1489 | +ARM AND ARM64 SoC SUB-ARCHITECTURES (COMMON PARTS) |
|---|
| 1490 | +M: Arnd Bergmann <arnd@arndb.de> |
|---|
| 1491 | +M: Olof Johansson <olof@lixom.net> |
|---|
| 1492 | +M: soc@kernel.org |
|---|
| 1493 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1494 | +S: Maintained |
|---|
| 1495 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git |
|---|
| 1496 | +F: arch/arm/boot/dts/Makefile |
|---|
| 1497 | +F: arch/arm64/boot/dts/Makefile |
|---|
| 1167 | 1498 | |
|---|
| 1168 | 1499 | ARM SUB-ARCHITECTURES |
|---|
| 1169 | 1500 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1170 | 1501 | S: Maintained |
|---|
| 1502 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git |
|---|
| 1171 | 1503 | F: arch/arm/mach-*/ |
|---|
| 1172 | 1504 | F: arch/arm/plat-*/ |
|---|
| 1173 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git |
|---|
| 1174 | 1505 | |
|---|
| 1175 | 1506 | ARM/ACTIONS SEMI ARCHITECTURE |
|---|
| 1176 | 1507 | M: Andreas Färber <afaerber@suse.de> |
|---|
| 1508 | +M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
|---|
| 1177 | 1509 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1178 | 1510 | S: Maintained |
|---|
| 1179 | | -N: owl |
|---|
| 1180 | | -F: arch/arm/mach-actions/ |
|---|
| 1511 | +F: Documentation/devicetree/bindings/arm/actions.yaml |
|---|
| 1512 | +F: Documentation/devicetree/bindings/clock/actions,owl-cmu.txt |
|---|
| 1513 | +F: Documentation/devicetree/bindings/dma/owl-dma.yaml |
|---|
| 1514 | +F: Documentation/devicetree/bindings/i2c/i2c-owl.txt |
|---|
| 1515 | +F: Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.yaml |
|---|
| 1516 | +F: Documentation/devicetree/bindings/mmc/owl-mmc.yaml |
|---|
| 1517 | +F: Documentation/devicetree/bindings/pinctrl/actions,* |
|---|
| 1518 | +F: Documentation/devicetree/bindings/power/actions,owl-sps.txt |
|---|
| 1519 | +F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt |
|---|
| 1181 | 1520 | F: arch/arm/boot/dts/owl-* |
|---|
| 1521 | +F: arch/arm/mach-actions/ |
|---|
| 1182 | 1522 | F: arch/arm64/boot/dts/actions/ |
|---|
| 1183 | | -F: drivers/clocksource/owl-* |
|---|
| 1523 | +F: drivers/clk/actions/ |
|---|
| 1524 | +F: drivers/clocksource/timer-owl* |
|---|
| 1525 | +F: drivers/dma/owl-dma.c |
|---|
| 1526 | +F: drivers/i2c/busses/i2c-owl.c |
|---|
| 1527 | +F: drivers/irqchip/irq-owl-sirq.c |
|---|
| 1528 | +F: drivers/mmc/host/owl-mmc.c |
|---|
| 1184 | 1529 | F: drivers/pinctrl/actions/* |
|---|
| 1185 | 1530 | F: drivers/soc/actions/ |
|---|
| 1186 | 1531 | F: include/dt-bindings/power/owl-* |
|---|
| 1532 | +F: include/dt-bindings/reset/actions,* |
|---|
| 1187 | 1533 | F: include/linux/soc/actions/ |
|---|
| 1188 | | -F: Documentation/devicetree/bindings/arm/actions.txt |
|---|
| 1189 | | -F: Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt |
|---|
| 1190 | | -F: Documentation/devicetree/bindings/power/actions,owl-sps.txt |
|---|
| 1191 | | -F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt |
|---|
| 1534 | +N: owl |
|---|
| 1192 | 1535 | |
|---|
| 1193 | 1536 | ARM/ADS SPHERE MACHINE SUPPORT |
|---|
| 1194 | 1537 | M: Lennert Buytenhek <kernel@wantstofly.org> |
|---|
| .. | .. |
|---|
| 1211 | 1554 | F: drivers/clk/sunxi/ |
|---|
| 1212 | 1555 | |
|---|
| 1213 | 1556 | ARM/Allwinner sunXi SoC support |
|---|
| 1214 | | -M: Maxime Ripard <maxime.ripard@bootlin.com> |
|---|
| 1557 | +M: Maxime Ripard <mripard@kernel.org> |
|---|
| 1215 | 1558 | M: Chen-Yu Tsai <wens@csie.org> |
|---|
| 1559 | +R: Jernej Skrabec <jernej.skrabec@siol.net> |
|---|
| 1216 | 1560 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1217 | 1561 | S: Maintained |
|---|
| 1218 | | -N: sun[x456789]i |
|---|
| 1219 | | -N: sun50i |
|---|
| 1562 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git |
|---|
| 1220 | 1563 | F: arch/arm/mach-sunxi/ |
|---|
| 1221 | 1564 | F: arch/arm64/boot/dts/allwinner/ |
|---|
| 1222 | 1565 | F: drivers/clk/sunxi-ng/ |
|---|
| 1223 | 1566 | F: drivers/pinctrl/sunxi/ |
|---|
| 1224 | 1567 | F: drivers/soc/sunxi/ |
|---|
| 1225 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git |
|---|
| 1568 | +N: sun[x456789]i |
|---|
| 1569 | +N: sun50i |
|---|
| 1226 | 1570 | |
|---|
| 1227 | 1571 | ARM/Amlogic Meson SoC CLOCK FRAMEWORK |
|---|
| 1228 | 1572 | M: Neil Armstrong <narmstrong@baylibre.com> |
|---|
| 1229 | 1573 | M: Jerome Brunet <jbrunet@baylibre.com> |
|---|
| 1230 | 1574 | L: linux-amlogic@lists.infradead.org |
|---|
| 1231 | 1575 | S: Maintained |
|---|
| 1232 | | -F: drivers/clk/meson/ |
|---|
| 1233 | | -F: include/dt-bindings/clock/meson* |
|---|
| 1234 | | -F: include/dt-bindings/clock/gxbb* |
|---|
| 1235 | 1576 | F: Documentation/devicetree/bindings/clock/amlogic* |
|---|
| 1577 | +F: drivers/clk/meson/ |
|---|
| 1578 | +F: include/dt-bindings/clock/gxbb* |
|---|
| 1579 | +F: include/dt-bindings/clock/meson* |
|---|
| 1580 | + |
|---|
| 1581 | +ARM/Amlogic Meson SoC Crypto Drivers |
|---|
| 1582 | +M: Corentin Labbe <clabbe@baylibre.com> |
|---|
| 1583 | +L: linux-crypto@vger.kernel.org |
|---|
| 1584 | +L: linux-amlogic@lists.infradead.org |
|---|
| 1585 | +S: Maintained |
|---|
| 1586 | +F: Documentation/devicetree/bindings/crypto/amlogic* |
|---|
| 1587 | +F: drivers/crypto/amlogic/ |
|---|
| 1588 | + |
|---|
| 1589 | +ARM/Amlogic Meson SoC Sound Drivers |
|---|
| 1590 | +M: Jerome Brunet <jbrunet@baylibre.com> |
|---|
| 1591 | +L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 1592 | +S: Maintained |
|---|
| 1593 | +F: Documentation/devicetree/bindings/sound/amlogic* |
|---|
| 1594 | +F: sound/soc/meson/ |
|---|
| 1236 | 1595 | |
|---|
| 1237 | 1596 | ARM/Amlogic Meson SoC support |
|---|
| 1238 | | -M: Carlo Caione <carlo@caione.org> |
|---|
| 1239 | 1597 | M: Kevin Hilman <khilman@baylibre.com> |
|---|
| 1598 | +R: Neil Armstrong <narmstrong@baylibre.com> |
|---|
| 1599 | +R: Jerome Brunet <jbrunet@baylibre.com> |
|---|
| 1600 | +R: Martin Blumenstingl <martin.blumenstingl@googlemail.com> |
|---|
| 1240 | 1601 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1241 | 1602 | L: linux-amlogic@lists.infradead.org |
|---|
| 1242 | | -W: http://linux-meson.com/ |
|---|
| 1243 | 1603 | S: Maintained |
|---|
| 1244 | | -F: arch/arm/mach-meson/ |
|---|
| 1604 | +W: http://linux-meson.com/ |
|---|
| 1245 | 1605 | F: arch/arm/boot/dts/meson* |
|---|
| 1606 | +F: arch/arm/mach-meson/ |
|---|
| 1246 | 1607 | F: arch/arm64/boot/dts/amlogic/ |
|---|
| 1247 | | -F: drivers/pinctrl/meson/ |
|---|
| 1248 | 1608 | F: drivers/mmc/host/meson* |
|---|
| 1609 | +F: drivers/pinctrl/meson/ |
|---|
| 1610 | +F: drivers/rtc/rtc-meson* |
|---|
| 1611 | +F: drivers/soc/amlogic/ |
|---|
| 1249 | 1612 | N: meson |
|---|
| 1250 | 1613 | |
|---|
| 1251 | 1614 | ARM/Annapurna Labs ALPINE ARCHITECTURE |
|---|
| 1252 | 1615 | M: Tsahee Zidenberg <tsahee@annapurnalabs.com> |
|---|
| 1253 | | -M: Antoine Tenart <antoine.tenart@bootlin.com> |
|---|
| 1616 | +M: Antoine Tenart <atenart@kernel.org> |
|---|
| 1254 | 1617 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1255 | 1618 | S: Maintained |
|---|
| 1256 | | -F: arch/arm/mach-alpine/ |
|---|
| 1257 | 1619 | F: arch/arm/boot/dts/alpine* |
|---|
| 1258 | | -F: arch/arm64/boot/dts/al/ |
|---|
| 1620 | +F: arch/arm/mach-alpine/ |
|---|
| 1621 | +F: arch/arm64/boot/dts/amazon/ |
|---|
| 1259 | 1622 | F: drivers/*/*alpine* |
|---|
| 1260 | 1623 | |
|---|
| 1261 | 1624 | ARM/ARTPEC MACHINE SUPPORT |
|---|
| 1262 | 1625 | M: Jesper Nilsson <jesper.nilsson@axis.com> |
|---|
| 1263 | 1626 | M: Lars Persson <lars.persson@axis.com> |
|---|
| 1264 | | -S: Maintained |
|---|
| 1265 | 1627 | L: linux-arm-kernel@axis.com |
|---|
| 1266 | | -F: arch/arm/mach-artpec |
|---|
| 1628 | +S: Maintained |
|---|
| 1629 | +F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt |
|---|
| 1267 | 1630 | F: arch/arm/boot/dts/artpec6* |
|---|
| 1631 | +F: arch/arm/mach-artpec |
|---|
| 1268 | 1632 | F: drivers/clk/axis |
|---|
| 1269 | 1633 | F: drivers/crypto/axis |
|---|
| 1634 | +F: drivers/mmc/host/usdhi6rol0.c |
|---|
| 1270 | 1635 | F: drivers/pinctrl/pinctrl-artpec* |
|---|
| 1271 | | -F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt |
|---|
| 1272 | 1636 | |
|---|
| 1273 | 1637 | ARM/ASPEED I2C DRIVER |
|---|
| 1274 | 1638 | M: Brendan Higgins <brendanhiggins@google.com> |
|---|
| .. | .. |
|---|
| 1277 | 1641 | L: linux-i2c@vger.kernel.org |
|---|
| 1278 | 1642 | L: openbmc@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 1279 | 1643 | S: Maintained |
|---|
| 1280 | | -F: drivers/irqchip/irq-aspeed-i2c-ic.c |
|---|
| 1281 | | -F: drivers/i2c/busses/i2c-aspeed.c |
|---|
| 1282 | | -F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt |
|---|
| 1283 | 1644 | F: Documentation/devicetree/bindings/i2c/i2c-aspeed.txt |
|---|
| 1645 | +F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt |
|---|
| 1646 | +F: drivers/i2c/busses/i2c-aspeed.c |
|---|
| 1647 | +F: drivers/irqchip/irq-aspeed-i2c-ic.c |
|---|
| 1284 | 1648 | |
|---|
| 1285 | 1649 | ARM/ASPEED MACHINE SUPPORT |
|---|
| 1286 | 1650 | M: Joel Stanley <joel@jms.id.au> |
|---|
| 1287 | 1651 | R: Andrew Jeffery <andrew@aj.id.au> |
|---|
| 1288 | 1652 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1289 | 1653 | L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 1290 | | -Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/ |
|---|
| 1291 | 1654 | S: Supported |
|---|
| 1655 | +Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/ |
|---|
| 1292 | 1656 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git |
|---|
| 1293 | | -F: arch/arm/mach-aspeed/ |
|---|
| 1294 | 1657 | F: arch/arm/boot/dts/aspeed-* |
|---|
| 1658 | +F: arch/arm/mach-aspeed/ |
|---|
| 1295 | 1659 | N: aspeed |
|---|
| 1296 | 1660 | |
|---|
| 1297 | | -ARM/CALXEDA HIGHBANK ARCHITECTURE |
|---|
| 1298 | | -M: Rob Herring <robh@kernel.org> |
|---|
| 1661 | +ARM/BITMAIN ARCHITECTURE |
|---|
| 1662 | +M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
|---|
| 1299 | 1663 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1300 | 1664 | S: Maintained |
|---|
| 1301 | | -F: arch/arm/mach-highbank/ |
|---|
| 1302 | | -F: arch/arm/boot/dts/highbank.dts |
|---|
| 1665 | +F: Documentation/devicetree/bindings/arm/bitmain.yaml |
|---|
| 1666 | +F: Documentation/devicetree/bindings/clock/bitmain,bm1880-clk.yaml |
|---|
| 1667 | +F: Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.txt |
|---|
| 1668 | +F: arch/arm64/boot/dts/bitmain/ |
|---|
| 1669 | +F: drivers/clk/clk-bm1880.c |
|---|
| 1670 | +F: drivers/pinctrl/pinctrl-bm1880.c |
|---|
| 1671 | + |
|---|
| 1672 | +ARM/CALXEDA HIGHBANK ARCHITECTURE |
|---|
| 1673 | +M: Andre Przywara <andre.przywara@arm.com> |
|---|
| 1674 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1675 | +S: Maintained |
|---|
| 1303 | 1676 | F: arch/arm/boot/dts/ecx-*.dts* |
|---|
| 1677 | +F: arch/arm/boot/dts/highbank.dts |
|---|
| 1678 | +F: arch/arm/mach-highbank/ |
|---|
| 1304 | 1679 | |
|---|
| 1305 | 1680 | ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT |
|---|
| 1306 | 1681 | M: Krzysztof Halasa <khalasa@piap.pl> |
|---|
| .. | .. |
|---|
| 1308 | 1683 | F: arch/arm/mach-cns3xxx/ |
|---|
| 1309 | 1684 | |
|---|
| 1310 | 1685 | ARM/CAVIUM THUNDER NETWORK DRIVER |
|---|
| 1311 | | -M: Sunil Goutham <sgoutham@cavium.com> |
|---|
| 1312 | | -M: Robert Richter <rric@kernel.org> |
|---|
| 1686 | +M: Sunil Goutham <sgoutham@marvell.com> |
|---|
| 1313 | 1687 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1314 | 1688 | S: Supported |
|---|
| 1315 | 1689 | F: drivers/net/ethernet/cavium/thunder/ |
|---|
| .. | .. |
|---|
| 1346 | 1720 | T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev |
|---|
| 1347 | 1721 | F: drivers/clk/clkdev.c |
|---|
| 1348 | 1722 | |
|---|
| 1349 | | -ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
|---|
| 1350 | | -M: Mike Rapoport <mike@compulab.co.il> |
|---|
| 1351 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1352 | | -S: Maintained |
|---|
| 1353 | | - |
|---|
| 1354 | 1723 | ARM/CONEXANT DIGICOLOR MACHINE SUPPORT |
|---|
| 1355 | 1724 | M: Baruch Siach <baruch@tkos.co.il> |
|---|
| 1356 | 1725 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| .. | .. |
|---|
| 1365 | 1734 | |
|---|
| 1366 | 1735 | ARM/CORESIGHT FRAMEWORK AND DRIVERS |
|---|
| 1367 | 1736 | M: Mathieu Poirier <mathieu.poirier@linaro.org> |
|---|
| 1737 | +M: Suzuki K Poulose <suzuki.poulose@arm.com> |
|---|
| 1738 | +R: Mike Leach <mike.leach@linaro.org> |
|---|
| 1739 | +R: Leo Yan <leo.yan@linaro.org> |
|---|
| 1740 | +L: coresight@lists.linaro.org (moderated for non-subscribers) |
|---|
| 1368 | 1741 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1369 | 1742 | S: Maintained |
|---|
| 1370 | | -F: drivers/hwtracing/coresight/* |
|---|
| 1371 | | -F: Documentation/trace/coresight.txt |
|---|
| 1372 | | -F: Documentation/trace/coresight-cpu-debug.txt |
|---|
| 1373 | | -F: Documentation/devicetree/bindings/arm/coresight.txt |
|---|
| 1374 | | -F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt |
|---|
| 1743 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git |
|---|
| 1375 | 1744 | F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* |
|---|
| 1376 | | -F: tools/perf/arch/arm/util/pmu.c |
|---|
| 1745 | +F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt |
|---|
| 1746 | +F: Documentation/devicetree/bindings/arm/coresight-cti.yaml |
|---|
| 1747 | +F: Documentation/devicetree/bindings/arm/coresight.txt |
|---|
| 1748 | +F: Documentation/trace/coresight/* |
|---|
| 1749 | +F: drivers/hwtracing/coresight/* |
|---|
| 1750 | +F: include/dt-bindings/arm/coresight-cti-dt.h |
|---|
| 1377 | 1751 | F: tools/perf/arch/arm/util/auxtrace.c |
|---|
| 1378 | 1752 | F: tools/perf/arch/arm/util/cs-etm.c |
|---|
| 1379 | 1753 | F: tools/perf/arch/arm/util/cs-etm.h |
|---|
| 1380 | | -F: tools/perf/util/cs-etm.* |
|---|
| 1754 | +F: tools/perf/arch/arm/util/pmu.c |
|---|
| 1381 | 1755 | F: tools/perf/util/cs-etm-decoder/* |
|---|
| 1756 | +F: tools/perf/util/cs-etm.* |
|---|
| 1382 | 1757 | |
|---|
| 1383 | 1758 | ARM/CORGI MACHINE SUPPORT |
|---|
| 1384 | 1759 | M: Richard Purdie <rpurdie@rpsys.net> |
|---|
| .. | .. |
|---|
| 1388 | 1763 | M: Hans Ulli Kroll <ulli.kroll@googlemail.com> |
|---|
| 1389 | 1764 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 1390 | 1765 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1391 | | -T: git git://github.com/ulli-kroll/linux.git |
|---|
| 1392 | 1766 | S: Maintained |
|---|
| 1767 | +T: git git://github.com/ulli-kroll/linux.git |
|---|
| 1393 | 1768 | F: Documentation/devicetree/bindings/arm/gemini.txt |
|---|
| 1394 | | -F: Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt |
|---|
| 1395 | 1769 | F: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt |
|---|
| 1770 | +F: Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt |
|---|
| 1396 | 1771 | F: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt |
|---|
| 1397 | 1772 | F: arch/arm/mach-gemini/ |
|---|
| 1398 | 1773 | F: drivers/net/ethernet/cortina/ |
|---|
| .. | .. |
|---|
| 1402 | 1777 | ARM/CSR SIRFPRIMA2 MACHINE SUPPORT |
|---|
| 1403 | 1778 | M: Barry Song <baohua@kernel.org> |
|---|
| 1404 | 1779 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1405 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git |
|---|
| 1406 | 1780 | S: Maintained |
|---|
| 1781 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git |
|---|
| 1407 | 1782 | F: arch/arm/boot/dts/prima2* |
|---|
| 1408 | 1783 | F: arch/arm/mach-prima2/ |
|---|
| 1409 | 1784 | F: drivers/clk/sirf/ |
|---|
| 1410 | | -F: drivers/clocksource/timer-prima2.c |
|---|
| 1411 | 1785 | F: drivers/clocksource/timer-atlas7.c |
|---|
| 1786 | +F: drivers/clocksource/timer-prima2.c |
|---|
| 1787 | +X: drivers/gnss |
|---|
| 1412 | 1788 | N: [^a-z]sirf |
|---|
| 1789 | + |
|---|
| 1790 | +ARM/CZ.NIC TURRIS MOX SUPPORT |
|---|
| 1791 | +M: Marek Behun <marek.behun@nic.cz> |
|---|
| 1792 | +S: Maintained |
|---|
| 1793 | +W: http://mox.turris.cz |
|---|
| 1794 | +F: Documentation/ABI/testing/debugfs-moxtet |
|---|
| 1795 | +F: Documentation/ABI/testing/sysfs-bus-moxtet-devices |
|---|
| 1796 | +F: Documentation/ABI/testing/sysfs-firmware-turris-mox-rwtm |
|---|
| 1797 | +F: Documentation/devicetree/bindings/bus/moxtet.txt |
|---|
| 1798 | +F: Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt |
|---|
| 1799 | +F: Documentation/devicetree/bindings/gpio/gpio-moxtet.txt |
|---|
| 1800 | +F: drivers/bus/moxtet.c |
|---|
| 1801 | +F: drivers/firmware/turris-mox-rwtm.c |
|---|
| 1802 | +F: drivers/gpio/gpio-moxtet.c |
|---|
| 1803 | +F: include/linux/moxtet.h |
|---|
| 1413 | 1804 | |
|---|
| 1414 | 1805 | ARM/EBSA110 MACHINE SUPPORT |
|---|
| 1415 | 1806 | M: Russell King <linux@armlinux.org.uk> |
|---|
| 1416 | 1807 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1417 | | -W: http://www.armlinux.org.uk/ |
|---|
| 1418 | 1808 | S: Maintained |
|---|
| 1809 | +W: http://www.armlinux.org.uk/ |
|---|
| 1419 | 1810 | F: arch/arm/mach-ebsa110/ |
|---|
| 1420 | 1811 | F: drivers/net/ethernet/amd/am79c961a.* |
|---|
| 1421 | 1812 | |
|---|
| .. | .. |
|---|
| 1442 | 1833 | ARM/FOOTBRIDGE ARCHITECTURE |
|---|
| 1443 | 1834 | M: Russell King <linux@armlinux.org.uk> |
|---|
| 1444 | 1835 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1445 | | -W: http://www.armlinux.org.uk/ |
|---|
| 1446 | 1836 | S: Maintained |
|---|
| 1837 | +W: http://www.armlinux.org.uk/ |
|---|
| 1447 | 1838 | F: arch/arm/include/asm/hardware/dec21285.h |
|---|
| 1448 | 1839 | F: arch/arm/mach-footbridge/ |
|---|
| 1449 | 1840 | |
|---|
| .. | .. |
|---|
| 1451 | 1842 | M: Shawn Guo <shawnguo@kernel.org> |
|---|
| 1452 | 1843 | M: Sascha Hauer <s.hauer@pengutronix.de> |
|---|
| 1453 | 1844 | R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 1454 | | -R: Fabio Estevam <fabio.estevam@nxp.com> |
|---|
| 1845 | +R: Fabio Estevam <festevam@gmail.com> |
|---|
| 1455 | 1846 | R: NXP Linux Team <linux-imx@nxp.com> |
|---|
| 1456 | 1847 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1457 | 1848 | S: Maintained |
|---|
| 1458 | 1849 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git |
|---|
| 1459 | | -F: arch/arm/mach-imx/ |
|---|
| 1460 | | -F: arch/arm/mach-mxs/ |
|---|
| 1461 | | -F: arch/arm/boot/dts/imx* |
|---|
| 1462 | | -F: arch/arm/configs/imx*_defconfig |
|---|
| 1463 | | -F: drivers/clk/imx/ |
|---|
| 1464 | | -F: drivers/soc/imx/ |
|---|
| 1465 | | -F: include/soc/imx/ |
|---|
| 1466 | | - |
|---|
| 1467 | | -ARM/FREESCALE VYBRID ARM ARCHITECTURE |
|---|
| 1468 | | -M: Shawn Guo <shawnguo@kernel.org> |
|---|
| 1469 | | -M: Sascha Hauer <s.hauer@pengutronix.de> |
|---|
| 1470 | | -R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 1471 | | -R: Stefan Agner <stefan@agner.ch> |
|---|
| 1472 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1473 | | -S: Maintained |
|---|
| 1474 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git |
|---|
| 1475 | | -F: arch/arm/mach-imx/*vf610* |
|---|
| 1476 | | -F: arch/arm/boot/dts/vf* |
|---|
| 1850 | +X: drivers/media/i2c/ |
|---|
| 1851 | +N: imx |
|---|
| 1852 | +N: mxs |
|---|
| 1477 | 1853 | |
|---|
| 1478 | 1854 | ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE |
|---|
| 1479 | 1855 | M: Shawn Guo <shawnguo@kernel.org> |
|---|
| .. | .. |
|---|
| 1484 | 1860 | F: arch/arm/boot/dts/ls1021a* |
|---|
| 1485 | 1861 | F: arch/arm64/boot/dts/freescale/fsl-* |
|---|
| 1486 | 1862 | F: arch/arm64/boot/dts/freescale/qoriq-* |
|---|
| 1863 | + |
|---|
| 1864 | +ARM/FREESCALE VYBRID ARM ARCHITECTURE |
|---|
| 1865 | +M: Shawn Guo <shawnguo@kernel.org> |
|---|
| 1866 | +M: Sascha Hauer <s.hauer@pengutronix.de> |
|---|
| 1867 | +R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 1868 | +R: Stefan Agner <stefan@agner.ch> |
|---|
| 1869 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1870 | +S: Maintained |
|---|
| 1871 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git |
|---|
| 1872 | +F: arch/arm/boot/dts/vf* |
|---|
| 1873 | +F: arch/arm/mach-imx/*vf610* |
|---|
| 1487 | 1874 | |
|---|
| 1488 | 1875 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
|---|
| 1489 | 1876 | M: Lennert Buytenhek <kernel@wantstofly.org> |
|---|
| .. | .. |
|---|
| 1507 | 1894 | ARM/HISILICON SOC SUPPORT |
|---|
| 1508 | 1895 | M: Wei Xu <xuwei5@hisilicon.com> |
|---|
| 1509 | 1896 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1510 | | -W: http://www.hisilicon.com |
|---|
| 1511 | 1897 | S: Supported |
|---|
| 1898 | +W: http://www.hisilicon.com |
|---|
| 1512 | 1899 | T: git git://github.com/hisilicon/linux-hisi.git |
|---|
| 1513 | | -F: arch/arm/mach-hisi/ |
|---|
| 1514 | 1900 | F: arch/arm/boot/dts/hi3* |
|---|
| 1515 | 1901 | F: arch/arm/boot/dts/hip* |
|---|
| 1516 | 1902 | F: arch/arm/boot/dts/hisi* |
|---|
| 1903 | +F: arch/arm/mach-hisi/ |
|---|
| 1517 | 1904 | F: arch/arm64/boot/dts/hisilicon/ |
|---|
| 1518 | 1905 | |
|---|
| 1519 | 1906 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
|---|
| 1520 | 1907 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
|---|
| 1521 | | -W: www.jlime.com |
|---|
| 1522 | 1908 | S: Maintained |
|---|
| 1909 | +W: www.jlime.com |
|---|
| 1523 | 1910 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
|---|
| 1524 | | -F: arch/arm/mach-sa1100/jornada720.c |
|---|
| 1525 | 1911 | F: arch/arm/mach-sa1100/include/mach/jornada720.h |
|---|
| 1912 | +F: arch/arm/mach-sa1100/jornada720.c |
|---|
| 1526 | 1913 | |
|---|
| 1527 | 1914 | ARM/IGEP MACHINE SUPPORT |
|---|
| 1528 | 1915 | M: Enric Balletbo i Serra <eballetbo@gmail.com> |
|---|
| .. | .. |
|---|
| 1538 | 1925 | S: Maintained |
|---|
| 1539 | 1926 | F: arch/arm/mach-pxa/colibri-pxa270-income.c |
|---|
| 1540 | 1927 | |
|---|
| 1541 | | -ARM/INTEL IOP13XX ARM ARCHITECTURE |
|---|
| 1542 | | -M: Lennert Buytenhek <kernel@wantstofly.org> |
|---|
| 1543 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1544 | | -S: Maintained |
|---|
| 1545 | | - |
|---|
| 1546 | 1928 | ARM/INTEL IOP32X ARM ARCHITECTURE |
|---|
| 1547 | 1929 | M: Lennert Buytenhek <kernel@wantstofly.org> |
|---|
| 1548 | 1930 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1549 | 1931 | S: Maintained |
|---|
| 1550 | | - |
|---|
| 1551 | | -ARM/INTEL IOP33X ARM ARCHITECTURE |
|---|
| 1552 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1553 | | -S: Orphan |
|---|
| 1554 | 1932 | |
|---|
| 1555 | 1933 | ARM/INTEL IQ81342EX MACHINE SUPPORT |
|---|
| 1556 | 1934 | M: Lennert Buytenhek <kernel@wantstofly.org> |
|---|
| .. | .. |
|---|
| 1563 | 1941 | S: Maintained |
|---|
| 1564 | 1942 | |
|---|
| 1565 | 1943 | ARM/INTEL IXP4XX ARM ARCHITECTURE |
|---|
| 1944 | +M: Linus Walleij <linusw@kernel.org> |
|---|
| 1566 | 1945 | M: Imre Kaloz <kaloz@openwrt.org> |
|---|
| 1567 | 1946 | M: Krzysztof Halasa <khalasa@piap.pl> |
|---|
| 1568 | 1947 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1569 | 1948 | S: Maintained |
|---|
| 1949 | +F: Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml |
|---|
| 1950 | +F: Documentation/devicetree/bindings/gpio/intel,ixp4xx-gpio.txt |
|---|
| 1951 | +F: Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml |
|---|
| 1952 | +F: Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml |
|---|
| 1570 | 1953 | F: arch/arm/mach-ixp4xx/ |
|---|
| 1954 | +F: drivers/clocksource/timer-ixp4xx.c |
|---|
| 1955 | +F: drivers/gpio/gpio-ixp4xx.c |
|---|
| 1956 | +F: drivers/irqchip/irq-ixp4xx.c |
|---|
| 1957 | +F: include/linux/irqchip/irq-ixp4xx.h |
|---|
| 1958 | +F: include/linux/platform_data/timer-ixp4xx.h |
|---|
| 1959 | + |
|---|
| 1960 | +ARM/INTEL KEEMBAY ARCHITECTURE |
|---|
| 1961 | +M: Paul J. Murphy <paul.j.murphy@intel.com> |
|---|
| 1962 | +M: Daniele Alessandrelli <daniele.alessandrelli@intel.com> |
|---|
| 1963 | +S: Maintained |
|---|
| 1964 | +F: Documentation/devicetree/bindings/arm/intel,keembay.yaml |
|---|
| 1965 | +F: arch/arm64/boot/dts/intel/keembay-evm.dts |
|---|
| 1966 | +F: arch/arm64/boot/dts/intel/keembay-soc.dtsi |
|---|
| 1571 | 1967 | |
|---|
| 1572 | 1968 | ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT |
|---|
| 1573 | 1969 | M: Jonathan Cameron <jic23@cam.ac.uk> |
|---|
| .. | .. |
|---|
| 1598 | 1994 | S: Maintained |
|---|
| 1599 | 1995 | |
|---|
| 1600 | 1996 | ARM/LPC18XX ARCHITECTURE |
|---|
| 1601 | | -M: Joachim Eastwood <manabian@gmail.com> |
|---|
| 1997 | +M: Vladimir Zapolskiy <vz@mleia.com> |
|---|
| 1602 | 1998 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1603 | 1999 | S: Maintained |
|---|
| 2000 | +F: Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt |
|---|
| 1604 | 2001 | F: arch/arm/boot/dts/lpc43* |
|---|
| 1605 | | -F: drivers/clk/nxp/clk-lpc18xx* |
|---|
| 1606 | | -F: drivers/clocksource/time-lpc32xx.c |
|---|
| 1607 | 2002 | F: drivers/i2c/busses/i2c-lpc2k.c |
|---|
| 1608 | 2003 | F: drivers/memory/pl172.c |
|---|
| 1609 | | -F: drivers/mtd/spi-nor/nxp-spifi.c |
|---|
| 2004 | +F: drivers/mtd/spi-nor/controllers/nxp-spifi.c |
|---|
| 1610 | 2005 | F: drivers/rtc/rtc-lpc24xx.c |
|---|
| 1611 | 2006 | N: lpc18xx |
|---|
| 1612 | 2007 | |
|---|
| 1613 | 2008 | ARM/LPC32XX SOC SUPPORT |
|---|
| 1614 | 2009 | M: Vladimir Zapolskiy <vz@mleia.com> |
|---|
| 1615 | | -M: Sylvain Lemieux <slemieux.tyco@gmail.com> |
|---|
| 1616 | 2010 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1617 | | -T: git git://github.com/vzapolskiy/linux-lpc32xx.git |
|---|
| 1618 | 2011 | S: Maintained |
|---|
| 2012 | +T: git git://github.com/vzapolskiy/linux-lpc32xx.git |
|---|
| 2013 | +F: Documentation/devicetree/bindings/i2c/i2c-pnx.txt |
|---|
| 1619 | 2014 | F: arch/arm/boot/dts/lpc32* |
|---|
| 1620 | 2015 | F: arch/arm/mach-lpc32xx/ |
|---|
| 1621 | 2016 | F: drivers/i2c/busses/i2c-pnx.c |
|---|
| .. | .. |
|---|
| 1629 | 2024 | S: Maintained |
|---|
| 1630 | 2025 | |
|---|
| 1631 | 2026 | ARM/Marvell Dove/MV78xx0/Orion SOC support |
|---|
| 1632 | | -M: Jason Cooper <jason@lakedaemon.net> |
|---|
| 1633 | 2027 | M: Andrew Lunn <andrew@lunn.ch> |
|---|
| 1634 | 2028 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
|---|
| 1635 | 2029 | M: Gregory Clement <gregory.clement@bootlin.com> |
|---|
| 1636 | 2030 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1637 | 2031 | S: Maintained |
|---|
| 2032 | +T: git git://git.infradead.org/linux-mvebu.git |
|---|
| 1638 | 2033 | F: Documentation/devicetree/bindings/soc/dove/ |
|---|
| 2034 | +F: arch/arm/boot/dts/dove* |
|---|
| 2035 | +F: arch/arm/boot/dts/orion5x* |
|---|
| 1639 | 2036 | F: arch/arm/mach-dove/ |
|---|
| 1640 | 2037 | F: arch/arm/mach-mv78xx0/ |
|---|
| 1641 | 2038 | F: arch/arm/mach-orion5x/ |
|---|
| 1642 | 2039 | F: arch/arm/plat-orion/ |
|---|
| 1643 | | -F: arch/arm/boot/dts/dove* |
|---|
| 1644 | | -F: arch/arm/boot/dts/orion5x* |
|---|
| 2040 | +F: drivers/soc/dove/ |
|---|
| 1645 | 2041 | |
|---|
| 1646 | | -ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support |
|---|
| 1647 | | -M: Jason Cooper <jason@lakedaemon.net> |
|---|
| 2042 | +ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K, CN9130 SOC support |
|---|
| 1648 | 2043 | M: Andrew Lunn <andrew@lunn.ch> |
|---|
| 1649 | 2044 | M: Gregory Clement <gregory.clement@bootlin.com> |
|---|
| 1650 | 2045 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
|---|
| 1651 | 2046 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1652 | 2047 | S: Maintained |
|---|
| 2048 | +T: git git://git.infradead.org/linux-mvebu.git |
|---|
| 1653 | 2049 | F: arch/arm/boot/dts/armada* |
|---|
| 1654 | 2050 | F: arch/arm/boot/dts/kirkwood* |
|---|
| 1655 | 2051 | F: arch/arm/configs/mvebu_*_defconfig |
|---|
| 1656 | 2052 | F: arch/arm/mach-mvebu/ |
|---|
| 1657 | 2053 | F: arch/arm64/boot/dts/marvell/armada* |
|---|
| 2054 | +F: arch/arm64/boot/dts/marvell/cn913* |
|---|
| 1658 | 2055 | F: drivers/cpufreq/armada-37xx-cpufreq.c |
|---|
| 2056 | +F: drivers/cpufreq/armada-8k-cpufreq.c |
|---|
| 1659 | 2057 | F: drivers/cpufreq/mvebu-cpufreq.c |
|---|
| 1660 | 2058 | F: drivers/irqchip/irq-armada-370-xp.c |
|---|
| 1661 | 2059 | F: drivers/irqchip/irq-mvebu-* |
|---|
| .. | .. |
|---|
| 1668 | 2066 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1669 | 2067 | L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1670 | 2068 | S: Maintained |
|---|
| 2069 | +F: Documentation/devicetree/bindings/rtc/rtc-mt2712.txt |
|---|
| 1671 | 2070 | F: Documentation/devicetree/bindings/rtc/rtc-mt7622.txt |
|---|
| 2071 | +F: drivers/rtc/rtc-mt2712.c |
|---|
| 1672 | 2072 | F: drivers/rtc/rtc-mt6397.c |
|---|
| 1673 | 2073 | F: drivers/rtc/rtc-mt7622.c |
|---|
| 1674 | 2074 | |
|---|
| .. | .. |
|---|
| 1677 | 2077 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1678 | 2078 | L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1679 | 2079 | S: Maintained |
|---|
| 2080 | +W: https://mtk.bcnfs.org/ |
|---|
| 2081 | +C: irc://chat.freenode.net/linux-mediatek |
|---|
| 1680 | 2082 | F: arch/arm/boot/dts/mt6* |
|---|
| 1681 | 2083 | F: arch/arm/boot/dts/mt7* |
|---|
| 1682 | 2084 | F: arch/arm/boot/dts/mt8* |
|---|
| 1683 | 2085 | F: arch/arm/mach-mediatek/ |
|---|
| 1684 | 2086 | F: arch/arm64/boot/dts/mediatek/ |
|---|
| 2087 | +F: drivers/soc/mediatek/ |
|---|
| 1685 | 2088 | N: mtk |
|---|
| 2089 | +N: mt[678] |
|---|
| 1686 | 2090 | K: mediatek |
|---|
| 1687 | 2091 | |
|---|
| 1688 | 2092 | ARM/Mediatek USB3 PHY DRIVER |
|---|
| .. | .. |
|---|
| 1690 | 2094 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1691 | 2095 | L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1692 | 2096 | S: Maintained |
|---|
| 1693 | | -F: drivers/phy/mediatek/ |
|---|
| 1694 | 2097 | F: Documentation/devicetree/bindings/phy/phy-mtk-* |
|---|
| 1695 | | - |
|---|
| 1696 | | -ARM/MICREL KS8695 ARCHITECTURE |
|---|
| 1697 | | -M: Greg Ungerer <gerg@uclinux.org> |
|---|
| 1698 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1699 | | -F: arch/arm/mach-ks8695/ |
|---|
| 1700 | | -S: Odd Fixes |
|---|
| 2098 | +F: drivers/phy/mediatek/ |
|---|
| 1701 | 2099 | |
|---|
| 1702 | 2100 | ARM/Microchip (AT91) SoC support |
|---|
| 1703 | 2101 | M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 1704 | 2102 | M: Alexandre Belloni <alexandre.belloni@bootlin.com> |
|---|
| 2103 | +M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 1705 | 2104 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1706 | | -W: http://www.linux4sam.org |
|---|
| 1707 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git |
|---|
| 1708 | 2105 | S: Supported |
|---|
| 1709 | | -N: at91 |
|---|
| 1710 | | -N: atmel |
|---|
| 1711 | | -F: arch/arm/mach-at91/ |
|---|
| 1712 | | -F: include/soc/at91/ |
|---|
| 2106 | +W: http://www.linux4sam.org |
|---|
| 2107 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git |
|---|
| 1713 | 2108 | F: arch/arm/boot/dts/at91*.dts |
|---|
| 1714 | 2109 | F: arch/arm/boot/dts/at91*.dtsi |
|---|
| 1715 | 2110 | F: arch/arm/boot/dts/sama*.dts |
|---|
| 1716 | 2111 | F: arch/arm/boot/dts/sama*.dtsi |
|---|
| 1717 | 2112 | F: arch/arm/include/debug/at91.S |
|---|
| 2113 | +F: arch/arm/mach-at91/ |
|---|
| 1718 | 2114 | F: drivers/memory/atmel* |
|---|
| 1719 | 2115 | F: drivers/watchdog/sama5d4_wdt.c |
|---|
| 2116 | +F: include/soc/at91/ |
|---|
| 1720 | 2117 | X: drivers/input/touchscreen/atmel_mxt_ts.c |
|---|
| 1721 | 2118 | X: drivers/net/wireless/atmel/ |
|---|
| 2119 | +N: at91 |
|---|
| 2120 | +N: atmel |
|---|
| 2121 | + |
|---|
| 2122 | +ARM/Microchip Sparx5 SoC support |
|---|
| 2123 | +M: Lars Povlsen <lars.povlsen@microchip.com> |
|---|
| 2124 | +M: Steen Hegelund <Steen.Hegelund@microchip.com> |
|---|
| 2125 | +M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com> |
|---|
| 2126 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2127 | +S: Supported |
|---|
| 2128 | +T: git git://github.com/microchip-ung/linux-upstream.git |
|---|
| 2129 | +F: arch/arm64/boot/dts/microchip/ |
|---|
| 2130 | +N: sparx5 |
|---|
| 1722 | 2131 | |
|---|
| 1723 | 2132 | ARM/MIOA701 MACHINE SUPPORT |
|---|
| 1724 | 2133 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
|---|
| 1725 | 2134 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1726 | | -F: arch/arm/mach-pxa/mioa701.c |
|---|
| 1727 | 2135 | S: Maintained |
|---|
| 2136 | +F: arch/arm/mach-pxa/mioa701.c |
|---|
| 2137 | + |
|---|
| 2138 | +ARM/MStar/Sigmastar Armv7 SoC support |
|---|
| 2139 | +M: Daniel Palmer <daniel@thingy.jp> |
|---|
| 2140 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2141 | +S: Maintained |
|---|
| 2142 | +W: http://linux-chenxing.org/ |
|---|
| 2143 | +F: Documentation/devicetree/bindings/arm/mstar/* |
|---|
| 2144 | +F: arch/arm/boot/dts/mstar-* |
|---|
| 2145 | +F: arch/arm/mach-mstar/ |
|---|
| 1728 | 2146 | |
|---|
| 1729 | 2147 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
|---|
| 1730 | 2148 | M: Michael Petchkovsky <mkpetch@internode.on.net> |
|---|
| .. | .. |
|---|
| 1734 | 2152 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 1735 | 2153 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1736 | 2154 | S: Maintained |
|---|
| 2155 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
|---|
| 2156 | +F: Documentation/devicetree/bindings/arm/ste-* |
|---|
| 2157 | +F: Documentation/devicetree/bindings/arm/ux500.yaml |
|---|
| 2158 | +F: Documentation/devicetree/bindings/arm/ux500/ |
|---|
| 2159 | +F: Documentation/devicetree/bindings/i2c/i2c-nomadik.txt |
|---|
| 2160 | +F: Documentation/devicetree/bindings/i2c/i2c-stu300.txt |
|---|
| 2161 | +F: arch/arm/boot/dts/ste-* |
|---|
| 1737 | 2162 | F: arch/arm/mach-nomadik/ |
|---|
| 1738 | 2163 | F: arch/arm/mach-u300/ |
|---|
| 1739 | 2164 | F: arch/arm/mach-ux500/ |
|---|
| 1740 | | -F: arch/arm/boot/dts/ste-* |
|---|
| 1741 | 2165 | F: drivers/clk/clk-nomadik.c |
|---|
| 1742 | 2166 | F: drivers/clk/clk-u300.c |
|---|
| 1743 | 2167 | F: drivers/clocksource/clksrc-dbx500-prcmu.c |
|---|
| .. | .. |
|---|
| 1747 | 2171 | F: drivers/hwspinlock/u8500_hsem.c |
|---|
| 1748 | 2172 | F: drivers/i2c/busses/i2c-nomadik.c |
|---|
| 1749 | 2173 | F: drivers/i2c/busses/i2c-stu300.c |
|---|
| 2174 | +F: drivers/iio/adc/ab8500-gpadc.c |
|---|
| 1750 | 2175 | F: drivers/mfd/ab3100* |
|---|
| 1751 | 2176 | F: drivers/mfd/ab8500* |
|---|
| 1752 | 2177 | F: drivers/mfd/abx500* |
|---|
| 1753 | | -F: drivers/mfd/dbx500* |
|---|
| 1754 | 2178 | F: drivers/mfd/db8500* |
|---|
| 2179 | +F: drivers/mfd/dbx500* |
|---|
| 1755 | 2180 | F: drivers/pinctrl/nomadik/ |
|---|
| 1756 | 2181 | F: drivers/pinctrl/pinctrl-coh901* |
|---|
| 1757 | 2182 | F: drivers/pinctrl/pinctrl-u300.c |
|---|
| .. | .. |
|---|
| 1759 | 2184 | F: drivers/rtc/rtc-ab8500.c |
|---|
| 1760 | 2185 | F: drivers/rtc/rtc-coh901331.c |
|---|
| 1761 | 2186 | F: drivers/rtc/rtc-pl031.c |
|---|
| 2187 | +F: drivers/soc/ux500/ |
|---|
| 1762 | 2188 | F: drivers/watchdog/coh901327_wdt.c |
|---|
| 1763 | | -F: Documentation/devicetree/bindings/arm/ste-* |
|---|
| 1764 | | -F: Documentation/devicetree/bindings/arm/ux500/ |
|---|
| 1765 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
|---|
| 1766 | 2189 | |
|---|
| 1767 | 2190 | ARM/NUVOTON NPCM ARCHITECTURE |
|---|
| 1768 | 2191 | M: Avi Fishman <avifishman70@gmail.com> |
|---|
| 1769 | 2192 | M: Tomer Maimon <tmaimon77@gmail.com> |
|---|
| 2193 | +M: Tali Perry <tali.perry1@gmail.com> |
|---|
| 1770 | 2194 | R: Patrick Venture <venture@google.com> |
|---|
| 1771 | 2195 | R: Nancy Yuen <yuenn@google.com> |
|---|
| 1772 | | -R: Brendan Higgins <brendanhiggins@google.com> |
|---|
| 2196 | +R: Benjamin Fair <benjaminfair@google.com> |
|---|
| 1773 | 2197 | L: openbmc@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 1774 | 2198 | S: Supported |
|---|
| 1775 | | -F: arch/arm/mach-npcm/ |
|---|
| 1776 | | -F: arch/arm/boot/dts/nuvoton-npcm* |
|---|
| 1777 | | -F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h |
|---|
| 1778 | | -F: drivers/*/*npcm* |
|---|
| 1779 | | -F: Documentation/devicetree/bindings/*/*npcm* |
|---|
| 1780 | 2199 | F: Documentation/devicetree/bindings/*/*/*npcm* |
|---|
| 1781 | | - |
|---|
| 1782 | | -ARM/NUVOTON W90X900 ARM ARCHITECTURE |
|---|
| 1783 | | -M: Wan ZongShun <mcuos.com@gmail.com> |
|---|
| 1784 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1785 | | -W: http://www.mcuos.com |
|---|
| 1786 | | -S: Maintained |
|---|
| 1787 | | -F: arch/arm/mach-w90x900/ |
|---|
| 1788 | | -F: drivers/input/keyboard/w90p910_keypad.c |
|---|
| 1789 | | -F: drivers/input/touchscreen/w90p910_ts.c |
|---|
| 1790 | | -F: drivers/watchdog/nuc900_wdt.c |
|---|
| 1791 | | -F: drivers/net/ethernet/nuvoton/w90p910_ether.c |
|---|
| 1792 | | -F: drivers/mtd/nand/raw/nuc900_nand.c |
|---|
| 1793 | | -F: drivers/rtc/rtc-nuc900.c |
|---|
| 1794 | | -F: drivers/spi/spi-nuc900.c |
|---|
| 1795 | | -F: drivers/usb/host/ehci-w90x900.c |
|---|
| 1796 | | -F: drivers/video/fbdev/nuc900fb.c |
|---|
| 2200 | +F: Documentation/devicetree/bindings/*/*npcm* |
|---|
| 2201 | +F: arch/arm/boot/dts/nuvoton-npcm* |
|---|
| 2202 | +F: arch/arm/mach-npcm/ |
|---|
| 2203 | +F: drivers/*/*npcm* |
|---|
| 2204 | +F: drivers/*/*/*npcm* |
|---|
| 2205 | +F: include/dt-bindings/clock/nuvoton,npcm7xx-clock.h |
|---|
| 1797 | 2206 | |
|---|
| 1798 | 2207 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
|---|
| 1799 | | -M: Nelson Castillo <arhuaco@freaks-unidos.net> |
|---|
| 1800 | 2208 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) |
|---|
| 2209 | +S: Orphan |
|---|
| 1801 | 2210 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner |
|---|
| 1802 | | -S: Supported |
|---|
| 2211 | +F: arch/arm/mach-s3c/gta02.h |
|---|
| 2212 | +F: arch/arm/mach-s3c/mach-gta02.c |
|---|
| 1803 | 2213 | |
|---|
| 1804 | 2214 | ARM/Orion SoC/Technologic Systems TS-78xx platform support |
|---|
| 1805 | 2215 | M: Alexander Clouter <alex@digriz.org.uk> |
|---|
| 1806 | 2216 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1807 | | -W: http://www.digriz.org.uk/ts78xx/kernel |
|---|
| 1808 | 2217 | S: Maintained |
|---|
| 2218 | +W: http://www.digriz.org.uk/ts78xx/kernel |
|---|
| 1809 | 2219 | F: arch/arm/mach-orion5x/ts78xx-* |
|---|
| 1810 | 2220 | |
|---|
| 1811 | 2221 | ARM/OXNAS platform support |
|---|
| .. | .. |
|---|
| 1813 | 2223 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1814 | 2224 | L: linux-oxnas@groups.io (moderated for non-subscribers) |
|---|
| 1815 | 2225 | S: Maintained |
|---|
| 1816 | | -F: arch/arm/mach-oxnas/ |
|---|
| 1817 | 2226 | F: arch/arm/boot/dts/ox8*.dts* |
|---|
| 2227 | +F: arch/arm/mach-oxnas/ |
|---|
| 2228 | +F: drivers/power/reset/oxnas-restart.c |
|---|
| 1818 | 2229 | N: oxnas |
|---|
| 1819 | 2230 | |
|---|
| 1820 | 2231 | ARM/PALM TREO SUPPORT |
|---|
| 1821 | 2232 | M: Tomas Cech <sleep_walker@suse.com> |
|---|
| 1822 | 2233 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 1823 | | -W: http://hackndev.com |
|---|
| 1824 | 2234 | S: Maintained |
|---|
| 2235 | +W: http://hackndev.com |
|---|
| 1825 | 2236 | F: arch/arm/mach-pxa/palmtreo.* |
|---|
| 1826 | 2237 | |
|---|
| 1827 | 2238 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
|---|
| 1828 | 2239 | M: Marek Vasut <marek.vasut@gmail.com> |
|---|
| 1829 | 2240 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 1830 | | -W: http://hackndev.com |
|---|
| 1831 | 2241 | S: Maintained |
|---|
| 1832 | | -F: arch/arm/mach-pxa/include/mach/palmtx.h |
|---|
| 1833 | | -F: arch/arm/mach-pxa/palmtx.c |
|---|
| 1834 | | -F: arch/arm/mach-pxa/palmt5.* |
|---|
| 2242 | +W: http://hackndev.com |
|---|
| 1835 | 2243 | F: arch/arm/mach-pxa/include/mach/palmld.h |
|---|
| 1836 | | -F: arch/arm/mach-pxa/palmld.c |
|---|
| 1837 | | -F: arch/arm/mach-pxa/palmte2.* |
|---|
| 1838 | 2244 | F: arch/arm/mach-pxa/include/mach/palmtc.h |
|---|
| 2245 | +F: arch/arm/mach-pxa/include/mach/palmtx.h |
|---|
| 2246 | +F: arch/arm/mach-pxa/palmld.c |
|---|
| 2247 | +F: arch/arm/mach-pxa/palmt5.* |
|---|
| 1839 | 2248 | F: arch/arm/mach-pxa/palmtc.c |
|---|
| 2249 | +F: arch/arm/mach-pxa/palmte2.* |
|---|
| 2250 | +F: arch/arm/mach-pxa/palmtx.c |
|---|
| 1840 | 2251 | |
|---|
| 1841 | 2252 | ARM/PALMZ72 SUPPORT |
|---|
| 1842 | 2253 | M: Sergey Lapin <slapin@ossfans.org> |
|---|
| 1843 | 2254 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 1844 | | -W: http://hackndev.com |
|---|
| 1845 | 2255 | S: Maintained |
|---|
| 2256 | +W: http://hackndev.com |
|---|
| 1846 | 2257 | F: arch/arm/mach-pxa/palmz72.* |
|---|
| 1847 | 2258 | |
|---|
| 1848 | 2259 | ARM/PLEB SUPPORT |
|---|
| 1849 | 2260 | M: Peter Chubb <pleb@gelato.unsw.edu.au> |
|---|
| 1850 | | -W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
|---|
| 1851 | 2261 | S: Maintained |
|---|
| 2262 | +W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
|---|
| 1852 | 2263 | |
|---|
| 1853 | 2264 | ARM/PT DIGITAL BOARD PORT |
|---|
| 1854 | 2265 | M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> |
|---|
| 1855 | 2266 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1856 | | -W: http://www.armlinux.org.uk/ |
|---|
| 1857 | 2267 | S: Maintained |
|---|
| 2268 | +W: http://www.armlinux.org.uk/ |
|---|
| 1858 | 2269 | |
|---|
| 1859 | 2270 | ARM/QUALCOMM SUPPORT |
|---|
| 1860 | | -M: Andy Gross <andy.gross@linaro.org> |
|---|
| 1861 | | -M: David Brown <david.brown@linaro.org> |
|---|
| 2271 | +M: Andy Gross <agross@kernel.org> |
|---|
| 2272 | +M: Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|
| 1862 | 2273 | L: linux-arm-msm@vger.kernel.org |
|---|
| 1863 | | -L: linux-soc@vger.kernel.org |
|---|
| 1864 | 2274 | S: Maintained |
|---|
| 2275 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git |
|---|
| 2276 | +F: Documentation/devicetree/bindings/*/qcom* |
|---|
| 1865 | 2277 | F: Documentation/devicetree/bindings/soc/qcom/ |
|---|
| 1866 | 2278 | F: arch/arm/boot/dts/qcom-*.dts |
|---|
| 1867 | 2279 | F: arch/arm/boot/dts/qcom-*.dtsi |
|---|
| 1868 | 2280 | F: arch/arm/mach-qcom/ |
|---|
| 1869 | | -F: arch/arm64/boot/dts/qcom/* |
|---|
| 2281 | +F: arch/arm64/boot/dts/qcom/ |
|---|
| 2282 | +F: drivers/*/*/qcom* |
|---|
| 2283 | +F: drivers/*/*/qcom/ |
|---|
| 2284 | +F: drivers/*/pm8???-* |
|---|
| 2285 | +F: drivers/*/qcom* |
|---|
| 2286 | +F: drivers/*/qcom/ |
|---|
| 2287 | +F: drivers/bluetooth/btqcomsmd.c |
|---|
| 2288 | +F: drivers/clocksource/timer-qcom.c |
|---|
| 2289 | +F: drivers/cpuidle/cpuidle-qcom-spm.c |
|---|
| 2290 | +F: drivers/extcon/extcon-qcom* |
|---|
| 2291 | +F: drivers/i2c/busses/i2c-qcom-geni.c |
|---|
| 1870 | 2292 | F: drivers/i2c/busses/i2c-qup.c |
|---|
| 1871 | | -F: drivers/clk/qcom/ |
|---|
| 1872 | | -F: drivers/dma/qcom/ |
|---|
| 1873 | | -F: drivers/soc/qcom/ |
|---|
| 2293 | +F: drivers/iommu/msm* |
|---|
| 2294 | +F: drivers/mfd/ssbi.c |
|---|
| 2295 | +F: drivers/mmc/host/mmci_qcom* |
|---|
| 2296 | +F: drivers/mmc/host/sdhci-msm.c |
|---|
| 2297 | +F: drivers/pci/controller/dwc/pcie-qcom.c |
|---|
| 2298 | +F: drivers/phy/qualcomm/ |
|---|
| 2299 | +F: drivers/power/*/msm* |
|---|
| 2300 | +F: drivers/reset/reset-qcom-* |
|---|
| 2301 | +F: drivers/scsi/ufs/ufs-qcom* |
|---|
| 2302 | +F: drivers/spi/spi-geni-qcom.c |
|---|
| 2303 | +F: drivers/spi/spi-qcom-qspi.c |
|---|
| 1874 | 2304 | F: drivers/spi/spi-qup.c |
|---|
| 1875 | 2305 | F: drivers/tty/serial/msm_serial.c |
|---|
| 1876 | | -F: drivers/*/pm8???-* |
|---|
| 1877 | | -F: drivers/mfd/ssbi.c |
|---|
| 1878 | | -F: drivers/firmware/qcom_scm* |
|---|
| 1879 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git |
|---|
| 2306 | +F: drivers/usb/dwc3/dwc3-qcom.c |
|---|
| 2307 | +F: include/dt-bindings/*/qcom* |
|---|
| 2308 | +F: include/linux/*/qcom* |
|---|
| 1880 | 2309 | |
|---|
| 1881 | 2310 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
|---|
| 1882 | 2311 | M: Lennert Buytenhek <kernel@wantstofly.org> |
|---|
| 1883 | 2312 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1884 | 2313 | S: Maintained |
|---|
| 1885 | 2314 | |
|---|
| 2315 | +ARM/RDA MICRO ARCHITECTURE |
|---|
| 2316 | +M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
|---|
| 2317 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2318 | +L: linux-unisoc@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2319 | +S: Maintained |
|---|
| 2320 | +F: Documentation/devicetree/bindings/arm/rda.yaml |
|---|
| 2321 | +F: Documentation/devicetree/bindings/gpio/gpio-rda.yaml |
|---|
| 2322 | +F: Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.txt |
|---|
| 2323 | +F: Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt |
|---|
| 2324 | +F: Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt |
|---|
| 2325 | +F: arch/arm/boot/dts/rda8810pl-* |
|---|
| 2326 | +F: drivers/clocksource/timer-rda.c |
|---|
| 2327 | +F: drivers/gpio/gpio-rda.c |
|---|
| 2328 | +F: drivers/irqchip/irq-rda-intc.c |
|---|
| 2329 | +F: drivers/tty/serial/rda-uart.c |
|---|
| 2330 | + |
|---|
| 1886 | 2331 | ARM/REALTEK ARCHITECTURE |
|---|
| 1887 | 2332 | M: Andreas Färber <afaerber@suse.de> |
|---|
| 1888 | 2333 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2334 | +L: linux-realtek-soc@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1889 | 2335 | S: Maintained |
|---|
| 2336 | +F: Documentation/devicetree/bindings/arm/realtek.yaml |
|---|
| 2337 | +F: arch/arm/boot/dts/rtd* |
|---|
| 2338 | +F: arch/arm/mach-realtek/ |
|---|
| 1890 | 2339 | F: arch/arm64/boot/dts/realtek/ |
|---|
| 1891 | | -F: Documentation/devicetree/bindings/arm/realtek.txt |
|---|
| 1892 | 2340 | |
|---|
| 1893 | 2341 | ARM/RENESAS ARM64 ARCHITECTURE |
|---|
| 1894 | | -M: Simon Horman <horms@verge.net.au> |
|---|
| 2342 | +M: Geert Uytterhoeven <geert+renesas@glider.be> |
|---|
| 1895 | 2343 | M: Magnus Damm <magnus.damm@gmail.com> |
|---|
| 1896 | 2344 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 1897 | | -Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/ |
|---|
| 1898 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next |
|---|
| 1899 | 2345 | S: Supported |
|---|
| 2346 | +Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/ |
|---|
| 2347 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next |
|---|
| 2348 | +F: Documentation/devicetree/bindings/arm/renesas.yaml |
|---|
| 1900 | 2349 | F: arch/arm64/boot/dts/renesas/ |
|---|
| 1901 | | -F: Documentation/devicetree/bindings/arm/shmobile.txt |
|---|
| 1902 | 2350 | F: drivers/soc/renesas/ |
|---|
| 1903 | 2351 | F: include/linux/soc/renesas/ |
|---|
| 1904 | 2352 | |
|---|
| 1905 | 2353 | ARM/RISCPC ARCHITECTURE |
|---|
| 1906 | 2354 | M: Russell King <linux@armlinux.org.uk> |
|---|
| 1907 | 2355 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1908 | | -W: http://www.armlinux.org.uk/ |
|---|
| 1909 | 2356 | S: Maintained |
|---|
| 2357 | +W: http://www.armlinux.org.uk/ |
|---|
| 1910 | 2358 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S |
|---|
| 1911 | 2359 | F: arch/arm/include/asm/hardware/ioc.h |
|---|
| 1912 | 2360 | F: arch/arm/include/asm/hardware/iomd.h |
|---|
| .. | .. |
|---|
| 1921 | 2369 | M: Heiko Stuebner <heiko@sntech.de> |
|---|
| 1922 | 2370 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1923 | 2371 | L: linux-rockchip@lists.infradead.org |
|---|
| 1924 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git |
|---|
| 1925 | 2372 | S: Maintained |
|---|
| 2373 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git |
|---|
| 2374 | +F: Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml |
|---|
| 2375 | +F: Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml |
|---|
| 2376 | +F: Documentation/devicetree/bindings/spi/spi-rockchip.yaml |
|---|
| 1926 | 2377 | F: arch/arm/boot/dts/rk3* |
|---|
| 1927 | 2378 | F: arch/arm/boot/dts/rv1108* |
|---|
| 1928 | 2379 | F: arch/arm/mach-rockchip/ |
|---|
| 2380 | +F: drivers/*/*/*rockchip* |
|---|
| 2381 | +F: drivers/*/*rockchip* |
|---|
| 1929 | 2382 | F: drivers/clk/rockchip/ |
|---|
| 1930 | 2383 | F: drivers/i2c/busses/i2c-rk3x.c |
|---|
| 1931 | | -F: drivers/*/*rockchip* |
|---|
| 1932 | | -F: drivers/*/*/*rockchip* |
|---|
| 1933 | 2384 | F: sound/soc/rockchip/ |
|---|
| 1934 | 2385 | N: rockchip |
|---|
| 1935 | 2386 | |
|---|
| 1936 | | -ARM/SAMSUNG EXYNOS ARM ARCHITECTURES |
|---|
| 1937 | | -M: Kukjin Kim <kgene@kernel.org> |
|---|
| 2387 | +ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES |
|---|
| 1938 | 2388 | M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 1939 | 2389 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1940 | | -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
|---|
| 1941 | | -Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ |
|---|
| 2390 | +L: linux-samsung-soc@vger.kernel.org |
|---|
| 1942 | 2391 | S: Maintained |
|---|
| 2392 | +Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ |
|---|
| 2393 | +F: Documentation/arm/samsung/ |
|---|
| 2394 | +F: Documentation/devicetree/bindings/arm/samsung/ |
|---|
| 2395 | +F: Documentation/devicetree/bindings/power/pd-samsung.yaml |
|---|
| 2396 | +F: arch/arm/boot/dts/exynos* |
|---|
| 1943 | 2397 | F: arch/arm/boot/dts/s3c* |
|---|
| 1944 | 2398 | F: arch/arm/boot/dts/s5p* |
|---|
| 1945 | | -F: arch/arm/boot/dts/exynos* |
|---|
| 1946 | | -F: arch/arm64/boot/dts/exynos/ |
|---|
| 1947 | | -F: arch/arm/plat-samsung/ |
|---|
| 1948 | | -F: arch/arm/mach-s3c24*/ |
|---|
| 1949 | | -F: arch/arm/mach-s3c64xx/ |
|---|
| 1950 | | -F: arch/arm/mach-s5p*/ |
|---|
| 1951 | 2399 | F: arch/arm/mach-exynos*/ |
|---|
| 1952 | | -F: drivers/*/*s3c24* |
|---|
| 2400 | +F: arch/arm/mach-s3c/ |
|---|
| 2401 | +F: arch/arm/mach-s5p*/ |
|---|
| 2402 | +F: arch/arm64/boot/dts/exynos/ |
|---|
| 1953 | 2403 | F: drivers/*/*/*s3c24* |
|---|
| 2404 | +F: drivers/*/*s3c24* |
|---|
| 1954 | 2405 | F: drivers/*/*s3c64xx* |
|---|
| 1955 | 2406 | F: drivers/*/*s5pv210* |
|---|
| 1956 | | -F: drivers/memory/samsung/* |
|---|
| 1957 | | -F: drivers/soc/samsung/* |
|---|
| 1958 | | -F: Documentation/arm/Samsung/ |
|---|
| 1959 | | -F: Documentation/devicetree/bindings/arm/samsung/ |
|---|
| 1960 | | -F: Documentation/devicetree/bindings/sram/samsung-sram.txt |
|---|
| 1961 | | -F: Documentation/devicetree/bindings/power/pd-samsung.txt |
|---|
| 2407 | +F: drivers/memory/samsung/ |
|---|
| 2408 | +F: drivers/soc/samsung/ |
|---|
| 2409 | +F: drivers/tty/serial/samsung* |
|---|
| 2410 | +F: include/linux/soc/samsung/ |
|---|
| 1962 | 2411 | N: exynos |
|---|
| 1963 | | - |
|---|
| 1964 | | -ARM/SAMSUNG MOBILE MACHINE SUPPORT |
|---|
| 1965 | | -M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 1966 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 1967 | | -S: Maintained |
|---|
| 1968 | | -F: arch/arm/mach-s5pv210/ |
|---|
| 2412 | +N: s3c2410 |
|---|
| 2413 | +N: s3c64xx |
|---|
| 2414 | +N: s5pv210 |
|---|
| 1969 | 2415 | |
|---|
| 1970 | 2416 | ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT |
|---|
| 1971 | | -M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 1972 | | -M: Kamil Debski <kamil@wypas.org> |
|---|
| 1973 | 2417 | M: Andrzej Hajda <a.hajda@samsung.com> |
|---|
| 1974 | 2418 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 1975 | 2419 | L: linux-media@vger.kernel.org |
|---|
| .. | .. |
|---|
| 1978 | 2422 | |
|---|
| 1979 | 2423 | ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT |
|---|
| 1980 | 2424 | M: Marek Szyprowski <m.szyprowski@samsung.com> |
|---|
| 1981 | | -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
|---|
| 2425 | +L: linux-samsung-soc@vger.kernel.org |
|---|
| 1982 | 2426 | L: linux-media@vger.kernel.org |
|---|
| 1983 | 2427 | S: Maintained |
|---|
| 1984 | | -F: drivers/media/platform/s5p-cec/ |
|---|
| 1985 | 2428 | F: Documentation/devicetree/bindings/media/s5p-cec.txt |
|---|
| 2429 | +F: drivers/media/cec/platform/s5p/ |
|---|
| 1986 | 2430 | |
|---|
| 1987 | 2431 | ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT |
|---|
| 1988 | | -M: Andrzej Pietrasiewicz <andrzej.p@samsung.com> |
|---|
| 2432 | +M: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
|---|
| 1989 | 2433 | M: Jacek Anaszewski <jacek.anaszewski@gmail.com> |
|---|
| 2434 | +M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|
| 1990 | 2435 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 1991 | 2436 | L: linux-media@vger.kernel.org |
|---|
| 1992 | 2437 | S: Maintained |
|---|
| 1993 | 2438 | F: drivers/media/platform/s5p-jpeg/ |
|---|
| 1994 | 2439 | |
|---|
| 1995 | 2440 | ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT |
|---|
| 1996 | | -M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 1997 | | -M: Kamil Debski <kamil@wypas.org> |
|---|
| 1998 | | -M: Jeongtae Park <jtp.park@samsung.com> |
|---|
| 1999 | 2441 | M: Andrzej Hajda <a.hajda@samsung.com> |
|---|
| 2000 | 2442 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 2001 | 2443 | L: linux-media@vger.kernel.org |
|---|
| 2002 | 2444 | S: Maintained |
|---|
| 2003 | | -F: arch/arm/plat-samsung/s5p-dev-mfc.c |
|---|
| 2004 | 2445 | F: drivers/media/platform/s5p-mfc/ |
|---|
| 2005 | 2446 | |
|---|
| 2006 | 2447 | ARM/SHMOBILE ARM ARCHITECTURE |
|---|
| 2007 | | -M: Simon Horman <horms@verge.net.au> |
|---|
| 2448 | +M: Geert Uytterhoeven <geert+renesas@glider.be> |
|---|
| 2008 | 2449 | M: Magnus Damm <magnus.damm@gmail.com> |
|---|
| 2009 | 2450 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 2010 | | -Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/ |
|---|
| 2011 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next |
|---|
| 2012 | 2451 | S: Supported |
|---|
| 2452 | +Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/ |
|---|
| 2453 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next |
|---|
| 2454 | +F: Documentation/devicetree/bindings/arm/renesas.yaml |
|---|
| 2013 | 2455 | F: arch/arm/boot/dts/emev2* |
|---|
| 2456 | +F: arch/arm/boot/dts/gr-peach* |
|---|
| 2457 | +F: arch/arm/boot/dts/iwg20d-q7* |
|---|
| 2014 | 2458 | F: arch/arm/boot/dts/r7s* |
|---|
| 2015 | 2459 | F: arch/arm/boot/dts/r8a* |
|---|
| 2016 | 2460 | F: arch/arm/boot/dts/r9a* |
|---|
| .. | .. |
|---|
| 2018 | 2462 | F: arch/arm/configs/shmobile_defconfig |
|---|
| 2019 | 2463 | F: arch/arm/include/debug/renesas-scif.S |
|---|
| 2020 | 2464 | F: arch/arm/mach-shmobile/ |
|---|
| 2021 | | -F: Documentation/devicetree/bindings/arm/shmobile.txt |
|---|
| 2022 | 2465 | F: drivers/soc/renesas/ |
|---|
| 2023 | 2466 | F: include/linux/soc/renesas/ |
|---|
| 2024 | 2467 | |
|---|
| 2025 | 2468 | ARM/SOCFPGA ARCHITECTURE |
|---|
| 2026 | 2469 | M: Dinh Nguyen <dinguyen@kernel.org> |
|---|
| 2027 | 2470 | S: Maintained |
|---|
| 2028 | | -F: arch/arm/mach-socfpga/ |
|---|
| 2029 | | -F: arch/arm/boot/dts/socfpga* |
|---|
| 2030 | | -F: arch/arm/configs/socfpga_defconfig |
|---|
| 2031 | | -F: arch/arm64/boot/dts/altera/ |
|---|
| 2032 | 2471 | W: http://www.rocketboards.org |
|---|
| 2033 | 2472 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git |
|---|
| 2473 | +F: arch/arm/boot/dts/socfpga* |
|---|
| 2474 | +F: arch/arm/configs/socfpga_defconfig |
|---|
| 2475 | +F: arch/arm/mach-socfpga/ |
|---|
| 2476 | +F: arch/arm64/boot/dts/altera/ |
|---|
| 2477 | +F: arch/arm64/boot/dts/intel/ |
|---|
| 2034 | 2478 | |
|---|
| 2035 | 2479 | ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT |
|---|
| 2036 | 2480 | M: Dinh Nguyen <dinguyen@kernel.org> |
|---|
| .. | .. |
|---|
| 2038 | 2482 | F: drivers/clk/socfpga/ |
|---|
| 2039 | 2483 | |
|---|
| 2040 | 2484 | ARM/SOCFPGA EDAC SUPPORT |
|---|
| 2041 | | -M: Thor Thayer <thor.thayer@linux.intel.com> |
|---|
| 2485 | +M: Dinh Nguyen <dinguyen@kernel.org> |
|---|
| 2042 | 2486 | S: Maintained |
|---|
| 2043 | 2487 | F: drivers/edac/altera_edac. |
|---|
| 2044 | 2488 | |
|---|
| 2045 | 2489 | ARM/SPREADTRUM SoC SUPPORT |
|---|
| 2046 | 2490 | M: Orson Zhai <orsonzhai@gmail.com> |
|---|
| 2047 | | -M: Baolin Wang <baolin.wang@linaro.org> |
|---|
| 2491 | +M: Baolin Wang <baolin.wang7@gmail.com> |
|---|
| 2048 | 2492 | M: Chunyan Zhang <zhang.lyra@gmail.com> |
|---|
| 2049 | 2493 | S: Maintained |
|---|
| 2050 | 2494 | F: arch/arm64/boot/dts/sprd |
|---|
| 2051 | 2495 | N: sprd |
|---|
| 2496 | +N: sc27xx |
|---|
| 2497 | +N: sc2731 |
|---|
| 2052 | 2498 | |
|---|
| 2053 | 2499 | ARM/STI ARCHITECTURE |
|---|
| 2054 | 2500 | M: Patrice Chotard <patrice.chotard@st.com> |
|---|
| 2055 | 2501 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2056 | | -W: http://www.stlinux.com |
|---|
| 2057 | 2502 | S: Maintained |
|---|
| 2058 | | -F: arch/arm/mach-sti/ |
|---|
| 2503 | +W: http://www.stlinux.com |
|---|
| 2504 | +F: Documentation/devicetree/bindings/i2c/i2c-st.txt |
|---|
| 2059 | 2505 | F: arch/arm/boot/dts/sti* |
|---|
| 2506 | +F: arch/arm/mach-sti/ |
|---|
| 2507 | +F: drivers/ata/ahci_st.c |
|---|
| 2060 | 2508 | F: drivers/char/hw_random/st-rng.c |
|---|
| 2061 | 2509 | F: drivers/clocksource/arm_global_timer.c |
|---|
| 2062 | 2510 | F: drivers/clocksource/clksrc_st_lpc.c |
|---|
| 2063 | 2511 | F: drivers/cpufreq/sti-cpufreq.c |
|---|
| 2064 | 2512 | F: drivers/dma/st_fdma* |
|---|
| 2065 | 2513 | F: drivers/i2c/busses/i2c-st.c |
|---|
| 2066 | | -F: drivers/media/rc/st_rc.c |
|---|
| 2067 | 2514 | F: drivers/media/platform/sti/c8sectpfe/ |
|---|
| 2515 | +F: drivers/media/rc/st_rc.c |
|---|
| 2068 | 2516 | F: drivers/mmc/host/sdhci-st.c |
|---|
| 2069 | 2517 | F: drivers/phy/st/phy-miphy28lp.c |
|---|
| 2070 | 2518 | F: drivers/phy/st/phy-stih407-usb.c |
|---|
| .. | .. |
|---|
| 2078 | 2526 | F: drivers/usb/host/ehci-st.c |
|---|
| 2079 | 2527 | F: drivers/usb/host/ohci-st.c |
|---|
| 2080 | 2528 | F: drivers/watchdog/st_lpc_wdt.c |
|---|
| 2081 | | -F: drivers/ata/ahci_st.c |
|---|
| 2082 | 2529 | F: include/linux/remoteproc/st_slim_rproc.h |
|---|
| 2083 | 2530 | |
|---|
| 2084 | 2531 | ARM/STM32 ARCHITECTURE |
|---|
| 2085 | 2532 | M: Maxime Coquelin <mcoquelin.stm32@gmail.com> |
|---|
| 2086 | 2533 | M: Alexandre Torgue <alexandre.torgue@st.com> |
|---|
| 2534 | +L: linux-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers) |
|---|
| 2087 | 2535 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2088 | 2536 | S: Maintained |
|---|
| 2089 | 2537 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next |
|---|
| 2090 | | -N: stm32 |
|---|
| 2091 | 2538 | F: arch/arm/boot/dts/stm32* |
|---|
| 2092 | 2539 | F: arch/arm/mach-stm32/ |
|---|
| 2093 | 2540 | F: drivers/clocksource/armv7m_systick.c |
|---|
| 2541 | +N: stm32 |
|---|
| 2542 | +N: stm |
|---|
| 2094 | 2543 | |
|---|
| 2095 | | -ARM/Synaptics Berlin SoC support |
|---|
| 2544 | +ARM/Synaptics SoC support |
|---|
| 2096 | 2545 | M: Jisheng Zhang <Jisheng.Zhang@synaptics.com> |
|---|
| 2097 | 2546 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
|---|
| 2098 | 2547 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2099 | 2548 | S: Maintained |
|---|
| 2100 | | -F: arch/arm/mach-berlin/ |
|---|
| 2101 | 2549 | F: arch/arm/boot/dts/berlin* |
|---|
| 2102 | | -F: arch/arm64/boot/dts/marvell/berlin* |
|---|
| 2550 | +F: arch/arm/mach-berlin/ |
|---|
| 2551 | +F: arch/arm64/boot/dts/synaptics/ |
|---|
| 2103 | 2552 | |
|---|
| 2104 | 2553 | ARM/TANGO ARCHITECTURE |
|---|
| 2105 | 2554 | M: Marc Gonzalez <marc.w.gonzalez@free.fr> |
|---|
| .. | .. |
|---|
| 2114 | 2563 | S: Maintained |
|---|
| 2115 | 2564 | |
|---|
| 2116 | 2565 | ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT |
|---|
| 2117 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 2566 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 2118 | 2567 | L: linux-tegra@vger.kernel.org |
|---|
| 2119 | 2568 | L: linux-media@vger.kernel.org |
|---|
| 2120 | 2569 | S: Maintained |
|---|
| 2121 | | -F: drivers/media/platform/tegra-cec/ |
|---|
| 2122 | 2570 | F: Documentation/devicetree/bindings/media/tegra-cec.txt |
|---|
| 2571 | +F: drivers/media/cec/platform/tegra/ |
|---|
| 2123 | 2572 | |
|---|
| 2124 | 2573 | ARM/TETON BGA MACHINE SUPPORT |
|---|
| 2125 | 2574 | M: "Mark F. Brown" <mark.brown314@gmail.com> |
|---|
| .. | .. |
|---|
| 2132 | 2581 | S: Maintained |
|---|
| 2133 | 2582 | F: drivers/memory/*emif* |
|---|
| 2134 | 2583 | |
|---|
| 2135 | | -ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE |
|---|
| 2136 | | -M: Tero Kristo <t-kristo@ti.com> |
|---|
| 2137 | | -M: Nishanth Menon <nm@ti.com> |
|---|
| 2138 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2139 | | -S: Supported |
|---|
| 2140 | | -F: Documentation/devicetree/bindings/arm/ti/k3.txt |
|---|
| 2141 | | -F: arch/arm64/boot/dts/ti/Makefile |
|---|
| 2142 | | -F: arch/arm64/boot/dts/ti/k3-* |
|---|
| 2143 | | - |
|---|
| 2144 | 2584 | ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE |
|---|
| 2145 | 2585 | M: Santosh Shilimkar <ssantosh@kernel.org> |
|---|
| 2146 | 2586 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2147 | 2587 | S: Maintained |
|---|
| 2148 | | -F: arch/arm/mach-keystone/ |
|---|
| 2149 | | -F: arch/arm/boot/dts/keystone-* |
|---|
| 2150 | 2588 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git |
|---|
| 2589 | +F: arch/arm/boot/dts/keystone-* |
|---|
| 2590 | +F: arch/arm/mach-keystone/ |
|---|
| 2151 | 2591 | |
|---|
| 2152 | 2592 | ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK |
|---|
| 2153 | 2593 | M: Santosh Shilimkar <ssantosh@kernel.org> |
|---|
| .. | .. |
|---|
| 2168 | 2608 | S: Maintained |
|---|
| 2169 | 2609 | F: drivers/power/reset/keystone-reset.c |
|---|
| 2170 | 2610 | |
|---|
| 2611 | +ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE |
|---|
| 2612 | +M: Tero Kristo <t-kristo@ti.com> |
|---|
| 2613 | +M: Nishanth Menon <nm@ti.com> |
|---|
| 2614 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2615 | +S: Supported |
|---|
| 2616 | +F: Documentation/devicetree/bindings/arm/ti/k3.yaml |
|---|
| 2617 | +F: arch/arm64/boot/dts/ti/Makefile |
|---|
| 2618 | +F: arch/arm64/boot/dts/ti/k3-* |
|---|
| 2619 | +F: include/dt-bindings/pinctrl/k3.h |
|---|
| 2620 | + |
|---|
| 2171 | 2621 | ARM/THECUS N2100 MACHINE SUPPORT |
|---|
| 2172 | 2622 | M: Lennert Buytenhek <kernel@wantstofly.org> |
|---|
| 2173 | 2623 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| .. | .. |
|---|
| 2178 | 2628 | M: Dirk Opfer <dirk@opfer-online.de> |
|---|
| 2179 | 2629 | S: Maintained |
|---|
| 2180 | 2630 | |
|---|
| 2181 | | -ARM/UNIPHIER ARCHITECTURE |
|---|
| 2182 | | -M: Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|
| 2631 | +ARM/TOSHIBA VISCONTI ARCHITECTURE |
|---|
| 2632 | +M: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> |
|---|
| 2183 | 2633 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2184 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git |
|---|
| 2185 | | -S: Maintained |
|---|
| 2186 | | -F: Documentation/devicetree/bindings/gpio/gpio-uniphier.txt |
|---|
| 2187 | | -F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt |
|---|
| 2634 | +S: Supported |
|---|
| 2635 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git |
|---|
| 2636 | +F: Documentation/devicetree/bindings/arm/toshiba.yaml |
|---|
| 2637 | +F: Documentation/devicetree/bindings/pinctrl/toshiba,tmpv7700-pinctrl.yaml |
|---|
| 2638 | +F: arch/arm64/boot/dts/toshiba/ |
|---|
| 2639 | +F: drivers/pinctrl/visconti/ |
|---|
| 2640 | +N: visconti |
|---|
| 2641 | + |
|---|
| 2642 | +ARM/UNIPHIER ARCHITECTURE |
|---|
| 2643 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2644 | +S: Orphan |
|---|
| 2645 | +F: Documentation/devicetree/bindings/arm/socionext/uniphier.yaml |
|---|
| 2646 | +F: Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml |
|---|
| 2647 | +F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.yaml |
|---|
| 2188 | 2648 | F: arch/arm/boot/dts/uniphier* |
|---|
| 2189 | 2649 | F: arch/arm/include/asm/hardware/cache-uniphier.h |
|---|
| 2190 | 2650 | F: arch/arm/mach-uniphier/ |
|---|
| .. | .. |
|---|
| 2192 | 2652 | F: arch/arm64/boot/dts/socionext/uniphier* |
|---|
| 2193 | 2653 | F: drivers/bus/uniphier-system-bus.c |
|---|
| 2194 | 2654 | F: drivers/clk/uniphier/ |
|---|
| 2655 | +F: drivers/dma/uniphier-mdmac.c |
|---|
| 2195 | 2656 | F: drivers/gpio/gpio-uniphier.c |
|---|
| 2196 | 2657 | F: drivers/i2c/busses/i2c-uniphier* |
|---|
| 2197 | 2658 | F: drivers/irqchip/irq-uniphier-aidet.c |
|---|
| 2659 | +F: drivers/mmc/host/uniphier-sd.c |
|---|
| 2198 | 2660 | F: drivers/pinctrl/uniphier/ |
|---|
| 2199 | 2661 | F: drivers/reset/reset-uniphier.c |
|---|
| 2200 | 2662 | F: drivers/tty/serial/8250/8250_uniphier.c |
|---|
| 2201 | 2663 | N: uniphier |
|---|
| 2202 | | - |
|---|
| 2203 | | -ARM/Ux500 CLOCK FRAMEWORK SUPPORT |
|---|
| 2204 | | -M: Ulf Hansson <ulf.hansson@linaro.org> |
|---|
| 2205 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2206 | | -T: git git://git.linaro.org/people/ulfh/clk.git |
|---|
| 2207 | | -S: Maintained |
|---|
| 2208 | | -F: drivers/clk/ux500/ |
|---|
| 2209 | 2664 | |
|---|
| 2210 | 2665 | ARM/VERSATILE EXPRESS PLATFORM |
|---|
| 2211 | 2666 | M: Liviu Dudau <liviu.dudau@arm.com> |
|---|
| .. | .. |
|---|
| 2213 | 2668 | M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|
| 2214 | 2669 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2215 | 2670 | S: Maintained |
|---|
| 2216 | | -F: arch/arm/boot/dts/vexpress* |
|---|
| 2217 | | -F: arch/arm64/boot/dts/arm/ |
|---|
| 2218 | | -F: arch/arm/mach-vexpress/ |
|---|
| 2219 | | -F: */*/vexpress* |
|---|
| 2220 | 2671 | F: */*/*/vexpress* |
|---|
| 2672 | +F: */*/vexpress* |
|---|
| 2673 | +F: arch/arm/boot/dts/vexpress* |
|---|
| 2674 | +F: arch/arm/mach-vexpress/ |
|---|
| 2675 | +F: arch/arm64/boot/dts/arm/ |
|---|
| 2221 | 2676 | F: drivers/clk/versatile/clk-vexpress-osc.c |
|---|
| 2222 | | -F: drivers/clocksource/versatile.c |
|---|
| 2677 | +F: drivers/clocksource/timer-versatile.c |
|---|
| 2223 | 2678 | N: mps2 |
|---|
| 2224 | 2679 | |
|---|
| 2225 | 2680 | ARM/VFP SUPPORT |
|---|
| 2226 | 2681 | M: Russell King <linux@armlinux.org.uk> |
|---|
| 2227 | 2682 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2228 | | -W: http://www.armlinux.org.uk/ |
|---|
| 2229 | 2683 | S: Maintained |
|---|
| 2684 | +W: http://www.armlinux.org.uk/ |
|---|
| 2230 | 2685 | F: arch/arm/vfp/ |
|---|
| 2231 | 2686 | |
|---|
| 2232 | 2687 | ARM/VOIPAC PXA270 SUPPORT |
|---|
| 2233 | 2688 | M: Marek Vasut <marek.vasut@gmail.com> |
|---|
| 2234 | 2689 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2235 | 2690 | S: Maintained |
|---|
| 2236 | | -F: arch/arm/mach-pxa/vpac270.c |
|---|
| 2237 | 2691 | F: arch/arm/mach-pxa/include/mach/vpac270.h |
|---|
| 2692 | +F: arch/arm/mach-pxa/vpac270.c |
|---|
| 2238 | 2693 | |
|---|
| 2239 | 2694 | ARM/VT8500 ARM ARCHITECTURE |
|---|
| 2240 | 2695 | M: Tony Prisk <linux@prisktech.co.nz> |
|---|
| 2241 | 2696 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2242 | 2697 | S: Maintained |
|---|
| 2698 | +F: Documentation/devicetree/bindings/i2c/i2c-wmt.txt |
|---|
| 2243 | 2699 | F: arch/arm/mach-vt8500/ |
|---|
| 2244 | | -F: drivers/clocksource/vt8500_timer.c |
|---|
| 2700 | +F: drivers/clocksource/timer-vt8500.c |
|---|
| 2245 | 2701 | F: drivers/i2c/busses/i2c-wmt.c |
|---|
| 2246 | 2702 | F: drivers/mmc/host/wmt-sdmmc.c |
|---|
| 2247 | 2703 | F: drivers/pwm/pwm-vt8500.c |
|---|
| .. | .. |
|---|
| 2257 | 2713 | M: Marek Vasut <marek.vasut@gmail.com> |
|---|
| 2258 | 2714 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2259 | 2715 | S: Maintained |
|---|
| 2260 | | -F: arch/arm/mach-pxa/z2.c |
|---|
| 2261 | 2716 | F: arch/arm/mach-pxa/include/mach/z2.h |
|---|
| 2717 | +F: arch/arm/mach-pxa/z2.c |
|---|
| 2262 | 2718 | |
|---|
| 2263 | 2719 | ARM/ZTE ARCHITECTURE |
|---|
| 2264 | 2720 | M: Jun Nie <jun.nie@linaro.org> |
|---|
| 2265 | | -M: Baoyou Xie <baoyou.xie@linaro.org> |
|---|
| 2266 | 2721 | M: Shawn Guo <shawnguo@kernel.org> |
|---|
| 2267 | 2722 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2268 | 2723 | S: Maintained |
|---|
| 2724 | +F: Documentation/devicetree/bindings/arm/zte.yaml |
|---|
| 2725 | +F: Documentation/devicetree/bindings/clock/zx2967*.txt |
|---|
| 2726 | +F: Documentation/devicetree/bindings/dma/zxdma.txt |
|---|
| 2727 | +F: Documentation/devicetree/bindings/gpio/zx296702-gpio.txt |
|---|
| 2728 | +F: Documentation/devicetree/bindings/i2c/i2c-zx2967.txt |
|---|
| 2729 | +F: Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt |
|---|
| 2730 | +F: Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt |
|---|
| 2731 | +F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt |
|---|
| 2732 | +F: Documentation/devicetree/bindings/soc/zte/ |
|---|
| 2733 | +F: Documentation/devicetree/bindings/sound/zte,*.txt |
|---|
| 2734 | +F: Documentation/devicetree/bindings/thermal/zx2967-thermal.txt |
|---|
| 2735 | +F: Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt |
|---|
| 2269 | 2736 | F: arch/arm/boot/dts/zx2967* |
|---|
| 2270 | 2737 | F: arch/arm/mach-zx/ |
|---|
| 2271 | 2738 | F: arch/arm64/boot/dts/zte/ |
|---|
| .. | .. |
|---|
| 2278 | 2745 | F: drivers/soc/zte/ |
|---|
| 2279 | 2746 | F: drivers/thermal/zx2967_thermal.c |
|---|
| 2280 | 2747 | F: drivers/watchdog/zx2967_wdt.c |
|---|
| 2281 | | -F: Documentation/devicetree/bindings/arm/zte.txt |
|---|
| 2282 | | -F: Documentation/devicetree/bindings/clock/zx2967*.txt |
|---|
| 2283 | | -F: Documentation/devicetree/bindings/dma/zxdma.txt |
|---|
| 2284 | | -F: Documentation/devicetree/bindings/gpio/zx296702-gpio.txt |
|---|
| 2285 | | -F: Documentation/devicetree/bindings/i2c/i2c-zx2967.txt |
|---|
| 2286 | | -F: Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt |
|---|
| 2287 | | -F: Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt |
|---|
| 2288 | | -F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt |
|---|
| 2289 | | -F: Documentation/devicetree/bindings/soc/zte/ |
|---|
| 2290 | | -F: Documentation/devicetree/bindings/sound/zte,*.txt |
|---|
| 2291 | | -F: Documentation/devicetree/bindings/thermal/zx2967-thermal.txt |
|---|
| 2292 | | -F: Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt |
|---|
| 2293 | 2748 | F: include/dt-bindings/clock/zx2967*.h |
|---|
| 2294 | 2749 | F: include/dt-bindings/soc/zte,*.h |
|---|
| 2295 | 2750 | F: sound/soc/codecs/zx_aud96p22.c |
|---|
| .. | .. |
|---|
| 2298 | 2753 | ARM/ZYNQ ARCHITECTURE |
|---|
| 2299 | 2754 | M: Michal Simek <michal.simek@xilinx.com> |
|---|
| 2300 | 2755 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2756 | +S: Supported |
|---|
| 2301 | 2757 | W: http://wiki.xilinx.com |
|---|
| 2302 | 2758 | T: git https://github.com/Xilinx/linux-xlnx.git |
|---|
| 2303 | | -S: Supported |
|---|
| 2759 | +F: Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml |
|---|
| 2760 | +F: Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml |
|---|
| 2304 | 2761 | F: arch/arm/mach-zynq/ |
|---|
| 2305 | | -F: drivers/cpuidle/cpuidle-zynq.c |
|---|
| 2306 | 2762 | F: drivers/block/xsysace.c |
|---|
| 2763 | +F: drivers/clocksource/timer-cadence-ttc.c |
|---|
| 2764 | +F: drivers/cpuidle/cpuidle-zynq.c |
|---|
| 2765 | +F: drivers/edac/synopsys_edac.c |
|---|
| 2766 | +F: drivers/i2c/busses/i2c-cadence.c |
|---|
| 2767 | +F: drivers/i2c/busses/i2c-xiic.c |
|---|
| 2768 | +F: drivers/mmc/host/sdhci-of-arasan.c |
|---|
| 2307 | 2769 | N: zynq |
|---|
| 2308 | 2770 | N: xilinx |
|---|
| 2309 | | -F: drivers/clocksource/cadence_ttc_timer.c |
|---|
| 2310 | | -F: drivers/i2c/busses/i2c-cadence.c |
|---|
| 2311 | | -F: drivers/mmc/host/sdhci-of-arasan.c |
|---|
| 2312 | | -F: drivers/edac/synopsys_edac.c |
|---|
| 2313 | | -F: drivers/i2c/busses/i2c-xiic.c |
|---|
| 2314 | 2771 | |
|---|
| 2315 | 2772 | ARM64 PORT (AARCH64 ARCHITECTURE) |
|---|
| 2316 | 2773 | M: Catalin Marinas <catalin.marinas@arm.com> |
|---|
| 2317 | | -M: Will Deacon <will.deacon@arm.com> |
|---|
| 2774 | +M: Will Deacon <will@kernel.org> |
|---|
| 2318 | 2775 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2319 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git |
|---|
| 2320 | 2776 | S: Maintained |
|---|
| 2321 | | -F: arch/arm64/ |
|---|
| 2322 | | -X: arch/arm64/boot/dts/ |
|---|
| 2777 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git |
|---|
| 2323 | 2778 | F: Documentation/arm64/ |
|---|
| 2779 | +F: arch/arm64/ |
|---|
| 2780 | +F: tools/testing/selftests/arm64/ |
|---|
| 2781 | +X: arch/arm64/boot/dts/ |
|---|
| 2324 | 2782 | |
|---|
| 2325 | 2783 | AS3645A LED FLASH CONTROLLER DRIVER |
|---|
| 2326 | 2784 | M: Sakari Ailus <sakari.ailus@iki.fi> |
|---|
| .. | .. |
|---|
| 2331 | 2789 | ASAHI KASEI AK7375 LENS VOICE COIL DRIVER |
|---|
| 2332 | 2790 | M: Tianshu Qiu <tian.shu.qiu@intel.com> |
|---|
| 2333 | 2791 | L: linux-media@vger.kernel.org |
|---|
| 2334 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 2335 | 2792 | S: Maintained |
|---|
| 2336 | | -F: drivers/media/i2c/ak7375.c |
|---|
| 2793 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 2337 | 2794 | F: Documentation/devicetree/bindings/media/i2c/ak7375.txt |
|---|
| 2795 | +F: drivers/media/i2c/ak7375.c |
|---|
| 2338 | 2796 | |
|---|
| 2339 | 2797 | ASAHI KASEI AK8974 DRIVER |
|---|
| 2340 | 2798 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 2341 | 2799 | L: linux-iio@vger.kernel.org |
|---|
| 2342 | | -W: http://www.akm.com/ |
|---|
| 2343 | 2800 | S: Supported |
|---|
| 2801 | +W: http://www.akm.com/ |
|---|
| 2344 | 2802 | F: drivers/iio/magnetometer/ak8974.c |
|---|
| 2345 | 2803 | |
|---|
| 2346 | 2804 | ASC7621 HARDWARE MONITOR DRIVER |
|---|
| 2347 | 2805 | M: George Joseph <george.joseph@fairview5.com> |
|---|
| 2348 | 2806 | L: linux-hwmon@vger.kernel.org |
|---|
| 2349 | 2807 | S: Maintained |
|---|
| 2350 | | -F: Documentation/hwmon/asc7621 |
|---|
| 2808 | +F: Documentation/hwmon/asc7621.rst |
|---|
| 2351 | 2809 | F: drivers/hwmon/asc7621.c |
|---|
| 2810 | + |
|---|
| 2811 | +ASPEED PINCTRL DRIVERS |
|---|
| 2812 | +M: Andrew Jeffery <andrew@aj.id.au> |
|---|
| 2813 | +L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 2814 | +L: openbmc@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 2815 | +L: linux-gpio@vger.kernel.org |
|---|
| 2816 | +S: Maintained |
|---|
| 2817 | +F: Documentation/devicetree/bindings/pinctrl/aspeed,* |
|---|
| 2818 | +F: drivers/pinctrl/aspeed/ |
|---|
| 2819 | + |
|---|
| 2820 | +ASPEED SCU INTERRUPT CONTROLLER DRIVER |
|---|
| 2821 | +M: Eddie James <eajames@linux.ibm.com> |
|---|
| 2822 | +L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 2823 | +S: Maintained |
|---|
| 2824 | +F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt |
|---|
| 2825 | +F: drivers/irqchip/irq-aspeed-scu-ic.c |
|---|
| 2826 | +F: include/dt-bindings/interrupt-controller/aspeed-scu-ic.h |
|---|
| 2827 | + |
|---|
| 2828 | +ASPEED VIDEO ENGINE DRIVER |
|---|
| 2829 | +M: Eddie James <eajames@linux.ibm.com> |
|---|
| 2830 | +L: linux-media@vger.kernel.org |
|---|
| 2831 | +L: openbmc@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 2832 | +S: Maintained |
|---|
| 2833 | +F: Documentation/devicetree/bindings/media/aspeed-video.txt |
|---|
| 2834 | +F: drivers/media/platform/aspeed-video.c |
|---|
| 2352 | 2835 | |
|---|
| 2353 | 2836 | ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS |
|---|
| 2354 | 2837 | M: Corentin Chary <corentin.chary@gmail.com> |
|---|
| 2355 | 2838 | L: acpi4asus-user@lists.sourceforge.net |
|---|
| 2356 | 2839 | L: platform-driver-x86@vger.kernel.org |
|---|
| 2357 | | -W: http://acpi4asus.sf.net |
|---|
| 2358 | 2840 | S: Maintained |
|---|
| 2841 | +W: http://acpi4asus.sf.net |
|---|
| 2359 | 2842 | F: drivers/platform/x86/asus*.c |
|---|
| 2360 | 2843 | F: drivers/platform/x86/eeepc*.c |
|---|
| 2361 | 2844 | |
|---|
| .. | .. |
|---|
| 2369 | 2852 | M: David Howells <dhowells@redhat.com> |
|---|
| 2370 | 2853 | L: keyrings@vger.kernel.org |
|---|
| 2371 | 2854 | S: Maintained |
|---|
| 2372 | | -F: Documentation/crypto/asymmetric-keys.txt |
|---|
| 2373 | | -F: include/linux/verification.h |
|---|
| 2374 | | -F: include/crypto/public_key.h |
|---|
| 2375 | | -F: include/crypto/pkcs7.h |
|---|
| 2855 | +F: Documentation/crypto/asymmetric-keys.rst |
|---|
| 2376 | 2856 | F: crypto/asymmetric_keys/ |
|---|
| 2857 | +F: include/crypto/pkcs7.h |
|---|
| 2858 | +F: include/crypto/public_key.h |
|---|
| 2859 | +F: include/linux/verification.h |
|---|
| 2377 | 2860 | |
|---|
| 2378 | 2861 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
|---|
| 2379 | 2862 | R: Dan Williams <dan.j.williams@intel.com> |
|---|
| 2380 | | -W: http://sourceforge.net/projects/xscaleiop |
|---|
| 2381 | 2863 | S: Odd fixes |
|---|
| 2382 | | -F: Documentation/crypto/async-tx-api.txt |
|---|
| 2864 | +W: http://sourceforge.net/projects/xscaleiop |
|---|
| 2865 | +F: Documentation/crypto/async-tx-api.rst |
|---|
| 2383 | 2866 | F: crypto/async_tx/ |
|---|
| 2384 | 2867 | F: drivers/dma/ |
|---|
| 2385 | | -F: include/linux/dmaengine.h |
|---|
| 2386 | 2868 | F: include/linux/async_tx.h |
|---|
| 2869 | +F: include/linux/dmaengine.h |
|---|
| 2387 | 2870 | |
|---|
| 2388 | 2871 | AT24 EEPROM DRIVER |
|---|
| 2389 | | -M: Bartosz Golaszewski <brgl@bgdev.pl> |
|---|
| 2872 | +M: Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|
| 2390 | 2873 | L: linux-i2c@vger.kernel.org |
|---|
| 2391 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git |
|---|
| 2392 | 2874 | S: Maintained |
|---|
| 2393 | | -F: Documentation/devicetree/bindings/eeprom/at24.txt |
|---|
| 2875 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git |
|---|
| 2876 | +F: Documentation/devicetree/bindings/eeprom/at24.yaml |
|---|
| 2394 | 2877 | F: drivers/misc/eeprom/at24.c |
|---|
| 2395 | | -F: include/linux/platform_data/at24.h |
|---|
| 2396 | 2878 | |
|---|
| 2397 | 2879 | ATA OVER ETHERNET (AOE) DRIVER |
|---|
| 2398 | | -M: "Ed L. Cashin" <ed.cashin@acm.org> |
|---|
| 2399 | | -W: http://www.openaoe.org/ |
|---|
| 2880 | +M: "Justin Sanders" <justin@coraid.com> |
|---|
| 2400 | 2881 | S: Supported |
|---|
| 2401 | | -F: Documentation/aoe/ |
|---|
| 2882 | +W: http://www.openaoe.org/ |
|---|
| 2883 | +F: Documentation/admin-guide/aoe/ |
|---|
| 2402 | 2884 | F: drivers/block/aoe/ |
|---|
| 2403 | 2885 | |
|---|
| 2404 | 2886 | ATHEROS 71XX/9XXX GPIO DRIVER |
|---|
| 2405 | 2887 | M: Alban Bedel <albeu@free.fr> |
|---|
| 2888 | +S: Maintained |
|---|
| 2406 | 2889 | W: https://github.com/AlbanBedel/linux |
|---|
| 2407 | 2890 | T: git git://github.com/AlbanBedel/linux |
|---|
| 2408 | | -S: Maintained |
|---|
| 2409 | | -F: drivers/gpio/gpio-ath79.c |
|---|
| 2410 | 2891 | F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt |
|---|
| 2892 | +F: drivers/gpio/gpio-ath79.c |
|---|
| 2411 | 2893 | |
|---|
| 2412 | 2894 | ATHEROS 71XX/9XXX USB PHY DRIVER |
|---|
| 2413 | 2895 | M: Alban Bedel <albeu@free.fr> |
|---|
| 2896 | +S: Maintained |
|---|
| 2414 | 2897 | W: https://github.com/AlbanBedel/linux |
|---|
| 2415 | 2898 | T: git git://github.com/AlbanBedel/linux |
|---|
| 2416 | | -S: Maintained |
|---|
| 2417 | | -F: drivers/phy/qualcomm/phy-ath79-usb.c |
|---|
| 2418 | 2899 | F: Documentation/devicetree/bindings/phy/phy-ath79-usb.txt |
|---|
| 2900 | +F: drivers/phy/qualcomm/phy-ath79-usb.c |
|---|
| 2419 | 2901 | |
|---|
| 2420 | 2902 | ATHEROS ATH GENERIC UTILITIES |
|---|
| 2421 | 2903 | M: Kalle Valo <kvalo@codeaurora.org> |
|---|
| .. | .. |
|---|
| 2424 | 2906 | F: drivers/net/wireless/ath/* |
|---|
| 2425 | 2907 | |
|---|
| 2426 | 2908 | ATHEROS ATH5K WIRELESS DRIVER |
|---|
| 2427 | | -M: Jiri Slaby <jirislaby@gmail.com> |
|---|
| 2909 | +M: Jiri Slaby <jirislaby@kernel.org> |
|---|
| 2428 | 2910 | M: Nick Kossifidis <mickflemm@gmail.com> |
|---|
| 2429 | | -M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com> |
|---|
| 2911 | +M: Luis Chamberlain <mcgrof@kernel.org> |
|---|
| 2430 | 2912 | L: linux-wireless@vger.kernel.org |
|---|
| 2431 | | -W: http://wireless.kernel.org/en/users/Drivers/ath5k |
|---|
| 2432 | 2913 | S: Maintained |
|---|
| 2914 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/ath5k |
|---|
| 2433 | 2915 | F: drivers/net/wireless/ath/ath5k/ |
|---|
| 2434 | 2916 | |
|---|
| 2435 | 2917 | ATHEROS ATH6KL WIRELESS DRIVER |
|---|
| 2436 | 2918 | M: Kalle Valo <kvalo@codeaurora.org> |
|---|
| 2437 | 2919 | L: linux-wireless@vger.kernel.org |
|---|
| 2438 | | -W: http://wireless.kernel.org/en/users/Drivers/ath6kl |
|---|
| 2439 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git |
|---|
| 2440 | 2920 | S: Supported |
|---|
| 2921 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/ath6kl |
|---|
| 2922 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git |
|---|
| 2441 | 2923 | F: drivers/net/wireless/ath/ath6kl/ |
|---|
| 2442 | 2924 | |
|---|
| 2443 | 2925 | ATI_REMOTE2 DRIVER |
|---|
| .. | .. |
|---|
| 2455 | 2937 | M: Jay Cliburn <jcliburn@gmail.com> |
|---|
| 2456 | 2938 | M: Chris Snook <chris.snook@gmail.com> |
|---|
| 2457 | 2939 | L: netdev@vger.kernel.org |
|---|
| 2940 | +S: Maintained |
|---|
| 2458 | 2941 | W: http://sourceforge.net/projects/atl1 |
|---|
| 2459 | 2942 | W: http://atl1.sourceforge.net |
|---|
| 2460 | | -S: Maintained |
|---|
| 2461 | 2943 | F: drivers/net/ethernet/atheros/ |
|---|
| 2462 | 2944 | |
|---|
| 2463 | 2945 | ATM |
|---|
| 2464 | 2946 | M: Chas Williams <3chas3@gmail.com> |
|---|
| 2465 | 2947 | L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) |
|---|
| 2466 | 2948 | L: netdev@vger.kernel.org |
|---|
| 2467 | | -W: http://linux-atm.sourceforge.net |
|---|
| 2468 | 2949 | S: Maintained |
|---|
| 2950 | +W: http://linux-atm.sourceforge.net |
|---|
| 2469 | 2951 | F: drivers/atm/ |
|---|
| 2470 | 2952 | F: include/linux/atm* |
|---|
| 2471 | 2953 | F: include/uapi/linux/atm* |
|---|
| 2472 | 2954 | |
|---|
| 2473 | | -ATMEL AT91 / AT32 MCI DRIVER |
|---|
| 2474 | | -M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 2475 | | -S: Maintained |
|---|
| 2476 | | -F: drivers/mmc/host/atmel-mci.c |
|---|
| 2477 | | - |
|---|
| 2478 | | -ATMEL AT91 SAMA5D2-Compatible Shutdown Controller |
|---|
| 2479 | | -M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 2480 | | -S: Supported |
|---|
| 2481 | | -F: drivers/power/reset/at91-sama5d2_shdwc.c |
|---|
| 2482 | | - |
|---|
| 2483 | | -ATMEL Audio ALSA driver |
|---|
| 2484 | | -M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 2485 | | -L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 2486 | | -S: Supported |
|---|
| 2487 | | -F: sound/soc/atmel |
|---|
| 2488 | | - |
|---|
| 2489 | | -ATMEL I2C DRIVER |
|---|
| 2490 | | -M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 2491 | | -L: linux-i2c@vger.kernel.org |
|---|
| 2492 | | -S: Supported |
|---|
| 2493 | | -F: drivers/i2c/busses/i2c-at91.c |
|---|
| 2494 | | - |
|---|
| 2495 | | -ATMEL ISI DRIVER |
|---|
| 2496 | | -M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 2497 | | -L: linux-media@vger.kernel.org |
|---|
| 2498 | | -S: Supported |
|---|
| 2499 | | -F: drivers/media/platform/atmel/atmel-isi.c |
|---|
| 2500 | | -F: include/media/atmel-isi.h |
|---|
| 2501 | | - |
|---|
| 2502 | | -ATMEL LCDFB DRIVER |
|---|
| 2503 | | -M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 2504 | | -L: linux-fbdev@vger.kernel.org |
|---|
| 2505 | | -S: Maintained |
|---|
| 2506 | | -F: drivers/video/fbdev/atmel_lcdfb.c |
|---|
| 2507 | | -F: include/video/atmel_lcdc.h |
|---|
| 2508 | | - |
|---|
| 2509 | 2955 | ATMEL MACB ETHERNET DRIVER |
|---|
| 2510 | 2956 | M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 2957 | +M: Claudiu Beznea <claudiu.beznea@microchip.com> |
|---|
| 2511 | 2958 | S: Supported |
|---|
| 2512 | 2959 | F: drivers/net/ethernet/cadence/ |
|---|
| 2513 | 2960 | |
|---|
| 2514 | 2961 | ATMEL MAXTOUCH DRIVER |
|---|
| 2515 | 2962 | M: Nick Dyer <nick@shmanahar.org> |
|---|
| 2516 | | -T: git git://github.com/ndyer/linux.git |
|---|
| 2517 | 2963 | S: Maintained |
|---|
| 2964 | +T: git git://github.com/ndyer/linux.git |
|---|
| 2518 | 2965 | F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt |
|---|
| 2519 | 2966 | F: drivers/input/touchscreen/atmel_mxt_ts.c |
|---|
| 2520 | | - |
|---|
| 2521 | | -ATMEL SAMA5D2 ADC DRIVER |
|---|
| 2522 | | -M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 2523 | | -L: linux-iio@vger.kernel.org |
|---|
| 2524 | | -S: Supported |
|---|
| 2525 | | -F: drivers/iio/adc/at91-sama5d2_adc.c |
|---|
| 2526 | | - |
|---|
| 2527 | | -ATMEL SDMMC DRIVER |
|---|
| 2528 | | -M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 2529 | | -L: linux-mmc@vger.kernel.org |
|---|
| 2530 | | -S: Supported |
|---|
| 2531 | | -F: drivers/mmc/host/sdhci-of-at91.c |
|---|
| 2532 | | - |
|---|
| 2533 | | -ATMEL SPI DRIVER |
|---|
| 2534 | | -M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 2535 | | -S: Supported |
|---|
| 2536 | | -F: drivers/spi/spi-atmel.* |
|---|
| 2537 | | - |
|---|
| 2538 | | -ATMEL SSC DRIVER |
|---|
| 2539 | | -M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 2540 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2541 | | -S: Supported |
|---|
| 2542 | | -F: drivers/misc/atmel-ssc.c |
|---|
| 2543 | | -F: include/linux/atmel-ssc.h |
|---|
| 2544 | | - |
|---|
| 2545 | | -ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS |
|---|
| 2546 | | -M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 2547 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2548 | | -S: Supported |
|---|
| 2549 | | -F: drivers/misc/atmel_tclib.c |
|---|
| 2550 | | -F: drivers/clocksource/tcb_clksrc.c |
|---|
| 2551 | | - |
|---|
| 2552 | | -ATMEL USBA UDC DRIVER |
|---|
| 2553 | | -M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 2554 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2555 | | -S: Supported |
|---|
| 2556 | | -F: drivers/usb/gadget/udc/atmel_usba_udc.* |
|---|
| 2557 | 2967 | |
|---|
| 2558 | 2968 | ATMEL WIRELESS DRIVER |
|---|
| 2559 | 2969 | M: Simon Kelley <simon@thekelleys.org.uk> |
|---|
| 2560 | 2970 | L: linux-wireless@vger.kernel.org |
|---|
| 2971 | +S: Maintained |
|---|
| 2561 | 2972 | W: http://www.thekelleys.org.uk/atmel |
|---|
| 2562 | 2973 | W: http://atmelwlandriver.sourceforge.net/ |
|---|
| 2563 | | -S: Maintained |
|---|
| 2564 | 2974 | F: drivers/net/wireless/atmel/atmel* |
|---|
| 2565 | 2975 | |
|---|
| 2566 | | -ATMEL XDMA DRIVER |
|---|
| 2567 | | -M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 2568 | | -L: linux-arm-kernel@lists.infradead.org |
|---|
| 2569 | | -L: dmaengine@vger.kernel.org |
|---|
| 2570 | | -S: Supported |
|---|
| 2571 | | -F: drivers/dma/at_xdmac.c |
|---|
| 2572 | | - |
|---|
| 2573 | 2976 | ATOMIC INFRASTRUCTURE |
|---|
| 2574 | | -M: Will Deacon <will.deacon@arm.com> |
|---|
| 2977 | +M: Will Deacon <will@kernel.org> |
|---|
| 2575 | 2978 | M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 2576 | 2979 | R: Boqun Feng <boqun.feng@gmail.com> |
|---|
| 2577 | 2980 | L: linux-kernel@vger.kernel.org |
|---|
| 2578 | 2981 | S: Maintained |
|---|
| 2579 | 2982 | F: arch/*/include/asm/atomic*.h |
|---|
| 2580 | 2983 | F: include/*/atomic*.h |
|---|
| 2984 | +F: scripts/atomic/ |
|---|
| 2581 | 2985 | |
|---|
| 2582 | 2986 | ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER |
|---|
| 2583 | 2987 | M: Bradley Grove <linuxdrivers@attotech.com> |
|---|
| 2584 | 2988 | L: linux-scsi@vger.kernel.org |
|---|
| 2585 | | -W: http://www.attotech.com |
|---|
| 2586 | 2989 | S: Supported |
|---|
| 2990 | +W: http://www.attotech.com |
|---|
| 2587 | 2991 | F: drivers/scsi/esas2r |
|---|
| 2588 | 2992 | |
|---|
| 2589 | 2993 | ATUSB IEEE 802.15.4 RADIO DRIVER |
|---|
| 2590 | 2994 | M: Stefan Schmidt <stefan@datenfreihafen.org> |
|---|
| 2591 | 2995 | L: linux-wpan@vger.kernel.org |
|---|
| 2592 | 2996 | S: Maintained |
|---|
| 2997 | +F: drivers/net/ieee802154/at86rf230.h |
|---|
| 2593 | 2998 | F: drivers/net/ieee802154/atusb.c |
|---|
| 2594 | 2999 | F: drivers/net/ieee802154/atusb.h |
|---|
| 2595 | | -F: drivers/net/ieee802154/at86rf230.h |
|---|
| 2596 | 3000 | |
|---|
| 2597 | 3001 | AUDIT SUBSYSTEM |
|---|
| 2598 | 3002 | M: Paul Moore <paul@paul-moore.com> |
|---|
| 2599 | 3003 | M: Eric Paris <eparis@redhat.com> |
|---|
| 2600 | | -L: linux-audit@redhat.com (moderated for non-subscribers) |
|---|
| 3004 | +L: audit@vger.kernel.org |
|---|
| 3005 | +S: Supported |
|---|
| 2601 | 3006 | W: https://github.com/linux-audit |
|---|
| 2602 | 3007 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git |
|---|
| 2603 | | -S: Supported |
|---|
| 2604 | 3008 | F: include/linux/audit.h |
|---|
| 2605 | 3009 | F: include/uapi/linux/audit.h |
|---|
| 2606 | 3010 | F: kernel/audit* |
|---|
| .. | .. |
|---|
| 2615 | 3019 | M: Andreas Klinger <ak@it-klinger.de> |
|---|
| 2616 | 3020 | L: linux-iio@vger.kernel.org |
|---|
| 2617 | 3021 | S: Maintained |
|---|
| 2618 | | -F: Documentation/devicetree/bindings/iio/adc/avia-hx711.txt |
|---|
| 3022 | +F: Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml |
|---|
| 2619 | 3023 | F: drivers/iio/adc/hx711.c |
|---|
| 2620 | 3024 | |
|---|
| 2621 | 3025 | AX.25 NETWORK LAYER |
|---|
| 2622 | 3026 | M: Ralf Baechle <ralf@linux-mips.org> |
|---|
| 2623 | 3027 | L: linux-hams@vger.kernel.org |
|---|
| 2624 | | -W: http://www.linux-ax25.org/ |
|---|
| 2625 | 3028 | S: Maintained |
|---|
| 2626 | | -F: include/uapi/linux/ax25.h |
|---|
| 3029 | +W: http://www.linux-ax25.org/ |
|---|
| 2627 | 3030 | F: include/net/ax25.h |
|---|
| 3031 | +F: include/uapi/linux/ax25.h |
|---|
| 2628 | 3032 | F: net/ax25/ |
|---|
| 2629 | 3033 | |
|---|
| 2630 | 3034 | AXENTIA ARM DEVICES |
|---|
| 2631 | 3035 | M: Peter Rosin <peda@axentia.se> |
|---|
| 2632 | 3036 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2633 | 3037 | S: Maintained |
|---|
| 2634 | | -F: Documentation/devicetree/bindings/arm/axentia.txt |
|---|
| 2635 | 3038 | F: arch/arm/boot/dts/at91-linea.dtsi |
|---|
| 2636 | 3039 | F: arch/arm/boot/dts/at91-natte.dtsi |
|---|
| 2637 | 3040 | F: arch/arm/boot/dts/at91-nattis-2-natte-2.dts |
|---|
| .. | .. |
|---|
| 2644 | 3047 | F: Documentation/devicetree/bindings/sound/axentia,* |
|---|
| 2645 | 3048 | F: sound/soc/atmel/tse850-pcm5142.c |
|---|
| 2646 | 3049 | |
|---|
| 3050 | +AXI-FAN-CONTROL HARDWARE MONITOR DRIVER |
|---|
| 3051 | +M: Nuno Sá <nuno.sa@analog.com> |
|---|
| 3052 | +L: linux-hwmon@vger.kernel.org |
|---|
| 3053 | +S: Supported |
|---|
| 3054 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 3055 | +F: Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml |
|---|
| 3056 | +F: drivers/hwmon/axi-fan-control.c |
|---|
| 3057 | + |
|---|
| 3058 | +AXXIA I2C CONTROLLER |
|---|
| 3059 | +M: Krzysztof Adamski <krzysztof.adamski@nokia.com> |
|---|
| 3060 | +L: linux-i2c@vger.kernel.org |
|---|
| 3061 | +S: Maintained |
|---|
| 3062 | +F: Documentation/devicetree/bindings/i2c/i2c-axxia.txt |
|---|
| 3063 | +F: drivers/i2c/busses/i2c-axxia.c |
|---|
| 3064 | + |
|---|
| 2647 | 3065 | AZ6007 DVB DRIVER |
|---|
| 2648 | 3066 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 2649 | 3067 | L: linux-media@vger.kernel.org |
|---|
| 3068 | +S: Maintained |
|---|
| 2650 | 3069 | W: https://linuxtv.org |
|---|
| 2651 | 3070 | T: git git://linuxtv.org/media_tree.git |
|---|
| 2652 | | -S: Maintained |
|---|
| 2653 | 3071 | F: drivers/media/usb/dvb-usb-v2/az6007.c |
|---|
| 2654 | 3072 | |
|---|
| 2655 | 3073 | AZTECH FM RADIO RECEIVER DRIVER |
|---|
| 2656 | 3074 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 2657 | 3075 | L: linux-media@vger.kernel.org |
|---|
| 2658 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 2659 | | -W: https://linuxtv.org |
|---|
| 2660 | 3076 | S: Maintained |
|---|
| 3077 | +W: https://linuxtv.org |
|---|
| 3078 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 2661 | 3079 | F: drivers/media/radio/radio-aztech* |
|---|
| 2662 | 3080 | |
|---|
| 2663 | 3081 | B43 WIRELESS DRIVER |
|---|
| 2664 | 3082 | L: linux-wireless@vger.kernel.org |
|---|
| 2665 | 3083 | L: b43-dev@lists.infradead.org |
|---|
| 2666 | | -W: http://wireless.kernel.org/en/users/Drivers/b43 |
|---|
| 2667 | 3084 | S: Odd Fixes |
|---|
| 3085 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/b43 |
|---|
| 2668 | 3086 | F: drivers/net/wireless/broadcom/b43/ |
|---|
| 2669 | 3087 | |
|---|
| 2670 | 3088 | B43LEGACY WIRELESS DRIVER |
|---|
| 2671 | 3089 | M: Larry Finger <Larry.Finger@lwfinger.net> |
|---|
| 2672 | 3090 | L: linux-wireless@vger.kernel.org |
|---|
| 2673 | 3091 | L: b43-dev@lists.infradead.org |
|---|
| 2674 | | -W: http://wireless.kernel.org/en/users/Drivers/b43 |
|---|
| 2675 | 3092 | S: Maintained |
|---|
| 3093 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/b43 |
|---|
| 2676 | 3094 | F: drivers/net/wireless/broadcom/b43legacy/ |
|---|
| 2677 | 3095 | |
|---|
| 2678 | 3096 | BACKLIGHT CLASS/SUBSYSTEM |
|---|
| .. | .. |
|---|
| 2680 | 3098 | M: Daniel Thompson <daniel.thompson@linaro.org> |
|---|
| 2681 | 3099 | M: Jingoo Han <jingoohan1@gmail.com> |
|---|
| 2682 | 3100 | L: dri-devel@lists.freedesktop.org |
|---|
| 2683 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git |
|---|
| 2684 | 3101 | S: Maintained |
|---|
| 3102 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git |
|---|
| 3103 | +F: Documentation/ABI/stable/sysfs-class-backlight |
|---|
| 3104 | +F: Documentation/ABI/testing/sysfs-class-backlight |
|---|
| 3105 | +F: Documentation/devicetree/bindings/leds/backlight |
|---|
| 2685 | 3106 | F: drivers/video/backlight/ |
|---|
| 2686 | 3107 | F: include/linux/backlight.h |
|---|
| 2687 | 3108 | F: include/linux/pwm_backlight.h |
|---|
| 2688 | | -F: Documentation/devicetree/bindings/leds/backlight |
|---|
| 2689 | 3109 | |
|---|
| 2690 | 3110 | BATMAN ADVANCED |
|---|
| 2691 | 3111 | M: Marek Lindner <mareklindner@neomailbox.ch> |
|---|
| 2692 | 3112 | M: Simon Wunderlich <sw@simonwunderlich.de> |
|---|
| 2693 | 3113 | M: Antonio Quartulli <a@unstable.cc> |
|---|
| 3114 | +M: Sven Eckelmann <sven@narfation.org> |
|---|
| 2694 | 3115 | L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers) |
|---|
| 3116 | +S: Maintained |
|---|
| 2695 | 3117 | W: https://www.open-mesh.org/ |
|---|
| 2696 | 3118 | Q: https://patchwork.open-mesh.org/project/batman/list/ |
|---|
| 2697 | | -S: Maintained |
|---|
| 2698 | | -F: Documentation/ABI/testing/sysfs-class-net-batman-adv |
|---|
| 2699 | | -F: Documentation/ABI/testing/sysfs-class-net-mesh |
|---|
| 3119 | +B: https://www.open-mesh.org/projects/batman-adv/issues |
|---|
| 3120 | +C: irc://chat.freenode.net/batman |
|---|
| 3121 | +T: git https://git.open-mesh.org/linux-merge.git |
|---|
| 3122 | +F: Documentation/ABI/obsolete/sysfs-class-net-batman-adv |
|---|
| 3123 | +F: Documentation/ABI/obsolete/sysfs-class-net-mesh |
|---|
| 2700 | 3124 | F: Documentation/networking/batman-adv.rst |
|---|
| 2701 | 3125 | F: include/uapi/linux/batadv_packet.h |
|---|
| 2702 | 3126 | F: include/uapi/linux/batman_adv.h |
|---|
| .. | .. |
|---|
| 2705 | 3129 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
|---|
| 2706 | 3130 | M: Thomas Sailer <t.sailer@alumni.ethz.ch> |
|---|
| 2707 | 3131 | L: linux-hams@vger.kernel.org |
|---|
| 2708 | | -W: http://www.baycom.org/~tom/ham/ham.html |
|---|
| 2709 | 3132 | S: Maintained |
|---|
| 3133 | +W: http://www.baycom.org/~tom/ham/ham.html |
|---|
| 2710 | 3134 | F: drivers/net/hamradio/baycom* |
|---|
| 2711 | 3135 | |
|---|
| 2712 | 3136 | BCACHE (BLOCK LAYER CACHE) |
|---|
| 2713 | 3137 | M: Coly Li <colyli@suse.de> |
|---|
| 2714 | 3138 | M: Kent Overstreet <kent.overstreet@gmail.com> |
|---|
| 2715 | 3139 | L: linux-bcache@vger.kernel.org |
|---|
| 3140 | +S: Maintained |
|---|
| 2716 | 3141 | W: http://bcache.evilpiepirate.org |
|---|
| 2717 | 3142 | C: irc://irc.oftc.net/bcache |
|---|
| 2718 | | -S: Maintained |
|---|
| 2719 | 3143 | F: drivers/md/bcache/ |
|---|
| 2720 | 3144 | |
|---|
| 2721 | 3145 | BDISP ST MEDIA DRIVER |
|---|
| 2722 | 3146 | M: Fabien Dessenne <fabien.dessenne@st.com> |
|---|
| 2723 | 3147 | L: linux-media@vger.kernel.org |
|---|
| 2724 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 2725 | | -W: https://linuxtv.org |
|---|
| 2726 | 3148 | S: Supported |
|---|
| 3149 | +W: https://linuxtv.org |
|---|
| 3150 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 2727 | 3151 | F: drivers/media/platform/sti/bdisp |
|---|
| 2728 | 3152 | |
|---|
| 2729 | 3153 | BECKHOFF CX5020 ETHERCAT MASTER DRIVER |
|---|
| .. | .. |
|---|
| 2737 | 3161 | M: Salah Triki <salah.triki@gmail.com> |
|---|
| 2738 | 3162 | S: Maintained |
|---|
| 2739 | 3163 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git |
|---|
| 2740 | | -F: Documentation/filesystems/befs.txt |
|---|
| 3164 | +F: Documentation/filesystems/befs.rst |
|---|
| 2741 | 3165 | F: fs/befs/ |
|---|
| 2742 | 3166 | |
|---|
| 2743 | 3167 | BFQ I/O SCHEDULER |
|---|
| .. | .. |
|---|
| 2745 | 3169 | M: Jens Axboe <axboe@kernel.dk> |
|---|
| 2746 | 3170 | L: linux-block@vger.kernel.org |
|---|
| 2747 | 3171 | S: Maintained |
|---|
| 3172 | +F: Documentation/block/bfq-iosched.rst |
|---|
| 2748 | 3173 | F: block/bfq-* |
|---|
| 2749 | | -F: Documentation/block/bfq-iosched.txt |
|---|
| 2750 | 3174 | |
|---|
| 2751 | 3175 | BFS FILE SYSTEM |
|---|
| 2752 | 3176 | M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com> |
|---|
| 2753 | 3177 | S: Maintained |
|---|
| 2754 | | -F: Documentation/filesystems/bfs.txt |
|---|
| 3178 | +F: Documentation/filesystems/bfs.rst |
|---|
| 2755 | 3179 | F: fs/bfs/ |
|---|
| 2756 | 3180 | F: include/uapi/linux/bfs_fs.h |
|---|
| 2757 | 3181 | |
|---|
| .. | .. |
|---|
| 2763 | 3187 | BLOCK LAYER |
|---|
| 2764 | 3188 | M: Jens Axboe <axboe@kernel.dk> |
|---|
| 2765 | 3189 | L: linux-block@vger.kernel.org |
|---|
| 2766 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 2767 | 3190 | S: Maintained |
|---|
| 3191 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 2768 | 3192 | F: block/ |
|---|
| 2769 | 3193 | F: drivers/block/ |
|---|
| 3194 | +F: include/linux/blk* |
|---|
| 2770 | 3195 | F: kernel/trace/blktrace.c |
|---|
| 2771 | 3196 | F: lib/sbitmap.c |
|---|
| 2772 | 3197 | |
|---|
| .. | .. |
|---|
| 2780 | 3205 | M: Marcel Holtmann <marcel@holtmann.org> |
|---|
| 2781 | 3206 | M: Johan Hedberg <johan.hedberg@gmail.com> |
|---|
| 2782 | 3207 | L: linux-bluetooth@vger.kernel.org |
|---|
| 3208 | +S: Maintained |
|---|
| 2783 | 3209 | W: http://www.bluez.org/ |
|---|
| 2784 | 3210 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
|---|
| 2785 | 3211 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git |
|---|
| 2786 | | -S: Maintained |
|---|
| 2787 | 3212 | F: drivers/bluetooth/ |
|---|
| 2788 | 3213 | |
|---|
| 2789 | 3214 | BLUETOOTH SUBSYSTEM |
|---|
| 2790 | 3215 | M: Marcel Holtmann <marcel@holtmann.org> |
|---|
| 2791 | 3216 | M: Johan Hedberg <johan.hedberg@gmail.com> |
|---|
| 2792 | 3217 | L: linux-bluetooth@vger.kernel.org |
|---|
| 3218 | +S: Maintained |
|---|
| 2793 | 3219 | W: http://www.bluez.org/ |
|---|
| 2794 | 3220 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
|---|
| 2795 | 3221 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git |
|---|
| 2796 | | -S: Maintained |
|---|
| 2797 | | -F: net/bluetooth/ |
|---|
| 2798 | 3222 | F: include/net/bluetooth/ |
|---|
| 3223 | +F: net/bluetooth/ |
|---|
| 2799 | 3224 | |
|---|
| 2800 | 3225 | BONDING DRIVER |
|---|
| 2801 | 3226 | M: Jay Vosburgh <j.vosburgh@gmail.com> |
|---|
| 2802 | 3227 | M: Veaceslav Falico <vfalico@gmail.com> |
|---|
| 2803 | 3228 | M: Andy Gospodarek <andy@greyhouse.net> |
|---|
| 2804 | 3229 | L: netdev@vger.kernel.org |
|---|
| 2805 | | -W: http://sourceforge.net/projects/bonding/ |
|---|
| 2806 | 3230 | S: Supported |
|---|
| 3231 | +W: http://sourceforge.net/projects/bonding/ |
|---|
| 2807 | 3232 | F: drivers/net/bonding/ |
|---|
| 2808 | 3233 | F: include/uapi/linux/if_bonding.h |
|---|
| 3234 | + |
|---|
| 3235 | +BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER |
|---|
| 3236 | +M: Dan Robertson <dan@dlrobertson.com> |
|---|
| 3237 | +L: linux-iio@vger.kernel.org |
|---|
| 3238 | +S: Maintained |
|---|
| 3239 | +F: Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml |
|---|
| 3240 | +F: drivers/iio/accel/bma400* |
|---|
| 2809 | 3241 | |
|---|
| 2810 | 3242 | BPF (Safe dynamic programs and tools) |
|---|
| 2811 | 3243 | M: Alexei Starovoitov <ast@kernel.org> |
|---|
| 2812 | 3244 | M: Daniel Borkmann <daniel@iogearbox.net> |
|---|
| 3245 | +M: Andrii Nakryiko <andrii@kernel.org> |
|---|
| 3246 | +R: Martin KaFai Lau <kafai@fb.com> |
|---|
| 3247 | +R: Song Liu <songliubraving@fb.com> |
|---|
| 3248 | +R: Yonghong Song <yhs@fb.com> |
|---|
| 3249 | +R: John Fastabend <john.fastabend@gmail.com> |
|---|
| 3250 | +R: KP Singh <kpsingh@kernel.org> |
|---|
| 2813 | 3251 | L: netdev@vger.kernel.org |
|---|
| 2814 | | -L: linux-kernel@vger.kernel.org |
|---|
| 3252 | +L: bpf@vger.kernel.org |
|---|
| 3253 | +S: Supported |
|---|
| 3254 | +W: https://bpf.io/ |
|---|
| 3255 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173 |
|---|
| 2815 | 3256 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git |
|---|
| 2816 | 3257 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git |
|---|
| 2817 | | -Q: https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147 |
|---|
| 2818 | | -S: Supported |
|---|
| 2819 | | -F: arch/x86/net/bpf_jit* |
|---|
| 2820 | | -F: Documentation/networking/filter.txt |
|---|
| 2821 | 3258 | F: Documentation/bpf/ |
|---|
| 3259 | +F: Documentation/networking/filter.rst |
|---|
| 3260 | +F: arch/*/net/* |
|---|
| 2822 | 3261 | F: include/linux/bpf* |
|---|
| 2823 | 3262 | F: include/linux/filter.h |
|---|
| 2824 | 3263 | F: include/trace/events/xdp.h |
|---|
| .. | .. |
|---|
| 2835 | 3274 | F: tools/bpf/ |
|---|
| 2836 | 3275 | F: tools/lib/bpf/ |
|---|
| 2837 | 3276 | F: tools/testing/selftests/bpf/ |
|---|
| 3277 | +N: bpf |
|---|
| 3278 | +K: bpf |
|---|
| 3279 | + |
|---|
| 3280 | +BPF JIT for ARM |
|---|
| 3281 | +M: Shubham Bansal <illusionist.neo@gmail.com> |
|---|
| 3282 | +L: netdev@vger.kernel.org |
|---|
| 3283 | +L: bpf@vger.kernel.org |
|---|
| 3284 | +S: Maintained |
|---|
| 3285 | +F: arch/arm/net/ |
|---|
| 3286 | + |
|---|
| 3287 | +BPF JIT for ARM64 |
|---|
| 3288 | +M: Daniel Borkmann <daniel@iogearbox.net> |
|---|
| 3289 | +M: Alexei Starovoitov <ast@kernel.org> |
|---|
| 3290 | +M: Zi Shen Lim <zlim.lnx@gmail.com> |
|---|
| 3291 | +L: netdev@vger.kernel.org |
|---|
| 3292 | +L: bpf@vger.kernel.org |
|---|
| 3293 | +S: Supported |
|---|
| 3294 | +F: arch/arm64/net/ |
|---|
| 3295 | + |
|---|
| 3296 | +BPF JIT for MIPS (32-BIT AND 64-BIT) |
|---|
| 3297 | +M: Paul Burton <paulburton@kernel.org> |
|---|
| 3298 | +L: netdev@vger.kernel.org |
|---|
| 3299 | +L: bpf@vger.kernel.org |
|---|
| 3300 | +S: Maintained |
|---|
| 3301 | +F: arch/mips/net/ |
|---|
| 3302 | + |
|---|
| 3303 | +BPF JIT for NFP NICs |
|---|
| 3304 | +M: Jakub Kicinski <kuba@kernel.org> |
|---|
| 3305 | +L: netdev@vger.kernel.org |
|---|
| 3306 | +L: bpf@vger.kernel.org |
|---|
| 3307 | +S: Supported |
|---|
| 3308 | +F: drivers/net/ethernet/netronome/nfp/bpf/ |
|---|
| 3309 | + |
|---|
| 3310 | +BPF JIT for POWERPC (32-BIT AND 64-BIT) |
|---|
| 3311 | +M: Naveen N. Rao <naveen.n.rao@linux.ibm.com> |
|---|
| 3312 | +M: Sandipan Das <sandipan@linux.ibm.com> |
|---|
| 3313 | +L: netdev@vger.kernel.org |
|---|
| 3314 | +L: bpf@vger.kernel.org |
|---|
| 3315 | +S: Maintained |
|---|
| 3316 | +F: arch/powerpc/net/ |
|---|
| 3317 | + |
|---|
| 3318 | +BPF JIT for RISC-V (32-bit) |
|---|
| 3319 | +M: Luke Nelson <luke.r.nels@gmail.com> |
|---|
| 3320 | +M: Xi Wang <xi.wang@gmail.com> |
|---|
| 3321 | +L: netdev@vger.kernel.org |
|---|
| 3322 | +L: bpf@vger.kernel.org |
|---|
| 3323 | +S: Maintained |
|---|
| 3324 | +F: arch/riscv/net/ |
|---|
| 3325 | +X: arch/riscv/net/bpf_jit_comp64.c |
|---|
| 3326 | + |
|---|
| 3327 | +BPF JIT for RISC-V (64-bit) |
|---|
| 3328 | +M: Björn Töpel <bjorn.topel@gmail.com> |
|---|
| 3329 | +L: netdev@vger.kernel.org |
|---|
| 3330 | +L: bpf@vger.kernel.org |
|---|
| 3331 | +S: Maintained |
|---|
| 3332 | +F: arch/riscv/net/ |
|---|
| 3333 | +X: arch/riscv/net/bpf_jit_comp32.c |
|---|
| 3334 | + |
|---|
| 3335 | +BPF JIT for S390 |
|---|
| 3336 | +M: Ilya Leoshkevich <iii@linux.ibm.com> |
|---|
| 3337 | +M: Heiko Carstens <hca@linux.ibm.com> |
|---|
| 3338 | +M: Vasily Gorbik <gor@linux.ibm.com> |
|---|
| 3339 | +L: netdev@vger.kernel.org |
|---|
| 3340 | +L: bpf@vger.kernel.org |
|---|
| 3341 | +S: Maintained |
|---|
| 3342 | +F: arch/s390/net/ |
|---|
| 3343 | +X: arch/s390/net/pnet.c |
|---|
| 3344 | + |
|---|
| 3345 | +BPF JIT for SPARC (32-BIT AND 64-BIT) |
|---|
| 3346 | +M: David S. Miller <davem@davemloft.net> |
|---|
| 3347 | +L: netdev@vger.kernel.org |
|---|
| 3348 | +L: bpf@vger.kernel.org |
|---|
| 3349 | +S: Maintained |
|---|
| 3350 | +F: arch/sparc/net/ |
|---|
| 3351 | + |
|---|
| 3352 | +BPF JIT for X86 32-BIT |
|---|
| 3353 | +M: Wang YanQing <udknight@gmail.com> |
|---|
| 3354 | +L: netdev@vger.kernel.org |
|---|
| 3355 | +L: bpf@vger.kernel.org |
|---|
| 3356 | +S: Maintained |
|---|
| 3357 | +F: arch/x86/net/bpf_jit_comp32.c |
|---|
| 3358 | + |
|---|
| 3359 | +BPF JIT for X86 64-BIT |
|---|
| 3360 | +M: Alexei Starovoitov <ast@kernel.org> |
|---|
| 3361 | +M: Daniel Borkmann <daniel@iogearbox.net> |
|---|
| 3362 | +L: netdev@vger.kernel.org |
|---|
| 3363 | +L: bpf@vger.kernel.org |
|---|
| 3364 | +S: Supported |
|---|
| 3365 | +F: arch/x86/net/ |
|---|
| 3366 | +X: arch/x86/net/bpf_jit_comp32.c |
|---|
| 3367 | + |
|---|
| 3368 | +BPF LSM (Security Audit and Enforcement using BPF) |
|---|
| 3369 | +M: KP Singh <kpsingh@kernel.org> |
|---|
| 3370 | +R: Florent Revest <revest@chromium.org> |
|---|
| 3371 | +R: Brendan Jackman <jackmanb@chromium.org> |
|---|
| 3372 | +L: bpf@vger.kernel.org |
|---|
| 3373 | +S: Maintained |
|---|
| 3374 | +F: Documentation/bpf/bpf_lsm.rst |
|---|
| 3375 | +F: include/linux/bpf_lsm.h |
|---|
| 3376 | +F: kernel/bpf/bpf_lsm.c |
|---|
| 3377 | +F: security/bpf/ |
|---|
| 2838 | 3378 | |
|---|
| 2839 | 3379 | BROADCOM B44 10/100 ETHERNET DRIVER |
|---|
| 2840 | 3380 | M: Michael Chan <michael.chan@broadcom.com> |
|---|
| .. | .. |
|---|
| 2847 | 3387 | L: netdev@vger.kernel.org |
|---|
| 2848 | 3388 | L: openwrt-devel@lists.openwrt.org (subscribers-only) |
|---|
| 2849 | 3389 | S: Supported |
|---|
| 3390 | +F: Documentation/devicetree/bindings/net/dsa/b53.txt |
|---|
| 2850 | 3391 | F: drivers/net/dsa/b53/* |
|---|
| 2851 | 3392 | F: include/linux/platform_data/b53.h |
|---|
| 3393 | + |
|---|
| 3394 | +BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE |
|---|
| 3395 | +M: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> |
|---|
| 3396 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3397 | +L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 3398 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 3399 | +S: Maintained |
|---|
| 3400 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git |
|---|
| 3401 | +F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml |
|---|
| 3402 | +F: drivers/pci/controller/pcie-brcmstb.c |
|---|
| 3403 | +F: drivers/staging/vc04_services |
|---|
| 3404 | +N: bcm2711 |
|---|
| 3405 | +N: bcm2835 |
|---|
| 2852 | 3406 | |
|---|
| 2853 | 3407 | BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE |
|---|
| 2854 | 3408 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 2855 | 3409 | M: Ray Jui <rjui@broadcom.com> |
|---|
| 2856 | 3410 | M: Scott Branden <sbranden@broadcom.com> |
|---|
| 2857 | 3411 | M: bcm-kernel-feedback-list@broadcom.com |
|---|
| 2858 | | -T: git git://github.com/broadcom/mach-bcm |
|---|
| 2859 | 3412 | S: Maintained |
|---|
| 3413 | +T: git git://github.com/broadcom/mach-bcm |
|---|
| 3414 | +F: arch/arm/mach-bcm/ |
|---|
| 2860 | 3415 | N: bcm281* |
|---|
| 2861 | 3416 | N: bcm113* |
|---|
| 2862 | 3417 | N: bcm216* |
|---|
| 2863 | 3418 | N: kona |
|---|
| 2864 | | -F: arch/arm/mach-bcm/ |
|---|
| 2865 | | - |
|---|
| 2866 | | -BROADCOM BCM2835 ARM ARCHITECTURE |
|---|
| 2867 | | -M: Eric Anholt <eric@anholt.net> |
|---|
| 2868 | | -M: Stefan Wahren <stefan.wahren@i2se.com> |
|---|
| 2869 | | -L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2870 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2871 | | -T: git git://github.com/anholt/linux |
|---|
| 2872 | | -S: Maintained |
|---|
| 2873 | | -N: bcm2835 |
|---|
| 2874 | | -F: drivers/staging/vc04_services |
|---|
| 2875 | 3419 | |
|---|
| 2876 | 3420 | BROADCOM BCM47XX MIPS ARCHITECTURE |
|---|
| 2877 | 3421 | M: Hauke Mehrtens <hauke@hauke-m.de> |
|---|
| 2878 | 3422 | M: Rafał Miłecki <zajec5@gmail.com> |
|---|
| 2879 | | -L: linux-mips@linux-mips.org |
|---|
| 3423 | +L: linux-mips@vger.kernel.org |
|---|
| 2880 | 3424 | S: Maintained |
|---|
| 2881 | 3425 | F: Documentation/devicetree/bindings/mips/brcm/ |
|---|
| 2882 | 3426 | F: arch/mips/bcm47xx/* |
|---|
| .. | .. |
|---|
| 2885 | 3429 | BROADCOM BCM5301X ARM ARCHITECTURE |
|---|
| 2886 | 3430 | M: Hauke Mehrtens <hauke@hauke-m.de> |
|---|
| 2887 | 3431 | M: Rafał Miłecki <zajec5@gmail.com> |
|---|
| 2888 | | -M: Jon Mason <jonmason@broadcom.com> |
|---|
| 2889 | 3432 | M: bcm-kernel-feedback-list@broadcom.com |
|---|
| 2890 | 3433 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 2891 | 3434 | S: Maintained |
|---|
| 2892 | | -F: arch/arm/mach-bcm/bcm_5301x.c |
|---|
| 2893 | | -F: arch/arm/boot/dts/bcm5301x*.dtsi |
|---|
| 2894 | 3435 | F: arch/arm/boot/dts/bcm470* |
|---|
| 3436 | +F: arch/arm/boot/dts/bcm5301* |
|---|
| 2895 | 3437 | F: arch/arm/boot/dts/bcm953012* |
|---|
| 3438 | +F: arch/arm/mach-bcm/bcm_5301x.c |
|---|
| 2896 | 3439 | |
|---|
| 2897 | 3440 | BROADCOM BCM53573 ARM ARCHITECTURE |
|---|
| 2898 | 3441 | M: Rafał Miłecki <rafal@milecki.pl> |
|---|
| 3442 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 2899 | 3443 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 2900 | 3444 | S: Maintained |
|---|
| 2901 | | -F: arch/arm/boot/dts/bcm53573* |
|---|
| 2902 | 3445 | F: arch/arm/boot/dts/bcm47189* |
|---|
| 3446 | +F: arch/arm/boot/dts/bcm53573* |
|---|
| 2903 | 3447 | |
|---|
| 2904 | 3448 | BROADCOM BCM63XX ARM ARCHITECTURE |
|---|
| 2905 | 3449 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 2906 | 3450 | M: bcm-kernel-feedback-list@broadcom.com |
|---|
| 2907 | 3451 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2908 | | -T: git git://github.com/broadcom/stblinux.git |
|---|
| 2909 | 3452 | S: Maintained |
|---|
| 3453 | +T: git git://github.com/broadcom/stblinux.git |
|---|
| 2910 | 3454 | N: bcm63xx |
|---|
| 2911 | 3455 | |
|---|
| 2912 | 3456 | BROADCOM BCM63XX/BCM33XX UDC DRIVER |
|---|
| .. | .. |
|---|
| 2916 | 3460 | F: drivers/usb/gadget/udc/bcm63xx_udc.* |
|---|
| 2917 | 3461 | |
|---|
| 2918 | 3462 | BROADCOM BCM7XXX ARM ARCHITECTURE |
|---|
| 2919 | | -M: Brian Norris <computersforpeace@gmail.com> |
|---|
| 2920 | | -M: Gregory Fong <gregory.0xf0@gmail.com> |
|---|
| 2921 | 3463 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 2922 | 3464 | M: bcm-kernel-feedback-list@broadcom.com |
|---|
| 2923 | 3465 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 2924 | | -T: git git://github.com/broadcom/stblinux.git |
|---|
| 2925 | 3466 | S: Maintained |
|---|
| 2926 | | -F: arch/arm/mach-bcm/*brcmstb* |
|---|
| 3467 | +T: git git://github.com/broadcom/stblinux.git |
|---|
| 3468 | +F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml |
|---|
| 2927 | 3469 | F: arch/arm/boot/dts/bcm7*.dts* |
|---|
| 2928 | | -F: drivers/bus/brcmstb_gisb.c |
|---|
| 2929 | | -F: arch/arm/mm/cache-b15-rac.c |
|---|
| 2930 | 3470 | F: arch/arm/include/asm/hardware/cache-b15-rac.h |
|---|
| 3471 | +F: arch/arm/mach-bcm/*brcmstb* |
|---|
| 3472 | +F: arch/arm/mm/cache-b15-rac.c |
|---|
| 3473 | +F: drivers/bus/brcmstb_gisb.c |
|---|
| 3474 | +F: drivers/pci/controller/pcie-brcmstb.c |
|---|
| 2931 | 3475 | N: brcmstb |
|---|
| 3476 | + |
|---|
| 3477 | +BROADCOM BDC DRIVER |
|---|
| 3478 | +M: Al Cooper <alcooperx@gmail.com> |
|---|
| 3479 | +L: linux-usb@vger.kernel.org |
|---|
| 3480 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3481 | +S: Maintained |
|---|
| 3482 | +F: Documentation/devicetree/bindings/usb/brcm,bdc.txt |
|---|
| 3483 | +F: drivers/usb/gadget/udc/bdc/ |
|---|
| 2932 | 3484 | |
|---|
| 2933 | 3485 | BROADCOM BMIPS CPUFREQ DRIVER |
|---|
| 2934 | 3486 | M: Markus Mayer <mmayer@broadcom.com> |
|---|
| .. | .. |
|---|
| 2938 | 3490 | F: drivers/cpufreq/bmips-cpufreq.c |
|---|
| 2939 | 3491 | |
|---|
| 2940 | 3492 | BROADCOM BMIPS MIPS ARCHITECTURE |
|---|
| 2941 | | -M: Kevin Cernekee <cernekee@gmail.com> |
|---|
| 2942 | 3493 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 2943 | | -L: linux-mips@linux-mips.org |
|---|
| 2944 | | -T: git git://github.com/broadcom/stblinux.git |
|---|
| 3494 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3495 | +L: linux-mips@vger.kernel.org |
|---|
| 2945 | 3496 | S: Maintained |
|---|
| 3497 | +T: git git://github.com/broadcom/stblinux.git |
|---|
| 2946 | 3498 | F: arch/mips/bmips/* |
|---|
| 3499 | +F: arch/mips/boot/dts/brcm/bcm*.dts* |
|---|
| 2947 | 3500 | F: arch/mips/include/asm/mach-bmips/* |
|---|
| 2948 | 3501 | F: arch/mips/kernel/*bmips* |
|---|
| 2949 | | -F: arch/mips/boot/dts/brcm/bcm*.dts* |
|---|
| 3502 | +F: drivers/soc/bcm/bcm63xx |
|---|
| 2950 | 3503 | F: drivers/irqchip/irq-bcm63* |
|---|
| 2951 | 3504 | F: drivers/irqchip/irq-bcm7* |
|---|
| 2952 | 3505 | F: drivers/irqchip/irq-brcmstb* |
|---|
| .. | .. |
|---|
| 2954 | 3507 | F: include/linux/bcm963xx_tag.h |
|---|
| 2955 | 3508 | |
|---|
| 2956 | 3509 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
|---|
| 2957 | | -M: Rasesh Mody <rasesh.mody@cavium.com> |
|---|
| 2958 | | -M: Dept-GELinuxNICDev@cavium.com |
|---|
| 3510 | +M: Rasesh Mody <rmody@marvell.com> |
|---|
| 3511 | +M: GR-Linux-NIC-Dev@marvell.com |
|---|
| 2959 | 3512 | L: netdev@vger.kernel.org |
|---|
| 2960 | 3513 | S: Supported |
|---|
| 2961 | 3514 | F: drivers/net/ethernet/broadcom/bnx2.* |
|---|
| 2962 | 3515 | F: drivers/net/ethernet/broadcom/bnx2_* |
|---|
| 2963 | 3516 | |
|---|
| 2964 | 3517 | BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER |
|---|
| 2965 | | -M: QLogic-Storage-Upstream@qlogic.com |
|---|
| 3518 | +M: Saurav Kashyap <skashyap@marvell.com> |
|---|
| 3519 | +M: Javed Hasan <jhasan@marvell.com> |
|---|
| 3520 | +M: GR-QLogic-Storage-Upstream@marvell.com |
|---|
| 2966 | 3521 | L: linux-scsi@vger.kernel.org |
|---|
| 2967 | 3522 | S: Supported |
|---|
| 2968 | 3523 | F: drivers/scsi/bnx2fc/ |
|---|
| 2969 | 3524 | |
|---|
| 2970 | 3525 | BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER |
|---|
| 2971 | | -M: QLogic-Storage-Upstream@qlogic.com |
|---|
| 3526 | +M: Nilesh Javali <njavali@marvell.com> |
|---|
| 3527 | +M: Manish Rangankar <mrangankar@marvell.com> |
|---|
| 3528 | +M: GR-QLogic-Storage-Upstream@marvell.com |
|---|
| 2972 | 3529 | L: linux-scsi@vger.kernel.org |
|---|
| 2973 | 3530 | S: Supported |
|---|
| 2974 | 3531 | F: drivers/scsi/bnx2i/ |
|---|
| 2975 | 3532 | |
|---|
| 2976 | 3533 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
|---|
| 2977 | | -M: Ariel Elior <ariel.elior@cavium.com> |
|---|
| 2978 | | -M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com> |
|---|
| 2979 | | -M: everest-linux-l2@cavium.com |
|---|
| 3534 | +M: Ariel Elior <aelior@marvell.com> |
|---|
| 3535 | +M: Sudarsana Kalluru <skalluru@marvell.com> |
|---|
| 3536 | +M: GR-everest-linux-l2@marvell.com |
|---|
| 2980 | 3537 | L: netdev@vger.kernel.org |
|---|
| 2981 | 3538 | S: Supported |
|---|
| 2982 | 3539 | F: drivers/net/ethernet/broadcom/bnx2x/ |
|---|
| .. | .. |
|---|
| 2991 | 3548 | M: Arend van Spriel <arend.vanspriel@broadcom.com> |
|---|
| 2992 | 3549 | M: Franky Lin <franky.lin@broadcom.com> |
|---|
| 2993 | 3550 | M: Hante Meuleman <hante.meuleman@broadcom.com> |
|---|
| 2994 | | -M: Chi-Hsien Lin <chi-hsien.lin@cypress.com> |
|---|
| 2995 | | -M: Wright Feng <wright.feng@cypress.com> |
|---|
| 3551 | +M: Chi-hsien Lin <chi-hsien.lin@infineon.com> |
|---|
| 3552 | +M: Wright Feng <wright.feng@infineon.com> |
|---|
| 3553 | +M: Chung-hsien Hsu <chung-hsien.hsu@infineon.com> |
|---|
| 2996 | 3554 | L: linux-wireless@vger.kernel.org |
|---|
| 2997 | 3555 | L: brcm80211-dev-list.pdl@broadcom.com |
|---|
| 2998 | | -L: brcm80211-dev-list@cypress.com |
|---|
| 3556 | +L: SHA-cyfmac-dev-list@infineon.com |
|---|
| 2999 | 3557 | S: Supported |
|---|
| 3000 | 3558 | F: drivers/net/wireless/broadcom/brcm80211/ |
|---|
| 3001 | 3559 | |
|---|
| .. | .. |
|---|
| 3003 | 3561 | M: Gregory Fong <gregory.0xf0@gmail.com> |
|---|
| 3004 | 3562 | L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3005 | 3563 | S: Supported |
|---|
| 3006 | | -F: drivers/gpio/gpio-brcmstb.c |
|---|
| 3007 | 3564 | F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt |
|---|
| 3565 | +F: drivers/gpio/gpio-brcmstb.c |
|---|
| 3008 | 3566 | |
|---|
| 3009 | 3567 | BROADCOM BRCMSTB I2C DRIVER |
|---|
| 3010 | 3568 | M: Kamal Dasu <kdasu.kdev@gmail.com> |
|---|
| 3011 | 3569 | L: linux-i2c@vger.kernel.org |
|---|
| 3012 | 3570 | L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3013 | 3571 | S: Supported |
|---|
| 3572 | +F: Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml |
|---|
| 3014 | 3573 | F: drivers/i2c/busses/i2c-brcmstb.c |
|---|
| 3015 | | -F: Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt |
|---|
| 3574 | + |
|---|
| 3575 | +BROADCOM BRCMSTB USB EHCI DRIVER |
|---|
| 3576 | +M: Al Cooper <alcooperx@gmail.com> |
|---|
| 3577 | +L: linux-usb@vger.kernel.org |
|---|
| 3578 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3579 | +S: Maintained |
|---|
| 3580 | +F: Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml |
|---|
| 3581 | +F: drivers/usb/host/ehci-brcm.* |
|---|
| 3016 | 3582 | |
|---|
| 3017 | 3583 | BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER |
|---|
| 3018 | 3584 | M: Al Cooper <alcooperx@gmail.com> |
|---|
| .. | .. |
|---|
| 3021 | 3587 | S: Maintained |
|---|
| 3022 | 3588 | F: drivers/phy/broadcom/phy-brcm-usb* |
|---|
| 3023 | 3589 | |
|---|
| 3590 | +BROADCOM ETHERNET PHY DRIVERS |
|---|
| 3591 | +M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 3592 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3593 | +L: netdev@vger.kernel.org |
|---|
| 3594 | +S: Supported |
|---|
| 3595 | +F: Documentation/devicetree/bindings/net/broadcom-bcm87xx.txt |
|---|
| 3596 | +F: drivers/net/phy/bcm*.[ch] |
|---|
| 3597 | +F: drivers/net/phy/broadcom.c |
|---|
| 3598 | +F: include/linux/brcmphy.h |
|---|
| 3599 | + |
|---|
| 3024 | 3600 | BROADCOM GENET ETHERNET DRIVER |
|---|
| 3025 | 3601 | M: Doug Berger <opendmb@gmail.com> |
|---|
| 3026 | 3602 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 3603 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3027 | 3604 | L: netdev@vger.kernel.org |
|---|
| 3028 | 3605 | S: Supported |
|---|
| 3606 | +F: Documentation/devicetree/bindings/net/brcm,bcmgenet.txt |
|---|
| 3607 | +F: Documentation/devicetree/bindings/net/brcm,unimac-mdio.txt |
|---|
| 3029 | 3608 | F: drivers/net/ethernet/broadcom/genet/ |
|---|
| 3609 | +F: drivers/net/mdio/mdio-bcm-unimac.c |
|---|
| 3610 | +F: include/linux/platform_data/bcmgenet.h |
|---|
| 3611 | +F: include/linux/platform_data/mdio-bcm-unimac.h |
|---|
| 3030 | 3612 | |
|---|
| 3031 | 3613 | BROADCOM IPROC ARM ARCHITECTURE |
|---|
| 3032 | 3614 | M: Ray Jui <rjui@broadcom.com> |
|---|
| 3033 | 3615 | M: Scott Branden <sbranden@broadcom.com> |
|---|
| 3034 | | -M: Jon Mason <jonmason@broadcom.com> |
|---|
| 3035 | 3616 | M: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3036 | 3617 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 3037 | | -T: git git://github.com/broadcom/cygnus-linux.git |
|---|
| 3038 | 3618 | S: Maintained |
|---|
| 3619 | +T: git git://github.com/broadcom/cygnus-linux.git |
|---|
| 3620 | +F: arch/arm64/boot/dts/broadcom/northstar2/* |
|---|
| 3621 | +F: arch/arm64/boot/dts/broadcom/stingray/* |
|---|
| 3622 | +F: drivers/clk/bcm/clk-ns* |
|---|
| 3623 | +F: drivers/clk/bcm/clk-sr* |
|---|
| 3624 | +F: drivers/pinctrl/bcm/pinctrl-ns* |
|---|
| 3625 | +F: include/dt-bindings/clock/bcm-sr* |
|---|
| 3039 | 3626 | N: iproc |
|---|
| 3040 | 3627 | N: cygnus |
|---|
| 3041 | 3628 | N: bcm[-_]nsp |
|---|
| .. | .. |
|---|
| 3051 | 3638 | N: bcm88312 |
|---|
| 3052 | 3639 | N: hr2 |
|---|
| 3053 | 3640 | N: stingray |
|---|
| 3054 | | -F: arch/arm64/boot/dts/broadcom/northstar2/* |
|---|
| 3055 | | -F: arch/arm64/boot/dts/broadcom/stingray/* |
|---|
| 3056 | | -F: drivers/clk/bcm/clk-ns* |
|---|
| 3057 | | -F: drivers/clk/bcm/clk-sr* |
|---|
| 3058 | | -F: drivers/pinctrl/bcm/pinctrl-ns* |
|---|
| 3059 | | -F: include/dt-bindings/clock/bcm-sr* |
|---|
| 3060 | 3641 | |
|---|
| 3061 | 3642 | BROADCOM KONA GPIO DRIVER |
|---|
| 3062 | 3643 | M: Ray Jui <rjui@broadcom.com> |
|---|
| 3063 | 3644 | L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3064 | 3645 | S: Supported |
|---|
| 3065 | | -F: drivers/gpio/gpio-bcm-kona.c |
|---|
| 3066 | 3646 | F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt |
|---|
| 3647 | +F: drivers/gpio/gpio-bcm-kona.c |
|---|
| 3067 | 3648 | |
|---|
| 3068 | 3649 | BROADCOM NETXTREME-E ROCE DRIVER |
|---|
| 3069 | 3650 | M: Selvin Xavier <selvin.xavier@broadcom.com> |
|---|
| 3070 | 3651 | M: Devesh Sharma <devesh.sharma@broadcom.com> |
|---|
| 3071 | 3652 | M: Somnath Kotur <somnath.kotur@broadcom.com> |
|---|
| 3072 | 3653 | M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com> |
|---|
| 3654 | +M: Naresh Kumar PBS <nareshkumar.pbs@broadcom.com> |
|---|
| 3073 | 3655 | L: linux-rdma@vger.kernel.org |
|---|
| 3074 | | -W: http://www.broadcom.com |
|---|
| 3075 | 3656 | S: Supported |
|---|
| 3657 | +W: http://www.broadcom.com |
|---|
| 3076 | 3658 | F: drivers/infiniband/hw/bnxt_re/ |
|---|
| 3077 | 3659 | F: include/uapi/rdma/bnxt_re-abi.h |
|---|
| 3078 | 3660 | |
|---|
| 3079 | 3661 | BROADCOM NVRAM DRIVER |
|---|
| 3080 | 3662 | M: Rafał Miłecki <zajec5@gmail.com> |
|---|
| 3081 | | -L: linux-mips@linux-mips.org |
|---|
| 3663 | +L: linux-mips@vger.kernel.org |
|---|
| 3082 | 3664 | S: Maintained |
|---|
| 3083 | 3665 | F: drivers/firmware/broadcom/* |
|---|
| 3084 | 3666 | |
|---|
| .. | .. |
|---|
| 3088 | 3670 | S: Maintained |
|---|
| 3089 | 3671 | F: drivers/bcma/ |
|---|
| 3090 | 3672 | F: include/linux/bcma/ |
|---|
| 3673 | + |
|---|
| 3674 | +BROADCOM SPI DRIVER |
|---|
| 3675 | +M: Kamal Dasu <kdasu.kdev@gmail.com> |
|---|
| 3676 | +M: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3677 | +S: Maintained |
|---|
| 3678 | +F: Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.txt |
|---|
| 3679 | +F: drivers/spi/spi-bcm-qspi.* |
|---|
| 3680 | +F: drivers/spi/spi-brcmstb-qspi.c |
|---|
| 3681 | +F: drivers/spi/spi-iproc-qspi.c |
|---|
| 3091 | 3682 | |
|---|
| 3092 | 3683 | BROADCOM STB AVS CPUFREQ DRIVER |
|---|
| 3093 | 3684 | M: Markus Mayer <mmayer@broadcom.com> |
|---|
| .. | .. |
|---|
| 3105 | 3696 | F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt |
|---|
| 3106 | 3697 | F: drivers/thermal/broadcom/brcmstb* |
|---|
| 3107 | 3698 | |
|---|
| 3108 | | -BROADCOM STB NAND FLASH DRIVER |
|---|
| 3109 | | -M: Brian Norris <computersforpeace@gmail.com> |
|---|
| 3110 | | -M: Kamal Dasu <kdasu.kdev@gmail.com> |
|---|
| 3111 | | -L: linux-mtd@lists.infradead.org |
|---|
| 3112 | | -L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3113 | | -S: Maintained |
|---|
| 3114 | | -F: drivers/mtd/nand/raw/brcmnand/ |
|---|
| 3115 | | - |
|---|
| 3116 | 3699 | BROADCOM STB DPFE DRIVER |
|---|
| 3117 | 3700 | M: Markus Mayer <mmayer@broadcom.com> |
|---|
| 3118 | 3701 | M: bcm-kernel-feedback-list@broadcom.com |
|---|
| .. | .. |
|---|
| 3121 | 3704 | F: Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt |
|---|
| 3122 | 3705 | F: drivers/memory/brcmstb_dpfe.c |
|---|
| 3123 | 3706 | |
|---|
| 3707 | +BROADCOM STB NAND FLASH DRIVER |
|---|
| 3708 | +M: Brian Norris <computersforpeace@gmail.com> |
|---|
| 3709 | +M: Kamal Dasu <kdasu.kdev@gmail.com> |
|---|
| 3710 | +L: linux-mtd@lists.infradead.org |
|---|
| 3711 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3712 | +S: Maintained |
|---|
| 3713 | +F: drivers/mtd/nand/raw/brcmnand/ |
|---|
| 3714 | + |
|---|
| 3124 | 3715 | BROADCOM SYSTEMPORT ETHERNET DRIVER |
|---|
| 3125 | 3716 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 3717 | +L: bcm-kernel-feedback-list@broadcom.com |
|---|
| 3126 | 3718 | L: netdev@vger.kernel.org |
|---|
| 3127 | 3719 | S: Supported |
|---|
| 3128 | 3720 | F: drivers/net/ethernet/broadcom/bcmsysport.* |
|---|
| .. | .. |
|---|
| 3143 | 3735 | F: drivers/scsi/bfa/ |
|---|
| 3144 | 3736 | |
|---|
| 3145 | 3737 | BROCADE BNA 10 GIGABIT ETHERNET DRIVER |
|---|
| 3146 | | -M: Rasesh Mody <rasesh.mody@cavium.com> |
|---|
| 3147 | | -M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com> |
|---|
| 3148 | | -M: Dept-GELinuxNICDev@cavium.com |
|---|
| 3738 | +M: Rasesh Mody <rmody@marvell.com> |
|---|
| 3739 | +M: Sudarsana Kalluru <skalluru@marvell.com> |
|---|
| 3740 | +M: GR-Linux-NIC-Dev@marvell.com |
|---|
| 3149 | 3741 | L: netdev@vger.kernel.org |
|---|
| 3150 | 3742 | S: Supported |
|---|
| 3151 | 3743 | F: drivers/net/ethernet/brocade/bna/ |
|---|
| .. | .. |
|---|
| 3161 | 3753 | BT87X AUDIO DRIVER |
|---|
| 3162 | 3754 | M: Clemens Ladisch <clemens@ladisch.de> |
|---|
| 3163 | 3755 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 3164 | | -T: git git://git.alsa-project.org/alsa-kernel.git |
|---|
| 3165 | 3756 | S: Maintained |
|---|
| 3757 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 3166 | 3758 | F: Documentation/sound/cards/bt87x.rst |
|---|
| 3167 | 3759 | F: sound/pci/bt87x.c |
|---|
| 3168 | 3760 | |
|---|
| 3169 | 3761 | BT8XXGPIO DRIVER |
|---|
| 3170 | 3762 | M: Michael Buesch <m@bues.ch> |
|---|
| 3171 | | -W: http://bu3sch.de/btgpio.php |
|---|
| 3172 | 3763 | S: Maintained |
|---|
| 3764 | +W: http://bu3sch.de/btgpio.php |
|---|
| 3173 | 3765 | F: drivers/gpio/gpio-bt8xx.c |
|---|
| 3174 | 3766 | |
|---|
| 3175 | 3767 | BTRFS FILE SYSTEM |
|---|
| 3176 | 3768 | M: Chris Mason <clm@fb.com> |
|---|
| 3177 | | -M: Josef Bacik <jbacik@fb.com> |
|---|
| 3769 | +M: Josef Bacik <josef@toxicpanda.com> |
|---|
| 3178 | 3770 | M: David Sterba <dsterba@suse.com> |
|---|
| 3179 | 3771 | L: linux-btrfs@vger.kernel.org |
|---|
| 3772 | +S: Maintained |
|---|
| 3180 | 3773 | W: http://btrfs.wiki.kernel.org/ |
|---|
| 3181 | 3774 | Q: http://patchwork.kernel.org/project/linux-btrfs/list/ |
|---|
| 3182 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git |
|---|
| 3183 | | -S: Maintained |
|---|
| 3184 | | -F: Documentation/filesystems/btrfs.txt |
|---|
| 3775 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git |
|---|
| 3776 | +F: Documentation/filesystems/btrfs.rst |
|---|
| 3185 | 3777 | F: fs/btrfs/ |
|---|
| 3186 | 3778 | F: include/linux/btrfs* |
|---|
| 3187 | 3779 | F: include/uapi/linux/btrfs* |
|---|
| .. | .. |
|---|
| 3189 | 3781 | BTTV VIDEO4LINUX DRIVER |
|---|
| 3190 | 3782 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 3191 | 3783 | L: linux-media@vger.kernel.org |
|---|
| 3784 | +S: Odd fixes |
|---|
| 3192 | 3785 | W: https://linuxtv.org |
|---|
| 3193 | 3786 | T: git git://linuxtv.org/media_tree.git |
|---|
| 3194 | | -S: Odd fixes |
|---|
| 3195 | | -F: Documentation/media/v4l-drivers/bttv* |
|---|
| 3787 | +F: Documentation/driver-api/media/drivers/bttv* |
|---|
| 3196 | 3788 | F: drivers/media/pci/bt8xx/bttv* |
|---|
| 3197 | 3789 | |
|---|
| 3198 | 3790 | BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS |
|---|
| 3199 | 3791 | M: Chanwoo Choi <cw00.choi@samsung.com> |
|---|
| 3200 | 3792 | L: linux-pm@vger.kernel.org |
|---|
| 3201 | 3793 | L: linux-samsung-soc@vger.kernel.org |
|---|
| 3202 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git |
|---|
| 3203 | 3794 | S: Maintained |
|---|
| 3204 | | -F: drivers/devfreq/exynos-bus.c |
|---|
| 3795 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git |
|---|
| 3205 | 3796 | F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt |
|---|
| 3797 | +F: drivers/devfreq/exynos-bus.c |
|---|
| 3206 | 3798 | |
|---|
| 3207 | 3799 | BUSLOGIC SCSI DRIVER |
|---|
| 3208 | 3800 | M: Khalid Aziz <khalid@gonehiking.org> |
|---|
| .. | .. |
|---|
| 3214 | 3806 | C-MEDIA CMI8788 DRIVER |
|---|
| 3215 | 3807 | M: Clemens Ladisch <clemens@ladisch.de> |
|---|
| 3216 | 3808 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 3217 | | -T: git git://git.alsa-project.org/alsa-kernel.git |
|---|
| 3218 | 3809 | S: Maintained |
|---|
| 3810 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 3219 | 3811 | F: sound/pci/oxygen/ |
|---|
| 3812 | + |
|---|
| 3813 | +C-SKY ARCHITECTURE |
|---|
| 3814 | +M: Guo Ren <guoren@kernel.org> |
|---|
| 3815 | +L: linux-csky@vger.kernel.org |
|---|
| 3816 | +S: Supported |
|---|
| 3817 | +T: git https://github.com/c-sky/csky-linux.git |
|---|
| 3818 | +F: Documentation/devicetree/bindings/csky/ |
|---|
| 3819 | +F: Documentation/devicetree/bindings/interrupt-controller/csky,* |
|---|
| 3820 | +F: Documentation/devicetree/bindings/timer/csky,* |
|---|
| 3821 | +F: arch/csky/ |
|---|
| 3822 | +F: drivers/clocksource/timer-gx6605s.c |
|---|
| 3823 | +F: drivers/clocksource/timer-mp-csky.c |
|---|
| 3824 | +F: drivers/irqchip/irq-csky-* |
|---|
| 3825 | +N: csky |
|---|
| 3826 | +K: csky |
|---|
| 3220 | 3827 | |
|---|
| 3221 | 3828 | C6X ARCHITECTURE |
|---|
| 3222 | 3829 | M: Mark Salter <msalter@redhat.com> |
|---|
| 3223 | 3830 | M: Aurelien Jacquiot <jacquiot.aurelien@gmail.com> |
|---|
| 3224 | 3831 | L: linux-c6x-dev@linux-c6x.org |
|---|
| 3225 | | -W: http://www.linux-c6x.org/wiki/index.php/Main_Page |
|---|
| 3226 | 3832 | S: Maintained |
|---|
| 3833 | +W: http://www.linux-c6x.org/wiki/index.php/Main_Page |
|---|
| 3227 | 3834 | F: arch/c6x/ |
|---|
| 3228 | 3835 | |
|---|
| 3229 | 3836 | CA8210 IEEE-802.15.4 RADIO DRIVER |
|---|
| 3230 | 3837 | M: Harry Morris <h.morris@cascoda.com> |
|---|
| 3231 | 3838 | L: linux-wpan@vger.kernel.org |
|---|
| 3232 | | -W: https://github.com/Cascoda/ca8210-linux.git |
|---|
| 3233 | 3839 | S: Maintained |
|---|
| 3234 | | -F: drivers/net/ieee802154/ca8210.c |
|---|
| 3840 | +W: https://github.com/Cascoda/ca8210-linux.git |
|---|
| 3235 | 3841 | F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt |
|---|
| 3842 | +F: drivers/net/ieee802154/ca8210.c |
|---|
| 3236 | 3843 | |
|---|
| 3237 | 3844 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
|---|
| 3238 | 3845 | M: David Howells <dhowells@redhat.com> |
|---|
| 3239 | 3846 | L: linux-cachefs@redhat.com (moderated for non-subscribers) |
|---|
| 3240 | 3847 | S: Supported |
|---|
| 3241 | | -F: Documentation/filesystems/caching/cachefiles.txt |
|---|
| 3848 | +F: Documentation/filesystems/caching/cachefiles.rst |
|---|
| 3242 | 3849 | F: fs/cachefiles/ |
|---|
| 3243 | 3850 | |
|---|
| 3244 | 3851 | CADENCE MIPI-CSI2 BRIDGES |
|---|
| 3245 | | -M: Maxime Ripard <maxime.ripard@bootlin.com> |
|---|
| 3852 | +M: Maxime Ripard <mripard@kernel.org> |
|---|
| 3246 | 3853 | L: linux-media@vger.kernel.org |
|---|
| 3247 | 3854 | S: Maintained |
|---|
| 3248 | 3855 | F: Documentation/devicetree/bindings/media/cdns,*.txt |
|---|
| 3249 | 3856 | F: drivers/media/platform/cadence/cdns-csi2* |
|---|
| 3250 | 3857 | |
|---|
| 3858 | +CADENCE NAND DRIVER |
|---|
| 3859 | +L: linux-mtd@lists.infradead.org |
|---|
| 3860 | +S: Orphan |
|---|
| 3861 | +F: Documentation/devicetree/bindings/mtd/cadence-nand-controller.txt |
|---|
| 3862 | +F: drivers/mtd/nand/raw/cadence-nand-controller.c |
|---|
| 3863 | + |
|---|
| 3864 | +CADENCE USB3 DRD IP DRIVER |
|---|
| 3865 | +M: Peter Chen <peter.chen@nxp.com> |
|---|
| 3866 | +M: Pawel Laszczak <pawell@cadence.com> |
|---|
| 3867 | +M: Roger Quadros <rogerq@ti.com> |
|---|
| 3868 | +L: linux-usb@vger.kernel.org |
|---|
| 3869 | +S: Maintained |
|---|
| 3870 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
|---|
| 3871 | +F: Documentation/devicetree/bindings/usb/cdns,usb3.yaml |
|---|
| 3872 | +F: drivers/usb/cdns3/ |
|---|
| 3873 | + |
|---|
| 3251 | 3874 | CADET FM/AM RADIO RECEIVER DRIVER |
|---|
| 3252 | 3875 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 3253 | 3876 | L: linux-media@vger.kernel.org |
|---|
| 3254 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 3255 | | -W: https://linuxtv.org |
|---|
| 3256 | 3877 | S: Maintained |
|---|
| 3878 | +W: https://linuxtv.org |
|---|
| 3879 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 3257 | 3880 | F: drivers/media/radio/radio-cadet* |
|---|
| 3258 | 3881 | |
|---|
| 3259 | 3882 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
|---|
| 3260 | 3883 | M: Jonathan Corbet <corbet@lwn.net> |
|---|
| 3261 | 3884 | L: linux-media@vger.kernel.org |
|---|
| 3262 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 3263 | 3885 | S: Maintained |
|---|
| 3264 | | -F: Documentation/media/v4l-drivers/cafe_ccic* |
|---|
| 3886 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 3887 | +F: Documentation/admin-guide/media/cafe_ccic* |
|---|
| 3265 | 3888 | F: drivers/media/platform/marvell-ccic/ |
|---|
| 3266 | 3889 | |
|---|
| 3267 | 3890 | CAIF NETWORK LAYER |
|---|
| 3268 | | -M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
|---|
| 3269 | 3891 | L: netdev@vger.kernel.org |
|---|
| 3270 | | -S: Supported |
|---|
| 3892 | +S: Orphan |
|---|
| 3271 | 3893 | F: Documentation/networking/caif/ |
|---|
| 3272 | 3894 | F: drivers/net/caif/ |
|---|
| 3273 | | -F: include/uapi/linux/caif/ |
|---|
| 3274 | 3895 | F: include/net/caif/ |
|---|
| 3896 | +F: include/uapi/linux/caif/ |
|---|
| 3275 | 3897 | F: net/caif/ |
|---|
| 3276 | 3898 | |
|---|
| 3277 | | -CALGARY x86-64 IOMMU |
|---|
| 3278 | | -M: Muli Ben-Yehuda <mulix@mulix.org> |
|---|
| 3279 | | -M: Jon Mason <jdmason@kudzu.us> |
|---|
| 3280 | | -L: iommu@lists.linux-foundation.org |
|---|
| 3899 | +CAKE QDISC |
|---|
| 3900 | +M: Toke Høiland-Jørgensen <toke@toke.dk> |
|---|
| 3901 | +L: cake@lists.bufferbloat.net (moderated for non-subscribers) |
|---|
| 3281 | 3902 | S: Maintained |
|---|
| 3282 | | -F: arch/x86/kernel/pci-calgary_64.c |
|---|
| 3283 | | -F: arch/x86/kernel/tce_64.c |
|---|
| 3284 | | -F: arch/x86/include/asm/calgary.h |
|---|
| 3285 | | -F: arch/x86/include/asm/tce.h |
|---|
| 3903 | +F: net/sched/sch_cake.c |
|---|
| 3286 | 3904 | |
|---|
| 3287 | 3905 | CAN NETWORK DRIVERS |
|---|
| 3288 | 3906 | M: Wolfgang Grandegger <wg@grandegger.com> |
|---|
| 3289 | 3907 | M: Marc Kleine-Budde <mkl@pengutronix.de> |
|---|
| 3290 | 3908 | L: linux-can@vger.kernel.org |
|---|
| 3909 | +S: Maintained |
|---|
| 3291 | 3910 | W: https://github.com/linux-can |
|---|
| 3292 | 3911 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git |
|---|
| 3293 | 3912 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git |
|---|
| 3294 | | -S: Maintained |
|---|
| 3295 | 3913 | F: Documentation/devicetree/bindings/net/can/ |
|---|
| 3296 | 3914 | F: drivers/net/can/ |
|---|
| 3297 | 3915 | F: include/linux/can/dev.h |
|---|
| 3916 | +F: include/linux/can/led.h |
|---|
| 3298 | 3917 | F: include/linux/can/platform/ |
|---|
| 3918 | +F: include/linux/can/rx-offload.h |
|---|
| 3299 | 3919 | F: include/uapi/linux/can/error.h |
|---|
| 3300 | 3920 | F: include/uapi/linux/can/netlink.h |
|---|
| 3921 | +F: include/uapi/linux/can/vxcan.h |
|---|
| 3301 | 3922 | |
|---|
| 3302 | 3923 | CAN NETWORK LAYER |
|---|
| 3303 | 3924 | M: Oliver Hartkopp <socketcan@hartkopp.net> |
|---|
| 3304 | 3925 | M: Marc Kleine-Budde <mkl@pengutronix.de> |
|---|
| 3305 | 3926 | L: linux-can@vger.kernel.org |
|---|
| 3927 | +S: Maintained |
|---|
| 3306 | 3928 | W: https://github.com/linux-can |
|---|
| 3307 | 3929 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git |
|---|
| 3308 | 3930 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git |
|---|
| 3309 | | -S: Maintained |
|---|
| 3310 | 3931 | F: Documentation/networking/can.rst |
|---|
| 3311 | | -F: net/can/ |
|---|
| 3312 | 3932 | F: include/linux/can/core.h |
|---|
| 3933 | +F: include/linux/can/skb.h |
|---|
| 3934 | +F: include/net/netns/can.h |
|---|
| 3313 | 3935 | F: include/uapi/linux/can.h |
|---|
| 3314 | 3936 | F: include/uapi/linux/can/bcm.h |
|---|
| 3315 | | -F: include/uapi/linux/can/raw.h |
|---|
| 3316 | 3937 | F: include/uapi/linux/can/gw.h |
|---|
| 3938 | +F: include/uapi/linux/can/isotp.h |
|---|
| 3939 | +F: include/uapi/linux/can/raw.h |
|---|
| 3940 | +F: net/can/ |
|---|
| 3941 | + |
|---|
| 3942 | +CAN-J1939 NETWORK LAYER |
|---|
| 3943 | +M: Robin van der Gracht <robin@protonic.nl> |
|---|
| 3944 | +M: Oleksij Rempel <o.rempel@pengutronix.de> |
|---|
| 3945 | +R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 3946 | +L: linux-can@vger.kernel.org |
|---|
| 3947 | +S: Maintained |
|---|
| 3948 | +F: Documentation/networking/j1939.rst |
|---|
| 3949 | +F: include/uapi/linux/can/j1939.h |
|---|
| 3950 | +F: net/can/j1939/ |
|---|
| 3317 | 3951 | |
|---|
| 3318 | 3952 | CAPABILITIES |
|---|
| 3319 | 3953 | M: Serge Hallyn <serge@hallyn.com> |
|---|
| .. | .. |
|---|
| 3321 | 3955 | S: Supported |
|---|
| 3322 | 3956 | F: include/linux/capability.h |
|---|
| 3323 | 3957 | F: include/uapi/linux/capability.h |
|---|
| 3324 | | -F: security/commoncap.c |
|---|
| 3325 | 3958 | F: kernel/capability.c |
|---|
| 3959 | +F: security/commoncap.c |
|---|
| 3326 | 3960 | |
|---|
| 3327 | 3961 | CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER |
|---|
| 3328 | 3962 | M: Kevin Tsai <ktsai@capellamicro.com> |
|---|
| .. | .. |
|---|
| 3332 | 3966 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
|---|
| 3333 | 3967 | M: Christian Lamparter <chunkeey@googlemail.com> |
|---|
| 3334 | 3968 | L: linux-wireless@vger.kernel.org |
|---|
| 3335 | | -W: http://wireless.kernel.org/en/users/Drivers/carl9170 |
|---|
| 3336 | 3969 | S: Maintained |
|---|
| 3970 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/carl9170 |
|---|
| 3337 | 3971 | F: drivers/net/wireless/ath/carl9170/ |
|---|
| 3338 | 3972 | |
|---|
| 3339 | 3973 | CAVIUM I2C DRIVER |
|---|
| 3340 | | -M: Jan Glauber <jglauber@cavium.com> |
|---|
| 3341 | | -M: David Daney <david.daney@cavium.com> |
|---|
| 3342 | | -W: http://www.cavium.com |
|---|
| 3343 | | -S: Supported |
|---|
| 3974 | +M: Robert Richter <rric@kernel.org> |
|---|
| 3975 | +S: Odd Fixes |
|---|
| 3976 | +W: http://www.marvell.com |
|---|
| 3344 | 3977 | F: drivers/i2c/busses/i2c-octeon* |
|---|
| 3345 | 3978 | F: drivers/i2c/busses/i2c-thunderx* |
|---|
| 3346 | 3979 | |
|---|
| 3347 | 3980 | CAVIUM LIQUIDIO NETWORK DRIVER |
|---|
| 3348 | | -M: Derek Chickles <derek.chickles@caviumnetworks.com> |
|---|
| 3349 | | -M: Satanand Burla <satananda.burla@caviumnetworks.com> |
|---|
| 3350 | | -M: Felix Manlunas <felix.manlunas@caviumnetworks.com> |
|---|
| 3351 | | -M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com> |
|---|
| 3981 | +M: Derek Chickles <dchickles@marvell.com> |
|---|
| 3982 | +M: Satanand Burla <sburla@marvell.com> |
|---|
| 3983 | +M: Felix Manlunas <fmanlunas@marvell.com> |
|---|
| 3352 | 3984 | L: netdev@vger.kernel.org |
|---|
| 3353 | | -W: http://www.cavium.com |
|---|
| 3354 | 3985 | S: Supported |
|---|
| 3986 | +W: http://www.marvell.com |
|---|
| 3355 | 3987 | F: drivers/net/ethernet/cavium/liquidio/ |
|---|
| 3356 | 3988 | |
|---|
| 3357 | 3989 | CAVIUM MMC DRIVER |
|---|
| 3358 | | -M: Jan Glauber <jglauber@cavium.com> |
|---|
| 3359 | | -M: David Daney <david.daney@cavium.com> |
|---|
| 3360 | | -M: Steven J. Hill <Steven.Hill@cavium.com> |
|---|
| 3361 | | -W: http://www.cavium.com |
|---|
| 3362 | | -S: Supported |
|---|
| 3990 | +M: Robert Richter <rric@kernel.org> |
|---|
| 3991 | +S: Odd Fixes |
|---|
| 3992 | +W: http://www.marvell.com |
|---|
| 3363 | 3993 | F: drivers/mmc/host/cavium* |
|---|
| 3364 | 3994 | |
|---|
| 3365 | 3995 | CAVIUM OCTEON-TX CRYPTO DRIVER |
|---|
| 3366 | | -M: George Cherian <george.cherian@cavium.com> |
|---|
| 3996 | +M: George Cherian <gcherian@marvell.com> |
|---|
| 3367 | 3997 | L: linux-crypto@vger.kernel.org |
|---|
| 3368 | | -W: http://www.cavium.com |
|---|
| 3369 | 3998 | S: Supported |
|---|
| 3999 | +W: http://www.marvell.com |
|---|
| 3370 | 4000 | F: drivers/crypto/cavium/cpt/ |
|---|
| 3371 | 4001 | |
|---|
| 3372 | 4002 | CAVIUM THUNDERX2 ARM64 SOC |
|---|
| 3373 | | -M: Robert Richter <rrichter@cavium.com> |
|---|
| 3374 | | -M: Jayachandran C <jnair@caviumnetworks.com> |
|---|
| 4003 | +M: Robert Richter <rric@kernel.org> |
|---|
| 3375 | 4004 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 3376 | | -S: Maintained |
|---|
| 3377 | | -F: arch/arm64/boot/dts/cavium/thunder2-99xx* |
|---|
| 4005 | +S: Odd Fixes |
|---|
| 3378 | 4006 | F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt |
|---|
| 4007 | +F: arch/arm64/boot/dts/cavium/thunder2-99xx* |
|---|
| 3379 | 4008 | |
|---|
| 3380 | 4009 | CC2520 IEEE-802.15.4 RADIO DRIVER |
|---|
| 3381 | 4010 | M: Varka Bhadram <varkabhadram@gmail.com> |
|---|
| 3382 | 4011 | L: linux-wpan@vger.kernel.org |
|---|
| 3383 | 4012 | S: Maintained |
|---|
| 4013 | +F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt |
|---|
| 3384 | 4014 | F: drivers/net/ieee802154/cc2520.c |
|---|
| 3385 | 4015 | F: include/linux/spi/cc2520.h |
|---|
| 3386 | | -F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt |
|---|
| 3387 | 4016 | |
|---|
| 3388 | 4017 | CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER |
|---|
| 3389 | 4018 | M: Gilad Ben-Yossef <gilad@benyossef.com> |
|---|
| 3390 | 4019 | L: linux-crypto@vger.kernel.org |
|---|
| 3391 | 4020 | S: Supported |
|---|
| 4021 | +W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family |
|---|
| 3392 | 4022 | F: drivers/crypto/ccree/ |
|---|
| 4023 | + |
|---|
| 4024 | +CCTRNG ARM TRUSTZONE CRYPTOCELL TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER |
|---|
| 4025 | +M: Hadar Gat <hadar.gat@arm.com> |
|---|
| 4026 | +L: linux-crypto@vger.kernel.org |
|---|
| 4027 | +S: Supported |
|---|
| 4028 | +F: drivers/char/hw_random/cctrng.c |
|---|
| 4029 | +F: drivers/char/hw_random/cctrng.h |
|---|
| 4030 | +F: Documentation/devicetree/bindings/rng/arm-cctrng.yaml |
|---|
| 3393 | 4031 | W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family |
|---|
| 3394 | 4032 | |
|---|
| 3395 | 4033 | CEC FRAMEWORK |
|---|
| 3396 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 4034 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 3397 | 4035 | L: linux-media@vger.kernel.org |
|---|
| 3398 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 3399 | | -W: http://linuxtv.org |
|---|
| 3400 | 4036 | S: Supported |
|---|
| 3401 | | -F: Documentation/media/kapi/cec-core.rst |
|---|
| 3402 | | -F: Documentation/media/uapi/cec |
|---|
| 4037 | +W: http://linuxtv.org |
|---|
| 4038 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 4039 | +F: Documentation/ABI/testing/debugfs-cec-error-inj |
|---|
| 4040 | +F: Documentation/devicetree/bindings/media/cec.txt |
|---|
| 4041 | +F: Documentation/driver-api/media/cec-core.rst |
|---|
| 4042 | +F: Documentation/userspace-api/media/cec |
|---|
| 3403 | 4043 | F: drivers/media/cec/ |
|---|
| 3404 | 4044 | F: drivers/media/rc/keymaps/rc-cec.c |
|---|
| 3405 | | -F: include/media/cec.h |
|---|
| 3406 | 4045 | F: include/media/cec-notifier.h |
|---|
| 3407 | | -F: include/uapi/linux/cec.h |
|---|
| 4046 | +F: include/media/cec.h |
|---|
| 3408 | 4047 | F: include/uapi/linux/cec-funcs.h |
|---|
| 3409 | | -F: Documentation/devicetree/bindings/media/cec.txt |
|---|
| 3410 | | -F: Documentation/ABI/testing/debugfs-cec-error-inj |
|---|
| 4048 | +F: include/uapi/linux/cec.h |
|---|
| 3411 | 4049 | |
|---|
| 3412 | 4050 | CEC GPIO DRIVER |
|---|
| 3413 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 4051 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 3414 | 4052 | L: linux-media@vger.kernel.org |
|---|
| 3415 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 3416 | | -W: http://linuxtv.org |
|---|
| 3417 | 4053 | S: Supported |
|---|
| 3418 | | -F: drivers/media/platform/cec-gpio/ |
|---|
| 4054 | +W: http://linuxtv.org |
|---|
| 4055 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 3419 | 4056 | F: Documentation/devicetree/bindings/media/cec-gpio.txt |
|---|
| 4057 | +F: drivers/media/cec/platform/cec-gpio/ |
|---|
| 3420 | 4058 | |
|---|
| 3421 | 4059 | CELL BROADBAND ENGINE ARCHITECTURE |
|---|
| 3422 | 4060 | M: Arnd Bergmann <arnd@arndb.de> |
|---|
| 3423 | 4061 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 3424 | | -W: http://www.ibm.com/developerworks/power/cell/ |
|---|
| 3425 | 4062 | S: Supported |
|---|
| 4063 | +W: http://www.ibm.com/developerworks/power/cell/ |
|---|
| 3426 | 4064 | F: arch/powerpc/include/asm/cell*.h |
|---|
| 3427 | 4065 | F: arch/powerpc/include/asm/spu*.h |
|---|
| 3428 | 4066 | F: arch/powerpc/include/uapi/asm/spu*.h |
|---|
| 3429 | 4067 | F: arch/powerpc/oprofile/*cell* |
|---|
| 3430 | 4068 | F: arch/powerpc/platforms/cell/ |
|---|
| 3431 | 4069 | |
|---|
| 4070 | +CELLWISE CW2015 BATTERY DRIVER |
|---|
| 4071 | +M: Tobias Schrammm <t.schramm@manjaro.org> |
|---|
| 4072 | +S: Maintained |
|---|
| 4073 | +F: Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml |
|---|
| 4074 | +F: drivers/power/supply/cw2015_battery.c |
|---|
| 4075 | + |
|---|
| 3432 | 4076 | CEPH COMMON CODE (LIBCEPH) |
|---|
| 3433 | 4077 | M: Ilya Dryomov <idryomov@gmail.com> |
|---|
| 3434 | | -M: "Yan, Zheng" <zyan@redhat.com> |
|---|
| 3435 | | -M: Sage Weil <sage@redhat.com> |
|---|
| 4078 | +M: Jeff Layton <jlayton@kernel.org> |
|---|
| 3436 | 4079 | L: ceph-devel@vger.kernel.org |
|---|
| 3437 | | -W: http://ceph.com/ |
|---|
| 3438 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git |
|---|
| 3439 | | -T: git git://github.com/ceph/ceph-client.git |
|---|
| 3440 | 4080 | S: Supported |
|---|
| 3441 | | -F: net/ceph/ |
|---|
| 4081 | +W: http://ceph.com/ |
|---|
| 4082 | +T: git git://github.com/ceph/ceph-client.git |
|---|
| 3442 | 4083 | F: include/linux/ceph/ |
|---|
| 3443 | 4084 | F: include/linux/crush/ |
|---|
| 4085 | +F: net/ceph/ |
|---|
| 3444 | 4086 | |
|---|
| 3445 | 4087 | CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH) |
|---|
| 3446 | | -M: "Yan, Zheng" <zyan@redhat.com> |
|---|
| 3447 | | -M: Sage Weil <sage@redhat.com> |
|---|
| 4088 | +M: Jeff Layton <jlayton@kernel.org> |
|---|
| 3448 | 4089 | M: Ilya Dryomov <idryomov@gmail.com> |
|---|
| 3449 | 4090 | L: ceph-devel@vger.kernel.org |
|---|
| 3450 | | -W: http://ceph.com/ |
|---|
| 3451 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git |
|---|
| 3452 | | -T: git git://github.com/ceph/ceph-client.git |
|---|
| 3453 | 4091 | S: Supported |
|---|
| 3454 | | -F: Documentation/filesystems/ceph.txt |
|---|
| 4092 | +W: http://ceph.com/ |
|---|
| 4093 | +T: git git://github.com/ceph/ceph-client.git |
|---|
| 4094 | +F: Documentation/filesystems/ceph.rst |
|---|
| 3455 | 4095 | F: fs/ceph/ |
|---|
| 3456 | 4096 | |
|---|
| 3457 | | -CERTIFICATE HANDLING: |
|---|
| 4097 | +CERTIFICATE HANDLING |
|---|
| 3458 | 4098 | M: David Howells <dhowells@redhat.com> |
|---|
| 3459 | 4099 | M: David Woodhouse <dwmw2@infradead.org> |
|---|
| 3460 | 4100 | L: keyrings@vger.kernel.org |
|---|
| 3461 | 4101 | S: Maintained |
|---|
| 3462 | 4102 | F: Documentation/admin-guide/module-signing.rst |
|---|
| 3463 | 4103 | F: certs/ |
|---|
| 3464 | | -F: scripts/sign-file.c |
|---|
| 3465 | 4104 | F: scripts/extract-cert.c |
|---|
| 3466 | | - |
|---|
| 3467 | | -CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
|---|
| 3468 | | -L: linux-usb@vger.kernel.org |
|---|
| 3469 | | -S: Orphan |
|---|
| 3470 | | -F: Documentation/usb/WUSB-Design-overview.txt |
|---|
| 3471 | | -F: Documentation/usb/wusb-cbaf |
|---|
| 3472 | | -F: drivers/usb/host/hwa-hc.c |
|---|
| 3473 | | -F: drivers/usb/host/whci/ |
|---|
| 3474 | | -F: drivers/usb/wusbcore/ |
|---|
| 3475 | | -F: include/linux/usb/wusb* |
|---|
| 4105 | +F: scripts/sign-file.c |
|---|
| 3476 | 4106 | |
|---|
| 3477 | 4107 | CFAG12864B LCD DRIVER |
|---|
| 3478 | 4108 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
|---|
| .. | .. |
|---|
| 3486 | 4116 | F: drivers/auxdisplay/cfag12864bfb.c |
|---|
| 3487 | 4117 | F: include/linux/cfag12864b.h |
|---|
| 3488 | 4118 | |
|---|
| 3489 | | -802.11 (including CFG80211/NL80211) |
|---|
| 3490 | | -M: Johannes Berg <johannes@sipsolutions.net> |
|---|
| 3491 | | -L: linux-wireless@vger.kernel.org |
|---|
| 3492 | | -W: http://wireless.kernel.org/ |
|---|
| 3493 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git |
|---|
| 3494 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git |
|---|
| 3495 | | -S: Maintained |
|---|
| 3496 | | -F: net/wireless/ |
|---|
| 3497 | | -F: include/uapi/linux/nl80211.h |
|---|
| 3498 | | -F: include/linux/ieee80211.h |
|---|
| 3499 | | -F: include/net/wext.h |
|---|
| 3500 | | -F: include/net/cfg80211.h |
|---|
| 3501 | | -F: include/net/iw_handler.h |
|---|
| 3502 | | -F: include/net/ieee80211_radiotap.h |
|---|
| 3503 | | -F: Documentation/driver-api/80211/cfg80211.rst |
|---|
| 3504 | | -F: Documentation/networking/regulatory.txt |
|---|
| 3505 | | - |
|---|
| 3506 | 4119 | CHAR and MISC DRIVERS |
|---|
| 3507 | 4120 | M: Arnd Bergmann <arnd@arndb.de> |
|---|
| 3508 | 4121 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 3509 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
|---|
| 3510 | 4122 | S: Supported |
|---|
| 4123 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
|---|
| 3511 | 4124 | F: drivers/char/ |
|---|
| 3512 | 4125 | F: drivers/misc/ |
|---|
| 3513 | 4126 | F: include/linux/miscdevice.h |
|---|
| 4127 | +X: drivers/char/agp/ |
|---|
| 4128 | +X: drivers/char/hw_random/ |
|---|
| 4129 | +X: drivers/char/ipmi/ |
|---|
| 4130 | +X: drivers/char/random.c |
|---|
| 4131 | +X: drivers/char/tpm/ |
|---|
| 3514 | 4132 | |
|---|
| 3515 | 4133 | CHECKPATCH |
|---|
| 3516 | 4134 | M: Andy Whitcroft <apw@canonical.com> |
|---|
| .. | .. |
|---|
| 3520 | 4138 | |
|---|
| 3521 | 4139 | CHINESE DOCUMENTATION |
|---|
| 3522 | 4140 | M: Harry Wei <harryxiyou@gmail.com> |
|---|
| 4141 | +M: Alex Shi <alex.shi@linux.alibaba.com> |
|---|
| 3523 | 4142 | L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only) |
|---|
| 3524 | | -L: linux-kernel@zh-kernel.org (moderated for non-subscribers) |
|---|
| 3525 | 4143 | S: Maintained |
|---|
| 3526 | 4144 | F: Documentation/translations/zh_CN/ |
|---|
| 3527 | 4145 | |
|---|
| 3528 | 4146 | CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER |
|---|
| 3529 | 4147 | M: Peter Chen <Peter.Chen@nxp.com> |
|---|
| 3530 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
|---|
| 3531 | 4148 | L: linux-usb@vger.kernel.org |
|---|
| 3532 | 4149 | S: Maintained |
|---|
| 4150 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
|---|
| 3533 | 4151 | F: drivers/usb/chipidea/ |
|---|
| 3534 | 4152 | |
|---|
| 3535 | 4153 | CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER |
|---|
| .. | .. |
|---|
| 3547 | 4165 | |
|---|
| 3548 | 4166 | CHROME HARDWARE PLATFORM SUPPORT |
|---|
| 3549 | 4167 | M: Benson Leung <bleung@chromium.org> |
|---|
| 3550 | | -M: Olof Johansson <olof@lixom.net> |
|---|
| 4168 | +M: Enric Balletbo i Serra <enric.balletbo@collabora.com> |
|---|
| 3551 | 4169 | S: Maintained |
|---|
| 3552 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git |
|---|
| 4170 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git |
|---|
| 3553 | 4171 | F: drivers/platform/chrome/ |
|---|
| 3554 | 4172 | |
|---|
| 4173 | +CHROMEOS EC CODEC DRIVER |
|---|
| 4174 | +M: Cheng-Yi Chiang <cychiang@chromium.org> |
|---|
| 4175 | +R: Enric Balletbo i Serra <enric.balletbo@collabora.com> |
|---|
| 4176 | +R: Guenter Roeck <groeck@chromium.org> |
|---|
| 4177 | +S: Maintained |
|---|
| 4178 | +F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml |
|---|
| 4179 | +F: sound/soc/codecs/cros_ec_codec.* |
|---|
| 4180 | + |
|---|
| 4181 | +CHROMEOS EC SUBDRIVERS |
|---|
| 4182 | +M: Benson Leung <bleung@chromium.org> |
|---|
| 4183 | +M: Enric Balletbo i Serra <enric.balletbo@collabora.com> |
|---|
| 4184 | +R: Guenter Roeck <groeck@chromium.org> |
|---|
| 4185 | +S: Maintained |
|---|
| 4186 | +F: drivers/power/supply/cros_usbpd-charger.c |
|---|
| 4187 | +N: cros_ec |
|---|
| 4188 | +N: cros-ec |
|---|
| 4189 | + |
|---|
| 4190 | +CHRONTEL CH7322 CEC DRIVER |
|---|
| 4191 | +M: Jeff Chase <jnchase@google.com> |
|---|
| 4192 | +L: linux-media@vger.kernel.org |
|---|
| 4193 | +S: Maintained |
|---|
| 4194 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 4195 | +F: Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml |
|---|
| 4196 | +F: drivers/media/cec/i2c/ch7322.c |
|---|
| 4197 | + |
|---|
| 3555 | 4198 | CIRRUS LOGIC AUDIO CODEC DRIVERS |
|---|
| 3556 | | -M: Brian Austin <brian.austin@cirrus.com> |
|---|
| 3557 | | -M: Paul Handrigan <Paul.Handrigan@cirrus.com> |
|---|
| 4199 | +M: James Schulman <james.schulman@cirrus.com> |
|---|
| 4200 | +M: David Rhodes <david.rhodes@cirrus.com> |
|---|
| 3558 | 4201 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 4202 | +L: patches@opensource.cirrus.com |
|---|
| 3559 | 4203 | S: Maintained |
|---|
| 3560 | 4204 | F: sound/soc/codecs/cs* |
|---|
| 3561 | 4205 | |
|---|
| .. | .. |
|---|
| 3564 | 4208 | L: netdev@vger.kernel.org |
|---|
| 3565 | 4209 | S: Maintained |
|---|
| 3566 | 4210 | F: drivers/net/ethernet/cirrus/ep93xx_eth.c |
|---|
| 4211 | + |
|---|
| 4212 | +CIRRUS LOGIC LOCHNAGAR DRIVER |
|---|
| 4213 | +M: Charles Keepax <ckeepax@opensource.cirrus.com> |
|---|
| 4214 | +M: Richard Fitzgerald <rf@opensource.cirrus.com> |
|---|
| 4215 | +L: patches@opensource.cirrus.com |
|---|
| 4216 | +S: Supported |
|---|
| 4217 | +F: Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml |
|---|
| 4218 | +F: Documentation/devicetree/bindings/hwmon/cirrus,lochnagar.yaml |
|---|
| 4219 | +F: Documentation/devicetree/bindings/mfd/cirrus,lochnagar.yaml |
|---|
| 4220 | +F: Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml |
|---|
| 4221 | +F: Documentation/devicetree/bindings/sound/cirrus,lochnagar.yaml |
|---|
| 4222 | +F: Documentation/hwmon/lochnagar.rst |
|---|
| 4223 | +F: drivers/clk/clk-lochnagar.c |
|---|
| 4224 | +F: drivers/hwmon/lochnagar-hwmon.c |
|---|
| 4225 | +F: drivers/mfd/lochnagar-i2c.c |
|---|
| 4226 | +F: drivers/pinctrl/cirrus/pinctrl-lochnagar.c |
|---|
| 4227 | +F: drivers/regulator/lochnagar-regulator.c |
|---|
| 4228 | +F: include/dt-bindings/clk/lochnagar.h |
|---|
| 4229 | +F: include/dt-bindings/pinctrl/lochnagar.h |
|---|
| 4230 | +F: include/linux/mfd/lochnagar* |
|---|
| 4231 | +F: sound/soc/codecs/lochnagar-sc.c |
|---|
| 4232 | + |
|---|
| 4233 | +CIRRUS LOGIC MADERA CODEC DRIVERS |
|---|
| 4234 | +M: Charles Keepax <ckeepax@opensource.cirrus.com> |
|---|
| 4235 | +M: Richard Fitzgerald <rf@opensource.cirrus.com> |
|---|
| 4236 | +L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 4237 | +L: patches@opensource.cirrus.com |
|---|
| 4238 | +S: Supported |
|---|
| 4239 | +W: https://github.com/CirrusLogic/linux-drivers/wiki |
|---|
| 4240 | +T: git https://github.com/CirrusLogic/linux-drivers.git |
|---|
| 4241 | +F: Documentation/devicetree/bindings/mfd/cirrus,madera.yaml |
|---|
| 4242 | +F: Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml |
|---|
| 4243 | +F: Documentation/devicetree/bindings/sound/cirrus,madera.yaml |
|---|
| 4244 | +F: drivers/gpio/gpio-madera* |
|---|
| 4245 | +F: drivers/irqchip/irq-madera* |
|---|
| 4246 | +F: drivers/mfd/cs47l* |
|---|
| 4247 | +F: drivers/mfd/madera* |
|---|
| 4248 | +F: drivers/pinctrl/cirrus/* |
|---|
| 4249 | +F: include/dt-bindings/sound/madera* |
|---|
| 4250 | +F: include/linux/irqchip/irq-madera* |
|---|
| 4251 | +F: include/linux/mfd/madera/* |
|---|
| 4252 | +F: include/sound/madera* |
|---|
| 4253 | +F: sound/soc/codecs/cs47l* |
|---|
| 4254 | +F: sound/soc/codecs/madera* |
|---|
| 3567 | 4255 | |
|---|
| 3568 | 4256 | CISCO FCOE HBA DRIVER |
|---|
| 3569 | 4257 | M: Satish Kharat <satishkh@cisco.com> |
|---|
| .. | .. |
|---|
| 3583 | 4271 | CISCO VIC ETHERNET NIC DRIVER |
|---|
| 3584 | 4272 | M: Christian Benvenuti <benve@cisco.com> |
|---|
| 3585 | 4273 | M: Govindarajulu Varadarajan <_govind@gmx.com> |
|---|
| 3586 | | -M: Parvi Kaustubhi <pkaustub@cisco.com> |
|---|
| 3587 | 4274 | S: Supported |
|---|
| 3588 | 4275 | F: drivers/net/ethernet/cisco/enic/ |
|---|
| 3589 | 4276 | |
|---|
| 3590 | 4277 | CISCO VIC LOW LATENCY NIC DRIVER |
|---|
| 3591 | 4278 | M: Christian Benvenuti <benve@cisco.com> |
|---|
| 4279 | +M: Nelson Escobar <neescoba@cisco.com> |
|---|
| 3592 | 4280 | S: Supported |
|---|
| 3593 | 4281 | F: drivers/infiniband/hw/usnic/ |
|---|
| 3594 | | - |
|---|
| 3595 | | -CIRRUS LOGIC MADERA CODEC DRIVERS |
|---|
| 3596 | | -M: Charles Keepax <ckeepax@opensource.cirrus.com> |
|---|
| 3597 | | -M: Richard Fitzgerald <rf@opensource.cirrus.com> |
|---|
| 3598 | | -L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 3599 | | -L: patches@opensource.cirrus.com |
|---|
| 3600 | | -T: git https://github.com/CirrusLogic/linux-drivers.git |
|---|
| 3601 | | -W: https://github.com/CirrusLogic/linux-drivers/wiki |
|---|
| 3602 | | -S: Supported |
|---|
| 3603 | | -F: Documentation/devicetree/bindings/mfd/madera.txt |
|---|
| 3604 | | -F: Documentation/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt |
|---|
| 3605 | | -F: include/linux/mfd/madera/* |
|---|
| 3606 | | -F: drivers/gpio/gpio-madera* |
|---|
| 3607 | | -F: drivers/mfd/madera* |
|---|
| 3608 | | -F: drivers/mfd/cs47l* |
|---|
| 3609 | | -F: drivers/pinctrl/cirrus/* |
|---|
| 3610 | 4282 | |
|---|
| 3611 | 4283 | CLANG-FORMAT FILE |
|---|
| 3612 | 4284 | M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> |
|---|
| .. | .. |
|---|
| 3614 | 4286 | F: .clang-format |
|---|
| 3615 | 4287 | |
|---|
| 3616 | 4288 | CLANG/LLVM BUILD SUPPORT |
|---|
| 4289 | +M: Nathan Chancellor <natechancellor@gmail.com> |
|---|
| 4290 | +M: Nick Desaulniers <ndesaulniers@google.com> |
|---|
| 3617 | 4291 | L: clang-built-linux@googlegroups.com |
|---|
| 4292 | +S: Supported |
|---|
| 3618 | 4293 | W: https://clangbuiltlinux.github.io/ |
|---|
| 3619 | 4294 | B: https://github.com/ClangBuiltLinux/linux/issues |
|---|
| 3620 | 4295 | C: irc://chat.freenode.net/clangbuiltlinux |
|---|
| 3621 | | -S: Supported |
|---|
| 3622 | | -K: \b(?i:clang|llvm)\b |
|---|
| 3623 | 4296 | F: Documentation/kbuild/llvm.rst |
|---|
| 4297 | +F: scripts/clang-tools/ |
|---|
| 4298 | +F: scripts/lld-version.sh |
|---|
| 4299 | +K: \b(?i:clang|llvm)\b |
|---|
| 3624 | 4300 | |
|---|
| 3625 | 4301 | CLEANCACHE API |
|---|
| 3626 | 4302 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
|---|
| 3627 | 4303 | L: linux-kernel@vger.kernel.org |
|---|
| 3628 | 4304 | S: Maintained |
|---|
| 3629 | | -F: mm/cleancache.c |
|---|
| 3630 | 4305 | F: include/linux/cleancache.h |
|---|
| 4306 | +F: mm/cleancache.c |
|---|
| 3631 | 4307 | |
|---|
| 3632 | 4308 | CLK API |
|---|
| 3633 | 4309 | M: Russell King <linux@armlinux.org.uk> |
|---|
| .. | .. |
|---|
| 3639 | 4315 | M: Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|
| 3640 | 4316 | M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 3641 | 4317 | L: linux-kernel@vger.kernel.org |
|---|
| 3642 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
|---|
| 3643 | 4318 | S: Supported |
|---|
| 3644 | | -F: drivers/clocksource/ |
|---|
| 4319 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
|---|
| 3645 | 4320 | F: Documentation/devicetree/bindings/timer/ |
|---|
| 4321 | +F: drivers/clocksource/ |
|---|
| 3646 | 4322 | |
|---|
| 3647 | 4323 | CMPC ACPI DRIVER |
|---|
| 3648 | 4324 | M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> |
|---|
| .. | .. |
|---|
| 3652 | 4328 | F: drivers/platform/x86/classmate-laptop.c |
|---|
| 3653 | 4329 | |
|---|
| 3654 | 4330 | COBALT MEDIA DRIVER |
|---|
| 3655 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 4331 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 3656 | 4332 | L: linux-media@vger.kernel.org |
|---|
| 3657 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 3658 | | -W: https://linuxtv.org |
|---|
| 3659 | 4333 | S: Supported |
|---|
| 4334 | +W: https://linuxtv.org |
|---|
| 4335 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 3660 | 4336 | F: drivers/media/pci/cobalt/ |
|---|
| 3661 | 4337 | |
|---|
| 3662 | 4338 | COCCINELLE/Semantic Patches (SmPL) |
|---|
| .. | .. |
|---|
| 3665 | 4341 | M: Nicolas Palix <nicolas.palix@imag.fr> |
|---|
| 3666 | 4342 | M: Michal Marek <michal.lkml@markovi.net> |
|---|
| 3667 | 4343 | L: cocci@systeme.lip6.fr (moderated for non-subscribers) |
|---|
| 3668 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc |
|---|
| 3669 | | -W: http://coccinelle.lip6.fr/ |
|---|
| 3670 | 4344 | S: Supported |
|---|
| 4345 | +W: http://coccinelle.lip6.fr/ |
|---|
| 4346 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc |
|---|
| 3671 | 4347 | F: Documentation/dev-tools/coccinelle.rst |
|---|
| 3672 | | -F: scripts/coccinelle/ |
|---|
| 3673 | 4348 | F: scripts/coccicheck |
|---|
| 4349 | +F: scripts/coccinelle/ |
|---|
| 3674 | 4350 | |
|---|
| 3675 | 4351 | CODA FILE SYSTEM |
|---|
| 3676 | 4352 | M: Jan Harkes <jaharkes@cs.cmu.edu> |
|---|
| 3677 | 4353 | M: coda@cs.cmu.edu |
|---|
| 3678 | 4354 | L: codalist@coda.cs.cmu.edu |
|---|
| 3679 | | -W: http://www.coda.cs.cmu.edu/ |
|---|
| 3680 | 4355 | S: Maintained |
|---|
| 3681 | | -F: Documentation/filesystems/coda.txt |
|---|
| 4356 | +W: http://www.coda.cs.cmu.edu/ |
|---|
| 4357 | +F: Documentation/filesystems/coda.rst |
|---|
| 3682 | 4358 | F: fs/coda/ |
|---|
| 3683 | 4359 | F: include/linux/coda*.h |
|---|
| 3684 | 4360 | F: include/uapi/linux/coda*.h |
|---|
| .. | .. |
|---|
| 3693 | 4369 | CODE OF CONDUCT |
|---|
| 3694 | 4370 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 3695 | 4371 | S: Supported |
|---|
| 3696 | | -F: Documentation/process/code-of-conduct.rst |
|---|
| 3697 | 4372 | F: Documentation/process/code-of-conduct-interpretation.rst |
|---|
| 4373 | +F: Documentation/process/code-of-conduct.rst |
|---|
| 3698 | 4374 | |
|---|
| 3699 | 4375 | COMMON CLK FRAMEWORK |
|---|
| 3700 | 4376 | M: Michael Turquette <mturquette@baylibre.com> |
|---|
| 3701 | 4377 | M: Stephen Boyd <sboyd@kernel.org> |
|---|
| 3702 | 4378 | L: linux-clk@vger.kernel.org |
|---|
| 4379 | +S: Maintained |
|---|
| 3703 | 4380 | Q: http://patchwork.kernel.org/project/linux-clk/list/ |
|---|
| 3704 | 4381 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git |
|---|
| 3705 | | -S: Maintained |
|---|
| 3706 | 4382 | F: Documentation/devicetree/bindings/clock/ |
|---|
| 3707 | 4383 | F: drivers/clk/ |
|---|
| 3708 | | -X: drivers/clk/clkdev.c |
|---|
| 3709 | 4384 | F: include/linux/clk-pr* |
|---|
| 3710 | 4385 | F: include/linux/clk/ |
|---|
| 3711 | 4386 | F: include/linux/of_clk.h |
|---|
| 4387 | +X: drivers/clk/clkdev.c |
|---|
| 3712 | 4388 | |
|---|
| 3713 | 4389 | COMMON INTERNET FILE SYSTEM (CIFS) |
|---|
| 3714 | 4390 | M: Steve French <sfrench@samba.org> |
|---|
| 3715 | 4391 | L: linux-cifs@vger.kernel.org |
|---|
| 3716 | 4392 | L: samba-technical@lists.samba.org (moderated for non-subscribers) |
|---|
| 4393 | +S: Supported |
|---|
| 3717 | 4394 | W: http://linux-cifs.samba.org/ |
|---|
| 3718 | 4395 | T: git git://git.samba.org/sfrench/cifs-2.6.git |
|---|
| 3719 | | -S: Supported |
|---|
| 3720 | | -F: Documentation/filesystems/cifs/ |
|---|
| 4396 | +F: Documentation/admin-guide/cifs/ |
|---|
| 3721 | 4397 | F: fs/cifs/ |
|---|
| 3722 | 4398 | |
|---|
| 3723 | 4399 | COMPACTPCI HOTPLUG CORE |
|---|
| .. | .. |
|---|
| 3744 | 4420 | S: Maintained |
|---|
| 3745 | 4421 | F: drivers/platform/x86/compal-laptop.c |
|---|
| 3746 | 4422 | |
|---|
| 4423 | +COMPILER ATTRIBUTES |
|---|
| 4424 | +M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> |
|---|
| 4425 | +S: Maintained |
|---|
| 4426 | +F: include/linux/compiler_attributes.h |
|---|
| 4427 | + |
|---|
| 3747 | 4428 | CONEXANT ACCESSRUNNER USB DRIVER |
|---|
| 3748 | 4429 | L: accessrunner-general@lists.sourceforge.net |
|---|
| 3749 | | -W: http://accessrunner.sourceforge.net/ |
|---|
| 3750 | 4430 | S: Orphan |
|---|
| 4431 | +W: http://accessrunner.sourceforge.net/ |
|---|
| 3751 | 4432 | F: drivers/usb/atm/cxacru.c |
|---|
| 3752 | 4433 | |
|---|
| 3753 | 4434 | CONFIGFS |
|---|
| 3754 | 4435 | M: Joel Becker <jlbec@evilplan.org> |
|---|
| 3755 | 4436 | M: Christoph Hellwig <hch@lst.de> |
|---|
| 3756 | | -T: git git://git.infradead.org/users/hch/configfs.git |
|---|
| 3757 | 4437 | S: Supported |
|---|
| 4438 | +T: git git://git.infradead.org/users/hch/configfs.git |
|---|
| 3758 | 4439 | F: fs/configfs/ |
|---|
| 3759 | 4440 | F: include/linux/configfs.h |
|---|
| 4441 | +F: samples/configfs/ |
|---|
| 3760 | 4442 | |
|---|
| 3761 | | -CONNECTOR |
|---|
| 3762 | | -M: Evgeniy Polyakov <zbr@ioremap.net> |
|---|
| 3763 | | -L: netdev@vger.kernel.org |
|---|
| 3764 | | -S: Maintained |
|---|
| 3765 | | -F: drivers/connector/ |
|---|
| 4443 | +CONSOLE SUBSYSTEM |
|---|
| 4444 | +M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 4445 | +S: Supported |
|---|
| 4446 | +F: drivers/video/console/ |
|---|
| 4447 | +F: include/linux/console* |
|---|
| 3766 | 4448 | |
|---|
| 3767 | 4449 | CONTROL GROUP (CGROUP) |
|---|
| 3768 | 4450 | M: Tejun Heo <tj@kernel.org> |
|---|
| 3769 | 4451 | M: Li Zefan <lizefan@huawei.com> |
|---|
| 3770 | 4452 | M: Johannes Weiner <hannes@cmpxchg.org> |
|---|
| 3771 | 4453 | L: cgroups@vger.kernel.org |
|---|
| 3772 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
|---|
| 3773 | 4454 | S: Maintained |
|---|
| 3774 | | -F: Documentation/cgroup* |
|---|
| 4455 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
|---|
| 4456 | +F: Documentation/admin-guide/cgroup-v1/ |
|---|
| 4457 | +F: Documentation/admin-guide/cgroup-v2.rst |
|---|
| 3775 | 4458 | F: include/linux/cgroup* |
|---|
| 3776 | | -F: kernel/cgroup* |
|---|
| 4459 | +F: kernel/cgroup/ |
|---|
| 4460 | + |
|---|
| 4461 | +CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO) |
|---|
| 4462 | +M: Tejun Heo <tj@kernel.org> |
|---|
| 4463 | +M: Jens Axboe <axboe@kernel.dk> |
|---|
| 4464 | +L: cgroups@vger.kernel.org |
|---|
| 4465 | +L: linux-block@vger.kernel.org |
|---|
| 4466 | +T: git git://git.kernel.dk/linux-block |
|---|
| 4467 | +F: Documentation/admin-guide/cgroup-v1/blkio-controller.rst |
|---|
| 4468 | +F: block/bfq-cgroup.c |
|---|
| 4469 | +F: block/blk-cgroup.c |
|---|
| 4470 | +F: block/blk-iolatency.c |
|---|
| 4471 | +F: block/blk-throttle.c |
|---|
| 4472 | +F: include/linux/blk-cgroup.h |
|---|
| 3777 | 4473 | |
|---|
| 3778 | 4474 | CONTROL GROUP - CPUSET |
|---|
| 3779 | 4475 | M: Li Zefan <lizefan@huawei.com> |
|---|
| 3780 | 4476 | L: cgroups@vger.kernel.org |
|---|
| 4477 | +S: Maintained |
|---|
| 3781 | 4478 | W: http://www.bullopensource.org/cpuset/ |
|---|
| 3782 | 4479 | W: http://oss.sgi.com/projects/cpusets/ |
|---|
| 3783 | 4480 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
|---|
| 3784 | | -S: Maintained |
|---|
| 3785 | | -F: Documentation/cgroup-v1/cpusets.txt |
|---|
| 4481 | +F: Documentation/admin-guide/cgroup-v1/cpusets.rst |
|---|
| 3786 | 4482 | F: include/linux/cpuset.h |
|---|
| 3787 | 4483 | F: kernel/cgroup/cpuset.c |
|---|
| 3788 | 4484 | |
|---|
| .. | .. |
|---|
| 3800 | 4496 | M: Fenghua Yu <fenghua.yu@intel.com> |
|---|
| 3801 | 4497 | L: linux-hwmon@vger.kernel.org |
|---|
| 3802 | 4498 | S: Maintained |
|---|
| 3803 | | -F: Documentation/hwmon/coretemp |
|---|
| 4499 | +F: Documentation/hwmon/coretemp.rst |
|---|
| 3804 | 4500 | F: drivers/hwmon/coretemp.c |
|---|
| 4501 | + |
|---|
| 4502 | +CORSAIR-CPRO HARDWARE MONITOR DRIVER |
|---|
| 4503 | +M: Marius Zachmann <mail@mariuszachmann.de> |
|---|
| 4504 | +L: linux-hwmon@vger.kernel.org |
|---|
| 4505 | +S: Maintained |
|---|
| 4506 | +F: drivers/hwmon/corsair-cpro.c |
|---|
| 3805 | 4507 | |
|---|
| 3806 | 4508 | COSA/SRP SYNC SERIAL DRIVER |
|---|
| 3807 | 4509 | M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> |
|---|
| 3808 | | -W: http://www.fi.muni.cz/~kas/cosa/ |
|---|
| 3809 | 4510 | S: Maintained |
|---|
| 4511 | +W: http://www.fi.muni.cz/~kas/cosa/ |
|---|
| 3810 | 4512 | F: drivers/net/wan/cosa* |
|---|
| 4513 | + |
|---|
| 4514 | +COUNTER SUBSYSTEM |
|---|
| 4515 | +M: William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|
| 4516 | +L: linux-iio@vger.kernel.org |
|---|
| 4517 | +S: Maintained |
|---|
| 4518 | +F: Documentation/ABI/testing/sysfs-bus-counter* |
|---|
| 4519 | +F: Documentation/driver-api/generic-counter.rst |
|---|
| 4520 | +F: drivers/counter/ |
|---|
| 4521 | +F: include/linux/counter.h |
|---|
| 4522 | +F: include/linux/counter_enum.h |
|---|
| 3811 | 4523 | |
|---|
| 3812 | 4524 | CPMAC ETHERNET DRIVER |
|---|
| 3813 | 4525 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| .. | .. |
|---|
| 3815 | 4527 | S: Maintained |
|---|
| 3816 | 4528 | F: drivers/net/ethernet/ti/cpmac.c |
|---|
| 3817 | 4529 | |
|---|
| 3818 | | -CPU FREQUENCY DRIVERS |
|---|
| 4530 | +CPU FREQUENCY DRIVERS - VEXPRESS SPC ARM BIG LITTLE |
|---|
| 4531 | +M: Viresh Kumar <viresh.kumar@linaro.org> |
|---|
| 4532 | +M: Sudeep Holla <sudeep.holla@arm.com> |
|---|
| 4533 | +L: linux-pm@vger.kernel.org |
|---|
| 4534 | +S: Maintained |
|---|
| 4535 | +W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php |
|---|
| 4536 | +F: drivers/cpufreq/vexpress-spc-cpufreq.c |
|---|
| 4537 | + |
|---|
| 4538 | +CPU FREQUENCY SCALING FRAMEWORK |
|---|
| 3819 | 4539 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|
| 3820 | 4540 | M: Viresh Kumar <viresh.kumar@linaro.org> |
|---|
| 3821 | 4541 | L: linux-pm@vger.kernel.org |
|---|
| 3822 | 4542 | S: Maintained |
|---|
| 3823 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
|---|
| 3824 | | -T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) |
|---|
| 3825 | 4543 | B: https://bugzilla.kernel.org |
|---|
| 4544 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
|---|
| 4545 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git (For ARM Updates) |
|---|
| 4546 | +F: Documentation/admin-guide/pm/cpufreq.rst |
|---|
| 4547 | +F: Documentation/admin-guide/pm/intel_pstate.rst |
|---|
| 3826 | 4548 | F: Documentation/cpu-freq/ |
|---|
| 3827 | 4549 | F: Documentation/devicetree/bindings/cpufreq/ |
|---|
| 3828 | 4550 | F: drivers/cpufreq/ |
|---|
| 3829 | 4551 | F: include/linux/cpufreq.h |
|---|
| 4552 | +F: include/linux/sched/cpufreq.h |
|---|
| 4553 | +F: kernel/sched/cpufreq*.c |
|---|
| 3830 | 4554 | F: tools/testing/selftests/cpufreq/ |
|---|
| 3831 | 4555 | |
|---|
| 3832 | | -CPU FREQUENCY DRIVERS - ARM BIG LITTLE |
|---|
| 3833 | | -M: Viresh Kumar <viresh.kumar@linaro.org> |
|---|
| 3834 | | -M: Sudeep Holla <sudeep.holla@arm.com> |
|---|
| 4556 | +CPU IDLE TIME MANAGEMENT FRAMEWORK |
|---|
| 4557 | +M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|
| 4558 | +M: Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|
| 3835 | 4559 | L: linux-pm@vger.kernel.org |
|---|
| 3836 | | -W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php |
|---|
| 3837 | 4560 | S: Maintained |
|---|
| 3838 | | -F: drivers/cpufreq/arm_big_little.h |
|---|
| 3839 | | -F: drivers/cpufreq/arm_big_little.c |
|---|
| 3840 | | -F: drivers/cpufreq/arm_big_little_dt.c |
|---|
| 4561 | +B: https://bugzilla.kernel.org |
|---|
| 4562 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
|---|
| 4563 | +F: Documentation/admin-guide/pm/cpuidle.rst |
|---|
| 4564 | +F: Documentation/driver-api/pm/cpuidle.rst |
|---|
| 4565 | +F: drivers/cpuidle/* |
|---|
| 4566 | +F: include/linux/cpuidle.h |
|---|
| 3841 | 4567 | |
|---|
| 3842 | 4568 | CPU POWER MONITORING SUBSYSTEM |
|---|
| 3843 | 4569 | M: Thomas Renninger <trenn@suse.com> |
|---|
| 3844 | 4570 | M: Shuah Khan <shuah@kernel.org> |
|---|
| 4571 | +M: Shuah Khan <skhan@linuxfoundation.org> |
|---|
| 3845 | 4572 | L: linux-pm@vger.kernel.org |
|---|
| 3846 | 4573 | S: Maintained |
|---|
| 3847 | 4574 | F: tools/power/cpupower/ |
|---|
| .. | .. |
|---|
| 3857 | 4584 | M: Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|
| 3858 | 4585 | L: linux-pm@vger.kernel.org |
|---|
| 3859 | 4586 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 3860 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
|---|
| 3861 | 4587 | S: Maintained |
|---|
| 4588 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
|---|
| 3862 | 4589 | F: drivers/cpuidle/cpuidle-big_little.c |
|---|
| 3863 | 4590 | |
|---|
| 3864 | 4591 | CPUIDLE DRIVER - ARM EXYNOS |
|---|
| .. | .. |
|---|
| 3868 | 4595 | L: linux-pm@vger.kernel.org |
|---|
| 3869 | 4596 | L: linux-samsung-soc@vger.kernel.org |
|---|
| 3870 | 4597 | S: Supported |
|---|
| 3871 | | -F: drivers/cpuidle/cpuidle-exynos.c |
|---|
| 3872 | 4598 | F: arch/arm/mach-exynos/pm.c |
|---|
| 4599 | +F: drivers/cpuidle/cpuidle-exynos.c |
|---|
| 3873 | 4600 | |
|---|
| 3874 | | -CPUIDLE DRIVERS |
|---|
| 3875 | | -M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|
| 3876 | | -M: Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|
| 4601 | +CPUIDLE DRIVER - ARM PSCI |
|---|
| 4602 | +M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|
| 4603 | +M: Sudeep Holla <sudeep.holla@arm.com> |
|---|
| 3877 | 4604 | L: linux-pm@vger.kernel.org |
|---|
| 3878 | | -S: Maintained |
|---|
| 3879 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
|---|
| 3880 | | -B: https://bugzilla.kernel.org |
|---|
| 3881 | | -F: drivers/cpuidle/* |
|---|
| 3882 | | -F: include/linux/cpuidle.h |
|---|
| 4605 | +L: linux-arm-kernel@lists.infradead.org |
|---|
| 4606 | +S: Supported |
|---|
| 4607 | +F: drivers/cpuidle/cpuidle-psci.c |
|---|
| 4608 | + |
|---|
| 4609 | +CPUIDLE DRIVER - ARM PSCI PM DOMAIN |
|---|
| 4610 | +M: Ulf Hansson <ulf.hansson@linaro.org> |
|---|
| 4611 | +L: linux-pm@vger.kernel.org |
|---|
| 4612 | +L: linux-arm-kernel@lists.infradead.org |
|---|
| 4613 | +S: Supported |
|---|
| 4614 | +F: drivers/cpuidle/cpuidle-psci.h |
|---|
| 4615 | +F: drivers/cpuidle/cpuidle-psci-domain.c |
|---|
| 3883 | 4616 | |
|---|
| 3884 | 4617 | CRAMFS FILESYSTEM |
|---|
| 3885 | | -M: Nicolas Pitre <nico@linaro.org> |
|---|
| 4618 | +M: Nicolas Pitre <nico@fluxnic.net> |
|---|
| 3886 | 4619 | S: Maintained |
|---|
| 3887 | | -F: Documentation/filesystems/cramfs.txt |
|---|
| 4620 | +F: Documentation/filesystems/cramfs.rst |
|---|
| 3888 | 4621 | F: fs/cramfs/ |
|---|
| 4622 | + |
|---|
| 4623 | +CREATIVE SB0540 |
|---|
| 4624 | +M: Bastien Nocera <hadess@hadess.net> |
|---|
| 4625 | +L: linux-input@vger.kernel.org |
|---|
| 4626 | +S: Maintained |
|---|
| 4627 | +F: drivers/hid/hid-creative-sb0540.c |
|---|
| 3889 | 4628 | |
|---|
| 3890 | 4629 | CRYPTO API |
|---|
| 3891 | 4630 | M: Herbert Xu <herbert@gondor.apana.org.au> |
|---|
| 3892 | 4631 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 3893 | 4632 | L: linux-crypto@vger.kernel.org |
|---|
| 4633 | +S: Maintained |
|---|
| 3894 | 4634 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git |
|---|
| 3895 | 4635 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
|---|
| 3896 | | -S: Maintained |
|---|
| 3897 | 4636 | F: Documentation/crypto/ |
|---|
| 3898 | 4637 | F: Documentation/devicetree/bindings/crypto/ |
|---|
| 3899 | 4638 | F: arch/*/crypto/ |
|---|
| .. | .. |
|---|
| 3913 | 4652 | CS3308 MEDIA DRIVER |
|---|
| 3914 | 4653 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 3915 | 4654 | L: linux-media@vger.kernel.org |
|---|
| 3916 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 3917 | | -W: http://linuxtv.org |
|---|
| 3918 | 4655 | S: Odd Fixes |
|---|
| 4656 | +W: http://linuxtv.org |
|---|
| 4657 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 3919 | 4658 | F: drivers/media/i2c/cs3308.c |
|---|
| 3920 | | -F: drivers/media/i2c/cs3308.h |
|---|
| 3921 | 4659 | |
|---|
| 3922 | 4660 | CS5535 Audio ALSA driver |
|---|
| 3923 | 4661 | M: Jaya Kumar <jayakumar.alsa@gmail.com> |
|---|
| 3924 | 4662 | S: Maintained |
|---|
| 3925 | 4663 | F: sound/pci/cs5535audio/ |
|---|
| 4664 | + |
|---|
| 4665 | +CSI DRIVERS FOR ALLWINNER V3s |
|---|
| 4666 | +M: Yong Deng <yong.deng@magewell.com> |
|---|
| 4667 | +L: linux-media@vger.kernel.org |
|---|
| 4668 | +S: Maintained |
|---|
| 4669 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 4670 | +F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml |
|---|
| 4671 | +F: drivers/media/platform/sunxi/sun6i-csi/ |
|---|
| 3926 | 4672 | |
|---|
| 3927 | 4673 | CW1200 WLAN driver |
|---|
| 3928 | 4674 | M: Solomon Peachy <pizza@shaftnet.org> |
|---|
| .. | .. |
|---|
| 3931 | 4677 | |
|---|
| 3932 | 4678 | CX18 VIDEO4LINUX DRIVER |
|---|
| 3933 | 4679 | M: Andy Walls <awalls@md.metrocast.net> |
|---|
| 3934 | | -L: ivtv-devel@ivtvdriver.org (subscribers-only) |
|---|
| 3935 | 4680 | L: linux-media@vger.kernel.org |
|---|
| 3936 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 3937 | | -W: https://linuxtv.org |
|---|
| 3938 | | -W: http://www.ivtvdriver.org/index.php/Cx18 |
|---|
| 3939 | 4681 | S: Maintained |
|---|
| 3940 | | -F: Documentation/media/v4l-drivers/cx18* |
|---|
| 4682 | +W: https://linuxtv.org |
|---|
| 4683 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 3941 | 4684 | F: drivers/media/pci/cx18/ |
|---|
| 3942 | 4685 | F: include/uapi/linux/ivtv* |
|---|
| 3943 | 4686 | |
|---|
| 3944 | 4687 | CX2341X MPEG ENCODER HELPER MODULE |
|---|
| 3945 | 4688 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 3946 | 4689 | L: linux-media@vger.kernel.org |
|---|
| 3947 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 3948 | | -W: https://linuxtv.org |
|---|
| 3949 | 4690 | S: Maintained |
|---|
| 4691 | +W: https://linuxtv.org |
|---|
| 4692 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 3950 | 4693 | F: drivers/media/common/cx2341x* |
|---|
| 3951 | | -F: include/media/cx2341x* |
|---|
| 4694 | +F: include/media/drv-intf/cx2341x.h |
|---|
| 3952 | 4695 | |
|---|
| 3953 | 4696 | CX24120 MEDIA DRIVER |
|---|
| 3954 | 4697 | M: Jemma Denson <jdenson@gmail.com> |
|---|
| 3955 | 4698 | M: Patrick Boettcher <patrick.boettcher@posteo.de> |
|---|
| 3956 | 4699 | L: linux-media@vger.kernel.org |
|---|
| 4700 | +S: Maintained |
|---|
| 3957 | 4701 | W: https://linuxtv.org |
|---|
| 3958 | 4702 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 3959 | | -S: Maintained |
|---|
| 3960 | 4703 | F: drivers/media/dvb-frontends/cx24120* |
|---|
| 3961 | 4704 | |
|---|
| 3962 | 4705 | CX88 VIDEO4LINUX DRIVER |
|---|
| 3963 | 4706 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 3964 | 4707 | L: linux-media@vger.kernel.org |
|---|
| 4708 | +S: Odd fixes |
|---|
| 3965 | 4709 | W: https://linuxtv.org |
|---|
| 3966 | 4710 | T: git git://linuxtv.org/media_tree.git |
|---|
| 3967 | | -S: Odd fixes |
|---|
| 3968 | | -F: Documentation/media/v4l-drivers/cx88* |
|---|
| 4711 | +F: Documentation/driver-api/media/drivers/cx88* |
|---|
| 3969 | 4712 | F: drivers/media/pci/cx88/ |
|---|
| 3970 | 4713 | |
|---|
| 3971 | 4714 | CXD2820R MEDIA DRIVER |
|---|
| 3972 | 4715 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 3973 | 4716 | L: linux-media@vger.kernel.org |
|---|
| 4717 | +S: Maintained |
|---|
| 3974 | 4718 | W: https://linuxtv.org |
|---|
| 3975 | 4719 | W: http://palosaari.fi/linux/ |
|---|
| 3976 | 4720 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 3977 | 4721 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 3978 | | -S: Maintained |
|---|
| 3979 | 4722 | F: drivers/media/dvb-frontends/cxd2820r* |
|---|
| 3980 | 4723 | |
|---|
| 3981 | 4724 | CXGB3 ETHERNET DRIVER (CXGB3) |
|---|
| 3982 | | -M: Santosh Raspatur <santosh@chelsio.com> |
|---|
| 4725 | +M: Raju Rangoju <rajur@chelsio.com> |
|---|
| 3983 | 4726 | L: netdev@vger.kernel.org |
|---|
| 3984 | | -W: http://www.chelsio.com |
|---|
| 3985 | 4727 | S: Supported |
|---|
| 4728 | +W: http://www.chelsio.com |
|---|
| 3986 | 4729 | F: drivers/net/ethernet/chelsio/cxgb3/ |
|---|
| 3987 | 4730 | |
|---|
| 3988 | 4731 | CXGB3 ISCSI DRIVER (CXGB3I) |
|---|
| 3989 | 4732 | M: Karen Xie <kxie@chelsio.com> |
|---|
| 3990 | 4733 | L: linux-scsi@vger.kernel.org |
|---|
| 3991 | | -W: http://www.chelsio.com |
|---|
| 3992 | 4734 | S: Supported |
|---|
| 4735 | +W: http://www.chelsio.com |
|---|
| 3993 | 4736 | F: drivers/scsi/cxgbi/cxgb3i |
|---|
| 3994 | 4737 | |
|---|
| 3995 | | -CXGB3 IWARP RNIC DRIVER (IW_CXGB3) |
|---|
| 3996 | | -M: Steve Wise <swise@chelsio.com> |
|---|
| 3997 | | -L: linux-rdma@vger.kernel.org |
|---|
| 3998 | | -W: http://www.openfabrics.org |
|---|
| 3999 | | -S: Supported |
|---|
| 4000 | | -F: drivers/infiniband/hw/cxgb3/ |
|---|
| 4001 | | -F: include/uapi/rdma/cxgb3-abi.h |
|---|
| 4002 | | - |
|---|
| 4003 | 4738 | CXGB4 CRYPTO DRIVER (chcr) |
|---|
| 4004 | | -M: Harsh Jain <harsh@chelsio.com> |
|---|
| 4739 | +M: Ayush Sawal <ayush.sawal@chelsio.com> |
|---|
| 4740 | +M: Vinay Kumar Yadav <vinay.yadav@chelsio.com> |
|---|
| 4741 | +M: Rohit Maheshwari <rohitm@chelsio.com> |
|---|
| 4005 | 4742 | L: linux-crypto@vger.kernel.org |
|---|
| 4006 | | -W: http://www.chelsio.com |
|---|
| 4007 | 4743 | S: Supported |
|---|
| 4744 | +W: http://www.chelsio.com |
|---|
| 4008 | 4745 | F: drivers/crypto/chelsio |
|---|
| 4009 | 4746 | |
|---|
| 4010 | | -CXGB4 ETHERNET DRIVER (CXGB4) |
|---|
| 4011 | | -M: Ganesh Goudar <ganeshgr@chelsio.com> |
|---|
| 4747 | +CXGB4 INLINE CRYPTO DRIVER |
|---|
| 4748 | +M: Ayush Sawal <ayush.sawal@chelsio.com> |
|---|
| 4749 | +M: Vinay Kumar Yadav <vinay.yadav@chelsio.com> |
|---|
| 4750 | +M: Rohit Maheshwari <rohitm@chelsio.com> |
|---|
| 4012 | 4751 | L: netdev@vger.kernel.org |
|---|
| 4013 | | -W: http://www.chelsio.com |
|---|
| 4014 | 4752 | S: Supported |
|---|
| 4753 | +W: http://www.chelsio.com |
|---|
| 4754 | +F: drivers/net/ethernet/chelsio/inline_crypto/ |
|---|
| 4755 | + |
|---|
| 4756 | +CXGB4 ETHERNET DRIVER (CXGB4) |
|---|
| 4757 | +M: Raju Rangoju <rajur@chelsio.com> |
|---|
| 4758 | +L: netdev@vger.kernel.org |
|---|
| 4759 | +S: Supported |
|---|
| 4760 | +W: http://www.chelsio.com |
|---|
| 4015 | 4761 | F: drivers/net/ethernet/chelsio/cxgb4/ |
|---|
| 4016 | 4762 | |
|---|
| 4017 | 4763 | CXGB4 ISCSI DRIVER (CXGB4I) |
|---|
| 4018 | 4764 | M: Karen Xie <kxie@chelsio.com> |
|---|
| 4019 | 4765 | L: linux-scsi@vger.kernel.org |
|---|
| 4020 | | -W: http://www.chelsio.com |
|---|
| 4021 | 4766 | S: Supported |
|---|
| 4767 | +W: http://www.chelsio.com |
|---|
| 4022 | 4768 | F: drivers/scsi/cxgbi/cxgb4i |
|---|
| 4023 | 4769 | |
|---|
| 4024 | 4770 | CXGB4 IWARP RNIC DRIVER (IW_CXGB4) |
|---|
| 4025 | | -M: Steve Wise <swise@chelsio.com> |
|---|
| 4771 | +M: Potnuri Bharat Teja <bharat@chelsio.com> |
|---|
| 4026 | 4772 | L: linux-rdma@vger.kernel.org |
|---|
| 4027 | | -W: http://www.openfabrics.org |
|---|
| 4028 | 4773 | S: Supported |
|---|
| 4774 | +W: http://www.openfabrics.org |
|---|
| 4029 | 4775 | F: drivers/infiniband/hw/cxgb4/ |
|---|
| 4030 | 4776 | F: include/uapi/rdma/cxgb4-abi.h |
|---|
| 4031 | 4777 | |
|---|
| 4032 | 4778 | CXGB4VF ETHERNET DRIVER (CXGB4VF) |
|---|
| 4033 | | -M: Casey Leedom <leedom@chelsio.com> |
|---|
| 4779 | +M: Raju Rangoju <rajur@chelsio.com> |
|---|
| 4034 | 4780 | L: netdev@vger.kernel.org |
|---|
| 4035 | | -W: http://www.chelsio.com |
|---|
| 4036 | 4781 | S: Supported |
|---|
| 4782 | +W: http://www.chelsio.com |
|---|
| 4037 | 4783 | F: drivers/net/ethernet/chelsio/cxgb4vf/ |
|---|
| 4038 | 4784 | |
|---|
| 4039 | 4785 | CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER |
|---|
| 4040 | | -M: Frederic Barrat <fbarrat@linux.vnet.ibm.com> |
|---|
| 4041 | | -M: Andrew Donnellan <andrew.donnellan@au1.ibm.com> |
|---|
| 4786 | +M: Frederic Barrat <fbarrat@linux.ibm.com> |
|---|
| 4787 | +M: Andrew Donnellan <ajd@linux.ibm.com> |
|---|
| 4042 | 4788 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 4043 | 4789 | S: Supported |
|---|
| 4790 | +F: Documentation/ABI/testing/sysfs-class-cxl |
|---|
| 4791 | +F: Documentation/powerpc/cxl.rst |
|---|
| 4044 | 4792 | F: arch/powerpc/platforms/powernv/pci-cxl.c |
|---|
| 4045 | 4793 | F: drivers/misc/cxl/ |
|---|
| 4046 | 4794 | F: include/misc/cxl* |
|---|
| 4047 | 4795 | F: include/uapi/misc/cxl.h |
|---|
| 4048 | | -F: Documentation/powerpc/cxl.txt |
|---|
| 4049 | | -F: Documentation/ABI/testing/sysfs-class-cxl |
|---|
| 4050 | 4796 | |
|---|
| 4051 | 4797 | CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER |
|---|
| 4052 | | -M: Manoj N. Kumar <manoj@linux.vnet.ibm.com> |
|---|
| 4053 | | -M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> |
|---|
| 4054 | | -M: Uma Krishnan <ukrishn@linux.vnet.ibm.com> |
|---|
| 4798 | +M: Manoj N. Kumar <manoj@linux.ibm.com> |
|---|
| 4799 | +M: Matthew R. Ochs <mrochs@linux.ibm.com> |
|---|
| 4800 | +M: Uma Krishnan <ukrishn@linux.ibm.com> |
|---|
| 4055 | 4801 | L: linux-scsi@vger.kernel.org |
|---|
| 4056 | 4802 | S: Supported |
|---|
| 4803 | +F: Documentation/powerpc/cxlflash.rst |
|---|
| 4057 | 4804 | F: drivers/scsi/cxlflash/ |
|---|
| 4058 | | -F: include/uapi/scsi/cxlflash_ioctls.h |
|---|
| 4059 | | -F: Documentation/powerpc/cxlflash.txt |
|---|
| 4805 | +F: include/uapi/scsi/cxlflash_ioctl.h |
|---|
| 4060 | 4806 | |
|---|
| 4061 | 4807 | CYBERPRO FB DRIVER |
|---|
| 4062 | 4808 | M: Russell King <linux@armlinux.org.uk> |
|---|
| 4063 | 4809 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 4064 | | -W: http://www.armlinux.org.uk/ |
|---|
| 4065 | 4810 | S: Maintained |
|---|
| 4811 | +W: http://www.armlinux.org.uk/ |
|---|
| 4066 | 4812 | F: drivers/video/fbdev/cyber2000fb.* |
|---|
| 4067 | 4813 | |
|---|
| 4068 | 4814 | CYCLADES ASYNC MUX DRIVER |
|---|
| 4069 | | -W: http://www.cyclades.com/ |
|---|
| 4070 | 4815 | S: Orphan |
|---|
| 4816 | +W: http://www.cyclades.com/ |
|---|
| 4071 | 4817 | F: drivers/tty/cyclades.c |
|---|
| 4072 | 4818 | F: include/linux/cyclades.h |
|---|
| 4073 | 4819 | F: include/uapi/linux/cyclades.h |
|---|
| 4074 | 4820 | |
|---|
| 4075 | 4821 | CYCLADES PC300 DRIVER |
|---|
| 4076 | | -W: http://www.cyclades.com/ |
|---|
| 4077 | 4822 | S: Orphan |
|---|
| 4823 | +W: http://www.cyclades.com/ |
|---|
| 4078 | 4824 | F: drivers/net/wan/pc300* |
|---|
| 4079 | 4825 | |
|---|
| 4080 | 4826 | CYPRESS_FIRMWARE MEDIA DRIVER |
|---|
| 4081 | 4827 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 4082 | 4828 | L: linux-media@vger.kernel.org |
|---|
| 4829 | +S: Maintained |
|---|
| 4083 | 4830 | W: https://linuxtv.org |
|---|
| 4084 | 4831 | W: http://palosaari.fi/linux/ |
|---|
| 4085 | 4832 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 4086 | 4833 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 4087 | | -S: Maintained |
|---|
| 4088 | 4834 | F: drivers/media/common/cypress_firmware* |
|---|
| 4835 | + |
|---|
| 4836 | +CYPRESS CY8CTMA140 TOUCHSCREEN DRIVER |
|---|
| 4837 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 4838 | +L: linux-input@vger.kernel.org |
|---|
| 4839 | +S: Maintained |
|---|
| 4840 | +F: drivers/input/touchscreen/cy8ctma140.c |
|---|
| 4089 | 4841 | |
|---|
| 4090 | 4842 | CYTTSP TOUCHSCREEN DRIVER |
|---|
| 4091 | 4843 | M: Ferruh Yigit <fery@cypress.com> |
|---|
| .. | .. |
|---|
| 4098 | 4850 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 4099 | 4851 | L: linux-input@vger.kernel.org |
|---|
| 4100 | 4852 | S: Supported |
|---|
| 4101 | | -F: drivers/input/dlink-dir685-touchkeys.c |
|---|
| 4853 | +F: drivers/input/keyboard/dlink-dir685-touchkeys.c |
|---|
| 4102 | 4854 | |
|---|
| 4103 | 4855 | DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK |
|---|
| 4104 | 4856 | M: Joshua Kinard <kumba@gentoo.org> |
|---|
| .. | .. |
|---|
| 4108 | 4860 | |
|---|
| 4109 | 4861 | DAMA SLAVE for AX.25 |
|---|
| 4110 | 4862 | M: Joerg Reuter <jreuter@yaina.de> |
|---|
| 4111 | | -W: http://yaina.de/jreuter/ |
|---|
| 4112 | | -W: http://www.qsl.net/dl1bke/ |
|---|
| 4113 | 4863 | L: linux-hams@vger.kernel.org |
|---|
| 4114 | 4864 | S: Maintained |
|---|
| 4865 | +W: http://yaina.de/jreuter/ |
|---|
| 4866 | +W: http://www.qsl.net/dl1bke/ |
|---|
| 4115 | 4867 | F: net/ax25/af_ax25.c |
|---|
| 4116 | 4868 | F: net/ax25/ax25_dev.c |
|---|
| 4117 | 4869 | F: net/ax25/ax25_ds_* |
|---|
| .. | .. |
|---|
| 4123 | 4875 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
|---|
| 4124 | 4876 | L: netdev@vger.kernel.org |
|---|
| 4125 | 4877 | S: Orphan |
|---|
| 4126 | | -F: Documentation/networking/dmfe.txt |
|---|
| 4878 | +F: Documentation/networking/device_drivers/ethernet/dec/dmfe.rst |
|---|
| 4127 | 4879 | F: drivers/net/ethernet/dec/tulip/dmfe.c |
|---|
| 4128 | 4880 | |
|---|
| 4129 | 4881 | DC390/AM53C974 SCSI driver |
|---|
| .. | .. |
|---|
| 4137 | 4889 | M: Ali Akcaagac <aliakc@web.de> |
|---|
| 4138 | 4890 | M: Jamie Lenehan <lenehan@twibble.org> |
|---|
| 4139 | 4891 | L: dc395x@twibble.org |
|---|
| 4892 | +S: Maintained |
|---|
| 4140 | 4893 | W: http://twibble.org/dist/dc395x/ |
|---|
| 4141 | 4894 | W: http://lists.twibble.org/mailman/listinfo/dc395x/ |
|---|
| 4142 | | -S: Maintained |
|---|
| 4143 | | -F: Documentation/scsi/dc395x.txt |
|---|
| 4895 | +F: Documentation/scsi/dc395x.rst |
|---|
| 4144 | 4896 | F: drivers/scsi/dc395x.* |
|---|
| 4145 | 4897 | |
|---|
| 4146 | 4898 | DCCP PROTOCOL |
|---|
| 4147 | 4899 | M: Gerrit Renker <gerrit@erg.abdn.ac.uk> |
|---|
| 4148 | 4900 | L: dccp@vger.kernel.org |
|---|
| 4149 | | -W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp |
|---|
| 4150 | 4901 | S: Maintained |
|---|
| 4902 | +W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp |
|---|
| 4151 | 4903 | F: include/linux/dccp.h |
|---|
| 4152 | | -F: include/uapi/linux/dccp.h |
|---|
| 4153 | 4904 | F: include/linux/tfrc.h |
|---|
| 4905 | +F: include/uapi/linux/dccp.h |
|---|
| 4154 | 4906 | F: net/dccp/ |
|---|
| 4155 | | - |
|---|
| 4156 | | -DECnet NETWORK LAYER |
|---|
| 4157 | | -W: http://linux-decnet.sourceforge.net |
|---|
| 4158 | | -L: linux-decnet-user@lists.sourceforge.net |
|---|
| 4159 | | -S: Orphan |
|---|
| 4160 | | -F: Documentation/networking/decnet.txt |
|---|
| 4161 | | -F: net/decnet/ |
|---|
| 4162 | 4907 | |
|---|
| 4163 | 4908 | DECSTATION PLATFORM SUPPORT |
|---|
| 4164 | 4909 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|
| 4165 | | -L: linux-mips@linux-mips.org |
|---|
| 4166 | | -W: http://www.linux-mips.org/wiki/DECstation |
|---|
| 4910 | +L: linux-mips@vger.kernel.org |
|---|
| 4167 | 4911 | S: Maintained |
|---|
| 4912 | +W: http://www.linux-mips.org/wiki/DECstation |
|---|
| 4168 | 4913 | F: arch/mips/dec/ |
|---|
| 4169 | 4914 | F: arch/mips/include/asm/dec/ |
|---|
| 4170 | 4915 | F: arch/mips/include/asm/mach-dec/ |
|---|
| .. | .. |
|---|
| 4174 | 4919 | S: Maintained |
|---|
| 4175 | 4920 | F: drivers/net/fddi/defxx.* |
|---|
| 4176 | 4921 | |
|---|
| 4922 | +DEFZA FDDI NETWORK DRIVER |
|---|
| 4923 | +M: "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|
| 4924 | +S: Maintained |
|---|
| 4925 | +F: drivers/net/fddi/defza.* |
|---|
| 4926 | + |
|---|
| 4927 | +DEINTERLACE DRIVERS FOR ALLWINNER H3 |
|---|
| 4928 | +M: Jernej Skrabec <jernej.skrabec@siol.net> |
|---|
| 4929 | +L: linux-media@vger.kernel.org |
|---|
| 4930 | +S: Maintained |
|---|
| 4931 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 4932 | +F: Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml |
|---|
| 4933 | +F: drivers/media/platform/sunxi/sun8i-di/ |
|---|
| 4934 | + |
|---|
| 4935 | +DELL LAPTOP DRIVER |
|---|
| 4936 | +M: Matthew Garrett <mjg59@srcf.ucam.org> |
|---|
| 4937 | +M: Pali Rohár <pali@kernel.org> |
|---|
| 4938 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 4939 | +S: Maintained |
|---|
| 4940 | +F: drivers/platform/x86/dell-laptop.c |
|---|
| 4941 | + |
|---|
| 4942 | +DELL LAPTOP FREEFALL DRIVER |
|---|
| 4943 | +M: Pali Rohár <pali@kernel.org> |
|---|
| 4944 | +S: Maintained |
|---|
| 4945 | +F: drivers/platform/x86/dell-smo8800.c |
|---|
| 4946 | + |
|---|
| 4947 | +DELL LAPTOP RBTN DRIVER |
|---|
| 4948 | +M: Pali Rohár <pali@kernel.org> |
|---|
| 4949 | +S: Maintained |
|---|
| 4950 | +F: drivers/platform/x86/dell-rbtn.* |
|---|
| 4951 | + |
|---|
| 4952 | +DELL LAPTOP SMM DRIVER |
|---|
| 4953 | +M: Pali Rohár <pali@kernel.org> |
|---|
| 4954 | +S: Maintained |
|---|
| 4955 | +F: drivers/hwmon/dell-smm-hwmon.c |
|---|
| 4956 | +F: include/uapi/linux/i8k.h |
|---|
| 4957 | + |
|---|
| 4958 | +DELL REMOTE BIOS UPDATE DRIVER |
|---|
| 4959 | +M: Stuart Hayes <stuart.w.hayes@gmail.com> |
|---|
| 4960 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 4961 | +S: Maintained |
|---|
| 4962 | +F: drivers/platform/x86/dell_rbu.c |
|---|
| 4963 | + |
|---|
| 4177 | 4964 | DELL SMBIOS DRIVER |
|---|
| 4178 | | -M: Pali Rohár <pali.rohar@gmail.com> |
|---|
| 4965 | +M: Pali Rohár <pali@kernel.org> |
|---|
| 4179 | 4966 | M: Mario Limonciello <mario.limonciello@dell.com> |
|---|
| 4180 | 4967 | L: platform-driver-x86@vger.kernel.org |
|---|
| 4181 | 4968 | S: Maintained |
|---|
| .. | .. |
|---|
| 4194 | 4981 | F: drivers/platform/x86/dell-smbios-wmi.c |
|---|
| 4195 | 4982 | F: tools/wmi/dell-smbios-example.c |
|---|
| 4196 | 4983 | |
|---|
| 4197 | | -DELL LAPTOP DRIVER |
|---|
| 4198 | | -M: Matthew Garrett <mjg59@srcf.ucam.org> |
|---|
| 4199 | | -M: Pali Rohár <pali.rohar@gmail.com> |
|---|
| 4984 | +DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
|---|
| 4985 | +M: Stuart Hayes <stuart.w.hayes@gmail.com> |
|---|
| 4200 | 4986 | L: platform-driver-x86@vger.kernel.org |
|---|
| 4201 | 4987 | S: Maintained |
|---|
| 4202 | | -F: drivers/platform/x86/dell-laptop.c |
|---|
| 4203 | | - |
|---|
| 4204 | | -DELL LAPTOP FREEFALL DRIVER |
|---|
| 4205 | | -M: Pali Rohár <pali.rohar@gmail.com> |
|---|
| 4206 | | -S: Maintained |
|---|
| 4207 | | -F: drivers/platform/x86/dell-smo8800.c |
|---|
| 4208 | | - |
|---|
| 4209 | | -DELL LAPTOP RBTN DRIVER |
|---|
| 4210 | | -M: Pali Rohár <pali.rohar@gmail.com> |
|---|
| 4211 | | -S: Maintained |
|---|
| 4212 | | -F: drivers/platform/x86/dell-rbtn.* |
|---|
| 4213 | | - |
|---|
| 4214 | | -DELL LAPTOP SMM DRIVER |
|---|
| 4215 | | -M: Pali Rohár <pali.rohar@gmail.com> |
|---|
| 4216 | | -S: Maintained |
|---|
| 4217 | | -F: drivers/hwmon/dell-smm-hwmon.c |
|---|
| 4218 | | -F: include/uapi/linux/i8k.h |
|---|
| 4219 | | - |
|---|
| 4220 | | -DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
|---|
| 4221 | | -M: Doug Warzecha <Douglas_Warzecha@dell.com> |
|---|
| 4222 | | -S: Maintained |
|---|
| 4223 | | -F: Documentation/dcdbas.txt |
|---|
| 4224 | | -F: drivers/firmware/dcdbas.* |
|---|
| 4225 | | - |
|---|
| 4226 | | -DELL WMI NOTIFICATIONS DRIVER |
|---|
| 4227 | | -M: Matthew Garrett <mjg59@srcf.ucam.org> |
|---|
| 4228 | | -M: Pali Rohár <pali.rohar@gmail.com> |
|---|
| 4229 | | -S: Maintained |
|---|
| 4230 | | -F: drivers/platform/x86/dell-wmi.c |
|---|
| 4988 | +F: Documentation/driver-api/dcdbas.rst |
|---|
| 4989 | +F: drivers/platform/x86/dcdbas.* |
|---|
| 4231 | 4990 | |
|---|
| 4232 | 4991 | DELL WMI DESCRIPTOR DRIVER |
|---|
| 4233 | 4992 | M: Mario Limonciello <mario.limonciello@dell.com> |
|---|
| 4234 | 4993 | S: Maintained |
|---|
| 4235 | 4994 | F: drivers/platform/x86/dell-wmi-descriptor.c |
|---|
| 4236 | 4995 | |
|---|
| 4996 | +DELL WMI NOTIFICATIONS DRIVER |
|---|
| 4997 | +M: Matthew Garrett <mjg59@srcf.ucam.org> |
|---|
| 4998 | +M: Pali Rohár <pali@kernel.org> |
|---|
| 4999 | +S: Maintained |
|---|
| 5000 | +F: drivers/platform/x86/dell-wmi.c |
|---|
| 5001 | + |
|---|
| 4237 | 5002 | DELTA ST MEDIA DRIVER |
|---|
| 4238 | 5003 | M: Hugues Fruchet <hugues.fruchet@st.com> |
|---|
| 4239 | 5004 | L: linux-media@vger.kernel.org |
|---|
| 4240 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 4241 | | -W: https://linuxtv.org |
|---|
| 4242 | 5005 | S: Supported |
|---|
| 5006 | +W: https://linuxtv.org |
|---|
| 5007 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 4243 | 5008 | F: drivers/media/platform/sti/delta |
|---|
| 4244 | 5009 | |
|---|
| 4245 | 5010 | DENALI NAND DRIVER |
|---|
| 4246 | | -M: Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|
| 4247 | 5011 | L: linux-mtd@lists.infradead.org |
|---|
| 4248 | | -S: Supported |
|---|
| 5012 | +S: Orphan |
|---|
| 4249 | 5013 | F: drivers/mtd/nand/raw/denali* |
|---|
| 5014 | + |
|---|
| 5015 | +DESIGNWARE EDMA CORE IP DRIVER |
|---|
| 5016 | +M: Gustavo Pimentel <gustavo.pimentel@synopsys.com> |
|---|
| 5017 | +L: dmaengine@vger.kernel.org |
|---|
| 5018 | +S: Maintained |
|---|
| 5019 | +F: drivers/dma/dw-edma/ |
|---|
| 5020 | +F: include/linux/dma/edma.h |
|---|
| 4250 | 5021 | |
|---|
| 4251 | 5022 | DESIGNWARE USB2 DRD IP DRIVER |
|---|
| 4252 | 5023 | M: Minas Harutyunyan <hminas@synopsys.com> |
|---|
| 4253 | 5024 | L: linux-usb@vger.kernel.org |
|---|
| 4254 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
|---|
| 4255 | 5025 | S: Maintained |
|---|
| 5026 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
|---|
| 4256 | 5027 | F: drivers/usb/dwc2/ |
|---|
| 4257 | 5028 | |
|---|
| 4258 | 5029 | DESIGNWARE USB3 DRD IP DRIVER |
|---|
| 4259 | 5030 | M: Felipe Balbi <balbi@kernel.org> |
|---|
| 4260 | 5031 | L: linux-usb@vger.kernel.org |
|---|
| 4261 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
|---|
| 4262 | 5032 | S: Maintained |
|---|
| 5033 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
|---|
| 4263 | 5034 | F: drivers/usb/dwc3/ |
|---|
| 4264 | 5035 | |
|---|
| 4265 | 5036 | DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER |
|---|
| .. | .. |
|---|
| 4276 | 5047 | F: drivers/base/devcoredump.c |
|---|
| 4277 | 5048 | F: include/linux/devcoredump.h |
|---|
| 4278 | 5049 | |
|---|
| 5050 | +DEVICE DEPENDENCY HELPER SCRIPT |
|---|
| 5051 | +M: Saravana Kannan <saravanak@google.com> |
|---|
| 5052 | +L: linux-kernel@vger.kernel.org |
|---|
| 5053 | +S: Maintained |
|---|
| 5054 | +F: scripts/dev-needs.sh |
|---|
| 5055 | + |
|---|
| 5056 | +DEVICE DIRECT ACCESS (DAX) |
|---|
| 5057 | +M: Dan Williams <dan.j.williams@intel.com> |
|---|
| 5058 | +M: Vishal Verma <vishal.l.verma@intel.com> |
|---|
| 5059 | +M: Dave Jiang <dave.jiang@intel.com> |
|---|
| 5060 | +L: linux-nvdimm@lists.01.org |
|---|
| 5061 | +S: Supported |
|---|
| 5062 | +F: drivers/dax/ |
|---|
| 5063 | + |
|---|
| 4279 | 5064 | DEVICE FREQUENCY (DEVFREQ) |
|---|
| 4280 | 5065 | M: MyungJoo Ham <myungjoo.ham@samsung.com> |
|---|
| 4281 | 5066 | M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 4282 | | -R: Chanwoo Choi <cw00.choi@samsung.com> |
|---|
| 5067 | +M: Chanwoo Choi <cw00.choi@samsung.com> |
|---|
| 4283 | 5068 | L: linux-pm@vger.kernel.org |
|---|
| 4284 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git |
|---|
| 4285 | 5069 | S: Maintained |
|---|
| 5070 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git |
|---|
| 5071 | +F: Documentation/devicetree/bindings/devfreq/ |
|---|
| 4286 | 5072 | F: drivers/devfreq/ |
|---|
| 4287 | 5073 | F: include/linux/devfreq.h |
|---|
| 4288 | | -F: Documentation/devicetree/bindings/devfreq/ |
|---|
| 5074 | +F: include/trace/events/devfreq.h |
|---|
| 4289 | 5075 | |
|---|
| 4290 | 5076 | DEVICE FREQUENCY EVENT (DEVFREQ-EVENT) |
|---|
| 4291 | 5077 | M: Chanwoo Choi <cw00.choi@samsung.com> |
|---|
| 4292 | 5078 | L: linux-pm@vger.kernel.org |
|---|
| 4293 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git |
|---|
| 4294 | 5079 | S: Supported |
|---|
| 4295 | | -F: drivers/devfreq/event/ |
|---|
| 4296 | | -F: drivers/devfreq/devfreq-event.c |
|---|
| 4297 | | -F: include/linux/devfreq-event.h |
|---|
| 5080 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git |
|---|
| 4298 | 5081 | F: Documentation/devicetree/bindings/devfreq/event/ |
|---|
| 5082 | +F: drivers/devfreq/devfreq-event.c |
|---|
| 5083 | +F: drivers/devfreq/event/ |
|---|
| 5084 | +F: include/dt-bindings/pmu/exynos_ppmu.h |
|---|
| 5085 | +F: include/linux/devfreq-event.h |
|---|
| 4299 | 5086 | |
|---|
| 4300 | 5087 | DEVICE NUMBER REGISTRY |
|---|
| 4301 | 5088 | M: Torben Mathiasen <device@lanana.org> |
|---|
| 4302 | | -W: http://lanana.org/docs/device-list/index.html |
|---|
| 4303 | 5089 | S: Maintained |
|---|
| 5090 | +W: http://lanana.org/docs/device-list/index.html |
|---|
| 4304 | 5091 | |
|---|
| 4305 | 5092 | DEVICE-MAPPER (LVM) |
|---|
| 4306 | 5093 | M: Alasdair Kergon <agk@redhat.com> |
|---|
| 4307 | 5094 | M: Mike Snitzer <snitzer@redhat.com> |
|---|
| 4308 | 5095 | M: dm-devel@redhat.com |
|---|
| 4309 | 5096 | L: dm-devel@redhat.com |
|---|
| 5097 | +S: Maintained |
|---|
| 4310 | 5098 | W: http://sources.redhat.com/dm |
|---|
| 4311 | 5099 | Q: http://patchwork.kernel.org/project/dm-devel/list/ |
|---|
| 4312 | 5100 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git |
|---|
| 4313 | 5101 | T: quilt http://people.redhat.com/agk/patches/linux/editing/ |
|---|
| 4314 | | -S: Maintained |
|---|
| 4315 | | -F: Documentation/device-mapper/ |
|---|
| 4316 | | -F: drivers/md/Makefile |
|---|
| 5102 | +F: Documentation/admin-guide/device-mapper/ |
|---|
| 4317 | 5103 | F: drivers/md/Kconfig |
|---|
| 5104 | +F: drivers/md/Makefile |
|---|
| 4318 | 5105 | F: drivers/md/dm* |
|---|
| 4319 | 5106 | F: drivers/md/persistent-data/ |
|---|
| 4320 | 5107 | F: include/linux/device-mapper.h |
|---|
| .. | .. |
|---|
| 4322 | 5109 | F: include/uapi/linux/dm-*.h |
|---|
| 4323 | 5110 | |
|---|
| 4324 | 5111 | DEVLINK |
|---|
| 4325 | | -M: Jiri Pirko <jiri@mellanox.com> |
|---|
| 5112 | +M: Jiri Pirko <jiri@nvidia.com> |
|---|
| 4326 | 5113 | L: netdev@vger.kernel.org |
|---|
| 4327 | 5114 | S: Supported |
|---|
| 4328 | | -F: net/core/devlink.c |
|---|
| 5115 | +F: Documentation/networking/devlink |
|---|
| 4329 | 5116 | F: include/net/devlink.h |
|---|
| 4330 | 5117 | F: include/uapi/linux/devlink.h |
|---|
| 5118 | +F: net/core/devlink.c |
|---|
| 4331 | 5119 | |
|---|
| 4332 | 5120 | DIALOG SEMICONDUCTOR DRIVERS |
|---|
| 4333 | 5121 | M: Support Opensource <support.opensource@diasemi.com> |
|---|
| 4334 | | -W: http://www.dialog-semiconductor.com/products |
|---|
| 4335 | 5122 | S: Supported |
|---|
| 4336 | | -F: Documentation/hwmon/da90?? |
|---|
| 4337 | | -F: Documentation/devicetree/bindings/mfd/da90*.txt |
|---|
| 5123 | +W: http://www.dialog-semiconductor.com/products |
|---|
| 4338 | 5124 | F: Documentation/devicetree/bindings/input/da90??-onkey.txt |
|---|
| 4339 | | -F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt |
|---|
| 5125 | +F: Documentation/devicetree/bindings/mfd/da90*.txt |
|---|
| 4340 | 5126 | F: Documentation/devicetree/bindings/regulator/da92*.txt |
|---|
| 4341 | | -F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt |
|---|
| 5127 | +F: Documentation/devicetree/bindings/regulator/slg51000.txt |
|---|
| 4342 | 5128 | F: Documentation/devicetree/bindings/sound/da[79]*.txt |
|---|
| 5129 | +F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt |
|---|
| 5130 | +F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt |
|---|
| 5131 | +F: Documentation/hwmon/da90??.rst |
|---|
| 4343 | 5132 | F: drivers/gpio/gpio-da90??.c |
|---|
| 4344 | 5133 | F: drivers/hwmon/da90??-hwmon.c |
|---|
| 4345 | 5134 | F: drivers/iio/adc/da91??-*.c |
|---|
| .. | .. |
|---|
| 4349 | 5138 | F: drivers/mfd/da903x.c |
|---|
| 4350 | 5139 | F: drivers/mfd/da90??-*.c |
|---|
| 4351 | 5140 | F: drivers/mfd/da91??-*.c |
|---|
| 5141 | +F: drivers/pinctrl/pinctrl-da90??.c |
|---|
| 4352 | 5142 | F: drivers/power/supply/da9052-battery.c |
|---|
| 4353 | 5143 | F: drivers/power/supply/da91??-*.c |
|---|
| 4354 | | -F: drivers/regulator/da903x.c |
|---|
| 4355 | 5144 | F: drivers/regulator/da9???-regulator.[ch] |
|---|
| 4356 | | -F: drivers/thermal/da90??-thermal.c |
|---|
| 5145 | +F: drivers/regulator/slg51000-regulator.[ch] |
|---|
| 4357 | 5146 | F: drivers/rtc/rtc-da90??.c |
|---|
| 5147 | +F: drivers/thermal/da90??-thermal.c |
|---|
| 4358 | 5148 | F: drivers/video/backlight/da90??_bl.c |
|---|
| 4359 | 5149 | F: drivers/watchdog/da90??_wdt.c |
|---|
| 4360 | 5150 | F: include/linux/mfd/da903x.h |
|---|
| .. | .. |
|---|
| 4373 | 5163 | S: Maintained |
|---|
| 4374 | 5164 | F: drivers/gpio/gpio-gpio-mm.c |
|---|
| 4375 | 5165 | |
|---|
| 4376 | | -DIGI NEO AND CLASSIC PCI PRODUCTS |
|---|
| 4377 | | -M: Lidza Louina <lidza.louina@gmail.com> |
|---|
| 4378 | | -M: Mark Hounschell <markh@compro.net> |
|---|
| 4379 | | -L: driverdev-devel@linuxdriverproject.org |
|---|
| 4380 | | -S: Maintained |
|---|
| 4381 | | -F: drivers/staging/dgnc/ |
|---|
| 4382 | | - |
|---|
| 4383 | 5166 | DIOLAN U2C-12 I2C DRIVER |
|---|
| 4384 | 5167 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 4385 | 5168 | L: linux-i2c@vger.kernel.org |
|---|
| 4386 | 5169 | S: Maintained |
|---|
| 4387 | 5170 | F: drivers/i2c/busses/i2c-diolan-u2c.c |
|---|
| 4388 | 5171 | |
|---|
| 4389 | | -FILESYSTEM DIRECT ACCESS (DAX) |
|---|
| 4390 | | -M: Matthew Wilcox <mawilcox@microsoft.com> |
|---|
| 4391 | | -M: Ross Zwisler <zwisler@kernel.org> |
|---|
| 4392 | | -M: Jan Kara <jack@suse.cz> |
|---|
| 4393 | | -L: linux-fsdevel@vger.kernel.org |
|---|
| 4394 | | -S: Supported |
|---|
| 4395 | | -F: fs/dax.c |
|---|
| 4396 | | -F: include/linux/dax.h |
|---|
| 4397 | | -F: include/trace/events/fs_dax.h |
|---|
| 4398 | | - |
|---|
| 4399 | | -DEVICE DIRECT ACCESS (DAX) |
|---|
| 4400 | | -M: Dan Williams <dan.j.williams@intel.com> |
|---|
| 4401 | | -M: Dave Jiang <dave.jiang@intel.com> |
|---|
| 4402 | | -M: Ross Zwisler <zwisler@kernel.org> |
|---|
| 4403 | | -M: Vishal Verma <vishal.l.verma@intel.com> |
|---|
| 4404 | | -L: linux-nvdimm@lists.01.org |
|---|
| 4405 | | -S: Supported |
|---|
| 4406 | | -F: drivers/dax/ |
|---|
| 4407 | | - |
|---|
| 4408 | 5172 | DIRECTORY NOTIFICATION (DNOTIFY) |
|---|
| 4409 | 5173 | M: Jan Kara <jack@suse.cz> |
|---|
| 4410 | 5174 | R: Amir Goldstein <amir73il@gmail.com> |
|---|
| 4411 | 5175 | L: linux-fsdevel@vger.kernel.org |
|---|
| 4412 | 5176 | S: Maintained |
|---|
| 4413 | | -F: Documentation/filesystems/dnotify.txt |
|---|
| 5177 | +F: Documentation/filesystems/dnotify.rst |
|---|
| 4414 | 5178 | F: fs/notify/dnotify/ |
|---|
| 4415 | 5179 | F: include/linux/dnotify.h |
|---|
| 4416 | 5180 | |
|---|
| 4417 | 5181 | DISK GEOMETRY AND PARTITION HANDLING |
|---|
| 4418 | 5182 | M: Andries Brouwer <aeb@cwi.nl> |
|---|
| 5183 | +S: Maintained |
|---|
| 4419 | 5184 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
|---|
| 4420 | 5185 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html |
|---|
| 4421 | 5186 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html |
|---|
| 4422 | | -S: Maintained |
|---|
| 4423 | 5187 | |
|---|
| 4424 | 5188 | DISKQUOTA |
|---|
| 4425 | 5189 | M: Jan Kara <jack@suse.com> |
|---|
| 4426 | 5190 | S: Maintained |
|---|
| 4427 | | -F: Documentation/filesystems/quota.txt |
|---|
| 5191 | +F: Documentation/filesystems/quota.rst |
|---|
| 4428 | 5192 | F: fs/quota/ |
|---|
| 4429 | 5193 | F: include/linux/quota*.h |
|---|
| 4430 | 5194 | F: include/uapi/linux/quota*.h |
|---|
| .. | .. |
|---|
| 4434 | 5198 | L: linux-fbdev@vger.kernel.org |
|---|
| 4435 | 5199 | S: Maintained |
|---|
| 4436 | 5200 | W: http://plugable.com/category/projects/udlfb/ |
|---|
| 5201 | +F: Documentation/fb/udlfb.rst |
|---|
| 4437 | 5202 | F: drivers/video/fbdev/udlfb.c |
|---|
| 4438 | 5203 | F: include/video/udlfb.h |
|---|
| 4439 | | -F: Documentation/fb/udlfb.txt |
|---|
| 4440 | 5204 | |
|---|
| 4441 | 5205 | DISTRIBUTED LOCK MANAGER (DLM) |
|---|
| 4442 | 5206 | M: Christine Caulfield <ccaulfie@redhat.com> |
|---|
| 4443 | 5207 | M: David Teigland <teigland@redhat.com> |
|---|
| 4444 | 5208 | L: cluster-devel@redhat.com |
|---|
| 5209 | +S: Supported |
|---|
| 4445 | 5210 | W: http://sources.redhat.com/cluster/ |
|---|
| 4446 | 5211 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git |
|---|
| 4447 | | -S: Supported |
|---|
| 4448 | 5212 | F: fs/dlm/ |
|---|
| 4449 | 5213 | |
|---|
| 4450 | 5214 | DMA BUFFER SHARING FRAMEWORK |
|---|
| 4451 | 5215 | M: Sumit Semwal <sumit.semwal@linaro.org> |
|---|
| 4452 | | -S: Maintained |
|---|
| 5216 | +M: Christian König <christian.koenig@amd.com> |
|---|
| 4453 | 5217 | L: linux-media@vger.kernel.org |
|---|
| 4454 | 5218 | L: dri-devel@lists.freedesktop.org |
|---|
| 4455 | 5219 | L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers) |
|---|
| 4456 | | -F: drivers/dma-buf/ |
|---|
| 4457 | | -F: include/linux/dma-buf* |
|---|
| 4458 | | -F: include/linux/reservation.h |
|---|
| 4459 | | -F: include/linux/*fence.h |
|---|
| 4460 | | -F: Documentation/driver-api/dma-buf.rst |
|---|
| 5220 | +S: Maintained |
|---|
| 4461 | 5221 | T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5222 | +F: Documentation/driver-api/dma-buf.rst |
|---|
| 5223 | +F: drivers/dma-buf/ |
|---|
| 5224 | +F: include/linux/*fence.h |
|---|
| 5225 | +F: include/linux/dma-buf* |
|---|
| 5226 | +F: include/linux/dma-resv.h |
|---|
| 5227 | +K: \bdma_(?:buf|fence|resv)\b |
|---|
| 4462 | 5228 | |
|---|
| 4463 | 5229 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
|---|
| 4464 | 5230 | M: Vinod Koul <vkoul@kernel.org> |
|---|
| 4465 | 5231 | L: dmaengine@vger.kernel.org |
|---|
| 4466 | | -Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ |
|---|
| 4467 | 5232 | S: Maintained |
|---|
| 5233 | +Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ |
|---|
| 5234 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git |
|---|
| 5235 | +F: Documentation/devicetree/bindings/dma/ |
|---|
| 5236 | +F: Documentation/driver-api/dmaengine/ |
|---|
| 4468 | 5237 | F: drivers/dma/ |
|---|
| 4469 | 5238 | F: include/linux/dmaengine.h |
|---|
| 4470 | 5239 | F: include/linux/of_dma.h |
|---|
| 4471 | | -F: Documentation/devicetree/bindings/dma/ |
|---|
| 4472 | | -F: Documentation/driver-api/dmaengine/ |
|---|
| 4473 | | -T: git git://git.infradead.org/users/vkoul/slave-dma.git |
|---|
| 4474 | 5240 | |
|---|
| 4475 | 5241 | DMA MAPPING HELPERS |
|---|
| 4476 | 5242 | M: Christoph Hellwig <hch@lst.de> |
|---|
| 4477 | 5243 | M: Marek Szyprowski <m.szyprowski@samsung.com> |
|---|
| 4478 | 5244 | R: Robin Murphy <robin.murphy@arm.com> |
|---|
| 4479 | 5245 | L: iommu@lists.linux-foundation.org |
|---|
| 4480 | | -T: git git://git.infradead.org/users/hch/dma-mapping.git |
|---|
| 4481 | | -W: http://git.infradead.org/users/hch/dma-mapping.git |
|---|
| 4482 | 5246 | S: Supported |
|---|
| 4483 | | -F: kernel/dma/ |
|---|
| 5247 | +W: http://git.infradead.org/users/hch/dma-mapping.git |
|---|
| 5248 | +T: git git://git.infradead.org/users/hch/dma-mapping.git |
|---|
| 4484 | 5249 | F: include/asm-generic/dma-mapping.h |
|---|
| 4485 | 5250 | F: include/linux/dma-direct.h |
|---|
| 4486 | 5251 | F: include/linux/dma-mapping.h |
|---|
| 4487 | | -F: include/linux/dma-noncoherent.h |
|---|
| 5252 | +F: include/linux/dma-map-ops.h |
|---|
| 5253 | +F: kernel/dma/ |
|---|
| 5254 | + |
|---|
| 5255 | +DMA-BUF HEAPS FRAMEWORK |
|---|
| 5256 | +M: Sumit Semwal <sumit.semwal@linaro.org> |
|---|
| 5257 | +R: Benjamin Gaignard <benjamin.gaignard@linaro.org> |
|---|
| 5258 | +R: Liam Mark <lmark@codeaurora.org> |
|---|
| 5259 | +R: Laura Abbott <labbott@redhat.com> |
|---|
| 5260 | +R: Brian Starkey <Brian.Starkey@arm.com> |
|---|
| 5261 | +R: John Stultz <john.stultz@linaro.org> |
|---|
| 5262 | +L: linux-media@vger.kernel.org |
|---|
| 5263 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5264 | +L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers) |
|---|
| 5265 | +S: Maintained |
|---|
| 5266 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5267 | +F: drivers/dma-buf/dma-heap.c |
|---|
| 5268 | +F: drivers/dma-buf/heaps/* |
|---|
| 5269 | +F: include/linux/dma-heap.h |
|---|
| 5270 | +F: include/uapi/linux/dma-heap.h |
|---|
| 5271 | + |
|---|
| 5272 | +DMC FREQUENCY DRIVER FOR SAMSUNG EXYNOS5422 |
|---|
| 5273 | +M: Lukasz Luba <lukasz.luba@arm.com> |
|---|
| 5274 | +L: linux-pm@vger.kernel.org |
|---|
| 5275 | +L: linux-samsung-soc@vger.kernel.org |
|---|
| 5276 | +S: Maintained |
|---|
| 5277 | +F: Documentation/devicetree/bindings/memory-controllers/exynos5422-dmc.txt |
|---|
| 5278 | +F: drivers/memory/samsung/exynos5422-dmc.c |
|---|
| 4488 | 5279 | |
|---|
| 4489 | 5280 | DME1737 HARDWARE MONITOR DRIVER |
|---|
| 4490 | 5281 | M: Juerg Haefliger <juergh@gmail.com> |
|---|
| 4491 | 5282 | L: linux-hwmon@vger.kernel.org |
|---|
| 4492 | 5283 | S: Maintained |
|---|
| 4493 | | -F: Documentation/hwmon/dme1737 |
|---|
| 5284 | +F: Documentation/hwmon/dme1737.rst |
|---|
| 4494 | 5285 | F: drivers/hwmon/dme1737.c |
|---|
| 4495 | 5286 | |
|---|
| 4496 | 5287 | DMI/SMBIOS SUPPORT |
|---|
| .. | .. |
|---|
| 4506 | 5297 | M: Jonathan Corbet <corbet@lwn.net> |
|---|
| 4507 | 5298 | L: linux-doc@vger.kernel.org |
|---|
| 4508 | 5299 | S: Maintained |
|---|
| 4509 | | -F: Documentation/ |
|---|
| 4510 | | -F: scripts/kernel-doc |
|---|
| 4511 | | -X: Documentation/ABI/ |
|---|
| 4512 | | -X: Documentation/devicetree/ |
|---|
| 4513 | | -X: Documentation/acpi |
|---|
| 4514 | | -X: Documentation/power |
|---|
| 4515 | | -X: Documentation/spi |
|---|
| 4516 | | -X: Documentation/media |
|---|
| 5300 | +P: Documentation/doc-guide/maintainer-profile.rst |
|---|
| 4517 | 5301 | T: git git://git.lwn.net/linux.git docs-next |
|---|
| 5302 | +F: Documentation/ |
|---|
| 5303 | +F: scripts/documentation-file-ref-check |
|---|
| 5304 | +F: scripts/kernel-doc |
|---|
| 5305 | +F: scripts/sphinx-pre-install |
|---|
| 5306 | +X: Documentation/ABI/ |
|---|
| 5307 | +X: Documentation/admin-guide/media/ |
|---|
| 5308 | +X: Documentation/devicetree/ |
|---|
| 5309 | +X: Documentation/driver-api/media/ |
|---|
| 5310 | +X: Documentation/firmware-guide/acpi/ |
|---|
| 5311 | +X: Documentation/i2c/ |
|---|
| 5312 | +X: Documentation/power/ |
|---|
| 5313 | +X: Documentation/spi/ |
|---|
| 5314 | +X: Documentation/userspace-api/media/ |
|---|
| 5315 | + |
|---|
| 5316 | +DOCUMENTATION SCRIPTS |
|---|
| 5317 | +M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 5318 | +L: linux-doc@vger.kernel.org |
|---|
| 5319 | +S: Maintained |
|---|
| 5320 | +F: Documentation/sphinx/parse-headers.pl |
|---|
| 5321 | +F: scripts/documentation-file-ref-check |
|---|
| 5322 | +F: scripts/sphinx-pre-install |
|---|
| 4518 | 5323 | |
|---|
| 4519 | 5324 | DOCUMENTATION/ITALIAN |
|---|
| 4520 | 5325 | M: Federico Vaga <federico.vaga@vaga.pv.it> |
|---|
| .. | .. |
|---|
| 4525 | 5330 | DONGWOON DW9714 LENS VOICE COIL DRIVER |
|---|
| 4526 | 5331 | M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 4527 | 5332 | L: linux-media@vger.kernel.org |
|---|
| 4528 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 4529 | 5333 | S: Maintained |
|---|
| 5334 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 5335 | +F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt |
|---|
| 4530 | 5336 | F: drivers/media/i2c/dw9714.c |
|---|
| 5337 | + |
|---|
| 5338 | +DONGWOON DW9768 LENS VOICE COIL DRIVER |
|---|
| 5339 | +M: Dongchun Zhu <dongchun.zhu@mediatek.com> |
|---|
| 5340 | +L: linux-media@vger.kernel.org |
|---|
| 5341 | +S: Maintained |
|---|
| 5342 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 5343 | +F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml |
|---|
| 5344 | +F: drivers/media/i2c/dw9768.c |
|---|
| 4531 | 5345 | |
|---|
| 4532 | 5346 | DONGWOON DW9807 LENS VOICE COIL DRIVER |
|---|
| 4533 | 5347 | M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 4534 | 5348 | L: linux-media@vger.kernel.org |
|---|
| 4535 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 4536 | 5349 | S: Maintained |
|---|
| 4537 | | -F: drivers/media/i2c/dw9807.c |
|---|
| 5350 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 5351 | +F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt |
|---|
| 5352 | +F: drivers/media/i2c/dw9807-vcm.c |
|---|
| 4538 | 5353 | |
|---|
| 4539 | 5354 | DOUBLETALK DRIVER |
|---|
| 4540 | 5355 | M: "James R. Van Zandt" <jrv@vanzandt.mv.com> |
|---|
| .. | .. |
|---|
| 4550 | 5365 | F: drivers/soc/fsl/dpio |
|---|
| 4551 | 5366 | |
|---|
| 4552 | 5367 | DPAA2 ETHERNET DRIVER |
|---|
| 5368 | +M: Ioana Ciornei <ioana.ciornei@nxp.com> |
|---|
| 4553 | 5369 | M: Ioana Radulescu <ruxandra.radulescu@nxp.com> |
|---|
| 4554 | | -L: linux-kernel@vger.kernel.org |
|---|
| 5370 | +L: netdev@vger.kernel.org |
|---|
| 4555 | 5371 | S: Maintained |
|---|
| 4556 | | -F: drivers/staging/fsl-dpaa2/ethernet |
|---|
| 5372 | +F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ethernet-driver.rst |
|---|
| 5373 | +F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/mac-phy-support.rst |
|---|
| 5374 | +F: drivers/net/ethernet/freescale/dpaa2/Kconfig |
|---|
| 5375 | +F: drivers/net/ethernet/freescale/dpaa2/Makefile |
|---|
| 5376 | +F: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth* |
|---|
| 5377 | +F: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac* |
|---|
| 5378 | +F: drivers/net/ethernet/freescale/dpaa2/dpkg.h |
|---|
| 5379 | +F: drivers/net/ethernet/freescale/dpaa2/dpmac* |
|---|
| 5380 | +F: drivers/net/ethernet/freescale/dpaa2/dpni* |
|---|
| 4557 | 5381 | |
|---|
| 4558 | 5382 | DPAA2 ETHERNET SWITCH DRIVER |
|---|
| 4559 | 5383 | M: Ioana Radulescu <ruxandra.radulescu@nxp.com> |
|---|
| .. | .. |
|---|
| 4562 | 5386 | S: Maintained |
|---|
| 4563 | 5387 | F: drivers/staging/fsl-dpaa2/ethsw |
|---|
| 4564 | 5388 | |
|---|
| 4565 | | -DPAA2 PTP CLOCK DRIVER |
|---|
| 4566 | | -M: Yangbo Lu <yangbo.lu@nxp.com> |
|---|
| 4567 | | -L: linux-kernel@vger.kernel.org |
|---|
| 4568 | | -S: Maintained |
|---|
| 4569 | | -F: drivers/staging/fsl-dpaa2/rtc |
|---|
| 4570 | | - |
|---|
| 4571 | 5389 | DPT_I2O SCSI RAID DRIVER |
|---|
| 4572 | 5390 | M: Adaptec OEM Raid Solutions <aacraid@microsemi.com> |
|---|
| 4573 | 5391 | L: linux-scsi@vger.kernel.org |
|---|
| 4574 | | -W: http://www.adaptec.com/ |
|---|
| 4575 | 5392 | S: Maintained |
|---|
| 5393 | +W: http://www.adaptec.com/ |
|---|
| 4576 | 5394 | F: drivers/scsi/dpt* |
|---|
| 4577 | 5395 | F: drivers/scsi/dpt/ |
|---|
| 4578 | 5396 | |
|---|
| .. | .. |
|---|
| 4580 | 5398 | M: Philipp Reisner <philipp.reisner@linbit.com> |
|---|
| 4581 | 5399 | M: Lars Ellenberg <lars.ellenberg@linbit.com> |
|---|
| 4582 | 5400 | L: drbd-dev@lists.linbit.com |
|---|
| 5401 | +S: Supported |
|---|
| 4583 | 5402 | W: http://www.drbd.org |
|---|
| 4584 | 5403 | T: git git://git.linbit.com/linux-drbd.git |
|---|
| 4585 | 5404 | T: git git://git.linbit.com/drbd-8.4.git |
|---|
| 4586 | | -S: Supported |
|---|
| 5405 | +F: Documentation/admin-guide/blockdev/ |
|---|
| 4587 | 5406 | F: drivers/block/drbd/ |
|---|
| 4588 | 5407 | F: lib/lru_cache.c |
|---|
| 4589 | | -F: Documentation/blockdev/drbd/ |
|---|
| 4590 | 5408 | |
|---|
| 4591 | 5409 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
|---|
| 4592 | 5410 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 4593 | 5411 | R: "Rafael J. Wysocki" <rafael@kernel.org> |
|---|
| 4594 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
|---|
| 4595 | 5412 | S: Supported |
|---|
| 4596 | | -F: Documentation/kobject.txt |
|---|
| 5413 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
|---|
| 5414 | +F: Documentation/core-api/kobject.rst |
|---|
| 4597 | 5415 | F: drivers/base/ |
|---|
| 4598 | 5416 | F: fs/debugfs/ |
|---|
| 4599 | 5417 | F: fs/sysfs/ |
|---|
| .. | .. |
|---|
| 4601 | 5419 | F: include/linux/kobj* |
|---|
| 4602 | 5420 | F: lib/kobj* |
|---|
| 4603 | 5421 | |
|---|
| 4604 | | -DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS) |
|---|
| 4605 | | -M: Kevin Hilman <khilman@kernel.org> |
|---|
| 5422 | +DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS) |
|---|
| 4606 | 5423 | M: Nishanth Menon <nm@ti.com> |
|---|
| 4607 | | -S: Maintained |
|---|
| 4608 | | -F: drivers/power/avs/ |
|---|
| 4609 | | -F: include/linux/power/smartreflex.h |
|---|
| 4610 | 5424 | L: linux-pm@vger.kernel.org |
|---|
| 5425 | +S: Maintained |
|---|
| 5426 | +F: drivers/soc/ti/smartreflex.c |
|---|
| 5427 | +F: include/linux/power/smartreflex.h |
|---|
| 5428 | + |
|---|
| 5429 | +DRM DRIVER FOR ALLWINNER DE2 AND DE3 ENGINE |
|---|
| 5430 | +M: Maxime Ripard <mripard@kernel.org> |
|---|
| 5431 | +M: Chen-Yu Tsai <wens@csie.org> |
|---|
| 5432 | +R: Jernej Skrabec <jernej.skrabec@siol.net> |
|---|
| 5433 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5434 | +S: Supported |
|---|
| 5435 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5436 | +F: drivers/gpu/drm/sun4i/sun8i* |
|---|
| 4611 | 5437 | |
|---|
| 4612 | 5438 | DRM DRIVER FOR ARM PL111 CLCD |
|---|
| 4613 | 5439 | M: Eric Anholt <eric@anholt.net> |
|---|
| 4614 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4615 | 5440 | S: Supported |
|---|
| 5441 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4616 | 5442 | F: drivers/gpu/drm/pl111/ |
|---|
| 4617 | 5443 | |
|---|
| 4618 | 5444 | DRM DRIVER FOR ARM VERSATILE TFT PANELS |
|---|
| 4619 | 5445 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 4620 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4621 | 5446 | S: Maintained |
|---|
| 5447 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5448 | +F: Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml |
|---|
| 4622 | 5449 | F: drivers/gpu/drm/panel/panel-arm-versatile.c |
|---|
| 4623 | | -F: Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.txt |
|---|
| 5450 | + |
|---|
| 5451 | +DRM DRIVER FOR ASPEED BMC GFX |
|---|
| 5452 | +M: Joel Stanley <joel@jms.id.au> |
|---|
| 5453 | +L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 5454 | +S: Supported |
|---|
| 5455 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5456 | +F: Documentation/devicetree/bindings/gpu/aspeed-gfx.txt |
|---|
| 5457 | +F: drivers/gpu/drm/aspeed/ |
|---|
| 4624 | 5458 | |
|---|
| 4625 | 5459 | DRM DRIVER FOR AST SERVER GRAPHICS CHIPS |
|---|
| 4626 | 5460 | M: Dave Airlie <airlied@redhat.com> |
|---|
| 4627 | | -S: Odd Fixes |
|---|
| 5461 | +R: Thomas Zimmermann <tzimmermann@suse.de> |
|---|
| 5462 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5463 | +S: Supported |
|---|
| 5464 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4628 | 5465 | F: drivers/gpu/drm/ast/ |
|---|
| 4629 | 5466 | |
|---|
| 4630 | 5467 | DRM DRIVER FOR BOCHS VIRTUAL GPU |
|---|
| 4631 | 5468 | M: Gerd Hoffmann <kraxel@redhat.com> |
|---|
| 4632 | 5469 | L: virtualization@lists.linux-foundation.org |
|---|
| 4633 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4634 | 5470 | S: Maintained |
|---|
| 5471 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4635 | 5472 | F: drivers/gpu/drm/bochs/ |
|---|
| 5473 | + |
|---|
| 5474 | +DRM DRIVER FOR BOE HIMAX8279D PANELS |
|---|
| 5475 | +M: Jerry Han <hanxu5@huaqin.corp-partner.google.com> |
|---|
| 5476 | +S: Maintained |
|---|
| 5477 | +F: Documentation/devicetree/bindings/display/panel/boe,himax8279d.yaml |
|---|
| 5478 | +F: drivers/gpu/drm/panel/panel-boe-himax8279d.c |
|---|
| 4636 | 5479 | |
|---|
| 4637 | 5480 | DRM DRIVER FOR FARADAY TVE200 TV ENCODER |
|---|
| 4638 | 5481 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 4639 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4640 | 5482 | S: Maintained |
|---|
| 5483 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4641 | 5484 | F: drivers/gpu/drm/tve200/ |
|---|
| 5485 | + |
|---|
| 5486 | +DRM DRIVER FOR FEIXIN K101 IM2BA02 MIPI-DSI LCD PANELS |
|---|
| 5487 | +M: Icenowy Zheng <icenowy@aosc.io> |
|---|
| 5488 | +S: Maintained |
|---|
| 5489 | +F: Documentation/devicetree/bindings/display/panel/feixin,k101-im2ba02.yaml |
|---|
| 5490 | +F: drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c |
|---|
| 5491 | + |
|---|
| 5492 | +DRM DRIVER FOR FEIYANG FY07024DI26A30-D MIPI-DSI LCD PANELS |
|---|
| 5493 | +M: Jagan Teki <jagan@amarulasolutions.com> |
|---|
| 5494 | +S: Maintained |
|---|
| 5495 | +F: Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml |
|---|
| 5496 | +F: drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c |
|---|
| 5497 | + |
|---|
| 5498 | +DRM DRIVER FOR GRAIN MEDIA GM12U320 PROJECTORS |
|---|
| 5499 | +M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 5500 | +S: Maintained |
|---|
| 5501 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5502 | +F: drivers/gpu/drm/tiny/gm12u320.c |
|---|
| 5503 | + |
|---|
| 5504 | +DRM DRIVER FOR HX8357D PANELS |
|---|
| 5505 | +M: Eric Anholt <eric@anholt.net> |
|---|
| 5506 | +S: Maintained |
|---|
| 5507 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5508 | +F: Documentation/devicetree/bindings/display/himax,hx8357d.txt |
|---|
| 5509 | +F: drivers/gpu/drm/tiny/hx8357d.c |
|---|
| 4642 | 5510 | |
|---|
| 4643 | 5511 | DRM DRIVER FOR ILITEK ILI9225 PANELS |
|---|
| 4644 | 5512 | M: David Lechner <david@lechnology.com> |
|---|
| 4645 | 5513 | S: Maintained |
|---|
| 4646 | | -F: drivers/gpu/drm/tinydrm/ili9225.c |
|---|
| 5514 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4647 | 5515 | F: Documentation/devicetree/bindings/display/ilitek,ili9225.txt |
|---|
| 5516 | +F: drivers/gpu/drm/tiny/ili9225.c |
|---|
| 5517 | + |
|---|
| 5518 | +DRM DRIVER FOR ILITEK ILI9486 PANELS |
|---|
| 5519 | +M: Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com> |
|---|
| 5520 | +S: Maintained |
|---|
| 5521 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5522 | +F: Documentation/devicetree/bindings/display/ilitek,ili9486.yaml |
|---|
| 5523 | +F: drivers/gpu/drm/tiny/ili9486.c |
|---|
| 4648 | 5524 | |
|---|
| 4649 | 5525 | DRM DRIVER FOR INTEL I810 VIDEO CARDS |
|---|
| 4650 | 5526 | S: Orphan / Obsolete |
|---|
| 4651 | 5527 | F: drivers/gpu/drm/i810/ |
|---|
| 4652 | 5528 | F: include/uapi/drm/i810_drm.h |
|---|
| 4653 | 5529 | |
|---|
| 5530 | +DRM DRIVER FOR LVDS PANELS |
|---|
| 5531 | +M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 5532 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5533 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5534 | +S: Maintained |
|---|
| 5535 | +F: drivers/gpu/drm/panel/panel-lvds.c |
|---|
| 5536 | +F: Documentation/devicetree/bindings/display/panel/lvds.yaml |
|---|
| 5537 | + |
|---|
| 5538 | +DRM DRIVER FOR MANTIX MLAF057WE51 PANELS |
|---|
| 5539 | +M: Guido Günther <agx@sigxcpu.org> |
|---|
| 5540 | +R: Purism Kernel Team <kernel@puri.sm> |
|---|
| 5541 | +S: Maintained |
|---|
| 5542 | +F: Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml |
|---|
| 5543 | +F: drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c |
|---|
| 5544 | + |
|---|
| 4654 | 5545 | DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS |
|---|
| 4655 | 5546 | S: Orphan / Obsolete |
|---|
| 4656 | 5547 | F: drivers/gpu/drm/mga/ |
|---|
| 4657 | 5548 | F: include/uapi/drm/mga_drm.h |
|---|
| 4658 | 5549 | |
|---|
| 4659 | | -DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS |
|---|
| 5550 | +DRM DRIVER FOR MGA G200 GRAPHICS CHIPS |
|---|
| 4660 | 5551 | M: Dave Airlie <airlied@redhat.com> |
|---|
| 4661 | | -S: Odd Fixes |
|---|
| 5552 | +R: Thomas Zimmermann <tzimmermann@suse.de> |
|---|
| 5553 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5554 | +S: Supported |
|---|
| 5555 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4662 | 5556 | F: drivers/gpu/drm/mgag200/ |
|---|
| 4663 | 5557 | |
|---|
| 4664 | 5558 | DRM DRIVER FOR MI0283QT |
|---|
| 4665 | 5559 | M: Noralf Trønnes <noralf@tronnes.org> |
|---|
| 4666 | 5560 | S: Maintained |
|---|
| 4667 | | -F: drivers/gpu/drm/tinydrm/mi0283qt.c |
|---|
| 5561 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4668 | 5562 | F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt |
|---|
| 5563 | +F: drivers/gpu/drm/tiny/mi0283qt.c |
|---|
| 4669 | 5564 | |
|---|
| 4670 | 5565 | DRM DRIVER FOR MSM ADRENO GPU |
|---|
| 4671 | 5566 | M: Rob Clark <robdclark@gmail.com> |
|---|
| 5567 | +M: Sean Paul <sean@poorly.run> |
|---|
| 4672 | 5568 | L: linux-arm-msm@vger.kernel.org |
|---|
| 4673 | 5569 | L: dri-devel@lists.freedesktop.org |
|---|
| 4674 | 5570 | L: freedreno@lists.freedesktop.org |
|---|
| 4675 | | -T: git git://people.freedesktop.org/~robclark/linux |
|---|
| 4676 | 5571 | S: Maintained |
|---|
| 5572 | +T: git https://gitlab.freedesktop.org/drm/msm.git |
|---|
| 5573 | +F: Documentation/devicetree/bindings/display/msm/ |
|---|
| 4677 | 5574 | F: drivers/gpu/drm/msm/ |
|---|
| 4678 | 5575 | F: include/uapi/drm/msm_drm.h |
|---|
| 4679 | | -F: Documentation/devicetree/bindings/display/msm/ |
|---|
| 5576 | + |
|---|
| 5577 | +DRM DRIVER FOR NOVATEK NT35510 PANELS |
|---|
| 5578 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 5579 | +S: Maintained |
|---|
| 5580 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5581 | +F: Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml |
|---|
| 5582 | +F: drivers/gpu/drm/panel/panel-novatek-nt35510.c |
|---|
| 4680 | 5583 | |
|---|
| 4681 | 5584 | DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS |
|---|
| 4682 | 5585 | M: Ben Skeggs <bskeggs@redhat.com> |
|---|
| 4683 | 5586 | L: dri-devel@lists.freedesktop.org |
|---|
| 4684 | 5587 | L: nouveau@lists.freedesktop.org |
|---|
| 4685 | | -T: git git://github.com/skeggsb/linux |
|---|
| 4686 | 5588 | S: Supported |
|---|
| 5589 | +T: git git://github.com/skeggsb/linux |
|---|
| 4687 | 5590 | F: drivers/gpu/drm/nouveau/ |
|---|
| 4688 | 5591 | F: include/uapi/drm/nouveau_drm.h |
|---|
| 5592 | + |
|---|
| 5593 | +DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS |
|---|
| 5594 | +M: Stefan Mavrodiev <stefan@olimex.com> |
|---|
| 5595 | +S: Maintained |
|---|
| 5596 | +F: Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml |
|---|
| 5597 | +F: drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c |
|---|
| 4689 | 5598 | |
|---|
| 4690 | 5599 | DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS |
|---|
| 4691 | 5600 | M: Noralf Trønnes <noralf@tronnes.org> |
|---|
| 4692 | 5601 | S: Maintained |
|---|
| 4693 | | -F: drivers/gpu/drm/tinydrm/repaper.c |
|---|
| 5602 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4694 | 5603 | F: Documentation/devicetree/bindings/display/repaper.txt |
|---|
| 5604 | +F: drivers/gpu/drm/tiny/repaper.c |
|---|
| 4695 | 5605 | |
|---|
| 4696 | 5606 | DRM DRIVER FOR QEMU'S CIRRUS DEVICE |
|---|
| 4697 | 5607 | M: Dave Airlie <airlied@redhat.com> |
|---|
| 4698 | 5608 | M: Gerd Hoffmann <kraxel@redhat.com> |
|---|
| 4699 | 5609 | L: virtualization@lists.linux-foundation.org |
|---|
| 4700 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4701 | 5610 | S: Obsolete |
|---|
| 4702 | 5611 | W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ |
|---|
| 4703 | | -F: drivers/gpu/drm/cirrus/ |
|---|
| 5612 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5613 | +F: drivers/gpu/drm/tiny/cirrus.c |
|---|
| 4704 | 5614 | |
|---|
| 4705 | 5615 | DRM DRIVER FOR QXL VIRTUAL GPU |
|---|
| 4706 | 5616 | M: Dave Airlie <airlied@redhat.com> |
|---|
| 4707 | 5617 | M: Gerd Hoffmann <kraxel@redhat.com> |
|---|
| 4708 | 5618 | L: virtualization@lists.linux-foundation.org |
|---|
| 4709 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5619 | +L: spice-devel@lists.freedesktop.org |
|---|
| 4710 | 5620 | S: Maintained |
|---|
| 5621 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4711 | 5622 | F: drivers/gpu/drm/qxl/ |
|---|
| 4712 | 5623 | F: include/uapi/drm/qxl_drm.h |
|---|
| 4713 | 5624 | |
|---|
| .. | .. |
|---|
| 4715 | 5626 | S: Orphan / Obsolete |
|---|
| 4716 | 5627 | F: drivers/gpu/drm/r128/ |
|---|
| 4717 | 5628 | F: include/uapi/drm/r128_drm.h |
|---|
| 5629 | + |
|---|
| 5630 | +DRM DRIVER FOR RAYDIUM RM67191 PANELS |
|---|
| 5631 | +M: Robert Chiras <robert.chiras@nxp.com> |
|---|
| 5632 | +S: Maintained |
|---|
| 5633 | +F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml |
|---|
| 5634 | +F: drivers/gpu/drm/panel/panel-raydium-rm67191.c |
|---|
| 5635 | + |
|---|
| 5636 | +DRM DRIVER FOR SITRONIX ST7703 PANELS |
|---|
| 5637 | +M: Guido Günther <agx@sigxcpu.org> |
|---|
| 5638 | +R: Purism Kernel Team <kernel@puri.sm> |
|---|
| 5639 | +R: Ondrej Jirman <megous@megous.com> |
|---|
| 5640 | +S: Maintained |
|---|
| 5641 | +F: Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml |
|---|
| 5642 | +F: drivers/gpu/drm/panel/panel-sitronix-st7703.c |
|---|
| 4718 | 5643 | |
|---|
| 4719 | 5644 | DRM DRIVER FOR SAVAGE VIDEO CARDS |
|---|
| 4720 | 5645 | S: Orphan / Obsolete |
|---|
| .. | .. |
|---|
| 4729 | 5654 | DRM DRIVER FOR SITRONIX ST7586 PANELS |
|---|
| 4730 | 5655 | M: David Lechner <david@lechnology.com> |
|---|
| 4731 | 5656 | S: Maintained |
|---|
| 4732 | | -F: drivers/gpu/drm/tinydrm/st7586.c |
|---|
| 5657 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4733 | 5658 | F: Documentation/devicetree/bindings/display/sitronix,st7586.txt |
|---|
| 5659 | +F: drivers/gpu/drm/tiny/st7586.c |
|---|
| 5660 | + |
|---|
| 5661 | +DRM DRIVER FOR SITRONIX ST7701 PANELS |
|---|
| 5662 | +M: Jagan Teki <jagan@amarulasolutions.com> |
|---|
| 5663 | +S: Maintained |
|---|
| 5664 | +F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml |
|---|
| 5665 | +F: drivers/gpu/drm/panel/panel-sitronix-st7701.c |
|---|
| 4734 | 5666 | |
|---|
| 4735 | 5667 | DRM DRIVER FOR SITRONIX ST7735R PANELS |
|---|
| 4736 | 5668 | M: David Lechner <david@lechnology.com> |
|---|
| 4737 | 5669 | S: Maintained |
|---|
| 4738 | | -F: drivers/gpu/drm/tinydrm/st7735r.c |
|---|
| 4739 | | -F: Documentation/devicetree/bindings/display/sitronix,st7735r.txt |
|---|
| 5670 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5671 | +F: Documentation/devicetree/bindings/display/sitronix,st7735r.yaml |
|---|
| 5672 | +F: drivers/gpu/drm/tiny/st7735r.c |
|---|
| 5673 | + |
|---|
| 5674 | +DRM DRIVER FOR SONY ACX424AKP PANELS |
|---|
| 5675 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 5676 | +S: Maintained |
|---|
| 5677 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5678 | +F: drivers/gpu/drm/panel/panel-sony-acx424akp.c |
|---|
| 5679 | + |
|---|
| 5680 | +DRM DRIVER FOR ST-ERICSSON MCDE |
|---|
| 5681 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 5682 | +S: Maintained |
|---|
| 5683 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5684 | +F: Documentation/devicetree/bindings/display/ste,mcde.txt |
|---|
| 5685 | +F: drivers/gpu/drm/mcde/ |
|---|
| 4740 | 5686 | |
|---|
| 4741 | 5687 | DRM DRIVER FOR TDFX VIDEO CARDS |
|---|
| 4742 | 5688 | S: Orphan / Obsolete |
|---|
| 4743 | 5689 | F: drivers/gpu/drm/tdfx/ |
|---|
| 4744 | 5690 | |
|---|
| 5691 | +DRM DRIVER FOR TPO TPG110 PANELS |
|---|
| 5692 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 5693 | +S: Maintained |
|---|
| 5694 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5695 | +F: Documentation/devicetree/bindings/display/panel/tpo,tpg110.yaml |
|---|
| 5696 | +F: drivers/gpu/drm/panel/panel-tpo-tpg110.c |
|---|
| 5697 | + |
|---|
| 4745 | 5698 | DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS |
|---|
| 4746 | 5699 | M: Dave Airlie <airlied@redhat.com> |
|---|
| 4747 | | -S: Odd Fixes |
|---|
| 5700 | +R: Sean Paul <sean@poorly.run> |
|---|
| 5701 | +R: Thomas Zimmermann <tzimmermann@suse.de> |
|---|
| 5702 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5703 | +S: Supported |
|---|
| 5704 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4748 | 5705 | F: drivers/gpu/drm/udl/ |
|---|
| 5706 | + |
|---|
| 5707 | +DRM DRIVER FOR VIRTUAL KERNEL MODESETTING (VKMS) |
|---|
| 5708 | +M: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com> |
|---|
| 5709 | +M: Melissa Wen <melissa.srw@gmail.com> |
|---|
| 5710 | +R: Haneen Mohammed <hamohammed.sa@gmail.com> |
|---|
| 5711 | +R: Daniel Vetter <daniel@ffwll.ch> |
|---|
| 5712 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5713 | +S: Maintained |
|---|
| 5714 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5715 | +F: Documentation/gpu/vkms.rst |
|---|
| 5716 | +F: drivers/gpu/drm/vkms/ |
|---|
| 5717 | + |
|---|
| 5718 | +DRM DRIVER FOR VIRTUALBOX VIRTUAL GPU |
|---|
| 5719 | +M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 5720 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5721 | +S: Maintained |
|---|
| 5722 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5723 | +F: drivers/gpu/drm/vboxvideo/ |
|---|
| 4749 | 5724 | |
|---|
| 4750 | 5725 | DRM DRIVER FOR VMWARE VIRTUAL GPU |
|---|
| 4751 | 5726 | M: "VMware Graphics" <linux-graphics-maintainer@vmware.com> |
|---|
| 4752 | | -M: Sinclair Yeh <syeh@vmware.com> |
|---|
| 4753 | | -M: Thomas Hellstrom <thellstrom@vmware.com> |
|---|
| 5727 | +M: Roland Scheidegger <sroland@vmware.com> |
|---|
| 4754 | 5728 | L: dri-devel@lists.freedesktop.org |
|---|
| 4755 | | -T: git git://people.freedesktop.org/~syeh/repos_linux |
|---|
| 4756 | | -T: git git://people.freedesktop.org/~thomash/linux |
|---|
| 4757 | 5729 | S: Supported |
|---|
| 5730 | +T: git git://people.freedesktop.org/~sroland/linux |
|---|
| 4758 | 5731 | F: drivers/gpu/drm/vmwgfx/ |
|---|
| 4759 | 5732 | F: include/uapi/drm/vmwgfx_drm.h |
|---|
| 4760 | 5733 | |
|---|
| 4761 | 5734 | DRM DRIVERS |
|---|
| 4762 | 5735 | M: David Airlie <airlied@linux.ie> |
|---|
| 5736 | +M: Daniel Vetter <daniel@ffwll.ch> |
|---|
| 4763 | 5737 | L: dri-devel@lists.freedesktop.org |
|---|
| 4764 | | -T: git git://anongit.freedesktop.org/drm/drm |
|---|
| 5738 | +S: Maintained |
|---|
| 4765 | 5739 | B: https://bugs.freedesktop.org/ |
|---|
| 4766 | 5740 | C: irc://chat.freenode.net/dri-devel |
|---|
| 4767 | | -S: Maintained |
|---|
| 4768 | | -F: drivers/gpu/drm/ |
|---|
| 4769 | | -F: drivers/gpu/vga/ |
|---|
| 5741 | +T: git git://anongit.freedesktop.org/drm/drm |
|---|
| 4770 | 5742 | F: Documentation/devicetree/bindings/display/ |
|---|
| 4771 | 5743 | F: Documentation/devicetree/bindings/gpu/ |
|---|
| 4772 | 5744 | F: Documentation/gpu/ |
|---|
| 5745 | +F: drivers/gpu/drm/ |
|---|
| 5746 | +F: drivers/gpu/vga/ |
|---|
| 4773 | 5747 | F: include/drm/ |
|---|
| 4774 | | -F: include/uapi/drm/ |
|---|
| 4775 | 5748 | F: include/linux/vga* |
|---|
| 5749 | +F: include/uapi/drm/ |
|---|
| 4776 | 5750 | |
|---|
| 4777 | 5751 | DRM DRIVERS AND MISC GPU PATCHES |
|---|
| 4778 | | -M: Gustavo Padovan <gustavo@padovan.org> |
|---|
| 4779 | 5752 | M: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> |
|---|
| 4780 | | -M: Sean Paul <sean@poorly.run> |
|---|
| 4781 | | -W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html |
|---|
| 5753 | +M: Maxime Ripard <mripard@kernel.org> |
|---|
| 5754 | +M: Thomas Zimmermann <tzimmermann@suse.de> |
|---|
| 4782 | 5755 | S: Maintained |
|---|
| 5756 | +W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html |
|---|
| 4783 | 5757 | T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4784 | 5758 | F: Documentation/gpu/ |
|---|
| 4785 | | -F: drivers/gpu/vga/ |
|---|
| 4786 | 5759 | F: drivers/gpu/drm/* |
|---|
| 5760 | +F: drivers/gpu/vga/ |
|---|
| 4787 | 5761 | F: include/drm/drm* |
|---|
| 4788 | | -F: include/uapi/drm/drm* |
|---|
| 4789 | 5762 | F: include/linux/vga* |
|---|
| 5763 | +F: include/uapi/drm/drm* |
|---|
| 4790 | 5764 | |
|---|
| 4791 | 5765 | DRM DRIVERS FOR ALLWINNER A10 |
|---|
| 4792 | | -M: Maxime Ripard <maxime.ripard@bootlin.com> |
|---|
| 5766 | +M: Maxime Ripard <mripard@kernel.org> |
|---|
| 5767 | +M: Chen-Yu Tsai <wens@csie.org> |
|---|
| 4793 | 5768 | L: dri-devel@lists.freedesktop.org |
|---|
| 4794 | 5769 | S: Supported |
|---|
| 4795 | | -F: drivers/gpu/drm/sun4i/ |
|---|
| 4796 | | -F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt |
|---|
| 4797 | 5770 | T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5771 | +F: Documentation/devicetree/bindings/display/allwinner* |
|---|
| 5772 | +F: drivers/gpu/drm/sun4i/ |
|---|
| 4798 | 5773 | |
|---|
| 4799 | 5774 | DRM DRIVERS FOR AMLOGIC SOCS |
|---|
| 4800 | 5775 | M: Neil Armstrong <narmstrong@baylibre.com> |
|---|
| 4801 | 5776 | L: dri-devel@lists.freedesktop.org |
|---|
| 4802 | 5777 | L: linux-amlogic@lists.infradead.org |
|---|
| 4803 | | -W: http://linux-meson.com/ |
|---|
| 4804 | 5778 | S: Supported |
|---|
| 4805 | | -F: drivers/gpu/drm/meson/ |
|---|
| 4806 | | -F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt |
|---|
| 4807 | | -F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt |
|---|
| 4808 | | -F: Documentation/gpu/meson.rst |
|---|
| 5779 | +W: http://linux-meson.com/ |
|---|
| 4809 | 5780 | T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5781 | +F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml |
|---|
| 5782 | +F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml |
|---|
| 5783 | +F: Documentation/gpu/meson.rst |
|---|
| 5784 | +F: drivers/gpu/drm/meson/ |
|---|
| 4810 | 5785 | |
|---|
| 4811 | 5786 | DRM DRIVERS FOR ATMEL HLCDC |
|---|
| 4812 | | -M: Boris Brezillon <boris.brezillon@bootlin.com> |
|---|
| 5787 | +M: Sam Ravnborg <sam@ravnborg.org> |
|---|
| 5788 | +M: Boris Brezillon <bbrezillon@kernel.org> |
|---|
| 4813 | 5789 | L: dri-devel@lists.freedesktop.org |
|---|
| 4814 | 5790 | S: Supported |
|---|
| 4815 | | -F: drivers/gpu/drm/atmel-hlcdc/ |
|---|
| 4816 | | -F: Documentation/devicetree/bindings/display/atmel/ |
|---|
| 4817 | 5791 | T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5792 | +F: Documentation/devicetree/bindings/display/atmel/ |
|---|
| 5793 | +F: drivers/gpu/drm/atmel-hlcdc/ |
|---|
| 4818 | 5794 | |
|---|
| 4819 | 5795 | DRM DRIVERS FOR BRIDGE CHIPS |
|---|
| 4820 | | -M: Archit Taneja <architt@codeaurora.org> |
|---|
| 4821 | 5796 | M: Andrzej Hajda <a.hajda@samsung.com> |
|---|
| 5797 | +M: Neil Armstrong <narmstrong@baylibre.com> |
|---|
| 4822 | 5798 | R: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> |
|---|
| 5799 | +R: Jonas Karlman <jonas@kwiboo.se> |
|---|
| 5800 | +R: Jernej Skrabec <jernej.skrabec@siol.net> |
|---|
| 4823 | 5801 | S: Maintained |
|---|
| 4824 | 5802 | T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4825 | 5803 | F: drivers/gpu/drm/bridge/ |
|---|
| .. | .. |
|---|
| 4830 | 5808 | M: Seung-Woo Kim <sw0312.kim@samsung.com> |
|---|
| 4831 | 5809 | M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 4832 | 5810 | L: dri-devel@lists.freedesktop.org |
|---|
| 4833 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git |
|---|
| 4834 | 5811 | S: Supported |
|---|
| 5812 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git |
|---|
| 5813 | +F: Documentation/devicetree/bindings/display/exynos/ |
|---|
| 4835 | 5814 | F: drivers/gpu/drm/exynos/ |
|---|
| 4836 | 5815 | F: include/uapi/drm/exynos_drm.h |
|---|
| 4837 | | -F: Documentation/devicetree/bindings/display/exynos/ |
|---|
| 4838 | 5816 | |
|---|
| 4839 | 5817 | DRM DRIVERS FOR FREESCALE DCU |
|---|
| 4840 | 5818 | M: Stefan Agner <stefan@agner.ch> |
|---|
| 4841 | 5819 | M: Alison Wang <alison.wang@nxp.com> |
|---|
| 4842 | 5820 | L: dri-devel@lists.freedesktop.org |
|---|
| 4843 | 5821 | S: Supported |
|---|
| 4844 | | -F: drivers/gpu/drm/fsl-dcu/ |
|---|
| 5822 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4845 | 5823 | F: Documentation/devicetree/bindings/display/fsl,dcu.txt |
|---|
| 4846 | 5824 | F: Documentation/devicetree/bindings/display/fsl,tcon.txt |
|---|
| 4847 | | -F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19-05b.txt |
|---|
| 5825 | +F: drivers/gpu/drm/fsl-dcu/ |
|---|
| 4848 | 5826 | |
|---|
| 4849 | 5827 | DRM DRIVERS FOR FREESCALE IMX |
|---|
| 4850 | 5828 | M: Philipp Zabel <p.zabel@pengutronix.de> |
|---|
| 4851 | 5829 | L: dri-devel@lists.freedesktop.org |
|---|
| 4852 | 5830 | S: Maintained |
|---|
| 5831 | +F: Documentation/devicetree/bindings/display/imx/ |
|---|
| 4853 | 5832 | F: drivers/gpu/drm/imx/ |
|---|
| 4854 | 5833 | F: drivers/gpu/ipu-v3/ |
|---|
| 4855 | | -F: Documentation/devicetree/bindings/display/imx/ |
|---|
| 4856 | 5834 | |
|---|
| 4857 | 5835 | DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets) |
|---|
| 4858 | 5836 | M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> |
|---|
| 4859 | 5837 | L: dri-devel@lists.freedesktop.org |
|---|
| 4860 | | -T: git git://github.com/patjak/drm-gma500 |
|---|
| 4861 | 5838 | S: Maintained |
|---|
| 5839 | +T: git git://github.com/patjak/drm-gma500 |
|---|
| 4862 | 5840 | F: drivers/gpu/drm/gma500/ |
|---|
| 4863 | 5841 | |
|---|
| 4864 | 5842 | DRM DRIVERS FOR HISILICON |
|---|
| 4865 | | -M: Xinliang Liu <z.liuxinliang@hisilicon.com> |
|---|
| 4866 | | -M: Rongrong Zou <zourongrong@gmail.com> |
|---|
| 5843 | +M: Xinliang Liu <xinliang.liu@linaro.org> |
|---|
| 5844 | +M: Tian Tao <tiantao6@hisilicon.com> |
|---|
| 5845 | +R: John Stultz <john.stultz@linaro.org> |
|---|
| 4867 | 5846 | R: Xinwei Kong <kong.kongxinwei@hisilicon.com> |
|---|
| 4868 | 5847 | R: Chen Feng <puck.chen@hisilicon.com> |
|---|
| 4869 | 5848 | L: dri-devel@lists.freedesktop.org |
|---|
| 4870 | | -T: git git://github.com/xin3liang/linux.git |
|---|
| 4871 | 5849 | S: Maintained |
|---|
| 4872 | | -F: drivers/gpu/drm/hisilicon/ |
|---|
| 5850 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4873 | 5851 | F: Documentation/devicetree/bindings/display/hisilicon/ |
|---|
| 5852 | +F: drivers/gpu/drm/hisilicon/ |
|---|
| 5853 | + |
|---|
| 5854 | +DRM DRIVERS FOR LIMA |
|---|
| 5855 | +M: Qiang Yu <yuq825@gmail.com> |
|---|
| 5856 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5857 | +L: lima@lists.freedesktop.org (moderated for non-subscribers) |
|---|
| 5858 | +S: Maintained |
|---|
| 5859 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5860 | +F: drivers/gpu/drm/lima/ |
|---|
| 5861 | +F: include/uapi/drm/lima_drm.h |
|---|
| 4874 | 5862 | |
|---|
| 4875 | 5863 | DRM DRIVERS FOR MEDIATEK |
|---|
| 4876 | | -M: CK Hu <ck.hu@mediatek.com> |
|---|
| 5864 | +M: Chun-Kuang Hu <chunkuang.hu@kernel.org> |
|---|
| 4877 | 5865 | M: Philipp Zabel <p.zabel@pengutronix.de> |
|---|
| 4878 | 5866 | L: dri-devel@lists.freedesktop.org |
|---|
| 4879 | 5867 | S: Supported |
|---|
| 4880 | | -F: drivers/gpu/drm/mediatek/ |
|---|
| 4881 | 5868 | F: Documentation/devicetree/bindings/display/mediatek/ |
|---|
| 5869 | +F: drivers/gpu/drm/mediatek/ |
|---|
| 5870 | +F: drivers/phy/mediatek/phy-mtk-hdmi* |
|---|
| 4882 | 5871 | |
|---|
| 4883 | 5872 | DRM DRIVERS FOR NVIDIA TEGRA |
|---|
| 4884 | 5873 | M: Thierry Reding <thierry.reding@gmail.com> |
|---|
| 4885 | 5874 | L: dri-devel@lists.freedesktop.org |
|---|
| 4886 | 5875 | L: linux-tegra@vger.kernel.org |
|---|
| 4887 | | -T: git git://anongit.freedesktop.org/tegra/linux.git |
|---|
| 4888 | 5876 | S: Supported |
|---|
| 5877 | +T: git git://anongit.freedesktop.org/tegra/linux.git |
|---|
| 5878 | +F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt |
|---|
| 4889 | 5879 | F: drivers/gpu/drm/tegra/ |
|---|
| 4890 | 5880 | F: drivers/gpu/host1x/ |
|---|
| 4891 | 5881 | F: include/linux/host1x.h |
|---|
| 4892 | 5882 | F: include/uapi/drm/tegra_drm.h |
|---|
| 4893 | | -F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt |
|---|
| 4894 | 5883 | |
|---|
| 4895 | 5884 | DRM DRIVERS FOR RENESAS |
|---|
| 4896 | 5885 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 5886 | +M: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> |
|---|
| 4897 | 5887 | L: dri-devel@lists.freedesktop.org |
|---|
| 4898 | 5888 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 4899 | | -T: git git://linuxtv.org/pinchartl/fbdev |
|---|
| 4900 | 5889 | S: Supported |
|---|
| 5890 | +T: git git://linuxtv.org/pinchartl/media drm/du/next |
|---|
| 5891 | +F: Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt |
|---|
| 5892 | +F: Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml |
|---|
| 5893 | +F: Documentation/devicetree/bindings/display/renesas,du.txt |
|---|
| 4901 | 5894 | F: drivers/gpu/drm/rcar-du/ |
|---|
| 4902 | 5895 | F: drivers/gpu/drm/shmobile/ |
|---|
| 4903 | 5896 | F: include/linux/platform_data/shmob_drm.h |
|---|
| 4904 | | -F: Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt |
|---|
| 4905 | | -F: Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt |
|---|
| 4906 | | -F: Documentation/devicetree/bindings/display/renesas,du.txt |
|---|
| 4907 | 5897 | |
|---|
| 4908 | 5898 | DRM DRIVERS FOR ROCKCHIP |
|---|
| 4909 | 5899 | M: Sandy Huang <hjc@rock-chips.com> |
|---|
| 4910 | 5900 | M: Heiko Stübner <heiko@sntech.de> |
|---|
| 4911 | 5901 | L: dri-devel@lists.freedesktop.org |
|---|
| 4912 | 5902 | S: Maintained |
|---|
| 4913 | | -F: drivers/gpu/drm/rockchip/ |
|---|
| 4914 | | -F: Documentation/devicetree/bindings/display/rockchip/ |
|---|
| 4915 | 5903 | T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5904 | +F: Documentation/devicetree/bindings/display/rockchip/ |
|---|
| 5905 | +F: drivers/gpu/drm/rockchip/ |
|---|
| 4916 | 5906 | |
|---|
| 4917 | 5907 | DRM DRIVERS FOR STI |
|---|
| 4918 | 5908 | M: Benjamin Gaignard <benjamin.gaignard@linaro.org> |
|---|
| 4919 | 5909 | M: Vincent Abriou <vincent.abriou@st.com> |
|---|
| 4920 | 5910 | L: dri-devel@lists.freedesktop.org |
|---|
| 4921 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4922 | 5911 | S: Maintained |
|---|
| 4923 | | -F: drivers/gpu/drm/sti |
|---|
| 5912 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4924 | 5913 | F: Documentation/devicetree/bindings/display/st,stih4xx.txt |
|---|
| 5914 | +F: drivers/gpu/drm/sti |
|---|
| 4925 | 5915 | |
|---|
| 4926 | 5916 | DRM DRIVERS FOR STM |
|---|
| 4927 | 5917 | M: Yannick Fertre <yannick.fertre@st.com> |
|---|
| .. | .. |
|---|
| 4929 | 5919 | M: Benjamin Gaignard <benjamin.gaignard@linaro.org> |
|---|
| 4930 | 5920 | M: Vincent Abriou <vincent.abriou@st.com> |
|---|
| 4931 | 5921 | L: dri-devel@lists.freedesktop.org |
|---|
| 4932 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4933 | 5922 | S: Maintained |
|---|
| 5923 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5924 | +F: Documentation/devicetree/bindings/display/st,stm32-ltdc.yaml |
|---|
| 4934 | 5925 | F: drivers/gpu/drm/stm |
|---|
| 4935 | | -F: Documentation/devicetree/bindings/display/st,stm32-ltdc.txt |
|---|
| 5926 | + |
|---|
| 5927 | +DRM DRIVERS FOR TI KEYSTONE |
|---|
| 5928 | +M: Jyri Sarha <jsarha@ti.com> |
|---|
| 5929 | +M: Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|
| 5930 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5931 | +S: Maintained |
|---|
| 5932 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5933 | +F: Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml |
|---|
| 5934 | +F: Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml |
|---|
| 5935 | +F: Documentation/devicetree/bindings/display/ti/ti,k2g-dss.yaml |
|---|
| 5936 | +F: drivers/gpu/drm/tidss/ |
|---|
| 4936 | 5937 | |
|---|
| 4937 | 5938 | DRM DRIVERS FOR TI LCDC |
|---|
| 4938 | 5939 | M: Jyri Sarha <jsarha@ti.com> |
|---|
| 4939 | 5940 | R: Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|
| 4940 | 5941 | L: dri-devel@lists.freedesktop.org |
|---|
| 4941 | 5942 | S: Maintained |
|---|
| 4942 | | -F: drivers/gpu/drm/tilcdc/ |
|---|
| 4943 | 5943 | F: Documentation/devicetree/bindings/display/tilcdc/ |
|---|
| 5944 | +F: drivers/gpu/drm/tilcdc/ |
|---|
| 4944 | 5945 | |
|---|
| 4945 | 5946 | DRM DRIVERS FOR TI OMAP |
|---|
| 4946 | 5947 | M: Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|
| 4947 | 5948 | L: dri-devel@lists.freedesktop.org |
|---|
| 4948 | 5949 | S: Maintained |
|---|
| 4949 | | -F: drivers/gpu/drm/omapdrm/ |
|---|
| 4950 | 5950 | F: Documentation/devicetree/bindings/display/ti/ |
|---|
| 5951 | +F: drivers/gpu/drm/omapdrm/ |
|---|
| 4951 | 5952 | |
|---|
| 4952 | 5953 | DRM DRIVERS FOR V3D |
|---|
| 4953 | 5954 | M: Eric Anholt <eric@anholt.net> |
|---|
| 4954 | 5955 | S: Supported |
|---|
| 5956 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5957 | +F: Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.txt |
|---|
| 4955 | 5958 | F: drivers/gpu/drm/v3d/ |
|---|
| 4956 | 5959 | F: include/uapi/drm/v3d_drm.h |
|---|
| 4957 | | -F: Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.txt |
|---|
| 4958 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4959 | 5960 | |
|---|
| 4960 | 5961 | DRM DRIVERS FOR VC4 |
|---|
| 4961 | 5962 | M: Eric Anholt <eric@anholt.net> |
|---|
| 4962 | | -T: git git://github.com/anholt/linux |
|---|
| 4963 | 5963 | S: Supported |
|---|
| 5964 | +T: git git://github.com/anholt/linux |
|---|
| 5965 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5966 | +F: Documentation/devicetree/bindings/display/brcm,bcm2835-*.yaml |
|---|
| 4964 | 5967 | F: drivers/gpu/drm/vc4/ |
|---|
| 4965 | 5968 | F: include/uapi/drm/vc4_drm.h |
|---|
| 4966 | | -F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt |
|---|
| 4967 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4968 | 5969 | |
|---|
| 4969 | 5970 | DRM DRIVERS FOR VIVANTE GPU IP |
|---|
| 4970 | 5971 | M: Lucas Stach <l.stach@pengutronix.de> |
|---|
| 4971 | 5972 | R: Russell King <linux+etnaviv@armlinux.org.uk> |
|---|
| 4972 | 5973 | R: Christian Gmeiner <christian.gmeiner@gmail.com> |
|---|
| 4973 | | -L: etnaviv@lists.freedesktop.org |
|---|
| 5974 | +L: etnaviv@lists.freedesktop.org (moderated for non-subscribers) |
|---|
| 4974 | 5975 | L: dri-devel@lists.freedesktop.org |
|---|
| 4975 | 5976 | S: Maintained |
|---|
| 5977 | +F: Documentation/devicetree/bindings/gpu/vivante,gc.yaml |
|---|
| 4976 | 5978 | F: drivers/gpu/drm/etnaviv/ |
|---|
| 4977 | 5979 | F: include/uapi/drm/etnaviv_drm.h |
|---|
| 4978 | | -F: Documentation/devicetree/bindings/display/etnaviv/ |
|---|
| 5980 | + |
|---|
| 5981 | +DRM DRIVERS FOR XEN |
|---|
| 5982 | +M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> |
|---|
| 5983 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5984 | +L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| 5985 | +S: Supported |
|---|
| 5986 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5987 | +F: Documentation/gpu/xen-front.rst |
|---|
| 5988 | +F: drivers/gpu/drm/xen/ |
|---|
| 5989 | + |
|---|
| 5990 | +DRM DRIVERS FOR XILINX |
|---|
| 5991 | +M: Hyun Kwon <hyun.kwon@xilinx.com> |
|---|
| 5992 | +M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 5993 | +L: dri-devel@lists.freedesktop.org |
|---|
| 5994 | +S: Maintained |
|---|
| 5995 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5996 | +F: Documentation/devicetree/bindings/display/xlnx/ |
|---|
| 5997 | +F: drivers/gpu/drm/xlnx/ |
|---|
| 4979 | 5998 | |
|---|
| 4980 | 5999 | DRM DRIVERS FOR ZTE ZX |
|---|
| 4981 | 6000 | M: Shawn Guo <shawnguo@kernel.org> |
|---|
| 4982 | 6001 | L: dri-devel@lists.freedesktop.org |
|---|
| 4983 | 6002 | S: Maintained |
|---|
| 4984 | | -F: drivers/gpu/drm/zte/ |
|---|
| 4985 | | -F: Documentation/devicetree/bindings/display/zte,vou.txt |
|---|
| 4986 | 6003 | T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 6004 | +F: Documentation/devicetree/bindings/display/zte,vou.txt |
|---|
| 6005 | +F: drivers/gpu/drm/zte/ |
|---|
| 4987 | 6006 | |
|---|
| 4988 | 6007 | DRM PANEL DRIVERS |
|---|
| 4989 | 6008 | M: Thierry Reding <thierry.reding@gmail.com> |
|---|
| 6009 | +R: Sam Ravnborg <sam@ravnborg.org> |
|---|
| 4990 | 6010 | L: dri-devel@lists.freedesktop.org |
|---|
| 4991 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 4992 | 6011 | S: Maintained |
|---|
| 6012 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 6013 | +F: Documentation/devicetree/bindings/display/panel/ |
|---|
| 4993 | 6014 | F: drivers/gpu/drm/drm_panel.c |
|---|
| 4994 | 6015 | F: drivers/gpu/drm/panel/ |
|---|
| 4995 | 6016 | F: include/drm/drm_panel.h |
|---|
| 4996 | | -F: Documentation/devicetree/bindings/display/panel/ |
|---|
| 4997 | | - |
|---|
| 4998 | | -DRM TINYDRM DRIVERS |
|---|
| 4999 | | -M: Noralf Trønnes <noralf@tronnes.org> |
|---|
| 5000 | | -W: https://github.com/notro/tinydrm/wiki/Development |
|---|
| 5001 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5002 | | -S: Maintained |
|---|
| 5003 | | -F: drivers/gpu/drm/tinydrm/ |
|---|
| 5004 | | -F: include/drm/tinydrm/ |
|---|
| 5005 | | - |
|---|
| 5006 | | -DRM DRIVERS FOR XEN |
|---|
| 5007 | | -M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> |
|---|
| 5008 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5009 | | -L: dri-devel@lists.freedesktop.org |
|---|
| 5010 | | -L: xen-devel@lists.xen.org |
|---|
| 5011 | | -S: Supported |
|---|
| 5012 | | -F: drivers/gpu/drm/xen/ |
|---|
| 5013 | | -F: Documentation/gpu/xen-front.rst |
|---|
| 5014 | 6017 | |
|---|
| 5015 | 6018 | DRM TTM SUBSYSTEM |
|---|
| 5016 | 6019 | M: Christian Koenig <christian.koenig@amd.com> |
|---|
| 5017 | 6020 | M: Huang Rui <ray.huang@amd.com> |
|---|
| 5018 | | -M: Junwei Zhang <Jerry.Zhang@amd.com> |
|---|
| 5019 | | -T: git git://people.freedesktop.org/~agd5f/linux |
|---|
| 5020 | | -S: Maintained |
|---|
| 5021 | 6021 | L: dri-devel@lists.freedesktop.org |
|---|
| 5022 | | -F: include/drm/ttm/ |
|---|
| 6022 | +S: Maintained |
|---|
| 6023 | +T: git git://people.freedesktop.org/~agd5f/linux |
|---|
| 5023 | 6024 | F: drivers/gpu/drm/ttm/ |
|---|
| 6025 | +F: include/drm/ttm/ |
|---|
| 5024 | 6026 | |
|---|
| 5025 | 6027 | DSBR100 USB FM RADIO DRIVER |
|---|
| 5026 | 6028 | M: Alexey Klimov <klimov.linux@gmail.com> |
|---|
| 5027 | 6029 | L: linux-media@vger.kernel.org |
|---|
| 6030 | +S: Maintained |
|---|
| 5028 | 6031 | T: git git://linuxtv.org/media_tree.git |
|---|
| 5029 | | -S: Maintained |
|---|
| 5030 | 6032 | F: drivers/media/radio/dsbr100.c |
|---|
| 5031 | | - |
|---|
| 5032 | | -DSCC4 DRIVER |
|---|
| 5033 | | -M: Francois Romieu <romieu@fr.zoreil.com> |
|---|
| 5034 | | -L: netdev@vger.kernel.org |
|---|
| 5035 | | -S: Maintained |
|---|
| 5036 | | -F: drivers/net/wan/dscc4.c |
|---|
| 5037 | 6033 | |
|---|
| 5038 | 6034 | DT3155 MEDIA DRIVER |
|---|
| 5039 | 6035 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 5040 | 6036 | L: linux-media@vger.kernel.org |
|---|
| 5041 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 5042 | | -W: https://linuxtv.org |
|---|
| 5043 | 6037 | S: Odd Fixes |
|---|
| 6038 | +W: https://linuxtv.org |
|---|
| 6039 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 5044 | 6040 | F: drivers/media/pci/dt3155/ |
|---|
| 5045 | 6041 | |
|---|
| 5046 | 6042 | DVB_USB_AF9015 MEDIA DRIVER |
|---|
| 5047 | 6043 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5048 | 6044 | L: linux-media@vger.kernel.org |
|---|
| 6045 | +S: Maintained |
|---|
| 5049 | 6046 | W: https://linuxtv.org |
|---|
| 5050 | 6047 | W: http://palosaari.fi/linux/ |
|---|
| 5051 | 6048 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5052 | 6049 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5053 | | -S: Maintained |
|---|
| 5054 | 6050 | F: drivers/media/usb/dvb-usb-v2/af9015* |
|---|
| 5055 | 6051 | |
|---|
| 5056 | 6052 | DVB_USB_AF9035 MEDIA DRIVER |
|---|
| 5057 | 6053 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5058 | 6054 | L: linux-media@vger.kernel.org |
|---|
| 6055 | +S: Maintained |
|---|
| 5059 | 6056 | W: https://linuxtv.org |
|---|
| 5060 | 6057 | W: http://palosaari.fi/linux/ |
|---|
| 5061 | 6058 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5062 | 6059 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5063 | | -S: Maintained |
|---|
| 5064 | 6060 | F: drivers/media/usb/dvb-usb-v2/af9035* |
|---|
| 5065 | 6061 | |
|---|
| 5066 | 6062 | DVB_USB_ANYSEE MEDIA DRIVER |
|---|
| 5067 | 6063 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5068 | 6064 | L: linux-media@vger.kernel.org |
|---|
| 6065 | +S: Maintained |
|---|
| 5069 | 6066 | W: https://linuxtv.org |
|---|
| 5070 | 6067 | W: http://palosaari.fi/linux/ |
|---|
| 5071 | 6068 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5072 | 6069 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5073 | | -S: Maintained |
|---|
| 5074 | 6070 | F: drivers/media/usb/dvb-usb-v2/anysee* |
|---|
| 5075 | 6071 | |
|---|
| 5076 | 6072 | DVB_USB_AU6610 MEDIA DRIVER |
|---|
| 5077 | 6073 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5078 | 6074 | L: linux-media@vger.kernel.org |
|---|
| 6075 | +S: Maintained |
|---|
| 5079 | 6076 | W: https://linuxtv.org |
|---|
| 5080 | 6077 | W: http://palosaari.fi/linux/ |
|---|
| 5081 | 6078 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5082 | 6079 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5083 | | -S: Maintained |
|---|
| 5084 | 6080 | F: drivers/media/usb/dvb-usb-v2/au6610* |
|---|
| 5085 | 6081 | |
|---|
| 5086 | 6082 | DVB_USB_CE6230 MEDIA DRIVER |
|---|
| 5087 | 6083 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5088 | 6084 | L: linux-media@vger.kernel.org |
|---|
| 6085 | +S: Maintained |
|---|
| 5089 | 6086 | W: https://linuxtv.org |
|---|
| 5090 | 6087 | W: http://palosaari.fi/linux/ |
|---|
| 5091 | 6088 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5092 | 6089 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5093 | | -S: Maintained |
|---|
| 5094 | 6090 | F: drivers/media/usb/dvb-usb-v2/ce6230* |
|---|
| 5095 | 6091 | |
|---|
| 5096 | 6092 | DVB_USB_CXUSB MEDIA DRIVER |
|---|
| 5097 | 6093 | M: Michael Krufky <mkrufky@linuxtv.org> |
|---|
| 5098 | 6094 | L: linux-media@vger.kernel.org |
|---|
| 6095 | +S: Maintained |
|---|
| 5099 | 6096 | W: https://linuxtv.org |
|---|
| 5100 | 6097 | W: http://github.com/mkrufky |
|---|
| 5101 | 6098 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5102 | 6099 | T: git git://linuxtv.org/media_tree.git |
|---|
| 5103 | | -S: Maintained |
|---|
| 5104 | 6100 | F: drivers/media/usb/dvb-usb/cxusb* |
|---|
| 5105 | 6101 | |
|---|
| 5106 | 6102 | DVB_USB_EC168 MEDIA DRIVER |
|---|
| 5107 | 6103 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5108 | 6104 | L: linux-media@vger.kernel.org |
|---|
| 6105 | +S: Maintained |
|---|
| 5109 | 6106 | W: https://linuxtv.org |
|---|
| 5110 | 6107 | W: http://palosaari.fi/linux/ |
|---|
| 5111 | 6108 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5112 | 6109 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5113 | | -S: Maintained |
|---|
| 5114 | 6110 | F: drivers/media/usb/dvb-usb-v2/ec168* |
|---|
| 5115 | 6111 | |
|---|
| 5116 | 6112 | DVB_USB_GL861 MEDIA DRIVER |
|---|
| 5117 | 6113 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5118 | 6114 | L: linux-media@vger.kernel.org |
|---|
| 6115 | +S: Maintained |
|---|
| 5119 | 6116 | W: https://linuxtv.org |
|---|
| 5120 | 6117 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5121 | 6118 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5122 | | -S: Maintained |
|---|
| 5123 | 6119 | F: drivers/media/usb/dvb-usb-v2/gl861* |
|---|
| 5124 | 6120 | |
|---|
| 5125 | 6121 | DVB_USB_MXL111SF MEDIA DRIVER |
|---|
| 5126 | 6122 | M: Michael Krufky <mkrufky@linuxtv.org> |
|---|
| 5127 | 6123 | L: linux-media@vger.kernel.org |
|---|
| 6124 | +S: Maintained |
|---|
| 5128 | 6125 | W: https://linuxtv.org |
|---|
| 5129 | 6126 | W: http://github.com/mkrufky |
|---|
| 5130 | 6127 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5131 | 6128 | T: git git://linuxtv.org/mkrufky/mxl111sf.git |
|---|
| 5132 | | -S: Maintained |
|---|
| 5133 | 6129 | F: drivers/media/usb/dvb-usb-v2/mxl111sf* |
|---|
| 5134 | 6130 | |
|---|
| 5135 | 6131 | DVB_USB_RTL28XXU MEDIA DRIVER |
|---|
| 5136 | 6132 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5137 | 6133 | L: linux-media@vger.kernel.org |
|---|
| 6134 | +S: Maintained |
|---|
| 5138 | 6135 | W: https://linuxtv.org |
|---|
| 5139 | 6136 | W: http://palosaari.fi/linux/ |
|---|
| 5140 | 6137 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5141 | 6138 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5142 | | -S: Maintained |
|---|
| 5143 | 6139 | F: drivers/media/usb/dvb-usb-v2/rtl28xxu* |
|---|
| 5144 | 6140 | |
|---|
| 5145 | 6141 | DVB_USB_V2 MEDIA DRIVER |
|---|
| 5146 | 6142 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5147 | 6143 | L: linux-media@vger.kernel.org |
|---|
| 6144 | +S: Maintained |
|---|
| 5148 | 6145 | W: https://linuxtv.org |
|---|
| 5149 | 6146 | W: http://palosaari.fi/linux/ |
|---|
| 5150 | 6147 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5151 | 6148 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5152 | | -S: Maintained |
|---|
| 5153 | 6149 | F: drivers/media/usb/dvb-usb-v2/dvb_usb* |
|---|
| 5154 | 6150 | F: drivers/media/usb/dvb-usb-v2/usb_urb.c |
|---|
| 5155 | 6151 | |
|---|
| 5156 | 6152 | DYNAMIC DEBUG |
|---|
| 5157 | 6153 | M: Jason Baron <jbaron@akamai.com> |
|---|
| 5158 | 6154 | S: Maintained |
|---|
| 5159 | | -F: lib/dynamic_debug.c |
|---|
| 5160 | 6155 | F: include/linux/dynamic_debug.h |
|---|
| 6156 | +F: lib/dynamic_debug.c |
|---|
| 5161 | 6157 | |
|---|
| 5162 | 6158 | DYNAMIC INTERRUPT MODERATION |
|---|
| 5163 | | -M: Tal Gilboa <talgi@mellanox.com> |
|---|
| 6159 | +M: Tal Gilboa <talgi@nvidia.com> |
|---|
| 5164 | 6160 | S: Maintained |
|---|
| 5165 | | -F: include/linux/net_dim.h |
|---|
| 6161 | +F: Documentation/networking/net_dim.rst |
|---|
| 6162 | +F: include/linux/dim.h |
|---|
| 6163 | +F: lib/dim/ |
|---|
| 5166 | 6164 | |
|---|
| 5167 | 6165 | DZ DECSTATION DZ11 SERIAL DRIVER |
|---|
| 5168 | 6166 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|
| .. | .. |
|---|
| 5172 | 6170 | E3X0 POWER BUTTON DRIVER |
|---|
| 5173 | 6171 | M: Moritz Fischer <moritz.fischer@ettus.com> |
|---|
| 5174 | 6172 | L: usrp-users@lists.ettus.com |
|---|
| 5175 | | -W: http://www.ettus.com |
|---|
| 5176 | 6173 | S: Supported |
|---|
| 5177 | | -F: drivers/input/misc/e3x0-button.c |
|---|
| 6174 | +W: http://www.ettus.com |
|---|
| 5178 | 6175 | F: Documentation/devicetree/bindings/input/e3x0-button.txt |
|---|
| 6176 | +F: drivers/input/misc/e3x0-button.c |
|---|
| 5179 | 6177 | |
|---|
| 5180 | 6178 | E4000 MEDIA DRIVER |
|---|
| 5181 | 6179 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5182 | 6180 | L: linux-media@vger.kernel.org |
|---|
| 6181 | +S: Maintained |
|---|
| 5183 | 6182 | W: https://linuxtv.org |
|---|
| 5184 | 6183 | W: http://palosaari.fi/linux/ |
|---|
| 5185 | 6184 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5186 | 6185 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5187 | | -S: Maintained |
|---|
| 5188 | 6186 | F: drivers/media/tuners/e4000* |
|---|
| 5189 | 6187 | |
|---|
| 5190 | 6188 | EARTH_PT1 MEDIA DRIVER |
|---|
| .. | .. |
|---|
| 5202 | 6200 | EC100 MEDIA DRIVER |
|---|
| 5203 | 6201 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5204 | 6202 | L: linux-media@vger.kernel.org |
|---|
| 6203 | +S: Maintained |
|---|
| 5205 | 6204 | W: https://linuxtv.org |
|---|
| 5206 | 6205 | W: http://palosaari.fi/linux/ |
|---|
| 5207 | 6206 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5208 | 6207 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5209 | | -S: Maintained |
|---|
| 5210 | 6208 | F: drivers/media/dvb-frontends/ec100* |
|---|
| 5211 | 6209 | |
|---|
| 5212 | 6210 | ECRYPT FILE SYSTEM |
|---|
| 5213 | | -M: Tyler Hicks <tyhicks@canonical.com> |
|---|
| 6211 | +M: Tyler Hicks <code@tyhicks.com> |
|---|
| 5214 | 6212 | L: ecryptfs@vger.kernel.org |
|---|
| 6213 | +S: Odd Fixes |
|---|
| 5215 | 6214 | W: http://ecryptfs.org |
|---|
| 5216 | 6215 | W: https://launchpad.net/ecryptfs |
|---|
| 5217 | 6216 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git |
|---|
| 5218 | | -S: Supported |
|---|
| 5219 | | -F: Documentation/filesystems/ecryptfs.txt |
|---|
| 6217 | +F: Documentation/filesystems/ecryptfs.rst |
|---|
| 5220 | 6218 | F: fs/ecryptfs/ |
|---|
| 5221 | 6219 | |
|---|
| 5222 | 6220 | EDAC-AMD64 |
|---|
| .. | .. |
|---|
| 5225 | 6223 | S: Maintained |
|---|
| 5226 | 6224 | F: drivers/edac/amd64_edac* |
|---|
| 5227 | 6225 | |
|---|
| 6226 | +EDAC-ARMADA |
|---|
| 6227 | +M: Jan Luebbe <jlu@pengutronix.de> |
|---|
| 6228 | +L: linux-edac@vger.kernel.org |
|---|
| 6229 | +S: Maintained |
|---|
| 6230 | +F: drivers/edac/armada_xp_* |
|---|
| 6231 | + |
|---|
| 6232 | +EDAC-AST2500 |
|---|
| 6233 | +M: Stefan Schaeckeler <sschaeck@cisco.com> |
|---|
| 6234 | +S: Supported |
|---|
| 6235 | +F: Documentation/devicetree/bindings/edac/aspeed-sdram-edac.txt |
|---|
| 6236 | +F: drivers/edac/aspeed_edac.c |
|---|
| 6237 | + |
|---|
| 6238 | +EDAC-BLUEFIELD |
|---|
| 6239 | +M: Shravan Kumar Ramani <shravankr@nvidia.com> |
|---|
| 6240 | +S: Supported |
|---|
| 6241 | +F: drivers/edac/bluefield_edac.c |
|---|
| 6242 | + |
|---|
| 5228 | 6243 | EDAC-CALXEDA |
|---|
| 5229 | | -M: Robert Richter <rric@kernel.org> |
|---|
| 6244 | +M: Andre Przywara <andre.przywara@arm.com> |
|---|
| 5230 | 6245 | L: linux-edac@vger.kernel.org |
|---|
| 5231 | 6246 | S: Maintained |
|---|
| 5232 | 6247 | F: drivers/edac/highbank* |
|---|
| 5233 | 6248 | |
|---|
| 5234 | 6249 | EDAC-CAVIUM OCTEON |
|---|
| 5235 | 6250 | M: Ralf Baechle <ralf@linux-mips.org> |
|---|
| 5236 | | -M: David Daney <david.daney@cavium.com> |
|---|
| 5237 | 6251 | L: linux-edac@vger.kernel.org |
|---|
| 5238 | | -L: linux-mips@linux-mips.org |
|---|
| 6252 | +L: linux-mips@vger.kernel.org |
|---|
| 5239 | 6253 | S: Supported |
|---|
| 5240 | 6254 | F: drivers/edac/octeon_edac* |
|---|
| 5241 | 6255 | |
|---|
| 5242 | 6256 | EDAC-CAVIUM THUNDERX |
|---|
| 5243 | | -M: David Daney <david.daney@cavium.com> |
|---|
| 5244 | | -M: Jan Glauber <jglauber@cavium.com> |
|---|
| 6257 | +M: Robert Richter <rric@kernel.org> |
|---|
| 5245 | 6258 | L: linux-edac@vger.kernel.org |
|---|
| 5246 | | -S: Supported |
|---|
| 6259 | +S: Odd Fixes |
|---|
| 5247 | 6260 | F: drivers/edac/thunderx_edac* |
|---|
| 5248 | 6261 | |
|---|
| 5249 | 6262 | EDAC-CORE |
|---|
| 5250 | 6263 | M: Borislav Petkov <bp@alien8.de> |
|---|
| 5251 | 6264 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 6265 | +M: Tony Luck <tony.luck@intel.com> |
|---|
| 6266 | +R: James Morse <james.morse@arm.com> |
|---|
| 6267 | +R: Robert Richter <rric@kernel.org> |
|---|
| 5252 | 6268 | L: linux-edac@vger.kernel.org |
|---|
| 5253 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next |
|---|
| 5254 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next |
|---|
| 5255 | 6269 | S: Supported |
|---|
| 6270 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git edac-for-next |
|---|
| 5256 | 6271 | F: Documentation/admin-guide/ras.rst |
|---|
| 5257 | 6272 | F: Documentation/driver-api/edac.rst |
|---|
| 5258 | 6273 | F: drivers/edac/ |
|---|
| 5259 | 6274 | F: include/linux/edac.h |
|---|
| 6275 | + |
|---|
| 6276 | +EDAC-DMC520 |
|---|
| 6277 | +M: Lei Wang <lewan@microsoft.com> |
|---|
| 6278 | +L: linux-edac@vger.kernel.org |
|---|
| 6279 | +S: Supported |
|---|
| 6280 | +F: drivers/edac/dmc520_edac.c |
|---|
| 5260 | 6281 | |
|---|
| 5261 | 6282 | EDAC-E752X |
|---|
| 5262 | 6283 | M: Mark Gross <mark.gross@intel.com> |
|---|
| .. | .. |
|---|
| 5280 | 6301 | L: linux-edac@vger.kernel.org |
|---|
| 5281 | 6302 | S: Maintained |
|---|
| 5282 | 6303 | F: drivers/edac/ghes_edac.c |
|---|
| 6304 | + |
|---|
| 6305 | +EDAC-I10NM |
|---|
| 6306 | +M: Tony Luck <tony.luck@intel.com> |
|---|
| 6307 | +L: linux-edac@vger.kernel.org |
|---|
| 6308 | +S: Maintained |
|---|
| 6309 | +F: drivers/edac/i10nm_base.c |
|---|
| 5283 | 6310 | |
|---|
| 5284 | 6311 | EDAC-I3000 |
|---|
| 5285 | 6312 | L: linux-edac@vger.kernel.org |
|---|
| .. | .. |
|---|
| 5316 | 6343 | F: drivers/edac/i82443bxgx_edac.c |
|---|
| 5317 | 6344 | |
|---|
| 5318 | 6345 | EDAC-I82975X |
|---|
| 5319 | | -M: Ranganathan Desikan <ravi@jetztechnologies.com> |
|---|
| 5320 | 6346 | M: "Arvind R." <arvino55@gmail.com> |
|---|
| 5321 | 6347 | L: linux-edac@vger.kernel.org |
|---|
| 5322 | 6348 | S: Maintained |
|---|
| .. | .. |
|---|
| 5346 | 6372 | S: Maintained |
|---|
| 5347 | 6373 | F: drivers/edac/pnd2_edac.[ch] |
|---|
| 5348 | 6374 | |
|---|
| 6375 | +EDAC-QCOM |
|---|
| 6376 | +M: Channagoud Kadabi <ckadabi@codeaurora.org> |
|---|
| 6377 | +M: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org> |
|---|
| 6378 | +L: linux-arm-msm@vger.kernel.org |
|---|
| 6379 | +L: linux-edac@vger.kernel.org |
|---|
| 6380 | +S: Maintained |
|---|
| 6381 | +F: drivers/edac/qcom_edac.c |
|---|
| 6382 | + |
|---|
| 5349 | 6383 | EDAC-R82600 |
|---|
| 5350 | 6384 | M: Tim Small <tim@buttersideup.com> |
|---|
| 5351 | 6385 | L: linux-edac@vger.kernel.org |
|---|
| .. | .. |
|---|
| 5353 | 6387 | F: drivers/edac/r82600_edac.c |
|---|
| 5354 | 6388 | |
|---|
| 5355 | 6389 | EDAC-SBRIDGE |
|---|
| 5356 | | -M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 6390 | +M: Tony Luck <tony.luck@intel.com> |
|---|
| 6391 | +R: Qiuxu Zhuo <qiuxu.zhuo@intel.com> |
|---|
| 5357 | 6392 | L: linux-edac@vger.kernel.org |
|---|
| 5358 | 6393 | S: Maintained |
|---|
| 5359 | 6394 | F: drivers/edac/sb_edac.c |
|---|
| 6395 | + |
|---|
| 6396 | +EDAC-SIFIVE |
|---|
| 6397 | +M: Yash Shah <yash.shah@sifive.com> |
|---|
| 6398 | +L: linux-edac@vger.kernel.org |
|---|
| 6399 | +S: Supported |
|---|
| 6400 | +F: drivers/edac/sifive_edac.c |
|---|
| 5360 | 6401 | |
|---|
| 5361 | 6402 | EDAC-SKYLAKE |
|---|
| 5362 | 6403 | M: Tony Luck <tony.luck@intel.com> |
|---|
| 5363 | 6404 | L: linux-edac@vger.kernel.org |
|---|
| 5364 | 6405 | S: Maintained |
|---|
| 5365 | | -F: drivers/edac/skx_edac.c |
|---|
| 6406 | +F: drivers/edac/skx_*.c |
|---|
| 5366 | 6407 | |
|---|
| 5367 | 6408 | EDAC-TI |
|---|
| 5368 | 6409 | M: Tero Kristo <t-kristo@ti.com> |
|---|
| .. | .. |
|---|
| 5373 | 6414 | EDIROL UA-101/UA-1000 DRIVER |
|---|
| 5374 | 6415 | M: Clemens Ladisch <clemens@ladisch.de> |
|---|
| 5375 | 6416 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 5376 | | -T: git git://git.alsa-project.org/alsa-kernel.git |
|---|
| 5377 | 6417 | S: Maintained |
|---|
| 6418 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 5378 | 6419 | F: sound/usb/misc/ua101.c |
|---|
| 5379 | 6420 | |
|---|
| 5380 | 6421 | EFI TEST DRIVER |
|---|
| 5381 | | -L: linux-efi@vger.kernel.org |
|---|
| 5382 | 6422 | M: Ivan Hu <ivan.hu@canonical.com> |
|---|
| 5383 | | -M: Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|
| 6423 | +M: Ard Biesheuvel <ardb@kernel.org> |
|---|
| 6424 | +L: linux-efi@vger.kernel.org |
|---|
| 5384 | 6425 | S: Maintained |
|---|
| 5385 | 6426 | F: drivers/firmware/efi/test/ |
|---|
| 5386 | 6427 | |
|---|
| 5387 | 6428 | EFI VARIABLE FILESYSTEM |
|---|
| 5388 | 6429 | M: Matthew Garrett <matthew.garrett@nebula.com> |
|---|
| 5389 | 6430 | M: Jeremy Kerr <jk@ozlabs.org> |
|---|
| 5390 | | -M: Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|
| 5391 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git |
|---|
| 6431 | +M: Ard Biesheuvel <ardb@kernel.org> |
|---|
| 5392 | 6432 | L: linux-efi@vger.kernel.org |
|---|
| 5393 | 6433 | S: Maintained |
|---|
| 6434 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git |
|---|
| 5394 | 6435 | F: fs/efivarfs/ |
|---|
| 5395 | 6436 | |
|---|
| 5396 | 6437 | EFIFB FRAMEBUFFER DRIVER |
|---|
| 5397 | | -L: linux-fbdev@vger.kernel.org |
|---|
| 5398 | 6438 | M: Peter Jones <pjones@redhat.com> |
|---|
| 6439 | +L: linux-fbdev@vger.kernel.org |
|---|
| 5399 | 6440 | S: Maintained |
|---|
| 5400 | 6441 | F: drivers/video/fbdev/efifb.c |
|---|
| 5401 | 6442 | |
|---|
| 5402 | 6443 | EFS FILESYSTEM |
|---|
| 5403 | | -W: http://aeschi.ch.eu.org/efs/ |
|---|
| 5404 | 6444 | S: Orphan |
|---|
| 6445 | +W: http://aeschi.ch.eu.org/efs/ |
|---|
| 5405 | 6446 | F: fs/efs/ |
|---|
| 5406 | 6447 | |
|---|
| 5407 | 6448 | EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER |
|---|
| 5408 | | -M: Douglas Miller <dougmill@linux.vnet.ibm.com> |
|---|
| 6449 | +M: Douglas Miller <dougmill@linux.ibm.com> |
|---|
| 5409 | 6450 | L: netdev@vger.kernel.org |
|---|
| 5410 | 6451 | S: Maintained |
|---|
| 5411 | 6452 | F: drivers/net/ethernet/ibm/ehea/ |
|---|
| .. | .. |
|---|
| 5413 | 6454 | EM28XX VIDEO4LINUX DRIVER |
|---|
| 5414 | 6455 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 5415 | 6456 | L: linux-media@vger.kernel.org |
|---|
| 6457 | +S: Maintained |
|---|
| 5416 | 6458 | W: https://linuxtv.org |
|---|
| 5417 | 6459 | T: git git://linuxtv.org/media_tree.git |
|---|
| 5418 | | -S: Maintained |
|---|
| 6460 | +F: Documentation/admin-guide/media/em28xx* |
|---|
| 5419 | 6461 | F: drivers/media/usb/em28xx/ |
|---|
| 5420 | | -F: Documentation/media/v4l-drivers/em28xx* |
|---|
| 5421 | 6462 | |
|---|
| 5422 | 6463 | EMBEDDED LINUX |
|---|
| 5423 | 6464 | M: Paul Gortmaker <paul.gortmaker@windriver.com> |
|---|
| .. | .. |
|---|
| 5426 | 6467 | L: linux-embedded@vger.kernel.org |
|---|
| 5427 | 6468 | S: Maintained |
|---|
| 5428 | 6469 | |
|---|
| 5429 | | -Emulex 10Gbps iSCSI - OneConnect DRIVER |
|---|
| 6470 | +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER |
|---|
| 6471 | +M: Adrian Hunter <adrian.hunter@intel.com> |
|---|
| 6472 | +M: Ritesh Harjani <riteshh@codeaurora.org> |
|---|
| 6473 | +M: Asutosh Das <asutoshd@codeaurora.org> |
|---|
| 6474 | +L: linux-mmc@vger.kernel.org |
|---|
| 6475 | +S: Maintained |
|---|
| 6476 | +F: drivers/mmc/host/cqhci* |
|---|
| 6477 | + |
|---|
| 6478 | +EMULEX 10Gbps iSCSI - OneConnect DRIVER |
|---|
| 5430 | 6479 | M: Subbu Seetharaman <subbu.seetharaman@broadcom.com> |
|---|
| 5431 | 6480 | M: Ketan Mukadam <ketan.mukadam@broadcom.com> |
|---|
| 5432 | 6481 | M: Jitendra Bhivare <jitendra.bhivare@broadcom.com> |
|---|
| 5433 | 6482 | L: linux-scsi@vger.kernel.org |
|---|
| 5434 | | -W: http://www.broadcom.com |
|---|
| 5435 | 6483 | S: Supported |
|---|
| 6484 | +W: http://www.broadcom.com |
|---|
| 5436 | 6485 | F: drivers/scsi/be2iscsi/ |
|---|
| 5437 | 6486 | |
|---|
| 5438 | | -Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net) |
|---|
| 5439 | | -M: Sathya Perla <sathya.perla@broadcom.com> |
|---|
| 6487 | +EMULEX 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net) |
|---|
| 5440 | 6488 | M: Ajit Khaparde <ajit.khaparde@broadcom.com> |
|---|
| 5441 | 6489 | M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com> |
|---|
| 5442 | 6490 | M: Somnath Kotur <somnath.kotur@broadcom.com> |
|---|
| 5443 | 6491 | L: netdev@vger.kernel.org |
|---|
| 5444 | | -W: http://www.emulex.com |
|---|
| 5445 | 6492 | S: Supported |
|---|
| 6493 | +W: http://www.emulex.com |
|---|
| 5446 | 6494 | F: drivers/net/ethernet/emulex/benet/ |
|---|
| 5447 | 6495 | |
|---|
| 5448 | 6496 | EMULEX ONECONNECT ROCE DRIVER |
|---|
| 5449 | 6497 | M: Selvin Xavier <selvin.xavier@broadcom.com> |
|---|
| 5450 | 6498 | M: Devesh Sharma <devesh.sharma@broadcom.com> |
|---|
| 5451 | 6499 | L: linux-rdma@vger.kernel.org |
|---|
| 5452 | | -W: http://www.broadcom.com |
|---|
| 5453 | 6500 | S: Odd Fixes |
|---|
| 6501 | +W: http://www.broadcom.com |
|---|
| 5454 | 6502 | F: drivers/infiniband/hw/ocrdma/ |
|---|
| 5455 | 6503 | F: include/uapi/rdma/ocrdma-abi.h |
|---|
| 5456 | 6504 | |
|---|
| .. | .. |
|---|
| 5458 | 6506 | M: James Smart <james.smart@broadcom.com> |
|---|
| 5459 | 6507 | M: Dick Kennedy <dick.kennedy@broadcom.com> |
|---|
| 5460 | 6508 | L: linux-scsi@vger.kernel.org |
|---|
| 5461 | | -W: http://www.broadcom.com |
|---|
| 5462 | 6509 | S: Supported |
|---|
| 6510 | +W: http://www.broadcom.com |
|---|
| 5463 | 6511 | F: drivers/scsi/lpfc/ |
|---|
| 5464 | 6512 | |
|---|
| 5465 | 6513 | ENE CB710 FLASH CARD READER DRIVER |
|---|
| .. | .. |
|---|
| 5474 | 6522 | S: Maintained |
|---|
| 5475 | 6523 | F: drivers/media/rc/ene_ir.* |
|---|
| 5476 | 6524 | |
|---|
| 6525 | +EPAPR HYPERVISOR BYTE CHANNEL DEVICE DRIVER |
|---|
| 6526 | +M: Laurentiu Tudor <laurentiu.tudor@nxp.com> |
|---|
| 6527 | +L: linuxppc-dev@lists.ozlabs.org |
|---|
| 6528 | +S: Maintained |
|---|
| 6529 | +F: drivers/tty/ehv_bytechan.c |
|---|
| 6530 | + |
|---|
| 5477 | 6531 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
|---|
| 5478 | 6532 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
|---|
| 5479 | 6533 | S: Maintained |
|---|
| .. | .. |
|---|
| 5481 | 6535 | F: drivers/video/fbdev/s1d13xxxfb.c |
|---|
| 5482 | 6536 | F: include/video/s1d13xxxfb.h |
|---|
| 5483 | 6537 | |
|---|
| 6538 | +EROFS FILE SYSTEM |
|---|
| 6539 | +M: Gao Xiang <xiang@kernel.org> |
|---|
| 6540 | +M: Chao Yu <yuchao0@huawei.com> |
|---|
| 6541 | +L: linux-erofs@lists.ozlabs.org |
|---|
| 6542 | +S: Maintained |
|---|
| 6543 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git |
|---|
| 6544 | +F: Documentation/filesystems/erofs.rst |
|---|
| 6545 | +F: fs/erofs/ |
|---|
| 6546 | +F: include/trace/events/erofs.h |
|---|
| 6547 | + |
|---|
| 5484 | 6548 | ERRSEQ ERROR TRACKING INFRASTRUCTURE |
|---|
| 5485 | 6549 | M: Jeff Layton <jlayton@kernel.org> |
|---|
| 5486 | 6550 | S: Maintained |
|---|
| 5487 | | -F: lib/errseq.c |
|---|
| 5488 | 6551 | F: include/linux/errseq.h |
|---|
| 6552 | +F: lib/errseq.c |
|---|
| 5489 | 6553 | |
|---|
| 5490 | 6554 | ET131X NETWORK DRIVER |
|---|
| 5491 | 6555 | M: Mark Einon <mark.einon@gmail.com> |
|---|
| .. | .. |
|---|
| 5493 | 6557 | F: drivers/net/ethernet/agere/ |
|---|
| 5494 | 6558 | |
|---|
| 5495 | 6559 | ETHERNET BRIDGE |
|---|
| 5496 | | -M: Roopa Prabhu <roopa@cumulusnetworks.com> |
|---|
| 5497 | | -M: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> |
|---|
| 6560 | +M: Roopa Prabhu <roopa@nvidia.com> |
|---|
| 6561 | +M: Nikolay Aleksandrov <nikolay@nvidia.com> |
|---|
| 5498 | 6562 | L: bridge@lists.linux-foundation.org (moderated for non-subscribers) |
|---|
| 5499 | 6563 | L: netdev@vger.kernel.org |
|---|
| 5500 | | -W: http://www.linuxfoundation.org/en/Net:Bridge |
|---|
| 5501 | 6564 | S: Maintained |
|---|
| 6565 | +W: http://www.linuxfoundation.org/en/Net:Bridge |
|---|
| 5502 | 6566 | F: include/linux/netfilter_bridge/ |
|---|
| 5503 | 6567 | F: net/bridge/ |
|---|
| 5504 | 6568 | |
|---|
| 5505 | 6569 | ETHERNET PHY LIBRARY |
|---|
| 5506 | 6570 | M: Andrew Lunn <andrew@lunn.ch> |
|---|
| 5507 | | -M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 6571 | +M: Heiner Kallweit <hkallweit1@gmail.com> |
|---|
| 6572 | +R: Russell King <linux@armlinux.org.uk> |
|---|
| 5508 | 6573 | L: netdev@vger.kernel.org |
|---|
| 5509 | 6574 | S: Maintained |
|---|
| 5510 | | -F: Documentation/ABI/testing/sysfs-bus-mdio |
|---|
| 6575 | +F: Documentation/ABI/testing/sysfs-class-net-phydev |
|---|
| 6576 | +F: Documentation/devicetree/bindings/net/ethernet-phy.yaml |
|---|
| 5511 | 6577 | F: Documentation/devicetree/bindings/net/mdio* |
|---|
| 5512 | | -F: Documentation/networking/phy.txt |
|---|
| 6578 | +F: Documentation/devicetree/bindings/net/qca,ar803x.yaml |
|---|
| 6579 | +F: Documentation/networking/phy.rst |
|---|
| 6580 | +F: drivers/net/mdio/ |
|---|
| 6581 | +F: drivers/net/mdio/of_mdio.c |
|---|
| 6582 | +F: drivers/net/pcs/ |
|---|
| 5513 | 6583 | F: drivers/net/phy/ |
|---|
| 5514 | | -F: drivers/of/of_mdio.c |
|---|
| 5515 | 6584 | F: drivers/of/of_net.c |
|---|
| 6585 | +F: include/dt-bindings/net/qca-ar803x.h |
|---|
| 5516 | 6586 | F: include/linux/*mdio*.h |
|---|
| 6587 | +F: include/linux/mdio/*.h |
|---|
| 5517 | 6588 | F: include/linux/of_net.h |
|---|
| 5518 | 6589 | F: include/linux/phy.h |
|---|
| 5519 | 6590 | F: include/linux/phy_fixed.h |
|---|
| 5520 | 6591 | F: include/linux/platform_data/mdio-bcm-unimac.h |
|---|
| 6592 | +F: include/linux/platform_data/mdio-gpio.h |
|---|
| 5521 | 6593 | F: include/trace/events/mdio.h |
|---|
| 5522 | 6594 | F: include/uapi/linux/mdio.h |
|---|
| 5523 | 6595 | F: include/uapi/linux/mii.h |
|---|
| 6596 | + |
|---|
| 6597 | +EXFAT FILE SYSTEM |
|---|
| 6598 | +M: Namjae Jeon <namjae.jeon@samsung.com> |
|---|
| 6599 | +M: Sungjong Seo <sj1557.seo@samsung.com> |
|---|
| 6600 | +L: linux-fsdevel@vger.kernel.org |
|---|
| 6601 | +S: Maintained |
|---|
| 6602 | +F: fs/exfat/ |
|---|
| 5524 | 6603 | |
|---|
| 5525 | 6604 | EXT2 FILE SYSTEM |
|---|
| 5526 | 6605 | M: Jan Kara <jack@suse.com> |
|---|
| 5527 | 6606 | L: linux-ext4@vger.kernel.org |
|---|
| 5528 | 6607 | S: Maintained |
|---|
| 5529 | | -F: Documentation/filesystems/ext2.txt |
|---|
| 6608 | +F: Documentation/filesystems/ext2.rst |
|---|
| 5530 | 6609 | F: fs/ext2/ |
|---|
| 5531 | 6610 | F: include/linux/ext2* |
|---|
| 5532 | 6611 | |
|---|
| .. | .. |
|---|
| 5534 | 6613 | M: "Theodore Ts'o" <tytso@mit.edu> |
|---|
| 5535 | 6614 | M: Andreas Dilger <adilger.kernel@dilger.ca> |
|---|
| 5536 | 6615 | L: linux-ext4@vger.kernel.org |
|---|
| 6616 | +S: Maintained |
|---|
| 5537 | 6617 | W: http://ext4.wiki.kernel.org |
|---|
| 5538 | 6618 | Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ |
|---|
| 5539 | 6619 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git |
|---|
| 5540 | | -S: Maintained |
|---|
| 5541 | | -F: Documentation/filesystems/ext4.txt |
|---|
| 6620 | +F: Documentation/filesystems/ext4/ |
|---|
| 5542 | 6621 | F: fs/ext4/ |
|---|
| 6622 | +F: include/trace/events/ext4.h |
|---|
| 5543 | 6623 | |
|---|
| 5544 | 6624 | Extended Verification Module (EVM) |
|---|
| 5545 | | -M: Mimi Zohar <zohar@linux.vnet.ibm.com> |
|---|
| 6625 | +M: Mimi Zohar <zohar@linux.ibm.com> |
|---|
| 5546 | 6626 | L: linux-integrity@vger.kernel.org |
|---|
| 5547 | 6627 | S: Supported |
|---|
| 5548 | 6628 | F: security/integrity/evm/ |
|---|
| 5549 | 6629 | |
|---|
| 5550 | 6630 | EXTENSIBLE FIRMWARE INTERFACE (EFI) |
|---|
| 5551 | | -M: Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|
| 6631 | +M: Ard Biesheuvel <ardb@kernel.org> |
|---|
| 5552 | 6632 | L: linux-efi@vger.kernel.org |
|---|
| 5553 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git |
|---|
| 5554 | 6633 | S: Maintained |
|---|
| 5555 | | -F: Documentation/efi-stub.txt |
|---|
| 5556 | | -F: arch/*/kernel/efi.c |
|---|
| 5557 | | -F: arch/x86/boot/compressed/eboot.[ch] |
|---|
| 6634 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git |
|---|
| 6635 | +F: Documentation/admin-guide/efi-stub.rst |
|---|
| 5558 | 6636 | F: arch/*/include/asm/efi.h |
|---|
| 6637 | +F: arch/*/kernel/efi.c |
|---|
| 6638 | +F: arch/arm/boot/compressed/efi-header.S |
|---|
| 6639 | +F: arch/arm64/kernel/efi-entry.S |
|---|
| 5559 | 6640 | F: arch/x86/platform/efi/ |
|---|
| 5560 | 6641 | F: drivers/firmware/efi/ |
|---|
| 5561 | 6642 | F: include/linux/efi*.h |
|---|
| 5562 | | -F: arch/arm/boot/compressed/efi-header.S |
|---|
| 5563 | | -F: arch/arm64/kernel/efi-entry.S |
|---|
| 5564 | 6643 | |
|---|
| 5565 | 6644 | EXTERNAL CONNECTOR SUBSYSTEM (EXTCON) |
|---|
| 5566 | 6645 | M: MyungJoo Ham <myungjoo.ham@samsung.com> |
|---|
| 5567 | 6646 | M: Chanwoo Choi <cw00.choi@samsung.com> |
|---|
| 5568 | 6647 | L: linux-kernel@vger.kernel.org |
|---|
| 5569 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git |
|---|
| 5570 | 6648 | S: Maintained |
|---|
| 5571 | | -F: drivers/extcon/ |
|---|
| 5572 | | -F: include/linux/extcon/ |
|---|
| 5573 | | -F: include/linux/extcon.h |
|---|
| 5574 | | -F: Documentation/extcon/ |
|---|
| 6649 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git |
|---|
| 5575 | 6650 | F: Documentation/devicetree/bindings/extcon/ |
|---|
| 6651 | +F: Documentation/firmware-guide/acpi/extcon-intel-int3496.rst |
|---|
| 6652 | +F: drivers/extcon/ |
|---|
| 6653 | +F: include/linux/extcon.h |
|---|
| 6654 | +F: include/linux/extcon/ |
|---|
| 6655 | + |
|---|
| 6656 | +EXTRA BOOT CONFIG |
|---|
| 6657 | +M: Masami Hiramatsu <mhiramat@kernel.org> |
|---|
| 6658 | +S: Maintained |
|---|
| 6659 | +F: Documentation/admin-guide/bootconfig.rst |
|---|
| 6660 | +F: fs/proc/bootconfig.c |
|---|
| 6661 | +F: include/linux/bootconfig.h |
|---|
| 6662 | +F: lib/bootconfig.c |
|---|
| 6663 | +F: tools/bootconfig/* |
|---|
| 6664 | +F: tools/bootconfig/scripts/* |
|---|
| 5576 | 6665 | |
|---|
| 5577 | 6666 | EXYNOS DP DRIVER |
|---|
| 5578 | 6667 | M: Jingoo Han <jingoohan1@gmail.com> |
|---|
| .. | .. |
|---|
| 5586 | 6675 | S: Maintained |
|---|
| 5587 | 6676 | F: drivers/iommu/exynos-iommu.c |
|---|
| 5588 | 6677 | |
|---|
| 5589 | | -EZchip NPS platform support |
|---|
| 5590 | | -M: Vineet Gupta <vgupta@synopsys.com> |
|---|
| 5591 | | -M: Ofer Levi <oferle@mellanox.com> |
|---|
| 5592 | | -S: Supported |
|---|
| 5593 | | -F: arch/arc/plat-eznps |
|---|
| 5594 | | -F: arch/arc/boot/dts/eznps.dts |
|---|
| 5595 | | - |
|---|
| 5596 | 6678 | F2FS FILE SYSTEM |
|---|
| 5597 | 6679 | M: Jaegeuk Kim <jaegeuk@kernel.org> |
|---|
| 5598 | 6680 | M: Chao Yu <yuchao0@huawei.com> |
|---|
| 5599 | 6681 | L: linux-f2fs-devel@lists.sourceforge.net |
|---|
| 6682 | +S: Maintained |
|---|
| 5600 | 6683 | W: https://f2fs.wiki.kernel.org/ |
|---|
| 5601 | 6684 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git |
|---|
| 5602 | | -S: Maintained |
|---|
| 5603 | | -F: Documentation/filesystems/f2fs.txt |
|---|
| 5604 | 6685 | F: Documentation/ABI/testing/sysfs-fs-f2fs |
|---|
| 6686 | +F: Documentation/filesystems/f2fs.rst |
|---|
| 5605 | 6687 | F: fs/f2fs/ |
|---|
| 5606 | 6688 | F: include/linux/f2fs_fs.h |
|---|
| 5607 | 6689 | F: include/trace/events/f2fs.h |
|---|
| 6690 | +F: include/uapi/linux/f2fs.h |
|---|
| 5608 | 6691 | |
|---|
| 5609 | 6692 | F71805F HARDWARE MONITORING DRIVER |
|---|
| 5610 | 6693 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 5611 | 6694 | L: linux-hwmon@vger.kernel.org |
|---|
| 5612 | 6695 | S: Maintained |
|---|
| 5613 | | -F: Documentation/hwmon/f71805f |
|---|
| 6696 | +F: Documentation/hwmon/f71805f.rst |
|---|
| 5614 | 6697 | F: drivers/hwmon/f71805f.c |
|---|
| 5615 | 6698 | |
|---|
| 5616 | 6699 | FADDR2LINE |
|---|
| .. | .. |
|---|
| 5622 | 6705 | M: Sridhar Samudrala <sridhar.samudrala@intel.com> |
|---|
| 5623 | 6706 | L: netdev@vger.kernel.org |
|---|
| 5624 | 6707 | S: Supported |
|---|
| 5625 | | -F: net/core/failover.c |
|---|
| 5626 | | -F: include/net/failover.h |
|---|
| 5627 | 6708 | F: Documentation/networking/failover.rst |
|---|
| 6709 | +F: include/net/failover.h |
|---|
| 6710 | +F: net/core/failover.c |
|---|
| 5628 | 6711 | |
|---|
| 5629 | 6712 | FANOTIFY |
|---|
| 5630 | 6713 | M: Jan Kara <jack@suse.cz> |
|---|
| .. | .. |
|---|
| 5637 | 6720 | |
|---|
| 5638 | 6721 | FARSYNC SYNCHRONOUS DRIVER |
|---|
| 5639 | 6722 | M: Kevin Curtis <kevin.curtis@farsite.co.uk> |
|---|
| 5640 | | -W: http://www.farsite.co.uk/ |
|---|
| 5641 | 6723 | S: Supported |
|---|
| 6724 | +W: http://www.farsite.co.uk/ |
|---|
| 5642 | 6725 | F: drivers/net/wan/farsync.* |
|---|
| 5643 | 6726 | |
|---|
| 5644 | 6727 | FAULT INJECTION SUPPORT |
|---|
| .. | .. |
|---|
| 5648 | 6731 | F: lib/fault-inject.c |
|---|
| 5649 | 6732 | |
|---|
| 5650 | 6733 | FBTFT Framebuffer drivers |
|---|
| 5651 | | -M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
|---|
| 5652 | 6734 | L: dri-devel@lists.freedesktop.org |
|---|
| 5653 | 6735 | L: linux-fbdev@vger.kernel.org |
|---|
| 5654 | | -S: Maintained |
|---|
| 6736 | +S: Orphan |
|---|
| 5655 | 6737 | F: drivers/staging/fbtft/ |
|---|
| 5656 | 6738 | |
|---|
| 5657 | 6739 | FC0011 TUNER DRIVER |
|---|
| 5658 | 6740 | M: Michael Buesch <m@bues.ch> |
|---|
| 5659 | 6741 | L: linux-media@vger.kernel.org |
|---|
| 5660 | 6742 | S: Maintained |
|---|
| 5661 | | -F: drivers/media/tuners/fc0011.h |
|---|
| 5662 | 6743 | F: drivers/media/tuners/fc0011.c |
|---|
| 6744 | +F: drivers/media/tuners/fc0011.h |
|---|
| 5663 | 6745 | |
|---|
| 5664 | 6746 | FC2580 MEDIA DRIVER |
|---|
| 5665 | 6747 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 5666 | 6748 | L: linux-media@vger.kernel.org |
|---|
| 6749 | +S: Maintained |
|---|
| 5667 | 6750 | W: https://linuxtv.org |
|---|
| 5668 | 6751 | W: http://palosaari.fi/linux/ |
|---|
| 5669 | 6752 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 5670 | 6753 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 5671 | | -S: Maintained |
|---|
| 5672 | 6754 | F: drivers/media/tuners/fc2580* |
|---|
| 5673 | 6755 | |
|---|
| 5674 | 6756 | FCOE SUBSYSTEM (libfc, libfcoe, fcoe) |
|---|
| 5675 | | -M: Johannes Thumshirn <jth@kernel.org> |
|---|
| 6757 | +M: Hannes Reinecke <hare@suse.de> |
|---|
| 5676 | 6758 | L: linux-scsi@vger.kernel.org |
|---|
| 5677 | | -W: www.Open-FCoE.org |
|---|
| 5678 | 6759 | S: Supported |
|---|
| 5679 | | -F: drivers/scsi/libfc/ |
|---|
| 6760 | +W: www.Open-FCoE.org |
|---|
| 5680 | 6761 | F: drivers/scsi/fcoe/ |
|---|
| 6762 | +F: drivers/scsi/libfc/ |
|---|
| 5681 | 6763 | F: include/scsi/fc/ |
|---|
| 5682 | 6764 | F: include/scsi/libfc.h |
|---|
| 5683 | 6765 | F: include/scsi/libfcoe.h |
|---|
| .. | .. |
|---|
| 5688 | 6770 | M: "J. Bruce Fields" <bfields@fieldses.org> |
|---|
| 5689 | 6771 | L: linux-fsdevel@vger.kernel.org |
|---|
| 5690 | 6772 | S: Maintained |
|---|
| 5691 | | -F: include/linux/fcntl.h |
|---|
| 5692 | | -F: include/uapi/linux/fcntl.h |
|---|
| 5693 | 6773 | F: fs/fcntl.c |
|---|
| 5694 | 6774 | F: fs/locks.c |
|---|
| 6775 | +F: include/linux/fcntl.h |
|---|
| 6776 | +F: include/uapi/linux/fcntl.h |
|---|
| 6777 | + |
|---|
| 6778 | +FILESYSTEM DIRECT ACCESS (DAX) |
|---|
| 6779 | +M: Dan Williams <dan.j.williams@intel.com> |
|---|
| 6780 | +R: Matthew Wilcox <willy@infradead.org> |
|---|
| 6781 | +R: Jan Kara <jack@suse.cz> |
|---|
| 6782 | +L: linux-fsdevel@vger.kernel.org |
|---|
| 6783 | +L: linux-nvdimm@lists.01.org |
|---|
| 6784 | +S: Supported |
|---|
| 6785 | +F: fs/dax.c |
|---|
| 6786 | +F: include/linux/dax.h |
|---|
| 6787 | +F: include/trace/events/fs_dax.h |
|---|
| 5695 | 6788 | |
|---|
| 5696 | 6789 | FILESYSTEMS (VFS and infrastructure) |
|---|
| 5697 | 6790 | M: Alexander Viro <viro@zeniv.linux.org.uk> |
|---|
| .. | .. |
|---|
| 5699 | 6792 | S: Maintained |
|---|
| 5700 | 6793 | F: fs/* |
|---|
| 5701 | 6794 | F: include/linux/fs.h |
|---|
| 6795 | +F: include/linux/fs_types.h |
|---|
| 5702 | 6796 | F: include/uapi/linux/fs.h |
|---|
| 6797 | +F: include/uapi/linux/openat2.h |
|---|
| 5703 | 6798 | |
|---|
| 5704 | 6799 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
|---|
| 5705 | 6800 | M: Riku Voipio <riku.voipio@iki.fi> |
|---|
| .. | .. |
|---|
| 5708 | 6803 | F: drivers/hwmon/f75375s.c |
|---|
| 5709 | 6804 | F: include/linux/f75375s.h |
|---|
| 5710 | 6805 | |
|---|
| 5711 | | -FIREWIRE AUDIO DRIVERS |
|---|
| 6806 | +FIREWIRE AUDIO DRIVERS and IEC 61883-1/6 PACKET STREAMING ENGINE |
|---|
| 5712 | 6807 | M: Clemens Ladisch <clemens@ladisch.de> |
|---|
| 6808 | +M: Takashi Sakamoto <o-takashi@sakamocchi.jp> |
|---|
| 5713 | 6809 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 5714 | | -T: git git://git.alsa-project.org/alsa-kernel.git |
|---|
| 5715 | 6810 | S: Maintained |
|---|
| 6811 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 6812 | +F: include/uapi/sound/firewire.h |
|---|
| 5716 | 6813 | F: sound/firewire/ |
|---|
| 5717 | 6814 | |
|---|
| 5718 | 6815 | FIREWIRE MEDIA DRIVERS (firedtv) |
|---|
| 5719 | 6816 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
|---|
| 5720 | 6817 | L: linux-media@vger.kernel.org |
|---|
| 5721 | 6818 | L: linux1394-devel@lists.sourceforge.net |
|---|
| 5722 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
|---|
| 5723 | 6819 | S: Maintained |
|---|
| 6820 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
|---|
| 5724 | 6821 | F: drivers/media/firewire/ |
|---|
| 5725 | 6822 | |
|---|
| 5726 | 6823 | FIREWIRE SBP-2 TARGET |
|---|
| .. | .. |
|---|
| 5728 | 6825 | L: linux-scsi@vger.kernel.org |
|---|
| 5729 | 6826 | L: target-devel@vger.kernel.org |
|---|
| 5730 | 6827 | L: linux1394-devel@lists.sourceforge.net |
|---|
| 5731 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master |
|---|
| 5732 | 6828 | S: Maintained |
|---|
| 6829 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master |
|---|
| 5733 | 6830 | F: drivers/target/sbp/ |
|---|
| 5734 | 6831 | |
|---|
| 5735 | 6832 | FIREWIRE SUBSYSTEM |
|---|
| 5736 | 6833 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
|---|
| 5737 | 6834 | L: linux1394-devel@lists.sourceforge.net |
|---|
| 6835 | +S: Maintained |
|---|
| 5738 | 6836 | W: http://ieee1394.wiki.kernel.org/ |
|---|
| 5739 | 6837 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git |
|---|
| 5740 | | -S: Maintained |
|---|
| 5741 | 6838 | F: drivers/firewire/ |
|---|
| 5742 | 6839 | F: include/linux/firewire.h |
|---|
| 5743 | 6840 | F: include/uapi/linux/firewire*.h |
|---|
| 5744 | 6841 | F: tools/firewire/ |
|---|
| 5745 | 6842 | |
|---|
| 5746 | 6843 | FIRMWARE LOADER (request_firmware) |
|---|
| 5747 | | -M: Luis R. Rodriguez <mcgrof@kernel.org> |
|---|
| 6844 | +M: Luis Chamberlain <mcgrof@kernel.org> |
|---|
| 5748 | 6845 | L: linux-kernel@vger.kernel.org |
|---|
| 5749 | 6846 | S: Maintained |
|---|
| 5750 | 6847 | F: Documentation/firmware_class/ |
|---|
| .. | .. |
|---|
| 5753 | 6850 | |
|---|
| 5754 | 6851 | FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card) |
|---|
| 5755 | 6852 | M: Joshua Morris <josh.h.morris@us.ibm.com> |
|---|
| 5756 | | -M: Philip Kelleher <pjk1939@linux.vnet.ibm.com> |
|---|
| 6853 | +M: Philip Kelleher <pjk1939@linux.ibm.com> |
|---|
| 5757 | 6854 | S: Maintained |
|---|
| 5758 | 6855 | F: drivers/block/rsxx/ |
|---|
| 5759 | 6856 | |
|---|
| 6857 | +FLEXTIMER FTM-QUADDEC DRIVER |
|---|
| 6858 | +M: Patrick Havelange <patrick.havelange@essensium.com> |
|---|
| 6859 | +L: linux-iio@vger.kernel.org |
|---|
| 6860 | +S: Maintained |
|---|
| 6861 | +F: Documentation/ABI/testing/sysfs-bus-counter-ftm-quaddec |
|---|
| 6862 | +F: Documentation/devicetree/bindings/counter/ftm-quaddec.txt |
|---|
| 6863 | +F: drivers/counter/ftm-quaddec.c |
|---|
| 6864 | + |
|---|
| 5760 | 6865 | FLOPPY DRIVER |
|---|
| 5761 | | -M: Jiri Kosina <jikos@kernel.org> |
|---|
| 5762 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git |
|---|
| 5763 | | -S: Odd fixes |
|---|
| 6866 | +M: Denis Efremov <efremov@linux.com> |
|---|
| 6867 | +L: linux-block@vger.kernel.org |
|---|
| 6868 | +S: Odd Fixes |
|---|
| 5764 | 6869 | F: drivers/block/floppy.c |
|---|
| 5765 | 6870 | |
|---|
| 5766 | | -FMC SUBSYSTEM |
|---|
| 5767 | | -M: Alessandro Rubini <rubini@gnudd.com> |
|---|
| 5768 | | -W: http://www.ohwr.org/projects/fmc-bus |
|---|
| 5769 | | -S: Supported |
|---|
| 5770 | | -F: drivers/fmc/ |
|---|
| 5771 | | -F: include/linux/fmc*.h |
|---|
| 5772 | | -F: include/linux/ipmi-fru.h |
|---|
| 5773 | | -K: fmc_d.*register |
|---|
| 5774 | | - |
|---|
| 5775 | | -FPGA MANAGER FRAMEWORK |
|---|
| 5776 | | -M: Alan Tull <atull@kernel.org> |
|---|
| 5777 | | -M: Moritz Fischer <mdf@kernel.org> |
|---|
| 5778 | | -L: linux-fpga@vger.kernel.org |
|---|
| 6871 | +FLYSKY FSIA6B RC RECEIVER |
|---|
| 6872 | +M: Markus Koch <markus@notsyncing.net> |
|---|
| 6873 | +L: linux-input@vger.kernel.org |
|---|
| 5779 | 6874 | S: Maintained |
|---|
| 5780 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git |
|---|
| 5781 | | -Q: http://patchwork.kernel.org/project/linux-fpga/list/ |
|---|
| 5782 | | -F: Documentation/fpga/ |
|---|
| 5783 | | -F: Documentation/driver-api/fpga/ |
|---|
| 5784 | | -F: Documentation/devicetree/bindings/fpga/ |
|---|
| 5785 | | -F: drivers/fpga/ |
|---|
| 5786 | | -F: include/linux/fpga/ |
|---|
| 5787 | | -W: http://www.rocketboards.org |
|---|
| 6875 | +F: drivers/input/joystick/fsia6b.c |
|---|
| 6876 | + |
|---|
| 6877 | +FORCEDETH GIGABIT ETHERNET DRIVER |
|---|
| 6878 | +M: Rain River <rain.1986.08.12@gmail.com> |
|---|
| 6879 | +M: Zhu Yanjun <zyjzyj2000@gmail.com> |
|---|
| 6880 | +L: netdev@vger.kernel.org |
|---|
| 6881 | +S: Maintained |
|---|
| 6882 | +F: drivers/net/ethernet/nvidia/* |
|---|
| 5788 | 6883 | |
|---|
| 5789 | 6884 | FPGA DFL DRIVERS |
|---|
| 5790 | 6885 | M: Wu Hao <hao.wu@intel.com> |
|---|
| 6886 | +R: Tom Rix <trix@redhat.com> |
|---|
| 5791 | 6887 | L: linux-fpga@vger.kernel.org |
|---|
| 5792 | 6888 | S: Maintained |
|---|
| 5793 | | -F: Documentation/fpga/dfl.txt |
|---|
| 5794 | | -F: include/uapi/linux/fpga-dfl.h |
|---|
| 6889 | +F: Documentation/ABI/testing/sysfs-bus-dfl |
|---|
| 6890 | +F: Documentation/fpga/dfl.rst |
|---|
| 5795 | 6891 | F: drivers/fpga/dfl* |
|---|
| 6892 | +F: include/uapi/linux/fpga-dfl.h |
|---|
| 6893 | + |
|---|
| 6894 | +FPGA MANAGER FRAMEWORK |
|---|
| 6895 | +M: Moritz Fischer <mdf@kernel.org> |
|---|
| 6896 | +R: Tom Rix <trix@redhat.com> |
|---|
| 6897 | +L: linux-fpga@vger.kernel.org |
|---|
| 6898 | +S: Maintained |
|---|
| 6899 | +W: http://www.rocketboards.org |
|---|
| 6900 | +Q: http://patchwork.kernel.org/project/linux-fpga/list/ |
|---|
| 6901 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git |
|---|
| 6902 | +F: Documentation/devicetree/bindings/fpga/ |
|---|
| 6903 | +F: Documentation/driver-api/fpga/ |
|---|
| 6904 | +F: Documentation/fpga/ |
|---|
| 6905 | +F: drivers/fpga/ |
|---|
| 6906 | +F: include/linux/fpga/ |
|---|
| 5796 | 6907 | |
|---|
| 5797 | 6908 | FPU EMULATOR |
|---|
| 5798 | 6909 | M: Bill Metzenthen <billm@melbpc.org.au> |
|---|
| 5799 | | -W: http://floatingpoint.sourceforge.net/emulator/index.html |
|---|
| 5800 | 6910 | S: Maintained |
|---|
| 6911 | +W: http://floatingpoint.sourceforge.net/emulator/index.html |
|---|
| 5801 | 6912 | F: arch/x86/math-emu/ |
|---|
| 5802 | 6913 | |
|---|
| 5803 | 6914 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) |
|---|
| .. | .. |
|---|
| 5810 | 6921 | M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|
| 5811 | 6922 | L: dri-devel@lists.freedesktop.org |
|---|
| 5812 | 6923 | L: linux-fbdev@vger.kernel.org |
|---|
| 5813 | | -T: git git://github.com/bzolnier/linux.git |
|---|
| 5814 | | -Q: http://patchwork.kernel.org/project/linux-fbdev/list/ |
|---|
| 5815 | 6924 | S: Maintained |
|---|
| 6925 | +Q: http://patchwork.kernel.org/project/linux-fbdev/list/ |
|---|
| 6926 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 5816 | 6927 | F: Documentation/fb/ |
|---|
| 5817 | 6928 | F: drivers/video/ |
|---|
| 5818 | | -F: include/video/ |
|---|
| 5819 | 6929 | F: include/linux/fb.h |
|---|
| 5820 | | -F: include/uapi/video/ |
|---|
| 5821 | 6930 | F: include/uapi/linux/fb.h |
|---|
| 6931 | +F: include/uapi/video/ |
|---|
| 6932 | +F: include/video/ |
|---|
| 5822 | 6933 | |
|---|
| 5823 | 6934 | FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER |
|---|
| 5824 | 6935 | M: Horia Geantă <horia.geanta@nxp.com> |
|---|
| 5825 | 6936 | M: Aymen Sghaier <aymen.sghaier@nxp.com> |
|---|
| 5826 | 6937 | L: linux-crypto@vger.kernel.org |
|---|
| 5827 | 6938 | S: Maintained |
|---|
| 5828 | | -F: drivers/crypto/caam/ |
|---|
| 5829 | 6939 | F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt |
|---|
| 6940 | +F: drivers/crypto/caam/ |
|---|
| 6941 | + |
|---|
| 6942 | +FREESCALE COLDFIRE M5441X MMC DRIVER |
|---|
| 6943 | +M: Angelo Dureghello <angelo.dureghello@timesys.com> |
|---|
| 6944 | +L: linux-mmc@vger.kernel.org |
|---|
| 6945 | +S: Maintained |
|---|
| 6946 | +F: drivers/mmc/host/sdhci-esdhc-mcf.c |
|---|
| 6947 | +F: include/linux/platform_data/mmc-esdhc-mcf.h |
|---|
| 5830 | 6948 | |
|---|
| 5831 | 6949 | FREESCALE DIU FRAMEBUFFER DRIVER |
|---|
| 5832 | 6950 | M: Timur Tabi <timur@kernel.org> |
|---|
| .. | .. |
|---|
| 5841 | 6959 | S: Maintained |
|---|
| 5842 | 6960 | F: drivers/dma/fsldma.* |
|---|
| 5843 | 6961 | |
|---|
| 6962 | +FREESCALE DSPI DRIVER |
|---|
| 6963 | +M: Vladimir Oltean <olteanv@gmail.com> |
|---|
| 6964 | +L: linux-spi@vger.kernel.org |
|---|
| 6965 | +S: Maintained |
|---|
| 6966 | +F: Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt |
|---|
| 6967 | +F: drivers/spi/spi-fsl-dspi.c |
|---|
| 6968 | +F: include/linux/spi/spi-fsl-dspi.h |
|---|
| 6969 | + |
|---|
| 6970 | +FREESCALE ENETC ETHERNET DRIVERS |
|---|
| 6971 | +M: Claudiu Manoil <claudiu.manoil@nxp.com> |
|---|
| 6972 | +L: netdev@vger.kernel.org |
|---|
| 6973 | +S: Maintained |
|---|
| 6974 | +F: drivers/net/ethernet/freescale/enetc/ |
|---|
| 6975 | + |
|---|
| 5844 | 6976 | FREESCALE eTSEC ETHERNET DRIVER (GIANFAR) |
|---|
| 5845 | 6977 | M: Claudiu Manoil <claudiu.manoil@nxp.com> |
|---|
| 5846 | 6978 | L: netdev@vger.kernel.org |
|---|
| 5847 | 6979 | S: Maintained |
|---|
| 5848 | | -F: drivers/net/ethernet/freescale/gianfar* |
|---|
| 5849 | 6980 | F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt |
|---|
| 6981 | +F: drivers/net/ethernet/freescale/gianfar* |
|---|
| 5850 | 6982 | |
|---|
| 5851 | 6983 | FREESCALE GPMI NAND DRIVER |
|---|
| 5852 | 6984 | M: Han Xu <han.xu@nxp.com> |
|---|
| .. | .. |
|---|
| 5865 | 6997 | M: Fugang Duan <fugang.duan@nxp.com> |
|---|
| 5866 | 6998 | L: netdev@vger.kernel.org |
|---|
| 5867 | 6999 | S: Maintained |
|---|
| 7000 | +F: Documentation/devicetree/bindings/net/fsl-fec.txt |
|---|
| 7001 | +F: drivers/net/ethernet/freescale/fec.h |
|---|
| 5868 | 7002 | F: drivers/net/ethernet/freescale/fec_main.c |
|---|
| 5869 | 7003 | F: drivers/net/ethernet/freescale/fec_ptp.c |
|---|
| 5870 | | -F: drivers/net/ethernet/freescale/fec.h |
|---|
| 5871 | | -F: Documentation/devicetree/bindings/net/fsl-fec.txt |
|---|
| 5872 | 7004 | |
|---|
| 5873 | 7005 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
|---|
| 5874 | 7006 | M: Sascha Hauer <s.hauer@pengutronix.de> |
|---|
| .. | .. |
|---|
| 5876 | 7008 | L: linux-fbdev@vger.kernel.org |
|---|
| 5877 | 7009 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 5878 | 7010 | S: Maintained |
|---|
| 5879 | | -F: include/linux/platform_data/video-imxfb.h |
|---|
| 5880 | 7011 | F: drivers/video/fbdev/imxfb.c |
|---|
| 7012 | +F: include/linux/platform_data/video-imxfb.h |
|---|
| 7013 | + |
|---|
| 7014 | +FREESCALE IMX DDR PMU DRIVER |
|---|
| 7015 | +M: Frank Li <Frank.li@nxp.com> |
|---|
| 7016 | +L: linux-arm-kernel@lists.infradead.org |
|---|
| 7017 | +S: Maintained |
|---|
| 7018 | +F: Documentation/admin-guide/perf/imx-ddr.rst |
|---|
| 7019 | +F: Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml |
|---|
| 7020 | +F: drivers/perf/fsl_imx8_ddr_perf.c |
|---|
| 7021 | + |
|---|
| 7022 | +FREESCALE IMX I2C DRIVER |
|---|
| 7023 | +M: Oleksij Rempel <o.rempel@pengutronix.de> |
|---|
| 7024 | +R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 7025 | +L: linux-i2c@vger.kernel.org |
|---|
| 7026 | +S: Maintained |
|---|
| 7027 | +F: Documentation/devicetree/bindings/i2c/i2c-imx.yaml |
|---|
| 7028 | +F: drivers/i2c/busses/i2c-imx.c |
|---|
| 7029 | + |
|---|
| 7030 | +FREESCALE IMX LPI2C DRIVER |
|---|
| 7031 | +M: Dong Aisheng <aisheng.dong@nxp.com> |
|---|
| 7032 | +L: linux-i2c@vger.kernel.org |
|---|
| 7033 | +L: linux-imx@nxp.com |
|---|
| 7034 | +S: Maintained |
|---|
| 7035 | +F: Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml |
|---|
| 7036 | +F: drivers/i2c/busses/i2c-imx-lpi2c.c |
|---|
| 5881 | 7037 | |
|---|
| 5882 | 7038 | FREESCALE QORIQ DPAA ETHERNET DRIVER |
|---|
| 5883 | 7039 | M: Madalin Bucur <madalin.bucur@nxp.com> |
|---|
| .. | .. |
|---|
| 5889 | 7045 | M: Madalin Bucur <madalin.bucur@nxp.com> |
|---|
| 5890 | 7046 | L: netdev@vger.kernel.org |
|---|
| 5891 | 7047 | S: Maintained |
|---|
| 5892 | | -F: drivers/net/ethernet/freescale/fman |
|---|
| 5893 | 7048 | F: Documentation/devicetree/bindings/net/fsl-fman.txt |
|---|
| 7049 | +F: drivers/net/ethernet/freescale/fman |
|---|
| 5894 | 7050 | |
|---|
| 5895 | 7051 | FREESCALE QORIQ PTP CLOCK DRIVER |
|---|
| 5896 | 7052 | M: Yangbo Lu <yangbo.lu@nxp.com> |
|---|
| 5897 | 7053 | L: netdev@vger.kernel.org |
|---|
| 5898 | 7054 | S: Maintained |
|---|
| 5899 | | -F: drivers/ptp/ptp_qoriq.c |
|---|
| 5900 | | -F: include/linux/fsl/ptp_qoriq.h |
|---|
| 5901 | 7055 | F: Documentation/devicetree/bindings/ptp/ptp-qoriq.txt |
|---|
| 7056 | +F: drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp* |
|---|
| 7057 | +F: drivers/net/ethernet/freescale/dpaa2/dprtc* |
|---|
| 7058 | +F: drivers/net/ethernet/freescale/enetc/enetc_ptp.c |
|---|
| 7059 | +F: drivers/ptp/ptp_qoriq.c |
|---|
| 7060 | +F: drivers/ptp/ptp_qoriq_debugfs.c |
|---|
| 7061 | +F: include/linux/fsl/ptp_qoriq.h |
|---|
| 5902 | 7062 | |
|---|
| 5903 | 7063 | FREESCALE QUAD SPI DRIVER |
|---|
| 5904 | 7064 | M: Han Xu <han.xu@nxp.com> |
|---|
| 5905 | | -L: linux-mtd@lists.infradead.org |
|---|
| 7065 | +L: linux-spi@vger.kernel.org |
|---|
| 5906 | 7066 | S: Maintained |
|---|
| 5907 | | -F: drivers/mtd/spi-nor/fsl-quadspi.c |
|---|
| 7067 | +F: drivers/spi/spi-fsl-qspi.c |
|---|
| 5908 | 7068 | |
|---|
| 5909 | 7069 | FREESCALE QUICC ENGINE LIBRARY |
|---|
| 5910 | 7070 | M: Qiang Zhao <qiang.zhao@nxp.com> |
|---|
| .. | .. |
|---|
| 5939 | 7099 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 5940 | 7100 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 5941 | 7101 | S: Maintained |
|---|
| 7102 | +F: Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt |
|---|
| 5942 | 7103 | F: Documentation/devicetree/bindings/soc/fsl/ |
|---|
| 5943 | 7104 | F: drivers/soc/fsl/ |
|---|
| 5944 | 7105 | F: include/linux/fsl/ |
|---|
| .. | .. |
|---|
| 5955 | 7116 | M: Timur Tabi <timur@kernel.org> |
|---|
| 5956 | 7117 | M: Nicolin Chen <nicoleotsuka@gmail.com> |
|---|
| 5957 | 7118 | M: Xiubo Li <Xiubo.Lee@gmail.com> |
|---|
| 5958 | | -R: Fabio Estevam <fabio.estevam@nxp.com> |
|---|
| 7119 | +R: Fabio Estevam <festevam@gmail.com> |
|---|
| 7120 | +R: Shengjiu Wang <shengjiu.wang@gmail.com> |
|---|
| 5959 | 7121 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 5960 | 7122 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 5961 | 7123 | S: Maintained |
|---|
| .. | .. |
|---|
| 5970 | 7132 | S: Maintained |
|---|
| 5971 | 7133 | F: drivers/usb/gadget/udc/fsl* |
|---|
| 5972 | 7134 | |
|---|
| 7135 | +FREESCALE USB PHY DRIVER |
|---|
| 7136 | +M: Ran Wang <ran.wang_1@nxp.com> |
|---|
| 7137 | +L: linux-usb@vger.kernel.org |
|---|
| 7138 | +L: linuxppc-dev@lists.ozlabs.org |
|---|
| 7139 | +S: Maintained |
|---|
| 7140 | +F: drivers/usb/phy/phy-fsl-usb* |
|---|
| 7141 | + |
|---|
| 5973 | 7142 | FREEVXFS FILESYSTEM |
|---|
| 5974 | 7143 | M: Christoph Hellwig <hch@infradead.org> |
|---|
| 5975 | | -W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
|---|
| 5976 | 7144 | S: Maintained |
|---|
| 7145 | +W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
|---|
| 5977 | 7146 | F: fs/freevxfs/ |
|---|
| 5978 | 7147 | |
|---|
| 5979 | 7148 | FREEZER |
|---|
| .. | .. |
|---|
| 5981 | 7150 | M: Pavel Machek <pavel@ucw.cz> |
|---|
| 5982 | 7151 | L: linux-pm@vger.kernel.org |
|---|
| 5983 | 7152 | S: Supported |
|---|
| 5984 | | -F: Documentation/power/freezing-of-tasks.txt |
|---|
| 7153 | +F: Documentation/power/freezing-of-tasks.rst |
|---|
| 5985 | 7154 | F: include/linux/freezer.h |
|---|
| 5986 | 7155 | F: kernel/freezer.c |
|---|
| 5987 | 7156 | |
|---|
| .. | .. |
|---|
| 5989 | 7158 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
|---|
| 5990 | 7159 | L: linux-kernel@vger.kernel.org |
|---|
| 5991 | 7160 | S: Maintained |
|---|
| 5992 | | -F: mm/frontswap.c |
|---|
| 5993 | 7161 | F: include/linux/frontswap.h |
|---|
| 7162 | +F: mm/frontswap.c |
|---|
| 5994 | 7163 | |
|---|
| 5995 | 7164 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
|---|
| 5996 | 7165 | M: David Howells <dhowells@redhat.com> |
|---|
| .. | .. |
|---|
| 6003 | 7172 | FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT |
|---|
| 6004 | 7173 | M: Theodore Y. Ts'o <tytso@mit.edu> |
|---|
| 6005 | 7174 | M: Jaegeuk Kim <jaegeuk@kernel.org> |
|---|
| 7175 | +M: Eric Biggers <ebiggers@kernel.org> |
|---|
| 6006 | 7176 | L: linux-fscrypt@vger.kernel.org |
|---|
| 6007 | | -Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ |
|---|
| 6008 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git |
|---|
| 6009 | 7177 | S: Supported |
|---|
| 7178 | +Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ |
|---|
| 7179 | +T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git |
|---|
| 7180 | +F: Documentation/filesystems/fscrypt.rst |
|---|
| 6010 | 7181 | F: fs/crypto/ |
|---|
| 6011 | 7182 | F: include/linux/fscrypt*.h |
|---|
| 6012 | 7183 | F: include/uapi/linux/fscrypt.h |
|---|
| 6013 | | -F: Documentation/filesystems/fscrypt.rst |
|---|
| 7184 | + |
|---|
| 7185 | +FSI SUBSYSTEM |
|---|
| 7186 | +M: Jeremy Kerr <jk@ozlabs.org> |
|---|
| 7187 | +M: Joel Stanley <joel@jms.id.au> |
|---|
| 7188 | +R: Alistar Popple <alistair@popple.id.au> |
|---|
| 7189 | +R: Eddie James <eajames@linux.ibm.com> |
|---|
| 7190 | +L: linux-fsi@lists.ozlabs.org |
|---|
| 7191 | +S: Supported |
|---|
| 7192 | +Q: http://patchwork.ozlabs.org/project/linux-fsi/list/ |
|---|
| 7193 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git |
|---|
| 7194 | +F: drivers/fsi/ |
|---|
| 7195 | +F: include/linux/fsi*.h |
|---|
| 7196 | +F: include/trace/events/fsi*.h |
|---|
| 6014 | 7197 | |
|---|
| 6015 | 7198 | FSI-ATTACHED I2C DRIVER |
|---|
| 6016 | | -M: Eddie James <eajames@linux.vnet.ibm.com> |
|---|
| 7199 | +M: Eddie James <eajames@linux.ibm.com> |
|---|
| 6017 | 7200 | L: linux-i2c@vger.kernel.org |
|---|
| 6018 | 7201 | L: openbmc@lists.ozlabs.org (moderated for non-subscribers) |
|---|
| 6019 | 7202 | S: Maintained |
|---|
| 6020 | | -F: drivers/i2c/busses/i2c-fsi.c |
|---|
| 6021 | 7203 | F: Documentation/devicetree/bindings/i2c/i2c-fsi.txt |
|---|
| 7204 | +F: drivers/i2c/busses/i2c-fsi.c |
|---|
| 7205 | + |
|---|
| 7206 | +FSI-ATTACHED SPI DRIVER |
|---|
| 7207 | +M: Eddie James <eajames@linux.ibm.com> |
|---|
| 7208 | +L: linux-spi@vger.kernel.org |
|---|
| 7209 | +S: Maintained |
|---|
| 7210 | +F: Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml |
|---|
| 7211 | +F: drivers/spi/spi-fsi.c |
|---|
| 6022 | 7212 | |
|---|
| 6023 | 7213 | FSNOTIFY: FILESYSTEM NOTIFICATION INFRASTRUCTURE |
|---|
| 6024 | 7214 | M: Jan Kara <jack@suse.cz> |
|---|
| 6025 | 7215 | R: Amir Goldstein <amir73il@gmail.com> |
|---|
| 6026 | 7216 | L: linux-fsdevel@vger.kernel.org |
|---|
| 6027 | 7217 | S: Maintained |
|---|
| 7218 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify |
|---|
| 6028 | 7219 | F: fs/notify/ |
|---|
| 6029 | 7220 | F: include/linux/fsnotify*.h |
|---|
| 6030 | 7221 | |
|---|
| .. | .. |
|---|
| 6032 | 7223 | M: Eric Biggers <ebiggers@kernel.org> |
|---|
| 6033 | 7224 | M: Theodore Y. Ts'o <tytso@mit.edu> |
|---|
| 6034 | 7225 | L: linux-fscrypt@vger.kernel.org |
|---|
| 7226 | +S: Supported |
|---|
| 6035 | 7227 | Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ |
|---|
| 6036 | 7228 | T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git fsverity |
|---|
| 6037 | | -S: Supported |
|---|
| 7229 | +F: Documentation/filesystems/fsverity.rst |
|---|
| 6038 | 7230 | F: fs/verity/ |
|---|
| 6039 | 7231 | F: include/linux/fsverity.h |
|---|
| 6040 | 7232 | F: include/uapi/linux/fsverity.h |
|---|
| 6041 | | -F: Documentation/filesystems/fsverity.rst |
|---|
| 6042 | 7233 | |
|---|
| 6043 | 7234 | FUJITSU LAPTOP EXTRAS |
|---|
| 6044 | 7235 | M: Jonathan Woithe <jwoithe@just42.net> |
|---|
| .. | .. |
|---|
| 6063 | 7254 | FUSE: FILESYSTEM IN USERSPACE |
|---|
| 6064 | 7255 | M: Miklos Szeredi <miklos@szeredi.hu> |
|---|
| 6065 | 7256 | L: linux-fsdevel@vger.kernel.org |
|---|
| 6066 | | -W: http://fuse.sourceforge.net/ |
|---|
| 6067 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git |
|---|
| 6068 | 7257 | S: Maintained |
|---|
| 7258 | +W: https://github.com/libfuse/ |
|---|
| 7259 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git |
|---|
| 7260 | +F: Documentation/filesystems/fuse.rst |
|---|
| 6069 | 7261 | F: fs/fuse/ |
|---|
| 6070 | 7262 | F: include/uapi/linux/fuse.h |
|---|
| 6071 | | -F: Documentation/filesystems/fuse.txt |
|---|
| 6072 | 7263 | |
|---|
| 6073 | 7264 | FUTEX SUBSYSTEM |
|---|
| 6074 | 7265 | M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| .. | .. |
|---|
| 6076 | 7267 | R: Peter Zijlstra <peterz@infradead.org> |
|---|
| 6077 | 7268 | R: Darren Hart <dvhart@infradead.org> |
|---|
| 6078 | 7269 | L: linux-kernel@vger.kernel.org |
|---|
| 6079 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core |
|---|
| 6080 | 7270 | S: Maintained |
|---|
| 6081 | | -F: kernel/futex.c |
|---|
| 6082 | | -F: kernel/futex_compat.c |
|---|
| 7271 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core |
|---|
| 7272 | +F: Documentation/locking/*futex* |
|---|
| 6083 | 7273 | F: include/asm-generic/futex.h |
|---|
| 6084 | 7274 | F: include/linux/futex.h |
|---|
| 6085 | 7275 | F: include/uapi/linux/futex.h |
|---|
| 6086 | | -F: tools/testing/selftests/futex/ |
|---|
| 7276 | +F: kernel/futex/* |
|---|
| 6087 | 7277 | F: tools/perf/bench/futex* |
|---|
| 6088 | | -F: Documentation/*futex* |
|---|
| 7278 | +F: tools/testing/selftests/futex/ |
|---|
| 6089 | 7279 | |
|---|
| 6090 | | -GCC PLUGINS |
|---|
| 6091 | | -M: Kees Cook <keescook@chromium.org> |
|---|
| 6092 | | -R: Emese Revfy <re.emese@gmail.com> |
|---|
| 6093 | | -L: kernel-hardening@lists.openwall.com |
|---|
| 7280 | +GATEWORKS SYSTEM CONTROLLER (GSC) DRIVER |
|---|
| 7281 | +M: Tim Harvey <tharvey@gateworks.com> |
|---|
| 7282 | +M: Robert Jones <rjones@gateworks.com> |
|---|
| 6094 | 7283 | S: Maintained |
|---|
| 6095 | | -F: scripts/gcc-plugins/ |
|---|
| 6096 | | -F: scripts/gcc-plugin.sh |
|---|
| 6097 | | -F: scripts/Makefile.gcc-plugins |
|---|
| 6098 | | -F: Documentation/gcc-plugins.txt |
|---|
| 7284 | +F: Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml |
|---|
| 7285 | +F: drivers/mfd/gateworks-gsc.c |
|---|
| 7286 | +F: include/linux/mfd/gsc.h |
|---|
| 7287 | +F: Documentation/hwmon/gsc-hwmon.rst |
|---|
| 7288 | +F: drivers/hwmon/gsc-hwmon.c |
|---|
| 7289 | +F: include/linux/platform_data/gsc_hwmon.h |
|---|
| 6099 | 7290 | |
|---|
| 6100 | 7291 | GASKET DRIVER FRAMEWORK |
|---|
| 6101 | 7292 | M: Rob Springer <rspringer@google.com> |
|---|
| 6102 | 7293 | M: Todd Poynor <toddpoynor@google.com> |
|---|
| 6103 | 7294 | M: Ben Chan <benchan@chromium.org> |
|---|
| 7295 | +M: Richard Yeh <rcy@google.com> |
|---|
| 6104 | 7296 | S: Maintained |
|---|
| 6105 | 7297 | F: drivers/staging/gasket/ |
|---|
| 7298 | + |
|---|
| 7299 | +GCC PLUGINS |
|---|
| 7300 | +M: Kees Cook <keescook@chromium.org> |
|---|
| 7301 | +R: Emese Revfy <re.emese@gmail.com> |
|---|
| 7302 | +L: linux-hardening@vger.kernel.org |
|---|
| 7303 | +S: Maintained |
|---|
| 7304 | +F: Documentation/kbuild/gcc-plugins.rst |
|---|
| 7305 | +F: scripts/Makefile.gcc-plugins |
|---|
| 7306 | +F: scripts/gcc-plugins/ |
|---|
| 6106 | 7307 | |
|---|
| 6107 | 7308 | GCOV BASED KERNEL PROFILING |
|---|
| 6108 | 7309 | M: Peter Oberparleiter <oberpar@linux.ibm.com> |
|---|
| 6109 | 7310 | S: Maintained |
|---|
| 6110 | | -F: kernel/gcov/ |
|---|
| 6111 | 7311 | F: Documentation/dev-tools/gcov.rst |
|---|
| 7312 | +F: kernel/gcov/ |
|---|
| 6112 | 7313 | |
|---|
| 6113 | 7314 | GDB KERNEL DEBUGGING HELPER SCRIPTS |
|---|
| 6114 | 7315 | M: Jan Kiszka <jan.kiszka@siemens.com> |
|---|
| .. | .. |
|---|
| 6119 | 7320 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
|---|
| 6120 | 7321 | M: Achim Leubner <achim_leubner@adaptec.com> |
|---|
| 6121 | 7322 | L: linux-scsi@vger.kernel.org |
|---|
| 6122 | | -W: http://www.icp-vortex.com/ |
|---|
| 6123 | 7323 | S: Supported |
|---|
| 7324 | +W: http://www.icp-vortex.com/ |
|---|
| 6124 | 7325 | F: drivers/scsi/gdt* |
|---|
| 6125 | 7326 | |
|---|
| 6126 | 7327 | GEMTEK FM RADIO RECEIVER DRIVER |
|---|
| 6127 | 7328 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 6128 | 7329 | L: linux-media@vger.kernel.org |
|---|
| 6129 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6130 | | -W: https://linuxtv.org |
|---|
| 6131 | 7330 | S: Maintained |
|---|
| 7331 | +W: https://linuxtv.org |
|---|
| 7332 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6132 | 7333 | F: drivers/media/radio/radio-gemtek* |
|---|
| 6133 | 7334 | |
|---|
| 7335 | +GENERIC ARCHITECTURE TOPOLOGY |
|---|
| 7336 | +M: Sudeep Holla <sudeep.holla@arm.com> |
|---|
| 7337 | +L: linux-kernel@vger.kernel.org |
|---|
| 7338 | +S: Maintained |
|---|
| 7339 | +F: drivers/base/arch_topology.c |
|---|
| 7340 | +F: include/linux/arch_topology.h |
|---|
| 7341 | + |
|---|
| 6134 | 7342 | GENERIC GPIO I2C DRIVER |
|---|
| 6135 | | -M: Haavard Skinnemoen <hskinnemoen@gmail.com> |
|---|
| 7343 | +M: Wolfram Sang <wsa+renesas@sang-engineering.com> |
|---|
| 6136 | 7344 | S: Supported |
|---|
| 6137 | 7345 | F: drivers/i2c/busses/i2c-gpio.c |
|---|
| 6138 | 7346 | F: include/linux/platform_data/i2c-gpio.h |
|---|
| .. | .. |
|---|
| 6141 | 7349 | M: Peter Korsgaard <peter.korsgaard@barco.com> |
|---|
| 6142 | 7350 | L: linux-i2c@vger.kernel.org |
|---|
| 6143 | 7351 | S: Supported |
|---|
| 7352 | +F: Documentation/i2c/muxes/i2c-mux-gpio.rst |
|---|
| 6144 | 7353 | F: drivers/i2c/muxes/i2c-mux-gpio.c |
|---|
| 6145 | 7354 | F: include/linux/platform_data/i2c-mux-gpio.h |
|---|
| 6146 | | -F: Documentation/i2c/muxes/i2c-mux-gpio |
|---|
| 6147 | 7355 | |
|---|
| 6148 | 7356 | GENERIC HDLC (WAN) DRIVERS |
|---|
| 6149 | 7357 | M: Krzysztof Halasa <khc@pm.waw.pl> |
|---|
| 6150 | | -W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
|---|
| 6151 | 7358 | S: Maintained |
|---|
| 7359 | +W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
|---|
| 6152 | 7360 | F: drivers/net/wan/c101.c |
|---|
| 6153 | 7361 | F: drivers/net/wan/hd6457* |
|---|
| 6154 | 7362 | F: drivers/net/wan/hdlc* |
|---|
| .. | .. |
|---|
| 6160 | 7368 | GENERIC INCLUDE/ASM HEADER FILES |
|---|
| 6161 | 7369 | M: Arnd Bergmann <arnd@arndb.de> |
|---|
| 6162 | 7370 | L: linux-arch@vger.kernel.org |
|---|
| 6163 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git |
|---|
| 6164 | 7371 | S: Maintained |
|---|
| 7372 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git |
|---|
| 6165 | 7373 | F: include/asm-generic/ |
|---|
| 6166 | 7374 | F: include/uapi/asm-generic/ |
|---|
| 6167 | 7375 | |
|---|
| 6168 | 7376 | GENERIC PHY FRAMEWORK |
|---|
| 6169 | 7377 | M: Kishon Vijay Abraham I <kishon@ti.com> |
|---|
| 7378 | +M: Vinod Koul <vkoul@kernel.org> |
|---|
| 6170 | 7379 | L: linux-kernel@vger.kernel.org |
|---|
| 6171 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git |
|---|
| 6172 | 7380 | S: Supported |
|---|
| 7381 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git |
|---|
| 7382 | +F: Documentation/devicetree/bindings/phy/ |
|---|
| 6173 | 7383 | F: drivers/phy/ |
|---|
| 6174 | 7384 | F: include/linux/phy/ |
|---|
| 6175 | 7385 | |
|---|
| .. | .. |
|---|
| 6184 | 7394 | M: Ulf Hansson <ulf.hansson@linaro.org> |
|---|
| 6185 | 7395 | L: linux-pm@vger.kernel.org |
|---|
| 6186 | 7396 | S: Supported |
|---|
| 7397 | +F: Documentation/devicetree/bindings/power/power?domain* |
|---|
| 6187 | 7398 | F: drivers/base/power/domain*.c |
|---|
| 6188 | 7399 | F: include/linux/pm_domain.h |
|---|
| 6189 | | -F: Documentation/devicetree/bindings/power/power_domain.txt |
|---|
| 6190 | 7400 | |
|---|
| 6191 | 7401 | GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER |
|---|
| 6192 | 7402 | M: Eugen Hristev <eugen.hristev@microchip.com> |
|---|
| .. | .. |
|---|
| 6200 | 7410 | S: Supported |
|---|
| 6201 | 7411 | F: drivers/uio/uio_pci_generic.c |
|---|
| 6202 | 7412 | |
|---|
| 7413 | +GENERIC VDSO LIBRARY |
|---|
| 7414 | +M: Andy Lutomirski <luto@kernel.org> |
|---|
| 7415 | +M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 7416 | +M: Vincenzo Frascino <vincenzo.frascino@arm.com> |
|---|
| 7417 | +L: linux-kernel@vger.kernel.org |
|---|
| 7418 | +S: Maintained |
|---|
| 7419 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/vdso |
|---|
| 7420 | +F: include/asm-generic/vdso/vsyscall.h |
|---|
| 7421 | +F: include/vdso/ |
|---|
| 7422 | +F: kernel/time/vsyscall.c |
|---|
| 7423 | +F: lib/vdso/ |
|---|
| 7424 | + |
|---|
| 6203 | 7425 | GENWQE (IBM Generic Workqueue Card) |
|---|
| 6204 | | -M: Frank Haverkamp <haver@linux.vnet.ibm.com> |
|---|
| 6205 | | -M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com> |
|---|
| 7426 | +M: Frank Haverkamp <haver@linux.ibm.com> |
|---|
| 6206 | 7427 | S: Supported |
|---|
| 6207 | 7428 | F: drivers/misc/genwqe/ |
|---|
| 6208 | 7429 | |
|---|
| .. | .. |
|---|
| 6215 | 7436 | M: Bob Peterson <rpeterso@redhat.com> |
|---|
| 6216 | 7437 | M: Andreas Gruenbacher <agruenba@redhat.com> |
|---|
| 6217 | 7438 | L: cluster-devel@redhat.com |
|---|
| 7439 | +S: Supported |
|---|
| 6218 | 7440 | W: http://sources.redhat.com/cluster/ |
|---|
| 6219 | 7441 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git |
|---|
| 6220 | | -S: Supported |
|---|
| 6221 | | -F: Documentation/filesystems/gfs2*.txt |
|---|
| 7442 | +F: Documentation/filesystems/gfs2* |
|---|
| 6222 | 7443 | F: fs/gfs2/ |
|---|
| 6223 | 7444 | F: include/uapi/linux/gfs2_ondisk.h |
|---|
| 6224 | | - |
|---|
| 6225 | | -GIGASET ISDN DRIVERS |
|---|
| 6226 | | -M: Paul Bolle <pebolle@tiscali.nl> |
|---|
| 6227 | | -L: gigaset307x-common@lists.sourceforge.net |
|---|
| 6228 | | -W: http://gigaset307x.sourceforge.net/ |
|---|
| 6229 | | -S: Odd Fixes |
|---|
| 6230 | | -F: Documentation/isdn/README.gigaset |
|---|
| 6231 | | -F: drivers/isdn/gigaset/ |
|---|
| 6232 | | -F: include/uapi/linux/gigaset_dev.h |
|---|
| 6233 | 7445 | |
|---|
| 6234 | 7446 | GNSS SUBSYSTEM |
|---|
| 6235 | 7447 | M: Johan Hovold <johan@kernel.org> |
|---|
| 6236 | 7448 | S: Maintained |
|---|
| 7449 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git |
|---|
| 6237 | 7450 | F: Documentation/ABI/testing/sysfs-class-gnss |
|---|
| 6238 | 7451 | F: Documentation/devicetree/bindings/gnss/ |
|---|
| 6239 | 7452 | F: drivers/gnss/ |
|---|
| 6240 | 7453 | F: include/linux/gnss.h |
|---|
| 6241 | 7454 | |
|---|
| 6242 | 7455 | GO7007 MPEG CODEC |
|---|
| 6243 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 7456 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 6244 | 7457 | L: linux-media@vger.kernel.org |
|---|
| 6245 | 7458 | S: Maintained |
|---|
| 6246 | 7459 | F: drivers/media/usb/go7007/ |
|---|
| .. | .. |
|---|
| 6250 | 7463 | L: linux-input@vger.kernel.org |
|---|
| 6251 | 7464 | S: Maintained |
|---|
| 6252 | 7465 | F: drivers/input/touchscreen/goodix.c |
|---|
| 7466 | + |
|---|
| 7467 | +GOOGLE ETHERNET DRIVERS |
|---|
| 7468 | +M: Catherine Sullivan <csully@google.com> |
|---|
| 7469 | +R: Sagi Shahar <sagis@google.com> |
|---|
| 7470 | +R: Jon Olson <jonolson@google.com> |
|---|
| 7471 | +L: netdev@vger.kernel.org |
|---|
| 7472 | +S: Supported |
|---|
| 7473 | +F: Documentation/networking/device_drivers/ethernet/google/gve.rst |
|---|
| 7474 | +F: drivers/net/ethernet/google |
|---|
| 6253 | 7475 | |
|---|
| 6254 | 7476 | GPD POCKET FAN DRIVER |
|---|
| 6255 | 7477 | M: Hans de Goede <hdegoede@redhat.com> |
|---|
| .. | .. |
|---|
| 6263 | 7485 | L: linux-gpio@vger.kernel.org |
|---|
| 6264 | 7486 | L: linux-acpi@vger.kernel.org |
|---|
| 6265 | 7487 | S: Maintained |
|---|
| 6266 | | -F: Documentation/acpi/gpio-properties.txt |
|---|
| 7488 | +F: Documentation/firmware-guide/acpi/gpio-properties.rst |
|---|
| 6267 | 7489 | F: drivers/gpio/gpiolib-acpi.c |
|---|
| 7490 | +F: drivers/gpio/gpiolib-acpi.h |
|---|
| 7491 | + |
|---|
| 7492 | +GPIO AGGREGATOR |
|---|
| 7493 | +M: Geert Uytterhoeven <geert+renesas@glider.be> |
|---|
| 7494 | +L: linux-gpio@vger.kernel.org |
|---|
| 7495 | +S: Supported |
|---|
| 7496 | +F: Documentation/admin-guide/gpio/gpio-aggregator.rst |
|---|
| 7497 | +F: drivers/gpio/gpio-aggregator.c |
|---|
| 6268 | 7498 | |
|---|
| 6269 | 7499 | GPIO IR Transmitter |
|---|
| 6270 | 7500 | M: Sean Young <sean@mess.org> |
|---|
| .. | .. |
|---|
| 6274 | 7504 | |
|---|
| 6275 | 7505 | GPIO MOCKUP DRIVER |
|---|
| 6276 | 7506 | M: Bamvor Jian Zhang <bamv2005@gmail.com> |
|---|
| 6277 | | -R: Bartosz Golaszewski <brgl@bgdev.pl> |
|---|
| 6278 | 7507 | L: linux-gpio@vger.kernel.org |
|---|
| 6279 | 7508 | S: Maintained |
|---|
| 6280 | 7509 | F: drivers/gpio/gpio-mockup.c |
|---|
| 6281 | 7510 | F: tools/testing/selftests/gpio/ |
|---|
| 6282 | 7511 | |
|---|
| 7512 | +GPIO REGMAP |
|---|
| 7513 | +R: Michael Walle <michael@walle.cc> |
|---|
| 7514 | +S: Maintained |
|---|
| 7515 | +F: drivers/gpio/gpio-regmap.c |
|---|
| 7516 | +F: include/linux/gpio/regmap.h |
|---|
| 7517 | + |
|---|
| 6283 | 7518 | GPIO SUBSYSTEM |
|---|
| 6284 | 7519 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 7520 | +M: Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|
| 6285 | 7521 | L: linux-gpio@vger.kernel.org |
|---|
| 6286 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git |
|---|
| 6287 | 7522 | S: Maintained |
|---|
| 7523 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git |
|---|
| 7524 | +F: Documentation/ABI/obsolete/sysfs-gpio |
|---|
| 7525 | +F: Documentation/ABI/testing/gpio-cdev |
|---|
| 7526 | +F: Documentation/admin-guide/gpio/ |
|---|
| 6288 | 7527 | F: Documentation/devicetree/bindings/gpio/ |
|---|
| 6289 | 7528 | F: Documentation/driver-api/gpio/ |
|---|
| 6290 | | -F: Documentation/gpio/ |
|---|
| 6291 | | -F: Documentation/ABI/testing/gpio-cdev |
|---|
| 6292 | | -F: Documentation/ABI/obsolete/sysfs-gpio |
|---|
| 6293 | 7529 | F: drivers/gpio/ |
|---|
| 6294 | | -F: include/linux/gpio/ |
|---|
| 6295 | | -F: include/linux/gpio.h |
|---|
| 6296 | | -F: include/linux/of_gpio.h |
|---|
| 6297 | 7530 | F: include/asm-generic/gpio.h |
|---|
| 7531 | +F: include/linux/gpio.h |
|---|
| 7532 | +F: include/linux/gpio/ |
|---|
| 7533 | +F: include/linux/of_gpio.h |
|---|
| 6298 | 7534 | F: include/uapi/linux/gpio.h |
|---|
| 6299 | 7535 | F: tools/gpio/ |
|---|
| 6300 | 7536 | |
|---|
| .. | .. |
|---|
| 6302 | 7538 | M: Dmitry Kozlov <xeb@mail.ru> |
|---|
| 6303 | 7539 | L: netdev@vger.kernel.org |
|---|
| 6304 | 7540 | S: Maintained |
|---|
| 7541 | +F: include/net/gre.h |
|---|
| 6305 | 7542 | F: net/ipv4/gre_demux.c |
|---|
| 6306 | 7543 | F: net/ipv4/gre_offload.c |
|---|
| 6307 | | -F: include/net/gre.h |
|---|
| 6308 | 7544 | |
|---|
| 6309 | 7545 | GRETH 10/100/1G Ethernet MAC device driver |
|---|
| 6310 | 7546 | M: Andreas Larsson <andreas@gaisler.com> |
|---|
| .. | .. |
|---|
| 6354 | 7590 | GREYBUS PLATFORM DRIVERS |
|---|
| 6355 | 7591 | M: Vaibhav Hiremath <hvaibhav.linux@gmail.com> |
|---|
| 6356 | 7592 | S: Maintained |
|---|
| 6357 | | -F: drivers/staging/greybus/arche-platform.c |
|---|
| 6358 | 7593 | F: drivers/staging/greybus/arche-apb-ctrl.c |
|---|
| 7594 | +F: drivers/staging/greybus/arche-platform.c |
|---|
| 6359 | 7595 | F: drivers/staging/greybus/arche_platform.h |
|---|
| 6360 | 7596 | |
|---|
| 6361 | 7597 | GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS |
|---|
| 6362 | 7598 | M: Rui Miguel Silva <rmfrfs@gmail.com> |
|---|
| 6363 | 7599 | S: Maintained |
|---|
| 6364 | | -F: drivers/staging/greybus/sdio.c |
|---|
| 6365 | | -F: drivers/staging/greybus/light.c |
|---|
| 6366 | 7600 | F: drivers/staging/greybus/gpio.c |
|---|
| 7601 | +F: drivers/staging/greybus/light.c |
|---|
| 6367 | 7602 | F: drivers/staging/greybus/power_supply.c |
|---|
| 7603 | +F: drivers/staging/greybus/sdio.c |
|---|
| 6368 | 7604 | F: drivers/staging/greybus/spi.c |
|---|
| 6369 | 7605 | F: drivers/staging/greybus/spilib.c |
|---|
| 6370 | 7606 | |
|---|
| .. | .. |
|---|
| 6372 | 7608 | M: Johan Hovold <johan@kernel.org> |
|---|
| 6373 | 7609 | M: Alex Elder <elder@kernel.org> |
|---|
| 6374 | 7610 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 6375 | | -S: Maintained |
|---|
| 6376 | | -F: drivers/staging/greybus/ |
|---|
| 6377 | 7611 | L: greybus-dev@lists.linaro.org (moderated for non-subscribers) |
|---|
| 7612 | +S: Maintained |
|---|
| 7613 | +F: drivers/greybus/ |
|---|
| 7614 | +F: drivers/staging/greybus/ |
|---|
| 7615 | +F: include/linux/greybus.h |
|---|
| 7616 | +F: include/linux/greybus/ |
|---|
| 6378 | 7617 | |
|---|
| 6379 | 7618 | GREYBUS UART PROTOCOLS DRIVERS |
|---|
| 6380 | 7619 | M: David Lin <dtwlin@gmail.com> |
|---|
| 6381 | 7620 | S: Maintained |
|---|
| 6382 | | -F: drivers/staging/greybus/uart.c |
|---|
| 6383 | 7621 | F: drivers/staging/greybus/log.c |
|---|
| 7622 | +F: drivers/staging/greybus/uart.c |
|---|
| 6384 | 7623 | |
|---|
| 6385 | 7624 | GS1662 VIDEO SERIALIZER |
|---|
| 6386 | 7625 | M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr> |
|---|
| 6387 | 7626 | L: linux-media@vger.kernel.org |
|---|
| 6388 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6389 | 7627 | S: Maintained |
|---|
| 7628 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6390 | 7629 | F: drivers/media/spi/gs1662.c |
|---|
| 6391 | 7630 | |
|---|
| 6392 | 7631 | GSPCA FINEPIX SUBDRIVER |
|---|
| 6393 | 7632 | M: Frank Zago <frank@zago.net> |
|---|
| 6394 | 7633 | L: linux-media@vger.kernel.org |
|---|
| 6395 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6396 | 7634 | S: Maintained |
|---|
| 7635 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6397 | 7636 | F: drivers/media/usb/gspca/finepix.c |
|---|
| 6398 | 7637 | |
|---|
| 6399 | 7638 | GSPCA GL860 SUBDRIVER |
|---|
| 6400 | 7639 | M: Olivier Lorin <o.lorin@laposte.net> |
|---|
| 6401 | 7640 | L: linux-media@vger.kernel.org |
|---|
| 6402 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6403 | 7641 | S: Maintained |
|---|
| 7642 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6404 | 7643 | F: drivers/media/usb/gspca/gl860/ |
|---|
| 6405 | 7644 | |
|---|
| 6406 | 7645 | GSPCA M5602 SUBDRIVER |
|---|
| 6407 | 7646 | M: Erik Andren <erik.andren@gmail.com> |
|---|
| 6408 | 7647 | L: linux-media@vger.kernel.org |
|---|
| 6409 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6410 | 7648 | S: Maintained |
|---|
| 7649 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6411 | 7650 | F: drivers/media/usb/gspca/m5602/ |
|---|
| 6412 | 7651 | |
|---|
| 6413 | 7652 | GSPCA PAC207 SONIXB SUBDRIVER |
|---|
| 6414 | 7653 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 6415 | 7654 | L: linux-media@vger.kernel.org |
|---|
| 6416 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6417 | 7655 | S: Odd Fixes |
|---|
| 7656 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6418 | 7657 | F: drivers/media/usb/gspca/pac207.c |
|---|
| 6419 | 7658 | |
|---|
| 6420 | 7659 | GSPCA SN9C20X SUBDRIVER |
|---|
| 6421 | 7660 | M: Brian Johnson <brijohn@gmail.com> |
|---|
| 6422 | 7661 | L: linux-media@vger.kernel.org |
|---|
| 6423 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6424 | 7662 | S: Maintained |
|---|
| 7663 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6425 | 7664 | F: drivers/media/usb/gspca/sn9c20x.c |
|---|
| 6426 | 7665 | |
|---|
| 6427 | 7666 | GSPCA T613 SUBDRIVER |
|---|
| 6428 | 7667 | M: Leandro Costantino <lcostantino@gmail.com> |
|---|
| 6429 | 7668 | L: linux-media@vger.kernel.org |
|---|
| 6430 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6431 | 7669 | S: Maintained |
|---|
| 7670 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6432 | 7671 | F: drivers/media/usb/gspca/t613.c |
|---|
| 6433 | 7672 | |
|---|
| 6434 | 7673 | GSPCA USB WEBCAM DRIVER |
|---|
| 6435 | 7674 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 6436 | 7675 | L: linux-media@vger.kernel.org |
|---|
| 6437 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6438 | 7676 | S: Odd Fixes |
|---|
| 7677 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6439 | 7678 | F: drivers/media/usb/gspca/ |
|---|
| 6440 | 7679 | |
|---|
| 6441 | 7680 | GTP (GPRS Tunneling Protocol) |
|---|
| 6442 | 7681 | M: Pablo Neira Ayuso <pablo@netfilter.org> |
|---|
| 6443 | 7682 | M: Harald Welte <laforge@gnumonks.org> |
|---|
| 6444 | 7683 | L: osmocom-net-gprs@lists.osmocom.org |
|---|
| 6445 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git |
|---|
| 6446 | 7684 | S: Maintained |
|---|
| 7685 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git |
|---|
| 6447 | 7686 | F: drivers/net/gtp.c |
|---|
| 6448 | 7687 | |
|---|
| 6449 | 7688 | GUID PARTITION TABLE (GPT) |
|---|
| .. | .. |
|---|
| 6455 | 7694 | H8/300 ARCHITECTURE |
|---|
| 6456 | 7695 | M: Yoshinori Sato <ysato@users.sourceforge.jp> |
|---|
| 6457 | 7696 | L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers) |
|---|
| 7697 | +S: Maintained |
|---|
| 6458 | 7698 | W: http://uclinux-h8.sourceforge.jp |
|---|
| 6459 | 7699 | T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git |
|---|
| 6460 | | -S: Maintained |
|---|
| 6461 | 7700 | F: arch/h8300/ |
|---|
| 6462 | | -F: drivers/clocksource/h8300_*.c |
|---|
| 6463 | 7701 | F: drivers/clk/h8300/ |
|---|
| 7702 | +F: drivers/clocksource/h8300_*.c |
|---|
| 6464 | 7703 | F: drivers/irqchip/irq-renesas-h8*.c |
|---|
| 7704 | + |
|---|
| 7705 | +HABANALABS PCI DRIVER |
|---|
| 7706 | +M: Oded Gabbay <oded.gabbay@gmail.com> |
|---|
| 7707 | +S: Supported |
|---|
| 7708 | +T: git https://github.com/HabanaAI/linux.git |
|---|
| 7709 | +F: Documentation/ABI/testing/debugfs-driver-habanalabs |
|---|
| 7710 | +F: Documentation/ABI/testing/sysfs-driver-habanalabs |
|---|
| 7711 | +F: drivers/misc/habanalabs/ |
|---|
| 7712 | +F: include/uapi/misc/habanalabs.h |
|---|
| 6465 | 7713 | |
|---|
| 6466 | 7714 | HACKRF MEDIA DRIVER |
|---|
| 6467 | 7715 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 6468 | 7716 | L: linux-media@vger.kernel.org |
|---|
| 7717 | +S: Maintained |
|---|
| 6469 | 7718 | W: https://linuxtv.org |
|---|
| 6470 | 7719 | W: http://palosaari.fi/linux/ |
|---|
| 6471 | 7720 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 6472 | 7721 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 6473 | | -S: Maintained |
|---|
| 6474 | 7722 | F: drivers/media/usb/hackrf/ |
|---|
| 7723 | + |
|---|
| 7724 | +HANTRO VPU CODEC DRIVER |
|---|
| 7725 | +M: Ezequiel Garcia <ezequiel@collabora.com> |
|---|
| 7726 | +M: Philipp Zabel <p.zabel@pengutronix.de> |
|---|
| 7727 | +L: linux-media@vger.kernel.org |
|---|
| 7728 | +L: linux-rockchip@lists.infradead.org |
|---|
| 7729 | +S: Maintained |
|---|
| 7730 | +F: Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml |
|---|
| 7731 | +F: Documentation/devicetree/bindings/media/rockchip-vpu.yaml |
|---|
| 7732 | +F: drivers/staging/media/hantro/ |
|---|
| 6475 | 7733 | |
|---|
| 6476 | 7734 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
|---|
| 6477 | 7735 | M: Frank Seidel <frank@f-seidel.de> |
|---|
| 6478 | 7736 | L: platform-driver-x86@vger.kernel.org |
|---|
| 6479 | | -W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ |
|---|
| 6480 | 7737 | S: Maintained |
|---|
| 7738 | +W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ |
|---|
| 6481 | 7739 | F: drivers/platform/x86/hdaps.c |
|---|
| 6482 | 7740 | |
|---|
| 6483 | 7741 | HARDWARE MONITORING |
|---|
| 6484 | 7742 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 6485 | 7743 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 6486 | 7744 | L: linux-hwmon@vger.kernel.org |
|---|
| 7745 | +S: Maintained |
|---|
| 6487 | 7746 | W: http://hwmon.wiki.kernel.org/ |
|---|
| 6488 | 7747 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git |
|---|
| 6489 | | -S: Maintained |
|---|
| 6490 | 7748 | F: Documentation/devicetree/bindings/hwmon/ |
|---|
| 6491 | 7749 | F: Documentation/hwmon/ |
|---|
| 6492 | 7750 | F: drivers/hwmon/ |
|---|
| 6493 | 7751 | F: include/linux/hwmon*.h |
|---|
| 7752 | +F: include/trace/events/hwmon*.h |
|---|
| 6494 | 7753 | |
|---|
| 6495 | 7754 | HARDWARE RANDOM NUMBER GENERATOR CORE |
|---|
| 6496 | 7755 | M: Matt Mackall <mpm@selenic.com> |
|---|
| 6497 | 7756 | M: Herbert Xu <herbert@gondor.apana.org.au> |
|---|
| 6498 | 7757 | L: linux-crypto@vger.kernel.org |
|---|
| 6499 | 7758 | S: Odd fixes |
|---|
| 7759 | +F: Documentation/admin-guide/hw_random.rst |
|---|
| 6500 | 7760 | F: Documentation/devicetree/bindings/rng/ |
|---|
| 6501 | | -F: Documentation/hw_random.txt |
|---|
| 6502 | 7761 | F: drivers/char/hw_random/ |
|---|
| 6503 | 7762 | F: include/linux/hw_random.h |
|---|
| 7763 | + |
|---|
| 7764 | +HARDWARE SPINLOCK CORE |
|---|
| 7765 | +M: Ohad Ben-Cohen <ohad@wizery.com> |
|---|
| 7766 | +M: Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|
| 7767 | +R: Baolin Wang <baolin.wang7@gmail.com> |
|---|
| 7768 | +L: linux-remoteproc@vger.kernel.org |
|---|
| 7769 | +S: Maintained |
|---|
| 7770 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git hwspinlock-next |
|---|
| 7771 | +F: Documentation/devicetree/bindings/hwlock/ |
|---|
| 7772 | +F: Documentation/locking/hwspinlock.rst |
|---|
| 7773 | +F: drivers/hwspinlock/ |
|---|
| 7774 | +F: include/linux/hwspinlock.h |
|---|
| 6504 | 7775 | |
|---|
| 6505 | 7776 | HARDWARE TRACING FACILITIES |
|---|
| 6506 | 7777 | M: Alexander Shishkin <alexander.shishkin@linux.intel.com> |
|---|
| 6507 | 7778 | S: Maintained |
|---|
| 6508 | 7779 | F: drivers/hwtracing/ |
|---|
| 6509 | | - |
|---|
| 6510 | | -HARDWARE SPINLOCK CORE |
|---|
| 6511 | | -M: Ohad Ben-Cohen <ohad@wizery.com> |
|---|
| 6512 | | -M: Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|
| 6513 | | -L: linux-remoteproc@vger.kernel.org |
|---|
| 6514 | | -S: Maintained |
|---|
| 6515 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git |
|---|
| 6516 | | -F: Documentation/devicetree/bindings/hwlock/ |
|---|
| 6517 | | -F: Documentation/hwspinlock.txt |
|---|
| 6518 | | -F: drivers/hwspinlock/ |
|---|
| 6519 | | -F: include/linux/hwspinlock.h |
|---|
| 6520 | 7780 | |
|---|
| 6521 | 7781 | HARMONY SOUND DRIVER |
|---|
| 6522 | 7782 | L: linux-parisc@vger.kernel.org |
|---|
| .. | .. |
|---|
| 6526 | 7786 | HDPVR USB VIDEO ENCODER DRIVER |
|---|
| 6527 | 7787 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 6528 | 7788 | L: linux-media@vger.kernel.org |
|---|
| 6529 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6530 | | -W: https://linuxtv.org |
|---|
| 6531 | 7789 | S: Odd Fixes |
|---|
| 7790 | +W: https://linuxtv.org |
|---|
| 7791 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6532 | 7792 | F: drivers/media/usb/hdpvr/ |
|---|
| 6533 | 7793 | |
|---|
| 6534 | 7794 | HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER |
|---|
| 6535 | 7795 | M: Jerry Hoemann <jerry.hoemann@hpe.com> |
|---|
| 6536 | 7796 | S: Supported |
|---|
| 6537 | | -F: Documentation/watchdog/hpwdt.txt |
|---|
| 7797 | +F: Documentation/watchdog/hpwdt.rst |
|---|
| 6538 | 7798 | F: drivers/watchdog/hpwdt.c |
|---|
| 6539 | 7799 | |
|---|
| 6540 | 7800 | HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) |
|---|
| 6541 | | -M: Don Brace <don.brace@microsemi.com> |
|---|
| 6542 | | -L: esc.storagedev@microsemi.com |
|---|
| 7801 | +M: Don Brace <don.brace@microchip.com> |
|---|
| 7802 | +L: storagedev@microchip.com |
|---|
| 6543 | 7803 | L: linux-scsi@vger.kernel.org |
|---|
| 6544 | 7804 | S: Supported |
|---|
| 6545 | | -F: Documentation/scsi/hpsa.txt |
|---|
| 7805 | +F: Documentation/scsi/hpsa.rst |
|---|
| 6546 | 7806 | F: drivers/scsi/hpsa*.[ch] |
|---|
| 6547 | 7807 | F: include/linux/cciss*.h |
|---|
| 6548 | 7808 | F: include/uapi/linux/cciss*.h |
|---|
| 6549 | 7809 | |
|---|
| 6550 | 7810 | HFI1 DRIVER |
|---|
| 6551 | | -M: Mike Marciniszyn <mike.marciniszyn@intel.com> |
|---|
| 6552 | | -M: Dennis Dalessandro <dennis.dalessandro@intel.com> |
|---|
| 7811 | +M: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com> |
|---|
| 7812 | +M: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> |
|---|
| 6553 | 7813 | L: linux-rdma@vger.kernel.org |
|---|
| 6554 | 7814 | S: Supported |
|---|
| 6555 | 7815 | F: drivers/infiniband/hw/hfi1 |
|---|
| .. | .. |
|---|
| 6557 | 7817 | HFS FILESYSTEM |
|---|
| 6558 | 7818 | L: linux-fsdevel@vger.kernel.org |
|---|
| 6559 | 7819 | S: Orphan |
|---|
| 6560 | | -F: Documentation/filesystems/hfs.txt |
|---|
| 7820 | +F: Documentation/filesystems/hfs.rst |
|---|
| 6561 | 7821 | F: fs/hfs/ |
|---|
| 6562 | 7822 | |
|---|
| 6563 | 7823 | HFSPLUS FILESYSTEM |
|---|
| 6564 | 7824 | L: linux-fsdevel@vger.kernel.org |
|---|
| 6565 | 7825 | S: Orphan |
|---|
| 6566 | | -F: Documentation/filesystems/hfsplus.txt |
|---|
| 7826 | +F: Documentation/filesystems/hfsplus.rst |
|---|
| 6567 | 7827 | F: fs/hfsplus/ |
|---|
| 6568 | 7828 | |
|---|
| 6569 | 7829 | HGA FRAMEBUFFER DRIVER |
|---|
| 6570 | 7830 | M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> |
|---|
| 6571 | 7831 | L: linux-nvidia@lists.surfsouth.com |
|---|
| 6572 | | -W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml |
|---|
| 6573 | 7832 | S: Maintained |
|---|
| 7833 | +W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml |
|---|
| 6574 | 7834 | F: drivers/video/fbdev/hgafb.c |
|---|
| 6575 | 7835 | |
|---|
| 6576 | 7836 | HIBERNATION (aka Software Suspend, aka swsusp) |
|---|
| 6577 | 7837 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|
| 6578 | 7838 | M: Pavel Machek <pavel@ucw.cz> |
|---|
| 6579 | 7839 | L: linux-pm@vger.kernel.org |
|---|
| 6580 | | -B: https://bugzilla.kernel.org |
|---|
| 6581 | 7840 | S: Supported |
|---|
| 7841 | +B: https://bugzilla.kernel.org |
|---|
| 7842 | +F: arch/*/include/asm/suspend*.h |
|---|
| 6582 | 7843 | F: arch/x86/power/ |
|---|
| 6583 | 7844 | F: drivers/base/power/ |
|---|
| 6584 | | -F: kernel/power/ |
|---|
| 6585 | | -F: include/linux/suspend.h |
|---|
| 6586 | 7845 | F: include/linux/freezer.h |
|---|
| 6587 | 7846 | F: include/linux/pm.h |
|---|
| 6588 | | -F: arch/*/include/asm/suspend*.h |
|---|
| 7847 | +F: include/linux/suspend.h |
|---|
| 7848 | +F: kernel/power/ |
|---|
| 6589 | 7849 | |
|---|
| 6590 | 7850 | HID CORE LAYER |
|---|
| 6591 | 7851 | M: Jiri Kosina <jikos@kernel.org> |
|---|
| 6592 | | -R: Benjamin Tissoires <benjamin.tissoires@redhat.com> |
|---|
| 7852 | +M: Benjamin Tissoires <benjamin.tissoires@redhat.com> |
|---|
| 6593 | 7853 | L: linux-input@vger.kernel.org |
|---|
| 6594 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
|---|
| 6595 | 7854 | S: Maintained |
|---|
| 7855 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git |
|---|
| 6596 | 7856 | F: drivers/hid/ |
|---|
| 6597 | 7857 | F: include/linux/hid* |
|---|
| 6598 | 7858 | F: include/uapi/linux/hid* |
|---|
| 7859 | + |
|---|
| 7860 | +HID PLAYSTATION DRIVER |
|---|
| 7861 | +M: Roderick Colenbrander <roderick.colenbrander@sony.com> |
|---|
| 7862 | +L: linux-input@vger.kernel.org |
|---|
| 7863 | +S: Supported |
|---|
| 7864 | +F: drivers/hid/hid-playstation.c |
|---|
| 6599 | 7865 | |
|---|
| 6600 | 7866 | HID SENSOR HUB DRIVERS |
|---|
| 6601 | 7867 | M: Jiri Kosina <jikos@kernel.org> |
|---|
| .. | .. |
|---|
| 6612 | 7878 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS |
|---|
| 6613 | 7879 | M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 6614 | 7880 | L: linux-kernel@vger.kernel.org |
|---|
| 6615 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
|---|
| 6616 | 7881 | S: Maintained |
|---|
| 7882 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
|---|
| 6617 | 7883 | F: Documentation/timers/ |
|---|
| 6618 | | -F: kernel/time/hrtimer.c |
|---|
| 6619 | | -F: kernel/time/clockevents.c |
|---|
| 6620 | | -F: kernel/time/timer_*.c |
|---|
| 6621 | 7884 | F: include/linux/clockchips.h |
|---|
| 6622 | 7885 | F: include/linux/hrtimer.h |
|---|
| 7886 | +F: kernel/time/clockevents.c |
|---|
| 7887 | +F: kernel/time/hrtimer.c |
|---|
| 7888 | +F: kernel/time/timer_*.c |
|---|
| 6623 | 7889 | |
|---|
| 6624 | 7890 | HIGH-SPEED SCC DRIVER FOR AX.25 |
|---|
| 6625 | 7891 | L: linux-hams@vger.kernel.org |
|---|
| .. | .. |
|---|
| 6629 | 7895 | |
|---|
| 6630 | 7896 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
|---|
| 6631 | 7897 | M: HighPoint Linux Team <linux@highpoint-tech.com> |
|---|
| 6632 | | -W: http://www.highpoint-tech.com |
|---|
| 6633 | 7898 | S: Supported |
|---|
| 6634 | | -F: Documentation/scsi/hptiop.txt |
|---|
| 7899 | +W: http://www.highpoint-tech.com |
|---|
| 7900 | +F: Documentation/scsi/hptiop.rst |
|---|
| 6635 | 7901 | F: drivers/scsi/hptiop.c |
|---|
| 6636 | 7902 | |
|---|
| 6637 | 7903 | HIPPI |
|---|
| 6638 | 7904 | M: Jes Sorensen <jes@trained-monkey.org> |
|---|
| 6639 | 7905 | L: linux-hippi@sunsite.dk |
|---|
| 6640 | 7906 | S: Maintained |
|---|
| 7907 | +F: drivers/net/hippi/ |
|---|
| 6641 | 7908 | F: include/linux/hippidevice.h |
|---|
| 6642 | 7909 | F: include/uapi/linux/if_hippi.h |
|---|
| 6643 | 7910 | F: net/802/hippi.c |
|---|
| 6644 | | -F: drivers/net/hippi/ |
|---|
| 7911 | + |
|---|
| 7912 | +HISILICON DMA DRIVER |
|---|
| 7913 | +M: Zhou Wang <wangzhou1@hisilicon.com> |
|---|
| 7914 | +L: dmaengine@vger.kernel.org |
|---|
| 7915 | +S: Maintained |
|---|
| 7916 | +F: drivers/dma/hisi_dma.c |
|---|
| 7917 | + |
|---|
| 7918 | +HISILICON HIGH PERFORMANCE RSA ENGINE DRIVER (HPRE) |
|---|
| 7919 | +M: Zaibo Xu <xuzaibo@huawei.com> |
|---|
| 7920 | +L: linux-crypto@vger.kernel.org |
|---|
| 7921 | +S: Maintained |
|---|
| 7922 | +F: Documentation/ABI/testing/debugfs-hisi-hpre |
|---|
| 7923 | +F: drivers/crypto/hisilicon/hpre/hpre.h |
|---|
| 7924 | +F: drivers/crypto/hisilicon/hpre/hpre_crypto.c |
|---|
| 7925 | +F: drivers/crypto/hisilicon/hpre/hpre_main.c |
|---|
| 7926 | + |
|---|
| 7927 | +HISILICON LPC BUS DRIVER |
|---|
| 7928 | +M: john.garry@huawei.com |
|---|
| 7929 | +S: Maintained |
|---|
| 7930 | +W: http://www.hisilicon.com |
|---|
| 7931 | +F: Documentation/devicetree/bindings/arm/hisilicon/low-pin-count.yaml |
|---|
| 7932 | +F: drivers/bus/hisi_lpc.c |
|---|
| 6645 | 7933 | |
|---|
| 6646 | 7934 | HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3) |
|---|
| 6647 | 7935 | M: Yisen Zhuang <yisen.zhuang@huawei.com> |
|---|
| 6648 | 7936 | M: Salil Mehta <salil.mehta@huawei.com> |
|---|
| 6649 | 7937 | L: netdev@vger.kernel.org |
|---|
| 6650 | | -W: http://www.hisilicon.com |
|---|
| 6651 | 7938 | S: Maintained |
|---|
| 7939 | +W: http://www.hisilicon.com |
|---|
| 6652 | 7940 | F: drivers/net/ethernet/hisilicon/hns3/ |
|---|
| 6653 | | - |
|---|
| 6654 | | -HISILICON LPC BUS DRIVER |
|---|
| 6655 | | -M: john.garry@huawei.com |
|---|
| 6656 | | -W: http://www.hisilicon.com |
|---|
| 6657 | | -S: Maintained |
|---|
| 6658 | | -F: drivers/bus/hisi_lpc.c |
|---|
| 6659 | | -F: Documentation/devicetree/bindings/arm/hisilicon/hisilicon-low-pin-count.txt |
|---|
| 6660 | 7941 | |
|---|
| 6661 | 7942 | HISILICON NETWORK SUBSYSTEM DRIVER |
|---|
| 6662 | 7943 | M: Yisen Zhuang <yisen.zhuang@huawei.com> |
|---|
| 6663 | 7944 | M: Salil Mehta <salil.mehta@huawei.com> |
|---|
| 6664 | 7945 | L: netdev@vger.kernel.org |
|---|
| 6665 | | -W: http://www.hisilicon.com |
|---|
| 6666 | 7946 | S: Maintained |
|---|
| 6667 | | -F: drivers/net/ethernet/hisilicon/ |
|---|
| 7947 | +W: http://www.hisilicon.com |
|---|
| 6668 | 7948 | F: Documentation/devicetree/bindings/net/hisilicon*.txt |
|---|
| 7949 | +F: drivers/net/ethernet/hisilicon/ |
|---|
| 7950 | + |
|---|
| 7951 | +HIKEY960 ONBOARD USB GPIO HUB DRIVER |
|---|
| 7952 | +M: John Stultz <john.stultz@linaro.org> |
|---|
| 7953 | +L: linux-kernel@vger.kernel.org |
|---|
| 7954 | +S: Maintained |
|---|
| 7955 | +F: drivers/misc/hisi_hikey_usb.c |
|---|
| 7956 | +F: Documentation/devicetree/bindings/misc/hisilicon-hikey-usb.yaml |
|---|
| 6669 | 7957 | |
|---|
| 6670 | 7958 | HISILICON PMU DRIVER |
|---|
| 6671 | 7959 | M: Shaokun Zhang <zhangshaokun@hisilicon.com> |
|---|
| 6672 | | -W: http://www.hisilicon.com |
|---|
| 6673 | 7960 | S: Supported |
|---|
| 7961 | +W: http://www.hisilicon.com |
|---|
| 7962 | +F: Documentation/admin-guide/perf/hisi-pmu.rst |
|---|
| 6674 | 7963 | F: drivers/perf/hisilicon |
|---|
| 6675 | | -F: Documentation/perf/hisi-pmu.txt |
|---|
| 7964 | + |
|---|
| 7965 | +HISILICON QM AND ZIP Controller DRIVER |
|---|
| 7966 | +M: Zhou Wang <wangzhou1@hisilicon.com> |
|---|
| 7967 | +L: linux-crypto@vger.kernel.org |
|---|
| 7968 | +S: Maintained |
|---|
| 7969 | +F: Documentation/ABI/testing/debugfs-hisi-zip |
|---|
| 7970 | +F: drivers/crypto/hisilicon/qm.c |
|---|
| 7971 | +F: drivers/crypto/hisilicon/qm.h |
|---|
| 7972 | +F: drivers/crypto/hisilicon/sgl.c |
|---|
| 7973 | +F: drivers/crypto/hisilicon/zip/ |
|---|
| 6676 | 7974 | |
|---|
| 6677 | 7975 | HISILICON ROCE DRIVER |
|---|
| 6678 | 7976 | M: Lijun Ou <oulijun@huawei.com> |
|---|
| 6679 | | -M: Wei Hu(Xavier) <xavier.huwei@huawei.com> |
|---|
| 7977 | +M: Wei Hu(Xavier) <huwei87@hisilicon.com> |
|---|
| 7978 | +M: Weihang Li <liweihang@huawei.com> |
|---|
| 6680 | 7979 | L: linux-rdma@vger.kernel.org |
|---|
| 6681 | 7980 | S: Maintained |
|---|
| 6682 | | -F: drivers/infiniband/hw/hns/ |
|---|
| 6683 | 7981 | F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt |
|---|
| 7982 | +F: drivers/infiniband/hw/hns/ |
|---|
| 6684 | 7983 | |
|---|
| 6685 | 7984 | HISILICON SAS Controller |
|---|
| 6686 | 7985 | M: John Garry <john.garry@huawei.com> |
|---|
| 6687 | | -W: http://www.hisilicon.com |
|---|
| 6688 | 7986 | S: Supported |
|---|
| 6689 | | -F: drivers/scsi/hisi_sas/ |
|---|
| 7987 | +W: http://www.hisilicon.com |
|---|
| 6690 | 7988 | F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt |
|---|
| 7989 | +F: drivers/scsi/hisi_sas/ |
|---|
| 7990 | + |
|---|
| 7991 | +HISILICON SECURITY ENGINE V2 DRIVER (SEC2) |
|---|
| 7992 | +M: Zaibo Xu <xuzaibo@huawei.com> |
|---|
| 7993 | +L: linux-crypto@vger.kernel.org |
|---|
| 7994 | +S: Maintained |
|---|
| 7995 | +F: Documentation/ABI/testing/debugfs-hisi-sec |
|---|
| 7996 | +F: drivers/crypto/hisilicon/sec2/sec.h |
|---|
| 7997 | +F: drivers/crypto/hisilicon/sec2/sec_crypto.c |
|---|
| 7998 | +F: drivers/crypto/hisilicon/sec2/sec_crypto.h |
|---|
| 7999 | +F: drivers/crypto/hisilicon/sec2/sec_main.c |
|---|
| 8000 | + |
|---|
| 8001 | +HISILICON STAGING DRIVERS FOR HIKEY 960/970 |
|---|
| 8002 | +M: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
|---|
| 8003 | +S: Maintained |
|---|
| 8004 | +F: drivers/staging/hikey9xx/ |
|---|
| 8005 | + |
|---|
| 8006 | +HISILICON TRUE RANDOM NUMBER GENERATOR V2 SUPPORT |
|---|
| 8007 | +M: Zaibo Xu <xuzaibo@huawei.com> |
|---|
| 8008 | +S: Maintained |
|---|
| 8009 | +F: drivers/char/hw_random/hisi-trng-v2.c |
|---|
| 8010 | + |
|---|
| 8011 | +HISILICON V3XX SPI NOR FLASH Controller Driver |
|---|
| 8012 | +M: John Garry <john.garry@huawei.com> |
|---|
| 8013 | +S: Maintained |
|---|
| 8014 | +W: http://www.hisilicon.com |
|---|
| 8015 | +F: drivers/spi/spi-hisi-sfc-v3xx.c |
|---|
| 6691 | 8016 | |
|---|
| 6692 | 8017 | HMM - Heterogeneous Memory Management |
|---|
| 6693 | 8018 | M: Jérôme Glisse <jglisse@redhat.com> |
|---|
| 6694 | 8019 | L: linux-mm@kvack.org |
|---|
| 6695 | 8020 | S: Maintained |
|---|
| 6696 | | -F: mm/hmm* |
|---|
| 6697 | | -F: include/linux/hmm* |
|---|
| 6698 | 8021 | F: Documentation/vm/hmm.rst |
|---|
| 8022 | +F: include/linux/hmm* |
|---|
| 8023 | +F: lib/test_hmm* |
|---|
| 8024 | +F: mm/hmm* |
|---|
| 8025 | +F: tools/testing/selftests/vm/*hmm* |
|---|
| 6699 | 8026 | |
|---|
| 6700 | 8027 | HOST AP DRIVER |
|---|
| 6701 | 8028 | M: Jouni Malinen <j@w1.fi> |
|---|
| 6702 | 8029 | L: linux-wireless@vger.kernel.org |
|---|
| 6703 | | -W: http://w1.fi/hostap-driver.html |
|---|
| 6704 | 8030 | S: Obsolete |
|---|
| 8031 | +W: http://w1.fi/hostap-driver.html |
|---|
| 6705 | 8032 | F: drivers/net/wireless/intersil/hostap/ |
|---|
| 6706 | 8033 | |
|---|
| 6707 | 8034 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
|---|
| .. | .. |
|---|
| 6709 | 8036 | S: Orphan |
|---|
| 6710 | 8037 | F: drivers/platform/x86/tc1100-wmi.c |
|---|
| 6711 | 8038 | |
|---|
| 6712 | | -HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
|---|
| 6713 | | -M: Jaroslav Kysela <perex@perex.cz> |
|---|
| 6714 | | -S: Maintained |
|---|
| 6715 | | -F: drivers/net/ethernet/hp/hp100.* |
|---|
| 6716 | | - |
|---|
| 6717 | 8039 | HPET: High Precision Event Timers driver |
|---|
| 6718 | 8040 | M: Clemens Ladisch <clemens@ladisch.de> |
|---|
| 6719 | 8041 | S: Maintained |
|---|
| 6720 | | -F: Documentation/timers/hpet.txt |
|---|
| 8042 | +F: Documentation/timers/hpet.rst |
|---|
| 6721 | 8043 | F: drivers/char/hpet.c |
|---|
| 6722 | 8044 | F: include/linux/hpet.h |
|---|
| 6723 | 8045 | F: include/uapi/linux/hpet.h |
|---|
| 6724 | 8046 | |
|---|
| 6725 | 8047 | HPET: x86 |
|---|
| 6726 | 8048 | S: Orphan |
|---|
| 6727 | | -F: arch/x86/kernel/hpet.c |
|---|
| 6728 | 8049 | F: arch/x86/include/asm/hpet.h |
|---|
| 8050 | +F: arch/x86/kernel/hpet.c |
|---|
| 6729 | 8051 | |
|---|
| 6730 | 8052 | HPFS FILESYSTEM |
|---|
| 6731 | 8053 | M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> |
|---|
| 6732 | | -W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
|---|
| 6733 | 8054 | S: Maintained |
|---|
| 8055 | +W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
|---|
| 6734 | 8056 | F: fs/hpfs/ |
|---|
| 6735 | 8057 | |
|---|
| 6736 | 8058 | HSI SUBSYSTEM |
|---|
| 6737 | 8059 | M: Sebastian Reichel <sre@kernel.org> |
|---|
| 6738 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git |
|---|
| 6739 | 8060 | S: Maintained |
|---|
| 8061 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git |
|---|
| 6740 | 8062 | F: Documentation/ABI/testing/sysfs-bus-hsi |
|---|
| 6741 | 8063 | F: Documentation/driver-api/hsi.rst |
|---|
| 6742 | 8064 | F: drivers/hsi/ |
|---|
| .. | .. |
|---|
| 6749 | 8071 | F: drivers/net/usb/hso.c |
|---|
| 6750 | 8072 | |
|---|
| 6751 | 8073 | HSR NETWORK PROTOCOL |
|---|
| 6752 | | -M: Arvid Brodin <arvid.brodin@alten.se> |
|---|
| 6753 | 8074 | L: netdev@vger.kernel.org |
|---|
| 6754 | | -S: Maintained |
|---|
| 8075 | +S: Orphan |
|---|
| 6755 | 8076 | F: net/hsr/ |
|---|
| 6756 | 8077 | |
|---|
| 6757 | 8078 | HT16K33 LED CONTROLLER DRIVER |
|---|
| 6758 | 8079 | M: Robin van der Gracht <robin@protonic.nl> |
|---|
| 6759 | 8080 | S: Maintained |
|---|
| 6760 | | -F: drivers/auxdisplay/ht16k33.c |
|---|
| 6761 | 8081 | F: Documentation/devicetree/bindings/display/ht16k33.txt |
|---|
| 8082 | +F: drivers/auxdisplay/ht16k33.c |
|---|
| 6762 | 8083 | |
|---|
| 6763 | 8084 | HTCPEN TOUCHSCREEN DRIVER |
|---|
| 6764 | 8085 | M: Pau Oliva Fora <pof@eslack.org> |
|---|
| .. | .. |
|---|
| 6766 | 8087 | S: Maintained |
|---|
| 6767 | 8088 | F: drivers/input/touchscreen/htcpen.c |
|---|
| 6768 | 8089 | |
|---|
| 8090 | +HTS221 TEMPERATURE-HUMIDITY IIO DRIVER |
|---|
| 8091 | +M: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> |
|---|
| 8092 | +L: linux-iio@vger.kernel.org |
|---|
| 8093 | +S: Maintained |
|---|
| 8094 | +W: http://www.st.com/ |
|---|
| 8095 | +F: Documentation/devicetree/bindings/iio/humidity/hts221.txt |
|---|
| 8096 | +F: drivers/iio/humidity/hts221* |
|---|
| 8097 | + |
|---|
| 6769 | 8098 | HUAWEI ETHERNET DRIVER |
|---|
| 6770 | | -M: Aviad Krawczyk <aviad.krawczyk@huawei.com> |
|---|
| 8099 | +M: Bin Luo <luobin9@huawei.com> |
|---|
| 6771 | 8100 | L: netdev@vger.kernel.org |
|---|
| 6772 | 8101 | S: Supported |
|---|
| 6773 | | -F: Documentation/networking/hinic.txt |
|---|
| 8102 | +F: Documentation/networking/device_drivers/ethernet/huawei/hinic.rst |
|---|
| 6774 | 8103 | F: drivers/net/ethernet/huawei/hinic/ |
|---|
| 6775 | 8104 | |
|---|
| 6776 | 8105 | HUGETLB FILESYSTEM |
|---|
| 6777 | 8106 | M: Mike Kravetz <mike.kravetz@oracle.com> |
|---|
| 6778 | 8107 | L: linux-mm@kvack.org |
|---|
| 6779 | 8108 | S: Maintained |
|---|
| 6780 | | -F: fs/hugetlbfs/ |
|---|
| 6781 | | -F: mm/hugetlb.c |
|---|
| 6782 | | -F: include/linux/hugetlb.h |
|---|
| 8109 | +F: Documentation/ABI/testing/sysfs-kernel-mm-hugepages |
|---|
| 6783 | 8110 | F: Documentation/admin-guide/mm/hugetlbpage.rst |
|---|
| 6784 | 8111 | F: Documentation/vm/hugetlbfs_reserv.rst |
|---|
| 6785 | | -F: Documentation/ABI/testing/sysfs-kernel-mm-hugepages |
|---|
| 8112 | +F: fs/hugetlbfs/ |
|---|
| 8113 | +F: include/linux/hugetlb.h |
|---|
| 8114 | +F: mm/hugetlb.c |
|---|
| 6786 | 8115 | |
|---|
| 6787 | 8116 | HVA ST MEDIA DRIVER |
|---|
| 6788 | 8117 | M: Jean-Christophe Trotin <jean-christophe.trotin@st.com> |
|---|
| 6789 | 8118 | L: linux-media@vger.kernel.org |
|---|
| 6790 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 6791 | | -W: https://linuxtv.org |
|---|
| 6792 | 8119 | S: Supported |
|---|
| 8120 | +W: https://linuxtv.org |
|---|
| 8121 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 6793 | 8122 | F: drivers/media/platform/sti/hva |
|---|
| 6794 | 8123 | |
|---|
| 6795 | 8124 | HWPOISON MEMORY FAILURE HANDLING |
|---|
| 6796 | | -M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> |
|---|
| 8125 | +M: Naoya Horiguchi <naoya.horiguchi@nec.com> |
|---|
| 6797 | 8126 | L: linux-mm@kvack.org |
|---|
| 6798 | 8127 | S: Maintained |
|---|
| 6799 | | -F: mm/memory-failure.c |
|---|
| 6800 | 8128 | F: mm/hwpoison-inject.c |
|---|
| 8129 | +F: mm/memory-failure.c |
|---|
| 8130 | + |
|---|
| 8131 | +HYGON PROCESSOR SUPPORT |
|---|
| 8132 | +M: Pu Wen <puwen@hygon.cn> |
|---|
| 8133 | +L: linux-kernel@vger.kernel.org |
|---|
| 8134 | +S: Maintained |
|---|
| 8135 | +F: arch/x86/kernel/cpu/hygon.c |
|---|
| 8136 | + |
|---|
| 8137 | +HYNIX HI556 SENSOR DRIVER |
|---|
| 8138 | +M: Shawn Tu <shawnx.tu@intel.com> |
|---|
| 8139 | +L: linux-media@vger.kernel.org |
|---|
| 8140 | +S: Maintained |
|---|
| 8141 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 8142 | +F: drivers/media/i2c/hi556.c |
|---|
| 6801 | 8143 | |
|---|
| 6802 | 8144 | Hyper-V CORE AND DRIVERS |
|---|
| 6803 | 8145 | M: "K. Y. Srinivasan" <kys@microsoft.com> |
|---|
| 6804 | 8146 | M: Haiyang Zhang <haiyangz@microsoft.com> |
|---|
| 6805 | 8147 | M: Stephen Hemminger <sthemmin@microsoft.com> |
|---|
| 6806 | | -L: devel@linuxdriverproject.org |
|---|
| 6807 | | -S: Maintained |
|---|
| 6808 | | -F: Documentation/networking/netvsc.txt |
|---|
| 8148 | +M: Wei Liu <wei.liu@kernel.org> |
|---|
| 8149 | +L: linux-hyperv@vger.kernel.org |
|---|
| 8150 | +S: Supported |
|---|
| 8151 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git |
|---|
| 8152 | +F: Documentation/ABI/stable/sysfs-bus-vmbus |
|---|
| 8153 | +F: Documentation/ABI/testing/debugfs-hyperv |
|---|
| 8154 | +F: Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst |
|---|
| 8155 | +F: arch/x86/hyperv |
|---|
| 8156 | +F: arch/x86/include/asm/hyperv-tlfs.h |
|---|
| 6809 | 8157 | F: arch/x86/include/asm/mshyperv.h |
|---|
| 6810 | 8158 | F: arch/x86/include/asm/trace/hyperv.h |
|---|
| 6811 | | -F: arch/x86/include/asm/hyperv-tlfs.h |
|---|
| 6812 | 8159 | F: arch/x86/kernel/cpu/mshyperv.c |
|---|
| 6813 | | -F: arch/x86/hyperv |
|---|
| 8160 | +F: drivers/clocksource/hyperv_timer.c |
|---|
| 6814 | 8161 | F: drivers/hid/hid-hyperv.c |
|---|
| 6815 | 8162 | F: drivers/hv/ |
|---|
| 6816 | 8163 | F: drivers/input/serio/hyperv-keyboard.c |
|---|
| 6817 | | -F: drivers/pci/controller/pci-hyperv.c |
|---|
| 8164 | +F: drivers/iommu/hyperv-iommu.c |
|---|
| 6818 | 8165 | F: drivers/net/hyperv/ |
|---|
| 8166 | +F: drivers/pci/controller/pci-hyperv-intf.c |
|---|
| 8167 | +F: drivers/pci/controller/pci-hyperv.c |
|---|
| 6819 | 8168 | F: drivers/scsi/storvsc_drv.c |
|---|
| 6820 | 8169 | F: drivers/uio/uio_hv_generic.c |
|---|
| 6821 | 8170 | F: drivers/video/fbdev/hyperv_fb.c |
|---|
| 6822 | | -F: net/vmw_vsock/hyperv_transport.c |
|---|
| 8171 | +F: include/asm-generic/hyperv-tlfs.h |
|---|
| 8172 | +F: include/asm-generic/mshyperv.h |
|---|
| 8173 | +F: include/clocksource/hyperv_timer.h |
|---|
| 6823 | 8174 | F: include/linux/hyperv.h |
|---|
| 6824 | 8175 | F: include/uapi/linux/hyperv.h |
|---|
| 8176 | +F: net/vmw_vsock/hyperv_transport.c |
|---|
| 6825 | 8177 | F: tools/hv/ |
|---|
| 6826 | | -F: Documentation/ABI/stable/sysfs-bus-vmbus |
|---|
| 8178 | + |
|---|
| 8179 | +HYPERBUS SUPPORT |
|---|
| 8180 | +M: Vignesh Raghavendra <vigneshr@ti.com> |
|---|
| 8181 | +L: linux-mtd@lists.infradead.org |
|---|
| 8182 | +S: Supported |
|---|
| 8183 | +Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ |
|---|
| 8184 | +C: irc://irc.oftc.net/mtd |
|---|
| 8185 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next |
|---|
| 8186 | +F: Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt |
|---|
| 8187 | +F: Documentation/devicetree/bindings/mtd/ti,am654-hbmc.txt |
|---|
| 8188 | +F: drivers/mtd/hyperbus/ |
|---|
| 8189 | +F: include/linux/mtd/hyperbus.h |
|---|
| 6827 | 8190 | |
|---|
| 6828 | 8191 | HYPERVISOR VIRTUAL CONSOLE DRIVER |
|---|
| 6829 | 8192 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| .. | .. |
|---|
| 6837 | 8200 | S: Maintained |
|---|
| 6838 | 8201 | F: drivers/i2c/i2c-core-acpi.c |
|---|
| 6839 | 8202 | |
|---|
| 8203 | +I2C CONTROLLER DRIVER FOR NVIDIA GPU |
|---|
| 8204 | +M: Ajay Gupta <ajayg@nvidia.com> |
|---|
| 8205 | +L: linux-i2c@vger.kernel.org |
|---|
| 8206 | +S: Maintained |
|---|
| 8207 | +F: Documentation/i2c/busses/i2c-nvidia-gpu.rst |
|---|
| 8208 | +F: drivers/i2c/busses/i2c-nvidia-gpu.c |
|---|
| 8209 | + |
|---|
| 6840 | 8210 | I2C MUXES |
|---|
| 6841 | 8211 | M: Peter Rosin <peda@axentia.se> |
|---|
| 6842 | 8212 | L: linux-i2c@vger.kernel.org |
|---|
| 6843 | 8213 | S: Maintained |
|---|
| 6844 | | -F: Documentation/i2c/i2c-topology |
|---|
| 6845 | | -F: Documentation/i2c/muxes/ |
|---|
| 6846 | | -F: Documentation/devicetree/bindings/i2c/i2c-mux* |
|---|
| 6847 | 8214 | F: Documentation/devicetree/bindings/i2c/i2c-arb* |
|---|
| 6848 | 8215 | F: Documentation/devicetree/bindings/i2c/i2c-gate* |
|---|
| 8216 | +F: Documentation/devicetree/bindings/i2c/i2c-mux* |
|---|
| 8217 | +F: Documentation/i2c/i2c-topology.rst |
|---|
| 8218 | +F: Documentation/i2c/muxes/ |
|---|
| 6849 | 8219 | F: drivers/i2c/i2c-mux.c |
|---|
| 6850 | 8220 | F: drivers/i2c/muxes/ |
|---|
| 6851 | 8221 | F: include/linux/i2c-mux.h |
|---|
| .. | .. |
|---|
| 6854 | 8224 | M: Gregory CLEMENT <gregory.clement@bootlin.com> |
|---|
| 6855 | 8225 | L: linux-i2c@vger.kernel.org |
|---|
| 6856 | 8226 | S: Maintained |
|---|
| 8227 | +F: Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml |
|---|
| 6857 | 8228 | F: drivers/i2c/busses/i2c-mv64xxx.c |
|---|
| 6858 | 8229 | |
|---|
| 6859 | 8230 | I2C OVER PARALLEL PORT |
|---|
| 6860 | 8231 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 6861 | 8232 | L: linux-i2c@vger.kernel.org |
|---|
| 6862 | 8233 | S: Maintained |
|---|
| 6863 | | -F: Documentation/i2c/busses/i2c-parport |
|---|
| 6864 | | -F: Documentation/i2c/busses/i2c-parport-light |
|---|
| 8234 | +F: Documentation/i2c/busses/i2c-parport.rst |
|---|
| 6865 | 8235 | F: drivers/i2c/busses/i2c-parport.c |
|---|
| 6866 | | -F: drivers/i2c/busses/i2c-parport-light.c |
|---|
| 6867 | 8236 | |
|---|
| 6868 | 8237 | I2C SUBSYSTEM |
|---|
| 6869 | | -M: Wolfram Sang <wsa@the-dreams.de> |
|---|
| 8238 | +M: Wolfram Sang <wsa@kernel.org> |
|---|
| 6870 | 8239 | L: linux-i2c@vger.kernel.org |
|---|
| 8240 | +S: Maintained |
|---|
| 6871 | 8241 | W: https://i2c.wiki.kernel.org/ |
|---|
| 6872 | 8242 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ |
|---|
| 6873 | 8243 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
|---|
| 6874 | | -S: Maintained |
|---|
| 6875 | 8244 | F: Documentation/devicetree/bindings/i2c/i2c.txt |
|---|
| 6876 | 8245 | F: Documentation/i2c/ |
|---|
| 6877 | 8246 | F: drivers/i2c/* |
|---|
| 6878 | | -F: include/linux/i2c.h |
|---|
| 6879 | 8247 | F: include/linux/i2c-dev.h |
|---|
| 6880 | 8248 | F: include/linux/i2c-smbus.h |
|---|
| 6881 | | -F: include/uapi/linux/i2c.h |
|---|
| 8249 | +F: include/linux/i2c.h |
|---|
| 6882 | 8250 | F: include/uapi/linux/i2c-*.h |
|---|
| 8251 | +F: include/uapi/linux/i2c.h |
|---|
| 6883 | 8252 | |
|---|
| 6884 | 8253 | I2C SUBSYSTEM HOST DRIVERS |
|---|
| 6885 | 8254 | L: linux-i2c@vger.kernel.org |
|---|
| 8255 | +S: Odd Fixes |
|---|
| 6886 | 8256 | W: https://i2c.wiki.kernel.org/ |
|---|
| 6887 | 8257 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ |
|---|
| 6888 | 8258 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
|---|
| 6889 | | -S: Odd Fixes |
|---|
| 6890 | 8259 | F: Documentation/devicetree/bindings/i2c/ |
|---|
| 6891 | 8260 | F: drivers/i2c/algos/ |
|---|
| 6892 | 8261 | F: drivers/i2c/busses/ |
|---|
| .. | .. |
|---|
| 6895 | 8264 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 6896 | 8265 | L: linux-i2c@vger.kernel.org |
|---|
| 6897 | 8266 | S: Maintained |
|---|
| 6898 | | -F: Documentation/i2c/busses/i2c-taos-evm |
|---|
| 8267 | +F: Documentation/i2c/busses/i2c-taos-evm.rst |
|---|
| 6899 | 8268 | F: drivers/i2c/busses/i2c-taos-evm.c |
|---|
| 6900 | 8269 | |
|---|
| 6901 | 8270 | I2C-TINY-USB DRIVER |
|---|
| 6902 | 8271 | M: Till Harbaum <till@harbaum.org> |
|---|
| 6903 | 8272 | L: linux-i2c@vger.kernel.org |
|---|
| 6904 | | -W: http://www.harbaum.org/till/i2c_tiny_usb |
|---|
| 6905 | 8273 | S: Maintained |
|---|
| 8274 | +W: http://www.harbaum.org/till/i2c_tiny_usb |
|---|
| 6906 | 8275 | F: drivers/i2c/busses/i2c-tiny-usb.c |
|---|
| 6907 | 8276 | |
|---|
| 6908 | 8277 | I2C/SMBUS CONTROLLER DRIVERS FOR PC |
|---|
| 6909 | 8278 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 6910 | 8279 | L: linux-i2c@vger.kernel.org |
|---|
| 6911 | 8280 | S: Maintained |
|---|
| 6912 | | -F: Documentation/i2c/busses/i2c-ali1535 |
|---|
| 6913 | | -F: Documentation/i2c/busses/i2c-ali1563 |
|---|
| 6914 | | -F: Documentation/i2c/busses/i2c-ali15x3 |
|---|
| 6915 | | -F: Documentation/i2c/busses/i2c-amd756 |
|---|
| 6916 | | -F: Documentation/i2c/busses/i2c-amd8111 |
|---|
| 6917 | | -F: Documentation/i2c/busses/i2c-i801 |
|---|
| 6918 | | -F: Documentation/i2c/busses/i2c-nforce2 |
|---|
| 6919 | | -F: Documentation/i2c/busses/i2c-piix4 |
|---|
| 6920 | | -F: Documentation/i2c/busses/i2c-sis5595 |
|---|
| 6921 | | -F: Documentation/i2c/busses/i2c-sis630 |
|---|
| 6922 | | -F: Documentation/i2c/busses/i2c-sis96x |
|---|
| 6923 | | -F: Documentation/i2c/busses/i2c-via |
|---|
| 6924 | | -F: Documentation/i2c/busses/i2c-viapro |
|---|
| 8281 | +F: Documentation/i2c/busses/i2c-ali1535.rst |
|---|
| 8282 | +F: Documentation/i2c/busses/i2c-ali1563.rst |
|---|
| 8283 | +F: Documentation/i2c/busses/i2c-ali15x3.rst |
|---|
| 8284 | +F: Documentation/i2c/busses/i2c-amd756.rst |
|---|
| 8285 | +F: Documentation/i2c/busses/i2c-amd8111.rst |
|---|
| 8286 | +F: Documentation/i2c/busses/i2c-i801.rst |
|---|
| 8287 | +F: Documentation/i2c/busses/i2c-nforce2.rst |
|---|
| 8288 | +F: Documentation/i2c/busses/i2c-piix4.rst |
|---|
| 8289 | +F: Documentation/i2c/busses/i2c-sis5595.rst |
|---|
| 8290 | +F: Documentation/i2c/busses/i2c-sis630.rst |
|---|
| 8291 | +F: Documentation/i2c/busses/i2c-sis96x.rst |
|---|
| 8292 | +F: Documentation/i2c/busses/i2c-via.rst |
|---|
| 8293 | +F: Documentation/i2c/busses/i2c-viapro.rst |
|---|
| 6925 | 8294 | F: drivers/i2c/busses/i2c-ali1535.c |
|---|
| 6926 | 8295 | F: drivers/i2c/busses/i2c-ali1563.c |
|---|
| 6927 | 8296 | F: drivers/i2c/busses/i2c-ali15x3.c |
|---|
| 6928 | | -F: drivers/i2c/busses/i2c-amd756.c |
|---|
| 6929 | 8297 | F: drivers/i2c/busses/i2c-amd756-s4882.c |
|---|
| 8298 | +F: drivers/i2c/busses/i2c-amd756.c |
|---|
| 6930 | 8299 | F: drivers/i2c/busses/i2c-amd8111.c |
|---|
| 6931 | 8300 | F: drivers/i2c/busses/i2c-i801.c |
|---|
| 6932 | 8301 | F: drivers/i2c/busses/i2c-isch.c |
|---|
| 6933 | | -F: drivers/i2c/busses/i2c-nforce2.c |
|---|
| 6934 | 8302 | F: drivers/i2c/busses/i2c-nforce2-s4985.c |
|---|
| 8303 | +F: drivers/i2c/busses/i2c-nforce2.c |
|---|
| 6935 | 8304 | F: drivers/i2c/busses/i2c-piix4.c |
|---|
| 6936 | 8305 | F: drivers/i2c/busses/i2c-sis5595.c |
|---|
| 6937 | 8306 | F: drivers/i2c/busses/i2c-sis630.c |
|---|
| .. | .. |
|---|
| 6949 | 8318 | M: Seth Heasley <seth.heasley@intel.com> |
|---|
| 6950 | 8319 | M: Neil Horman <nhorman@tuxdriver.com> |
|---|
| 6951 | 8320 | L: linux-i2c@vger.kernel.org |
|---|
| 8321 | +F: Documentation/i2c/busses/i2c-ismt.rst |
|---|
| 6952 | 8322 | F: drivers/i2c/busses/i2c-ismt.c |
|---|
| 6953 | | -F: Documentation/i2c/busses/i2c-ismt |
|---|
| 6954 | 8323 | |
|---|
| 6955 | 8324 | I2C/SMBUS STUB DRIVER |
|---|
| 6956 | 8325 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| .. | .. |
|---|
| 6958 | 8327 | S: Maintained |
|---|
| 6959 | 8328 | F: drivers/i2c/i2c-stub.c |
|---|
| 6960 | 8329 | |
|---|
| 8330 | +I3C DRIVER FOR CADENCE I3C MASTER IP |
|---|
| 8331 | +M: Przemysław Gaj <pgaj@cadence.com> |
|---|
| 8332 | +S: Maintained |
|---|
| 8333 | +F: Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt |
|---|
| 8334 | +F: drivers/i3c/master/i3c-master-cdns.c |
|---|
| 8335 | + |
|---|
| 8336 | +I3C DRIVER FOR SYNOPSYS DESIGNWARE |
|---|
| 8337 | +M: Vitor Soares <vitor.soares@synopsys.com> |
|---|
| 8338 | +S: Maintained |
|---|
| 8339 | +F: Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt |
|---|
| 8340 | +F: drivers/i3c/master/dw* |
|---|
| 8341 | + |
|---|
| 8342 | +I3C SUBSYSTEM |
|---|
| 8343 | +M: Boris Brezillon <bbrezillon@kernel.org> |
|---|
| 8344 | +L: linux-i3c@lists.infradead.org (moderated for non-subscribers) |
|---|
| 8345 | +S: Maintained |
|---|
| 8346 | +C: irc://chat.freenode.net/linux-i3c |
|---|
| 8347 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git |
|---|
| 8348 | +F: Documentation/ABI/testing/sysfs-bus-i3c |
|---|
| 8349 | +F: Documentation/devicetree/bindings/i3c/ |
|---|
| 8350 | +F: Documentation/driver-api/i3c |
|---|
| 8351 | +F: drivers/i3c/ |
|---|
| 8352 | +F: include/linux/i3c/ |
|---|
| 8353 | + |
|---|
| 6961 | 8354 | IA64 (Itanium) PLATFORM |
|---|
| 6962 | 8355 | M: Tony Luck <tony.luck@intel.com> |
|---|
| 6963 | 8356 | M: Fenghua Yu <fenghua.yu@intel.com> |
|---|
| 6964 | 8357 | L: linux-ia64@vger.kernel.org |
|---|
| 8358 | +S: Odd Fixes |
|---|
| 6965 | 8359 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git |
|---|
| 6966 | | -S: Maintained |
|---|
| 8360 | +F: Documentation/ia64/ |
|---|
| 6967 | 8361 | F: arch/ia64/ |
|---|
| 6968 | 8362 | |
|---|
| 6969 | 8363 | IBM Power 842 compression accelerator |
|---|
| 6970 | 8364 | M: Haren Myneni <haren@us.ibm.com> |
|---|
| 6971 | 8365 | S: Supported |
|---|
| 6972 | | -F: drivers/crypto/nx/Makefile |
|---|
| 8366 | +F: crypto/842.c |
|---|
| 6973 | 8367 | F: drivers/crypto/nx/Kconfig |
|---|
| 8368 | +F: drivers/crypto/nx/Makefile |
|---|
| 6974 | 8369 | F: drivers/crypto/nx/nx-842* |
|---|
| 6975 | 8370 | F: include/linux/sw842.h |
|---|
| 6976 | | -F: crypto/842.c |
|---|
| 6977 | 8371 | F: lib/842/ |
|---|
| 6978 | 8372 | |
|---|
| 6979 | 8373 | IBM Power in-Nest Crypto Acceleration |
|---|
| 6980 | | -M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> |
|---|
| 6981 | | -M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> |
|---|
| 8374 | +M: Breno Leitão <leitao@debian.org> |
|---|
| 8375 | +M: Nayna Jain <nayna@linux.ibm.com> |
|---|
| 8376 | +M: Paulo Flabiano Smorigo <pfsmorigo@gmail.com> |
|---|
| 6982 | 8377 | L: linux-crypto@vger.kernel.org |
|---|
| 6983 | 8378 | S: Supported |
|---|
| 6984 | | -F: drivers/crypto/nx/Makefile |
|---|
| 6985 | 8379 | F: drivers/crypto/nx/Kconfig |
|---|
| 8380 | +F: drivers/crypto/nx/Makefile |
|---|
| 6986 | 8381 | F: drivers/crypto/nx/nx-aes* |
|---|
| 6987 | 8382 | F: drivers/crypto/nx/nx-sha* |
|---|
| 6988 | 8383 | F: drivers/crypto/nx/nx.* |
|---|
| 6989 | 8384 | F: drivers/crypto/nx/nx_csbcpb.h |
|---|
| 6990 | | -F: drivers/crypto/nx/nx_debugfs.h |
|---|
| 8385 | +F: drivers/crypto/nx/nx_debugfs.c |
|---|
| 8386 | + |
|---|
| 8387 | +IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform |
|---|
| 8388 | +M: Tyrel Datwyler <tyreld@linux.ibm.com> |
|---|
| 8389 | +L: linux-pci@vger.kernel.org |
|---|
| 8390 | +L: linuxppc-dev@lists.ozlabs.org |
|---|
| 8391 | +S: Supported |
|---|
| 8392 | +F: drivers/pci/hotplug/rpadlpar* |
|---|
| 6991 | 8393 | |
|---|
| 6992 | 8394 | IBM Power Linux RAID adapter |
|---|
| 6993 | 8395 | M: Brian King <brking@us.ibm.com> |
|---|
| 6994 | 8396 | S: Supported |
|---|
| 6995 | 8397 | F: drivers/scsi/ipr.* |
|---|
| 6996 | 8398 | |
|---|
| 8399 | +IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform |
|---|
| 8400 | +M: Tyrel Datwyler <tyreld@linux.ibm.com> |
|---|
| 8401 | +L: linux-pci@vger.kernel.org |
|---|
| 8402 | +L: linuxppc-dev@lists.ozlabs.org |
|---|
| 8403 | +S: Supported |
|---|
| 8404 | +F: drivers/pci/hotplug/rpaphp* |
|---|
| 8405 | + |
|---|
| 6997 | 8406 | IBM Power SRIOV Virtual NIC Device Driver |
|---|
| 6998 | | -M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> |
|---|
| 6999 | | -M: John Allen <jallen@linux.vnet.ibm.com> |
|---|
| 8407 | +M: Dany Madden <drt@linux.ibm.com> |
|---|
| 8408 | +M: Lijun Pan <ljp@linux.ibm.com> |
|---|
| 8409 | +M: Sukadev Bhattiprolu <sukadev@linux.ibm.com> |
|---|
| 7000 | 8410 | L: netdev@vger.kernel.org |
|---|
| 7001 | 8411 | S: Supported |
|---|
| 7002 | 8412 | F: drivers/net/ethernet/ibm/ibmvnic.* |
|---|
| 7003 | 8413 | |
|---|
| 7004 | 8414 | IBM Power Virtual Accelerator Switchboard |
|---|
| 7005 | | -M: Sukadev Bhattiprolu |
|---|
| 8415 | +M: Sukadev Bhattiprolu <sukadev@linux.ibm.com> |
|---|
| 7006 | 8416 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 7007 | 8417 | S: Supported |
|---|
| 7008 | | -F: arch/powerpc/platforms/powernv/vas* |
|---|
| 7009 | | -F: arch/powerpc/platforms/powernv/copy-paste.h |
|---|
| 7010 | 8418 | F: arch/powerpc/include/asm/vas.h |
|---|
| 7011 | | -F: arch/powerpc/include/uapi/asm/vas.h |
|---|
| 8419 | +F: arch/powerpc/platforms/powernv/copy-paste.h |
|---|
| 8420 | +F: arch/powerpc/platforms/powernv/vas* |
|---|
| 7012 | 8421 | |
|---|
| 7013 | 8422 | IBM Power Virtual Ethernet Device Driver |
|---|
| 7014 | | -M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> |
|---|
| 8423 | +M: Cristobal Forno <cforno12@linux.ibm.com> |
|---|
| 7015 | 8424 | L: netdev@vger.kernel.org |
|---|
| 7016 | 8425 | S: Supported |
|---|
| 7017 | 8426 | F: drivers/net/ethernet/ibm/ibmveth.* |
|---|
| 7018 | 8427 | |
|---|
| 7019 | 8428 | IBM Power Virtual FC Device Drivers |
|---|
| 7020 | | -M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> |
|---|
| 8429 | +M: Tyrel Datwyler <tyreld@linux.ibm.com> |
|---|
| 7021 | 8430 | L: linux-scsi@vger.kernel.org |
|---|
| 7022 | 8431 | S: Supported |
|---|
| 7023 | 8432 | F: drivers/scsi/ibmvscsi/ibmvfc* |
|---|
| 7024 | 8433 | |
|---|
| 7025 | 8434 | IBM Power Virtual Management Channel Driver |
|---|
| 7026 | | -M: Bryant G. Ly <bryantly@linux.vnet.ibm.com> |
|---|
| 7027 | | -M: Steven Royer <seroyer@linux.vnet.ibm.com> |
|---|
| 8435 | +M: Steven Royer <seroyer@linux.ibm.com> |
|---|
| 7028 | 8436 | S: Supported |
|---|
| 7029 | 8437 | F: drivers/misc/ibmvmc.* |
|---|
| 7030 | 8438 | |
|---|
| 7031 | 8439 | IBM Power Virtual SCSI Device Drivers |
|---|
| 7032 | | -M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> |
|---|
| 8440 | +M: Tyrel Datwyler <tyreld@linux.ibm.com> |
|---|
| 7033 | 8441 | L: linux-scsi@vger.kernel.org |
|---|
| 7034 | 8442 | S: Supported |
|---|
| 7035 | 8443 | F: drivers/scsi/ibmvscsi/ibmvscsi* |
|---|
| 7036 | 8444 | F: include/scsi/viosrp.h |
|---|
| 7037 | 8445 | |
|---|
| 7038 | 8446 | IBM Power Virtual SCSI Device Target Driver |
|---|
| 7039 | | -M: Bryant G. Ly <bryantly@linux.vnet.ibm.com> |
|---|
| 7040 | | -M: Michael Cyr <mikecyr@linux.vnet.ibm.com> |
|---|
| 8447 | +M: Michael Cyr <mikecyr@linux.ibm.com> |
|---|
| 7041 | 8448 | L: linux-scsi@vger.kernel.org |
|---|
| 7042 | 8449 | L: target-devel@vger.kernel.org |
|---|
| 7043 | 8450 | S: Supported |
|---|
| 7044 | 8451 | F: drivers/scsi/ibmvscsi_tgt/ |
|---|
| 7045 | 8452 | |
|---|
| 7046 | 8453 | IBM Power VMX Cryptographic instructions |
|---|
| 7047 | | -M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> |
|---|
| 7048 | | -M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> |
|---|
| 8454 | +M: Breno Leitão <leitao@debian.org> |
|---|
| 8455 | +M: Nayna Jain <nayna@linux.ibm.com> |
|---|
| 8456 | +M: Paulo Flabiano Smorigo <pfsmorigo@gmail.com> |
|---|
| 7049 | 8457 | L: linux-crypto@vger.kernel.org |
|---|
| 7050 | 8458 | S: Supported |
|---|
| 7051 | | -F: drivers/crypto/vmx/Makefile |
|---|
| 7052 | 8459 | F: drivers/crypto/vmx/Kconfig |
|---|
| 7053 | | -F: drivers/crypto/vmx/vmx.c |
|---|
| 8460 | +F: drivers/crypto/vmx/Makefile |
|---|
| 7054 | 8461 | F: drivers/crypto/vmx/aes* |
|---|
| 7055 | 8462 | F: drivers/crypto/vmx/ghash* |
|---|
| 7056 | 8463 | F: drivers/crypto/vmx/ppc-xlate.pl |
|---|
| 7057 | | - |
|---|
| 7058 | | -IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform |
|---|
| 7059 | | -M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> |
|---|
| 7060 | | -L: linux-pci@vger.kernel.org |
|---|
| 7061 | | -L: linuxppc-dev@lists.ozlabs.org |
|---|
| 7062 | | -S: Supported |
|---|
| 7063 | | -F: drivers/pci/hotplug/rpaphp* |
|---|
| 7064 | | - |
|---|
| 7065 | | -IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform |
|---|
| 7066 | | -M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> |
|---|
| 7067 | | -L: linux-pci@vger.kernel.org |
|---|
| 7068 | | -L: linuxppc-dev@lists.ozlabs.org |
|---|
| 7069 | | -S: Supported |
|---|
| 7070 | | -F: drivers/pci/hotplug/rpadlpar* |
|---|
| 8464 | +F: drivers/crypto/vmx/vmx.c |
|---|
| 7071 | 8465 | |
|---|
| 7072 | 8466 | IBM ServeRAID RAID DRIVER |
|---|
| 7073 | 8467 | S: Orphan |
|---|
| .. | .. |
|---|
| 7076 | 8470 | ICH LPC AND GPIO DRIVER |
|---|
| 7077 | 8471 | M: Peter Tyser <ptyser@xes-inc.com> |
|---|
| 7078 | 8472 | S: Maintained |
|---|
| 7079 | | -F: drivers/mfd/lpc_ich.c |
|---|
| 7080 | 8473 | F: drivers/gpio/gpio-ich.c |
|---|
| 8474 | +F: drivers/mfd/lpc_ich.c |
|---|
| 8475 | + |
|---|
| 8476 | +ICY I2C DRIVER |
|---|
| 8477 | +M: Max Staudt <max@enpas.org> |
|---|
| 8478 | +L: linux-i2c@vger.kernel.org |
|---|
| 8479 | +S: Maintained |
|---|
| 8480 | +F: drivers/i2c/busses/i2c-icy.c |
|---|
| 7081 | 8481 | |
|---|
| 7082 | 8482 | IDE SUBSYSTEM |
|---|
| 7083 | 8483 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 7084 | 8484 | L: linux-ide@vger.kernel.org |
|---|
| 8485 | +S: Maintained |
|---|
| 7085 | 8486 | Q: http://patchwork.ozlabs.org/project/linux-ide/list/ |
|---|
| 7086 | 8487 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git |
|---|
| 7087 | | -S: Maintained |
|---|
| 7088 | 8488 | F: Documentation/ide/ |
|---|
| 7089 | 8489 | F: drivers/ide/ |
|---|
| 7090 | 8490 | F: include/linux/ide.h |
|---|
| .. | .. |
|---|
| 7093 | 8493 | M: Borislav Petkov <bp@alien8.de> |
|---|
| 7094 | 8494 | L: linux-ide@vger.kernel.org |
|---|
| 7095 | 8495 | S: Maintained |
|---|
| 7096 | | -F: Documentation/cdrom/ide-cd |
|---|
| 8496 | +F: Documentation/cdrom/ide-cd.rst |
|---|
| 7097 | 8497 | F: drivers/ide/ide-cd* |
|---|
| 7098 | 8498 | |
|---|
| 7099 | 8499 | IDEAPAD LAPTOP EXTRAS DRIVER |
|---|
| 7100 | 8500 | M: Ike Panhc <ike.pan@canonical.com> |
|---|
| 7101 | 8501 | L: platform-driver-x86@vger.kernel.org |
|---|
| 7102 | | -W: http://launchpad.net/ideapad-laptop |
|---|
| 7103 | 8502 | S: Maintained |
|---|
| 8503 | +W: http://launchpad.net/ideapad-laptop |
|---|
| 7104 | 8504 | F: drivers/platform/x86/ideapad-laptop.c |
|---|
| 7105 | 8505 | |
|---|
| 7106 | 8506 | IDEAPAD LAPTOP SLIDEBAR DRIVER |
|---|
| 7107 | 8507 | M: Andrey Moiseev <o2g.org.ru@gmail.com> |
|---|
| 7108 | 8508 | L: linux-input@vger.kernel.org |
|---|
| 7109 | | -W: https://github.com/o2genum/ideapad-slidebar |
|---|
| 7110 | 8509 | S: Maintained |
|---|
| 8510 | +W: https://github.com/o2genum/ideapad-slidebar |
|---|
| 7111 | 8511 | F: drivers/input/misc/ideapad_slidebar.c |
|---|
| 7112 | 8512 | |
|---|
| 7113 | 8513 | IDT VersaClock 5 CLOCK DRIVER |
|---|
| 7114 | | -M: Marek Vasut <marek.vasut@gmail.com> |
|---|
| 8514 | +M: Luca Ceresoli <luca@lucaceresoli.net> |
|---|
| 7115 | 8515 | S: Maintained |
|---|
| 8516 | +F: Documentation/devicetree/bindings/clock/idt,versaclock5.yaml |
|---|
| 7116 | 8517 | F: drivers/clk/clk-versaclock5.c |
|---|
| 7117 | 8518 | |
|---|
| 7118 | 8519 | IEEE 802.15.4 SUBSYSTEM |
|---|
| 7119 | 8520 | M: Alexander Aring <alex.aring@gmail.com> |
|---|
| 7120 | 8521 | M: Stefan Schmidt <stefan@datenfreihafen.org> |
|---|
| 7121 | 8522 | L: linux-wpan@vger.kernel.org |
|---|
| 7122 | | -W: http://wpan.cakelab.org/ |
|---|
| 8523 | +S: Maintained |
|---|
| 8524 | +W: https://linux-wpan.org/ |
|---|
| 7123 | 8525 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git |
|---|
| 7124 | 8526 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git |
|---|
| 7125 | | -S: Maintained |
|---|
| 7126 | | -F: net/ieee802154/ |
|---|
| 7127 | | -F: net/mac802154/ |
|---|
| 8527 | +F: Documentation/networking/ieee802154.rst |
|---|
| 7128 | 8528 | F: drivers/net/ieee802154/ |
|---|
| 7129 | | -F: include/linux/nl802154.h |
|---|
| 7130 | 8529 | F: include/linux/ieee802154.h |
|---|
| 7131 | | -F: include/net/nl802154.h |
|---|
| 7132 | | -F: include/net/mac802154.h |
|---|
| 8530 | +F: include/linux/nl802154.h |
|---|
| 7133 | 8531 | F: include/net/af_ieee802154.h |
|---|
| 7134 | 8532 | F: include/net/cfg802154.h |
|---|
| 7135 | 8533 | F: include/net/ieee802154_netdev.h |
|---|
| 7136 | | -F: Documentation/networking/ieee802154.txt |
|---|
| 8534 | +F: include/net/mac802154.h |
|---|
| 8535 | +F: include/net/nl802154.h |
|---|
| 8536 | +F: net/ieee802154/ |
|---|
| 8537 | +F: net/mac802154/ |
|---|
| 7137 | 8538 | |
|---|
| 7138 | 8539 | IFE PROTOCOL |
|---|
| 7139 | 8540 | M: Yotam Gigi <yotam.gi@gmail.com> |
|---|
| 7140 | 8541 | M: Jamal Hadi Salim <jhs@mojatatu.com> |
|---|
| 7141 | | -F: net/ife |
|---|
| 7142 | 8542 | F: include/net/ife.h |
|---|
| 7143 | 8543 | F: include/uapi/linux/ife.h |
|---|
| 8544 | +F: net/ife |
|---|
| 7144 | 8545 | |
|---|
| 7145 | 8546 | IGORPLUG-USB IR RECEIVER |
|---|
| 7146 | 8547 | M: Sean Young <sean@mess.org> |
|---|
| .. | .. |
|---|
| 7179 | 8580 | |
|---|
| 7180 | 8581 | IIO SUBSYSTEM AND DRIVERS |
|---|
| 7181 | 8582 | M: Jonathan Cameron <jic23@kernel.org> |
|---|
| 7182 | | -R: Hartmut Knaack <knaack.h@gmx.de> |
|---|
| 7183 | 8583 | R: Lars-Peter Clausen <lars@metafoo.de> |
|---|
| 7184 | 8584 | R: Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
|---|
| 7185 | 8585 | L: linux-iio@vger.kernel.org |
|---|
| 7186 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git |
|---|
| 7187 | 8586 | S: Maintained |
|---|
| 8587 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git |
|---|
| 7188 | 8588 | F: Documentation/ABI/testing/configfs-iio* |
|---|
| 7189 | 8589 | F: Documentation/ABI/testing/sysfs-bus-iio* |
|---|
| 7190 | 8590 | F: Documentation/devicetree/bindings/iio/ |
|---|
| .. | .. |
|---|
| 7209 | 8609 | F: drivers/usb/atm/ueagle-atm.c |
|---|
| 7210 | 8610 | |
|---|
| 7211 | 8611 | IMGTEC ASCII LCD DRIVER |
|---|
| 7212 | | -M: Paul Burton <paul.burton@mips.com> |
|---|
| 8612 | +M: Paul Burton <paulburton@kernel.org> |
|---|
| 7213 | 8613 | S: Maintained |
|---|
| 7214 | 8614 | F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt |
|---|
| 7215 | 8615 | F: drivers/auxdisplay/img-ascii-lcd.c |
|---|
| 7216 | 8616 | |
|---|
| 7217 | 8617 | IMGTEC IR DECODER DRIVER |
|---|
| 7218 | | -M: James Hogan <jhogan@kernel.org> |
|---|
| 7219 | | -S: Maintained |
|---|
| 8618 | +S: Orphan |
|---|
| 7220 | 8619 | F: drivers/media/rc/img-ir/ |
|---|
| 7221 | 8620 | |
|---|
| 7222 | 8621 | IMON SOUNDGRAPH USB IR RECEIVER |
|---|
| 7223 | 8622 | M: Sean Young <sean@mess.org> |
|---|
| 7224 | 8623 | L: linux-media@vger.kernel.org |
|---|
| 7225 | 8624 | S: Maintained |
|---|
| 7226 | | -F: drivers/media/rc/imon_raw.c |
|---|
| 7227 | 8625 | F: drivers/media/rc/imon.c |
|---|
| 8626 | +F: drivers/media/rc/imon_raw.c |
|---|
| 7228 | 8627 | |
|---|
| 7229 | 8628 | IMS TWINTURBO FRAMEBUFFER DRIVER |
|---|
| 7230 | 8629 | L: linux-fbdev@vger.kernel.org |
|---|
| .. | .. |
|---|
| 7235 | 8634 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 7236 | 8635 | L: linux-hwmon@vger.kernel.org |
|---|
| 7237 | 8636 | S: Maintained |
|---|
| 7238 | | -F: Documentation/hwmon/ina209 |
|---|
| 7239 | 8637 | F: Documentation/devicetree/bindings/hwmon/ina2xx.txt |
|---|
| 8638 | +F: Documentation/hwmon/ina209.rst |
|---|
| 7240 | 8639 | F: drivers/hwmon/ina209.c |
|---|
| 7241 | 8640 | |
|---|
| 7242 | 8641 | INA2XX HARDWARE MONITOR DRIVER |
|---|
| 7243 | 8642 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 7244 | 8643 | L: linux-hwmon@vger.kernel.org |
|---|
| 7245 | 8644 | S: Maintained |
|---|
| 7246 | | -F: Documentation/hwmon/ina2xx |
|---|
| 8645 | +F: Documentation/hwmon/ina2xx.rst |
|---|
| 7247 | 8646 | F: drivers/hwmon/ina2xx.c |
|---|
| 7248 | 8647 | F: include/linux/platform_data/ina2xx.h |
|---|
| 8648 | + |
|---|
| 8649 | +INCREMENTAL FILE SYSTEM |
|---|
| 8650 | +M: Paul Lawrence <paullawrence@google.com> |
|---|
| 8651 | +L: linux-unionfs@vger.kernel.org |
|---|
| 8652 | +S: Supported |
|---|
| 8653 | +F: fs/incfs/ |
|---|
| 8654 | +F: tools/testing/selftests/filesystems/incfs/ |
|---|
| 7249 | 8655 | |
|---|
| 7250 | 8656 | INDUSTRY PACK SUBSYSTEM (IPACK) |
|---|
| 7251 | 8657 | M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> |
|---|
| 7252 | 8658 | M: Jens Taprogge <jens.taprogge@taprogge.org> |
|---|
| 7253 | 8659 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 7254 | 8660 | L: industrypack-devel@lists.sourceforge.net |
|---|
| 7255 | | -W: http://industrypack.sourceforge.net |
|---|
| 7256 | 8661 | S: Maintained |
|---|
| 8662 | +W: http://industrypack.sourceforge.net |
|---|
| 7257 | 8663 | F: drivers/ipack/ |
|---|
| 8664 | + |
|---|
| 8665 | +INFINEON DPS310 Driver |
|---|
| 8666 | +M: Eddie James <eajames@linux.ibm.com> |
|---|
| 8667 | +L: linux-iio@vger.kernel.org |
|---|
| 8668 | +S: Maintained |
|---|
| 8669 | +F: drivers/iio/pressure/dps310.c |
|---|
| 7258 | 8670 | |
|---|
| 7259 | 8671 | INFINIBAND SUBSYSTEM |
|---|
| 7260 | 8672 | M: Doug Ledford <dledford@redhat.com> |
|---|
| 7261 | | -M: Jason Gunthorpe <jgg@mellanox.com> |
|---|
| 8673 | +M: Jason Gunthorpe <jgg@nvidia.com> |
|---|
| 7262 | 8674 | L: linux-rdma@vger.kernel.org |
|---|
| 8675 | +S: Supported |
|---|
| 7263 | 8676 | W: https://github.com/linux-rdma/rdma-core |
|---|
| 7264 | 8677 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
|---|
| 7265 | 8678 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git |
|---|
| 7266 | | -S: Supported |
|---|
| 7267 | 8679 | F: Documentation/devicetree/bindings/infiniband/ |
|---|
| 7268 | 8680 | F: Documentation/infiniband/ |
|---|
| 7269 | 8681 | F: drivers/infiniband/ |
|---|
| 8682 | +F: include/rdma/ |
|---|
| 8683 | +F: include/trace/events/ib_mad.h |
|---|
| 8684 | +F: include/trace/events/ib_umad.h |
|---|
| 7270 | 8685 | F: include/uapi/linux/if_infiniband.h |
|---|
| 7271 | 8686 | F: include/uapi/rdma/ |
|---|
| 7272 | | -F: include/rdma/ |
|---|
| 8687 | +F: samples/bpf/ibumad_kern.c |
|---|
| 8688 | +F: samples/bpf/ibumad_user.c |
|---|
| 7273 | 8689 | |
|---|
| 7274 | 8690 | INGENIC JZ4780 DMA Driver |
|---|
| 7275 | 8691 | M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> |
|---|
| .. | .. |
|---|
| 7280 | 8696 | M: Harvey Hunt <harveyhuntnexus@gmail.com> |
|---|
| 7281 | 8697 | L: linux-mtd@lists.infradead.org |
|---|
| 7282 | 8698 | S: Maintained |
|---|
| 7283 | | -F: drivers/mtd/nand/raw/jz4780_* |
|---|
| 8699 | +F: drivers/mtd/nand/raw/ingenic/ |
|---|
| 8700 | + |
|---|
| 8701 | +INGENIC JZ47xx SoCs |
|---|
| 8702 | +M: Paul Cercueil <paul@crapouillou.net> |
|---|
| 8703 | +S: Maintained |
|---|
| 8704 | +F: arch/mips/boot/dts/ingenic/ |
|---|
| 8705 | +F: arch/mips/generic/board-ingenic.c |
|---|
| 8706 | +F: arch/mips/include/asm/mach-ingenic/ |
|---|
| 8707 | +F: arch/mips/ingenic/Kconfig |
|---|
| 8708 | +F: drivers/clk/ingenic/ |
|---|
| 8709 | +F: drivers/dma/dma-jz4780.c |
|---|
| 8710 | +F: drivers/gpu/drm/ingenic/ |
|---|
| 8711 | +F: drivers/i2c/busses/i2c-jz4780.c |
|---|
| 8712 | +F: drivers/iio/adc/ingenic-adc.c |
|---|
| 8713 | +F: drivers/irqchip/irq-ingenic.c |
|---|
| 8714 | +F: drivers/memory/jz4780-nemc.c |
|---|
| 8715 | +F: drivers/mmc/host/jz4740_mmc.c |
|---|
| 8716 | +F: drivers/mtd/nand/raw/ingenic/ |
|---|
| 8717 | +F: drivers/pinctrl/pinctrl-ingenic.c |
|---|
| 8718 | +F: drivers/power/supply/ingenic-battery.c |
|---|
| 8719 | +F: drivers/pwm/pwm-jz4740.c |
|---|
| 8720 | +F: drivers/remoteproc/ingenic_rproc.c |
|---|
| 8721 | +F: drivers/rtc/rtc-jz4740.c |
|---|
| 8722 | +F: drivers/tty/serial/8250/8250_ingenic.c |
|---|
| 8723 | +F: drivers/usb/musb/jz4740.c |
|---|
| 8724 | +F: drivers/watchdog/jz4740_wdt.c |
|---|
| 8725 | +F: include/dt-bindings/iio/adc/ingenic,adc.h |
|---|
| 8726 | +F: include/linux/mfd/ingenic-tcu.h |
|---|
| 8727 | +F: sound/soc/codecs/jz47* |
|---|
| 8728 | +F: sound/soc/jz4740/ |
|---|
| 7284 | 8729 | |
|---|
| 7285 | 8730 | INOTIFY |
|---|
| 7286 | 8731 | M: Jan Kara <jack@suse.cz> |
|---|
| 7287 | 8732 | R: Amir Goldstein <amir73il@gmail.com> |
|---|
| 7288 | 8733 | L: linux-fsdevel@vger.kernel.org |
|---|
| 7289 | 8734 | S: Maintained |
|---|
| 7290 | | -F: Documentation/filesystems/inotify.txt |
|---|
| 8735 | +F: Documentation/filesystems/inotify.rst |
|---|
| 7291 | 8736 | F: fs/notify/inotify/ |
|---|
| 7292 | 8737 | F: include/linux/inotify.h |
|---|
| 7293 | 8738 | F: include/uapi/linux/inotify.h |
|---|
| .. | .. |
|---|
| 7295 | 8740 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
|---|
| 7296 | 8741 | M: Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|
| 7297 | 8742 | L: linux-input@vger.kernel.org |
|---|
| 8743 | +S: Maintained |
|---|
| 7298 | 8744 | Q: http://patchwork.kernel.org/project/linux-input/list/ |
|---|
| 7299 | 8745 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
|---|
| 7300 | | -S: Maintained |
|---|
| 7301 | | -F: drivers/input/ |
|---|
| 7302 | | -F: include/linux/input.h |
|---|
| 7303 | | -F: include/uapi/linux/input.h |
|---|
| 7304 | | -F: include/uapi/linux/input-event-codes.h |
|---|
| 7305 | | -F: include/linux/input/ |
|---|
| 7306 | 8746 | F: Documentation/devicetree/bindings/input/ |
|---|
| 7307 | 8747 | F: Documentation/devicetree/bindings/serio/ |
|---|
| 7308 | 8748 | F: Documentation/input/ |
|---|
| 8749 | +F: drivers/input/ |
|---|
| 8750 | +F: include/linux/input.h |
|---|
| 8751 | +F: include/linux/input/ |
|---|
| 8752 | +F: include/uapi/linux/input-event-codes.h |
|---|
| 8753 | +F: include/uapi/linux/input.h |
|---|
| 7309 | 8754 | |
|---|
| 7310 | 8755 | INPUT MULTITOUCH (MT) PROTOCOL |
|---|
| 7311 | 8756 | M: Henrik Rydberg <rydberg@bitmath.org> |
|---|
| .. | .. |
|---|
| 7316 | 8761 | K: \b(ABS|SYN)_MT_ |
|---|
| 7317 | 8762 | |
|---|
| 7318 | 8763 | INSIDE SECURE CRYPTO DRIVER |
|---|
| 7319 | | -M: Antoine Tenart <antoine.tenart@bootlin.com> |
|---|
| 7320 | | -F: drivers/crypto/inside-secure/ |
|---|
| 7321 | | -S: Maintained |
|---|
| 8764 | +M: Antoine Tenart <atenart@kernel.org> |
|---|
| 7322 | 8765 | L: linux-crypto@vger.kernel.org |
|---|
| 8766 | +S: Maintained |
|---|
| 8767 | +F: drivers/crypto/inside-secure/ |
|---|
| 7323 | 8768 | |
|---|
| 7324 | 8769 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
|---|
| 7325 | | -M: Mimi Zohar <zohar@linux.vnet.ibm.com> |
|---|
| 8770 | +M: Mimi Zohar <zohar@linux.ibm.com> |
|---|
| 7326 | 8771 | M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com> |
|---|
| 7327 | 8772 | L: linux-integrity@vger.kernel.org |
|---|
| 7328 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git |
|---|
| 7329 | 8773 | S: Supported |
|---|
| 8774 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git |
|---|
| 7330 | 8775 | F: security/integrity/ima/ |
|---|
| 7331 | 8776 | |
|---|
| 7332 | 8777 | INTEL 810/815 FRAMEBUFFER DRIVER |
|---|
| .. | .. |
|---|
| 7336 | 8781 | F: drivers/video/fbdev/i810/ |
|---|
| 7337 | 8782 | |
|---|
| 7338 | 8783 | INTEL ASoC DRIVERS |
|---|
| 8784 | +M: Cezary Rojewski <cezary.rojewski@intel.com> |
|---|
| 7339 | 8785 | M: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> |
|---|
| 7340 | 8786 | M: Liam Girdwood <liam.r.girdwood@linux.intel.com> |
|---|
| 7341 | 8787 | M: Jie Yang <yang.jie@linux.intel.com> |
|---|
| .. | .. |
|---|
| 7349 | 8795 | S: Maintained |
|---|
| 7350 | 8796 | F: drivers/platform/x86/intel_atomisp2_pm.c |
|---|
| 7351 | 8797 | |
|---|
| 8798 | +INTEL ATOMISP2 LED DRIVER |
|---|
| 8799 | +M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 8800 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 8801 | +S: Maintained |
|---|
| 8802 | +F: drivers/platform/x86/intel_atomisp2_led.c |
|---|
| 8803 | + |
|---|
| 8804 | +INTEL BROXTON PMC DRIVER |
|---|
| 8805 | +M: Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|
| 8806 | +M: Zha Qipeng <qipeng.zha@intel.com> |
|---|
| 8807 | +S: Maintained |
|---|
| 8808 | +F: drivers/mfd/intel_pmc_bxt.c |
|---|
| 8809 | +F: include/linux/mfd/intel_pmc_bxt.h |
|---|
| 8810 | + |
|---|
| 7352 | 8811 | INTEL C600 SERIES SAS CONTROLLER DRIVER |
|---|
| 7353 | 8812 | M: Intel SCU Linux support <intel-linux-scu@intel.com> |
|---|
| 7354 | 8813 | M: Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
|---|
| 7355 | 8814 | L: linux-scsi@vger.kernel.org |
|---|
| 7356 | | -T: git git://git.code.sf.net/p/intel-sas/isci |
|---|
| 7357 | 8815 | S: Supported |
|---|
| 8816 | +T: git git://git.code.sf.net/p/intel-sas/isci |
|---|
| 7358 | 8817 | F: drivers/scsi/isci/ |
|---|
| 8818 | + |
|---|
| 8819 | +INTEL CPU family model numbers |
|---|
| 8820 | +M: Tony Luck <tony.luck@intel.com> |
|---|
| 8821 | +M: x86@kernel.org |
|---|
| 8822 | +L: linux-kernel@vger.kernel.org |
|---|
| 8823 | +S: Supported |
|---|
| 8824 | +F: arch/x86/include/asm/intel-family.h |
|---|
| 7359 | 8825 | |
|---|
| 7360 | 8826 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
|---|
| 7361 | 8827 | M: Jani Nikula <jani.nikula@linux.intel.com> |
|---|
| 7362 | 8828 | M: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> |
|---|
| 7363 | 8829 | M: Rodrigo Vivi <rodrigo.vivi@intel.com> |
|---|
| 7364 | 8830 | L: intel-gfx@lists.freedesktop.org |
|---|
| 8831 | +S: Supported |
|---|
| 7365 | 8832 | W: https://01.org/linuxgraphics/ |
|---|
| 8833 | +Q: http://patchwork.freedesktop.org/project/intel-gfx/ |
|---|
| 7366 | 8834 | B: https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs |
|---|
| 7367 | 8835 | C: irc://chat.freenode.net/intel-gfx |
|---|
| 7368 | | -Q: http://patchwork.freedesktop.org/project/intel-gfx/ |
|---|
| 7369 | 8836 | T: git git://anongit.freedesktop.org/drm-intel |
|---|
| 7370 | | -S: Supported |
|---|
| 8837 | +F: Documentation/gpu/i915.rst |
|---|
| 7371 | 8838 | F: drivers/gpu/drm/i915/ |
|---|
| 7372 | 8839 | F: include/drm/i915* |
|---|
| 7373 | 8840 | F: include/uapi/drm/i915_drm.h |
|---|
| 7374 | | -F: Documentation/gpu/i915.rst |
|---|
| 7375 | 8841 | |
|---|
| 7376 | 8842 | INTEL ETHERNET DRIVERS |
|---|
| 7377 | | -M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
|---|
| 8843 | +M: Jesse Brandeburg <jesse.brandeburg@intel.com> |
|---|
| 8844 | +M: Tony Nguyen <anthony.l.nguyen@intel.com> |
|---|
| 7378 | 8845 | L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers) |
|---|
| 8846 | +S: Supported |
|---|
| 7379 | 8847 | W: http://www.intel.com/support/feedback.htm |
|---|
| 7380 | 8848 | W: http://e1000.sourceforge.net/ |
|---|
| 7381 | 8849 | Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/ |
|---|
| 7382 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git |
|---|
| 7383 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git |
|---|
| 7384 | | -S: Supported |
|---|
| 7385 | | -F: Documentation/networking/e100.rst |
|---|
| 7386 | | -F: Documentation/networking/e1000.rst |
|---|
| 7387 | | -F: Documentation/networking/e1000e.txt |
|---|
| 7388 | | -F: Documentation/networking/igb.txt |
|---|
| 7389 | | -F: Documentation/networking/igbvf.txt |
|---|
| 7390 | | -F: Documentation/networking/ixgb.txt |
|---|
| 7391 | | -F: Documentation/networking/ixgbe.txt |
|---|
| 7392 | | -F: Documentation/networking/ixgbevf.txt |
|---|
| 7393 | | -F: Documentation/networking/i40e.txt |
|---|
| 7394 | | -F: Documentation/networking/i40evf.txt |
|---|
| 7395 | | -F: Documentation/networking/ice.txt |
|---|
| 8850 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue.git |
|---|
| 8851 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git |
|---|
| 8852 | +F: Documentation/networking/device_drivers/ethernet/intel/ |
|---|
| 7396 | 8853 | F: drivers/net/ethernet/intel/ |
|---|
| 7397 | 8854 | F: drivers/net/ethernet/intel/*/ |
|---|
| 7398 | 8855 | F: include/linux/avf/virtchnl.h |
|---|
| .. | .. |
|---|
| 7401 | 8858 | M: Maik Broemme <mbroemme@libmpq.org> |
|---|
| 7402 | 8859 | L: linux-fbdev@vger.kernel.org |
|---|
| 7403 | 8860 | S: Maintained |
|---|
| 7404 | | -F: Documentation/fb/intelfb.txt |
|---|
| 8861 | +F: Documentation/fb/intelfb.rst |
|---|
| 7405 | 8862 | F: drivers/video/fbdev/intelfb/ |
|---|
| 8863 | + |
|---|
| 8864 | +INTEL GPIO DRIVERS |
|---|
| 8865 | +M: Andy Shevchenko <andy@kernel.org> |
|---|
| 8866 | +L: linux-gpio@vger.kernel.org |
|---|
| 8867 | +S: Maintained |
|---|
| 8868 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git |
|---|
| 8869 | +F: drivers/gpio/gpio-ich.c |
|---|
| 8870 | +F: drivers/gpio/gpio-intel-mid.c |
|---|
| 8871 | +F: drivers/gpio/gpio-merrifield.c |
|---|
| 8872 | +F: drivers/gpio/gpio-ml-ioh.c |
|---|
| 8873 | +F: drivers/gpio/gpio-pch.c |
|---|
| 8874 | +F: drivers/gpio/gpio-sch.c |
|---|
| 8875 | +F: drivers/gpio/gpio-sodaville.c |
|---|
| 7406 | 8876 | |
|---|
| 7407 | 8877 | INTEL GVT-g DRIVERS (Intel GPU Virtualization) |
|---|
| 7408 | 8878 | M: Zhenyu Wang <zhenyuw@linux.intel.com> |
|---|
| 7409 | 8879 | M: Zhi Wang <zhi.a.wang@intel.com> |
|---|
| 7410 | 8880 | L: intel-gvt-dev@lists.freedesktop.org |
|---|
| 7411 | 8881 | L: intel-gfx@lists.freedesktop.org |
|---|
| 8882 | +S: Supported |
|---|
| 7412 | 8883 | W: https://01.org/igvt-g |
|---|
| 7413 | 8884 | T: git https://github.com/intel/gvt-linux.git |
|---|
| 7414 | | -S: Supported |
|---|
| 7415 | 8885 | F: drivers/gpu/drm/i915/gvt/ |
|---|
| 7416 | 8886 | |
|---|
| 7417 | 8887 | INTEL HID EVENT DRIVER |
|---|
| .. | .. |
|---|
| 7424 | 8894 | M: Dave Jiang <dave.jiang@intel.com> |
|---|
| 7425 | 8895 | R: Dan Williams <dan.j.williams@intel.com> |
|---|
| 7426 | 8896 | L: dmaengine@vger.kernel.org |
|---|
| 7427 | | -Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ |
|---|
| 7428 | 8897 | S: Supported |
|---|
| 8898 | +Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ |
|---|
| 7429 | 8899 | F: drivers/dma/ioat* |
|---|
| 8900 | + |
|---|
| 8901 | +INTEL IADX DRIVER |
|---|
| 8902 | +M: Dave Jiang <dave.jiang@intel.com> |
|---|
| 8903 | +L: dmaengine@vger.kernel.org |
|---|
| 8904 | +S: Supported |
|---|
| 8905 | +F: drivers/dma/idxd/* |
|---|
| 8906 | +F: include/uapi/linux/idxd.h |
|---|
| 7430 | 8907 | |
|---|
| 7431 | 8908 | INTEL IDLE DRIVER |
|---|
| 7432 | 8909 | M: Jacob Pan <jacob.jun.pan@linux.intel.com> |
|---|
| 7433 | 8910 | M: Len Brown <lenb@kernel.org> |
|---|
| 7434 | 8911 | L: linux-pm@vger.kernel.org |
|---|
| 7435 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git |
|---|
| 7436 | | -B: https://bugzilla.kernel.org |
|---|
| 7437 | 8912 | S: Supported |
|---|
| 8913 | +B: https://bugzilla.kernel.org |
|---|
| 8914 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git |
|---|
| 7438 | 8915 | F: drivers/idle/intel_idle.c |
|---|
| 7439 | 8916 | |
|---|
| 7440 | 8917 | INTEL INTEGRATED SENSOR HUB DRIVER |
|---|
| .. | .. |
|---|
| 7446 | 8923 | |
|---|
| 7447 | 8924 | INTEL IOMMU (VT-d) |
|---|
| 7448 | 8925 | M: David Woodhouse <dwmw2@infradead.org> |
|---|
| 8926 | +M: Lu Baolu <baolu.lu@linux.intel.com> |
|---|
| 7449 | 8927 | L: iommu@lists.linux-foundation.org |
|---|
| 7450 | | -T: git git://git.infradead.org/iommu-2.6.git |
|---|
| 7451 | 8928 | S: Supported |
|---|
| 7452 | | -F: drivers/iommu/intel-iommu.c |
|---|
| 8929 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
|---|
| 8930 | +F: drivers/iommu/intel/ |
|---|
| 7453 | 8931 | F: include/linux/intel-iommu.h |
|---|
| 8932 | +F: include/linux/intel-svm.h |
|---|
| 7454 | 8933 | |
|---|
| 7455 | 8934 | INTEL IOP-ADMA DMA DRIVER |
|---|
| 7456 | 8935 | R: Dan Williams <dan.j.williams@intel.com> |
|---|
| .. | .. |
|---|
| 7461 | 8940 | M: Yong Zhi <yong.zhi@intel.com> |
|---|
| 7462 | 8941 | M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 7463 | 8942 | M: Bingbu Cao <bingbu.cao@intel.com> |
|---|
| 7464 | | -R: Tian Shu Qiu <tian.shu.qiu@intel.com> |
|---|
| 7465 | | -R: Jian Xu Zheng <jian.xu.zheng@intel.com> |
|---|
| 8943 | +R: Tianshu Qiu <tian.shu.qiu@intel.com> |
|---|
| 7466 | 8944 | L: linux-media@vger.kernel.org |
|---|
| 7467 | 8945 | S: Maintained |
|---|
| 8946 | +F: Documentation/userspace-api/media/v4l/pixfmt-srggb10-ipu3.rst |
|---|
| 7468 | 8947 | F: drivers/media/pci/intel/ipu3/ |
|---|
| 7469 | | -F: Documentation/media/uapi/v4l/pixfmt-srggb10-ipu3.rst |
|---|
| 8948 | + |
|---|
| 8949 | +INTEL IPU3 CSI-2 IMGU DRIVER |
|---|
| 8950 | +M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 8951 | +R: Bingbu Cao <bingbu.cao@intel.com> |
|---|
| 8952 | +R: Tianshu Qiu <tian.shu.qiu@intel.com> |
|---|
| 8953 | +L: linux-media@vger.kernel.org |
|---|
| 8954 | +S: Maintained |
|---|
| 8955 | +F: Documentation/admin-guide/media/ipu3.rst |
|---|
| 8956 | +F: Documentation/admin-guide/media/ipu3_rcb.svg |
|---|
| 8957 | +F: Documentation/userspace-api/media/v4l/pixfmt-meta-intel-ipu3.rst |
|---|
| 8958 | +F: drivers/staging/media/ipu3/ |
|---|
| 7470 | 8959 | |
|---|
| 7471 | 8960 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
|---|
| 7472 | 8961 | M: Krzysztof Halasa <khalasa@piap.pl> |
|---|
| 7473 | 8962 | S: Maintained |
|---|
| 7474 | | -F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
|---|
| 7475 | | -F: arch/arm/mach-ixp4xx/include/mach/npe.h |
|---|
| 7476 | | -F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c |
|---|
| 7477 | | -F: arch/arm/mach-ixp4xx/ixp4xx_npe.c |
|---|
| 7478 | 8963 | F: drivers/net/ethernet/xscale/ixp4xx_eth.c |
|---|
| 7479 | 8964 | F: drivers/net/wan/ixp4xx_hss.c |
|---|
| 8965 | +F: drivers/soc/ixp4xx/ixp4xx-npe.c |
|---|
| 8966 | +F: drivers/soc/ixp4xx/ixp4xx-qmgr.c |
|---|
| 8967 | +F: include/linux/soc/ixp4xx/npe.h |
|---|
| 8968 | +F: include/linux/soc/ixp4xx/qmgr.h |
|---|
| 7480 | 8969 | |
|---|
| 7481 | 8970 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
|---|
| 7482 | 8971 | M: Deepak Saxena <dsaxena@plexity.net> |
|---|
| .. | .. |
|---|
| 7487 | 8976 | M: Tomas Winkler <tomas.winkler@intel.com> |
|---|
| 7488 | 8977 | L: linux-kernel@vger.kernel.org |
|---|
| 7489 | 8978 | S: Supported |
|---|
| 7490 | | -F: include/uapi/linux/mei.h |
|---|
| 7491 | | -F: include/linux/mei_cl_bus.h |
|---|
| 7492 | | -F: drivers/misc/mei/* |
|---|
| 8979 | +F: Documentation/driver-api/mei/* |
|---|
| 8980 | +F: drivers/misc/mei/ |
|---|
| 7493 | 8981 | F: drivers/watchdog/mei_wdt.c |
|---|
| 7494 | | -F: Documentation/misc-devices/mei/* |
|---|
| 8982 | +F: include/linux/mei_cl_bus.h |
|---|
| 8983 | +F: include/uapi/linux/mei.h |
|---|
| 7495 | 8984 | F: samples/mei/* |
|---|
| 7496 | 8985 | |
|---|
| 7497 | 8986 | INTEL MENLOW THERMAL DRIVER |
|---|
| 7498 | 8987 | M: Sujith Thomas <sujith.thomas@intel.com> |
|---|
| 7499 | 8988 | L: platform-driver-x86@vger.kernel.org |
|---|
| 7500 | | -W: https://01.org/linux-acpi |
|---|
| 7501 | 8989 | S: Supported |
|---|
| 8990 | +W: https://01.org/linux-acpi |
|---|
| 7502 | 8991 | F: drivers/platform/x86/intel_menlow.c |
|---|
| 7503 | 8992 | |
|---|
| 7504 | | -INTEL MERRIFIELD GPIO DRIVER |
|---|
| 7505 | | -M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|
| 7506 | | -L: linux-gpio@vger.kernel.org |
|---|
| 8993 | +INTEL P-Unit IPC DRIVER |
|---|
| 8994 | +M: Zha Qipeng <qipeng.zha@intel.com> |
|---|
| 8995 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 7507 | 8996 | S: Maintained |
|---|
| 7508 | | -F: drivers/gpio/gpio-merrifield.c |
|---|
| 7509 | | - |
|---|
| 7510 | | -INTEL MIC DRIVERS (mic) |
|---|
| 7511 | | -M: Sudeep Dutt <sudeep.dutt@intel.com> |
|---|
| 7512 | | -M: Ashutosh Dixit <ashutosh.dixit@intel.com> |
|---|
| 7513 | | -S: Supported |
|---|
| 7514 | | -W: https://github.com/sudeepdutt/mic |
|---|
| 7515 | | -W: http://software.intel.com/en-us/mic-developer |
|---|
| 7516 | | -F: include/linux/mic_bus.h |
|---|
| 7517 | | -F: include/linux/scif.h |
|---|
| 7518 | | -F: include/uapi/linux/mic_common.h |
|---|
| 7519 | | -F: include/uapi/linux/mic_ioctl.h |
|---|
| 7520 | | -F: include/uapi/linux/scif_ioctl.h |
|---|
| 7521 | | -F: drivers/misc/mic/ |
|---|
| 7522 | | -F: drivers/dma/mic_x100_dma.c |
|---|
| 7523 | | -F: drivers/dma/mic_x100_dma.h |
|---|
| 7524 | | -F: Documentation/mic/ |
|---|
| 8997 | +F: arch/x86/include/asm/intel_punit_ipc.h |
|---|
| 8998 | +F: drivers/platform/x86/intel_punit_ipc.c |
|---|
| 7525 | 8999 | |
|---|
| 7526 | 9000 | INTEL PMC CORE DRIVER |
|---|
| 7527 | | -M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com> |
|---|
| 7528 | | -M: Vishwanath Somayaji <vishwanath.somayaji@intel.com> |
|---|
| 9001 | +M: Rajneesh Bhardwaj <irenic.rajneesh@gmail.com> |
|---|
| 9002 | +M: David E Box <david.e.box@intel.com> |
|---|
| 7529 | 9003 | L: platform-driver-x86@vger.kernel.org |
|---|
| 7530 | 9004 | S: Maintained |
|---|
| 7531 | | -F: arch/x86/include/asm/pmc_core.h |
|---|
| 7532 | 9005 | F: drivers/platform/x86/intel_pmc_core* |
|---|
| 7533 | 9006 | |
|---|
| 7534 | | -INTEL PMC/P-Unit IPC DRIVER |
|---|
| 7535 | | -M: Zha Qipeng<qipeng.zha@intel.com> |
|---|
| 7536 | | -L: platform-driver-x86@vger.kernel.org |
|---|
| 9007 | +INTEL PMIC GPIO DRIVERS |
|---|
| 9008 | +M: Andy Shevchenko <andy@kernel.org> |
|---|
| 7537 | 9009 | S: Maintained |
|---|
| 7538 | | -F: drivers/platform/x86/intel_pmc_ipc.c |
|---|
| 7539 | | -F: drivers/platform/x86/intel_punit_ipc.c |
|---|
| 7540 | | -F: arch/x86/include/asm/intel_pmc_ipc.h |
|---|
| 7541 | | -F: arch/x86/include/asm/intel_punit_ipc.h |
|---|
| 9010 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git |
|---|
| 9011 | +F: drivers/gpio/gpio-*cove.c |
|---|
| 9012 | +F: drivers/gpio/gpio-msic.c |
|---|
| 9013 | + |
|---|
| 9014 | +INTEL PMIC MULTIFUNCTION DEVICE DRIVERS |
|---|
| 9015 | +M: Andy Shevchenko <andy@kernel.org> |
|---|
| 9016 | +S: Maintained |
|---|
| 9017 | +F: drivers/mfd/intel_msic.c |
|---|
| 9018 | +F: drivers/mfd/intel_soc_pmic* |
|---|
| 9019 | +F: include/linux/mfd/intel_msic.h |
|---|
| 9020 | +F: include/linux/mfd/intel_soc_pmic* |
|---|
| 7542 | 9021 | |
|---|
| 7543 | 9022 | INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT |
|---|
| 7544 | 9023 | M: Stanislav Yakovlev <stas.yakovlev@gmail.com> |
|---|
| 7545 | 9024 | L: linux-wireless@vger.kernel.org |
|---|
| 7546 | 9025 | S: Maintained |
|---|
| 7547 | | -F: Documentation/networking/README.ipw2100 |
|---|
| 7548 | | -F: Documentation/networking/README.ipw2200 |
|---|
| 9026 | +F: Documentation/networking/device_drivers/wifi/intel/ipw2100.rst |
|---|
| 9027 | +F: Documentation/networking/device_drivers/wifi/intel/ipw2200.rst |
|---|
| 7549 | 9028 | F: drivers/net/wireless/intel/ipw2x00/ |
|---|
| 7550 | 9029 | |
|---|
| 7551 | 9030 | INTEL PSTATE DRIVER |
|---|
| .. | .. |
|---|
| 7563 | 9042 | F: drivers/infiniband/hw/i40iw/ |
|---|
| 7564 | 9043 | F: include/uapi/rdma/i40iw-abi.h |
|---|
| 7565 | 9044 | |
|---|
| 7566 | | -INTEL SHA MULTIBUFFER DRIVER |
|---|
| 7567 | | -M: Megha Dey <megha.dey@linux.intel.com> |
|---|
| 7568 | | -R: Tim Chen <tim.c.chen@linux.intel.com> |
|---|
| 7569 | | -L: linux-crypto@vger.kernel.org |
|---|
| 7570 | | -S: Supported |
|---|
| 7571 | | -F: arch/x86/crypto/sha*-mb/ |
|---|
| 7572 | | -F: crypto/mcryptd.c |
|---|
| 9045 | +INTEL SCU DRIVERS |
|---|
| 9046 | +M: Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|
| 9047 | +S: Maintained |
|---|
| 9048 | +F: arch/x86/include/asm/intel_scu_ipc.h |
|---|
| 9049 | +F: drivers/platform/x86/intel_scu_* |
|---|
| 9050 | + |
|---|
| 9051 | +INTEL SPEED SELECT TECHNOLOGY |
|---|
| 9052 | +M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> |
|---|
| 9053 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 9054 | +S: Maintained |
|---|
| 9055 | +F: drivers/platform/x86/intel_speed_select_if/ |
|---|
| 9056 | +F: include/uapi/linux/isst_if.h |
|---|
| 9057 | +F: tools/power/x86/intel-speed-select/ |
|---|
| 9058 | + |
|---|
| 9059 | +INTEL STRATIX10 FIRMWARE DRIVERS |
|---|
| 9060 | +M: Richard Gong <richard.gong@linux.intel.com> |
|---|
| 9061 | +L: linux-kernel@vger.kernel.org |
|---|
| 9062 | +S: Maintained |
|---|
| 9063 | +F: Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu |
|---|
| 9064 | +F: Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt |
|---|
| 9065 | +F: drivers/firmware/stratix10-rsu.c |
|---|
| 9066 | +F: drivers/firmware/stratix10-svc.c |
|---|
| 9067 | +F: include/linux/firmware/intel/stratix10-smc.h |
|---|
| 9068 | +F: include/linux/firmware/intel/stratix10-svc-client.h |
|---|
| 7573 | 9069 | |
|---|
| 7574 | 9070 | INTEL TELEMETRY DRIVER |
|---|
| 7575 | | -M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com> |
|---|
| 9071 | +M: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com> |
|---|
| 9072 | +M: "David E. Box" <david.e.box@linux.intel.com> |
|---|
| 7576 | 9073 | L: platform-driver-x86@vger.kernel.org |
|---|
| 7577 | 9074 | S: Maintained |
|---|
| 7578 | 9075 | F: arch/x86/include/asm/intel_telemetry.h |
|---|
| 7579 | 9076 | F: drivers/platform/x86/intel_telemetry* |
|---|
| 9077 | + |
|---|
| 9078 | +INTEL UNCORE FREQUENCY CONTROL |
|---|
| 9079 | +M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> |
|---|
| 9080 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 9081 | +S: Maintained |
|---|
| 9082 | +F: drivers/platform/x86/intel-uncore-frequency.c |
|---|
| 7580 | 9083 | |
|---|
| 7581 | 9084 | INTEL VIRTUAL BUTTON DRIVER |
|---|
| 7582 | 9085 | M: AceLan Kao <acelan.kao@canonical.com> |
|---|
| .. | .. |
|---|
| 7585 | 9088 | F: drivers/platform/x86/intel-vbtn.c |
|---|
| 7586 | 9089 | |
|---|
| 7587 | 9090 | INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) |
|---|
| 7588 | | -M: Stanislaw Gruszka <sgruszka@redhat.com> |
|---|
| 9091 | +M: Stanislaw Gruszka <stf_xl@wp.pl> |
|---|
| 7589 | 9092 | L: linux-wireless@vger.kernel.org |
|---|
| 7590 | 9093 | S: Supported |
|---|
| 7591 | 9094 | F: drivers/net/wireless/intel/iwlegacy/ |
|---|
| 7592 | 9095 | |
|---|
| 7593 | 9096 | INTEL WIRELESS WIFI LINK (iwlwifi) |
|---|
| 7594 | | -M: Johannes Berg <johannes.berg@intel.com> |
|---|
| 7595 | | -M: Emmanuel Grumbach <emmanuel.grumbach@intel.com> |
|---|
| 7596 | 9097 | M: Luca Coelho <luciano.coelho@intel.com> |
|---|
| 7597 | | -M: Intel Linux Wireless <linuxwifi@intel.com> |
|---|
| 7598 | 9098 | L: linux-wireless@vger.kernel.org |
|---|
| 7599 | | -W: http://intellinuxwireless.org |
|---|
| 7600 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git |
|---|
| 7601 | 9099 | S: Supported |
|---|
| 9100 | +W: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi |
|---|
| 9101 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git |
|---|
| 7602 | 9102 | F: drivers/net/wireless/intel/iwlwifi/ |
|---|
| 7603 | 9103 | |
|---|
| 7604 | 9104 | INTEL WIRELESS WIMAX CONNECTION 2400 |
|---|
| .. | .. |
|---|
| 7607 | 9107 | L: wimax@linuxwimax.org (subscribers-only) |
|---|
| 7608 | 9108 | S: Supported |
|---|
| 7609 | 9109 | W: http://linuxwimax.org |
|---|
| 7610 | | -F: Documentation/wimax/README.i2400m |
|---|
| 9110 | +F: Documentation/admin-guide/wimax/i2400m.rst |
|---|
| 7611 | 9111 | F: drivers/net/wimax/i2400m/ |
|---|
| 7612 | 9112 | F: include/uapi/linux/wimax/i2400m.h |
|---|
| 9113 | + |
|---|
| 9114 | +INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER |
|---|
| 9115 | +M: Jithu Joseph <jithu.joseph@intel.com> |
|---|
| 9116 | +R: Maurice Ma <maurice.ma@intel.com> |
|---|
| 9117 | +S: Maintained |
|---|
| 9118 | +W: https://slimbootloader.github.io/security/firmware-update.html |
|---|
| 9119 | +F: drivers/platform/x86/intel-wmi-sbl-fw-update.c |
|---|
| 7613 | 9120 | |
|---|
| 7614 | 9121 | INTEL WMI THUNDERBOLT FORCE POWER DRIVER |
|---|
| 7615 | 9122 | M: Mario Limonciello <mario.limonciello@dell.com> |
|---|
| .. | .. |
|---|
| 7621 | 9128 | S: Supported |
|---|
| 7622 | 9129 | F: Documentation/trace/intel_th.rst |
|---|
| 7623 | 9130 | F: drivers/hwtracing/intel_th/ |
|---|
| 9131 | +F: include/linux/intel_th.h |
|---|
| 7624 | 9132 | |
|---|
| 7625 | 9133 | INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) |
|---|
| 7626 | 9134 | M: Ning Sun <ning.sun@intel.com> |
|---|
| 7627 | 9135 | L: tboot-devel@lists.sourceforge.net |
|---|
| 9136 | +S: Supported |
|---|
| 7628 | 9137 | W: http://tboot.sourceforge.net |
|---|
| 7629 | 9138 | T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot |
|---|
| 7630 | | -S: Supported |
|---|
| 7631 | | -F: Documentation/intel_txt.txt |
|---|
| 7632 | | -F: include/linux/tboot.h |
|---|
| 9139 | +F: Documentation/x86/intel_txt.rst |
|---|
| 7633 | 9140 | F: arch/x86/kernel/tboot.c |
|---|
| 9141 | +F: include/linux/tboot.h |
|---|
| 7634 | 9142 | |
|---|
| 7635 | | -INTEL-MID GPIO DRIVER |
|---|
| 7636 | | -M: David Cohen <david.a.cohen@linux.intel.com> |
|---|
| 7637 | | -L: linux-gpio@vger.kernel.org |
|---|
| 9143 | +INTERCONNECT API |
|---|
| 9144 | +M: Georgi Djakov <georgi.djakov@linaro.org> |
|---|
| 9145 | +L: linux-pm@vger.kernel.org |
|---|
| 7638 | 9146 | S: Maintained |
|---|
| 7639 | | -F: drivers/gpio/gpio-intel-mid.c |
|---|
| 9147 | +F: Documentation/devicetree/bindings/interconnect/ |
|---|
| 9148 | +F: Documentation/driver-api/interconnect.rst |
|---|
| 9149 | +F: drivers/interconnect/ |
|---|
| 9150 | +F: include/dt-bindings/interconnect/ |
|---|
| 9151 | +F: include/linux/interconnect-provider.h |
|---|
| 9152 | +F: include/linux/interconnect.h |
|---|
| 9153 | + |
|---|
| 9154 | +INVENSENSE ICM-426xx IMU DRIVER |
|---|
| 9155 | +M: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> |
|---|
| 9156 | +L: linux-iio@vger.kernel.org |
|---|
| 9157 | +S: Maintained |
|---|
| 9158 | +W https://invensense.tdk.com/ |
|---|
| 9159 | +F: Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml |
|---|
| 9160 | +F: drivers/iio/imu/inv_icm42600/ |
|---|
| 7640 | 9161 | |
|---|
| 7641 | 9162 | INVENSENSE MPU-3050 GYROSCOPE DRIVER |
|---|
| 7642 | 9163 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 7643 | 9164 | L: linux-iio@vger.kernel.org |
|---|
| 7644 | 9165 | S: Maintained |
|---|
| 7645 | | -F: drivers/iio/gyro/mpu3050* |
|---|
| 7646 | 9166 | F: Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt |
|---|
| 9167 | +F: drivers/iio/gyro/mpu3050* |
|---|
| 7647 | 9168 | |
|---|
| 7648 | 9169 | IOC3 ETHERNET DRIVER |
|---|
| 7649 | 9170 | M: Ralf Baechle <ralf@linux-mips.org> |
|---|
| 7650 | | -L: linux-mips@linux-mips.org |
|---|
| 9171 | +L: linux-mips@vger.kernel.org |
|---|
| 7651 | 9172 | S: Maintained |
|---|
| 7652 | 9173 | F: drivers/net/ethernet/sgi/ioc3-eth.c |
|---|
| 7653 | 9174 | |
|---|
| 7654 | | -IOC3 SERIAL DRIVER |
|---|
| 7655 | | -M: Pat Gefre <pfg@sgi.com> |
|---|
| 7656 | | -L: linux-serial@vger.kernel.org |
|---|
| 7657 | | -S: Maintained |
|---|
| 7658 | | -F: drivers/tty/serial/ioc3_serial.c |
|---|
| 9175 | +IOMAP FILESYSTEM LIBRARY |
|---|
| 9176 | +M: Christoph Hellwig <hch@infradead.org> |
|---|
| 9177 | +M: Darrick J. Wong <darrick.wong@oracle.com> |
|---|
| 9178 | +M: linux-xfs@vger.kernel.org |
|---|
| 9179 | +M: linux-fsdevel@vger.kernel.org |
|---|
| 9180 | +L: linux-xfs@vger.kernel.org |
|---|
| 9181 | +L: linux-fsdevel@vger.kernel.org |
|---|
| 9182 | +S: Supported |
|---|
| 9183 | +T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git |
|---|
| 9184 | +F: fs/iomap/ |
|---|
| 9185 | +F: include/linux/iomap.h |
|---|
| 7659 | 9186 | |
|---|
| 7660 | 9187 | IOMMU DRIVERS |
|---|
| 7661 | 9188 | M: Joerg Roedel <joro@8bytes.org> |
|---|
| 9189 | +M: Will Deacon <will@kernel.org> |
|---|
| 7662 | 9190 | L: iommu@lists.linux-foundation.org |
|---|
| 7663 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
|---|
| 7664 | 9191 | S: Maintained |
|---|
| 9192 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
|---|
| 7665 | 9193 | F: Documentation/devicetree/bindings/iommu/ |
|---|
| 9194 | +F: Documentation/userspace-api/iommu.rst |
|---|
| 7666 | 9195 | F: drivers/iommu/ |
|---|
| 7667 | 9196 | F: include/linux/iommu.h |
|---|
| 7668 | | -F: include/linux/of_iommu.h |
|---|
| 7669 | 9197 | F: include/linux/iova.h |
|---|
| 9198 | +F: include/linux/of_iommu.h |
|---|
| 9199 | +F: include/uapi/linux/iommu.h |
|---|
| 7670 | 9200 | |
|---|
| 7671 | | -IP MASQUERADING |
|---|
| 7672 | | -M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> |
|---|
| 9201 | +IO_URING |
|---|
| 9202 | +M: Jens Axboe <axboe@kernel.dk> |
|---|
| 9203 | +L: io-uring@vger.kernel.org |
|---|
| 7673 | 9204 | S: Maintained |
|---|
| 7674 | | -F: net/ipv4/netfilter/ipt_MASQUERADE.c |
|---|
| 9205 | +T: git git://git.kernel.dk/linux-block |
|---|
| 9206 | +T: git git://git.kernel.dk/liburing |
|---|
| 9207 | +F: fs/io-wq.c |
|---|
| 9208 | +F: fs/io-wq.h |
|---|
| 9209 | +F: fs/io_uring.c |
|---|
| 9210 | +F: include/uapi/linux/io_uring.h |
|---|
| 7675 | 9211 | |
|---|
| 7676 | 9212 | IPMI SUBSYSTEM |
|---|
| 7677 | 9213 | M: Corey Minyard <minyard@acm.org> |
|---|
| 7678 | 9214 | L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) |
|---|
| 7679 | | -W: http://openipmi.sourceforge.net/ |
|---|
| 7680 | 9215 | S: Supported |
|---|
| 7681 | | -F: Documentation/IPMI.txt |
|---|
| 9216 | +W: http://openipmi.sourceforge.net/ |
|---|
| 9217 | +F: Documentation/driver-api/ipmi.rst |
|---|
| 9218 | +F: Documentation/devicetree/bindings/ipmi/ |
|---|
| 7682 | 9219 | F: drivers/char/ipmi/ |
|---|
| 7683 | 9220 | F: include/linux/ipmi* |
|---|
| 7684 | 9221 | F: include/uapi/linux/ipmi* |
|---|
| .. | .. |
|---|
| 7686 | 9223 | IPS SCSI RAID DRIVER |
|---|
| 7687 | 9224 | M: Adaptec OEM Raid Solutions <aacraid@microsemi.com> |
|---|
| 7688 | 9225 | L: linux-scsi@vger.kernel.org |
|---|
| 7689 | | -W: http://www.adaptec.com/ |
|---|
| 7690 | 9226 | S: Maintained |
|---|
| 9227 | +W: http://www.adaptec.com/ |
|---|
| 7691 | 9228 | F: drivers/scsi/ips* |
|---|
| 7692 | 9229 | |
|---|
| 7693 | 9230 | IPVS |
|---|
| .. | .. |
|---|
| 7699 | 9236 | S: Maintained |
|---|
| 7700 | 9237 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git |
|---|
| 7701 | 9238 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git |
|---|
| 7702 | | -F: Documentation/networking/ipvs-sysctl.txt |
|---|
| 9239 | +F: Documentation/networking/ipvs-sysctl.rst |
|---|
| 7703 | 9240 | F: include/net/ip_vs.h |
|---|
| 7704 | 9241 | F: include/uapi/linux/ip_vs.h |
|---|
| 7705 | 9242 | F: net/netfilter/ipvs/ |
|---|
| .. | .. |
|---|
| 7714 | 9251 | L: netdev@vger.kernel.org |
|---|
| 7715 | 9252 | S: Obsolete |
|---|
| 7716 | 9253 | F: include/uapi/linux/ipx.h |
|---|
| 7717 | | -F: drivers/staging/ipx/ |
|---|
| 7718 | 9254 | |
|---|
| 7719 | 9255 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
|---|
| 7720 | | -M: Marc Zyngier <marc.zyngier@arm.com> |
|---|
| 9256 | +M: Marc Zyngier <maz@kernel.org> |
|---|
| 7721 | 9257 | S: Maintained |
|---|
| 7722 | 9258 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
|---|
| 7723 | | -F: Documentation/IRQ-domain.txt |
|---|
| 9259 | +F: Documentation/core-api/irq/irq-domain.rst |
|---|
| 7724 | 9260 | F: include/linux/irqdomain.h |
|---|
| 7725 | 9261 | F: kernel/irq/irqdomain.c |
|---|
| 7726 | 9262 | F: kernel/irq/msi.c |
|---|
| .. | .. |
|---|
| 7734 | 9270 | |
|---|
| 7735 | 9271 | IRQCHIP DRIVERS |
|---|
| 7736 | 9272 | M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 7737 | | -M: Jason Cooper <jason@lakedaemon.net> |
|---|
| 7738 | | -M: Marc Zyngier <marc.zyngier@arm.com> |
|---|
| 9273 | +M: Marc Zyngier <maz@kernel.org> |
|---|
| 7739 | 9274 | L: linux-kernel@vger.kernel.org |
|---|
| 7740 | 9275 | S: Maintained |
|---|
| 7741 | 9276 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
|---|
| .. | .. |
|---|
| 7745 | 9280 | ISA |
|---|
| 7746 | 9281 | M: William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|
| 7747 | 9282 | S: Maintained |
|---|
| 7748 | | -F: Documentation/isa.txt |
|---|
| 9283 | +F: Documentation/driver-api/isa.rst |
|---|
| 7749 | 9284 | F: drivers/base/isa.c |
|---|
| 7750 | 9285 | F: include/linux/isa.h |
|---|
| 7751 | 9286 | |
|---|
| 7752 | 9287 | ISA RADIO MODULE |
|---|
| 7753 | 9288 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 7754 | 9289 | L: linux-media@vger.kernel.org |
|---|
| 7755 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 7756 | | -W: https://linuxtv.org |
|---|
| 7757 | 9290 | S: Maintained |
|---|
| 9291 | +W: https://linuxtv.org |
|---|
| 9292 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 7758 | 9293 | F: drivers/media/radio/radio-isa* |
|---|
| 7759 | 9294 | |
|---|
| 7760 | 9295 | ISAPNP |
|---|
| 7761 | 9296 | M: Jaroslav Kysela <perex@perex.cz> |
|---|
| 7762 | 9297 | S: Maintained |
|---|
| 7763 | | -F: Documentation/isapnp.txt |
|---|
| 9298 | +F: Documentation/driver-api/isapnp.rst |
|---|
| 7764 | 9299 | F: drivers/pnp/isapnp/ |
|---|
| 7765 | 9300 | F: include/linux/isapnp.h |
|---|
| 7766 | 9301 | |
|---|
| .. | .. |
|---|
| 7768 | 9303 | M: Lee Duncan <lduncan@suse.com> |
|---|
| 7769 | 9304 | M: Chris Leech <cleech@redhat.com> |
|---|
| 7770 | 9305 | L: open-iscsi@googlegroups.com |
|---|
| 7771 | | -W: www.open-iscsi.com |
|---|
| 9306 | +L: linux-scsi@vger.kernel.org |
|---|
| 7772 | 9307 | S: Maintained |
|---|
| 9308 | +W: www.open-iscsi.com |
|---|
| 7773 | 9309 | F: drivers/scsi/*iscsi* |
|---|
| 7774 | 9310 | F: include/scsi/*iscsi* |
|---|
| 7775 | 9311 | |
|---|
| .. | .. |
|---|
| 7781 | 9317 | |
|---|
| 7782 | 9318 | ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR |
|---|
| 7783 | 9319 | M: Sagi Grimberg <sagi@grimberg.me> |
|---|
| 7784 | | -M: Max Gurtovoy <maxg@mellanox.com> |
|---|
| 9320 | +M: Max Gurtovoy <mgurtovoy@nvidia.com> |
|---|
| 7785 | 9321 | L: linux-rdma@vger.kernel.org |
|---|
| 7786 | 9322 | S: Supported |
|---|
| 7787 | 9323 | W: http://www.openfabrics.org |
|---|
| .. | .. |
|---|
| 7791 | 9327 | |
|---|
| 7792 | 9328 | ISCSI EXTENSIONS FOR RDMA (ISER) TARGET |
|---|
| 7793 | 9329 | M: Sagi Grimberg <sagi@grimberg.me> |
|---|
| 7794 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master |
|---|
| 7795 | 9330 | L: linux-rdma@vger.kernel.org |
|---|
| 7796 | 9331 | L: target-devel@vger.kernel.org |
|---|
| 7797 | 9332 | S: Supported |
|---|
| 7798 | 9333 | W: http://www.linux-iscsi.org |
|---|
| 9334 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master |
|---|
| 7799 | 9335 | F: drivers/infiniband/ulp/isert |
|---|
| 7800 | 9336 | |
|---|
| 7801 | | -ISDN SUBSYSTEM |
|---|
| 9337 | +ISDN/CMTP OVER BLUETOOTH |
|---|
| 7802 | 9338 | M: Karsten Keil <isdn@linux-pingi.de> |
|---|
| 7803 | 9339 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
|---|
| 7804 | 9340 | L: netdev@vger.kernel.org |
|---|
| 9341 | +S: Odd Fixes |
|---|
| 7805 | 9342 | W: http://www.isdn4linux.de |
|---|
| 7806 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
|---|
| 7807 | | -S: Maintained |
|---|
| 7808 | 9343 | F: Documentation/isdn/ |
|---|
| 7809 | | -F: drivers/isdn/ |
|---|
| 7810 | | -F: include/linux/isdn.h |
|---|
| 9344 | +F: drivers/isdn/capi/ |
|---|
| 7811 | 9345 | F: include/linux/isdn/ |
|---|
| 7812 | | -F: include/uapi/linux/isdn.h |
|---|
| 7813 | 9346 | F: include/uapi/linux/isdn/ |
|---|
| 9347 | +F: net/bluetooth/cmtp/ |
|---|
| 7814 | 9348 | |
|---|
| 7815 | | -ISDN SUBSYSTEM (Eicon active card driver) |
|---|
| 7816 | | -M: Armin Schindler <mac@melware.de> |
|---|
| 9349 | +ISDN/mISDN SUBSYSTEM |
|---|
| 9350 | +M: Karsten Keil <isdn@linux-pingi.de> |
|---|
| 7817 | 9351 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
|---|
| 7818 | | -W: http://www.melware.de |
|---|
| 9352 | +L: netdev@vger.kernel.org |
|---|
| 7819 | 9353 | S: Maintained |
|---|
| 7820 | | -F: drivers/isdn/hardware/eicon/ |
|---|
| 9354 | +W: http://www.isdn4linux.de |
|---|
| 9355 | +F: drivers/isdn/Kconfig |
|---|
| 9356 | +F: drivers/isdn/Makefile |
|---|
| 9357 | +F: drivers/isdn/hardware/ |
|---|
| 9358 | +F: drivers/isdn/mISDN/ |
|---|
| 7821 | 9359 | |
|---|
| 7822 | 9360 | IT87 HARDWARE MONITORING DRIVER |
|---|
| 7823 | 9361 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 7824 | 9362 | L: linux-hwmon@vger.kernel.org |
|---|
| 7825 | 9363 | S: Maintained |
|---|
| 7826 | | -F: Documentation/hwmon/it87 |
|---|
| 9364 | +F: Documentation/hwmon/it87.rst |
|---|
| 7827 | 9365 | F: drivers/hwmon/it87.c |
|---|
| 7828 | 9366 | |
|---|
| 7829 | 9367 | IT913X MEDIA DRIVER |
|---|
| 7830 | 9368 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 7831 | 9369 | L: linux-media@vger.kernel.org |
|---|
| 9370 | +S: Maintained |
|---|
| 7832 | 9371 | W: https://linuxtv.org |
|---|
| 7833 | 9372 | W: http://palosaari.fi/linux/ |
|---|
| 7834 | 9373 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 7835 | 9374 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 7836 | | -S: Maintained |
|---|
| 7837 | 9375 | F: drivers/media/tuners/it913x* |
|---|
| 7838 | 9376 | |
|---|
| 7839 | 9377 | IVTV VIDEO4LINUX DRIVER |
|---|
| 7840 | 9378 | M: Andy Walls <awalls@md.metrocast.net> |
|---|
| 7841 | | -L: ivtv-devel@ivtvdriver.org (subscribers-only) |
|---|
| 7842 | 9379 | L: linux-media@vger.kernel.org |
|---|
| 7843 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 7844 | | -W: http://www.ivtvdriver.org |
|---|
| 7845 | 9380 | S: Maintained |
|---|
| 7846 | | -F: Documentation/media/v4l-drivers/ivtv* |
|---|
| 9381 | +W: https://linuxtv.org |
|---|
| 9382 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9383 | +F: Documentation/admin-guide/media/ivtv* |
|---|
| 7847 | 9384 | F: drivers/media/pci/ivtv/ |
|---|
| 7848 | 9385 | F: include/uapi/linux/ivtv* |
|---|
| 7849 | 9386 | |
|---|
| 7850 | 9387 | IX2505V MEDIA DRIVER |
|---|
| 7851 | 9388 | M: Malcolm Priestley <tvboxspy@gmail.com> |
|---|
| 7852 | 9389 | L: linux-media@vger.kernel.org |
|---|
| 9390 | +S: Maintained |
|---|
| 7853 | 9391 | W: https://linuxtv.org |
|---|
| 7854 | 9392 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 7855 | | -S: Maintained |
|---|
| 7856 | 9393 | F: drivers/media/dvb-frontends/ix2505v* |
|---|
| 7857 | 9394 | |
|---|
| 7858 | 9395 | JAILHOUSE HYPERVISOR INTERFACE |
|---|
| 7859 | 9396 | M: Jan Kiszka <jan.kiszka@siemens.com> |
|---|
| 7860 | 9397 | L: jailhouse-dev@googlegroups.com |
|---|
| 7861 | 9398 | S: Maintained |
|---|
| 7862 | | -F: arch/x86/kernel/jailhouse.c |
|---|
| 7863 | 9399 | F: arch/x86/include/asm/jailhouse_para.h |
|---|
| 9400 | +F: arch/x86/kernel/jailhouse.c |
|---|
| 7864 | 9401 | |
|---|
| 7865 | 9402 | JC42.4 TEMPERATURE SENSOR DRIVER |
|---|
| 7866 | 9403 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 7867 | 9404 | L: linux-hwmon@vger.kernel.org |
|---|
| 7868 | 9405 | S: Maintained |
|---|
| 9406 | +F: Documentation/hwmon/jc42.rst |
|---|
| 7869 | 9407 | F: drivers/hwmon/jc42.c |
|---|
| 7870 | | -F: Documentation/hwmon/jc42 |
|---|
| 7871 | 9408 | |
|---|
| 7872 | 9409 | JFS FILESYSTEM |
|---|
| 7873 | 9410 | M: Dave Kleikamp <shaggy@kernel.org> |
|---|
| 7874 | 9411 | L: jfs-discussion@lists.sourceforge.net |
|---|
| 9412 | +S: Maintained |
|---|
| 7875 | 9413 | W: http://jfs.sourceforge.net/ |
|---|
| 7876 | 9414 | T: git git://github.com/kleikamp/linux-shaggy.git |
|---|
| 7877 | | -S: Maintained |
|---|
| 7878 | | -F: Documentation/filesystems/jfs.txt |
|---|
| 9415 | +F: Documentation/admin-guide/jfs.rst |
|---|
| 7879 | 9416 | F: fs/jfs/ |
|---|
| 7880 | 9417 | |
|---|
| 7881 | 9418 | JME NETWORK DRIVER |
|---|
| .. | .. |
|---|
| 7886 | 9423 | |
|---|
| 7887 | 9424 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
|---|
| 7888 | 9425 | M: David Woodhouse <dwmw2@infradead.org> |
|---|
| 9426 | +M: Richard Weinberger <richard@nod.at> |
|---|
| 7889 | 9427 | L: linux-mtd@lists.infradead.org |
|---|
| 9428 | +S: Odd Fixes |
|---|
| 7890 | 9429 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html |
|---|
| 7891 | | -S: Maintained |
|---|
| 9430 | +T: git git://git.infradead.org/ubifs-2.6.git |
|---|
| 7892 | 9431 | F: fs/jffs2/ |
|---|
| 7893 | 9432 | F: include/uapi/linux/jffs2.h |
|---|
| 7894 | 9433 | |
|---|
| .. | .. |
|---|
| 7907 | 9446 | F: drivers/media/platform/rcar_jpu.c |
|---|
| 7908 | 9447 | |
|---|
| 7909 | 9448 | JSM Neo PCI based serial card |
|---|
| 7910 | | -M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com> |
|---|
| 7911 | 9449 | L: linux-serial@vger.kernel.org |
|---|
| 7912 | | -S: Maintained |
|---|
| 9450 | +S: Orphan |
|---|
| 7913 | 9451 | F: drivers/tty/serial/jsm/ |
|---|
| 7914 | 9452 | |
|---|
| 7915 | 9453 | K10TEMP HARDWARE MONITORING DRIVER |
|---|
| 7916 | 9454 | M: Clemens Ladisch <clemens@ladisch.de> |
|---|
| 7917 | 9455 | L: linux-hwmon@vger.kernel.org |
|---|
| 7918 | 9456 | S: Maintained |
|---|
| 7919 | | -F: Documentation/hwmon/k10temp |
|---|
| 9457 | +F: Documentation/hwmon/k10temp.rst |
|---|
| 7920 | 9458 | F: drivers/hwmon/k10temp.c |
|---|
| 7921 | 9459 | |
|---|
| 7922 | 9460 | K8TEMP HARDWARE MONITORING DRIVER |
|---|
| 7923 | 9461 | M: Rudolf Marek <r.marek@assembler.cz> |
|---|
| 7924 | 9462 | L: linux-hwmon@vger.kernel.org |
|---|
| 7925 | 9463 | S: Maintained |
|---|
| 7926 | | -F: Documentation/hwmon/k8temp |
|---|
| 9464 | +F: Documentation/hwmon/k8temp.rst |
|---|
| 7927 | 9465 | F: drivers/hwmon/k8temp.c |
|---|
| 7928 | 9466 | |
|---|
| 7929 | 9467 | KASAN |
|---|
| .. | .. |
|---|
| 7932 | 9470 | R: Dmitry Vyukov <dvyukov@google.com> |
|---|
| 7933 | 9471 | L: kasan-dev@googlegroups.com |
|---|
| 7934 | 9472 | S: Maintained |
|---|
| 9473 | +F: Documentation/dev-tools/kasan.rst |
|---|
| 7935 | 9474 | F: arch/*/include/asm/kasan.h |
|---|
| 7936 | 9475 | F: arch/*/mm/kasan_init* |
|---|
| 7937 | | -F: Documentation/dev-tools/kasan.rst |
|---|
| 7938 | 9476 | F: include/linux/kasan*.h |
|---|
| 7939 | 9477 | F: lib/test_kasan.c |
|---|
| 7940 | 9478 | F: mm/kasan/ |
|---|
| 7941 | 9479 | F: scripts/Makefile.kasan |
|---|
| 7942 | 9480 | |
|---|
| 7943 | 9481 | KCONFIG |
|---|
| 7944 | | -M: Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|
| 7945 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig |
|---|
| 9482 | +M: Masahiro Yamada <masahiroy@kernel.org> |
|---|
| 7946 | 9483 | L: linux-kbuild@vger.kernel.org |
|---|
| 7947 | 9484 | S: Maintained |
|---|
| 9485 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig |
|---|
| 7948 | 9486 | F: Documentation/kbuild/kconfig* |
|---|
| 7949 | | -F: scripts/kconfig/ |
|---|
| 7950 | 9487 | F: scripts/Kconfig.include |
|---|
| 9488 | +F: scripts/kconfig/ |
|---|
| 9489 | + |
|---|
| 9490 | +KCOV |
|---|
| 9491 | +R: Dmitry Vyukov <dvyukov@google.com> |
|---|
| 9492 | +R: Andrey Konovalov <andreyknvl@google.com> |
|---|
| 9493 | +L: kasan-dev@googlegroups.com |
|---|
| 9494 | +S: Maintained |
|---|
| 9495 | +F: Documentation/dev-tools/kcov.rst |
|---|
| 9496 | +F: include/linux/kcov.h |
|---|
| 9497 | +F: include/uapi/linux/kcov.h |
|---|
| 9498 | +F: kernel/kcov.c |
|---|
| 9499 | +F: scripts/Makefile.kcov |
|---|
| 9500 | + |
|---|
| 9501 | +KCSAN |
|---|
| 9502 | +M: Marco Elver <elver@google.com> |
|---|
| 9503 | +R: Dmitry Vyukov <dvyukov@google.com> |
|---|
| 9504 | +L: kasan-dev@googlegroups.com |
|---|
| 9505 | +S: Maintained |
|---|
| 9506 | +F: Documentation/dev-tools/kcsan.rst |
|---|
| 9507 | +F: include/linux/kcsan*.h |
|---|
| 9508 | +F: kernel/kcsan/ |
|---|
| 9509 | +F: lib/Kconfig.kcsan |
|---|
| 9510 | +F: scripts/Makefile.kcsan |
|---|
| 7951 | 9511 | |
|---|
| 7952 | 9512 | KDUMP |
|---|
| 7953 | 9513 | M: Dave Young <dyoung@redhat.com> |
|---|
| 7954 | 9514 | M: Baoquan He <bhe@redhat.com> |
|---|
| 7955 | 9515 | R: Vivek Goyal <vgoyal@redhat.com> |
|---|
| 7956 | 9516 | L: kexec@lists.infradead.org |
|---|
| 7957 | | -W: http://lse.sourceforge.net/kdump/ |
|---|
| 7958 | 9517 | S: Maintained |
|---|
| 7959 | | -F: Documentation/kdump/ |
|---|
| 9518 | +W: http://lse.sourceforge.net/kdump/ |
|---|
| 9519 | +F: Documentation/admin-guide/kdump/ |
|---|
| 9520 | +F: fs/proc/vmcore.c |
|---|
| 9521 | +F: include/linux/crash_core.h |
|---|
| 9522 | +F: include/linux/crash_dump.h |
|---|
| 9523 | +F: include/uapi/linux/vmcore.h |
|---|
| 9524 | +F: kernel/crash_*.c |
|---|
| 7960 | 9525 | |
|---|
| 7961 | 9526 | KEENE FM RADIO TRANSMITTER DRIVER |
|---|
| 7962 | 9527 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 7963 | 9528 | L: linux-media@vger.kernel.org |
|---|
| 7964 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 7965 | | -W: https://linuxtv.org |
|---|
| 7966 | 9529 | S: Maintained |
|---|
| 9530 | +W: https://linuxtv.org |
|---|
| 9531 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 7967 | 9532 | F: drivers/media/radio/radio-keene* |
|---|
| 7968 | 9533 | |
|---|
| 7969 | 9534 | KERNEL AUTOMOUNTER |
|---|
| .. | .. |
|---|
| 7973 | 9538 | F: fs/autofs/ |
|---|
| 7974 | 9539 | |
|---|
| 7975 | 9540 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) |
|---|
| 7976 | | -M: Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|
| 9541 | +M: Masahiro Yamada <masahiroy@kernel.org> |
|---|
| 7977 | 9542 | M: Michal Marek <michal.lkml@markovi.net> |
|---|
| 7978 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git |
|---|
| 7979 | 9543 | L: linux-kbuild@vger.kernel.org |
|---|
| 7980 | 9544 | S: Maintained |
|---|
| 9545 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git |
|---|
| 7981 | 9546 | F: Documentation/kbuild/ |
|---|
| 7982 | 9547 | F: Makefile |
|---|
| 9548 | +F: scripts/*vmlinux* |
|---|
| 7983 | 9549 | F: scripts/Kbuild* |
|---|
| 7984 | 9550 | F: scripts/Makefile* |
|---|
| 7985 | 9551 | F: scripts/basic/ |
|---|
| .. | .. |
|---|
| 7989 | 9555 | |
|---|
| 7990 | 9556 | KERNEL JANITORS |
|---|
| 7991 | 9557 | L: kernel-janitors@vger.kernel.org |
|---|
| 7992 | | -W: http://kernelnewbies.org/KernelJanitors |
|---|
| 7993 | 9558 | S: Odd Fixes |
|---|
| 9559 | +W: http://kernelnewbies.org/KernelJanitors |
|---|
| 7994 | 9560 | |
|---|
| 7995 | 9561 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
|---|
| 7996 | 9562 | M: "J. Bruce Fields" <bfields@fieldses.org> |
|---|
| 7997 | | -M: Jeff Layton <jlayton@kernel.org> |
|---|
| 9563 | +M: Chuck Lever <chuck.lever@oracle.com> |
|---|
| 7998 | 9564 | L: linux-nfs@vger.kernel.org |
|---|
| 9565 | +S: Supported |
|---|
| 7999 | 9566 | W: http://nfs.sourceforge.net/ |
|---|
| 8000 | 9567 | T: git git://linux-nfs.org/~bfields/linux.git |
|---|
| 8001 | | -S: Supported |
|---|
| 8002 | | -F: fs/nfsd/ |
|---|
| 8003 | | -F: include/uapi/linux/nfsd/ |
|---|
| 8004 | 9568 | F: fs/lockd/ |
|---|
| 8005 | 9569 | F: fs/nfs_common/ |
|---|
| 8006 | | -F: net/sunrpc/ |
|---|
| 9570 | +F: fs/nfsd/ |
|---|
| 8007 | 9571 | F: include/linux/lockd/ |
|---|
| 8008 | 9572 | F: include/linux/sunrpc/ |
|---|
| 9573 | +F: include/uapi/linux/nfsd/ |
|---|
| 8009 | 9574 | F: include/uapi/linux/sunrpc/ |
|---|
| 9575 | +F: net/sunrpc/ |
|---|
| 9576 | +F: Documentation/filesystems/nfs/ |
|---|
| 8010 | 9577 | |
|---|
| 8011 | 9578 | KERNEL SELFTEST FRAMEWORK |
|---|
| 8012 | 9579 | M: Shuah Khan <shuah@kernel.org> |
|---|
| 9580 | +M: Shuah Khan <skhan@linuxfoundation.org> |
|---|
| 8013 | 9581 | L: linux-kselftest@vger.kernel.org |
|---|
| 8014 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git |
|---|
| 8015 | | -Q: https://patchwork.kernel.org/project/linux-kselftest/list/ |
|---|
| 8016 | 9582 | S: Maintained |
|---|
| 8017 | | -F: tools/testing/selftests/ |
|---|
| 9583 | +Q: https://patchwork.kernel.org/project/linux-kselftest/list/ |
|---|
| 9584 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git |
|---|
| 8018 | 9585 | F: Documentation/dev-tools/kselftest* |
|---|
| 9586 | +F: tools/testing/selftests/ |
|---|
| 9587 | + |
|---|
| 9588 | +KERNEL UNIT TESTING FRAMEWORK (KUnit) |
|---|
| 9589 | +M: Brendan Higgins <brendanhiggins@google.com> |
|---|
| 9590 | +L: linux-kselftest@vger.kernel.org |
|---|
| 9591 | +L: kunit-dev@googlegroups.com |
|---|
| 9592 | +S: Maintained |
|---|
| 9593 | +W: https://google.github.io/kunit-docs/third_party/kernel/docs/ |
|---|
| 9594 | +F: Documentation/dev-tools/kunit/ |
|---|
| 9595 | +F: include/kunit/ |
|---|
| 9596 | +F: lib/kunit/ |
|---|
| 9597 | +F: tools/testing/kunit/ |
|---|
| 8019 | 9598 | |
|---|
| 8020 | 9599 | KERNEL USERMODE HELPER |
|---|
| 8021 | | -M: "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|
| 9600 | +M: Luis Chamberlain <mcgrof@kernel.org> |
|---|
| 8022 | 9601 | L: linux-kernel@vger.kernel.org |
|---|
| 8023 | 9602 | S: Maintained |
|---|
| 8024 | | -F: kernel/umh.c |
|---|
| 8025 | 9603 | F: include/linux/umh.h |
|---|
| 9604 | +F: kernel/umh.c |
|---|
| 8026 | 9605 | |
|---|
| 8027 | 9606 | KERNEL VIRTUAL MACHINE (KVM) |
|---|
| 8028 | 9607 | M: Paolo Bonzini <pbonzini@redhat.com> |
|---|
| 8029 | | -M: Radim Krčmář <rkrcmar@redhat.com> |
|---|
| 8030 | 9608 | L: kvm@vger.kernel.org |
|---|
| 9609 | +S: Supported |
|---|
| 8031 | 9610 | W: http://www.linux-kvm.org |
|---|
| 8032 | 9611 | T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git |
|---|
| 8033 | | -S: Supported |
|---|
| 8034 | | -F: Documentation/virtual/kvm/ |
|---|
| 9612 | +F: Documentation/virt/kvm/ |
|---|
| 9613 | +F: include/asm-generic/kvm* |
|---|
| 9614 | +F: include/kvm/iodev.h |
|---|
| 9615 | +F: include/linux/kvm* |
|---|
| 8035 | 9616 | F: include/trace/events/kvm.h |
|---|
| 8036 | 9617 | F: include/uapi/asm-generic/kvm* |
|---|
| 8037 | 9618 | F: include/uapi/linux/kvm* |
|---|
| 8038 | | -F: include/asm-generic/kvm* |
|---|
| 8039 | | -F: include/linux/kvm* |
|---|
| 8040 | | -F: include/kvm/iodev.h |
|---|
| 8041 | | -F: virt/kvm/* |
|---|
| 8042 | 9619 | F: tools/kvm/ |
|---|
| 8043 | | - |
|---|
| 8044 | | -KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd) |
|---|
| 8045 | | -M: Joerg Roedel <joro@8bytes.org> |
|---|
| 8046 | | -L: kvm@vger.kernel.org |
|---|
| 8047 | | -W: http://www.linux-kvm.org/ |
|---|
| 8048 | | -S: Maintained |
|---|
| 8049 | | -F: arch/x86/include/asm/svm.h |
|---|
| 8050 | | -F: arch/x86/kvm/svm.c |
|---|
| 8051 | | - |
|---|
| 8052 | | -KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm) |
|---|
| 8053 | | -M: Christoffer Dall <christoffer.dall@arm.com> |
|---|
| 8054 | | -M: Marc Zyngier <marc.zyngier@arm.com> |
|---|
| 8055 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 8056 | | -L: kvmarm@lists.cs.columbia.edu |
|---|
| 8057 | | -W: http://systems.cs.columbia.edu/projects/kvm-arm |
|---|
| 8058 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git |
|---|
| 8059 | | -S: Supported |
|---|
| 8060 | | -F: arch/arm/include/uapi/asm/kvm* |
|---|
| 8061 | | -F: arch/arm/include/asm/kvm* |
|---|
| 8062 | | -F: arch/arm/kvm/ |
|---|
| 8063 | | -F: virt/kvm/arm/ |
|---|
| 8064 | | -F: include/kvm/arm_* |
|---|
| 9620 | +F: tools/testing/selftests/kvm/ |
|---|
| 9621 | +F: virt/kvm/* |
|---|
| 8065 | 9622 | |
|---|
| 8066 | 9623 | KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) |
|---|
| 8067 | | -M: Christoffer Dall <christoffer.dall@arm.com> |
|---|
| 8068 | | -M: Marc Zyngier <marc.zyngier@arm.com> |
|---|
| 9624 | +M: Marc Zyngier <maz@kernel.org> |
|---|
| 9625 | +R: James Morse <james.morse@arm.com> |
|---|
| 9626 | +R: Julien Thierry <julien.thierry.kdev@gmail.com> |
|---|
| 9627 | +R: Suzuki K Poulose <suzuki.poulose@arm.com> |
|---|
| 8069 | 9628 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 8070 | 9629 | L: kvmarm@lists.cs.columbia.edu |
|---|
| 8071 | 9630 | S: Maintained |
|---|
| 8072 | | -F: arch/arm64/include/uapi/asm/kvm* |
|---|
| 9631 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git |
|---|
| 8073 | 9632 | F: arch/arm64/include/asm/kvm* |
|---|
| 9633 | +F: arch/arm64/include/uapi/asm/kvm* |
|---|
| 8074 | 9634 | F: arch/arm64/kvm/ |
|---|
| 9635 | +F: include/kvm/arm_* |
|---|
| 8075 | 9636 | |
|---|
| 8076 | 9637 | KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips) |
|---|
| 8077 | | -M: James Hogan <jhogan@kernel.org> |
|---|
| 8078 | | -L: linux-mips@linux-mips.org |
|---|
| 8079 | | -S: Supported |
|---|
| 8080 | | -F: arch/mips/include/uapi/asm/kvm* |
|---|
| 9638 | +M: Huacai Chen <chenhc@lemote.com> |
|---|
| 9639 | +M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> |
|---|
| 9640 | +L: linux-mips@vger.kernel.org |
|---|
| 9641 | +L: kvm@vger.kernel.org |
|---|
| 9642 | +S: Maintained |
|---|
| 8081 | 9643 | F: arch/mips/include/asm/kvm* |
|---|
| 9644 | +F: arch/mips/include/uapi/asm/kvm* |
|---|
| 8082 | 9645 | F: arch/mips/kvm/ |
|---|
| 8083 | 9646 | |
|---|
| 8084 | 9647 | KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc) |
|---|
| 8085 | 9648 | M: Paul Mackerras <paulus@ozlabs.org> |
|---|
| 8086 | 9649 | L: kvm-ppc@vger.kernel.org |
|---|
| 9650 | +S: Supported |
|---|
| 8087 | 9651 | W: http://www.linux-kvm.org/ |
|---|
| 8088 | 9652 | T: git git://github.com/agraf/linux-2.6.git |
|---|
| 8089 | | -S: Supported |
|---|
| 8090 | | -F: arch/powerpc/include/uapi/asm/kvm* |
|---|
| 8091 | 9653 | F: arch/powerpc/include/asm/kvm* |
|---|
| 8092 | | -F: arch/powerpc/kvm/ |
|---|
| 9654 | +F: arch/powerpc/include/uapi/asm/kvm* |
|---|
| 8093 | 9655 | F: arch/powerpc/kernel/kvm* |
|---|
| 9656 | +F: arch/powerpc/kvm/ |
|---|
| 8094 | 9657 | |
|---|
| 8095 | 9658 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
|---|
| 8096 | 9659 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
|---|
| 8097 | 9660 | M: Janosch Frank <frankja@linux.ibm.com> |
|---|
| 8098 | 9661 | R: David Hildenbrand <david@redhat.com> |
|---|
| 8099 | 9662 | R: Cornelia Huck <cohuck@redhat.com> |
|---|
| 8100 | | -L: linux-s390@vger.kernel.org |
|---|
| 9663 | +R: Claudio Imbrenda <imbrenda@linux.ibm.com> |
|---|
| 9664 | +L: kvm@vger.kernel.org |
|---|
| 9665 | +S: Supported |
|---|
| 8101 | 9666 | W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 8102 | 9667 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git |
|---|
| 8103 | | -S: Supported |
|---|
| 8104 | | -F: arch/s390/include/uapi/asm/kvm* |
|---|
| 9668 | +F: Documentation/virt/kvm/s390* |
|---|
| 8105 | 9669 | F: arch/s390/include/asm/gmap.h |
|---|
| 8106 | 9670 | F: arch/s390/include/asm/kvm* |
|---|
| 9671 | +F: arch/s390/include/uapi/asm/kvm* |
|---|
| 9672 | +F: arch/s390/kernel/uv.c |
|---|
| 8107 | 9673 | F: arch/s390/kvm/ |
|---|
| 8108 | 9674 | F: arch/s390/mm/gmap.c |
|---|
| 9675 | +F: tools/testing/selftests/kvm/*/s390x/ |
|---|
| 9676 | +F: tools/testing/selftests/kvm/s390x/ |
|---|
| 8109 | 9677 | |
|---|
| 8110 | 9678 | KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86) |
|---|
| 8111 | 9679 | M: Paolo Bonzini <pbonzini@redhat.com> |
|---|
| 8112 | | -M: Radim Krčmář <rkrcmar@redhat.com> |
|---|
| 9680 | +R: Sean Christopherson <sean.j.christopherson@intel.com> |
|---|
| 9681 | +R: Vitaly Kuznetsov <vkuznets@redhat.com> |
|---|
| 9682 | +R: Wanpeng Li <wanpengli@tencent.com> |
|---|
| 9683 | +R: Jim Mattson <jmattson@google.com> |
|---|
| 9684 | +R: Joerg Roedel <joro@8bytes.org> |
|---|
| 8113 | 9685 | L: kvm@vger.kernel.org |
|---|
| 9686 | +S: Supported |
|---|
| 8114 | 9687 | W: http://www.linux-kvm.org |
|---|
| 8115 | 9688 | T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git |
|---|
| 8116 | | -S: Supported |
|---|
| 8117 | | -F: arch/x86/kvm/ |
|---|
| 8118 | | -F: arch/x86/include/uapi/asm/kvm* |
|---|
| 8119 | 9689 | F: arch/x86/include/asm/kvm* |
|---|
| 8120 | 9690 | F: arch/x86/include/asm/pvclock-abi.h |
|---|
| 9691 | +F: arch/x86/include/asm/svm.h |
|---|
| 9692 | +F: arch/x86/include/asm/vmx*.h |
|---|
| 9693 | +F: arch/x86/include/uapi/asm/kvm* |
|---|
| 9694 | +F: arch/x86/include/uapi/asm/svm.h |
|---|
| 9695 | +F: arch/x86/include/uapi/asm/vmx.h |
|---|
| 8121 | 9696 | F: arch/x86/kernel/kvm.c |
|---|
| 8122 | 9697 | F: arch/x86/kernel/kvmclock.c |
|---|
| 9698 | +F: arch/x86/kvm/ |
|---|
| 9699 | +F: arch/x86/kvm/*/ |
|---|
| 8123 | 9700 | |
|---|
| 8124 | 9701 | KERNFS |
|---|
| 8125 | 9702 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 8126 | 9703 | M: Tejun Heo <tj@kernel.org> |
|---|
| 8127 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
|---|
| 8128 | 9704 | S: Supported |
|---|
| 8129 | | -F: include/linux/kernfs.h |
|---|
| 9705 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
|---|
| 8130 | 9706 | F: fs/kernfs/ |
|---|
| 9707 | +F: include/linux/kernfs.h |
|---|
| 8131 | 9708 | |
|---|
| 8132 | 9709 | KEXEC |
|---|
| 8133 | 9710 | M: Eric Biederman <ebiederm@xmission.com> |
|---|
| 8134 | | -W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
|---|
| 8135 | 9711 | L: kexec@lists.infradead.org |
|---|
| 8136 | 9712 | S: Maintained |
|---|
| 9713 | +W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
|---|
| 8137 | 9714 | F: include/linux/kexec.h |
|---|
| 8138 | 9715 | F: include/uapi/linux/kexec.h |
|---|
| 8139 | 9716 | F: kernel/kexec* |
|---|
| 8140 | 9717 | |
|---|
| 8141 | 9718 | KEYS-ENCRYPTED |
|---|
| 8142 | | -M: Mimi Zohar <zohar@linux.vnet.ibm.com> |
|---|
| 9719 | +M: Mimi Zohar <zohar@linux.ibm.com> |
|---|
| 8143 | 9720 | L: linux-integrity@vger.kernel.org |
|---|
| 8144 | 9721 | L: keyrings@vger.kernel.org |
|---|
| 8145 | 9722 | S: Supported |
|---|
| .. | .. |
|---|
| 8148 | 9725 | F: security/keys/encrypted-keys/ |
|---|
| 8149 | 9726 | |
|---|
| 8150 | 9727 | KEYS-TRUSTED |
|---|
| 8151 | | -M: James Bottomley <jejb@linux.vnet.ibm.com> |
|---|
| 8152 | | -M: Mimi Zohar <zohar@linux.vnet.ibm.com> |
|---|
| 9728 | +M: James Bottomley <jejb@linux.ibm.com> |
|---|
| 9729 | +M: Jarkko Sakkinen <jarkko@kernel.org> |
|---|
| 9730 | +M: Mimi Zohar <zohar@linux.ibm.com> |
|---|
| 8153 | 9731 | L: linux-integrity@vger.kernel.org |
|---|
| 8154 | 9732 | L: keyrings@vger.kernel.org |
|---|
| 8155 | 9733 | S: Supported |
|---|
| 8156 | 9734 | F: Documentation/security/keys/trusted-encrypted.rst |
|---|
| 8157 | 9735 | F: include/keys/trusted-type.h |
|---|
| 8158 | | -F: security/keys/trusted.c |
|---|
| 8159 | | -F: security/keys/trusted.h |
|---|
| 9736 | +F: include/keys/trusted_tpm.h |
|---|
| 9737 | +F: security/keys/trusted-keys/ |
|---|
| 8160 | 9738 | |
|---|
| 8161 | | -KEYS/KEYRINGS: |
|---|
| 9739 | +KEYS/KEYRINGS |
|---|
| 8162 | 9740 | M: David Howells <dhowells@redhat.com> |
|---|
| 9741 | +M: Jarkko Sakkinen <jarkko@kernel.org> |
|---|
| 8163 | 9742 | L: keyrings@vger.kernel.org |
|---|
| 8164 | 9743 | S: Maintained |
|---|
| 8165 | 9744 | F: Documentation/security/keys/core.rst |
|---|
| 8166 | | -F: include/linux/key.h |
|---|
| 9745 | +F: include/keys/ |
|---|
| 8167 | 9746 | F: include/linux/key-type.h |
|---|
| 9747 | +F: include/linux/key.h |
|---|
| 8168 | 9748 | F: include/linux/keyctl.h |
|---|
| 8169 | 9749 | F: include/uapi/linux/keyctl.h |
|---|
| 8170 | | -F: include/keys/ |
|---|
| 8171 | 9750 | F: security/keys/ |
|---|
| 9751 | + |
|---|
| 9752 | +KFENCE |
|---|
| 9753 | +M: Alexander Potapenko <glider@google.com> |
|---|
| 9754 | +M: Marco Elver <elver@google.com> |
|---|
| 9755 | +R: Dmitry Vyukov <dvyukov@google.com> |
|---|
| 9756 | +L: kasan-dev@googlegroups.com |
|---|
| 9757 | +S: Maintained |
|---|
| 9758 | +F: Documentation/dev-tools/kfence.rst |
|---|
| 9759 | +F: arch/*/include/asm/kfence.h |
|---|
| 9760 | +F: include/linux/kfence.h |
|---|
| 9761 | +F: lib/Kconfig.kfence |
|---|
| 9762 | +F: mm/kfence/ |
|---|
| 9763 | + |
|---|
| 9764 | +KFIFO |
|---|
| 9765 | +M: Stefani Seibold <stefani@seibold.net> |
|---|
| 9766 | +S: Maintained |
|---|
| 9767 | +F: include/linux/kfifo.h |
|---|
| 9768 | +F: lib/kfifo.c |
|---|
| 9769 | +F: samples/kfifo/ |
|---|
| 8172 | 9770 | |
|---|
| 8173 | 9771 | KGDB / KDB /debug_core |
|---|
| 8174 | 9772 | M: Jason Wessel <jason.wessel@windriver.com> |
|---|
| 8175 | 9773 | M: Daniel Thompson <daniel.thompson@linaro.org> |
|---|
| 8176 | | -W: http://kgdb.wiki.kernel.org/ |
|---|
| 9774 | +R: Douglas Anderson <dianders@chromium.org> |
|---|
| 8177 | 9775 | L: kgdb-bugreport@lists.sourceforge.net |
|---|
| 8178 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git |
|---|
| 8179 | 9776 | S: Maintained |
|---|
| 9777 | +W: http://kgdb.wiki.kernel.org/ |
|---|
| 9778 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git |
|---|
| 8180 | 9779 | F: Documentation/dev-tools/kgdb.rst |
|---|
| 8181 | 9780 | F: drivers/misc/kgdbts.c |
|---|
| 8182 | 9781 | F: drivers/tty/serial/kgdboc.c |
|---|
| .. | .. |
|---|
| 8184 | 9783 | F: include/linux/kgdb.h |
|---|
| 8185 | 9784 | F: kernel/debug/ |
|---|
| 8186 | 9785 | |
|---|
| 9786 | +KHADAS MCU MFD DRIVER |
|---|
| 9787 | +M: Neil Armstrong <narmstrong@baylibre.com> |
|---|
| 9788 | +L: linux-amlogic@lists.infradead.org |
|---|
| 9789 | +S: Maintained |
|---|
| 9790 | +F: Documentation/devicetree/bindings/mfd/khadas,mcu.yaml |
|---|
| 9791 | +F: drivers/mfd/khadas-mcu.c |
|---|
| 9792 | +F: include/linux/mfd/khadas-mcu.h |
|---|
| 9793 | +F: drivers/thermal/khadas_mcu_fan.c |
|---|
| 9794 | + |
|---|
| 8187 | 9795 | KMEMLEAK |
|---|
| 8188 | 9796 | M: Catalin Marinas <catalin.marinas@arm.com> |
|---|
| 8189 | 9797 | S: Maintained |
|---|
| 8190 | 9798 | F: Documentation/dev-tools/kmemleak.rst |
|---|
| 8191 | 9799 | F: include/linux/kmemleak.h |
|---|
| 8192 | 9800 | F: mm/kmemleak.c |
|---|
| 8193 | | -F: mm/kmemleak-test.c |
|---|
| 9801 | +F: samples/kmemleak/kmemleak-test.c |
|---|
| 8194 | 9802 | |
|---|
| 8195 | 9803 | KMOD KERNEL MODULE LOADER - USERMODE HELPER |
|---|
| 8196 | | -M: "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|
| 9804 | +M: Luis Chamberlain <mcgrof@kernel.org> |
|---|
| 8197 | 9805 | L: linux-kernel@vger.kernel.org |
|---|
| 8198 | 9806 | S: Maintained |
|---|
| 8199 | | -F: kernel/kmod.c |
|---|
| 8200 | 9807 | F: include/linux/kmod.h |
|---|
| 9808 | +F: kernel/kmod.c |
|---|
| 8201 | 9809 | F: lib/test_kmod.c |
|---|
| 8202 | 9810 | F: tools/testing/selftests/kmod/ |
|---|
| 8203 | 9811 | |
|---|
| 8204 | 9812 | KPROBES |
|---|
| 8205 | | -M: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> |
|---|
| 9813 | +M: Naveen N. Rao <naveen.n.rao@linux.ibm.com> |
|---|
| 8206 | 9814 | M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
|---|
| 8207 | 9815 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 8208 | 9816 | M: Masami Hiramatsu <mhiramat@kernel.org> |
|---|
| 8209 | 9817 | S: Maintained |
|---|
| 8210 | | -F: Documentation/kprobes.txt |
|---|
| 8211 | | -F: include/linux/kprobes.h |
|---|
| 9818 | +F: Documentation/trace/kprobes.rst |
|---|
| 8212 | 9819 | F: include/asm-generic/kprobes.h |
|---|
| 9820 | +F: include/linux/kprobes.h |
|---|
| 8213 | 9821 | F: kernel/kprobes.c |
|---|
| 8214 | 9822 | |
|---|
| 8215 | 9823 | KS0108 LCD CONTROLLER DRIVER |
|---|
| 8216 | 9824 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
|---|
| 8217 | 9825 | S: Maintained |
|---|
| 8218 | | -F: Documentation/auxdisplay/ks0108 |
|---|
| 9826 | +F: Documentation/admin-guide/auxdisplay/ks0108.rst |
|---|
| 8219 | 9827 | F: drivers/auxdisplay/ks0108.c |
|---|
| 8220 | 9828 | F: include/linux/ks0108.h |
|---|
| 8221 | 9829 | |
|---|
| 9830 | +KTD253 BACKLIGHT DRIVER |
|---|
| 9831 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 9832 | +S: Maintained |
|---|
| 9833 | +F: Documentation/devicetree/bindings/leds/backlight/kinetic,ktd253.yaml |
|---|
| 9834 | +F: drivers/video/backlight/ktd253-backlight.c |
|---|
| 9835 | + |
|---|
| 8222 | 9836 | L3MDEV |
|---|
| 8223 | | -M: David Ahern <dsa@cumulusnetworks.com> |
|---|
| 9837 | +M: David Ahern <dsahern@kernel.org> |
|---|
| 8224 | 9838 | L: netdev@vger.kernel.org |
|---|
| 8225 | 9839 | S: Maintained |
|---|
| 8226 | | -F: net/l3mdev |
|---|
| 8227 | 9840 | F: include/net/l3mdev.h |
|---|
| 9841 | +F: net/l3mdev |
|---|
| 9842 | + |
|---|
| 9843 | +L7 BPF FRAMEWORK |
|---|
| 9844 | +M: John Fastabend <john.fastabend@gmail.com> |
|---|
| 9845 | +M: Daniel Borkmann <daniel@iogearbox.net> |
|---|
| 9846 | +M: Jakub Sitnicki <jakub@cloudflare.com> |
|---|
| 9847 | +M: Lorenz Bauer <lmb@cloudflare.com> |
|---|
| 9848 | +L: netdev@vger.kernel.org |
|---|
| 9849 | +L: bpf@vger.kernel.org |
|---|
| 9850 | +S: Maintained |
|---|
| 9851 | +F: include/linux/skmsg.h |
|---|
| 9852 | +F: net/core/skmsg.c |
|---|
| 9853 | +F: net/core/sock_map.c |
|---|
| 9854 | +F: net/ipv4/tcp_bpf.c |
|---|
| 9855 | +F: net/ipv4/udp_bpf.c |
|---|
| 9856 | + |
|---|
| 9857 | +LANTIQ / INTEL Ethernet drivers |
|---|
| 9858 | +M: Hauke Mehrtens <hauke@hauke-m.de> |
|---|
| 9859 | +L: netdev@vger.kernel.org |
|---|
| 9860 | +S: Maintained |
|---|
| 9861 | +F: drivers/net/dsa/lantiq_gswip.c |
|---|
| 9862 | +F: drivers/net/dsa/lantiq_pce.h |
|---|
| 9863 | +F: drivers/net/ethernet/lantiq_xrx200.c |
|---|
| 9864 | +F: net/dsa/tag_gswip.c |
|---|
| 8228 | 9865 | |
|---|
| 8229 | 9866 | LANTIQ MIPS ARCHITECTURE |
|---|
| 8230 | 9867 | M: John Crispin <john@phrozen.org> |
|---|
| 8231 | | -L: linux-mips@linux-mips.org |
|---|
| 9868 | +L: linux-mips@vger.kernel.org |
|---|
| 8232 | 9869 | S: Maintained |
|---|
| 8233 | 9870 | F: arch/mips/lantiq |
|---|
| 8234 | 9871 | F: drivers/soc/lantiq |
|---|
| 8235 | | - |
|---|
| 8236 | | -LAPB module |
|---|
| 8237 | | -L: linux-x25@vger.kernel.org |
|---|
| 8238 | | -S: Orphan |
|---|
| 8239 | | -F: Documentation/networking/lapb-module.txt |
|---|
| 8240 | | -F: include/*/lapb.h |
|---|
| 8241 | | -F: net/lapb/ |
|---|
| 8242 | 9872 | |
|---|
| 8243 | 9873 | LASI 53c700 driver for PARISC |
|---|
| 8244 | 9874 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
|---|
| 8245 | 9875 | L: linux-scsi@vger.kernel.org |
|---|
| 8246 | 9876 | S: Maintained |
|---|
| 8247 | | -F: Documentation/scsi/53c700.txt |
|---|
| 9877 | +F: Documentation/scsi/53c700.rst |
|---|
| 8248 | 9878 | F: drivers/scsi/53c700* |
|---|
| 8249 | 9879 | |
|---|
| 8250 | 9880 | LEAKING_ADDRESSES |
|---|
| 8251 | 9881 | M: Tobin C. Harding <me@tobin.cc> |
|---|
| 8252 | | -M: Tycho Andersen <tycho@tycho.ws> |
|---|
| 8253 | | -L: kernel-hardening@lists.openwall.com |
|---|
| 9882 | +M: Tycho Andersen <tycho@tycho.pizza> |
|---|
| 9883 | +L: linux-hardening@vger.kernel.org |
|---|
| 8254 | 9884 | S: Maintained |
|---|
| 8255 | 9885 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git |
|---|
| 8256 | 9886 | F: scripts/leaking_addresses.pl |
|---|
| 8257 | 9887 | |
|---|
| 8258 | 9888 | LED SUBSYSTEM |
|---|
| 8259 | | -M: Jacek Anaszewski <jacek.anaszewski@gmail.com> |
|---|
| 8260 | 9889 | M: Pavel Machek <pavel@ucw.cz> |
|---|
| 9890 | +R: Dan Murphy <dmurphy@ti.com> |
|---|
| 8261 | 9891 | L: linux-leds@vger.kernel.org |
|---|
| 8262 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git |
|---|
| 8263 | 9892 | S: Maintained |
|---|
| 9893 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git |
|---|
| 8264 | 9894 | F: Documentation/devicetree/bindings/leds/ |
|---|
| 8265 | 9895 | F: drivers/leds/ |
|---|
| 8266 | 9896 | F: include/linux/leds.h |
|---|
| .. | .. |
|---|
| 8268 | 9898 | LEGACY EEPROM DRIVER |
|---|
| 8269 | 9899 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 8270 | 9900 | S: Maintained |
|---|
| 8271 | | -F: Documentation/misc-devices/eeprom |
|---|
| 9901 | +F: Documentation/misc-devices/eeprom.rst |
|---|
| 8272 | 9902 | F: drivers/misc/eeprom/eeprom.c |
|---|
| 8273 | 9903 | |
|---|
| 8274 | 9904 | LEGO MINDSTORMS EV3 |
|---|
| 8275 | 9905 | R: David Lechner <david@lechnology.com> |
|---|
| 8276 | 9906 | S: Maintained |
|---|
| 8277 | | -F: arch/arm/boot/dts/da850-lego-ev3.dts |
|---|
| 8278 | 9907 | F: Documentation/devicetree/bindings/power/supply/lego_ev3_battery.txt |
|---|
| 9908 | +F: arch/arm/boot/dts/da850-lego-ev3.dts |
|---|
| 8279 | 9909 | F: drivers/power/supply/lego_ev3_battery.c |
|---|
| 8280 | 9910 | |
|---|
| 8281 | 9911 | LEGO USB Tower driver |
|---|
| 8282 | 9912 | M: Juergen Stuber <starblue@users.sourceforge.net> |
|---|
| 8283 | 9913 | L: legousb-devel@lists.sourceforge.net |
|---|
| 8284 | | -W: http://legousb.sourceforge.net/ |
|---|
| 8285 | 9914 | S: Maintained |
|---|
| 9915 | +W: http://legousb.sourceforge.net/ |
|---|
| 8286 | 9916 | F: drivers/usb/misc/legousbtower.c |
|---|
| 9917 | + |
|---|
| 9918 | +LG LAPTOP EXTRAS |
|---|
| 9919 | +M: Matan Ziv-Av <matan@svgalib.org> |
|---|
| 9920 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 9921 | +S: Maintained |
|---|
| 9922 | +F: Documentation/ABI/testing/sysfs-platform-lg-laptop |
|---|
| 9923 | +F: Documentation/admin-guide/laptops/lg-laptop.rst |
|---|
| 9924 | +F: drivers/platform/x86/lg-laptop.c |
|---|
| 8287 | 9925 | |
|---|
| 8288 | 9926 | LG2160 MEDIA DRIVER |
|---|
| 8289 | 9927 | M: Michael Krufky <mkrufky@linuxtv.org> |
|---|
| 8290 | 9928 | L: linux-media@vger.kernel.org |
|---|
| 9929 | +S: Maintained |
|---|
| 8291 | 9930 | W: https://linuxtv.org |
|---|
| 8292 | 9931 | W: http://github.com/mkrufky |
|---|
| 8293 | 9932 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 8294 | 9933 | T: git git://linuxtv.org/mkrufky/tuners.git |
|---|
| 8295 | | -S: Maintained |
|---|
| 8296 | 9934 | F: drivers/media/dvb-frontends/lg2160.* |
|---|
| 8297 | 9935 | |
|---|
| 8298 | 9936 | LGDT3305 MEDIA DRIVER |
|---|
| 8299 | 9937 | M: Michael Krufky <mkrufky@linuxtv.org> |
|---|
| 8300 | 9938 | L: linux-media@vger.kernel.org |
|---|
| 9939 | +S: Maintained |
|---|
| 8301 | 9940 | W: https://linuxtv.org |
|---|
| 8302 | 9941 | W: http://github.com/mkrufky |
|---|
| 8303 | 9942 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 8304 | 9943 | T: git git://linuxtv.org/mkrufky/tuners.git |
|---|
| 8305 | | -S: Maintained |
|---|
| 8306 | 9944 | F: drivers/media/dvb-frontends/lgdt3305.* |
|---|
| 8307 | 9945 | |
|---|
| 8308 | 9946 | LIBATA PATA ARASAN COMPACT FLASH CONTROLLER |
|---|
| 8309 | 9947 | M: Viresh Kumar <vireshk@kernel.org> |
|---|
| 8310 | 9948 | L: linux-ide@vger.kernel.org |
|---|
| 8311 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
|---|
| 8312 | 9949 | S: Maintained |
|---|
| 8313 | | -F: include/linux/pata_arasan_cf_data.h |
|---|
| 8314 | | -F: drivers/ata/pata_arasan_cf.c |
|---|
| 8315 | | - |
|---|
| 8316 | | -LIBATA PATA DRIVERS |
|---|
| 8317 | | -M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|
| 8318 | | -M: Jens Axboe <axboe@kernel.dk> |
|---|
| 8319 | | -L: linux-ide@vger.kernel.org |
|---|
| 8320 | 9950 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 8321 | | -S: Maintained |
|---|
| 8322 | | -F: drivers/ata/pata_*.c |
|---|
| 8323 | | -F: drivers/ata/ata_generic.c |
|---|
| 9951 | +F: drivers/ata/pata_arasan_cf.c |
|---|
| 9952 | +F: include/linux/pata_arasan_cf_data.h |
|---|
| 8324 | 9953 | |
|---|
| 8325 | 9954 | LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS |
|---|
| 8326 | 9955 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 8327 | 9956 | L: linux-ide@vger.kernel.org |
|---|
| 8328 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
|---|
| 8329 | 9957 | S: Maintained |
|---|
| 9958 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 8330 | 9959 | F: drivers/ata/pata_ftide010.c |
|---|
| 8331 | 9960 | F: drivers/ata/sata_gemini.c |
|---|
| 8332 | 9961 | F: drivers/ata/sata_gemini.h |
|---|
| .. | .. |
|---|
| 8335 | 9964 | M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 8336 | 9965 | M: Jens Axboe <axboe@kernel.dk> |
|---|
| 8337 | 9966 | L: linux-ide@vger.kernel.org |
|---|
| 8338 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 8339 | 9967 | S: Maintained |
|---|
| 9968 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 8340 | 9969 | F: drivers/ata/ahci_platform.c |
|---|
| 8341 | 9970 | F: drivers/ata/libahci_platform.c |
|---|
| 8342 | 9971 | F: include/linux/ahci_platform.h |
|---|
| .. | .. |
|---|
| 8344 | 9973 | LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER |
|---|
| 8345 | 9974 | M: Mikael Pettersson <mikpelinux@gmail.com> |
|---|
| 8346 | 9975 | L: linux-ide@vger.kernel.org |
|---|
| 8347 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git |
|---|
| 8348 | 9976 | S: Maintained |
|---|
| 9977 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 8349 | 9978 | F: drivers/ata/sata_promise.* |
|---|
| 8350 | 9979 | |
|---|
| 8351 | 9980 | LIBATA SUBSYSTEM (Serial and Parallel ATA drivers) |
|---|
| 8352 | 9981 | M: Jens Axboe <axboe@kernel.dk> |
|---|
| 8353 | 9982 | L: linux-ide@vger.kernel.org |
|---|
| 8354 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 8355 | 9983 | S: Maintained |
|---|
| 9984 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
|---|
| 9985 | +F: Documentation/devicetree/bindings/ata/ |
|---|
| 8356 | 9986 | F: drivers/ata/ |
|---|
| 8357 | 9987 | F: include/linux/ata.h |
|---|
| 8358 | 9988 | F: include/linux/libata.h |
|---|
| 8359 | | -F: Documentation/devicetree/bindings/ata/ |
|---|
| 8360 | 9989 | |
|---|
| 8361 | 9990 | LIBLOCKDEP |
|---|
| 8362 | 9991 | M: Sasha Levin <alexander.levin@microsoft.com> |
|---|
| .. | .. |
|---|
| 8364 | 9993 | F: tools/lib/lockdep/ |
|---|
| 8365 | 9994 | |
|---|
| 8366 | 9995 | LIBNVDIMM BLK: MMIO-APERTURE DRIVER |
|---|
| 8367 | | -M: Ross Zwisler <zwisler@kernel.org> |
|---|
| 8368 | 9996 | M: Dan Williams <dan.j.williams@intel.com> |
|---|
| 8369 | 9997 | M: Vishal Verma <vishal.l.verma@intel.com> |
|---|
| 8370 | 9998 | M: Dave Jiang <dave.jiang@intel.com> |
|---|
| 8371 | 9999 | L: linux-nvdimm@lists.01.org |
|---|
| 8372 | | -Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 8373 | 10000 | S: Supported |
|---|
| 10001 | +Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 10002 | +P: Documentation/nvdimm/maintainer-entry-profile.rst |
|---|
| 8374 | 10003 | F: drivers/nvdimm/blk.c |
|---|
| 8375 | 10004 | F: drivers/nvdimm/region_devs.c |
|---|
| 8376 | 10005 | |
|---|
| 8377 | 10006 | LIBNVDIMM BTT: BLOCK TRANSLATION TABLE |
|---|
| 8378 | 10007 | M: Vishal Verma <vishal.l.verma@intel.com> |
|---|
| 8379 | 10008 | M: Dan Williams <dan.j.williams@intel.com> |
|---|
| 8380 | | -M: Ross Zwisler <zwisler@kernel.org> |
|---|
| 8381 | 10009 | M: Dave Jiang <dave.jiang@intel.com> |
|---|
| 8382 | 10010 | L: linux-nvdimm@lists.01.org |
|---|
| 8383 | | -Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 8384 | 10011 | S: Supported |
|---|
| 10012 | +Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 10013 | +P: Documentation/nvdimm/maintainer-entry-profile.rst |
|---|
| 8385 | 10014 | F: drivers/nvdimm/btt* |
|---|
| 8386 | 10015 | |
|---|
| 8387 | 10016 | LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER |
|---|
| 8388 | | -M: Ross Zwisler <zwisler@kernel.org> |
|---|
| 8389 | 10017 | M: Dan Williams <dan.j.williams@intel.com> |
|---|
| 8390 | 10018 | M: Vishal Verma <vishal.l.verma@intel.com> |
|---|
| 8391 | 10019 | M: Dave Jiang <dave.jiang@intel.com> |
|---|
| 8392 | 10020 | L: linux-nvdimm@lists.01.org |
|---|
| 8393 | | -Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 8394 | 10021 | S: Supported |
|---|
| 10022 | +Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 10023 | +P: Documentation/nvdimm/maintainer-entry-profile.rst |
|---|
| 8395 | 10024 | F: drivers/nvdimm/pmem* |
|---|
| 8396 | 10025 | |
|---|
| 8397 | 10026 | LIBNVDIMM: DEVICETREE BINDINGS |
|---|
| 8398 | 10027 | M: Oliver O'Halloran <oohall@gmail.com> |
|---|
| 8399 | 10028 | L: linux-nvdimm@lists.01.org |
|---|
| 8400 | | -Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 8401 | 10029 | S: Supported |
|---|
| 8402 | | -F: drivers/nvdimm/of_pmem.c |
|---|
| 10030 | +Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 8403 | 10031 | F: Documentation/devicetree/bindings/pmem/pmem-region.txt |
|---|
| 10032 | +F: drivers/nvdimm/of_pmem.c |
|---|
| 8404 | 10033 | |
|---|
| 8405 | 10034 | LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM |
|---|
| 8406 | 10035 | M: Dan Williams <dan.j.williams@intel.com> |
|---|
| 8407 | | -M: Ross Zwisler <zwisler@kernel.org> |
|---|
| 8408 | 10036 | M: Vishal Verma <vishal.l.verma@intel.com> |
|---|
| 8409 | 10037 | M: Dave Jiang <dave.jiang@intel.com> |
|---|
| 10038 | +M: Ira Weiny <ira.weiny@intel.com> |
|---|
| 8410 | 10039 | L: linux-nvdimm@lists.01.org |
|---|
| 8411 | | -Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 8412 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git |
|---|
| 8413 | 10040 | S: Supported |
|---|
| 8414 | | -F: drivers/nvdimm/* |
|---|
| 10041 | +Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ |
|---|
| 10042 | +P: Documentation/nvdimm/maintainer-entry-profile.rst |
|---|
| 10043 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git |
|---|
| 8415 | 10044 | F: drivers/acpi/nfit/* |
|---|
| 8416 | | -F: include/linux/nd.h |
|---|
| 10045 | +F: drivers/nvdimm/* |
|---|
| 8417 | 10046 | F: include/linux/libnvdimm.h |
|---|
| 10047 | +F: include/linux/nd.h |
|---|
| 8418 | 10048 | F: include/uapi/linux/ndctl.h |
|---|
| 10049 | +F: tools/testing/nvdimm/ |
|---|
| 10050 | + |
|---|
| 10051 | +LICENSES and SPDX stuff |
|---|
| 10052 | +M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 10053 | +M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 10054 | +L: linux-spdx@vger.kernel.org |
|---|
| 10055 | +S: Maintained |
|---|
| 10056 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git |
|---|
| 10057 | +F: COPYING |
|---|
| 10058 | +F: Documentation/process/license-rules.rst |
|---|
| 10059 | +F: LICENSES/ |
|---|
| 10060 | +F: scripts/spdxcheck-test.sh |
|---|
| 10061 | +F: scripts/spdxcheck.py |
|---|
| 8419 | 10062 | |
|---|
| 8420 | 10063 | LIGHTNVM PLATFORM SUPPORT |
|---|
| 8421 | 10064 | M: Matias Bjorling <mb@lightnvm.io> |
|---|
| 8422 | | -W: http://github/OpenChannelSSD |
|---|
| 8423 | 10065 | L: linux-block@vger.kernel.org |
|---|
| 8424 | 10066 | S: Maintained |
|---|
| 10067 | +W: http://github/OpenChannelSSD |
|---|
| 8425 | 10068 | F: drivers/lightnvm/ |
|---|
| 8426 | 10069 | F: include/linux/lightnvm.h |
|---|
| 8427 | 10070 | F: include/uapi/linux/lightnvm.h |
|---|
| 8428 | 10071 | |
|---|
| 10072 | +LINEAR RANGES HELPERS |
|---|
| 10073 | +M: Mark Brown <broonie@kernel.org> |
|---|
| 10074 | +R: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> |
|---|
| 10075 | +F: lib/linear_ranges.c |
|---|
| 10076 | +F: lib/test_linear_ranges.c |
|---|
| 10077 | +F: include/linux/linear_range.h |
|---|
| 10078 | + |
|---|
| 8429 | 10079 | LINUX FOR POWER MACINTOSH |
|---|
| 8430 | 10080 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
|---|
| 8431 | | -W: http://www.penguinppc.org/ |
|---|
| 8432 | 10081 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 8433 | | -S: Maintained |
|---|
| 10082 | +S: Odd Fixes |
|---|
| 8434 | 10083 | F: arch/powerpc/platforms/powermac/ |
|---|
| 8435 | 10084 | F: drivers/macintosh/ |
|---|
| 8436 | 10085 | |
|---|
| 8437 | 10086 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
|---|
| 8438 | | -M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
|---|
| 8439 | | -M: Paul Mackerras <paulus@samba.org> |
|---|
| 8440 | 10087 | M: Michael Ellerman <mpe@ellerman.id.au> |
|---|
| 8441 | | -W: https://github.com/linuxppc/linux/wiki |
|---|
| 10088 | +R: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
|---|
| 10089 | +R: Paul Mackerras <paulus@samba.org> |
|---|
| 8442 | 10090 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 10091 | +S: Supported |
|---|
| 10092 | +W: https://github.com/linuxppc/wiki/wiki |
|---|
| 8443 | 10093 | Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ |
|---|
| 8444 | 10094 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git |
|---|
| 8445 | | -S: Supported |
|---|
| 8446 | 10095 | F: Documentation/ABI/stable/sysfs-firmware-opal-* |
|---|
| 10096 | +F: Documentation/devicetree/bindings/i2c/i2c-opal.txt |
|---|
| 8447 | 10097 | F: Documentation/devicetree/bindings/powerpc/ |
|---|
| 8448 | 10098 | F: Documentation/devicetree/bindings/rtc/rtc-opal.txt |
|---|
| 8449 | | -F: Documentation/devicetree/bindings/i2c/i2c-opal.txt |
|---|
| 8450 | 10099 | F: Documentation/powerpc/ |
|---|
| 8451 | 10100 | F: arch/powerpc/ |
|---|
| 10101 | +F: drivers/*/*/*pasemi* |
|---|
| 10102 | +F: drivers/*/*pasemi* |
|---|
| 8452 | 10103 | F: drivers/char/tpm/tpm_ibmvtpm* |
|---|
| 8453 | 10104 | F: drivers/crypto/nx/ |
|---|
| 8454 | 10105 | F: drivers/crypto/vmx/ |
|---|
| .. | .. |
|---|
| 8471 | 10122 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
|---|
| 8472 | 10123 | M: Anatolij Gustschin <agust@denx.de> |
|---|
| 8473 | 10124 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 8474 | | -T: git git://git.denx.de/linux-denx-agust.git |
|---|
| 8475 | | -S: Maintained |
|---|
| 10125 | +S: Odd Fixes |
|---|
| 8476 | 10126 | F: arch/powerpc/platforms/512x/ |
|---|
| 8477 | 10127 | F: arch/powerpc/platforms/52xx/ |
|---|
| 8478 | 10128 | |
|---|
| 8479 | 10129 | LINUX FOR POWERPC EMBEDDED PPC4XX |
|---|
| 8480 | | -M: Alistair Popple <alistair@popple.id.au> |
|---|
| 8481 | | -M: Matt Porter <mporter@kernel.crashing.org> |
|---|
| 8482 | | -W: http://www.penguinppc.org/ |
|---|
| 8483 | 10130 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 8484 | | -S: Maintained |
|---|
| 10131 | +S: Orphan |
|---|
| 8485 | 10132 | F: arch/powerpc/platforms/40x/ |
|---|
| 8486 | 10133 | F: arch/powerpc/platforms/44x/ |
|---|
| 8487 | 10134 | |
|---|
| 8488 | 10135 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
|---|
| 8489 | 10136 | M: Scott Wood <oss@buserror.net> |
|---|
| 8490 | | -M: Kumar Gala <galak@kernel.crashing.org> |
|---|
| 8491 | | -W: http://www.penguinppc.org/ |
|---|
| 8492 | 10137 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 10138 | +S: Odd fixes |
|---|
| 8493 | 10139 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git |
|---|
| 8494 | | -S: Maintained |
|---|
| 10140 | +F: Documentation/devicetree/bindings/powerpc/fsl/ |
|---|
| 8495 | 10141 | F: arch/powerpc/platforms/83xx/ |
|---|
| 8496 | 10142 | F: arch/powerpc/platforms/85xx/ |
|---|
| 8497 | | -F: Documentation/devicetree/bindings/powerpc/fsl/ |
|---|
| 8498 | 10143 | |
|---|
| 8499 | 10144 | LINUX FOR POWERPC EMBEDDED PPC8XX |
|---|
| 8500 | | -M: Vitaly Bordug <vitb@kernel.crashing.org> |
|---|
| 8501 | | -W: http://www.penguinppc.org/ |
|---|
| 10145 | +M: Christophe Leroy <christophe.leroy@csgroup.eu> |
|---|
| 8502 | 10146 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 8503 | 10147 | S: Maintained |
|---|
| 8504 | 10148 | F: arch/powerpc/platforms/8xx/ |
|---|
| 8505 | | - |
|---|
| 8506 | | -LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
|---|
| 8507 | | -L: linuxppc-dev@lists.ozlabs.org |
|---|
| 8508 | | -S: Orphan |
|---|
| 8509 | | -F: arch/powerpc/*/*virtex* |
|---|
| 8510 | | -F: arch/powerpc/*/*/*virtex* |
|---|
| 8511 | | - |
|---|
| 8512 | | -LINUX FOR POWERPC PA SEMI PWRFICIENT |
|---|
| 8513 | | -L: linuxppc-dev@lists.ozlabs.org |
|---|
| 8514 | | -S: Orphan |
|---|
| 8515 | | -F: arch/powerpc/platforms/pasemi/ |
|---|
| 8516 | | -F: drivers/*/*pasemi* |
|---|
| 8517 | | -F: drivers/*/*/*pasemi* |
|---|
| 8518 | 10149 | |
|---|
| 8519 | 10150 | LINUX KERNEL DUMP TEST MODULE (LKDTM) |
|---|
| 8520 | 10151 | M: Kees Cook <keescook@chromium.org> |
|---|
| 8521 | 10152 | S: Maintained |
|---|
| 8522 | 10153 | F: drivers/misc/lkdtm/* |
|---|
| 10154 | +F: tools/testing/selftests/lkdtm/* |
|---|
| 8523 | 10155 | |
|---|
| 8524 | 10156 | LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM) |
|---|
| 8525 | 10157 | M: Alan Stern <stern@rowland.harvard.edu> |
|---|
| 8526 | | -M: Andrea Parri <andrea.parri@amarulasolutions.com> |
|---|
| 8527 | | -M: Will Deacon <will.deacon@arm.com> |
|---|
| 10158 | +M: Andrea Parri <parri.andrea@gmail.com> |
|---|
| 10159 | +M: Will Deacon <will@kernel.org> |
|---|
| 8528 | 10160 | M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 8529 | 10161 | M: Boqun Feng <boqun.feng@gmail.com> |
|---|
| 8530 | 10162 | M: Nicholas Piggin <npiggin@gmail.com> |
|---|
| 8531 | 10163 | M: David Howells <dhowells@redhat.com> |
|---|
| 8532 | 10164 | M: Jade Alglave <j.alglave@ucl.ac.uk> |
|---|
| 8533 | 10165 | M: Luc Maranget <luc.maranget@inria.fr> |
|---|
| 8534 | | -M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|
| 10166 | +M: "Paul E. McKenney" <paulmck@kernel.org> |
|---|
| 8535 | 10167 | R: Akira Yokosawa <akiyks@gmail.com> |
|---|
| 8536 | 10168 | R: Daniel Lustig <dlustig@nvidia.com> |
|---|
| 10169 | +R: Joel Fernandes <joel@joelfernandes.org> |
|---|
| 8537 | 10170 | L: linux-kernel@vger.kernel.org |
|---|
| 8538 | 10171 | L: linux-arch@vger.kernel.org |
|---|
| 8539 | 10172 | S: Supported |
|---|
| 8540 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
|---|
| 8541 | | -F: tools/memory-model/ |
|---|
| 10173 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev |
|---|
| 8542 | 10174 | F: Documentation/atomic_bitops.txt |
|---|
| 8543 | 10175 | F: Documentation/atomic_t.txt |
|---|
| 8544 | 10176 | F: Documentation/core-api/atomic_ops.rst |
|---|
| 8545 | 10177 | F: Documentation/core-api/refcount-vs-atomic.rst |
|---|
| 10178 | +F: Documentation/litmus-tests/ |
|---|
| 8546 | 10179 | F: Documentation/memory-barriers.txt |
|---|
| 10180 | +F: tools/memory-model/ |
|---|
| 8547 | 10181 | |
|---|
| 8548 | 10182 | LIS3LV02D ACCELEROMETER DRIVER |
|---|
| 8549 | 10183 | M: Eric Piel <eric.piel@tremplin-utc.net> |
|---|
| 8550 | 10184 | S: Maintained |
|---|
| 8551 | | -F: Documentation/misc-devices/lis3lv02d |
|---|
| 10185 | +F: Documentation/misc-devices/lis3lv02d.rst |
|---|
| 8552 | 10186 | F: drivers/misc/lis3lv02d/ |
|---|
| 8553 | 10187 | F: drivers/platform/x86/hp_accel.c |
|---|
| 8554 | 10188 | |
|---|
| 10189 | +LIST KUNIT TEST |
|---|
| 10190 | +M: David Gow <davidgow@google.com> |
|---|
| 10191 | +L: linux-kselftest@vger.kernel.org |
|---|
| 10192 | +L: kunit-dev@googlegroups.com |
|---|
| 10193 | +S: Maintained |
|---|
| 10194 | +F: lib/list-test.c |
|---|
| 10195 | + |
|---|
| 8555 | 10196 | LIVE PATCHING |
|---|
| 8556 | 10197 | M: Josh Poimboeuf <jpoimboe@redhat.com> |
|---|
| 8557 | | -M: Jessica Yu <jeyu@kernel.org> |
|---|
| 8558 | 10198 | M: Jiri Kosina <jikos@kernel.org> |
|---|
| 8559 | 10199 | M: Miroslav Benes <mbenes@suse.cz> |
|---|
| 8560 | | -R: Petr Mladek <pmladek@suse.com> |
|---|
| 8561 | | -S: Maintained |
|---|
| 8562 | | -F: kernel/livepatch/ |
|---|
| 8563 | | -F: include/linux/livepatch.h |
|---|
| 8564 | | -F: arch/x86/include/asm/livepatch.h |
|---|
| 8565 | | -F: arch/x86/kernel/livepatch.c |
|---|
| 8566 | | -F: Documentation/livepatch/ |
|---|
| 8567 | | -F: Documentation/ABI/testing/sysfs-kernel-livepatch |
|---|
| 8568 | | -F: samples/livepatch/ |
|---|
| 10200 | +M: Petr Mladek <pmladek@suse.com> |
|---|
| 10201 | +R: Joe Lawrence <joe.lawrence@redhat.com> |
|---|
| 8569 | 10202 | L: live-patching@vger.kernel.org |
|---|
| 8570 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git |
|---|
| 10203 | +S: Maintained |
|---|
| 10204 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git |
|---|
| 10205 | +F: Documentation/ABI/testing/sysfs-kernel-livepatch |
|---|
| 10206 | +F: Documentation/livepatch/ |
|---|
| 10207 | +F: arch/powerpc/include/asm/livepatch.h |
|---|
| 10208 | +F: arch/s390/include/asm/livepatch.h |
|---|
| 10209 | +F: arch/x86/include/asm/livepatch.h |
|---|
| 10210 | +F: include/linux/livepatch.h |
|---|
| 10211 | +F: kernel/livepatch/ |
|---|
| 10212 | +F: lib/livepatch/ |
|---|
| 10213 | +F: samples/livepatch/ |
|---|
| 10214 | +F: tools/testing/selftests/livepatch/ |
|---|
| 8571 | 10215 | |
|---|
| 8572 | 10216 | LLC (802.2) |
|---|
| 8573 | 10217 | L: netdev@vger.kernel.org |
|---|
| 8574 | 10218 | S: Odd fixes |
|---|
| 8575 | 10219 | F: include/linux/llc.h |
|---|
| 8576 | | -F: include/uapi/linux/llc.h |
|---|
| 8577 | 10220 | F: include/net/llc* |
|---|
| 10221 | +F: include/uapi/linux/llc.h |
|---|
| 8578 | 10222 | F: net/llc/ |
|---|
| 8579 | 10223 | |
|---|
| 8580 | 10224 | LM73 HARDWARE MONITOR DRIVER |
|---|
| .. | .. |
|---|
| 8587 | 10231 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 8588 | 10232 | L: linux-hwmon@vger.kernel.org |
|---|
| 8589 | 10233 | S: Maintained |
|---|
| 8590 | | -F: Documentation/hwmon/lm78 |
|---|
| 10234 | +F: Documentation/hwmon/lm78.rst |
|---|
| 8591 | 10235 | F: drivers/hwmon/lm78.c |
|---|
| 8592 | 10236 | |
|---|
| 8593 | 10237 | LM83 HARDWARE MONITOR DRIVER |
|---|
| 8594 | 10238 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 8595 | 10239 | L: linux-hwmon@vger.kernel.org |
|---|
| 8596 | 10240 | S: Maintained |
|---|
| 8597 | | -F: Documentation/hwmon/lm83 |
|---|
| 10241 | +F: Documentation/hwmon/lm83.rst |
|---|
| 8598 | 10242 | F: drivers/hwmon/lm83.c |
|---|
| 8599 | 10243 | |
|---|
| 8600 | 10244 | LM90 HARDWARE MONITOR DRIVER |
|---|
| 8601 | 10245 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 8602 | 10246 | L: linux-hwmon@vger.kernel.org |
|---|
| 8603 | 10247 | S: Maintained |
|---|
| 8604 | | -F: Documentation/hwmon/lm90 |
|---|
| 8605 | 10248 | F: Documentation/devicetree/bindings/hwmon/lm90.txt |
|---|
| 10249 | +F: Documentation/hwmon/lm90.rst |
|---|
| 8606 | 10250 | F: drivers/hwmon/lm90.c |
|---|
| 8607 | 10251 | F: include/dt-bindings/thermal/lm90.h |
|---|
| 8608 | 10252 | |
|---|
| .. | .. |
|---|
| 8610 | 10254 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 8611 | 10255 | L: linux-hwmon@vger.kernel.org |
|---|
| 8612 | 10256 | S: Maintained |
|---|
| 8613 | | -F: Documentation/hwmon/lm95234 |
|---|
| 10257 | +F: Documentation/hwmon/lm95234.rst |
|---|
| 8614 | 10258 | F: drivers/hwmon/lm95234.c |
|---|
| 8615 | 10259 | |
|---|
| 8616 | 10260 | LME2510 MEDIA DRIVER |
|---|
| 8617 | 10261 | M: Malcolm Priestley <tvboxspy@gmail.com> |
|---|
| 8618 | 10262 | L: linux-media@vger.kernel.org |
|---|
| 10263 | +S: Maintained |
|---|
| 8619 | 10264 | W: https://linuxtv.org |
|---|
| 8620 | 10265 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 8621 | | -S: Maintained |
|---|
| 8622 | 10266 | F: drivers/media/usb/dvb-usb-v2/lmedm04* |
|---|
| 8623 | 10267 | |
|---|
| 8624 | 10268 | LOADPIN SECURITY MODULE |
|---|
| 8625 | 10269 | M: Kees Cook <keescook@chromium.org> |
|---|
| 8626 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin |
|---|
| 8627 | 10270 | S: Supported |
|---|
| 8628 | | -F: security/loadpin/ |
|---|
| 10271 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin |
|---|
| 8629 | 10272 | F: Documentation/admin-guide/LSM/LoadPin.rst |
|---|
| 10273 | +F: security/loadpin/ |
|---|
| 8630 | 10274 | |
|---|
| 8631 | 10275 | LOCKING PRIMITIVES |
|---|
| 8632 | 10276 | M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 8633 | 10277 | M: Ingo Molnar <mingo@redhat.com> |
|---|
| 8634 | | -M: Will Deacon <will.deacon@arm.com> |
|---|
| 10278 | +M: Will Deacon <will@kernel.org> |
|---|
| 8635 | 10279 | L: linux-kernel@vger.kernel.org |
|---|
| 8636 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core |
|---|
| 8637 | 10280 | S: Maintained |
|---|
| 10281 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core |
|---|
| 8638 | 10282 | F: Documentation/locking/ |
|---|
| 8639 | | -F: include/linux/lockdep.h |
|---|
| 8640 | | -F: include/linux/spinlock*.h |
|---|
| 8641 | 10283 | F: arch/*/include/asm/spinlock*.h |
|---|
| 8642 | | -F: include/linux/rwlock*.h |
|---|
| 10284 | +F: include/linux/lockdep.h |
|---|
| 8643 | 10285 | F: include/linux/mutex*.h |
|---|
| 10286 | +F: include/linux/rwlock*.h |
|---|
| 8644 | 10287 | F: include/linux/rwsem*.h |
|---|
| 8645 | | -F: arch/*/include/asm/rwsem.h |
|---|
| 8646 | 10288 | F: include/linux/seqlock.h |
|---|
| 8647 | | -F: lib/locking*.[ch] |
|---|
| 10289 | +F: include/linux/spinlock*.h |
|---|
| 8648 | 10290 | F: kernel/locking/ |
|---|
| 10291 | +F: lib/locking*.[ch] |
|---|
| 8649 | 10292 | X: kernel/locking/locktorture.c |
|---|
| 8650 | 10293 | |
|---|
| 8651 | 10294 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
|---|
| 8652 | 10295 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> |
|---|
| 8653 | 10296 | L: linux-ntfs-dev@lists.sourceforge.net |
|---|
| 8654 | | -W: http://www.linux-ntfs.org/content/view/19/37/ |
|---|
| 8655 | 10297 | S: Maintained |
|---|
| 8656 | | -F: Documentation/ldm.txt |
|---|
| 10298 | +W: http://www.linux-ntfs.org/content/view/19/37/ |
|---|
| 10299 | +F: Documentation/admin-guide/ldm.rst |
|---|
| 8657 | 10300 | F: block/partitions/ldm.* |
|---|
| 10301 | + |
|---|
| 10302 | +LOGITECH HID GAMING KEYBOARDS |
|---|
| 10303 | +M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 10304 | +L: linux-input@vger.kernel.org |
|---|
| 10305 | +S: Maintained |
|---|
| 10306 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git |
|---|
| 10307 | +F: drivers/hid/hid-lg-g15.c |
|---|
| 8658 | 10308 | |
|---|
| 8659 | 10309 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
|---|
| 8660 | 10310 | M: Sathya Prakash <sathya.prakash@broadcom.com> |
|---|
| 8661 | | -M: Chaitra P B <chaitra.basappa@broadcom.com> |
|---|
| 10311 | +M: Sreekanth Reddy <sreekanth.reddy@broadcom.com> |
|---|
| 8662 | 10312 | M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com> |
|---|
| 8663 | 10313 | L: MPT-FusionLinux.pdl@broadcom.com |
|---|
| 8664 | 10314 | L: linux-scsi@vger.kernel.org |
|---|
| 8665 | | -W: http://www.avagotech.com/support/ |
|---|
| 8666 | 10315 | S: Supported |
|---|
| 10316 | +W: http://www.avagotech.com/support/ |
|---|
| 8667 | 10317 | F: drivers/message/fusion/ |
|---|
| 8668 | 10318 | F: drivers/scsi/mpt3sas/ |
|---|
| 8669 | 10319 | |
|---|
| 8670 | 10320 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
|---|
| 8671 | | -M: Matthew Wilcox <matthew@wil.cx> |
|---|
| 10321 | +M: Matthew Wilcox <willy@infradead.org> |
|---|
| 8672 | 10322 | L: linux-scsi@vger.kernel.org |
|---|
| 8673 | 10323 | S: Maintained |
|---|
| 8674 | 10324 | F: drivers/scsi/sym53c8xx_2/ |
|---|
| 10325 | + |
|---|
| 10326 | +LTC1660 DAC DRIVER |
|---|
| 10327 | +M: Marcus Folkesson <marcus.folkesson@gmail.com> |
|---|
| 10328 | +L: linux-iio@vger.kernel.org |
|---|
| 10329 | +S: Maintained |
|---|
| 10330 | +F: Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml |
|---|
| 10331 | +F: drivers/iio/dac/ltc1660.c |
|---|
| 10332 | + |
|---|
| 10333 | +LTC2947 HARDWARE MONITOR DRIVER |
|---|
| 10334 | +M: Nuno Sá <nuno.sa@analog.com> |
|---|
| 10335 | +L: linux-hwmon@vger.kernel.org |
|---|
| 10336 | +S: Supported |
|---|
| 10337 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 10338 | +F: Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml |
|---|
| 10339 | +F: drivers/hwmon/ltc2947-core.c |
|---|
| 10340 | +F: drivers/hwmon/ltc2947-i2c.c |
|---|
| 10341 | +F: drivers/hwmon/ltc2947-spi.c |
|---|
| 10342 | +F: drivers/hwmon/ltc2947.h |
|---|
| 10343 | + |
|---|
| 10344 | +LTC2983 IIO TEMPERATURE DRIVER |
|---|
| 10345 | +M: Nuno Sá <nuno.sa@analog.com> |
|---|
| 10346 | +L: linux-iio@vger.kernel.org |
|---|
| 10347 | +S: Supported |
|---|
| 10348 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 10349 | +F: Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml |
|---|
| 10350 | +F: drivers/iio/temperature/ltc2983.c |
|---|
| 8675 | 10351 | |
|---|
| 8676 | 10352 | LTC4261 HARDWARE MONITOR DRIVER |
|---|
| 8677 | 10353 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 8678 | 10354 | L: linux-hwmon@vger.kernel.org |
|---|
| 8679 | 10355 | S: Maintained |
|---|
| 8680 | | -F: Documentation/hwmon/ltc4261 |
|---|
| 10356 | +F: Documentation/hwmon/ltc4261.rst |
|---|
| 8681 | 10357 | F: drivers/hwmon/ltc4261.c |
|---|
| 8682 | 10358 | |
|---|
| 8683 | 10359 | LTC4306 I2C MULTIPLEXER DRIVER |
|---|
| 8684 | 10360 | M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 8685 | | -W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 8686 | 10361 | L: linux-i2c@vger.kernel.org |
|---|
| 8687 | 10362 | S: Supported |
|---|
| 8688 | | -F: drivers/i2c/muxes/i2c-mux-ltc4306.c |
|---|
| 10363 | +W: http://ez.analog.com/community/linux-device-drivers |
|---|
| 8689 | 10364 | F: Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt |
|---|
| 10365 | +F: drivers/i2c/muxes/i2c-mux-ltc4306.c |
|---|
| 8690 | 10366 | |
|---|
| 8691 | 10367 | LTP (Linux Test Project) |
|---|
| 8692 | 10368 | M: Mike Frysinger <vapier@gentoo.org> |
|---|
| .. | .. |
|---|
| 8696 | 10372 | M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> |
|---|
| 8697 | 10373 | M: Alexey Kodanev <alexey.kodanev@oracle.com> |
|---|
| 8698 | 10374 | L: ltp@lists.linux.it (subscribers-only) |
|---|
| 10375 | +S: Maintained |
|---|
| 8699 | 10376 | W: http://linux-test-project.github.io/ |
|---|
| 8700 | 10377 | T: git git://github.com/linux-test-project/ltp.git |
|---|
| 8701 | | -S: Maintained |
|---|
| 10378 | + |
|---|
| 10379 | +LYNX PCS MODULE |
|---|
| 10380 | +M: Ioana Ciornei <ioana.ciornei@nxp.com> |
|---|
| 10381 | +L: netdev@vger.kernel.org |
|---|
| 10382 | +S: Supported |
|---|
| 10383 | +F: drivers/net/pcs/pcs-lynx.c |
|---|
| 10384 | +F: include/linux/pcs-lynx.h |
|---|
| 8702 | 10385 | |
|---|
| 8703 | 10386 | M68K ARCHITECTURE |
|---|
| 8704 | 10387 | M: Geert Uytterhoeven <geert@linux-m68k.org> |
|---|
| 8705 | 10388 | L: linux-m68k@lists.linux-m68k.org |
|---|
| 10389 | +S: Maintained |
|---|
| 8706 | 10390 | W: http://www.linux-m68k.org/ |
|---|
| 8707 | 10391 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
|---|
| 8708 | | -S: Maintained |
|---|
| 8709 | 10392 | F: arch/m68k/ |
|---|
| 8710 | 10393 | F: drivers/zorro/ |
|---|
| 8711 | 10394 | |
|---|
| 8712 | 10395 | M68K ON APPLE MACINTOSH |
|---|
| 8713 | 10396 | M: Joshua Thompson <funaho@jurai.org> |
|---|
| 8714 | | -W: http://www.mac.linux-m68k.org/ |
|---|
| 8715 | 10397 | L: linux-m68k@lists.linux-m68k.org |
|---|
| 8716 | 10398 | S: Maintained |
|---|
| 10399 | +W: http://www.mac.linux-m68k.org/ |
|---|
| 8717 | 10400 | F: arch/m68k/mac/ |
|---|
| 8718 | 10401 | |
|---|
| 8719 | 10402 | M68K ON HP9000/300 |
|---|
| 8720 | 10403 | M: Philip Blundell <philb@gnu.org> |
|---|
| 8721 | | -W: http://www.tazenda.demon.co.uk/phil/linux-hp |
|---|
| 8722 | 10404 | S: Maintained |
|---|
| 10405 | +W: http://www.tazenda.demon.co.uk/phil/linux-hp |
|---|
| 8723 | 10406 | F: arch/m68k/hp300/ |
|---|
| 8724 | 10407 | |
|---|
| 8725 | 10408 | M88DS3103 MEDIA DRIVER |
|---|
| 8726 | 10409 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 8727 | 10410 | L: linux-media@vger.kernel.org |
|---|
| 10411 | +S: Maintained |
|---|
| 8728 | 10412 | W: https://linuxtv.org |
|---|
| 8729 | 10413 | W: http://palosaari.fi/linux/ |
|---|
| 8730 | 10414 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 8731 | 10415 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 8732 | | -S: Maintained |
|---|
| 8733 | 10416 | F: drivers/media/dvb-frontends/m88ds3103* |
|---|
| 8734 | 10417 | |
|---|
| 8735 | 10418 | M88RS2000 MEDIA DRIVER |
|---|
| 8736 | 10419 | M: Malcolm Priestley <tvboxspy@gmail.com> |
|---|
| 8737 | 10420 | L: linux-media@vger.kernel.org |
|---|
| 10421 | +S: Maintained |
|---|
| 8738 | 10422 | W: https://linuxtv.org |
|---|
| 8739 | 10423 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 8740 | | -S: Maintained |
|---|
| 8741 | 10424 | F: drivers/media/dvb-frontends/m88rs2000* |
|---|
| 8742 | 10425 | |
|---|
| 8743 | 10426 | MA901 MASTERKIT USB FM RADIO DRIVER |
|---|
| 8744 | 10427 | M: Alexey Klimov <klimov.linux@gmail.com> |
|---|
| 8745 | 10428 | L: linux-media@vger.kernel.org |
|---|
| 8746 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 8747 | 10429 | S: Maintained |
|---|
| 10430 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 8748 | 10431 | F: drivers/media/radio/radio-ma901.c |
|---|
| 8749 | 10432 | |
|---|
| 8750 | 10433 | MAC80211 |
|---|
| 8751 | 10434 | M: Johannes Berg <johannes@sipsolutions.net> |
|---|
| 8752 | 10435 | L: linux-wireless@vger.kernel.org |
|---|
| 8753 | | -W: http://wireless.kernel.org/ |
|---|
| 10436 | +S: Maintained |
|---|
| 10437 | +W: https://wireless.wiki.kernel.org/ |
|---|
| 8754 | 10438 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git |
|---|
| 8755 | 10439 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git |
|---|
| 8756 | | -S: Maintained |
|---|
| 8757 | | -F: Documentation/networking/mac80211-injection.txt |
|---|
| 10440 | +F: Documentation/networking/mac80211-injection.rst |
|---|
| 10441 | +F: Documentation/networking/mac80211_hwsim/mac80211_hwsim.rst |
|---|
| 10442 | +F: drivers/net/wireless/mac80211_hwsim.[ch] |
|---|
| 8758 | 10443 | F: include/net/mac80211.h |
|---|
| 8759 | 10444 | F: net/mac80211/ |
|---|
| 8760 | | -F: drivers/net/wireless/mac80211_hwsim.[ch] |
|---|
| 8761 | | -F: Documentation/networking/mac80211_hwsim/README |
|---|
| 8762 | 10445 | |
|---|
| 8763 | 10446 | MAILBOX API |
|---|
| 8764 | 10447 | M: Jassi Brar <jassisinghbrar@gmail.com> |
|---|
| .. | .. |
|---|
| 8770 | 10453 | |
|---|
| 8771 | 10454 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
|---|
| 8772 | 10455 | M: Michael Kerrisk <mtk.manpages@gmail.com> |
|---|
| 8773 | | -W: http://www.kernel.org/doc/man-pages |
|---|
| 8774 | 10456 | L: linux-man@vger.kernel.org |
|---|
| 8775 | 10457 | S: Maintained |
|---|
| 10458 | +W: http://www.kernel.org/doc/man-pages |
|---|
| 8776 | 10459 | |
|---|
| 8777 | 10460 | MARDUK (CREATOR CI40) DEVICE TREE SUPPORT |
|---|
| 8778 | 10461 | M: Rahul Bedarkar <rahulbedarkar89@gmail.com> |
|---|
| 8779 | | -L: linux-mips@linux-mips.org |
|---|
| 10462 | +L: linux-mips@vger.kernel.org |
|---|
| 8780 | 10463 | S: Maintained |
|---|
| 8781 | 10464 | F: arch/mips/boot/dts/img/pistachio_marduk.dts |
|---|
| 8782 | 10465 | |
|---|
| 8783 | 10466 | MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER |
|---|
| 8784 | 10467 | M: Andrew Lunn <andrew@lunn.ch> |
|---|
| 8785 | | -M: Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|
| 10468 | +M: Vivien Didelot <vivien.didelot@gmail.com> |
|---|
| 8786 | 10469 | L: netdev@vger.kernel.org |
|---|
| 8787 | 10470 | S: Maintained |
|---|
| 8788 | | -F: drivers/net/dsa/mv88e6xxx/ |
|---|
| 8789 | | -F: linux/platform_data/mv88e6xxx.h |
|---|
| 8790 | 10471 | F: Documentation/devicetree/bindings/net/dsa/marvell.txt |
|---|
| 10472 | +F: Documentation/networking/devlink/mv88e6xxx.rst |
|---|
| 10473 | +F: drivers/net/dsa/mv88e6xxx/ |
|---|
| 10474 | +F: include/linux/platform_data/mv88e6xxx.h |
|---|
| 10475 | + |
|---|
| 10476 | +MARVELL ARMADA 3700 PHY DRIVERS |
|---|
| 10477 | +M: Miquel Raynal <miquel.raynal@bootlin.com> |
|---|
| 10478 | +S: Maintained |
|---|
| 10479 | +F: Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt |
|---|
| 10480 | +F: Documentation/devicetree/bindings/phy/phy-mvebu-utmi.txt |
|---|
| 10481 | +F: drivers/phy/marvell/phy-mvebu-a3700-comphy.c |
|---|
| 10482 | +F: drivers/phy/marvell/phy-mvebu-a3700-utmi.c |
|---|
| 8791 | 10483 | |
|---|
| 8792 | 10484 | MARVELL ARMADA DRM SUPPORT |
|---|
| 8793 | 10485 | M: Russell King <linux@armlinux.org.uk> |
|---|
| 8794 | 10486 | S: Maintained |
|---|
| 8795 | 10487 | T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel |
|---|
| 8796 | 10488 | T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes |
|---|
| 10489 | +F: Documentation/devicetree/bindings/display/armada/ |
|---|
| 8797 | 10490 | F: drivers/gpu/drm/armada/ |
|---|
| 8798 | 10491 | F: include/uapi/drm/armada_drm.h |
|---|
| 8799 | | -F: Documentation/devicetree/bindings/display/armada/ |
|---|
| 8800 | 10492 | |
|---|
| 8801 | 10493 | MARVELL CRYPTO DRIVER |
|---|
| 8802 | | -M: Boris Brezillon <boris.brezillon@bootlin.com> |
|---|
| 10494 | +M: Boris Brezillon <bbrezillon@kernel.org> |
|---|
| 8803 | 10495 | M: Arnaud Ebalard <arno@natisbad.org> |
|---|
| 8804 | | -F: drivers/crypto/marvell/ |
|---|
| 8805 | | -S: Maintained |
|---|
| 10496 | +M: Srujana Challa <schalla@marvell.com> |
|---|
| 8806 | 10497 | L: linux-crypto@vger.kernel.org |
|---|
| 10498 | +S: Maintained |
|---|
| 10499 | +F: drivers/crypto/marvell/ |
|---|
| 8807 | 10500 | |
|---|
| 8808 | 10501 | MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2) |
|---|
| 8809 | 10502 | M: Mirko Lindner <mlindner@marvell.com> |
|---|
| .. | .. |
|---|
| 8836 | 10529 | S: Maintained |
|---|
| 8837 | 10530 | F: drivers/net/phy/marvell10g.c |
|---|
| 8838 | 10531 | |
|---|
| 10532 | +MARVELL MVEBU THERMAL DRIVER |
|---|
| 10533 | +M: Miquel Raynal <miquel.raynal@bootlin.com> |
|---|
| 10534 | +S: Maintained |
|---|
| 10535 | +F: drivers/thermal/armada_thermal.c |
|---|
| 10536 | + |
|---|
| 8839 | 10537 | MARVELL MVNETA ETHERNET DRIVER |
|---|
| 8840 | | -M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
|---|
| 10538 | +M: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
|---|
| 8841 | 10539 | L: netdev@vger.kernel.org |
|---|
| 8842 | 10540 | S: Maintained |
|---|
| 8843 | 10541 | F: drivers/net/ethernet/marvell/mvneta.* |
|---|
| 8844 | 10542 | |
|---|
| 8845 | 10543 | MARVELL MWIFIEX WIRELESS DRIVER |
|---|
| 8846 | 10544 | M: Amitkumar Karwar <amitkarwar@gmail.com> |
|---|
| 8847 | | -M: Nishant Sarmukadam <nishants@marvell.com> |
|---|
| 8848 | | -M: Ganapathi Bhat <gbhat@marvell.com> |
|---|
| 10545 | +M: Ganapathi Bhat <ganapathi.bhat@nxp.com> |
|---|
| 8849 | 10546 | M: Xinming Hu <huxinming820@gmail.com> |
|---|
| 8850 | 10547 | L: linux-wireless@vger.kernel.org |
|---|
| 8851 | 10548 | S: Maintained |
|---|
| .. | .. |
|---|
| 8861 | 10558 | M: Miquel Raynal <miquel.raynal@bootlin.com> |
|---|
| 8862 | 10559 | L: linux-mtd@lists.infradead.org |
|---|
| 8863 | 10560 | S: Maintained |
|---|
| 8864 | | -F: drivers/mtd/nand/raw/marvell_nand.c |
|---|
| 8865 | 10561 | F: Documentation/devicetree/bindings/mtd/marvell-nand.txt |
|---|
| 10562 | +F: drivers/mtd/nand/raw/marvell_nand.c |
|---|
| 10563 | + |
|---|
| 10564 | +MARVELL OCTEONTX2 PHYSICAL FUNCTION DRIVER |
|---|
| 10565 | +M: Sunil Goutham <sgoutham@marvell.com> |
|---|
| 10566 | +M: Geetha sowjanya <gakula@marvell.com> |
|---|
| 10567 | +M: Subbaraya Sundeep <sbhatta@marvell.com> |
|---|
| 10568 | +M: hariprasad <hkelam@marvell.com> |
|---|
| 10569 | +L: netdev@vger.kernel.org |
|---|
| 10570 | +S: Supported |
|---|
| 10571 | +F: drivers/net/ethernet/marvell/octeontx2/nic/ |
|---|
| 10572 | + |
|---|
| 10573 | +MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER |
|---|
| 10574 | +M: Sunil Goutham <sgoutham@marvell.com> |
|---|
| 10575 | +M: Linu Cherian <lcherian@marvell.com> |
|---|
| 10576 | +M: Geetha sowjanya <gakula@marvell.com> |
|---|
| 10577 | +M: Jerin Jacob <jerinj@marvell.com> |
|---|
| 10578 | +L: netdev@vger.kernel.org |
|---|
| 10579 | +S: Supported |
|---|
| 10580 | +F: Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst |
|---|
| 10581 | +F: drivers/net/ethernet/marvell/octeontx2/af/ |
|---|
| 10582 | + |
|---|
| 10583 | +MARVELL PRESTERA ETHERNET SWITCH DRIVER |
|---|
| 10584 | +M: Vadym Kochan <vkochan@marvell.com> |
|---|
| 10585 | +M: Taras Chornyi <tchornyi@marvell.com> |
|---|
| 10586 | +S: Supported |
|---|
| 10587 | +W: https://github.com/Marvell-switching/switchdev-prestera |
|---|
| 10588 | +F: drivers/net/ethernet/marvell/prestera/ |
|---|
| 8866 | 10589 | |
|---|
| 8867 | 10590 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
|---|
| 8868 | 10591 | M: Nicolas Pitre <nico@fluxnic.net> |
|---|
| 8869 | 10592 | S: Odd Fixes |
|---|
| 8870 | 10593 | F: drivers/mmc/host/mvsdio.* |
|---|
| 8871 | 10594 | |
|---|
| 10595 | +MARVELL USB MDIO CONTROLLER DRIVER |
|---|
| 10596 | +M: Tobias Waldekranz <tobias@waldekranz.com> |
|---|
| 10597 | +L: netdev@vger.kernel.org |
|---|
| 10598 | +S: Maintained |
|---|
| 10599 | +F: Documentation/devicetree/bindings/net/marvell,mvusb.yaml |
|---|
| 10600 | +F: drivers/net/mdio/mdio-mvusb.c |
|---|
| 10601 | + |
|---|
| 8872 | 10602 | MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER |
|---|
| 8873 | 10603 | M: Hu Ziji <huziji@marvell.com> |
|---|
| 8874 | 10604 | L: linux-mmc@vger.kernel.org |
|---|
| 8875 | 10605 | S: Supported |
|---|
| 8876 | | -F: drivers/mmc/host/sdhci-xenon* |
|---|
| 8877 | 10606 | F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt |
|---|
| 10607 | +F: drivers/mmc/host/sdhci-xenon* |
|---|
| 8878 | 10608 | |
|---|
| 8879 | 10609 | MATROX FRAMEBUFFER DRIVER |
|---|
| 8880 | 10610 | L: linux-fbdev@vger.kernel.org |
|---|
| .. | .. |
|---|
| 8886 | 10616 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 8887 | 10617 | L: linux-hwmon@vger.kernel.org |
|---|
| 8888 | 10618 | S: Maintained |
|---|
| 8889 | | -F: Documentation/hwmon/max16065 |
|---|
| 10619 | +F: Documentation/hwmon/max16065.rst |
|---|
| 8890 | 10620 | F: drivers/hwmon/max16065.c |
|---|
| 8891 | 10621 | |
|---|
| 8892 | | -MAX20751 HARDWARE MONITOR DRIVER |
|---|
| 8893 | | -M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 8894 | | -L: linux-hwmon@vger.kernel.org |
|---|
| 8895 | | -S: Maintained |
|---|
| 8896 | | -F: Documentation/hwmon/max20751 |
|---|
| 8897 | | -F: drivers/hwmon/max20751.c |
|---|
| 8898 | | - |
|---|
| 8899 | 10622 | MAX2175 SDR TUNER DRIVER |
|---|
| 8900 | | -M: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> |
|---|
| 10623 | +M: Ramesh Shanmugasundaram <rashanmu@gmail.com> |
|---|
| 8901 | 10624 | L: linux-media@vger.kernel.org |
|---|
| 8902 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 8903 | 10625 | S: Maintained |
|---|
| 10626 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 8904 | 10627 | F: Documentation/devicetree/bindings/media/i2c/max2175.txt |
|---|
| 8905 | | -F: Documentation/media/v4l-drivers/max2175.rst |
|---|
| 10628 | +F: Documentation/userspace-api/media/drivers/max2175.rst |
|---|
| 8906 | 10629 | F: drivers/media/i2c/max2175* |
|---|
| 8907 | 10630 | F: include/uapi/linux/max2175.h |
|---|
| 8908 | 10631 | |
|---|
| 8909 | 10632 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
|---|
| 8910 | 10633 | L: linux-hwmon@vger.kernel.org |
|---|
| 8911 | 10634 | S: Orphan |
|---|
| 8912 | | -F: Documentation/hwmon/max6650 |
|---|
| 10635 | +F: Documentation/hwmon/max6650.rst |
|---|
| 8913 | 10636 | F: drivers/hwmon/max6650.c |
|---|
| 8914 | 10637 | |
|---|
| 8915 | 10638 | MAX6697 HARDWARE MONITOR DRIVER |
|---|
| 8916 | 10639 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 8917 | 10640 | L: linux-hwmon@vger.kernel.org |
|---|
| 8918 | 10641 | S: Maintained |
|---|
| 8919 | | -F: Documentation/hwmon/max6697 |
|---|
| 8920 | 10642 | F: Documentation/devicetree/bindings/hwmon/max6697.txt |
|---|
| 10643 | +F: Documentation/hwmon/max6697.rst |
|---|
| 8921 | 10644 | F: drivers/hwmon/max6697.c |
|---|
| 8922 | 10645 | F: include/linux/platform_data/max6697.h |
|---|
| 10646 | + |
|---|
| 10647 | +MAX9286 QUAD GMSL DESERIALIZER DRIVER |
|---|
| 10648 | +M: Jacopo Mondi <jacopo+renesas@jmondi.org> |
|---|
| 10649 | +M: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> |
|---|
| 10650 | +M: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> |
|---|
| 10651 | +M: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> |
|---|
| 10652 | +L: linux-media@vger.kernel.org |
|---|
| 10653 | +S: Maintained |
|---|
| 10654 | +F: Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml |
|---|
| 10655 | +F: drivers/media/i2c/max9286.c |
|---|
| 8923 | 10656 | |
|---|
| 8924 | 10657 | MAX9860 MONO AUDIO VOICE CODEC DRIVER |
|---|
| 8925 | 10658 | M: Peter Rosin <peda@axentia.se> |
|---|
| .. | .. |
|---|
| 8928 | 10661 | F: Documentation/devicetree/bindings/sound/max9860.txt |
|---|
| 8929 | 10662 | F: sound/soc/codecs/max9860.* |
|---|
| 8930 | 10663 | |
|---|
| 10664 | +MAXBOTIX ULTRASONIC RANGER IIO DRIVER |
|---|
| 10665 | +M: Andreas Klinger <ak@it-klinger.de> |
|---|
| 10666 | +L: linux-iio@vger.kernel.org |
|---|
| 10667 | +S: Maintained |
|---|
| 10668 | +F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml |
|---|
| 10669 | +F: drivers/iio/proximity/mb1232.c |
|---|
| 10670 | + |
|---|
| 10671 | +MAXIM MAX77650 PMIC MFD DRIVER |
|---|
| 10672 | +M: Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|
| 10673 | +L: linux-kernel@vger.kernel.org |
|---|
| 10674 | +S: Maintained |
|---|
| 10675 | +F: Documentation/devicetree/bindings/*/*max77650.yaml |
|---|
| 10676 | +F: Documentation/devicetree/bindings/*/max77650*.yaml |
|---|
| 10677 | +F: drivers/gpio/gpio-max77650.c |
|---|
| 10678 | +F: drivers/input/misc/max77650-onkey.c |
|---|
| 10679 | +F: drivers/leds/leds-max77650.c |
|---|
| 10680 | +F: drivers/mfd/max77650.c |
|---|
| 10681 | +F: drivers/power/supply/max77650-charger.c |
|---|
| 10682 | +F: drivers/regulator/max77650-regulator.c |
|---|
| 10683 | +F: include/linux/mfd/max77650.h |
|---|
| 10684 | + |
|---|
| 8931 | 10685 | MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER |
|---|
| 8932 | 10686 | M: Javier Martinez Canillas <javier@dowhile0.org> |
|---|
| 8933 | 10687 | L: linux-kernel@vger.kernel.org |
|---|
| 8934 | 10688 | S: Supported |
|---|
| 8935 | | -F: drivers/regulator/max77802-regulator.c |
|---|
| 8936 | 10689 | F: Documentation/devicetree/bindings/*/*max77802.txt |
|---|
| 10690 | +F: drivers/regulator/max77802-regulator.c |
|---|
| 8937 | 10691 | F: include/dt-bindings/*/*max77802.h |
|---|
| 8938 | 10692 | |
|---|
| 8939 | 10693 | MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS |
|---|
| .. | .. |
|---|
| 8950 | 10704 | M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|
| 8951 | 10705 | L: linux-kernel@vger.kernel.org |
|---|
| 8952 | 10706 | S: Supported |
|---|
| 10707 | +F: Documentation/devicetree/bindings/*/max77686.txt |
|---|
| 10708 | +F: Documentation/devicetree/bindings/clock/maxim,max77686.txt |
|---|
| 10709 | +F: Documentation/devicetree/bindings/mfd/max14577.txt |
|---|
| 10710 | +F: Documentation/devicetree/bindings/mfd/max77693.txt |
|---|
| 8953 | 10711 | F: drivers/*/max14577*.c |
|---|
| 8954 | 10712 | F: drivers/*/max77686*.c |
|---|
| 8955 | 10713 | F: drivers/*/max77693*.c |
|---|
| 10714 | +F: drivers/clk/clk-max77686.c |
|---|
| 8956 | 10715 | F: drivers/extcon/extcon-max14577.c |
|---|
| 8957 | 10716 | F: drivers/extcon/extcon-max77693.c |
|---|
| 8958 | 10717 | F: drivers/rtc/rtc-max77686.c |
|---|
| 8959 | | -F: drivers/clk/clk-max77686.c |
|---|
| 8960 | | -F: Documentation/devicetree/bindings/mfd/max14577.txt |
|---|
| 8961 | | -F: Documentation/devicetree/bindings/*/max77686.txt |
|---|
| 8962 | | -F: Documentation/devicetree/bindings/mfd/max77693.txt |
|---|
| 8963 | | -F: Documentation/devicetree/bindings/clock/maxim,max77686.txt |
|---|
| 8964 | 10718 | F: include/linux/mfd/max14577*.h |
|---|
| 8965 | 10719 | F: include/linux/mfd/max77686*.h |
|---|
| 8966 | 10720 | F: include/linux/mfd/max77693*.h |
|---|
| .. | .. |
|---|
| 8968 | 10722 | MAXIRADIO FM RADIO RECEIVER DRIVER |
|---|
| 8969 | 10723 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 8970 | 10724 | L: linux-media@vger.kernel.org |
|---|
| 8971 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 8972 | | -W: https://linuxtv.org |
|---|
| 8973 | 10725 | S: Maintained |
|---|
| 10726 | +W: https://linuxtv.org |
|---|
| 10727 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 8974 | 10728 | F: drivers/media/radio/radio-maxiradio* |
|---|
| 10729 | + |
|---|
| 10730 | +MCAN MMIO DEVICE DRIVER |
|---|
| 10731 | +M: Dan Murphy <dmurphy@ti.com> |
|---|
| 10732 | +M: Sriram Dash <sriram.dash@samsung.com> |
|---|
| 10733 | +L: linux-can@vger.kernel.org |
|---|
| 10734 | +S: Maintained |
|---|
| 10735 | +F: Documentation/devicetree/bindings/net/can/bosch,m_can.yaml |
|---|
| 10736 | +F: drivers/net/can/m_can/m_can.c |
|---|
| 10737 | +F: drivers/net/can/m_can/m_can.h |
|---|
| 10738 | +F: drivers/net/can/m_can/m_can_platform.c |
|---|
| 10739 | + |
|---|
| 10740 | +MCP2221A MICROCHIP USB-HID TO I2C BRIDGE DRIVER |
|---|
| 10741 | +M: Rishi Gupta <gupt21@gmail.com> |
|---|
| 10742 | +L: linux-i2c@vger.kernel.org |
|---|
| 10743 | +L: linux-input@vger.kernel.org |
|---|
| 10744 | +S: Maintained |
|---|
| 10745 | +F: drivers/hid/hid-mcp2221.c |
|---|
| 10746 | + |
|---|
| 10747 | +MCP251XFD SPI-CAN NETWORK DRIVER |
|---|
| 10748 | +M: Marc Kleine-Budde <mkl@pengutronix.de> |
|---|
| 10749 | +M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
|---|
| 10750 | +R: Thomas Kopp <thomas.kopp@microchip.com> |
|---|
| 10751 | +L: linux-can@vger.kernel.org |
|---|
| 10752 | +S: Maintained |
|---|
| 10753 | +F: Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml |
|---|
| 10754 | +F: drivers/net/can/spi/mcp251xfd/ |
|---|
| 8975 | 10755 | |
|---|
| 8976 | 10756 | MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS |
|---|
| 8977 | 10757 | M: Peter Rosin <peda@axentia.se> |
|---|
| .. | .. |
|---|
| 8984 | 10764 | MCR20A IEEE-802.15.4 RADIO DRIVER |
|---|
| 8985 | 10765 | M: Xue Liu <liuxuenetmail@gmail.com> |
|---|
| 8986 | 10766 | L: linux-wpan@vger.kernel.org |
|---|
| 8987 | | -W: https://github.com/xueliu/mcr20a-linux |
|---|
| 8988 | 10767 | S: Maintained |
|---|
| 10768 | +W: https://github.com/xueliu/mcr20a-linux |
|---|
| 10769 | +F: Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt |
|---|
| 8989 | 10770 | F: drivers/net/ieee802154/mcr20a.c |
|---|
| 8990 | 10771 | F: drivers/net/ieee802154/mcr20a.h |
|---|
| 8991 | | -F: Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt |
|---|
| 8992 | 10772 | |
|---|
| 8993 | 10773 | MEASUREMENT COMPUTING CIO-DAC IIO DRIVER |
|---|
| 8994 | 10774 | M: William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|
| .. | .. |
|---|
| 8996 | 10776 | S: Maintained |
|---|
| 8997 | 10777 | F: drivers/iio/dac/cio-dac.c |
|---|
| 8998 | 10778 | |
|---|
| 10779 | +MEDIA CONTROLLER FRAMEWORK |
|---|
| 10780 | +M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 10781 | +M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 10782 | +L: linux-media@vger.kernel.org |
|---|
| 10783 | +S: Supported |
|---|
| 10784 | +W: https://www.linuxtv.org |
|---|
| 10785 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10786 | +F: drivers/media/mc/ |
|---|
| 10787 | +F: include/media/media-*.h |
|---|
| 10788 | +F: include/uapi/linux/media.h |
|---|
| 10789 | + |
|---|
| 10790 | +MEDIA DRIVER FOR FREESCALE IMX PXP |
|---|
| 10791 | +M: Philipp Zabel <p.zabel@pengutronix.de> |
|---|
| 10792 | +L: linux-media@vger.kernel.org |
|---|
| 10793 | +S: Maintained |
|---|
| 10794 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10795 | +F: drivers/media/platform/imx-pxp.[ch] |
|---|
| 10796 | + |
|---|
| 8999 | 10797 | MEDIA DRIVERS FOR ASCOT2E |
|---|
| 9000 | 10798 | M: Sergey Kozlov <serjk@netup.ru> |
|---|
| 9001 | 10799 | M: Abylay Ospan <aospan@netup.ru> |
|---|
| 9002 | 10800 | L: linux-media@vger.kernel.org |
|---|
| 10801 | +S: Supported |
|---|
| 9003 | 10802 | W: https://linuxtv.org |
|---|
| 9004 | 10803 | W: http://netup.tv/ |
|---|
| 9005 | 10804 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9006 | | -S: Supported |
|---|
| 9007 | 10805 | F: drivers/media/dvb-frontends/ascot2e* |
|---|
| 9008 | 10806 | |
|---|
| 9009 | 10807 | MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS |
|---|
| 9010 | 10808 | M: Jasmin Jessich <jasmin@anw.at> |
|---|
| 9011 | 10809 | L: linux-media@vger.kernel.org |
|---|
| 10810 | +S: Maintained |
|---|
| 9012 | 10811 | W: https://linuxtv.org |
|---|
| 9013 | 10812 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9014 | | -S: Maintained |
|---|
| 9015 | 10813 | F: drivers/media/dvb-frontends/cxd2099* |
|---|
| 9016 | 10814 | |
|---|
| 9017 | 10815 | MEDIA DRIVERS FOR CXD2841ER |
|---|
| 9018 | 10816 | M: Sergey Kozlov <serjk@netup.ru> |
|---|
| 9019 | 10817 | M: Abylay Ospan <aospan@netup.ru> |
|---|
| 9020 | 10818 | L: linux-media@vger.kernel.org |
|---|
| 10819 | +S: Supported |
|---|
| 9021 | 10820 | W: https://linuxtv.org |
|---|
| 9022 | 10821 | W: http://netup.tv/ |
|---|
| 9023 | 10822 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9024 | | -S: Supported |
|---|
| 9025 | 10823 | F: drivers/media/dvb-frontends/cxd2841er* |
|---|
| 9026 | 10824 | |
|---|
| 9027 | 10825 | MEDIA DRIVERS FOR CXD2880 |
|---|
| 9028 | 10826 | M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com> |
|---|
| 9029 | 10827 | L: linux-media@vger.kernel.org |
|---|
| 10828 | +S: Supported |
|---|
| 9030 | 10829 | W: http://linuxtv.org/ |
|---|
| 9031 | 10830 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9032 | | -S: Supported |
|---|
| 9033 | 10831 | F: drivers/media/dvb-frontends/cxd2880/* |
|---|
| 9034 | 10832 | F: drivers/media/spi/cxd2880* |
|---|
| 9035 | 10833 | |
|---|
| 9036 | 10834 | MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES |
|---|
| 9037 | | -M: Daniel Scheller <d.scheller.oss@gmail.com> |
|---|
| 9038 | 10835 | L: linux-media@vger.kernel.org |
|---|
| 10836 | +S: Orphan |
|---|
| 9039 | 10837 | W: https://linuxtv.org |
|---|
| 9040 | 10838 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9041 | | -S: Maintained |
|---|
| 9042 | 10839 | F: drivers/media/pci/ddbridge/* |
|---|
| 9043 | 10840 | |
|---|
| 9044 | 10841 | MEDIA DRIVERS FOR FREESCALE IMX |
|---|
| 9045 | 10842 | M: Steve Longerbeam <slongerbeam@gmail.com> |
|---|
| 9046 | 10843 | M: Philipp Zabel <p.zabel@pengutronix.de> |
|---|
| 9047 | 10844 | L: linux-media@vger.kernel.org |
|---|
| 9048 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9049 | 10845 | S: Maintained |
|---|
| 10846 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10847 | +F: Documentation/admin-guide/media/imx.rst |
|---|
| 9050 | 10848 | F: Documentation/devicetree/bindings/media/imx.txt |
|---|
| 9051 | | -F: Documentation/media/v4l-drivers/imx.rst |
|---|
| 9052 | 10849 | F: drivers/staging/media/imx/ |
|---|
| 9053 | 10850 | F: include/linux/imx-media.h |
|---|
| 9054 | 10851 | F: include/media/imx.h |
|---|
| 9055 | 10852 | |
|---|
| 10853 | +MEDIA DRIVERS FOR FREESCALE IMX7 |
|---|
| 10854 | +M: Rui Miguel Silva <rmfrfs@gmail.com> |
|---|
| 10855 | +L: linux-media@vger.kernel.org |
|---|
| 10856 | +S: Maintained |
|---|
| 10857 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10858 | +F: Documentation/admin-guide/media/imx7.rst |
|---|
| 10859 | +F: Documentation/devicetree/bindings/media/imx7-csi.txt |
|---|
| 10860 | +F: Documentation/devicetree/bindings/media/imx7-mipi-csi2.txt |
|---|
| 10861 | +F: drivers/staging/media/imx/imx7-media-csi.c |
|---|
| 10862 | +F: drivers/staging/media/imx/imx7-mipi-csis.c |
|---|
| 10863 | + |
|---|
| 9056 | 10864 | MEDIA DRIVERS FOR HELENE |
|---|
| 9057 | 10865 | M: Abylay Ospan <aospan@netup.ru> |
|---|
| 9058 | 10866 | L: linux-media@vger.kernel.org |
|---|
| 10867 | +S: Supported |
|---|
| 9059 | 10868 | W: https://linuxtv.org |
|---|
| 9060 | 10869 | W: http://netup.tv/ |
|---|
| 9061 | 10870 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9062 | | -S: Supported |
|---|
| 9063 | 10871 | F: drivers/media/dvb-frontends/helene* |
|---|
| 9064 | 10872 | |
|---|
| 9065 | 10873 | MEDIA DRIVERS FOR HORUS3A |
|---|
| 9066 | 10874 | M: Sergey Kozlov <serjk@netup.ru> |
|---|
| 9067 | 10875 | M: Abylay Ospan <aospan@netup.ru> |
|---|
| 9068 | 10876 | L: linux-media@vger.kernel.org |
|---|
| 10877 | +S: Supported |
|---|
| 9069 | 10878 | W: https://linuxtv.org |
|---|
| 9070 | 10879 | W: http://netup.tv/ |
|---|
| 9071 | 10880 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9072 | | -S: Supported |
|---|
| 9073 | 10881 | F: drivers/media/dvb-frontends/horus3a* |
|---|
| 9074 | 10882 | |
|---|
| 9075 | 10883 | MEDIA DRIVERS FOR LNBH25 |
|---|
| 9076 | 10884 | M: Sergey Kozlov <serjk@netup.ru> |
|---|
| 9077 | 10885 | M: Abylay Ospan <aospan@netup.ru> |
|---|
| 9078 | 10886 | L: linux-media@vger.kernel.org |
|---|
| 10887 | +S: Supported |
|---|
| 9079 | 10888 | W: https://linuxtv.org |
|---|
| 9080 | 10889 | W: http://netup.tv/ |
|---|
| 9081 | 10890 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9082 | | -S: Supported |
|---|
| 9083 | 10891 | F: drivers/media/dvb-frontends/lnbh25* |
|---|
| 9084 | 10892 | |
|---|
| 9085 | 10893 | MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS |
|---|
| 9086 | | -M: Daniel Scheller <d.scheller.oss@gmail.com> |
|---|
| 9087 | 10894 | L: linux-media@vger.kernel.org |
|---|
| 10895 | +S: Orphan |
|---|
| 9088 | 10896 | W: https://linuxtv.org |
|---|
| 9089 | 10897 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9090 | | -S: Maintained |
|---|
| 9091 | 10898 | F: drivers/media/dvb-frontends/mxl5xx* |
|---|
| 9092 | 10899 | |
|---|
| 9093 | 10900 | MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices |
|---|
| 9094 | 10901 | M: Sergey Kozlov <serjk@netup.ru> |
|---|
| 9095 | 10902 | M: Abylay Ospan <aospan@netup.ru> |
|---|
| 9096 | 10903 | L: linux-media@vger.kernel.org |
|---|
| 10904 | +S: Supported |
|---|
| 9097 | 10905 | W: https://linuxtv.org |
|---|
| 9098 | 10906 | W: http://netup.tv/ |
|---|
| 9099 | 10907 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9100 | | -S: Supported |
|---|
| 9101 | 10908 | F: drivers/media/pci/netup_unidvb/* |
|---|
| 10909 | + |
|---|
| 10910 | +MEDIA DRIVERS FOR NVIDIA TEGRA - VDE |
|---|
| 10911 | +M: Dmitry Osipenko <digetx@gmail.com> |
|---|
| 10912 | +L: linux-media@vger.kernel.org |
|---|
| 10913 | +L: linux-tegra@vger.kernel.org |
|---|
| 10914 | +S: Maintained |
|---|
| 10915 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10916 | +F: Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt |
|---|
| 10917 | +F: drivers/staging/media/tegra-vde/ |
|---|
| 9102 | 10918 | |
|---|
| 9103 | 10919 | MEDIA DRIVERS FOR RENESAS - CEU |
|---|
| 9104 | 10920 | M: Jacopo Mondi <jacopo@jmondi.org> |
|---|
| 9105 | 10921 | L: linux-media@vger.kernel.org |
|---|
| 9106 | 10922 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 9107 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9108 | 10923 | S: Supported |
|---|
| 9109 | | -F: Documentation/devicetree/bindings/media/renesas,ceu.txt |
|---|
| 10924 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10925 | +F: Documentation/devicetree/bindings/media/renesas,ceu.yaml |
|---|
| 9110 | 10926 | F: drivers/media/platform/renesas-ceu.c |
|---|
| 9111 | 10927 | F: include/media/drv-intf/renesas-ceu.h |
|---|
| 9112 | 10928 | |
|---|
| 9113 | 10929 | MEDIA DRIVERS FOR RENESAS - DRIF |
|---|
| 9114 | | -M: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> |
|---|
| 10930 | +M: Ramesh Shanmugasundaram <rashanmu@gmail.com> |
|---|
| 9115 | 10931 | L: linux-media@vger.kernel.org |
|---|
| 9116 | 10932 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 9117 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9118 | 10933 | S: Supported |
|---|
| 10934 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9119 | 10935 | F: Documentation/devicetree/bindings/media/renesas,drif.txt |
|---|
| 9120 | 10936 | F: drivers/media/platform/rcar_drif.c |
|---|
| 9121 | 10937 | |
|---|
| .. | .. |
|---|
| 9123 | 10939 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 9124 | 10940 | L: linux-media@vger.kernel.org |
|---|
| 9125 | 10941 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 9126 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9127 | 10942 | S: Supported |
|---|
| 9128 | | -F: Documentation/devicetree/bindings/media/renesas,fcp.txt |
|---|
| 10943 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10944 | +F: Documentation/devicetree/bindings/media/renesas,fcp.yaml |
|---|
| 9129 | 10945 | F: drivers/media/platform/rcar-fcp.c |
|---|
| 9130 | 10946 | F: include/media/rcar-fcp.h |
|---|
| 9131 | 10947 | |
|---|
| 9132 | 10948 | MEDIA DRIVERS FOR RENESAS - FDP1 |
|---|
| 9133 | | -M: Kieran Bingham <kieran@bingham.xyz> |
|---|
| 10949 | +M: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> |
|---|
| 9134 | 10950 | L: linux-media@vger.kernel.org |
|---|
| 9135 | 10951 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 9136 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9137 | 10952 | S: Supported |
|---|
| 9138 | | -F: Documentation/devicetree/bindings/media/renesas,fdp1.txt |
|---|
| 10953 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10954 | +F: Documentation/devicetree/bindings/media/renesas,fdp1.yaml |
|---|
| 9139 | 10955 | F: drivers/media/platform/rcar_fdp1.c |
|---|
| 9140 | 10956 | |
|---|
| 9141 | 10957 | MEDIA DRIVERS FOR RENESAS - VIN |
|---|
| 9142 | 10958 | M: Niklas Söderlund <niklas.soderlund@ragnatech.se> |
|---|
| 9143 | 10959 | L: linux-media@vger.kernel.org |
|---|
| 9144 | 10960 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 9145 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9146 | 10961 | S: Supported |
|---|
| 9147 | | -F: Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt |
|---|
| 9148 | | -F: Documentation/devicetree/bindings/media/rcar_vin.txt |
|---|
| 10962 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10963 | +F: Documentation/devicetree/bindings/media/renesas,csi2.yaml |
|---|
| 10964 | +F: Documentation/devicetree/bindings/media/renesas,vin.yaml |
|---|
| 9149 | 10965 | F: drivers/media/platform/rcar-vin/ |
|---|
| 9150 | 10966 | |
|---|
| 9151 | 10967 | MEDIA DRIVERS FOR RENESAS - VSP1 |
|---|
| 9152 | 10968 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 10969 | +M: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> |
|---|
| 9153 | 10970 | L: linux-media@vger.kernel.org |
|---|
| 9154 | 10971 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 9155 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9156 | 10972 | S: Supported |
|---|
| 9157 | | -F: Documentation/devicetree/bindings/media/renesas,vsp1.txt |
|---|
| 10973 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10974 | +F: Documentation/devicetree/bindings/media/renesas,vsp1.yaml |
|---|
| 9158 | 10975 | F: drivers/media/platform/vsp1/ |
|---|
| 9159 | 10976 | |
|---|
| 9160 | 10977 | MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs |
|---|
| 9161 | | -M: Daniel Scheller <d.scheller.oss@gmail.com> |
|---|
| 9162 | 10978 | L: linux-media@vger.kernel.org |
|---|
| 10979 | +S: Orphan |
|---|
| 9163 | 10980 | W: https://linuxtv.org |
|---|
| 9164 | 10981 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9165 | | -S: Maintained |
|---|
| 9166 | 10982 | F: drivers/media/dvb-frontends/stv0910* |
|---|
| 9167 | 10983 | |
|---|
| 9168 | 10984 | MEDIA DRIVERS FOR ST STV6111 TUNER ICs |
|---|
| 9169 | | -M: Daniel Scheller <d.scheller.oss@gmail.com> |
|---|
| 9170 | 10985 | L: linux-media@vger.kernel.org |
|---|
| 10986 | +S: Orphan |
|---|
| 9171 | 10987 | W: https://linuxtv.org |
|---|
| 9172 | 10988 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9173 | | -S: Maintained |
|---|
| 9174 | 10989 | F: drivers/media/dvb-frontends/stv6111* |
|---|
| 9175 | 10990 | |
|---|
| 9176 | 10991 | MEDIA DRIVERS FOR STM32 - DCMI |
|---|
| 9177 | 10992 | M: Hugues Fruchet <hugues.fruchet@st.com> |
|---|
| 9178 | 10993 | L: linux-media@vger.kernel.org |
|---|
| 9179 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9180 | 10994 | S: Supported |
|---|
| 9181 | | -F: Documentation/devicetree/bindings/media/st,stm32-dcmi.txt |
|---|
| 9182 | | -F: drivers/media/platform/stm32/stm32-dcmi.c |
|---|
| 9183 | | - |
|---|
| 9184 | | -MEDIA DRIVERS FOR NVIDIA TEGRA - VDE |
|---|
| 9185 | | -M: Dmitry Osipenko <digetx@gmail.com> |
|---|
| 9186 | | -L: linux-media@vger.kernel.org |
|---|
| 9187 | | -L: linux-tegra@vger.kernel.org |
|---|
| 9188 | 10995 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9189 | | -S: Maintained |
|---|
| 9190 | | -F: Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt |
|---|
| 9191 | | -F: drivers/staging/media/tegra-vde/ |
|---|
| 10996 | +F: Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml |
|---|
| 10997 | +F: drivers/media/platform/stm32/stm32-dcmi.c |
|---|
| 9192 | 10998 | |
|---|
| 9193 | 10999 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
|---|
| 9194 | 11000 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 9195 | | -P: LinuxTV.org Project |
|---|
| 9196 | 11001 | L: linux-media@vger.kernel.org |
|---|
| 11002 | +S: Maintained |
|---|
| 9197 | 11003 | W: https://linuxtv.org |
|---|
| 9198 | 11004 | Q: http://patchwork.kernel.org/project/linux-media/list/ |
|---|
| 9199 | 11005 | T: git git://linuxtv.org/media_tree.git |
|---|
| 9200 | | -S: Maintained |
|---|
| 11006 | +F: Documentation/admin-guide/media/ |
|---|
| 9201 | 11007 | F: Documentation/devicetree/bindings/media/ |
|---|
| 9202 | | -F: Documentation/media/ |
|---|
| 11008 | +F: Documentation/driver-api/media/ |
|---|
| 11009 | +F: Documentation/userspace-api/media/ |
|---|
| 9203 | 11010 | F: drivers/media/ |
|---|
| 9204 | 11011 | F: drivers/staging/media/ |
|---|
| 9205 | 11012 | F: include/linux/platform_data/media/ |
|---|
| 9206 | 11013 | F: include/media/ |
|---|
| 9207 | 11014 | F: include/uapi/linux/dvb/ |
|---|
| 9208 | | -F: include/uapi/linux/videodev2.h |
|---|
| 9209 | | -F: include/uapi/linux/media.h |
|---|
| 9210 | | -F: include/uapi/linux/v4l2-* |
|---|
| 9211 | | -F: include/uapi/linux/meye.h |
|---|
| 9212 | 11015 | F: include/uapi/linux/ivtv* |
|---|
| 11016 | +F: include/uapi/linux/media.h |
|---|
| 11017 | +F: include/uapi/linux/meye.h |
|---|
| 9213 | 11018 | F: include/uapi/linux/uvcvideo.h |
|---|
| 11019 | +F: include/uapi/linux/v4l2-* |
|---|
| 11020 | +F: include/uapi/linux/videodev2.h |
|---|
| 9214 | 11021 | |
|---|
| 9215 | 11022 | MEDIATEK BLUETOOTH DRIVER |
|---|
| 9216 | 11023 | M: Sean Wang <sean.wang@mediatek.com> |
|---|
| .. | .. |
|---|
| 9219 | 11026 | S: Maintained |
|---|
| 9220 | 11027 | F: Documentation/devicetree/bindings/net/mediatek-bluetooth.txt |
|---|
| 9221 | 11028 | F: drivers/bluetooth/btmtkuart.c |
|---|
| 11029 | + |
|---|
| 11030 | +MEDIATEK BOARD LEVEL SHUTDOWN DRIVERS |
|---|
| 11031 | +M: Sean Wang <sean.wang@mediatek.com> |
|---|
| 11032 | +L: linux-pm@vger.kernel.org |
|---|
| 11033 | +S: Maintained |
|---|
| 11034 | +F: Documentation/devicetree/bindings/power/reset/mt6323-poweroff.txt |
|---|
| 11035 | +F: drivers/power/reset/mt6323-poweroff.c |
|---|
| 9222 | 11036 | |
|---|
| 9223 | 11037 | MEDIATEK CIR DRIVER |
|---|
| 9224 | 11038 | M: Sean Wang <sean.wang@mediatek.com> |
|---|
| .. | .. |
|---|
| 9234 | 11048 | F: Documentation/devicetree/bindings/dma/mtk-* |
|---|
| 9235 | 11049 | F: drivers/dma/mediatek/ |
|---|
| 9236 | 11050 | |
|---|
| 9237 | | -MEDIATEK PMIC LED DRIVER |
|---|
| 9238 | | -M: Sean Wang <sean.wang@mediatek.com> |
|---|
| 9239 | | -S: Maintained |
|---|
| 9240 | | -F: drivers/leds/leds-mt6323.c |
|---|
| 9241 | | -F: Documentation/devicetree/bindings/leds/leds-mt6323.txt |
|---|
| 9242 | | - |
|---|
| 9243 | 11051 | MEDIATEK ETHERNET DRIVER |
|---|
| 9244 | | -M: Felix Fietkau <nbd@openwrt.org> |
|---|
| 11052 | +M: Felix Fietkau <nbd@nbd.name> |
|---|
| 9245 | 11053 | M: John Crispin <john@phrozen.org> |
|---|
| 9246 | 11054 | M: Sean Wang <sean.wang@mediatek.com> |
|---|
| 9247 | | -M: Nelson Chang <nelson.chang@mediatek.com> |
|---|
| 11055 | +M: Mark Lee <Mark-MC.Lee@mediatek.com> |
|---|
| 9248 | 11056 | L: netdev@vger.kernel.org |
|---|
| 9249 | 11057 | S: Maintained |
|---|
| 9250 | 11058 | F: drivers/net/ethernet/mediatek/ |
|---|
| 9251 | 11059 | |
|---|
| 9252 | | -MEDIATEK SWITCH DRIVER |
|---|
| 9253 | | -M: Sean Wang <sean.wang@mediatek.com> |
|---|
| 9254 | | -L: netdev@vger.kernel.org |
|---|
| 11060 | +MEDIATEK I2C CONTROLLER DRIVER |
|---|
| 11061 | +M: Qii Wang <qii.wang@mediatek.com> |
|---|
| 11062 | +L: linux-i2c@vger.kernel.org |
|---|
| 9255 | 11063 | S: Maintained |
|---|
| 9256 | | -F: drivers/net/dsa/mt7530.* |
|---|
| 9257 | | -F: net/dsa/tag_mtk.c |
|---|
| 11064 | +F: Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt |
|---|
| 11065 | +F: drivers/i2c/busses/i2c-mt65xx.c |
|---|
| 9258 | 11066 | |
|---|
| 9259 | 11067 | MEDIATEK JPEG DRIVER |
|---|
| 9260 | 11068 | M: Rick Chang <rick.chang@mediatek.com> |
|---|
| 9261 | 11069 | M: Bin Liu <bin.liu@mediatek.com> |
|---|
| 9262 | 11070 | S: Supported |
|---|
| 9263 | | -F: drivers/media/platform/mtk-jpeg/ |
|---|
| 9264 | 11071 | F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt |
|---|
| 11072 | +F: drivers/media/platform/mtk-jpeg/ |
|---|
| 9265 | 11073 | |
|---|
| 9266 | 11074 | MEDIATEK MDP DRIVER |
|---|
| 9267 | 11075 | M: Minghsiu Tsai <minghsiu.tsai@mediatek.com> |
|---|
| 9268 | 11076 | M: Houlong Wei <houlong.wei@mediatek.com> |
|---|
| 9269 | 11077 | M: Andrew-CT Chen <andrew-ct.chen@mediatek.com> |
|---|
| 9270 | 11078 | S: Supported |
|---|
| 11079 | +F: Documentation/devicetree/bindings/media/mediatek-mdp.txt |
|---|
| 9271 | 11080 | F: drivers/media/platform/mtk-mdp/ |
|---|
| 9272 | 11081 | F: drivers/media/platform/mtk-vpu/ |
|---|
| 9273 | | -F: Documentation/devicetree/bindings/media/mediatek-mdp.txt |
|---|
| 9274 | 11082 | |
|---|
| 9275 | 11083 | MEDIATEK MEDIA DRIVER |
|---|
| 9276 | 11084 | M: Tiffany Lin <tiffany.lin@mediatek.com> |
|---|
| 9277 | 11085 | M: Andrew-CT Chen <andrew-ct.chen@mediatek.com> |
|---|
| 9278 | 11086 | S: Supported |
|---|
| 9279 | | -F: drivers/media/platform/mtk-vcodec/ |
|---|
| 9280 | | -F: drivers/media/platform/mtk-vpu/ |
|---|
| 9281 | 11087 | F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt |
|---|
| 9282 | 11088 | F: Documentation/devicetree/bindings/media/mediatek-vpu.txt |
|---|
| 11089 | +F: drivers/media/platform/mtk-vcodec/ |
|---|
| 11090 | +F: drivers/media/platform/mtk-vpu/ |
|---|
| 11091 | + |
|---|
| 11092 | +MEDIATEK MMC/SD/SDIO DRIVER |
|---|
| 11093 | +M: Chaotian Jing <chaotian.jing@mediatek.com> |
|---|
| 11094 | +S: Maintained |
|---|
| 11095 | +F: Documentation/devicetree/bindings/mmc/mtk-sd.txt |
|---|
| 11096 | +F: drivers/mmc/host/mtk-sd.c |
|---|
| 11097 | + |
|---|
| 11098 | +MEDIATEK MT76 WIRELESS LAN DRIVER |
|---|
| 11099 | +M: Felix Fietkau <nbd@nbd.name> |
|---|
| 11100 | +M: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> |
|---|
| 11101 | +R: Ryder Lee <ryder.lee@mediatek.com> |
|---|
| 11102 | +L: linux-wireless@vger.kernel.org |
|---|
| 11103 | +S: Maintained |
|---|
| 11104 | +F: drivers/net/wireless/mediatek/mt76/ |
|---|
| 9283 | 11105 | |
|---|
| 9284 | 11106 | MEDIATEK MT7601U WIRELESS LAN DRIVER |
|---|
| 9285 | 11107 | M: Jakub Kicinski <kubakici@wp.pl> |
|---|
| .. | .. |
|---|
| 9287 | 11109 | S: Maintained |
|---|
| 9288 | 11110 | F: drivers/net/wireless/mediatek/mt7601u/ |
|---|
| 9289 | 11111 | |
|---|
| 9290 | | -MEDIATEK NAND CONTROLLER DRIVER |
|---|
| 9291 | | -M: Xiaolei Li <xiaolei.li@mediatek.com> |
|---|
| 9292 | | -L: linux-mtd@lists.infradead.org |
|---|
| 11112 | +MEDIATEK MT7621/28/88 I2C DRIVER |
|---|
| 11113 | +M: Stefan Roese <sr@denx.de> |
|---|
| 11114 | +L: linux-i2c@vger.kernel.org |
|---|
| 9293 | 11115 | S: Maintained |
|---|
| 9294 | | -F: drivers/mtd/nand/raw/mtk_* |
|---|
| 11116 | +F: Documentation/devicetree/bindings/i2c/i2c-mt7621.txt |
|---|
| 11117 | +F: drivers/i2c/busses/i2c-mt7621.c |
|---|
| 11118 | + |
|---|
| 11119 | +MEDIATEK NAND CONTROLLER DRIVER |
|---|
| 11120 | +L: linux-mtd@lists.infradead.org |
|---|
| 11121 | +S: Orphan |
|---|
| 9295 | 11122 | F: Documentation/devicetree/bindings/mtd/mtk-nand.txt |
|---|
| 11123 | +F: drivers/mtd/nand/raw/mtk_* |
|---|
| 11124 | + |
|---|
| 11125 | +MEDIATEK PMIC LED DRIVER |
|---|
| 11126 | +M: Sean Wang <sean.wang@mediatek.com> |
|---|
| 11127 | +S: Maintained |
|---|
| 11128 | +F: Documentation/devicetree/bindings/leds/leds-mt6323.txt |
|---|
| 11129 | +F: drivers/leds/leds-mt6323.c |
|---|
| 9296 | 11130 | |
|---|
| 9297 | 11131 | MEDIATEK RANDOM NUMBER GENERATOR SUPPORT |
|---|
| 9298 | 11132 | M: Sean Wang <sean.wang@mediatek.com> |
|---|
| 9299 | 11133 | S: Maintained |
|---|
| 9300 | 11134 | F: drivers/char/hw_random/mtk-rng.c |
|---|
| 9301 | 11135 | |
|---|
| 11136 | +MEDIATEK SWITCH DRIVER |
|---|
| 11137 | +M: Sean Wang <sean.wang@mediatek.com> |
|---|
| 11138 | +M: Landen Chao <Landen.Chao@mediatek.com> |
|---|
| 11139 | +L: netdev@vger.kernel.org |
|---|
| 11140 | +S: Maintained |
|---|
| 11141 | +F: drivers/net/dsa/mt7530.* |
|---|
| 11142 | +F: net/dsa/tag_mtk.c |
|---|
| 11143 | + |
|---|
| 9302 | 11144 | MEDIATEK USB3 DRD IP DRIVER |
|---|
| 9303 | 11145 | M: Chunfeng Yun <chunfeng.yun@mediatek.com> |
|---|
| 9304 | | -L: linux-usb@vger.kernel.org (moderated for non-subscribers) |
|---|
| 11146 | +L: linux-usb@vger.kernel.org |
|---|
| 9305 | 11147 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 9306 | 11148 | L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) |
|---|
| 9307 | 11149 | S: Maintained |
|---|
| .. | .. |
|---|
| 9312 | 11154 | M: Martin Donnelly <martin.donnelly@ge.com> |
|---|
| 9313 | 11155 | M: Martyn Welch <martyn.welch@collabora.co.uk> |
|---|
| 9314 | 11156 | S: Maintained |
|---|
| 9315 | | -F: drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c |
|---|
| 9316 | 11157 | F: Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt |
|---|
| 11158 | +F: drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c |
|---|
| 9317 | 11159 | |
|---|
| 9318 | 11160 | MEGARAID SCSI/SAS DRIVERS |
|---|
| 9319 | 11161 | M: Kashyap Desai <kashyap.desai@broadcom.com> |
|---|
| .. | .. |
|---|
| 9321 | 11163 | M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> |
|---|
| 9322 | 11164 | L: megaraidlinux.pdl@broadcom.com |
|---|
| 9323 | 11165 | L: linux-scsi@vger.kernel.org |
|---|
| 9324 | | -W: http://www.avagotech.com/support/ |
|---|
| 9325 | 11166 | S: Maintained |
|---|
| 9326 | | -F: Documentation/scsi/megaraid.txt |
|---|
| 11167 | +W: http://www.avagotech.com/support/ |
|---|
| 11168 | +F: Documentation/scsi/megaraid.rst |
|---|
| 9327 | 11169 | F: drivers/scsi/megaraid.* |
|---|
| 9328 | 11170 | F: drivers/scsi/megaraid/ |
|---|
| 9329 | 11171 | |
|---|
| 9330 | 11172 | MELEXIS MLX90614 DRIVER |
|---|
| 9331 | 11173 | M: Crt Mori <cmo@melexis.com> |
|---|
| 9332 | 11174 | L: linux-iio@vger.kernel.org |
|---|
| 9333 | | -W: http://www.melexis.com |
|---|
| 9334 | 11175 | S: Supported |
|---|
| 11176 | +W: http://www.melexis.com |
|---|
| 9335 | 11177 | F: drivers/iio/temperature/mlx90614.c |
|---|
| 9336 | 11178 | |
|---|
| 9337 | 11179 | MELEXIS MLX90632 DRIVER |
|---|
| 9338 | 11180 | M: Crt Mori <cmo@melexis.com> |
|---|
| 9339 | 11181 | L: linux-iio@vger.kernel.org |
|---|
| 9340 | | -W: http://www.melexis.com |
|---|
| 9341 | 11182 | S: Supported |
|---|
| 11183 | +W: http://www.melexis.com |
|---|
| 9342 | 11184 | F: drivers/iio/temperature/mlx90632.c |
|---|
| 9343 | 11185 | |
|---|
| 9344 | 11186 | MELFAS MIP4 TOUCHSCREEN DRIVER |
|---|
| 9345 | 11187 | M: Sangwon Jee <jeesw@melfas.com> |
|---|
| 9346 | | -W: http://www.melfas.com |
|---|
| 9347 | 11188 | S: Supported |
|---|
| 9348 | | -F: drivers/input/touchscreen/melfas_mip4.c |
|---|
| 11189 | +W: http://www.melfas.com |
|---|
| 9349 | 11190 | F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt |
|---|
| 11191 | +F: drivers/input/touchscreen/melfas_mip4.c |
|---|
| 11192 | + |
|---|
| 11193 | +MELLANOX BLUEFIELD I2C DRIVER |
|---|
| 11194 | +M: Khalil Blaiech <kblaiech@nvidia.com> |
|---|
| 11195 | +L: linux-i2c@vger.kernel.org |
|---|
| 11196 | +S: Supported |
|---|
| 11197 | +F: drivers/i2c/busses/i2c-mlxbf.c |
|---|
| 9350 | 11198 | |
|---|
| 9351 | 11199 | MELLANOX ETHERNET DRIVER (mlx4_en) |
|---|
| 9352 | | -M: Tariq Toukan <tariqt@mellanox.com> |
|---|
| 11200 | +M: Tariq Toukan <tariqt@nvidia.com> |
|---|
| 9353 | 11201 | L: netdev@vger.kernel.org |
|---|
| 9354 | 11202 | S: Supported |
|---|
| 9355 | 11203 | W: http://www.mellanox.com |
|---|
| 9356 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 11204 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 9357 | 11205 | F: drivers/net/ethernet/mellanox/mlx4/en_* |
|---|
| 9358 | 11206 | |
|---|
| 9359 | 11207 | MELLANOX ETHERNET DRIVER (mlx5e) |
|---|
| 9360 | | -M: Saeed Mahameed <saeedm@mellanox.com> |
|---|
| 11208 | +M: Saeed Mahameed <saeedm@nvidia.com> |
|---|
| 9361 | 11209 | L: netdev@vger.kernel.org |
|---|
| 9362 | 11210 | S: Supported |
|---|
| 9363 | 11211 | W: http://www.mellanox.com |
|---|
| 9364 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 11212 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 9365 | 11213 | F: drivers/net/ethernet/mellanox/mlx5/core/en_* |
|---|
| 9366 | 11214 | |
|---|
| 9367 | 11215 | MELLANOX ETHERNET INNOVA DRIVERS |
|---|
| 9368 | | -R: Boris Pismenny <borisp@mellanox.com> |
|---|
| 11216 | +R: Boris Pismenny <borisp@nvidia.com> |
|---|
| 9369 | 11217 | L: netdev@vger.kernel.org |
|---|
| 9370 | 11218 | S: Supported |
|---|
| 9371 | 11219 | W: http://www.mellanox.com |
|---|
| 9372 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 9373 | | -F: drivers/net/ethernet/mellanox/mlx5/core/en_accel/* |
|---|
| 11220 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 9374 | 11221 | F: drivers/net/ethernet/mellanox/mlx5/core/accel/* |
|---|
| 11222 | +F: drivers/net/ethernet/mellanox/mlx5/core/en_accel/* |
|---|
| 9375 | 11223 | F: drivers/net/ethernet/mellanox/mlx5/core/fpga/* |
|---|
| 9376 | 11224 | F: include/linux/mlx5/mlx5_ifc_fpga.h |
|---|
| 9377 | 11225 | |
|---|
| 9378 | | -MELLANOX ETHERNET INNOVA IPSEC DRIVER |
|---|
| 9379 | | -R: Boris Pismenny <borisp@mellanox.com> |
|---|
| 9380 | | -L: netdev@vger.kernel.org |
|---|
| 9381 | | -S: Supported |
|---|
| 9382 | | -W: http://www.mellanox.com |
|---|
| 9383 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 9384 | | -F: drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/* |
|---|
| 9385 | | -F: drivers/net/ethernet/mellanox/mlx5/core/ipsec* |
|---|
| 9386 | | - |
|---|
| 9387 | 11226 | MELLANOX ETHERNET SWITCH DRIVERS |
|---|
| 9388 | | -M: Jiri Pirko <jiri@mellanox.com> |
|---|
| 9389 | | -M: Ido Schimmel <idosch@mellanox.com> |
|---|
| 11227 | +M: Jiri Pirko <jiri@nvidia.com> |
|---|
| 11228 | +M: Ido Schimmel <idosch@nvidia.com> |
|---|
| 9390 | 11229 | L: netdev@vger.kernel.org |
|---|
| 9391 | 11230 | S: Supported |
|---|
| 9392 | 11231 | W: http://www.mellanox.com |
|---|
| 9393 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 11232 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 9394 | 11233 | F: drivers/net/ethernet/mellanox/mlxsw/ |
|---|
| 9395 | 11234 | F: tools/testing/selftests/drivers/net/mlxsw/ |
|---|
| 9396 | 11235 | |
|---|
| 9397 | 11236 | MELLANOX FIRMWARE FLASH LIBRARY (mlxfw) |
|---|
| 9398 | | -M: mlxsw@mellanox.com |
|---|
| 11237 | +M: mlxsw@nvidia.com |
|---|
| 9399 | 11238 | L: netdev@vger.kernel.org |
|---|
| 9400 | 11239 | S: Supported |
|---|
| 9401 | 11240 | W: http://www.mellanox.com |
|---|
| 9402 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 11241 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 9403 | 11242 | F: drivers/net/ethernet/mellanox/mlxfw/ |
|---|
| 9404 | 11243 | |
|---|
| 9405 | 11244 | MELLANOX HARDWARE PLATFORM SUPPORT |
|---|
| 9406 | 11245 | M: Andy Shevchenko <andy@infradead.org> |
|---|
| 9407 | 11246 | M: Darren Hart <dvhart@infradead.org> |
|---|
| 9408 | | -M: Vadim Pasternak <vadimp@mellanox.com> |
|---|
| 11247 | +M: Vadim Pasternak <vadimp@nvidia.com> |
|---|
| 9409 | 11248 | L: platform-driver-x86@vger.kernel.org |
|---|
| 9410 | 11249 | S: Supported |
|---|
| 11250 | +F: Documentation/ABI/testing/sysfs-platform-mellanox-bootctl |
|---|
| 9411 | 11251 | F: drivers/platform/mellanox/ |
|---|
| 11252 | +F: include/linux/platform_data/mlxreg.h |
|---|
| 9412 | 11253 | |
|---|
| 9413 | 11254 | MELLANOX MLX4 core VPI driver |
|---|
| 9414 | | -M: Tariq Toukan <tariqt@mellanox.com> |
|---|
| 11255 | +M: Tariq Toukan <tariqt@nvidia.com> |
|---|
| 9415 | 11256 | L: netdev@vger.kernel.org |
|---|
| 9416 | 11257 | L: linux-rdma@vger.kernel.org |
|---|
| 9417 | | -W: http://www.mellanox.com |
|---|
| 9418 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 9419 | 11258 | S: Supported |
|---|
| 11259 | +W: http://www.mellanox.com |
|---|
| 11260 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 9420 | 11261 | F: drivers/net/ethernet/mellanox/mlx4/ |
|---|
| 9421 | 11262 | F: include/linux/mlx4/ |
|---|
| 9422 | 11263 | |
|---|
| 9423 | 11264 | MELLANOX MLX4 IB driver |
|---|
| 9424 | | -M: Yishai Hadas <yishaih@mellanox.com> |
|---|
| 11265 | +M: Yishai Hadas <yishaih@nvidia.com> |
|---|
| 9425 | 11266 | L: linux-rdma@vger.kernel.org |
|---|
| 11267 | +S: Supported |
|---|
| 9426 | 11268 | W: http://www.mellanox.com |
|---|
| 9427 | 11269 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
|---|
| 9428 | | -S: Supported |
|---|
| 9429 | 11270 | F: drivers/infiniband/hw/mlx4/ |
|---|
| 9430 | 11271 | F: include/linux/mlx4/ |
|---|
| 9431 | 11272 | F: include/uapi/rdma/mlx4-abi.h |
|---|
| 9432 | 11273 | |
|---|
| 9433 | 11274 | MELLANOX MLX5 core VPI driver |
|---|
| 9434 | | -M: Saeed Mahameed <saeedm@mellanox.com> |
|---|
| 9435 | | -M: Leon Romanovsky <leonro@mellanox.com> |
|---|
| 11275 | +M: Saeed Mahameed <saeedm@nvidia.com> |
|---|
| 11276 | +M: Leon Romanovsky <leonro@nvidia.com> |
|---|
| 9436 | 11277 | L: netdev@vger.kernel.org |
|---|
| 9437 | 11278 | L: linux-rdma@vger.kernel.org |
|---|
| 9438 | | -W: http://www.mellanox.com |
|---|
| 9439 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 9440 | 11279 | S: Supported |
|---|
| 11280 | +W: http://www.mellanox.com |
|---|
| 11281 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 11282 | +F: Documentation/networking/device_drivers/ethernet/mellanox/ |
|---|
| 9441 | 11283 | F: drivers/net/ethernet/mellanox/mlx5/core/ |
|---|
| 9442 | 11284 | F: include/linux/mlx5/ |
|---|
| 9443 | 11285 | |
|---|
| 9444 | 11286 | MELLANOX MLX5 IB driver |
|---|
| 9445 | | -M: Leon Romanovsky <leonro@mellanox.com> |
|---|
| 11287 | +M: Leon Romanovsky <leonro@nvidia.com> |
|---|
| 9446 | 11288 | L: linux-rdma@vger.kernel.org |
|---|
| 11289 | +S: Supported |
|---|
| 9447 | 11290 | W: http://www.mellanox.com |
|---|
| 9448 | 11291 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
|---|
| 9449 | | -S: Supported |
|---|
| 9450 | 11292 | F: drivers/infiniband/hw/mlx5/ |
|---|
| 9451 | 11293 | F: include/linux/mlx5/ |
|---|
| 9452 | 11294 | F: include/uapi/rdma/mlx5-abi.h |
|---|
| 9453 | 11295 | |
|---|
| 9454 | 11296 | MELLANOX MLXCPLD I2C AND MUX DRIVER |
|---|
| 9455 | | -M: Vadim Pasternak <vadimp@mellanox.com> |
|---|
| 9456 | | -M: Michael Shych <michaelsh@mellanox.com> |
|---|
| 11297 | +M: Vadim Pasternak <vadimp@nvidia.com> |
|---|
| 11298 | +M: Michael Shych <michaelsh@nvidia.com> |
|---|
| 9457 | 11299 | L: linux-i2c@vger.kernel.org |
|---|
| 9458 | 11300 | S: Supported |
|---|
| 11301 | +F: Documentation/i2c/busses/i2c-mlxcpld.rst |
|---|
| 9459 | 11302 | F: drivers/i2c/busses/i2c-mlxcpld.c |
|---|
| 9460 | 11303 | F: drivers/i2c/muxes/i2c-mux-mlxcpld.c |
|---|
| 9461 | | -F: Documentation/i2c/busses/i2c-mlxcpld |
|---|
| 9462 | 11304 | |
|---|
| 9463 | 11305 | MELLANOX MLXCPLD LED DRIVER |
|---|
| 9464 | | -M: Vadim Pasternak <vadimp@mellanox.com> |
|---|
| 11306 | +M: Vadim Pasternak <vadimp@nvidia.com> |
|---|
| 9465 | 11307 | L: linux-leds@vger.kernel.org |
|---|
| 9466 | 11308 | S: Supported |
|---|
| 11309 | +F: Documentation/leds/leds-mlxcpld.rst |
|---|
| 9467 | 11310 | F: drivers/leds/leds-mlxcpld.c |
|---|
| 9468 | 11311 | F: drivers/leds/leds-mlxreg.c |
|---|
| 9469 | | -F: Documentation/leds/leds-mlxcpld.txt |
|---|
| 9470 | 11312 | |
|---|
| 9471 | 11313 | MELLANOX PLATFORM DRIVER |
|---|
| 9472 | | -M: Vadim Pasternak <vadimp@mellanox.com> |
|---|
| 11314 | +M: Vadim Pasternak <vadimp@nvidia.com> |
|---|
| 9473 | 11315 | L: platform-driver-x86@vger.kernel.org |
|---|
| 9474 | 11316 | S: Supported |
|---|
| 9475 | 11317 | F: drivers/platform/x86/mlx-platform.c |
|---|
| 9476 | 11318 | |
|---|
| 9477 | 11319 | MEMBARRIER SUPPORT |
|---|
| 9478 | 11320 | M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
|---|
| 9479 | | -M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|
| 11321 | +M: "Paul E. McKenney" <paulmck@kernel.org> |
|---|
| 9480 | 11322 | L: linux-kernel@vger.kernel.org |
|---|
| 9481 | 11323 | S: Supported |
|---|
| 9482 | | -F: kernel/sched/membarrier.c |
|---|
| 9483 | | -F: include/uapi/linux/membarrier.h |
|---|
| 9484 | 11324 | F: arch/powerpc/include/asm/membarrier.h |
|---|
| 11325 | +F: include/uapi/linux/membarrier.h |
|---|
| 11326 | +F: kernel/sched/membarrier.c |
|---|
| 11327 | + |
|---|
| 11328 | +MEMBLOCK |
|---|
| 11329 | +M: Mike Rapoport <rppt@linux.ibm.com> |
|---|
| 11330 | +L: linux-mm@kvack.org |
|---|
| 11331 | +S: Maintained |
|---|
| 11332 | +F: Documentation/core-api/boot-time-mm.rst |
|---|
| 11333 | +F: include/linux/memblock.h |
|---|
| 11334 | +F: mm/memblock.c |
|---|
| 11335 | + |
|---|
| 11336 | +MEMORY CONTROLLER DRIVERS |
|---|
| 11337 | +M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 11338 | +L: linux-kernel@vger.kernel.org |
|---|
| 11339 | +S: Maintained |
|---|
| 11340 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git |
|---|
| 11341 | +F: Documentation/devicetree/bindings/memory-controllers/ |
|---|
| 11342 | +F: drivers/memory/ |
|---|
| 11343 | + |
|---|
| 11344 | +MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA |
|---|
| 11345 | +M: Dmitry Osipenko <digetx@gmail.com> |
|---|
| 11346 | +L: linux-pm@vger.kernel.org |
|---|
| 11347 | +L: linux-tegra@vger.kernel.org |
|---|
| 11348 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git |
|---|
| 11349 | +S: Maintained |
|---|
| 11350 | +F: drivers/devfreq/tegra20-devfreq.c |
|---|
| 11351 | +F: drivers/devfreq/tegra30-devfreq.c |
|---|
| 9485 | 11352 | |
|---|
| 9486 | 11353 | MEMORY MANAGEMENT |
|---|
| 11354 | +M: Andrew Morton <akpm@linux-foundation.org> |
|---|
| 9487 | 11355 | L: linux-mm@kvack.org |
|---|
| 9488 | | -W: http://www.linux-mm.org |
|---|
| 9489 | 11356 | S: Maintained |
|---|
| 9490 | | -F: include/linux/mm.h |
|---|
| 11357 | +W: http://www.linux-mm.org |
|---|
| 11358 | +T: quilt https://ozlabs.org/~akpm/mmotm/ |
|---|
| 11359 | +T: quilt https://ozlabs.org/~akpm/mmots/ |
|---|
| 11360 | +T: git git://github.com/hnaz/linux-mm.git |
|---|
| 9491 | 11361 | F: include/linux/gfp.h |
|---|
| 9492 | | -F: include/linux/mmzone.h |
|---|
| 9493 | 11362 | F: include/linux/memory_hotplug.h |
|---|
| 11363 | +F: include/linux/mm.h |
|---|
| 11364 | +F: include/linux/mmzone.h |
|---|
| 9494 | 11365 | F: include/linux/vmalloc.h |
|---|
| 9495 | 11366 | F: mm/ |
|---|
| 9496 | 11367 | |
|---|
| 9497 | 11368 | MEMORY TECHNOLOGY DEVICES (MTD) |
|---|
| 9498 | | -M: David Woodhouse <dwmw2@infradead.org> |
|---|
| 9499 | | -M: Brian Norris <computersforpeace@gmail.com> |
|---|
| 9500 | | -M: Boris Brezillon <boris.brezillon@bootlin.com> |
|---|
| 9501 | | -M: Marek Vasut <marek.vasut@gmail.com> |
|---|
| 11369 | +M: Miquel Raynal <miquel.raynal@bootlin.com> |
|---|
| 9502 | 11370 | M: Richard Weinberger <richard@nod.at> |
|---|
| 11371 | +M: Vignesh Raghavendra <vigneshr@ti.com> |
|---|
| 9503 | 11372 | L: linux-mtd@lists.infradead.org |
|---|
| 11373 | +S: Maintained |
|---|
| 9504 | 11374 | W: http://www.linux-mtd.infradead.org/ |
|---|
| 9505 | 11375 | Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ |
|---|
| 9506 | | -T: git git://git.infradead.org/linux-mtd.git master |
|---|
| 9507 | | -T: git git://git.infradead.org/linux-mtd.git mtd/next |
|---|
| 9508 | | -S: Maintained |
|---|
| 11376 | +C: irc://irc.oftc.net/mtd |
|---|
| 11377 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes |
|---|
| 11378 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next |
|---|
| 9509 | 11379 | F: Documentation/devicetree/bindings/mtd/ |
|---|
| 9510 | 11380 | F: drivers/mtd/ |
|---|
| 9511 | 11381 | F: include/linux/mtd/ |
|---|
| .. | .. |
|---|
| 9520 | 11390 | MEN CHAMELEON BUS (mcb) |
|---|
| 9521 | 11391 | M: Johannes Thumshirn <morbidrsa@gmail.com> |
|---|
| 9522 | 11392 | S: Maintained |
|---|
| 11393 | +F: Documentation/driver-api/men-chameleon-bus.rst |
|---|
| 9523 | 11394 | F: drivers/mcb/ |
|---|
| 9524 | 11395 | F: include/linux/mcb.h |
|---|
| 9525 | | -F: Documentation/men-chameleon-bus.txt |
|---|
| 9526 | 11396 | |
|---|
| 9527 | 11397 | MEN F21BMC (Board Management Controller) |
|---|
| 9528 | 11398 | M: Andreas Werner <andreas.werner@men.de> |
|---|
| 9529 | 11399 | S: Supported |
|---|
| 11400 | +F: Documentation/hwmon/menf21bmc.rst |
|---|
| 11401 | +F: drivers/hwmon/menf21bmc_hwmon.c |
|---|
| 11402 | +F: drivers/leds/leds-menf21bmc.c |
|---|
| 9530 | 11403 | F: drivers/mfd/menf21bmc.c |
|---|
| 9531 | 11404 | F: drivers/watchdog/menf21bmc_wdt.c |
|---|
| 9532 | | -F: drivers/leds/leds-menf21bmc.c |
|---|
| 9533 | | -F: drivers/hwmon/menf21bmc_hwmon.c |
|---|
| 9534 | | -F: Documentation/hwmon/menf21bmc |
|---|
| 9535 | 11405 | |
|---|
| 9536 | 11406 | MEN Z069 WATCHDOG DRIVER |
|---|
| 9537 | 11407 | M: Johannes Thumshirn <jth@kernel.org> |
|---|
| 9538 | 11408 | L: linux-watchdog@vger.kernel.org |
|---|
| 9539 | 11409 | S: Maintained |
|---|
| 9540 | | -F: drivers/watchdog/menz069_wdt.c |
|---|
| 11410 | +F: drivers/watchdog/menz69_wdt.c |
|---|
| 9541 | 11411 | |
|---|
| 9542 | 11412 | MESON AO CEC DRIVER FOR AMLOGIC SOCS |
|---|
| 9543 | 11413 | M: Neil Armstrong <narmstrong@baylibre.com> |
|---|
| 9544 | | -L: linux-media@lists.freedesktop.org |
|---|
| 11414 | +L: linux-media@vger.kernel.org |
|---|
| 9545 | 11415 | L: linux-amlogic@lists.infradead.org |
|---|
| 9546 | | -W: http://linux-meson.com/ |
|---|
| 9547 | 11416 | S: Supported |
|---|
| 9548 | | -F: drivers/media/platform/meson/ao-cec.c |
|---|
| 9549 | | -F: Documentation/devicetree/bindings/media/meson-ao-cec.txt |
|---|
| 11417 | +W: http://linux-meson.com/ |
|---|
| 9550 | 11418 | T: git git://linuxtv.org/media_tree.git |
|---|
| 11419 | +F: Documentation/devicetree/bindings/media/amlogic,meson-gx-ao-cec.yaml |
|---|
| 11420 | +F: drivers/media/cec/platform/meson/ao-cec-g12a.c |
|---|
| 11421 | +F: drivers/media/cec/platform/meson/ao-cec.c |
|---|
| 11422 | + |
|---|
| 11423 | +MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS |
|---|
| 11424 | +M: Liang Yang <liang.yang@amlogic.com> |
|---|
| 11425 | +L: linux-mtd@lists.infradead.org |
|---|
| 11426 | +S: Maintained |
|---|
| 11427 | +F: Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt |
|---|
| 11428 | +F: drivers/mtd/nand/raw/meson_* |
|---|
| 11429 | + |
|---|
| 11430 | +MESON VIDEO DECODER DRIVER FOR AMLOGIC SOCS |
|---|
| 11431 | +M: Neil Armstrong <narmstrong@baylibre.com> |
|---|
| 11432 | +L: linux-media@vger.kernel.org |
|---|
| 11433 | +L: linux-amlogic@lists.infradead.org |
|---|
| 11434 | +S: Supported |
|---|
| 11435 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 11436 | +F: Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml |
|---|
| 11437 | +F: drivers/staging/media/meson/vdec/ |
|---|
| 11438 | + |
|---|
| 11439 | +METHODE UDPU SUPPORT |
|---|
| 11440 | +M: Vladimir Vid <vladimir.vid@sartura.hr> |
|---|
| 11441 | +S: Maintained |
|---|
| 11442 | +F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts |
|---|
| 11443 | + |
|---|
| 11444 | +MHI BUS |
|---|
| 11445 | +M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
|---|
| 11446 | +M: Hemant Kumar <hemantk@codeaurora.org> |
|---|
| 11447 | +L: linux-arm-msm@vger.kernel.org |
|---|
| 11448 | +S: Maintained |
|---|
| 11449 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git |
|---|
| 11450 | +F: Documentation/ABI/stable/sysfs-bus-mhi |
|---|
| 11451 | +F: Documentation/mhi/ |
|---|
| 11452 | +F: drivers/bus/mhi/ |
|---|
| 11453 | +F: include/linux/mhi.h |
|---|
| 9551 | 11454 | |
|---|
| 9552 | 11455 | MICROBLAZE ARCHITECTURE |
|---|
| 9553 | 11456 | M: Michal Simek <monstr@monstr.eu> |
|---|
| 11457 | +S: Supported |
|---|
| 9554 | 11458 | W: http://www.monstr.eu/fdt/ |
|---|
| 9555 | 11459 | T: git git://git.monstr.eu/linux-2.6-microblaze.git |
|---|
| 9556 | | -S: Supported |
|---|
| 9557 | 11460 | F: arch/microblaze/ |
|---|
| 9558 | 11461 | |
|---|
| 9559 | | -MICROCHIP / ATMEL AT91 SERIAL DRIVER |
|---|
| 9560 | | -M: Richard Genoud <richard.genoud@gmail.com> |
|---|
| 9561 | | -S: Maintained |
|---|
| 9562 | | -F: drivers/tty/serial/atmel_serial.c |
|---|
| 9563 | | -F: drivers/tty/serial/atmel_serial.h |
|---|
| 9564 | | - |
|---|
| 9565 | | -MICROCHIP / ATMEL DMA DRIVER |
|---|
| 11462 | +MICROCHIP AT91 DMA DRIVERS |
|---|
| 9566 | 11463 | M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 11464 | +M: Tudor Ambarus <tudor.ambarus@microchip.com> |
|---|
| 9567 | 11465 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 9568 | 11466 | L: dmaengine@vger.kernel.org |
|---|
| 9569 | 11467 | S: Supported |
|---|
| 11468 | +F: Documentation/devicetree/bindings/dma/atmel-dma.txt |
|---|
| 9570 | 11469 | F: drivers/dma/at_hdmac.c |
|---|
| 9571 | 11470 | F: drivers/dma/at_hdmac_regs.h |
|---|
| 11471 | +F: drivers/dma/at_xdmac.c |
|---|
| 11472 | +F: include/dt-bindings/dma/at91.h |
|---|
| 9572 | 11473 | F: include/linux/platform_data/dma-atmel.h |
|---|
| 9573 | 11474 | |
|---|
| 9574 | | -MICROCHIP / ATMEL ECC DRIVER |
|---|
| 11475 | +MICROCHIP AT91 SERIAL DRIVER |
|---|
| 11476 | +M: Richard Genoud <richard.genoud@gmail.com> |
|---|
| 11477 | +S: Maintained |
|---|
| 11478 | +F: Documentation/devicetree/bindings/mfd/atmel-usart.txt |
|---|
| 11479 | +F: drivers/tty/serial/atmel_serial.c |
|---|
| 11480 | +F: drivers/tty/serial/atmel_serial.h |
|---|
| 11481 | + |
|---|
| 11482 | +MICROCHIP AT91 USART MFD DRIVER |
|---|
| 11483 | +M: Radu Pirea <radu_nicolae.pirea@upb.ro> |
|---|
| 11484 | +L: linux-kernel@vger.kernel.org |
|---|
| 11485 | +S: Supported |
|---|
| 11486 | +F: Documentation/devicetree/bindings/mfd/atmel-usart.txt |
|---|
| 11487 | +F: drivers/mfd/at91-usart.c |
|---|
| 11488 | +F: include/dt-bindings/mfd/at91-usart.h |
|---|
| 11489 | + |
|---|
| 11490 | +MICROCHIP AT91 USART SPI DRIVER |
|---|
| 11491 | +M: Radu Pirea <radu_nicolae.pirea@upb.ro> |
|---|
| 11492 | +L: linux-spi@vger.kernel.org |
|---|
| 11493 | +S: Supported |
|---|
| 11494 | +F: Documentation/devicetree/bindings/mfd/atmel-usart.txt |
|---|
| 11495 | +F: drivers/spi/spi-at91-usart.c |
|---|
| 11496 | + |
|---|
| 11497 | +MICROCHIP AUDIO ASOC DRIVERS |
|---|
| 11498 | +M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> |
|---|
| 11499 | +L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 11500 | +S: Supported |
|---|
| 11501 | +F: sound/soc/atmel |
|---|
| 11502 | + |
|---|
| 11503 | +MICROCHIP ECC DRIVER |
|---|
| 9575 | 11504 | M: Tudor Ambarus <tudor.ambarus@microchip.com> |
|---|
| 9576 | 11505 | L: linux-crypto@vger.kernel.org |
|---|
| 9577 | 11506 | S: Maintained |
|---|
| 9578 | 11507 | F: drivers/crypto/atmel-ecc.* |
|---|
| 9579 | 11508 | |
|---|
| 9580 | | -MICROCHIP / ATMEL ISC DRIVER |
|---|
| 9581 | | -M: Songjun Wu <songjun.wu@microchip.com> |
|---|
| 11509 | +MICROCHIP I2C DRIVER |
|---|
| 11510 | +M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> |
|---|
| 11511 | +L: linux-i2c@vger.kernel.org |
|---|
| 11512 | +S: Supported |
|---|
| 11513 | +F: drivers/i2c/busses/i2c-at91-*.c |
|---|
| 11514 | +F: drivers/i2c/busses/i2c-at91.h |
|---|
| 11515 | + |
|---|
| 11516 | +MICROCHIP ISC DRIVER |
|---|
| 11517 | +M: Eugen Hristev <eugen.hristev@microchip.com> |
|---|
| 9582 | 11518 | L: linux-media@vger.kernel.org |
|---|
| 9583 | 11519 | S: Supported |
|---|
| 9584 | | -F: drivers/media/platform/atmel/atmel-isc.c |
|---|
| 11520 | +F: Documentation/devicetree/bindings/media/atmel-isc.txt |
|---|
| 11521 | +F: drivers/media/platform/atmel/atmel-isc-base.c |
|---|
| 9585 | 11522 | F: drivers/media/platform/atmel/atmel-isc-regs.h |
|---|
| 9586 | | -F: devicetree/bindings/media/atmel-isc.txt |
|---|
| 11523 | +F: drivers/media/platform/atmel/atmel-isc.h |
|---|
| 11524 | +F: drivers/media/platform/atmel/atmel-sama5d2-isc.c |
|---|
| 11525 | +F: include/linux/atmel-isc-media.h |
|---|
| 9587 | 11526 | |
|---|
| 9588 | | -MICROCHIP / ATMEL NAND DRIVER |
|---|
| 9589 | | -M: Josh Wu <rainyfeeling@outlook.com> |
|---|
| 9590 | | -L: linux-mtd@lists.infradead.org |
|---|
| 11527 | +MICROCHIP ISI DRIVER |
|---|
| 11528 | +M: Eugen Hristev <eugen.hristev@microchip.com> |
|---|
| 11529 | +L: linux-media@vger.kernel.org |
|---|
| 9591 | 11530 | S: Supported |
|---|
| 9592 | | -F: drivers/mtd/nand/raw/atmel/* |
|---|
| 9593 | | -F: Documentation/devicetree/bindings/mtd/atmel-nand.txt |
|---|
| 11531 | +F: drivers/media/platform/atmel/atmel-isi.c |
|---|
| 11532 | +F: drivers/media/platform/atmel/atmel-isi.h |
|---|
| 9594 | 11533 | |
|---|
| 9595 | 11534 | MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER |
|---|
| 9596 | | -M: Woojung Huh <Woojung.Huh@microchip.com> |
|---|
| 11535 | +M: Woojung Huh <woojung.huh@microchip.com> |
|---|
| 9597 | 11536 | M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com> |
|---|
| 9598 | 11537 | L: netdev@vger.kernel.org |
|---|
| 9599 | 11538 | S: Maintained |
|---|
| 9600 | | -F: net/dsa/tag_ksz.c |
|---|
| 11539 | +F: Documentation/devicetree/bindings/net/dsa/ksz.txt |
|---|
| 9601 | 11540 | F: drivers/net/dsa/microchip/* |
|---|
| 9602 | 11541 | F: include/linux/platform_data/microchip-ksz.h |
|---|
| 9603 | | -F: Documentation/devicetree/bindings/net/dsa/ksz.txt |
|---|
| 11542 | +F: net/dsa/tag_ksz.c |
|---|
| 9604 | 11543 | |
|---|
| 9605 | 11544 | MICROCHIP LAN743X ETHERNET DRIVER |
|---|
| 9606 | 11545 | M: Bryan Whitehead <bryan.whitehead@microchip.com> |
|---|
| .. | .. |
|---|
| 9609 | 11548 | S: Maintained |
|---|
| 9610 | 11549 | F: drivers/net/ethernet/microchip/lan743x_* |
|---|
| 9611 | 11550 | |
|---|
| 11551 | +MICROCHIP LCDFB DRIVER |
|---|
| 11552 | +M: Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|
| 11553 | +L: linux-fbdev@vger.kernel.org |
|---|
| 11554 | +S: Maintained |
|---|
| 11555 | +F: drivers/video/fbdev/atmel_lcdfb.c |
|---|
| 11556 | +F: include/video/atmel_lcdc.h |
|---|
| 11557 | + |
|---|
| 11558 | +MICROCHIP MCP16502 PMIC DRIVER |
|---|
| 11559 | +M: Andrei Stefanescu <andrei.stefanescu@microchip.com> |
|---|
| 11560 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11561 | +S: Maintained |
|---|
| 11562 | +F: Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt |
|---|
| 11563 | +F: drivers/regulator/mcp16502.c |
|---|
| 11564 | + |
|---|
| 11565 | +MICROCHIP MCP3911 ADC DRIVER |
|---|
| 11566 | +M: Marcus Folkesson <marcus.folkesson@gmail.com> |
|---|
| 11567 | +M: Kent Gustavsson <kent@minoris.se> |
|---|
| 11568 | +L: linux-iio@vger.kernel.org |
|---|
| 11569 | +S: Supported |
|---|
| 11570 | +F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml |
|---|
| 11571 | +F: drivers/iio/adc/mcp3911.c |
|---|
| 11572 | + |
|---|
| 11573 | +MICROCHIP MMC/SD/SDIO MCI DRIVER |
|---|
| 11574 | +M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 11575 | +S: Maintained |
|---|
| 11576 | +F: drivers/mmc/host/atmel-mci.c |
|---|
| 11577 | + |
|---|
| 11578 | +MICROCHIP NAND DRIVER |
|---|
| 11579 | +M: Tudor Ambarus <tudor.ambarus@microchip.com> |
|---|
| 11580 | +L: linux-mtd@lists.infradead.org |
|---|
| 11581 | +S: Supported |
|---|
| 11582 | +F: Documentation/devicetree/bindings/mtd/atmel-nand.txt |
|---|
| 11583 | +F: drivers/mtd/nand/raw/atmel/* |
|---|
| 11584 | + |
|---|
| 11585 | +MICROCHIP PWM DRIVER |
|---|
| 11586 | +M: Claudiu Beznea <claudiu.beznea@microchip.com> |
|---|
| 11587 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11588 | +L: linux-pwm@vger.kernel.org |
|---|
| 11589 | +S: Supported |
|---|
| 11590 | +F: Documentation/devicetree/bindings/pwm/atmel-pwm.txt |
|---|
| 11591 | +F: drivers/pwm/pwm-atmel.c |
|---|
| 11592 | + |
|---|
| 11593 | +MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER |
|---|
| 11594 | +M: Eugen Hristev <eugen.hristev@microchip.com> |
|---|
| 11595 | +L: linux-iio@vger.kernel.org |
|---|
| 11596 | +S: Supported |
|---|
| 11597 | +F: Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt |
|---|
| 11598 | +F: drivers/iio/adc/at91-sama5d2_adc.c |
|---|
| 11599 | +F: include/dt-bindings/iio/adc/at91-sama5d2_adc.h |
|---|
| 11600 | + |
|---|
| 11601 | +MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER |
|---|
| 11602 | +M: Claudiu Beznea <claudiu.beznea@microchip.com> |
|---|
| 11603 | +S: Supported |
|---|
| 11604 | +F: drivers/power/reset/at91-sama5d2_shdwc.c |
|---|
| 11605 | + |
|---|
| 11606 | +MICROCHIP SPI DRIVER |
|---|
| 11607 | +M: Tudor Ambarus <tudor.ambarus@microchip.com> |
|---|
| 11608 | +S: Supported |
|---|
| 11609 | +F: drivers/spi/spi-atmel.* |
|---|
| 11610 | + |
|---|
| 11611 | +MICROCHIP SSC DRIVER |
|---|
| 11612 | +M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> |
|---|
| 11613 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11614 | +S: Supported |
|---|
| 11615 | +F: drivers/misc/atmel-ssc.c |
|---|
| 11616 | +F: include/linux/atmel-ssc.h |
|---|
| 11617 | + |
|---|
| 9612 | 11618 | MICROCHIP USB251XB DRIVER |
|---|
| 9613 | 11619 | M: Richard Leitner <richard.leitner@skidata.com> |
|---|
| 9614 | 11620 | L: linux-usb@vger.kernel.org |
|---|
| 9615 | 11621 | S: Maintained |
|---|
| 9616 | | -F: drivers/usb/misc/usb251xb.c |
|---|
| 9617 | 11622 | F: Documentation/devicetree/bindings/usb/usb251xb.txt |
|---|
| 11623 | +F: drivers/usb/misc/usb251xb.c |
|---|
| 11624 | + |
|---|
| 11625 | +MICROCHIP USBA UDC DRIVER |
|---|
| 11626 | +M: Cristian Birsan <cristian.birsan@microchip.com> |
|---|
| 11627 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11628 | +S: Supported |
|---|
| 11629 | +F: drivers/usb/gadget/udc/atmel_usba_udc.* |
|---|
| 11630 | + |
|---|
| 11631 | +MICROCHIP WILC1000 WIFI DRIVER |
|---|
| 11632 | +M: Ajay Singh <ajay.kathat@microchip.com> |
|---|
| 11633 | +M: Claudiu Beznea <claudiu.beznea@microchip.com> |
|---|
| 11634 | +L: linux-wireless@vger.kernel.org |
|---|
| 11635 | +S: Supported |
|---|
| 11636 | +F: drivers/net/wireless/microchip/wilc1000/ |
|---|
| 9618 | 11637 | |
|---|
| 9619 | 11638 | MICROSEMI MIPS SOCS |
|---|
| 9620 | 11639 | M: Alexandre Belloni <alexandre.belloni@bootlin.com> |
|---|
| 9621 | | -L: linux-mips@linux-mips.org |
|---|
| 9622 | | -S: Maintained |
|---|
| 9623 | | -F: arch/mips/generic/board-ocelot.c |
|---|
| 9624 | | -F: arch/mips/configs/generic/board-ocelot.config |
|---|
| 9625 | | -F: arch/mips/boot/dts/mscc/ |
|---|
| 11640 | +M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com> |
|---|
| 11641 | +L: linux-mips@vger.kernel.org |
|---|
| 11642 | +S: Supported |
|---|
| 9626 | 11643 | F: Documentation/devicetree/bindings/mips/mscc.txt |
|---|
| 11644 | +F: Documentation/devicetree/bindings/power/reset/ocelot-reset.txt |
|---|
| 11645 | +F: arch/mips/boot/dts/mscc/ |
|---|
| 11646 | +F: arch/mips/configs/generic/board-ocelot.config |
|---|
| 11647 | +F: arch/mips/generic/board-ocelot.c |
|---|
| 9627 | 11648 | |
|---|
| 9628 | 11649 | MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi) |
|---|
| 9629 | | -M: Don Brace <don.brace@microsemi.com> |
|---|
| 9630 | | -L: esc.storagedev@microsemi.com |
|---|
| 11650 | +M: Don Brace <don.brace@microchip.com> |
|---|
| 11651 | +L: storagedev@microchip.com |
|---|
| 9631 | 11652 | L: linux-scsi@vger.kernel.org |
|---|
| 9632 | 11653 | S: Supported |
|---|
| 9633 | | -F: drivers/scsi/smartpqi/smartpqi*.[ch] |
|---|
| 11654 | +F: Documentation/scsi/smartpqi.rst |
|---|
| 9634 | 11655 | F: drivers/scsi/smartpqi/Kconfig |
|---|
| 9635 | 11656 | F: drivers/scsi/smartpqi/Makefile |
|---|
| 11657 | +F: drivers/scsi/smartpqi/smartpqi*.[ch] |
|---|
| 9636 | 11658 | F: include/linux/cciss*.h |
|---|
| 9637 | 11659 | F: include/uapi/linux/cciss*.h |
|---|
| 9638 | | -F: Documentation/scsi/smartpqi.txt |
|---|
| 9639 | | - |
|---|
| 9640 | | -MICROSEMI ETHERNET SWITCH DRIVER |
|---|
| 9641 | | -M: Alexandre Belloni <alexandre.belloni@bootlin.com> |
|---|
| 9642 | | -L: netdev@vger.kernel.org |
|---|
| 9643 | | -S: Supported |
|---|
| 9644 | | -F: drivers/net/ethernet/mscc/ |
|---|
| 9645 | 11660 | |
|---|
| 9646 | 11661 | MICROSOFT SURFACE PRO 3 BUTTON DRIVER |
|---|
| 9647 | 11662 | M: Chen Yu <yu.c.chen@intel.com> |
|---|
| .. | .. |
|---|
| 9655 | 11670 | F: drivers/usb/image/microtek.* |
|---|
| 9656 | 11671 | |
|---|
| 9657 | 11672 | MIPS |
|---|
| 9658 | | -M: Ralf Baechle <ralf@linux-mips.org> |
|---|
| 9659 | | -M: Paul Burton <paul.burton@mips.com> |
|---|
| 9660 | | -M: James Hogan <jhogan@kernel.org> |
|---|
| 9661 | | -L: linux-mips@linux-mips.org |
|---|
| 11673 | +M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
|---|
| 11674 | +L: linux-mips@vger.kernel.org |
|---|
| 11675 | +S: Maintained |
|---|
| 9662 | 11676 | W: http://www.linux-mips.org/ |
|---|
| 9663 | | -T: git git://git.linux-mips.org/pub/scm/ralf/linux.git |
|---|
| 11677 | +Q: https://patchwork.kernel.org/project/linux-mips/list/ |
|---|
| 9664 | 11678 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git |
|---|
| 9665 | | -Q: http://patchwork.linux-mips.org/project/linux-mips/list/ |
|---|
| 9666 | | -S: Supported |
|---|
| 9667 | 11679 | F: Documentation/devicetree/bindings/mips/ |
|---|
| 9668 | 11680 | F: Documentation/mips/ |
|---|
| 9669 | 11681 | F: arch/mips/ |
|---|
| 9670 | 11682 | F: drivers/platform/mips/ |
|---|
| 9671 | 11683 | |
|---|
| 9672 | 11684 | MIPS BOSTON DEVELOPMENT BOARD |
|---|
| 9673 | | -M: Paul Burton <paul.burton@mips.com> |
|---|
| 9674 | | -L: linux-mips@linux-mips.org |
|---|
| 11685 | +M: Paul Burton <paulburton@kernel.org> |
|---|
| 11686 | +L: linux-mips@vger.kernel.org |
|---|
| 9675 | 11687 | S: Maintained |
|---|
| 9676 | 11688 | F: Documentation/devicetree/bindings/clock/img,boston-clock.txt |
|---|
| 9677 | 11689 | F: arch/mips/boot/dts/img/boston.dts |
|---|
| .. | .. |
|---|
| 9679 | 11691 | F: drivers/clk/imgtec/clk-boston.c |
|---|
| 9680 | 11692 | F: include/dt-bindings/clock/boston-clock.h |
|---|
| 9681 | 11693 | |
|---|
| 9682 | | -MIPS GENERIC PLATFORM |
|---|
| 9683 | | -M: Paul Burton <paul.burton@mips.com> |
|---|
| 9684 | | -L: linux-mips@linux-mips.org |
|---|
| 11694 | +MIPS CORE DRIVERS |
|---|
| 11695 | +M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
|---|
| 11696 | +M: Serge Semin <fancer.lancer@gmail.com> |
|---|
| 11697 | +L: linux-mips@vger.kernel.org |
|---|
| 9685 | 11698 | S: Supported |
|---|
| 9686 | | -F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt |
|---|
| 11699 | +F: drivers/bus/mips_cdmm.c |
|---|
| 11700 | +F: drivers/clocksource/mips-gic-timer.c |
|---|
| 11701 | +F: drivers/cpuidle/cpuidle-cps.c |
|---|
| 11702 | +F: drivers/irqchip/irq-mips-cpu.c |
|---|
| 11703 | +F: drivers/irqchip/irq-mips-gic.c |
|---|
| 11704 | + |
|---|
| 11705 | +MIPS GENERIC PLATFORM |
|---|
| 11706 | +M: Paul Burton <paulburton@kernel.org> |
|---|
| 11707 | +L: linux-mips@vger.kernel.org |
|---|
| 11708 | +S: Supported |
|---|
| 11709 | +F: Documentation/devicetree/bindings/power/mti,mips-cpc.yaml |
|---|
| 9687 | 11710 | F: arch/mips/generic/ |
|---|
| 9688 | 11711 | F: arch/mips/tools/generic-board-config.sh |
|---|
| 9689 | 11712 | |
|---|
| 9690 | | -MIPS/LOONGSON1 ARCHITECTURE |
|---|
| 9691 | | -M: Keguang Zhang <keguang.zhang@gmail.com> |
|---|
| 9692 | | -L: linux-mips@linux-mips.org |
|---|
| 9693 | | -S: Maintained |
|---|
| 9694 | | -F: arch/mips/loongson32/ |
|---|
| 9695 | | -F: arch/mips/include/asm/mach-loongson32/ |
|---|
| 9696 | | -F: drivers/*/*loongson1* |
|---|
| 9697 | | -F: drivers/*/*/*loongson1* |
|---|
| 9698 | | - |
|---|
| 9699 | | -MIPS/LOONGSON2 ARCHITECTURE |
|---|
| 9700 | | -M: Jiaxun Yang <jiaxun.yang@flygoat.com> |
|---|
| 9701 | | -L: linux-mips@linux-mips.org |
|---|
| 9702 | | -S: Maintained |
|---|
| 9703 | | -F: arch/mips/loongson64/fuloong-2e/ |
|---|
| 9704 | | -F: arch/mips/loongson64/lemote-2f/ |
|---|
| 9705 | | -F: arch/mips/include/asm/mach-loongson64/ |
|---|
| 9706 | | -F: drivers/*/*loongson2* |
|---|
| 9707 | | -F: drivers/*/*/*loongson2* |
|---|
| 9708 | | - |
|---|
| 9709 | | -MIPS/LOONGSON3 ARCHITECTURE |
|---|
| 9710 | | -M: Huacai Chen <chenhc@lemote.com> |
|---|
| 9711 | | -L: linux-mips@linux-mips.org |
|---|
| 9712 | | -S: Maintained |
|---|
| 9713 | | -F: arch/mips/loongson64/ |
|---|
| 9714 | | -F: arch/mips/include/asm/mach-loongson64/ |
|---|
| 9715 | | -F: drivers/platform/mips/cpu_hwmon.c |
|---|
| 9716 | | -F: drivers/*/*loongson3* |
|---|
| 9717 | | -F: drivers/*/*/*loongson3* |
|---|
| 9718 | | - |
|---|
| 9719 | 11713 | MIPS RINT INSTRUCTION EMULATION |
|---|
| 9720 | 11714 | M: Aleksandar Markovic <aleksandar.markovic@mips.com> |
|---|
| 9721 | | -L: linux-mips@linux-mips.org |
|---|
| 11715 | +L: linux-mips@vger.kernel.org |
|---|
| 9722 | 11716 | S: Supported |
|---|
| 9723 | | -F: arch/mips/math-emu/sp_rint.c |
|---|
| 9724 | 11717 | F: arch/mips/math-emu/dp_rint.c |
|---|
| 11718 | +F: arch/mips/math-emu/sp_rint.c |
|---|
| 11719 | + |
|---|
| 11720 | +MIPS/LOONGSON1 ARCHITECTURE |
|---|
| 11721 | +M: Keguang Zhang <keguang.zhang@gmail.com> |
|---|
| 11722 | +L: linux-mips@vger.kernel.org |
|---|
| 11723 | +S: Maintained |
|---|
| 11724 | +F: arch/mips/include/asm/mach-loongson32/ |
|---|
| 11725 | +F: arch/mips/loongson32/ |
|---|
| 11726 | +F: drivers/*/*/*loongson1* |
|---|
| 11727 | +F: drivers/*/*loongson1* |
|---|
| 11728 | + |
|---|
| 11729 | +MIPS/LOONGSON2EF ARCHITECTURE |
|---|
| 11730 | +M: Jiaxun Yang <jiaxun.yang@flygoat.com> |
|---|
| 11731 | +L: linux-mips@vger.kernel.org |
|---|
| 11732 | +S: Maintained |
|---|
| 11733 | +F: arch/mips/include/asm/mach-loongson2ef/ |
|---|
| 11734 | +F: arch/mips/loongson2ef/ |
|---|
| 11735 | +F: drivers/*/*/*loongson2* |
|---|
| 11736 | +F: drivers/*/*loongson2* |
|---|
| 11737 | + |
|---|
| 11738 | +MIPS/LOONGSON64 ARCHITECTURE |
|---|
| 11739 | +M: Huacai Chen <chenhc@lemote.com> |
|---|
| 11740 | +M: Jiaxun Yang <jiaxun.yang@flygoat.com> |
|---|
| 11741 | +L: linux-mips@vger.kernel.org |
|---|
| 11742 | +S: Maintained |
|---|
| 11743 | +F: arch/mips/include/asm/mach-loongson64/ |
|---|
| 11744 | +F: arch/mips/loongson64/ |
|---|
| 11745 | +F: drivers/*/*/*loongson3* |
|---|
| 11746 | +F: drivers/*/*loongson3* |
|---|
| 11747 | +F: drivers/irqchip/irq-loongson* |
|---|
| 11748 | +F: drivers/platform/mips/cpu_hwmon.c |
|---|
| 9725 | 11749 | |
|---|
| 9726 | 11750 | MIROSOUND PCM20 FM RADIO RECEIVER DRIVER |
|---|
| 9727 | 11751 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 9728 | 11752 | L: linux-media@vger.kernel.org |
|---|
| 9729 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9730 | | -W: https://linuxtv.org |
|---|
| 9731 | 11753 | S: Odd Fixes |
|---|
| 11754 | +W: https://linuxtv.org |
|---|
| 11755 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9732 | 11756 | F: drivers/media/radio/radio-miropcm20* |
|---|
| 9733 | 11757 | |
|---|
| 9734 | 11758 | MMP SUPPORT |
|---|
| 9735 | | -M: Eric Miao <eric.y.miao@gmail.com> |
|---|
| 9736 | | -M: Haojian Zhuang <haojian.zhuang@gmail.com> |
|---|
| 11759 | +R: Lubomir Rintel <lkundrak@v3.sk> |
|---|
| 9737 | 11760 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 9738 | | -T: git git://github.com/hzhuang1/linux.git |
|---|
| 9739 | | -T: git git://git.linaro.org/people/ycmiao/pxa-linux.git |
|---|
| 9740 | | -S: Maintained |
|---|
| 11761 | +S: Odd Fixes |
|---|
| 11762 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git |
|---|
| 9741 | 11763 | F: arch/arm/boot/dts/mmp* |
|---|
| 9742 | 11764 | F: arch/arm/mach-mmp/ |
|---|
| 11765 | +F: include/linux/soc/mmp/ |
|---|
| 11766 | + |
|---|
| 11767 | +MMP USB PHY DRIVERS |
|---|
| 11768 | +R: Lubomir Rintel <lkundrak@v3.sk> |
|---|
| 11769 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11770 | +S: Maintained |
|---|
| 11771 | +F: drivers/phy/marvell/phy-mmp3-usb.c |
|---|
| 11772 | +F: drivers/phy/marvell/phy-pxa-usb.c |
|---|
| 11773 | + |
|---|
| 11774 | +MMU GATHER AND TLB INVALIDATION |
|---|
| 11775 | +M: Will Deacon <will@kernel.org> |
|---|
| 11776 | +M: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com> |
|---|
| 11777 | +M: Andrew Morton <akpm@linux-foundation.org> |
|---|
| 11778 | +M: Nick Piggin <npiggin@gmail.com> |
|---|
| 11779 | +M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 11780 | +L: linux-arch@vger.kernel.org |
|---|
| 11781 | +L: linux-mm@kvack.org |
|---|
| 11782 | +S: Maintained |
|---|
| 11783 | +F: arch/*/include/asm/tlb.h |
|---|
| 11784 | +F: include/asm-generic/tlb.h |
|---|
| 11785 | +F: mm/mmu_gather.c |
|---|
| 9743 | 11786 | |
|---|
| 9744 | 11787 | MN88472 MEDIA DRIVER |
|---|
| 9745 | 11788 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 9746 | 11789 | L: linux-media@vger.kernel.org |
|---|
| 11790 | +S: Maintained |
|---|
| 9747 | 11791 | W: https://linuxtv.org |
|---|
| 9748 | 11792 | W: http://palosaari.fi/linux/ |
|---|
| 9749 | 11793 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 9750 | | -S: Maintained |
|---|
| 9751 | 11794 | F: drivers/media/dvb-frontends/mn88472* |
|---|
| 9752 | 11795 | |
|---|
| 9753 | 11796 | MN88473 MEDIA DRIVER |
|---|
| 9754 | 11797 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 9755 | 11798 | L: linux-media@vger.kernel.org |
|---|
| 11799 | +S: Maintained |
|---|
| 9756 | 11800 | W: https://linuxtv.org |
|---|
| 9757 | 11801 | W: http://palosaari.fi/linux/ |
|---|
| 9758 | 11802 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 9759 | | -S: Maintained |
|---|
| 9760 | 11803 | F: drivers/media/dvb-frontends/mn88473* |
|---|
| 9761 | 11804 | |
|---|
| 9762 | 11805 | MODULE SUPPORT |
|---|
| 9763 | 11806 | M: Jessica Yu <jeyu@kernel.org> |
|---|
| 9764 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next |
|---|
| 9765 | 11807 | S: Maintained |
|---|
| 11808 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next |
|---|
| 9766 | 11809 | F: include/linux/module.h |
|---|
| 9767 | 11810 | F: kernel/module.c |
|---|
| 9768 | 11811 | |
|---|
| 11812 | +MONOLITHIC POWER SYSTEM PMIC DRIVER |
|---|
| 11813 | +M: Saravanan Sekar <sravanhome@gmail.com> |
|---|
| 11814 | +S: Maintained |
|---|
| 11815 | +F: Documentation/devicetree/bindings/mfd/mps,mp2629.yaml |
|---|
| 11816 | +F: Documentation/devicetree/bindings/regulator/mps,mp*.yaml |
|---|
| 11817 | +F: drivers/iio/adc/mp2629_adc.c |
|---|
| 11818 | +F: drivers/mfd/mp2629.c |
|---|
| 11819 | +F: drivers/power/supply/mp2629_charger.c |
|---|
| 11820 | +F: drivers/regulator/mp5416.c |
|---|
| 11821 | +F: drivers/regulator/mpq7920.c |
|---|
| 11822 | +F: drivers/regulator/mpq7920.h |
|---|
| 11823 | +F: include/linux/mfd/mp2629.h |
|---|
| 11824 | + |
|---|
| 9769 | 11825 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER |
|---|
| 9770 | | -W: http://popies.net/meye/ |
|---|
| 9771 | 11826 | S: Orphan |
|---|
| 9772 | | -F: Documentation/media/v4l-drivers/meye* |
|---|
| 11827 | +W: http://popies.net/meye/ |
|---|
| 11828 | +F: Documentation/userspace-api/media/drivers/meye* |
|---|
| 9773 | 11829 | F: drivers/media/pci/meye/ |
|---|
| 9774 | 11830 | F: include/uapi/linux/meye.h |
|---|
| 9775 | 11831 | |
|---|
| .. | .. |
|---|
| 9780 | 11836 | F: drivers/net/phy/motorcomm.c |
|---|
| 9781 | 11837 | |
|---|
| 9782 | 11838 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
|---|
| 9783 | | -M: Jiri Slaby <jirislaby@gmail.com> |
|---|
| 11839 | +M: Jiri Slaby <jirislaby@kernel.org> |
|---|
| 9784 | 11840 | S: Maintained |
|---|
| 9785 | | -F: Documentation/serial/moxa-smartio |
|---|
| 11841 | +F: Documentation/driver-api/serial/moxa-smartio.rst |
|---|
| 9786 | 11842 | F: drivers/tty/mxser.* |
|---|
| 9787 | 11843 | |
|---|
| 9788 | 11844 | MR800 AVERMEDIA USB FM RADIO DRIVER |
|---|
| 9789 | 11845 | M: Alexey Klimov <klimov.linux@gmail.com> |
|---|
| 9790 | 11846 | L: linux-media@vger.kernel.org |
|---|
| 9791 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9792 | 11847 | S: Maintained |
|---|
| 11848 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9793 | 11849 | F: drivers/media/radio/radio-mr800.c |
|---|
| 9794 | 11850 | |
|---|
| 9795 | 11851 | MRF24J40 IEEE 802.15.4 RADIO DRIVER |
|---|
| 9796 | 11852 | M: Alan Ott <alan@signal11.us> |
|---|
| 9797 | 11853 | L: linux-wpan@vger.kernel.org |
|---|
| 9798 | 11854 | S: Maintained |
|---|
| 9799 | | -F: drivers/net/ieee802154/mrf24j40.c |
|---|
| 9800 | 11855 | F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt |
|---|
| 11856 | +F: drivers/net/ieee802154/mrf24j40.c |
|---|
| 9801 | 11857 | |
|---|
| 9802 | 11858 | MSI LAPTOP SUPPORT |
|---|
| 9803 | 11859 | M: "Lee, Chun-Yi" <jlee@suse.com> |
|---|
| .. | .. |
|---|
| 9813 | 11869 | MSI001 MEDIA DRIVER |
|---|
| 9814 | 11870 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 9815 | 11871 | L: linux-media@vger.kernel.org |
|---|
| 11872 | +S: Maintained |
|---|
| 9816 | 11873 | W: https://linuxtv.org |
|---|
| 9817 | 11874 | W: http://palosaari.fi/linux/ |
|---|
| 9818 | 11875 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 9819 | 11876 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 9820 | | -S: Maintained |
|---|
| 9821 | 11877 | F: drivers/media/tuners/msi001* |
|---|
| 9822 | 11878 | |
|---|
| 9823 | 11879 | MSI2500 MEDIA DRIVER |
|---|
| 9824 | 11880 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 9825 | 11881 | L: linux-media@vger.kernel.org |
|---|
| 11882 | +S: Maintained |
|---|
| 9826 | 11883 | W: https://linuxtv.org |
|---|
| 9827 | 11884 | W: http://palosaari.fi/linux/ |
|---|
| 9828 | 11885 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 9829 | 11886 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 9830 | | -S: Maintained |
|---|
| 9831 | 11887 | F: drivers/media/usb/msi2500/ |
|---|
| 11888 | + |
|---|
| 11889 | +MSTAR INTERRUPT CONTROLLER DRIVER |
|---|
| 11890 | +M: Mark-PK Tsai <mark-pk.tsai@mediatek.com> |
|---|
| 11891 | +M: Daniel Palmer <daniel@thingy.jp> |
|---|
| 11892 | +S: Maintained |
|---|
| 11893 | +F: Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml |
|---|
| 11894 | +F: drivers/irqchip/irq-mst-intc.c |
|---|
| 9832 | 11895 | |
|---|
| 9833 | 11896 | MSYSTEMS DISKONCHIP G3 MTD DRIVER |
|---|
| 9834 | 11897 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
|---|
| .. | .. |
|---|
| 9839 | 11902 | MT9M032 APTINA SENSOR DRIVER |
|---|
| 9840 | 11903 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 9841 | 11904 | L: linux-media@vger.kernel.org |
|---|
| 9842 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9843 | 11905 | S: Maintained |
|---|
| 11906 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9844 | 11907 | F: drivers/media/i2c/mt9m032.c |
|---|
| 9845 | 11908 | F: include/media/i2c/mt9m032.h |
|---|
| 9846 | 11909 | |
|---|
| 9847 | 11910 | MT9P031 APTINA CAMERA SENSOR |
|---|
| 9848 | 11911 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 9849 | 11912 | L: linux-media@vger.kernel.org |
|---|
| 9850 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9851 | 11913 | S: Maintained |
|---|
| 11914 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9852 | 11915 | F: drivers/media/i2c/mt9p031.c |
|---|
| 9853 | 11916 | F: include/media/i2c/mt9p031.h |
|---|
| 9854 | 11917 | |
|---|
| 9855 | 11918 | MT9T001 APTINA CAMERA SENSOR |
|---|
| 9856 | 11919 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 9857 | 11920 | L: linux-media@vger.kernel.org |
|---|
| 9858 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9859 | 11921 | S: Maintained |
|---|
| 11922 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9860 | 11923 | F: drivers/media/i2c/mt9t001.c |
|---|
| 9861 | 11924 | F: include/media/i2c/mt9t001.h |
|---|
| 9862 | 11925 | |
|---|
| 9863 | 11926 | MT9T112 APTINA CAMERA SENSOR |
|---|
| 9864 | 11927 | M: Jacopo Mondi <jacopo@jmondi.org> |
|---|
| 9865 | 11928 | L: linux-media@vger.kernel.org |
|---|
| 9866 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9867 | 11929 | S: Odd Fixes |
|---|
| 11930 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9868 | 11931 | F: drivers/media/i2c/mt9t112.c |
|---|
| 9869 | 11932 | F: include/media/i2c/mt9t112.h |
|---|
| 9870 | 11933 | |
|---|
| 9871 | 11934 | MT9V032 APTINA CAMERA SENSOR |
|---|
| 9872 | 11935 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 9873 | 11936 | L: linux-media@vger.kernel.org |
|---|
| 9874 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9875 | 11937 | S: Maintained |
|---|
| 11938 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9876 | 11939 | F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt |
|---|
| 9877 | 11940 | F: drivers/media/i2c/mt9v032.c |
|---|
| 9878 | 11941 | F: include/media/i2c/mt9v032.h |
|---|
| .. | .. |
|---|
| 9880 | 11943 | MT9V111 APTINA CAMERA SENSOR |
|---|
| 9881 | 11944 | M: Jacopo Mondi <jacopo@jmondi.org> |
|---|
| 9882 | 11945 | L: linux-media@vger.kernel.org |
|---|
| 9883 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 9884 | 11946 | S: Maintained |
|---|
| 11947 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 9885 | 11948 | F: Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt |
|---|
| 9886 | 11949 | F: drivers/media/i2c/mt9v111.c |
|---|
| 9887 | 11950 | |
|---|
| 9888 | 11951 | MULTIFUNCTION DEVICES (MFD) |
|---|
| 9889 | 11952 | M: Lee Jones <lee.jones@linaro.org> |
|---|
| 9890 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git |
|---|
| 9891 | 11953 | S: Supported |
|---|
| 11954 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git |
|---|
| 9892 | 11955 | F: Documentation/devicetree/bindings/mfd/ |
|---|
| 9893 | 11956 | F: drivers/mfd/ |
|---|
| 9894 | | -F: include/linux/mfd/ |
|---|
| 9895 | 11957 | F: include/dt-bindings/mfd/ |
|---|
| 11958 | +F: include/linux/mfd/ |
|---|
| 9896 | 11959 | |
|---|
| 9897 | 11960 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
|---|
| 9898 | 11961 | S: Orphan |
|---|
| .. | .. |
|---|
| 9902 | 11965 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
|---|
| 9903 | 11966 | M: Ulf Hansson <ulf.hansson@linaro.org> |
|---|
| 9904 | 11967 | L: linux-mmc@vger.kernel.org |
|---|
| 9905 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git |
|---|
| 9906 | 11968 | S: Maintained |
|---|
| 11969 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git |
|---|
| 9907 | 11970 | F: Documentation/devicetree/bindings/mmc/ |
|---|
| 9908 | 11971 | F: drivers/mmc/ |
|---|
| 9909 | 11972 | F: include/linux/mmc/ |
|---|
| .. | .. |
|---|
| 9914 | 11977 | S: Maintained |
|---|
| 9915 | 11978 | F: Documentation/ABI/testing/sysfs-class-mux* |
|---|
| 9916 | 11979 | F: Documentation/devicetree/bindings/mux/ |
|---|
| 11980 | +F: drivers/mux/ |
|---|
| 9917 | 11981 | F: include/dt-bindings/mux/ |
|---|
| 9918 | 11982 | F: include/linux/mux/ |
|---|
| 9919 | | -F: drivers/mux/ |
|---|
| 9920 | 11983 | |
|---|
| 9921 | 11984 | MULTITECH MULTIPORT CARD (ISICOM) |
|---|
| 9922 | 11985 | S: Orphan |
|---|
| .. | .. |
|---|
| 9938 | 12001 | MXL5007T MEDIA DRIVER |
|---|
| 9939 | 12002 | M: Michael Krufky <mkrufky@linuxtv.org> |
|---|
| 9940 | 12003 | L: linux-media@vger.kernel.org |
|---|
| 12004 | +S: Maintained |
|---|
| 9941 | 12005 | W: https://linuxtv.org |
|---|
| 9942 | 12006 | W: http://github.com/mkrufky |
|---|
| 9943 | 12007 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 9944 | 12008 | T: git git://linuxtv.org/mkrufky/tuners.git |
|---|
| 9945 | | -S: Maintained |
|---|
| 9946 | 12009 | F: drivers/media/tuners/mxl5007t.* |
|---|
| 9947 | 12010 | |
|---|
| 9948 | 12011 | MXSFB DRM DRIVER |
|---|
| 9949 | 12012 | M: Marek Vasut <marex@denx.de> |
|---|
| 12013 | +M: Stefan Agner <stefan@agner.ch> |
|---|
| 12014 | +L: dri-devel@lists.freedesktop.org |
|---|
| 9950 | 12015 | S: Supported |
|---|
| 9951 | | -F: drivers/gpu/drm/mxsfb/ |
|---|
| 12016 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 9952 | 12017 | F: Documentation/devicetree/bindings/display/mxsfb.txt |
|---|
| 12018 | +F: drivers/gpu/drm/mxsfb/ |
|---|
| 12019 | + |
|---|
| 12020 | +MYLEX DAC960 PCI RAID Controller |
|---|
| 12021 | +M: Hannes Reinecke <hare@kernel.org> |
|---|
| 12022 | +L: linux-scsi@vger.kernel.org |
|---|
| 12023 | +S: Supported |
|---|
| 12024 | +F: drivers/scsi/myrb.* |
|---|
| 12025 | +F: drivers/scsi/myrs.* |
|---|
| 9953 | 12026 | |
|---|
| 9954 | 12027 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
|---|
| 9955 | 12028 | M: Chris Lee <christopher.lee@cspi.com> |
|---|
| 9956 | 12029 | L: netdev@vger.kernel.org |
|---|
| 9957 | | -W: https://www.cspi.com/ethernet-products/support/downloads/ |
|---|
| 9958 | 12030 | S: Supported |
|---|
| 12031 | +W: https://www.cspi.com/ethernet-products/support/downloads/ |
|---|
| 9959 | 12032 | F: drivers/net/ethernet/myricom/myri10ge/ |
|---|
| 9960 | 12033 | |
|---|
| 9961 | 12034 | NAND FLASH SUBSYSTEM |
|---|
| 9962 | | -M: Boris Brezillon <boris.brezillon@bootlin.com> |
|---|
| 9963 | 12035 | M: Miquel Raynal <miquel.raynal@bootlin.com> |
|---|
| 9964 | 12036 | R: Richard Weinberger <richard@nod.at> |
|---|
| 9965 | 12037 | L: linux-mtd@lists.infradead.org |
|---|
| 12038 | +S: Maintained |
|---|
| 9966 | 12039 | W: http://www.linux-mtd.infradead.org/ |
|---|
| 9967 | 12040 | Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ |
|---|
| 9968 | | -T: git git://git.infradead.org/linux-mtd.git nand/fixes |
|---|
| 9969 | | -T: git git://git.infradead.org/linux-mtd.git nand/next |
|---|
| 9970 | | -S: Maintained |
|---|
| 12041 | +C: irc://irc.oftc.net/mtd |
|---|
| 12042 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next |
|---|
| 9971 | 12043 | F: drivers/mtd/nand/ |
|---|
| 9972 | 12044 | F: include/linux/mtd/*nand*.h |
|---|
| 9973 | 12045 | |
|---|
| 9974 | 12046 | NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER |
|---|
| 9975 | 12047 | M: Daniel Mack <zonque@gmail.com> |
|---|
| 9976 | | -S: Maintained |
|---|
| 9977 | 12048 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 12049 | +S: Maintained |
|---|
| 9978 | 12050 | W: http://www.native-instruments.com |
|---|
| 9979 | 12051 | F: sound/usb/caiaq/ |
|---|
| 9980 | 12052 | |
|---|
| .. | .. |
|---|
| 9982 | 12054 | S: Orphan |
|---|
| 9983 | 12055 | F: drivers/net/ethernet/natsemi/natsemi.c |
|---|
| 9984 | 12056 | |
|---|
| 9985 | | -NCP FILESYSTEM |
|---|
| 9986 | | -M: Petr Vandrovec <petr@vandrovec.name> |
|---|
| 9987 | | -S: Obsolete |
|---|
| 9988 | | -F: drivers/staging/ncpfs/ |
|---|
| 9989 | | - |
|---|
| 9990 | 12057 | NCR 5380 SCSI DRIVERS |
|---|
| 9991 | 12058 | M: Finn Thain <fthain@telegraphics.com.au> |
|---|
| 9992 | 12059 | M: Michael Schmitz <schmitzmic@gmail.com> |
|---|
| 9993 | 12060 | L: linux-scsi@vger.kernel.org |
|---|
| 9994 | 12061 | S: Maintained |
|---|
| 9995 | | -F: Documentation/scsi/g_NCR5380.txt |
|---|
| 12062 | +F: Documentation/scsi/g_NCR5380.rst |
|---|
| 9996 | 12063 | F: drivers/scsi/NCR5380.* |
|---|
| 9997 | 12064 | F: drivers/scsi/arm/cumana_1.c |
|---|
| 9998 | 12065 | F: drivers/scsi/arm/oak.c |
|---|
| .. | .. |
|---|
| 10003 | 12070 | F: drivers/scsi/sun3_scsi.* |
|---|
| 10004 | 12071 | F: drivers/scsi/sun3_scsi_vme.c |
|---|
| 10005 | 12072 | |
|---|
| 10006 | | -NCSI LIBRARY: |
|---|
| 12073 | +NCSI LIBRARY |
|---|
| 10007 | 12074 | M: Samuel Mendoza-Jonas <sam@mendozajonas.com> |
|---|
| 10008 | 12075 | S: Maintained |
|---|
| 10009 | 12076 | F: net/ncsi/ |
|---|
| .. | .. |
|---|
| 10012 | 12079 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 10013 | 12080 | L: linux-hwmon@vger.kernel.org |
|---|
| 10014 | 12081 | S: Maintained |
|---|
| 10015 | | -F: Documentation/hwmon/nct6775 |
|---|
| 12082 | +F: Documentation/hwmon/nct6775.rst |
|---|
| 10016 | 12083 | F: drivers/hwmon/nct6775.c |
|---|
| 10017 | 12084 | |
|---|
| 10018 | | -NET_FAILOVER MODULE |
|---|
| 10019 | | -M: Sridhar Samudrala <sridhar.samudrala@intel.com> |
|---|
| 10020 | | -L: netdev@vger.kernel.org |
|---|
| 10021 | | -S: Supported |
|---|
| 10022 | | -F: driver/net/net_failover.c |
|---|
| 10023 | | -F: include/net/net_failover.h |
|---|
| 10024 | | -F: Documentation/networking/net_failover.rst |
|---|
| 10025 | | - |
|---|
| 10026 | | -NETEFFECT IWARP RNIC DRIVER (IW_NES) |
|---|
| 10027 | | -M: Faisal Latif <faisal.latif@intel.com> |
|---|
| 10028 | | -L: linux-rdma@vger.kernel.org |
|---|
| 10029 | | -W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm |
|---|
| 10030 | | -S: Supported |
|---|
| 10031 | | -F: drivers/infiniband/hw/nes/ |
|---|
| 10032 | | -F: include/uapi/rdma/nes-abi.h |
|---|
| 12085 | +NETDEVSIM |
|---|
| 12086 | +M: Jakub Kicinski <kuba@kernel.org> |
|---|
| 12087 | +S: Maintained |
|---|
| 12088 | +F: drivers/net/netdevsim/* |
|---|
| 10033 | 12089 | |
|---|
| 10034 | 12090 | NETEM NETWORK EMULATOR |
|---|
| 10035 | 12091 | M: Stephen Hemminger <stephen@networkplumber.org> |
|---|
| 10036 | | -L: netem@lists.linux-foundation.org (moderated for non-subscribers) |
|---|
| 12092 | +L: netdev@vger.kernel.org |
|---|
| 10037 | 12093 | S: Maintained |
|---|
| 10038 | 12094 | F: net/sched/sch_netem.c |
|---|
| 10039 | 12095 | |
|---|
| .. | .. |
|---|
| 10041 | 12097 | M: Jon Mason <jdmason@kudzu.us> |
|---|
| 10042 | 12098 | L: netdev@vger.kernel.org |
|---|
| 10043 | 12099 | S: Supported |
|---|
| 10044 | | -F: Documentation/networking/s2io.txt |
|---|
| 10045 | | -F: Documentation/networking/vxge.txt |
|---|
| 12100 | +F: Documentation/networking/device_drivers/ethernet/neterion/s2io.rst |
|---|
| 12101 | +F: Documentation/networking/device_drivers/ethernet/neterion/vxge.rst |
|---|
| 10046 | 12102 | F: drivers/net/ethernet/neterion/ |
|---|
| 10047 | 12103 | |
|---|
| 10048 | 12104 | NETFILTER |
|---|
| 10049 | 12105 | M: Pablo Neira Ayuso <pablo@netfilter.org> |
|---|
| 10050 | | -M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> |
|---|
| 12106 | +M: Jozsef Kadlecsik <kadlec@netfilter.org> |
|---|
| 10051 | 12107 | M: Florian Westphal <fw@strlen.de> |
|---|
| 10052 | 12108 | L: netfilter-devel@vger.kernel.org |
|---|
| 10053 | 12109 | L: coreteam@netfilter.org |
|---|
| 12110 | +S: Maintained |
|---|
| 10054 | 12111 | W: http://www.netfilter.org/ |
|---|
| 10055 | 12112 | W: http://www.iptables.org/ |
|---|
| 10056 | 12113 | W: http://www.nftables.org/ |
|---|
| 10057 | 12114 | Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/ |
|---|
| 10058 | 12115 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git |
|---|
| 10059 | 12116 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git |
|---|
| 10060 | | -S: Maintained |
|---|
| 10061 | 12117 | F: include/linux/netfilter* |
|---|
| 10062 | 12118 | F: include/linux/netfilter/ |
|---|
| 10063 | 12119 | F: include/net/netfilter/ |
|---|
| .. | .. |
|---|
| 10065 | 12121 | F: include/uapi/linux/netfilter/ |
|---|
| 10066 | 12122 | F: net/*/netfilter.c |
|---|
| 10067 | 12123 | F: net/*/netfilter/ |
|---|
| 10068 | | -F: net/netfilter/ |
|---|
| 10069 | 12124 | F: net/bridge/br_netfilter*.c |
|---|
| 12125 | +F: net/netfilter/ |
|---|
| 10070 | 12126 | |
|---|
| 10071 | 12127 | NETROM NETWORK LAYER |
|---|
| 10072 | 12128 | M: Ralf Baechle <ralf@linux-mips.org> |
|---|
| 10073 | 12129 | L: linux-hams@vger.kernel.org |
|---|
| 10074 | | -W: http://www.linux-ax25.org/ |
|---|
| 10075 | 12130 | S: Maintained |
|---|
| 12131 | +W: http://www.linux-ax25.org/ |
|---|
| 10076 | 12132 | F: include/net/netrom.h |
|---|
| 10077 | 12133 | F: include/uapi/linux/netrom.h |
|---|
| 10078 | 12134 | F: net/netrom/ |
|---|
| 10079 | 12135 | |
|---|
| 10080 | 12136 | NETRONOME ETHERNET DRIVERS |
|---|
| 10081 | | -M: Jakub Kicinski <jakub.kicinski@netronome.com> |
|---|
| 12137 | +M: Simon Horman <simon.horman@netronome.com> |
|---|
| 12138 | +R: Jakub Kicinski <kuba@kernel.org> |
|---|
| 10082 | 12139 | L: oss-drivers@netronome.com |
|---|
| 10083 | 12140 | S: Maintained |
|---|
| 10084 | 12141 | F: drivers/net/ethernet/netronome/ |
|---|
| 10085 | 12142 | |
|---|
| 10086 | 12143 | NETWORK BLOCK DEVICE (NBD) |
|---|
| 10087 | 12144 | M: Josef Bacik <josef@toxicpanda.com> |
|---|
| 10088 | | -S: Maintained |
|---|
| 10089 | 12145 | L: linux-block@vger.kernel.org |
|---|
| 10090 | 12146 | L: nbd@other.debian.org |
|---|
| 10091 | | -F: Documentation/blockdev/nbd.txt |
|---|
| 12147 | +S: Maintained |
|---|
| 12148 | +F: Documentation/admin-guide/blockdev/nbd.rst |
|---|
| 10092 | 12149 | F: drivers/block/nbd.c |
|---|
| 12150 | +F: include/trace/events/nbd.h |
|---|
| 10093 | 12151 | F: include/uapi/linux/nbd.h |
|---|
| 10094 | 12152 | |
|---|
| 10095 | 12153 | NETWORK DROP MONITOR |
|---|
| .. | .. |
|---|
| 10097 | 12155 | L: netdev@vger.kernel.org |
|---|
| 10098 | 12156 | S: Maintained |
|---|
| 10099 | 12157 | W: https://fedorahosted.org/dropwatch/ |
|---|
| 12158 | +F: include/uapi/linux/net_dropmon.h |
|---|
| 10100 | 12159 | F: net/core/drop_monitor.c |
|---|
| 10101 | 12160 | |
|---|
| 10102 | 12161 | NETWORKING DRIVERS |
|---|
| 10103 | 12162 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 12163 | +M: Jakub Kicinski <kuba@kernel.org> |
|---|
| 10104 | 12164 | L: netdev@vger.kernel.org |
|---|
| 12165 | +S: Maintained |
|---|
| 10105 | 12166 | W: http://www.linuxfoundation.org/en/Net |
|---|
| 10106 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 10107 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
|---|
| 10108 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git |
|---|
| 10109 | | -S: Odd Fixes |
|---|
| 12167 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 12168 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git |
|---|
| 12169 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git |
|---|
| 10110 | 12170 | F: Documentation/devicetree/bindings/net/ |
|---|
| 12171 | +F: drivers/connector/ |
|---|
| 10111 | 12172 | F: drivers/net/ |
|---|
| 10112 | | -F: include/linux/if_* |
|---|
| 10113 | | -F: include/linux/netdevice.h |
|---|
| 10114 | 12173 | F: include/linux/etherdevice.h |
|---|
| 10115 | 12174 | F: include/linux/fcdevice.h |
|---|
| 10116 | 12175 | F: include/linux/fddidevice.h |
|---|
| 10117 | 12176 | F: include/linux/hippidevice.h |
|---|
| 12177 | +F: include/linux/if_* |
|---|
| 10118 | 12178 | F: include/linux/inetdevice.h |
|---|
| 12179 | +F: include/linux/netdevice.h |
|---|
| 10119 | 12180 | F: include/uapi/linux/if_* |
|---|
| 10120 | 12181 | F: include/uapi/linux/netdevice.h |
|---|
| 10121 | 12182 | |
|---|
| 10122 | 12183 | NETWORKING DRIVERS (WIRELESS) |
|---|
| 10123 | 12184 | M: Kalle Valo <kvalo@codeaurora.org> |
|---|
| 10124 | 12185 | L: linux-wireless@vger.kernel.org |
|---|
| 12186 | +S: Maintained |
|---|
| 10125 | 12187 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ |
|---|
| 10126 | 12188 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git |
|---|
| 10127 | 12189 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git |
|---|
| 10128 | | -S: Maintained |
|---|
| 10129 | 12190 | F: Documentation/devicetree/bindings/net/wireless/ |
|---|
| 10130 | 12191 | F: drivers/net/wireless/ |
|---|
| 10131 | 12192 | |
|---|
| 10132 | 12193 | NETWORKING [DSA] |
|---|
| 10133 | 12194 | M: Andrew Lunn <andrew@lunn.ch> |
|---|
| 10134 | | -M: Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|
| 12195 | +M: Vivien Didelot <vivien.didelot@gmail.com> |
|---|
| 10135 | 12196 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| 12197 | +M: Vladimir Oltean <olteanv@gmail.com> |
|---|
| 10136 | 12198 | S: Maintained |
|---|
| 10137 | 12199 | F: Documentation/devicetree/bindings/net/dsa/ |
|---|
| 10138 | | -F: net/dsa/ |
|---|
| 10139 | | -F: include/net/dsa.h |
|---|
| 10140 | | -F: include/linux/dsa/ |
|---|
| 10141 | 12200 | F: drivers/net/dsa/ |
|---|
| 12201 | +F: include/linux/dsa/ |
|---|
| 12202 | +F: include/linux/platform_data/dsa.h |
|---|
| 12203 | +F: include/net/dsa.h |
|---|
| 12204 | +F: net/dsa/ |
|---|
| 10142 | 12205 | |
|---|
| 10143 | 12206 | NETWORKING [GENERAL] |
|---|
| 10144 | 12207 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 12208 | +M: Jakub Kicinski <kuba@kernel.org> |
|---|
| 10145 | 12209 | L: netdev@vger.kernel.org |
|---|
| 10146 | | -W: http://www.linuxfoundation.org/en/Net |
|---|
| 10147 | | -Q: http://patchwork.ozlabs.org/project/netdev/list/ |
|---|
| 10148 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
|---|
| 10149 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git |
|---|
| 10150 | | -B: mailto:netdev@vger.kernel.org |
|---|
| 10151 | 12210 | S: Maintained |
|---|
| 10152 | | -F: net/ |
|---|
| 10153 | | -F: include/net/ |
|---|
| 12211 | +W: http://www.linuxfoundation.org/en/Net |
|---|
| 12212 | +Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
|---|
| 12213 | +B: mailto:netdev@vger.kernel.org |
|---|
| 12214 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git |
|---|
| 12215 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git |
|---|
| 12216 | +F: Documentation/networking/ |
|---|
| 10154 | 12217 | F: include/linux/in.h |
|---|
| 10155 | 12218 | F: include/linux/net.h |
|---|
| 10156 | 12219 | F: include/linux/netdevice.h |
|---|
| 12220 | +F: include/net/ |
|---|
| 10157 | 12221 | F: include/uapi/linux/in.h |
|---|
| 10158 | 12222 | F: include/uapi/linux/net.h |
|---|
| 10159 | | -F: include/uapi/linux/netdevice.h |
|---|
| 10160 | 12223 | F: include/uapi/linux/net_namespace.h |
|---|
| 10161 | | -F: tools/testing/selftests/net/ |
|---|
| 12224 | +F: include/uapi/linux/netdevice.h |
|---|
| 10162 | 12225 | F: lib/net_utils.c |
|---|
| 10163 | 12226 | F: lib/random32.c |
|---|
| 10164 | | -F: Documentation/networking/ |
|---|
| 12227 | +F: net/ |
|---|
| 12228 | +F: tools/testing/selftests/net/ |
|---|
| 10165 | 12229 | |
|---|
| 10166 | 12230 | NETWORKING [IPSEC] |
|---|
| 10167 | 12231 | M: Steffen Klassert <steffen.klassert@secunet.com> |
|---|
| 10168 | 12232 | M: Herbert Xu <herbert@gondor.apana.org.au> |
|---|
| 10169 | 12233 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 10170 | 12234 | L: netdev@vger.kernel.org |
|---|
| 12235 | +S: Maintained |
|---|
| 10171 | 12236 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git |
|---|
| 10172 | 12237 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git |
|---|
| 10173 | | -S: Maintained |
|---|
| 10174 | | -F: net/xfrm/ |
|---|
| 10175 | | -F: net/key/ |
|---|
| 10176 | | -F: net/ipv4/xfrm* |
|---|
| 10177 | | -F: net/ipv4/esp4* |
|---|
| 10178 | | -F: net/ipv4/ah4.c |
|---|
| 10179 | | -F: net/ipv4/ipcomp.c |
|---|
| 10180 | | -F: net/ipv4/ip_vti.c |
|---|
| 10181 | | -F: net/ipv6/xfrm* |
|---|
| 10182 | | -F: net/ipv6/esp6* |
|---|
| 10183 | | -F: net/ipv6/ah6.c |
|---|
| 10184 | | -F: net/ipv6/ipcomp6.c |
|---|
| 10185 | | -F: net/ipv6/ip6_vti.c |
|---|
| 10186 | | -F: include/uapi/linux/xfrm.h |
|---|
| 10187 | 12238 | F: include/net/xfrm.h |
|---|
| 12239 | +F: include/uapi/linux/xfrm.h |
|---|
| 12240 | +F: net/ipv4/ah4.c |
|---|
| 12241 | +F: net/ipv4/esp4* |
|---|
| 12242 | +F: net/ipv4/ip_vti.c |
|---|
| 12243 | +F: net/ipv4/ipcomp.c |
|---|
| 12244 | +F: net/ipv4/xfrm* |
|---|
| 12245 | +F: net/ipv6/ah6.c |
|---|
| 12246 | +F: net/ipv6/esp6* |
|---|
| 12247 | +F: net/ipv6/ip6_vti.c |
|---|
| 12248 | +F: net/ipv6/ipcomp6.c |
|---|
| 12249 | +F: net/ipv6/xfrm* |
|---|
| 12250 | +F: net/key/ |
|---|
| 12251 | +F: net/xfrm/ |
|---|
| 12252 | +F: tools/testing/selftests/net/ipsec.c |
|---|
| 10188 | 12253 | |
|---|
| 10189 | 12254 | NETWORKING [IPv4/IPv6] |
|---|
| 10190 | 12255 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 10191 | 12256 | M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
|---|
| 10192 | 12257 | M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> |
|---|
| 10193 | 12258 | L: netdev@vger.kernel.org |
|---|
| 10194 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
|---|
| 10195 | 12259 | S: Maintained |
|---|
| 12260 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git |
|---|
| 12261 | +F: arch/x86/net/* |
|---|
| 12262 | +F: include/net/ip* |
|---|
| 10196 | 12263 | F: net/ipv4/ |
|---|
| 10197 | 12264 | F: net/ipv6/ |
|---|
| 10198 | | -F: include/net/ip* |
|---|
| 10199 | | -F: arch/x86/net/* |
|---|
| 10200 | 12265 | |
|---|
| 10201 | 12266 | NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK) |
|---|
| 10202 | 12267 | M: Paul Moore <paul@paul-moore.com> |
|---|
| 10203 | | -W: https://github.com/netlabel |
|---|
| 10204 | 12268 | L: netdev@vger.kernel.org |
|---|
| 10205 | 12269 | L: linux-security-module@vger.kernel.org |
|---|
| 10206 | 12270 | S: Maintained |
|---|
| 12271 | +W: https://github.com/netlabel |
|---|
| 10207 | 12272 | F: Documentation/netlabel/ |
|---|
| 10208 | 12273 | F: include/net/calipso.h |
|---|
| 10209 | 12274 | F: include/net/cipso_ipv4.h |
|---|
| 10210 | 12275 | F: include/net/netlabel.h |
|---|
| 10211 | | -F: include/uapi/linux/netfilter/xt_SECMARK.h |
|---|
| 10212 | 12276 | F: include/uapi/linux/netfilter/xt_CONNSECMARK.h |
|---|
| 10213 | | -F: net/netlabel/ |
|---|
| 12277 | +F: include/uapi/linux/netfilter/xt_SECMARK.h |
|---|
| 10214 | 12278 | F: net/ipv4/cipso_ipv4.c |
|---|
| 10215 | 12279 | F: net/ipv6/calipso.c |
|---|
| 10216 | 12280 | F: net/netfilter/xt_CONNSECMARK.c |
|---|
| 10217 | 12281 | F: net/netfilter/xt_SECMARK.c |
|---|
| 12282 | +F: net/netlabel/ |
|---|
| 12283 | + |
|---|
| 12284 | +NETWORKING [MPTCP] |
|---|
| 12285 | +M: Mat Martineau <mathew.j.martineau@linux.intel.com> |
|---|
| 12286 | +M: Matthieu Baerts <matthieu.baerts@tessares.net> |
|---|
| 12287 | +L: netdev@vger.kernel.org |
|---|
| 12288 | +L: mptcp@lists.01.org |
|---|
| 12289 | +S: Maintained |
|---|
| 12290 | +W: https://github.com/multipath-tcp/mptcp_net-next/wiki |
|---|
| 12291 | +B: https://github.com/multipath-tcp/mptcp_net-next/issues |
|---|
| 12292 | +F: include/net/mptcp.h |
|---|
| 12293 | +F: include/uapi/linux/mptcp.h |
|---|
| 12294 | +F: net/mptcp/ |
|---|
| 12295 | +F: tools/testing/selftests/net/mptcp/ |
|---|
| 10218 | 12296 | |
|---|
| 10219 | 12297 | NETWORKING [TCP] |
|---|
| 10220 | 12298 | M: Eric Dumazet <edumazet@google.com> |
|---|
| 10221 | 12299 | L: netdev@vger.kernel.org |
|---|
| 10222 | 12300 | S: Maintained |
|---|
| 10223 | | -F: net/ipv4/tcp*.c |
|---|
| 10224 | | -F: net/ipv4/syncookies.c |
|---|
| 10225 | | -F: net/ipv6/tcp*.c |
|---|
| 10226 | | -F: net/ipv6/syncookies.c |
|---|
| 10227 | | -F: include/uapi/linux/tcp.h |
|---|
| 10228 | | -F: include/net/tcp.h |
|---|
| 10229 | 12301 | F: include/linux/tcp.h |
|---|
| 12302 | +F: include/net/tcp.h |
|---|
| 10230 | 12303 | F: include/trace/events/tcp.h |
|---|
| 12304 | +F: include/uapi/linux/tcp.h |
|---|
| 12305 | +F: net/ipv4/syncookies.c |
|---|
| 12306 | +F: net/ipv4/tcp*.c |
|---|
| 12307 | +F: net/ipv6/syncookies.c |
|---|
| 12308 | +F: net/ipv6/tcp*.c |
|---|
| 10231 | 12309 | |
|---|
| 10232 | 12310 | NETWORKING [TLS] |
|---|
| 10233 | | -M: Boris Pismenny <borisp@mellanox.com> |
|---|
| 10234 | | -M: Aviad Yehezkel <aviadye@mellanox.com> |
|---|
| 10235 | | -M: Dave Watson <davejwatson@fb.com> |
|---|
| 12311 | +M: Boris Pismenny <borisp@nvidia.com> |
|---|
| 12312 | +M: Aviad Yehezkel <aviadye@nvidia.com> |
|---|
| 12313 | +M: John Fastabend <john.fastabend@gmail.com> |
|---|
| 12314 | +M: Daniel Borkmann <daniel@iogearbox.net> |
|---|
| 12315 | +M: Jakub Kicinski <kuba@kernel.org> |
|---|
| 10236 | 12316 | L: netdev@vger.kernel.org |
|---|
| 10237 | 12317 | S: Maintained |
|---|
| 10238 | | -F: net/tls/* |
|---|
| 10239 | | -F: include/uapi/linux/tls.h |
|---|
| 10240 | 12318 | F: include/net/tls.h |
|---|
| 12319 | +F: include/uapi/linux/tls.h |
|---|
| 12320 | +F: net/tls/* |
|---|
| 10241 | 12321 | |
|---|
| 10242 | 12322 | NETWORKING [WIRELESS] |
|---|
| 10243 | 12323 | L: linux-wireless@vger.kernel.org |
|---|
| 10244 | 12324 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ |
|---|
| 10245 | 12325 | |
|---|
| 10246 | | -NETDEVSIM |
|---|
| 10247 | | -M: Jakub Kicinski <jakub.kicinski@netronome.com> |
|---|
| 10248 | | -S: Maintained |
|---|
| 10249 | | -F: drivers/net/netdevsim/* |
|---|
| 10250 | | - |
|---|
| 10251 | 12326 | NETXEN (1/10) GbE SUPPORT |
|---|
| 10252 | | -M: Manish Chopra <manish.chopra@cavium.com> |
|---|
| 10253 | | -M: Rahul Verma <rahul.verma@cavium.com> |
|---|
| 10254 | | -M: Dept-GELinuxNICDev@cavium.com |
|---|
| 12327 | +M: Manish Chopra <manishc@marvell.com> |
|---|
| 12328 | +M: Rahul Verma <rahulv@marvell.com> |
|---|
| 12329 | +M: GR-Linux-NIC-Dev@marvell.com |
|---|
| 10255 | 12330 | L: netdev@vger.kernel.org |
|---|
| 10256 | 12331 | S: Supported |
|---|
| 10257 | 12332 | F: drivers/net/ethernet/qlogic/netxen/ |
|---|
| 10258 | 12333 | |
|---|
| 10259 | | -NFC SUBSYSTEM |
|---|
| 10260 | | -M: Samuel Ortiz <sameo@linux.intel.com> |
|---|
| 10261 | | -L: linux-wireless@vger.kernel.org |
|---|
| 10262 | | -L: linux-nfc@lists.01.org (subscribers-only) |
|---|
| 12334 | +NET_FAILOVER MODULE |
|---|
| 12335 | +M: Sridhar Samudrala <sridhar.samudrala@intel.com> |
|---|
| 12336 | +L: netdev@vger.kernel.org |
|---|
| 10263 | 12337 | S: Supported |
|---|
| 10264 | | -F: net/nfc/ |
|---|
| 10265 | | -F: include/net/nfc/ |
|---|
| 10266 | | -F: include/uapi/linux/nfc.h |
|---|
| 12338 | +F: Documentation/networking/net_failover.rst |
|---|
| 12339 | +F: drivers/net/net_failover.c |
|---|
| 12340 | +F: include/net/net_failover.h |
|---|
| 12341 | + |
|---|
| 12342 | +NEXTHOP |
|---|
| 12343 | +M: David Ahern <dsahern@kernel.org> |
|---|
| 12344 | +L: netdev@vger.kernel.org |
|---|
| 12345 | +S: Maintained |
|---|
| 12346 | +F: include/net/netns/nexthop.h |
|---|
| 12347 | +F: include/net/nexthop.h |
|---|
| 12348 | +F: include/uapi/linux/nexthop.h |
|---|
| 12349 | +F: net/ipv4/nexthop.c |
|---|
| 12350 | + |
|---|
| 12351 | +NFC SUBSYSTEM |
|---|
| 12352 | +L: netdev@vger.kernel.org |
|---|
| 12353 | +S: Orphan |
|---|
| 12354 | +F: Documentation/devicetree/bindings/net/nfc/ |
|---|
| 10267 | 12355 | F: drivers/nfc/ |
|---|
| 10268 | 12356 | F: include/linux/platform_data/nfcmrvl.h |
|---|
| 10269 | | -F: include/linux/platform_data/nxp-nci.h |
|---|
| 10270 | | -F: Documentation/devicetree/bindings/net/nfc/ |
|---|
| 12357 | +F: include/net/nfc/ |
|---|
| 12358 | +F: include/uapi/linux/nfc.h |
|---|
| 12359 | +F: net/nfc/ |
|---|
| 10271 | 12360 | |
|---|
| 10272 | 12361 | NFS, SUNRPC, AND LOCKD CLIENTS |
|---|
| 10273 | 12362 | M: Trond Myklebust <trond.myklebust@hammerspace.com> |
|---|
| 10274 | 12363 | M: Anna Schumaker <anna.schumaker@netapp.com> |
|---|
| 10275 | 12364 | L: linux-nfs@vger.kernel.org |
|---|
| 12365 | +S: Maintained |
|---|
| 10276 | 12366 | W: http://client.linux-nfs.org |
|---|
| 10277 | 12367 | T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git |
|---|
| 10278 | | -S: Maintained |
|---|
| 10279 | 12368 | F: fs/lockd/ |
|---|
| 10280 | 12369 | F: fs/nfs/ |
|---|
| 10281 | 12370 | F: fs/nfs_common/ |
|---|
| 10282 | | -F: net/sunrpc/ |
|---|
| 10283 | 12371 | F: include/linux/lockd/ |
|---|
| 10284 | 12372 | F: include/linux/nfs* |
|---|
| 10285 | 12373 | F: include/linux/sunrpc/ |
|---|
| 10286 | 12374 | F: include/uapi/linux/nfs* |
|---|
| 10287 | 12375 | F: include/uapi/linux/sunrpc/ |
|---|
| 12376 | +F: net/sunrpc/ |
|---|
| 12377 | +F: Documentation/filesystems/nfs/ |
|---|
| 10288 | 12378 | |
|---|
| 10289 | 12379 | NILFS2 FILESYSTEM |
|---|
| 10290 | | -M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> |
|---|
| 12380 | +M: Ryusuke Konishi <konishi.ryusuke@gmail.com> |
|---|
| 10291 | 12381 | L: linux-nilfs@vger.kernel.org |
|---|
| 12382 | +S: Supported |
|---|
| 10292 | 12383 | W: https://nilfs.sourceforge.io/ |
|---|
| 10293 | 12384 | W: https://nilfs.osdn.jp/ |
|---|
| 10294 | 12385 | T: git git://github.com/konis/nilfs2.git |
|---|
| 10295 | | -S: Supported |
|---|
| 10296 | | -F: Documentation/filesystems/nilfs2.txt |
|---|
| 12386 | +F: Documentation/filesystems/nilfs2.rst |
|---|
| 10297 | 12387 | F: fs/nilfs2/ |
|---|
| 10298 | 12388 | F: include/trace/events/nilfs2.h |
|---|
| 10299 | 12389 | F: include/uapi/linux/nilfs2_api.h |
|---|
| .. | .. |
|---|
| 10301 | 12391 | |
|---|
| 10302 | 12392 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
|---|
| 10303 | 12393 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
|---|
| 10304 | | -W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
|---|
| 10305 | 12394 | S: Maintained |
|---|
| 10306 | | -F: Documentation/scsi/NinjaSCSI.txt |
|---|
| 12395 | +W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
|---|
| 12396 | +F: Documentation/scsi/NinjaSCSI.rst |
|---|
| 10307 | 12397 | F: drivers/scsi/pcmcia/nsp_* |
|---|
| 10308 | 12398 | |
|---|
| 10309 | 12399 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER |
|---|
| 10310 | 12400 | M: GOTO Masanori <gotom@debian.or.jp> |
|---|
| 10311 | 12401 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
|---|
| 10312 | | -W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
|---|
| 10313 | 12402 | S: Maintained |
|---|
| 10314 | | -F: Documentation/scsi/NinjaSCSI.txt |
|---|
| 12403 | +W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
|---|
| 12404 | +F: Documentation/scsi/NinjaSCSI.rst |
|---|
| 10315 | 12405 | F: drivers/scsi/nsp32* |
|---|
| 10316 | 12406 | |
|---|
| 10317 | 12407 | NINTENDO HID DRIVER |
|---|
| .. | .. |
|---|
| 10321 | 12411 | F: drivers/hid/hid-nintendo* |
|---|
| 10322 | 12412 | |
|---|
| 10323 | 12413 | NIOS2 ARCHITECTURE |
|---|
| 10324 | | -M: Ley Foon Tan <lftan@altera.com> |
|---|
| 10325 | | -L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) |
|---|
| 10326 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git |
|---|
| 12414 | +M: Ley Foon Tan <ley.foon.tan@intel.com> |
|---|
| 10327 | 12415 | S: Maintained |
|---|
| 12416 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git |
|---|
| 10328 | 12417 | F: arch/nios2/ |
|---|
| 12418 | + |
|---|
| 12419 | +NITRO ENCLAVES (NE) |
|---|
| 12420 | +M: Andra Paraschiv <andraprs@amazon.com> |
|---|
| 12421 | +M: Alexandru Vasile <lexnv@amazon.com> |
|---|
| 12422 | +M: Alexandru Ciobotaru <alcioa@amazon.com> |
|---|
| 12423 | +L: linux-kernel@vger.kernel.org |
|---|
| 12424 | +S: Supported |
|---|
| 12425 | +W: https://aws.amazon.com/ec2/nitro/nitro-enclaves/ |
|---|
| 12426 | +F: Documentation/virt/ne_overview.rst |
|---|
| 12427 | +F: drivers/virt/nitro_enclaves/ |
|---|
| 12428 | +F: include/linux/nitro_enclaves.h |
|---|
| 12429 | +F: include/uapi/linux/nitro_enclaves.h |
|---|
| 12430 | +F: samples/nitro_enclaves/ |
|---|
| 10329 | 12431 | |
|---|
| 10330 | 12432 | NOHZ, DYNTICKS SUPPORT |
|---|
| 10331 | 12433 | M: Frederic Weisbecker <fweisbec@gmail.com> |
|---|
| 10332 | 12434 | M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 10333 | 12435 | M: Ingo Molnar <mingo@kernel.org> |
|---|
| 10334 | 12436 | L: linux-kernel@vger.kernel.org |
|---|
| 10335 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz |
|---|
| 10336 | 12437 | S: Maintained |
|---|
| 10337 | | -F: kernel/time/tick*.* |
|---|
| 10338 | | -F: include/linux/tick.h |
|---|
| 12438 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz |
|---|
| 10339 | 12439 | F: include/linux/sched/nohz.h |
|---|
| 12440 | +F: include/linux/tick.h |
|---|
| 12441 | +F: kernel/time/tick*.* |
|---|
| 10340 | 12442 | |
|---|
| 10341 | 12443 | NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS) |
|---|
| 10342 | 12444 | M: Pavel Machek <pavel@ucw.cz> |
|---|
| 10343 | 12445 | M: Sakari Ailus <sakari.ailus@iki.fi> |
|---|
| 10344 | 12446 | L: linux-media@vger.kernel.org |
|---|
| 10345 | 12447 | S: Maintained |
|---|
| 10346 | | -F: drivers/media/i2c/et8ek8 |
|---|
| 10347 | 12448 | F: drivers/media/i2c/ad5820.c |
|---|
| 12449 | +F: drivers/media/i2c/et8ek8 |
|---|
| 10348 | 12450 | |
|---|
| 10349 | 12451 | NOKIA N900 POWER SUPPLY DRIVERS |
|---|
| 10350 | | -R: Pali Rohár <pali.rohar@gmail.com> |
|---|
| 10351 | | -F: include/linux/power/bq2415x_charger.h |
|---|
| 10352 | | -F: include/linux/power/bq27xxx_battery.h |
|---|
| 10353 | | -F: include/linux/power/isp1704_charger.h |
|---|
| 12452 | +R: Pali Rohár <pali@kernel.org> |
|---|
| 10354 | 12453 | F: drivers/power/supply/bq2415x_charger.c |
|---|
| 10355 | 12454 | F: drivers/power/supply/bq27xxx_battery.c |
|---|
| 10356 | 12455 | F: drivers/power/supply/bq27xxx_battery_i2c.c |
|---|
| 10357 | 12456 | F: drivers/power/supply/isp1704_charger.c |
|---|
| 10358 | 12457 | F: drivers/power/supply/rx51_battery.c |
|---|
| 12458 | +F: include/linux/power/bq2415x_charger.h |
|---|
| 12459 | +F: include/linux/power/bq27xxx_battery.h |
|---|
| 12460 | + |
|---|
| 12461 | +NOLIBC HEADER FILE |
|---|
| 12462 | +M: Willy Tarreau <w@1wt.eu> |
|---|
| 12463 | +S: Maintained |
|---|
| 12464 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/nolibc.git |
|---|
| 12465 | +F: tools/include/nolibc/ |
|---|
| 12466 | + |
|---|
| 12467 | +NSDEPS |
|---|
| 12468 | +M: Matthias Maennich <maennich@google.com> |
|---|
| 12469 | +S: Maintained |
|---|
| 12470 | +F: Documentation/core-api/symbol-namespaces.rst |
|---|
| 12471 | +F: scripts/nsdeps |
|---|
| 10359 | 12472 | |
|---|
| 10360 | 12473 | NTB AMD DRIVER |
|---|
| 12474 | +M: Sanjay R Mehta <sanju.mehta@amd.com> |
|---|
| 10361 | 12475 | M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> |
|---|
| 10362 | 12476 | L: linux-ntb@googlegroups.com |
|---|
| 10363 | 12477 | S: Supported |
|---|
| .. | .. |
|---|
| 10371 | 12485 | S: Supported |
|---|
| 10372 | 12486 | W: https://github.com/jonmason/ntb/wiki |
|---|
| 10373 | 12487 | T: git git://github.com/jonmason/ntb.git |
|---|
| 10374 | | -F: drivers/ntb/ |
|---|
| 10375 | 12488 | F: drivers/net/ntb_netdev.c |
|---|
| 12489 | +F: drivers/ntb/ |
|---|
| 10376 | 12490 | F: include/linux/ntb.h |
|---|
| 10377 | 12491 | F: include/linux/ntb_transport.h |
|---|
| 10378 | 12492 | F: tools/testing/selftests/ntb/ |
|---|
| .. | .. |
|---|
| 10394 | 12508 | NTFS FILESYSTEM |
|---|
| 10395 | 12509 | M: Anton Altaparmakov <anton@tuxera.com> |
|---|
| 10396 | 12510 | L: linux-ntfs-dev@lists.sourceforge.net |
|---|
| 12511 | +S: Supported |
|---|
| 10397 | 12512 | W: http://www.tuxera.com/ |
|---|
| 10398 | 12513 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git |
|---|
| 10399 | | -S: Supported |
|---|
| 10400 | | -F: Documentation/filesystems/ntfs.txt |
|---|
| 12514 | +F: Documentation/filesystems/ntfs.rst |
|---|
| 10401 | 12515 | F: fs/ntfs/ |
|---|
| 10402 | 12516 | |
|---|
| 10403 | 12517 | NUBUS SUBSYSTEM |
|---|
| .. | .. |
|---|
| 10413 | 12527 | M: Antonino Daplas <adaplas@gmail.com> |
|---|
| 10414 | 12528 | L: linux-fbdev@vger.kernel.org |
|---|
| 10415 | 12529 | S: Maintained |
|---|
| 10416 | | -F: drivers/video/fbdev/riva/ |
|---|
| 10417 | 12530 | F: drivers/video/fbdev/nvidia/ |
|---|
| 12531 | +F: drivers/video/fbdev/riva/ |
|---|
| 10418 | 12532 | |
|---|
| 10419 | 12533 | NVM EXPRESS DRIVER |
|---|
| 10420 | | -M: Keith Busch <keith.busch@intel.com> |
|---|
| 12534 | +M: Keith Busch <kbusch@kernel.org> |
|---|
| 10421 | 12535 | M: Jens Axboe <axboe@fb.com> |
|---|
| 10422 | 12536 | M: Christoph Hellwig <hch@lst.de> |
|---|
| 10423 | 12537 | M: Sagi Grimberg <sagi@grimberg.me> |
|---|
| 10424 | 12538 | L: linux-nvme@lists.infradead.org |
|---|
| 10425 | | -T: git://git.infradead.org/nvme.git |
|---|
| 10426 | | -W: http://git.infradead.org/nvme.git |
|---|
| 10427 | 12539 | S: Supported |
|---|
| 12540 | +W: http://git.infradead.org/nvme.git |
|---|
| 12541 | +T: git://git.infradead.org/nvme.git |
|---|
| 10428 | 12542 | F: drivers/nvme/host/ |
|---|
| 10429 | 12543 | F: include/linux/nvme.h |
|---|
| 10430 | 12544 | F: include/uapi/linux/nvme_ioctl.h |
|---|
| .. | .. |
|---|
| 10433 | 12547 | M: James Smart <james.smart@broadcom.com> |
|---|
| 10434 | 12548 | L: linux-nvme@lists.infradead.org |
|---|
| 10435 | 12549 | S: Supported |
|---|
| 10436 | | -F: include/linux/nvme-fc.h |
|---|
| 10437 | | -F: include/linux/nvme-fc-driver.h |
|---|
| 10438 | 12550 | F: drivers/nvme/host/fc.c |
|---|
| 10439 | 12551 | F: drivers/nvme/target/fc.c |
|---|
| 10440 | 12552 | F: drivers/nvme/target/fcloop.c |
|---|
| 12553 | +F: include/linux/nvme-fc-driver.h |
|---|
| 12554 | +F: include/linux/nvme-fc.h |
|---|
| 10441 | 12555 | |
|---|
| 10442 | 12556 | NVM EXPRESS TARGET DRIVER |
|---|
| 10443 | 12557 | M: Christoph Hellwig <hch@lst.de> |
|---|
| 10444 | 12558 | M: Sagi Grimberg <sagi@grimberg.me> |
|---|
| 12559 | +M: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> |
|---|
| 10445 | 12560 | L: linux-nvme@lists.infradead.org |
|---|
| 10446 | | -T: git://git.infradead.org/nvme.git |
|---|
| 10447 | | -W: http://git.infradead.org/nvme.git |
|---|
| 10448 | 12561 | S: Supported |
|---|
| 12562 | +W: http://git.infradead.org/nvme.git |
|---|
| 12563 | +T: git://git.infradead.org/nvme.git |
|---|
| 10449 | 12564 | F: drivers/nvme/target/ |
|---|
| 10450 | 12565 | |
|---|
| 10451 | 12566 | NVMEM FRAMEWORK |
|---|
| 10452 | 12567 | M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|
| 10453 | 12568 | S: Maintained |
|---|
| 10454 | | -F: drivers/nvmem/ |
|---|
| 10455 | | -F: Documentation/devicetree/bindings/nvmem/ |
|---|
| 12569 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/srini/nvmem.git |
|---|
| 10456 | 12570 | F: Documentation/ABI/stable/sysfs-bus-nvmem |
|---|
| 12571 | +F: Documentation/devicetree/bindings/nvmem/ |
|---|
| 12572 | +F: drivers/nvmem/ |
|---|
| 10457 | 12573 | F: include/linux/nvmem-consumer.h |
|---|
| 10458 | 12574 | F: include/linux/nvmem-provider.h |
|---|
| 10459 | 12575 | |
|---|
| 12576 | +NXP FSPI DRIVER |
|---|
| 12577 | +M: Ashish Kumar <ashish.kumar@nxp.com> |
|---|
| 12578 | +R: Yogesh Gaur <yogeshgaur.83@gmail.com> |
|---|
| 12579 | +L: linux-spi@vger.kernel.org |
|---|
| 12580 | +S: Maintained |
|---|
| 12581 | +F: Documentation/devicetree/bindings/spi/spi-nxp-fspi.txt |
|---|
| 12582 | +F: drivers/spi/spi-nxp-fspi.c |
|---|
| 12583 | + |
|---|
| 12584 | +NXP FXAS21002C DRIVER |
|---|
| 12585 | +M: Rui Miguel Silva <rmfrfs@gmail.com> |
|---|
| 12586 | +L: linux-iio@vger.kernel.org |
|---|
| 12587 | +S: Maintained |
|---|
| 12588 | +F: Documentation/devicetree/bindings/iio/gyroscope/nxp,fxas21002c.txt |
|---|
| 12589 | +F: drivers/iio/gyro/fxas21002c.h |
|---|
| 12590 | +F: drivers/iio/gyro/fxas21002c_core.c |
|---|
| 12591 | +F: drivers/iio/gyro/fxas21002c_i2c.c |
|---|
| 12592 | +F: drivers/iio/gyro/fxas21002c_spi.c |
|---|
| 12593 | + |
|---|
| 12594 | +NXP i.MX 8MQ DCSS DRIVER |
|---|
| 12595 | +M: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com> |
|---|
| 12596 | +R: Lucas Stach <l.stach@pengutronix.de> |
|---|
| 12597 | +L: dri-devel@lists.freedesktop.org |
|---|
| 12598 | +S: Maintained |
|---|
| 12599 | +F: Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml |
|---|
| 12600 | +F: drivers/gpu/drm/imx/dcss/ |
|---|
| 12601 | + |
|---|
| 12602 | +NXP PTN5150A CC LOGIC AND EXTCON DRIVER |
|---|
| 12603 | +M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 12604 | +L: linux-kernel@vger.kernel.org |
|---|
| 12605 | +S: Maintained |
|---|
| 12606 | +F: Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml |
|---|
| 12607 | +F: drivers/extcon/extcon-ptn5150.c |
|---|
| 12608 | + |
|---|
| 10460 | 12609 | NXP SGTL5000 DRIVER |
|---|
| 10461 | | -M: Fabio Estevam <fabio.estevam@nxp.com> |
|---|
| 12610 | +M: Fabio Estevam <festevam@gmail.com> |
|---|
| 10462 | 12611 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 10463 | 12612 | S: Maintained |
|---|
| 10464 | | -F: Documentation/devicetree/bindings/sound/sgtl5000.txt |
|---|
| 12613 | +F: Documentation/devicetree/bindings/sound/sgtl5000.yaml |
|---|
| 10465 | 12614 | F: sound/soc/codecs/sgtl5000* |
|---|
| 12615 | + |
|---|
| 12616 | +NXP SJA1105 ETHERNET SWITCH DRIVER |
|---|
| 12617 | +M: Vladimir Oltean <olteanv@gmail.com> |
|---|
| 12618 | +L: linux-kernel@vger.kernel.org |
|---|
| 12619 | +S: Maintained |
|---|
| 12620 | +F: drivers/net/dsa/sja1105 |
|---|
| 10466 | 12621 | |
|---|
| 10467 | 12622 | NXP TDA998X DRM DRIVER |
|---|
| 10468 | 12623 | M: Russell King <linux@armlinux.org.uk> |
|---|
| .. | .. |
|---|
| 10488 | 12643 | S: Supported |
|---|
| 10489 | 12644 | F: drivers/nfc/nxp-nci |
|---|
| 10490 | 12645 | |
|---|
| 12646 | +OBJAGG |
|---|
| 12647 | +M: Jiri Pirko <jiri@nvidia.com> |
|---|
| 12648 | +L: netdev@vger.kernel.org |
|---|
| 12649 | +S: Supported |
|---|
| 12650 | +F: include/linux/objagg.h |
|---|
| 12651 | +F: lib/objagg.c |
|---|
| 12652 | +F: lib/test_objagg.c |
|---|
| 12653 | + |
|---|
| 10491 | 12654 | OBJTOOL |
|---|
| 10492 | 12655 | M: Josh Poimboeuf <jpoimboe@redhat.com> |
|---|
| 10493 | 12656 | M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 10494 | 12657 | S: Supported |
|---|
| 10495 | 12658 | F: tools/objtool/ |
|---|
| 12659 | +F: include/linux/objtool.h |
|---|
| 12660 | + |
|---|
| 12661 | +OCELOT ETHERNET SWITCH DRIVER |
|---|
| 12662 | +M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com> |
|---|
| 12663 | +M: Vladimir Oltean <vladimir.oltean@nxp.com> |
|---|
| 12664 | +M: Claudiu Manoil <claudiu.manoil@nxp.com> |
|---|
| 12665 | +M: Alexandre Belloni <alexandre.belloni@bootlin.com> |
|---|
| 12666 | +L: netdev@vger.kernel.org |
|---|
| 12667 | +S: Supported |
|---|
| 12668 | +F: drivers/net/dsa/ocelot/* |
|---|
| 12669 | +F: drivers/net/ethernet/mscc/ |
|---|
| 12670 | +F: include/soc/mscc/ocelot* |
|---|
| 12671 | +F: net/dsa/tag_ocelot.c |
|---|
| 12672 | +F: tools/testing/selftests/drivers/net/ocelot/* |
|---|
| 10496 | 12673 | |
|---|
| 10497 | 12674 | OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER |
|---|
| 10498 | | -M: Frederic Barrat <fbarrat@linux.vnet.ibm.com> |
|---|
| 10499 | | -M: Andrew Donnellan <andrew.donnellan@au1.ibm.com> |
|---|
| 12675 | +M: Frederic Barrat <fbarrat@linux.ibm.com> |
|---|
| 12676 | +M: Andrew Donnellan <ajd@linux.ibm.com> |
|---|
| 10500 | 12677 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 10501 | 12678 | S: Supported |
|---|
| 10502 | | -F: arch/powerpc/platforms/powernv/ocxl.c |
|---|
| 12679 | +F: Documentation/userspace-api/accelerators/ocxl.rst |
|---|
| 10503 | 12680 | F: arch/powerpc/include/asm/pnv-ocxl.h |
|---|
| 12681 | +F: arch/powerpc/platforms/powernv/ocxl.c |
|---|
| 10504 | 12682 | F: drivers/misc/ocxl/ |
|---|
| 10505 | 12683 | F: include/misc/ocxl* |
|---|
| 10506 | 12684 | F: include/uapi/misc/ocxl.h |
|---|
| 10507 | | -F: Documentation/accelerators/ocxl.rst |
|---|
| 10508 | 12685 | |
|---|
| 10509 | 12686 | OMAP AUDIO SUPPORT |
|---|
| 10510 | 12687 | M: Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|
| .. | .. |
|---|
| 10512 | 12689 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 10513 | 12690 | L: linux-omap@vger.kernel.org |
|---|
| 10514 | 12691 | S: Maintained |
|---|
| 10515 | | -F: sound/soc/omap/ |
|---|
| 12692 | +F: sound/soc/ti/n810.c |
|---|
| 12693 | +F: sound/soc/ti/omap* |
|---|
| 12694 | +F: sound/soc/ti/rx51.c |
|---|
| 12695 | +F: sound/soc/ti/sdma-pcm.* |
|---|
| 10516 | 12696 | |
|---|
| 10517 | 12697 | OMAP CLOCK FRAMEWORK SUPPORT |
|---|
| 10518 | 12698 | M: Paul Walmsley <paul@pwsan.com> |
|---|
| .. | .. |
|---|
| 10526 | 12706 | L: linux-omap@vger.kernel.org |
|---|
| 10527 | 12707 | L: devicetree@vger.kernel.org |
|---|
| 10528 | 12708 | S: Maintained |
|---|
| 10529 | | -F: arch/arm/boot/dts/*omap* |
|---|
| 10530 | 12709 | F: arch/arm/boot/dts/*am3* |
|---|
| 10531 | 12710 | F: arch/arm/boot/dts/*am4* |
|---|
| 10532 | 12711 | F: arch/arm/boot/dts/*am5* |
|---|
| 10533 | 12712 | F: arch/arm/boot/dts/*dra7* |
|---|
| 12713 | +F: arch/arm/boot/dts/*omap* |
|---|
| 12714 | +F: arch/arm/boot/dts/logicpd-som-lv* |
|---|
| 12715 | +F: arch/arm/boot/dts/logicpd-torpedo* |
|---|
| 10534 | 12716 | |
|---|
| 10535 | 12717 | OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2) |
|---|
| 10536 | 12718 | L: linux-omap@vger.kernel.org |
|---|
| 10537 | 12719 | L: linux-fbdev@vger.kernel.org |
|---|
| 10538 | 12720 | S: Orphan |
|---|
| 12721 | +F: Documentation/arm/omap/dss.rst |
|---|
| 10539 | 12722 | F: drivers/video/fbdev/omap2/ |
|---|
| 10540 | | -F: Documentation/arm/OMAP/DSS |
|---|
| 10541 | 12723 | |
|---|
| 10542 | 12724 | OMAP FRAMEBUFFER SUPPORT |
|---|
| 10543 | 12725 | L: linux-fbdev@vger.kernel.org |
|---|
| .. | .. |
|---|
| 10550 | 12732 | M: Tony Lindgren <tony@atomide.com> |
|---|
| 10551 | 12733 | L: linux-omap@vger.kernel.org |
|---|
| 10552 | 12734 | S: Maintained |
|---|
| 10553 | | -F: drivers/memory/omap-gpmc.c |
|---|
| 10554 | 12735 | F: arch/arm/mach-omap2/*gpmc* |
|---|
| 12736 | +F: drivers/memory/omap-gpmc.c |
|---|
| 10555 | 12737 | |
|---|
| 10556 | 12738 | OMAP GPIO DRIVER |
|---|
| 10557 | 12739 | M: Grygorii Strashko <grygorii.strashko@ti.com> |
|---|
| .. | .. |
|---|
| 10593 | 12775 | S: Maintained |
|---|
| 10594 | 12776 | F: arch/arm/mach-omap2/omap_hwmod.* |
|---|
| 10595 | 12777 | |
|---|
| 12778 | +OMAP I2C DRIVER |
|---|
| 12779 | +M: Vignesh R <vigneshr@ti.com> |
|---|
| 12780 | +L: linux-omap@vger.kernel.org |
|---|
| 12781 | +L: linux-i2c@vger.kernel.org |
|---|
| 12782 | +S: Maintained |
|---|
| 12783 | +F: Documentation/devicetree/bindings/i2c/i2c-omap.txt |
|---|
| 12784 | +F: drivers/i2c/busses/i2c-omap.c |
|---|
| 12785 | + |
|---|
| 10596 | 12786 | OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) |
|---|
| 10597 | 12787 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 10598 | 12788 | L: linux-media@vger.kernel.org |
|---|
| .. | .. |
|---|
| 10602 | 12792 | F: drivers/staging/media/omap4iss/ |
|---|
| 10603 | 12793 | |
|---|
| 10604 | 12794 | OMAP MMC SUPPORT |
|---|
| 10605 | | -M: Jarkko Lavinen <jarkko.lavinen@nokia.com> |
|---|
| 12795 | +M: Aaro Koskinen <aaro.koskinen@iki.fi> |
|---|
| 10606 | 12796 | L: linux-omap@vger.kernel.org |
|---|
| 10607 | | -S: Maintained |
|---|
| 12797 | +S: Odd Fixes |
|---|
| 10608 | 12798 | F: drivers/mmc/host/omap.c |
|---|
| 10609 | 12799 | |
|---|
| 10610 | 12800 | OMAP POWER MANAGEMENT SUPPORT |
|---|
| .. | .. |
|---|
| 10630 | 12820 | L: linux-usb@vger.kernel.org |
|---|
| 10631 | 12821 | L: linux-omap@vger.kernel.org |
|---|
| 10632 | 12822 | S: Orphan |
|---|
| 10633 | | -F: drivers/usb/*/*omap* |
|---|
| 10634 | 12823 | F: arch/arm/*omap*/usb* |
|---|
| 12824 | +F: drivers/usb/*/*omap* |
|---|
| 10635 | 12825 | |
|---|
| 10636 | 12826 | OMAP/NEWFLOW NANOBONE MACHINE SUPPORT |
|---|
| 10637 | 12827 | M: Mark Jackson <mpfj@newflow.co.uk> |
|---|
| .. | .. |
|---|
| 10643 | 12833 | M: Aaro Koskinen <aaro.koskinen@iki.fi> |
|---|
| 10644 | 12834 | M: Tony Lindgren <tony@atomide.com> |
|---|
| 10645 | 12835 | L: linux-omap@vger.kernel.org |
|---|
| 12836 | +S: Maintained |
|---|
| 10646 | 12837 | Q: http://patchwork.kernel.org/project/linux-omap/list/ |
|---|
| 10647 | 12838 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git |
|---|
| 10648 | | -S: Maintained |
|---|
| 12839 | +F: arch/arm/configs/omap1_defconfig |
|---|
| 10649 | 12840 | F: arch/arm/mach-omap1/ |
|---|
| 10650 | 12841 | F: arch/arm/plat-omap/ |
|---|
| 10651 | | -F: arch/arm/configs/omap1_defconfig |
|---|
| 10652 | 12842 | F: drivers/i2c/busses/i2c-omap.c |
|---|
| 10653 | | -F: include/linux/platform_data/i2c-omap.h |
|---|
| 10654 | 12843 | F: include/linux/platform_data/ams-delta-fiq.h |
|---|
| 12844 | +F: include/linux/platform_data/i2c-omap.h |
|---|
| 10655 | 12845 | |
|---|
| 10656 | 12846 | OMAP2+ SUPPORT |
|---|
| 10657 | 12847 | M: Tony Lindgren <tony@atomide.com> |
|---|
| 10658 | 12848 | L: linux-omap@vger.kernel.org |
|---|
| 12849 | +S: Maintained |
|---|
| 10659 | 12850 | W: http://www.muru.com/linux/omap/ |
|---|
| 10660 | 12851 | W: http://linux.omap.com/ |
|---|
| 10661 | 12852 | Q: http://patchwork.kernel.org/project/linux-omap/list/ |
|---|
| 10662 | 12853 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git |
|---|
| 10663 | | -S: Maintained |
|---|
| 12854 | +F: arch/arm/configs/omap2plus_defconfig |
|---|
| 10664 | 12855 | F: arch/arm/mach-omap2/ |
|---|
| 10665 | 12856 | F: arch/arm/plat-omap/ |
|---|
| 10666 | | -F: arch/arm/configs/omap2plus_defconfig |
|---|
| 12857 | +F: drivers/bus/ti-sysc.c |
|---|
| 10667 | 12858 | F: drivers/i2c/busses/i2c-omap.c |
|---|
| 10668 | 12859 | F: drivers/irqchip/irq-omap-intc.c |
|---|
| 10669 | 12860 | F: drivers/mfd/*omap*.c |
|---|
| .. | .. |
|---|
| 10684 | 12875 | F: drivers/regulator/twl-regulator.c |
|---|
| 10685 | 12876 | F: drivers/regulator/twl6030-regulator.c |
|---|
| 10686 | 12877 | F: include/linux/platform_data/i2c-omap.h |
|---|
| 10687 | | - |
|---|
| 10688 | | -ONION OMEGA2+ BOARD |
|---|
| 10689 | | -M: Harvey Hunt <harveyhuntnexus@gmail.com> |
|---|
| 10690 | | -L: linux-mips@linux-mips.org |
|---|
| 10691 | | -S: Maintained |
|---|
| 10692 | | -F: arch/mips/boot/dts/ralink/omega2p.dts |
|---|
| 12878 | +F: include/linux/platform_data/ti-sysc.h |
|---|
| 10693 | 12879 | |
|---|
| 10694 | 12880 | OMFS FILESYSTEM |
|---|
| 10695 | 12881 | M: Bob Copeland <me@bobcopeland.com> |
|---|
| 10696 | 12882 | L: linux-karma-devel@lists.sourceforge.net |
|---|
| 10697 | 12883 | S: Maintained |
|---|
| 10698 | | -F: Documentation/filesystems/omfs.txt |
|---|
| 12884 | +F: Documentation/filesystems/omfs.rst |
|---|
| 10699 | 12885 | F: fs/omfs/ |
|---|
| 10700 | 12886 | |
|---|
| 10701 | 12887 | OMNIKEY CARDMAN 4000 DRIVER |
|---|
| .. | .. |
|---|
| 10713 | 12899 | OMNIVISION OV13858 SENSOR DRIVER |
|---|
| 10714 | 12900 | M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 10715 | 12901 | L: linux-media@vger.kernel.org |
|---|
| 10716 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10717 | 12902 | S: Maintained |
|---|
| 12903 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10718 | 12904 | F: drivers/media/i2c/ov13858.c |
|---|
| 10719 | 12905 | |
|---|
| 10720 | 12906 | OMNIVISION OV2680 SENSOR DRIVER |
|---|
| 10721 | 12907 | M: Rui Miguel Silva <rmfrfs@gmail.com> |
|---|
| 10722 | 12908 | L: linux-media@vger.kernel.org |
|---|
| 10723 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10724 | 12909 | S: Maintained |
|---|
| 10725 | | -F: drivers/media/i2c/ov2680.c |
|---|
| 12910 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10726 | 12911 | F: Documentation/devicetree/bindings/media/i2c/ov2680.txt |
|---|
| 12912 | +F: drivers/media/i2c/ov2680.c |
|---|
| 10727 | 12913 | |
|---|
| 10728 | 12914 | OMNIVISION OV2685 SENSOR DRIVER |
|---|
| 10729 | 12915 | M: Shunqian Zheng <zhengsq@rock-chips.com> |
|---|
| 10730 | 12916 | L: linux-media@vger.kernel.org |
|---|
| 10731 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10732 | 12917 | S: Maintained |
|---|
| 12918 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10733 | 12919 | F: drivers/media/i2c/ov2685.c |
|---|
| 12920 | + |
|---|
| 12921 | +OMNIVISION OV2740 SENSOR DRIVER |
|---|
| 12922 | +M: Tianshu Qiu <tian.shu.qiu@intel.com> |
|---|
| 12923 | +R: Shawn Tu <shawnx.tu@intel.com> |
|---|
| 12924 | +R: Bingbu Cao <bingbu.cao@intel.com> |
|---|
| 12925 | +L: linux-media@vger.kernel.org |
|---|
| 12926 | +S: Maintained |
|---|
| 12927 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12928 | +F: drivers/media/i2c/ov2740.c |
|---|
| 10734 | 12929 | |
|---|
| 10735 | 12930 | OMNIVISION OV5640 SENSOR DRIVER |
|---|
| 10736 | 12931 | M: Steve Longerbeam <slongerbeam@gmail.com> |
|---|
| 10737 | 12932 | L: linux-media@vger.kernel.org |
|---|
| 10738 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10739 | 12933 | S: Maintained |
|---|
| 12934 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10740 | 12935 | F: drivers/media/i2c/ov5640.c |
|---|
| 10741 | 12936 | |
|---|
| 10742 | 12937 | OMNIVISION OV5647 SENSOR DRIVER |
|---|
| 10743 | | -M: Luis Oliveira <lolivei@synopsys.com> |
|---|
| 12938 | +M: Dave Stevenson <dave.stevenson@raspberrypi.com> |
|---|
| 12939 | +M: Jacopo Mondi <jacopo@jmondi.org> |
|---|
| 10744 | 12940 | L: linux-media@vger.kernel.org |
|---|
| 10745 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10746 | 12941 | S: Maintained |
|---|
| 12942 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12943 | +F: Documentation/devicetree/bindings/media/i2c/ov5647.yaml |
|---|
| 10747 | 12944 | F: drivers/media/i2c/ov5647.c |
|---|
| 12945 | + |
|---|
| 12946 | +OMNIVISION OV5670 SENSOR DRIVER |
|---|
| 12947 | +M: Chiranjeevi Rapolu <chiranjeevi.rapolu@intel.com> |
|---|
| 12948 | +M: Hyungwoo Yang <hyungwoo.yang@intel.com> |
|---|
| 12949 | +L: linux-media@vger.kernel.org |
|---|
| 12950 | +S: Maintained |
|---|
| 12951 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12952 | +F: drivers/media/i2c/ov5670.c |
|---|
| 12953 | + |
|---|
| 12954 | +OMNIVISION OV5675 SENSOR DRIVER |
|---|
| 12955 | +M: Shawn Tu <shawnx.tu@intel.com> |
|---|
| 12956 | +L: linux-media@vger.kernel.org |
|---|
| 12957 | +S: Maintained |
|---|
| 12958 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12959 | +F: drivers/media/i2c/ov5675.c |
|---|
| 10748 | 12960 | |
|---|
| 10749 | 12961 | OMNIVISION OV5695 SENSOR DRIVER |
|---|
| 10750 | 12962 | M: Shunqian Zheng <zhengsq@rock-chips.com> |
|---|
| 10751 | 12963 | L: linux-media@vger.kernel.org |
|---|
| 10752 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10753 | 12964 | S: Maintained |
|---|
| 12965 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10754 | 12966 | F: drivers/media/i2c/ov5695.c |
|---|
| 10755 | 12967 | |
|---|
| 10756 | 12968 | OMNIVISION OV7670 SENSOR DRIVER |
|---|
| 10757 | 12969 | M: Jonathan Corbet <corbet@lwn.net> |
|---|
| 10758 | 12970 | L: linux-media@vger.kernel.org |
|---|
| 10759 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10760 | 12971 | S: Maintained |
|---|
| 10761 | | -F: drivers/media/i2c/ov7670.c |
|---|
| 12972 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10762 | 12973 | F: Documentation/devicetree/bindings/media/i2c/ov7670.txt |
|---|
| 12974 | +F: drivers/media/i2c/ov7670.c |
|---|
| 10763 | 12975 | |
|---|
| 10764 | 12976 | OMNIVISION OV772x SENSOR DRIVER |
|---|
| 10765 | 12977 | M: Jacopo Mondi <jacopo@jmondi.org> |
|---|
| 10766 | 12978 | L: linux-media@vger.kernel.org |
|---|
| 10767 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10768 | 12979 | S: Odd fixes |
|---|
| 12980 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12981 | +F: Documentation/devicetree/bindings/media/i2c/ov772x.txt |
|---|
| 10769 | 12982 | F: drivers/media/i2c/ov772x.c |
|---|
| 10770 | 12983 | F: include/media/i2c/ov772x.h |
|---|
| 10771 | | -F: Documentation/devicetree/bindings/media/i2c/ov772x.txt |
|---|
| 10772 | 12984 | |
|---|
| 10773 | 12985 | OMNIVISION OV7740 SENSOR DRIVER |
|---|
| 10774 | 12986 | M: Wenyou Yang <wenyou.yang@microchip.com> |
|---|
| 10775 | 12987 | L: linux-media@vger.kernel.org |
|---|
| 10776 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10777 | 12988 | S: Maintained |
|---|
| 10778 | | -F: drivers/media/i2c/ov7740.c |
|---|
| 12989 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10779 | 12990 | F: Documentation/devicetree/bindings/media/i2c/ov7740.txt |
|---|
| 12991 | +F: drivers/media/i2c/ov7740.c |
|---|
| 12992 | + |
|---|
| 12993 | +OMNIVISION OV8856 SENSOR DRIVER |
|---|
| 12994 | +M: Dongchun Zhu <dongchun.zhu@mediatek.com> |
|---|
| 12995 | +L: linux-media@vger.kernel.org |
|---|
| 12996 | +S: Maintained |
|---|
| 12997 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12998 | +F: Documentation/devicetree/bindings/media/i2c/ov8856.yaml |
|---|
| 12999 | +F: drivers/media/i2c/ov8856.c |
|---|
| 13000 | + |
|---|
| 13001 | +OMNIVISION OV9640 SENSOR DRIVER |
|---|
| 13002 | +M: Petr Cvek <petrcvekcz@gmail.com> |
|---|
| 13003 | +L: linux-media@vger.kernel.org |
|---|
| 13004 | +S: Maintained |
|---|
| 13005 | +F: drivers/media/i2c/ov9640.* |
|---|
| 10780 | 13006 | |
|---|
| 10781 | 13007 | OMNIVISION OV9650 SENSOR DRIVER |
|---|
| 10782 | 13008 | M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 10783 | 13009 | R: Akinobu Mita <akinobu.mita@gmail.com> |
|---|
| 10784 | 13010 | R: Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|
| 10785 | 13011 | L: linux-media@vger.kernel.org |
|---|
| 10786 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 10787 | 13012 | S: Maintained |
|---|
| 10788 | | -F: drivers/media/i2c/ov9650.c |
|---|
| 13013 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 10789 | 13014 | F: Documentation/devicetree/bindings/media/i2c/ov9650.txt |
|---|
| 13015 | +F: drivers/media/i2c/ov9650.c |
|---|
| 10790 | 13016 | |
|---|
| 10791 | 13017 | ONENAND FLASH DRIVER |
|---|
| 10792 | 13018 | M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| .. | .. |
|---|
| 10795 | 13021 | F: drivers/mtd/nand/onenand/ |
|---|
| 10796 | 13022 | F: include/linux/mtd/onenand*.h |
|---|
| 10797 | 13023 | |
|---|
| 10798 | | -ONSTREAM SCSI TAPE DRIVER |
|---|
| 10799 | | -M: Willem Riede <osst@riede.org> |
|---|
| 10800 | | -L: osst-users@lists.sourceforge.net |
|---|
| 10801 | | -L: linux-scsi@vger.kernel.org |
|---|
| 13024 | +ONION OMEGA2+ BOARD |
|---|
| 13025 | +M: Harvey Hunt <harveyhuntnexus@gmail.com> |
|---|
| 13026 | +L: linux-mips@vger.kernel.org |
|---|
| 10802 | 13027 | S: Maintained |
|---|
| 10803 | | -F: Documentation/scsi/osst.txt |
|---|
| 10804 | | -F: drivers/scsi/osst.* |
|---|
| 10805 | | -F: drivers/scsi/osst_*.h |
|---|
| 10806 | | -F: drivers/scsi/st.h |
|---|
| 13028 | +F: arch/mips/boot/dts/ralink/omega2p.dts |
|---|
| 10807 | 13029 | |
|---|
| 10808 | 13030 | OP-TEE DRIVER |
|---|
| 10809 | 13031 | M: Jens Wiklander <jens.wiklander@linaro.org> |
|---|
| 13032 | +L: op-tee@lists.trustedfirmware.org |
|---|
| 10810 | 13033 | S: Maintained |
|---|
| 13034 | +F: Documentation/ABI/testing/sysfs-bus-optee-devices |
|---|
| 10811 | 13035 | F: drivers/tee/optee/ |
|---|
| 10812 | 13036 | |
|---|
| 13037 | +OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER |
|---|
| 13038 | +M: Sumit Garg <sumit.garg@linaro.org> |
|---|
| 13039 | +L: op-tee@lists.trustedfirmware.org |
|---|
| 13040 | +S: Maintained |
|---|
| 13041 | +F: drivers/char/hw_random/optee-rng.c |
|---|
| 13042 | + |
|---|
| 10813 | 13043 | OPA-VNIC DRIVER |
|---|
| 10814 | | -M: Dennis Dalessandro <dennis.dalessandro@intel.com> |
|---|
| 10815 | | -M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> |
|---|
| 13044 | +M: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> |
|---|
| 13045 | +M: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com> |
|---|
| 10816 | 13046 | L: linux-rdma@vger.kernel.org |
|---|
| 10817 | 13047 | S: Supported |
|---|
| 10818 | 13048 | F: drivers/infiniband/ulp/opa_vnic |
|---|
| .. | .. |
|---|
| 10822 | 13052 | M: Frank Rowand <frowand.list@gmail.com> |
|---|
| 10823 | 13053 | L: devicetree@vger.kernel.org |
|---|
| 10824 | 13054 | S: Maintained |
|---|
| 10825 | | -F: Documentation/devicetree/dynamic-resolution-notes.txt |
|---|
| 10826 | | -F: Documentation/devicetree/overlay-notes.txt |
|---|
| 13055 | +F: Documentation/devicetree/dynamic-resolution-notes.rst |
|---|
| 13056 | +F: Documentation/devicetree/overlay-notes.rst |
|---|
| 10827 | 13057 | F: drivers/of/overlay.c |
|---|
| 10828 | 13058 | F: drivers/of/resolver.c |
|---|
| 10829 | 13059 | K: of_overlay_notifier_ |
|---|
| .. | .. |
|---|
| 10832 | 13062 | M: Rob Herring <robh+dt@kernel.org> |
|---|
| 10833 | 13063 | M: Frank Rowand <frowand.list@gmail.com> |
|---|
| 10834 | 13064 | L: devicetree@vger.kernel.org |
|---|
| 13065 | +S: Maintained |
|---|
| 10835 | 13066 | W: http://www.devicetree.org/ |
|---|
| 10836 | 13067 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git |
|---|
| 10837 | | -S: Maintained |
|---|
| 13068 | +F: Documentation/ABI/testing/sysfs-firmware-ofw |
|---|
| 10838 | 13069 | F: drivers/of/ |
|---|
| 10839 | 13070 | F: include/linux/of*.h |
|---|
| 10840 | 13071 | F: scripts/dtc/ |
|---|
| 10841 | | -F: Documentation/ABI/testing/sysfs-firmware-ofw |
|---|
| 10842 | 13072 | |
|---|
| 10843 | 13073 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS |
|---|
| 10844 | 13074 | M: Rob Herring <robh+dt@kernel.org> |
|---|
| 10845 | | -M: Mark Rutland <mark.rutland@arm.com> |
|---|
| 10846 | 13075 | L: devicetree@vger.kernel.org |
|---|
| 10847 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git |
|---|
| 10848 | | -Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/ |
|---|
| 10849 | 13076 | S: Maintained |
|---|
| 13077 | +Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/ |
|---|
| 13078 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git |
|---|
| 10850 | 13079 | F: Documentation/devicetree/ |
|---|
| 10851 | 13080 | F: arch/*/boot/dts/ |
|---|
| 10852 | 13081 | F: include/dt-bindings/ |
|---|
| 10853 | 13082 | |
|---|
| 10854 | 13083 | OPENCORES I2C BUS DRIVER |
|---|
| 10855 | 13084 | M: Peter Korsgaard <peter@korsgaard.com> |
|---|
| 13085 | +M: Andrew Lunn <andrew@lunn.ch> |
|---|
| 10856 | 13086 | L: linux-i2c@vger.kernel.org |
|---|
| 10857 | 13087 | S: Maintained |
|---|
| 10858 | | -F: Documentation/i2c/busses/i2c-ocores |
|---|
| 13088 | +F: Documentation/devicetree/bindings/i2c/i2c-ocores.txt |
|---|
| 13089 | +F: Documentation/i2c/busses/i2c-ocores.rst |
|---|
| 10859 | 13090 | F: drivers/i2c/busses/i2c-ocores.c |
|---|
| 13091 | +F: include/linux/platform_data/i2c-ocores.h |
|---|
| 10860 | 13092 | |
|---|
| 10861 | 13093 | OPENRISC ARCHITECTURE |
|---|
| 10862 | 13094 | M: Jonas Bonn <jonas@southpole.se> |
|---|
| 10863 | 13095 | M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> |
|---|
| 10864 | 13096 | M: Stafford Horne <shorne@gmail.com> |
|---|
| 10865 | | -T: git git://github.com/openrisc/linux.git |
|---|
| 10866 | 13097 | L: openrisc@lists.librecores.org |
|---|
| 10867 | | -W: http://openrisc.io |
|---|
| 10868 | 13098 | S: Maintained |
|---|
| 13099 | +W: http://openrisc.io |
|---|
| 13100 | +T: git git://github.com/openrisc/linux.git |
|---|
| 10869 | 13101 | F: Documentation/devicetree/bindings/openrisc/ |
|---|
| 10870 | 13102 | F: Documentation/openrisc/ |
|---|
| 10871 | 13103 | F: arch/openrisc/ |
|---|
| .. | .. |
|---|
| 10876 | 13108 | M: Pravin B Shelar <pshelar@ovn.org> |
|---|
| 10877 | 13109 | L: netdev@vger.kernel.org |
|---|
| 10878 | 13110 | L: dev@openvswitch.org |
|---|
| 10879 | | -W: http://openvswitch.org |
|---|
| 10880 | 13111 | S: Maintained |
|---|
| 10881 | | -F: net/openvswitch/ |
|---|
| 13112 | +W: http://openvswitch.org |
|---|
| 10882 | 13113 | F: include/uapi/linux/openvswitch.h |
|---|
| 13114 | +F: net/openvswitch/ |
|---|
| 10883 | 13115 | |
|---|
| 10884 | 13116 | OPERATING PERFORMANCE POINTS (OPP) |
|---|
| 10885 | 13117 | M: Viresh Kumar <vireshk@kernel.org> |
|---|
| .. | .. |
|---|
| 10888 | 13120 | L: linux-pm@vger.kernel.org |
|---|
| 10889 | 13121 | S: Maintained |
|---|
| 10890 | 13122 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git |
|---|
| 13123 | +F: Documentation/devicetree/bindings/opp/ |
|---|
| 13124 | +F: Documentation/power/opp.rst |
|---|
| 10891 | 13125 | F: drivers/opp/ |
|---|
| 10892 | 13126 | F: include/linux/pm_opp.h |
|---|
| 10893 | | -F: Documentation/power/opp.txt |
|---|
| 10894 | | -F: Documentation/devicetree/bindings/opp/ |
|---|
| 10895 | 13127 | |
|---|
| 10896 | 13128 | OPL4 DRIVER |
|---|
| 10897 | 13129 | M: Clemens Ladisch <clemens@ladisch.de> |
|---|
| 10898 | 13130 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 10899 | | -T: git git://git.alsa-project.org/alsa-kernel.git |
|---|
| 10900 | 13131 | S: Maintained |
|---|
| 13132 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 10901 | 13133 | F: sound/drivers/opl4/ |
|---|
| 10902 | 13134 | |
|---|
| 10903 | 13135 | OPROFILE |
|---|
| .. | .. |
|---|
| 10912 | 13144 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
|---|
| 10913 | 13145 | M: Mark Fasheh <mark@fasheh.com> |
|---|
| 10914 | 13146 | M: Joel Becker <jlbec@evilplan.org> |
|---|
| 13147 | +M: Joseph Qi <joseph.qi@linux.alibaba.com> |
|---|
| 10915 | 13148 | L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) |
|---|
| 10916 | | -W: http://ocfs2.wiki.kernel.org |
|---|
| 10917 | 13149 | S: Supported |
|---|
| 10918 | | -F: Documentation/filesystems/ocfs2.txt |
|---|
| 10919 | | -F: Documentation/filesystems/dlmfs.txt |
|---|
| 13150 | +W: http://ocfs2.wiki.kernel.org |
|---|
| 13151 | +F: Documentation/filesystems/dlmfs.rst |
|---|
| 13152 | +F: Documentation/filesystems/ocfs2.rst |
|---|
| 10920 | 13153 | F: fs/ocfs2/ |
|---|
| 10921 | 13154 | |
|---|
| 10922 | 13155 | ORANGEFS FILESYSTEM |
|---|
| 10923 | 13156 | M: Mike Marshall <hubcap@omnibond.com> |
|---|
| 10924 | 13157 | R: Martin Brandenburg <martin@omnibond.com> |
|---|
| 10925 | 13158 | L: devel@lists.orangefs.org |
|---|
| 10926 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git |
|---|
| 10927 | 13159 | S: Supported |
|---|
| 13160 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git |
|---|
| 13161 | +F: Documentation/filesystems/orangefs.rst |
|---|
| 10928 | 13162 | F: fs/orangefs/ |
|---|
| 10929 | | -F: Documentation/filesystems/orangefs.txt |
|---|
| 10930 | 13163 | |
|---|
| 10931 | 13164 | ORINOCO DRIVER |
|---|
| 10932 | 13165 | L: linux-wireless@vger.kernel.org |
|---|
| 10933 | | -W: http://wireless.kernel.org/en/users/Drivers/orinoco |
|---|
| 10934 | | -W: http://www.nongnu.org/orinoco/ |
|---|
| 10935 | 13166 | S: Orphan |
|---|
| 13167 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/orinoco |
|---|
| 13168 | +W: http://www.nongnu.org/orinoco/ |
|---|
| 10936 | 13169 | F: drivers/net/wireless/intersil/orinoco/ |
|---|
| 10937 | | - |
|---|
| 10938 | | -OSD LIBRARY and FILESYSTEM |
|---|
| 10939 | | -M: Boaz Harrosh <ooo@electrozaur.com> |
|---|
| 10940 | | -S: Maintained |
|---|
| 10941 | | -F: drivers/scsi/osd/ |
|---|
| 10942 | | -F: include/scsi/osd_* |
|---|
| 10943 | | -F: fs/exofs/ |
|---|
| 10944 | 13170 | |
|---|
| 10945 | 13171 | OV2659 OMNIVISION SENSOR DRIVER |
|---|
| 10946 | 13172 | M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com> |
|---|
| 10947 | 13173 | L: linux-media@vger.kernel.org |
|---|
| 13174 | +S: Maintained |
|---|
| 10948 | 13175 | W: https://linuxtv.org |
|---|
| 10949 | 13176 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 10950 | 13177 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git |
|---|
| 10951 | | -S: Maintained |
|---|
| 10952 | 13178 | F: drivers/media/i2c/ov2659.c |
|---|
| 10953 | 13179 | F: include/media/i2c/ov2659.h |
|---|
| 10954 | 13180 | |
|---|
| 10955 | 13181 | OVERLAY FILESYSTEM |
|---|
| 10956 | 13182 | M: Miklos Szeredi <miklos@szeredi.hu> |
|---|
| 10957 | 13183 | L: linux-unionfs@vger.kernel.org |
|---|
| 10958 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git |
|---|
| 10959 | 13184 | S: Supported |
|---|
| 13185 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git |
|---|
| 13186 | +F: Documentation/filesystems/overlayfs.rst |
|---|
| 10960 | 13187 | F: fs/overlayfs/ |
|---|
| 10961 | | -F: Documentation/filesystems/overlayfs.txt |
|---|
| 10962 | 13188 | |
|---|
| 10963 | 13189 | P54 WIRELESS DRIVER |
|---|
| 10964 | 13190 | M: Christian Lamparter <chunkeey@googlemail.com> |
|---|
| 10965 | 13191 | L: linux-wireless@vger.kernel.org |
|---|
| 10966 | | -W: http://wireless.kernel.org/en/users/Drivers/p54 |
|---|
| 10967 | 13192 | S: Maintained |
|---|
| 13193 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/p54 |
|---|
| 10968 | 13194 | F: drivers/net/wireless/intersil/p54/ |
|---|
| 10969 | 13195 | |
|---|
| 10970 | | -PA SEMI ETHERNET DRIVER |
|---|
| 13196 | +PACKING |
|---|
| 13197 | +M: Vladimir Oltean <olteanv@gmail.com> |
|---|
| 10971 | 13198 | L: netdev@vger.kernel.org |
|---|
| 10972 | | -S: Orphan |
|---|
| 10973 | | -F: drivers/net/ethernet/pasemi/* |
|---|
| 10974 | | - |
|---|
| 10975 | | -PA SEMI SMBUS DRIVER |
|---|
| 10976 | | -L: linux-i2c@vger.kernel.org |
|---|
| 10977 | | -S: Orphan |
|---|
| 10978 | | -F: drivers/i2c/busses/i2c-pasemi.c |
|---|
| 13199 | +S: Supported |
|---|
| 13200 | +F: Documentation/core-api/packing.rst |
|---|
| 13201 | +F: include/linux/packing.h |
|---|
| 13202 | +F: lib/packing.c |
|---|
| 10979 | 13203 | |
|---|
| 10980 | 13204 | PADATA PARALLEL EXECUTION MECHANISM |
|---|
| 10981 | 13205 | M: Steffen Klassert <steffen.klassert@secunet.com> |
|---|
| 13206 | +M: Daniel Jordan <daniel.m.jordan@oracle.com> |
|---|
| 10982 | 13207 | L: linux-crypto@vger.kernel.org |
|---|
| 13208 | +L: linux-kernel@vger.kernel.org |
|---|
| 10983 | 13209 | S: Maintained |
|---|
| 10984 | | -F: kernel/padata.c |
|---|
| 13210 | +F: Documentation/core-api/padata.rst |
|---|
| 10985 | 13211 | F: include/linux/padata.h |
|---|
| 10986 | | -F: Documentation/padata.txt |
|---|
| 13212 | +F: kernel/padata.c |
|---|
| 13213 | + |
|---|
| 13214 | +PAGE POOL |
|---|
| 13215 | +M: Jesper Dangaard Brouer <hawk@kernel.org> |
|---|
| 13216 | +M: Ilias Apalodimas <ilias.apalodimas@linaro.org> |
|---|
| 13217 | +L: netdev@vger.kernel.org |
|---|
| 13218 | +S: Supported |
|---|
| 13219 | +F: Documentation/networking/page_pool.rst |
|---|
| 13220 | +F: include/net/page_pool.h |
|---|
| 13221 | +F: include/trace/events/page_pool.h |
|---|
| 13222 | +F: net/core/page_pool.c |
|---|
| 10987 | 13223 | |
|---|
| 10988 | 13224 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
|---|
| 10989 | 13225 | M: Harald Welte <laforge@gnumonks.org> |
|---|
| .. | .. |
|---|
| 10991 | 13227 | S: Maintained |
|---|
| 10992 | 13228 | F: drivers/platform/x86/panasonic-laptop.c |
|---|
| 10993 | 13229 | |
|---|
| 13230 | +PARALLAX PING IIO SENSOR DRIVER |
|---|
| 13231 | +M: Andreas Klinger <ak@it-klinger.de> |
|---|
| 13232 | +L: linux-iio@vger.kernel.org |
|---|
| 13233 | +S: Maintained |
|---|
| 13234 | +F: Documentation/devicetree/bindings/iio/proximity/parallax-ping.yaml |
|---|
| 13235 | +F: drivers/iio/proximity/ping.c |
|---|
| 13236 | + |
|---|
| 10994 | 13237 | PARALLEL LCD/KEYPAD PANEL DRIVER |
|---|
| 10995 | 13238 | M: Willy Tarreau <willy@haproxy.com> |
|---|
| 10996 | 13239 | M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> |
|---|
| 10997 | 13240 | S: Odd Fixes |
|---|
| 10998 | | -F: Documentation/auxdisplay/lcd-panel-cgram.txt |
|---|
| 13241 | +F: Documentation/admin-guide/lcd-panel-cgram.rst |
|---|
| 10999 | 13242 | F: drivers/auxdisplay/panel.c |
|---|
| 11000 | 13243 | |
|---|
| 11001 | 13244 | PARALLEL PORT SUBSYSTEM |
|---|
| .. | .. |
|---|
| 11003 | 13246 | M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> |
|---|
| 11004 | 13247 | L: linux-parport@lists.infradead.org (subscribers-only) |
|---|
| 11005 | 13248 | S: Maintained |
|---|
| 13249 | +F: Documentation/driver-api/parport*.rst |
|---|
| 13250 | +F: drivers/char/ppdev.c |
|---|
| 11006 | 13251 | F: drivers/parport/ |
|---|
| 11007 | 13252 | F: include/linux/parport*.h |
|---|
| 11008 | | -F: drivers/char/ppdev.c |
|---|
| 11009 | 13253 | F: include/uapi/linux/ppdev.h |
|---|
| 11010 | | -F: Documentation/parport*.txt |
|---|
| 11011 | 13254 | |
|---|
| 11012 | 13255 | PARAVIRT_OPS INTERFACE |
|---|
| 11013 | 13256 | M: Juergen Gross <jgross@suse.com> |
|---|
| 11014 | | -M: Alok Kataria <akataria@vmware.com> |
|---|
| 13257 | +M: Deep Shah <sdeep@vmware.com> |
|---|
| 13258 | +M: "VMware, Inc." <pv-drivers@vmware.com> |
|---|
| 11015 | 13259 | L: virtualization@lists.linux-foundation.org |
|---|
| 11016 | 13260 | S: Supported |
|---|
| 11017 | | -F: Documentation/virtual/paravirt_ops.txt |
|---|
| 11018 | | -F: arch/*/kernel/paravirt* |
|---|
| 13261 | +F: Documentation/virt/paravirt_ops.rst |
|---|
| 11019 | 13262 | F: arch/*/include/asm/paravirt*.h |
|---|
| 13263 | +F: arch/*/kernel/paravirt* |
|---|
| 11020 | 13264 | F: include/linux/hypervisor.h |
|---|
| 11021 | 13265 | |
|---|
| 11022 | 13266 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
|---|
| 11023 | 13267 | M: Tim Waugh <tim@cyberelk.net> |
|---|
| 11024 | 13268 | L: linux-parport@lists.infradead.org (subscribers-only) |
|---|
| 11025 | 13269 | S: Maintained |
|---|
| 11026 | | -F: Documentation/blockdev/paride.txt |
|---|
| 13270 | +F: Documentation/admin-guide/blockdev/paride.rst |
|---|
| 11027 | 13271 | F: drivers/block/paride/ |
|---|
| 11028 | 13272 | |
|---|
| 11029 | 13273 | PARISC ARCHITECTURE |
|---|
| 11030 | | -M: "James E.J. Bottomley" <jejb@parisc-linux.org> |
|---|
| 13274 | +M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
|---|
| 11031 | 13275 | M: Helge Deller <deller@gmx.de> |
|---|
| 11032 | 13276 | L: linux-parisc@vger.kernel.org |
|---|
| 11033 | | -W: http://www.parisc-linux.org/ |
|---|
| 13277 | +S: Maintained |
|---|
| 13278 | +W: https://parisc.wiki.kernel.org |
|---|
| 11034 | 13279 | Q: http://patchwork.kernel.org/project/linux-parisc/list/ |
|---|
| 11035 | 13280 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git |
|---|
| 11036 | 13281 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git |
|---|
| 11037 | | -S: Maintained |
|---|
| 11038 | | -F: arch/parisc/ |
|---|
| 11039 | 13282 | F: Documentation/parisc/ |
|---|
| 11040 | | -F: drivers/parisc/ |
|---|
| 13283 | +F: arch/parisc/ |
|---|
| 11041 | 13284 | F: drivers/char/agp/parisc-agp.c |
|---|
| 13285 | +F: drivers/input/misc/hp_sdc_rtc.c |
|---|
| 11042 | 13286 | F: drivers/input/serio/gscps2.c |
|---|
| 13287 | +F: drivers/input/serio/hp_sdc* |
|---|
| 13288 | +F: drivers/parisc/ |
|---|
| 11043 | 13289 | F: drivers/parport/parport_gsc.* |
|---|
| 11044 | 13290 | F: drivers/tty/serial/8250/8250_gsc.c |
|---|
| 11045 | | -F: drivers/video/fbdev/sti* |
|---|
| 11046 | 13291 | F: drivers/video/console/sti* |
|---|
| 13292 | +F: drivers/video/fbdev/sti* |
|---|
| 11047 | 13293 | F: drivers/video/logo/logo_parisc* |
|---|
| 13294 | +F: include/linux/hp_sdc.h |
|---|
| 11048 | 13295 | |
|---|
| 11049 | 13296 | PARMAN |
|---|
| 11050 | | -M: Jiri Pirko <jiri@mellanox.com> |
|---|
| 13297 | +M: Jiri Pirko <jiri@nvidia.com> |
|---|
| 11051 | 13298 | L: netdev@vger.kernel.org |
|---|
| 11052 | 13299 | S: Supported |
|---|
| 13300 | +F: include/linux/parman.h |
|---|
| 11053 | 13301 | F: lib/parman.c |
|---|
| 11054 | 13302 | F: lib/test_parman.c |
|---|
| 11055 | | -F: include/linux/parman.h |
|---|
| 13303 | + |
|---|
| 13304 | +PC ENGINES APU BOARD DRIVER |
|---|
| 13305 | +M: Enrico Weigelt, metux IT consult <info@metux.net> |
|---|
| 13306 | +S: Maintained |
|---|
| 13307 | +F: drivers/platform/x86/pcengines-apuv2.c |
|---|
| 11056 | 13308 | |
|---|
| 11057 | 13309 | PC87360 HARDWARE MONITORING DRIVER |
|---|
| 11058 | 13310 | M: Jim Cromie <jim.cromie@gmail.com> |
|---|
| 11059 | 13311 | L: linux-hwmon@vger.kernel.org |
|---|
| 11060 | 13312 | S: Maintained |
|---|
| 11061 | | -F: Documentation/hwmon/pc87360 |
|---|
| 13313 | +F: Documentation/hwmon/pc87360.rst |
|---|
| 11062 | 13314 | F: drivers/hwmon/pc87360.c |
|---|
| 11063 | 13315 | |
|---|
| 11064 | 13316 | PC8736x GPIO DRIVER |
|---|
| .. | .. |
|---|
| 11070 | 13322 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 11071 | 13323 | L: linux-hwmon@vger.kernel.org |
|---|
| 11072 | 13324 | S: Maintained |
|---|
| 11073 | | -F: Documentation/hwmon/pc87427 |
|---|
| 13325 | +F: Documentation/hwmon/pc87427.rst |
|---|
| 11074 | 13326 | F: drivers/hwmon/pc87427.c |
|---|
| 11075 | 13327 | |
|---|
| 11076 | 13328 | PCA9532 LED DRIVER |
|---|
| .. | .. |
|---|
| 11091 | 13343 | F: drivers/firmware/pcdp.* |
|---|
| 11092 | 13344 | |
|---|
| 11093 | 13345 | PCI DRIVER FOR AARDVARK (Marvell Armada 3700) |
|---|
| 11094 | | -M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
|---|
| 13346 | +M: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
|---|
| 13347 | +M: Pali Rohár <pali@kernel.org> |
|---|
| 11095 | 13348 | L: linux-pci@vger.kernel.org |
|---|
| 11096 | 13349 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11097 | 13350 | S: Maintained |
|---|
| .. | .. |
|---|
| 11099 | 13352 | F: drivers/pci/controller/pci-aardvark.c |
|---|
| 11100 | 13353 | |
|---|
| 11101 | 13354 | PCI DRIVER FOR ALTERA PCIE IP |
|---|
| 11102 | | -M: Ley Foon Tan <lftan@altera.com> |
|---|
| 13355 | +M: Ley Foon Tan <ley.foon.tan@intel.com> |
|---|
| 11103 | 13356 | L: rfi@lists.rocketboards.org (moderated for non-subscribers) |
|---|
| 11104 | 13357 | L: linux-pci@vger.kernel.org |
|---|
| 11105 | 13358 | S: Supported |
|---|
| .. | .. |
|---|
| 11107 | 13360 | F: drivers/pci/controller/pcie-altera.c |
|---|
| 11108 | 13361 | |
|---|
| 11109 | 13362 | PCI DRIVER FOR APPLIEDMICRO XGENE |
|---|
| 11110 | | -M: Tanmay Inamdar <tinamdar@apm.com> |
|---|
| 13363 | +M: Toan Le <toan@os.amperecomputing.com> |
|---|
| 11111 | 13364 | L: linux-pci@vger.kernel.org |
|---|
| 11112 | 13365 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 11113 | 13366 | S: Maintained |
|---|
| .. | .. |
|---|
| 11119 | 13372 | L: linux-pci@vger.kernel.org |
|---|
| 11120 | 13373 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 11121 | 13374 | S: Maintained |
|---|
| 11122 | | -F: Documentation/devicetree/bindings/pci/versatile.txt |
|---|
| 13375 | +F: Documentation/devicetree/bindings/pci/versatile.yaml |
|---|
| 11123 | 13376 | F: drivers/pci/controller/pci-versatile.c |
|---|
| 11124 | 13377 | |
|---|
| 11125 | 13378 | PCI DRIVER FOR ARMADA 8K |
|---|
| 11126 | | -M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
|---|
| 13379 | +M: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
|---|
| 11127 | 13380 | L: linux-pci@vger.kernel.org |
|---|
| 11128 | 13381 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 11129 | 13382 | S: Maintained |
|---|
| .. | .. |
|---|
| 11131 | 13384 | F: drivers/pci/controller/dwc/pcie-armada8k.c |
|---|
| 11132 | 13385 | |
|---|
| 11133 | 13386 | PCI DRIVER FOR CADENCE PCIE IP |
|---|
| 11134 | | -M: Alan Douglas <adouglas@cadence.com> |
|---|
| 13387 | +M: Tom Joseph <tjoseph@cadence.com> |
|---|
| 11135 | 13388 | L: linux-pci@vger.kernel.org |
|---|
| 11136 | 13389 | S: Maintained |
|---|
| 11137 | | -F: Documentation/devicetree/bindings/pci/cdns,*.txt |
|---|
| 11138 | | -F: drivers/pci/controller/pcie-cadence* |
|---|
| 13390 | +F: Documentation/devicetree/bindings/pci/cdns,* |
|---|
| 13391 | +F: drivers/pci/controller/cadence/ |
|---|
| 11139 | 13392 | |
|---|
| 11140 | 13393 | PCI DRIVER FOR FREESCALE LAYERSCAPE |
|---|
| 11141 | 13394 | M: Minghuan Lian <minghuan.Lian@nxp.com> |
|---|
| .. | .. |
|---|
| 11148 | 13401 | F: drivers/pci/controller/dwc/*layerscape* |
|---|
| 11149 | 13402 | |
|---|
| 11150 | 13403 | PCI DRIVER FOR GENERIC OF HOSTS |
|---|
| 11151 | | -M: Will Deacon <will.deacon@arm.com> |
|---|
| 13404 | +M: Will Deacon <will@kernel.org> |
|---|
| 11152 | 13405 | L: linux-pci@vger.kernel.org |
|---|
| 11153 | 13406 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11154 | 13407 | S: Maintained |
|---|
| 11155 | | -F: Documentation/devicetree/bindings/pci/host-generic-pci.txt |
|---|
| 13408 | +F: Documentation/devicetree/bindings/pci/host-generic-pci.yaml |
|---|
| 11156 | 13409 | F: drivers/pci/controller/pci-host-common.c |
|---|
| 11157 | 13410 | F: drivers/pci/controller/pci-host-generic.c |
|---|
| 11158 | 13411 | |
|---|
| .. | .. |
|---|
| 11166 | 13419 | F: drivers/pci/controller/dwc/*imx6* |
|---|
| 11167 | 13420 | |
|---|
| 11168 | 13421 | PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD) |
|---|
| 11169 | | -M: Keith Busch <keith.busch@intel.com> |
|---|
| 11170 | 13422 | M: Jonathan Derrick <jonathan.derrick@intel.com> |
|---|
| 11171 | 13423 | L: linux-pci@vger.kernel.org |
|---|
| 11172 | 13424 | S: Supported |
|---|
| .. | .. |
|---|
| 11177 | 13429 | M: Logan Gunthorpe <logang@deltatee.com> |
|---|
| 11178 | 13430 | L: linux-pci@vger.kernel.org |
|---|
| 11179 | 13431 | S: Maintained |
|---|
| 11180 | | -F: Documentation/switchtec.txt |
|---|
| 11181 | 13432 | F: Documentation/ABI/testing/sysfs-class-switchtec |
|---|
| 11182 | | -F: drivers/pci/switch/switchtec* |
|---|
| 11183 | | -F: include/uapi/linux/switchtec_ioctl.h |
|---|
| 11184 | | -F: include/linux/switchtec.h |
|---|
| 13433 | +F: Documentation/driver-api/switchtec.rst |
|---|
| 11185 | 13434 | F: drivers/ntb/hw/mscc/ |
|---|
| 13435 | +F: drivers/pci/switch/switchtec* |
|---|
| 13436 | +F: include/linux/switchtec.h |
|---|
| 13437 | +F: include/uapi/linux/switchtec_ioctl.h |
|---|
| 11186 | 13438 | |
|---|
| 11187 | 13439 | PCI DRIVER FOR MOBIVEIL PCIE IP |
|---|
| 11188 | | -M: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in> |
|---|
| 13440 | +M: Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in> |
|---|
| 13441 | +M: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> |
|---|
| 11189 | 13442 | L: linux-pci@vger.kernel.org |
|---|
| 11190 | 13443 | S: Supported |
|---|
| 11191 | 13444 | F: Documentation/devicetree/bindings/pci/mobiveil-pcie.txt |
|---|
| 11192 | | -F: drivers/pci/controller/pcie-mobiveil.c |
|---|
| 13445 | +F: drivers/pci/controller/mobiveil/pcie-mobiveil* |
|---|
| 11193 | 13446 | |
|---|
| 11194 | 13447 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) |
|---|
| 11195 | | -M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
|---|
| 11196 | | -M: Jason Cooper <jason@lakedaemon.net> |
|---|
| 13448 | +M: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
|---|
| 11197 | 13449 | L: linux-pci@vger.kernel.org |
|---|
| 11198 | 13450 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11199 | 13451 | S: Maintained |
|---|
| .. | .. |
|---|
| 11207 | 13459 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt |
|---|
| 11208 | 13460 | F: drivers/pci/controller/pci-tegra.c |
|---|
| 11209 | 13461 | |
|---|
| 13462 | +PCI DRIVER FOR NXP LAYERSCAPE GEN4 CONTROLLER |
|---|
| 13463 | +M: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> |
|---|
| 13464 | +L: linux-pci@vger.kernel.org |
|---|
| 13465 | +L: linux-arm-kernel@lists.infradead.org |
|---|
| 13466 | +S: Maintained |
|---|
| 13467 | +F: Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt |
|---|
| 13468 | +F: drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c |
|---|
| 13469 | + |
|---|
| 11210 | 13470 | PCI DRIVER FOR RENESAS R-CAR |
|---|
| 11211 | | -M: Simon Horman <horms@verge.net.au> |
|---|
| 13471 | +M: Marek Vasut <marek.vasut+renesas@gmail.com> |
|---|
| 13472 | +M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> |
|---|
| 11212 | 13473 | L: linux-pci@vger.kernel.org |
|---|
| 11213 | 13474 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 11214 | 13475 | S: Maintained |
|---|
| 13476 | +F: Documentation/devicetree/bindings/pci/*rcar* |
|---|
| 11215 | 13477 | F: drivers/pci/controller/*rcar* |
|---|
| 11216 | 13478 | |
|---|
| 11217 | 13479 | PCI DRIVER FOR SAMSUNG EXYNOS |
|---|
| 11218 | 13480 | M: Jingoo Han <jingoohan1@gmail.com> |
|---|
| 11219 | 13481 | L: linux-pci@vger.kernel.org |
|---|
| 11220 | 13482 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11221 | | -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
|---|
| 13483 | +L: linux-samsung-soc@vger.kernel.org |
|---|
| 11222 | 13484 | S: Maintained |
|---|
| 11223 | 13485 | F: drivers/pci/controller/dwc/pci-exynos.c |
|---|
| 11224 | 13486 | |
|---|
| .. | .. |
|---|
| 11230 | 13492 | F: Documentation/devicetree/bindings/pci/designware-pcie.txt |
|---|
| 11231 | 13493 | F: drivers/pci/controller/dwc/*designware* |
|---|
| 11232 | 13494 | |
|---|
| 11233 | | -PCI DRIVER FOR TI DRA7XX |
|---|
| 13495 | +PCI DRIVER FOR TI DRA7XX/J721E |
|---|
| 11234 | 13496 | M: Kishon Vijay Abraham I <kishon@ti.com> |
|---|
| 11235 | 13497 | L: linux-omap@vger.kernel.org |
|---|
| 11236 | 13498 | L: linux-pci@vger.kernel.org |
|---|
| 13499 | +L: linux-arm-kernel@lists.infradead.org |
|---|
| 11237 | 13500 | S: Supported |
|---|
| 11238 | 13501 | F: Documentation/devicetree/bindings/pci/ti-pci.txt |
|---|
| 13502 | +F: drivers/pci/controller/cadence/pci-j721e.c |
|---|
| 11239 | 13503 | F: drivers/pci/controller/dwc/pci-dra7xx.c |
|---|
| 11240 | 13504 | |
|---|
| 11241 | 13505 | PCI DRIVER FOR TI KEYSTONE |
|---|
| .. | .. |
|---|
| 11243 | 13507 | L: linux-pci@vger.kernel.org |
|---|
| 11244 | 13508 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11245 | 13509 | S: Maintained |
|---|
| 11246 | | -F: drivers/pci/controller/dwc/*keystone* |
|---|
| 13510 | +F: drivers/pci/controller/dwc/pci-keystone.c |
|---|
| 13511 | + |
|---|
| 13512 | +PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC |
|---|
| 13513 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 13514 | +L: linux-pci@vger.kernel.org |
|---|
| 13515 | +S: Maintained |
|---|
| 13516 | +F: Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt |
|---|
| 13517 | +F: drivers/pci/controller/pci-v3-semi.c |
|---|
| 11247 | 13518 | |
|---|
| 11248 | 13519 | PCI ENDPOINT SUBSYSTEM |
|---|
| 11249 | 13520 | M: Kishon Vijay Abraham I <kishon@ti.com> |
|---|
| 11250 | 13521 | M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|
| 11251 | 13522 | L: linux-pci@vger.kernel.org |
|---|
| 11252 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git |
|---|
| 11253 | 13523 | S: Supported |
|---|
| 11254 | | -F: drivers/pci/endpoint/ |
|---|
| 13524 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git |
|---|
| 11255 | 13525 | F: drivers/misc/pci_endpoint_test.c |
|---|
| 13526 | +F: drivers/pci/endpoint/ |
|---|
| 11256 | 13527 | F: tools/pci/ |
|---|
| 11257 | 13528 | |
|---|
| 11258 | 13529 | PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC |
|---|
| 11259 | 13530 | M: Russell Currey <ruscur@russell.cc> |
|---|
| 11260 | | -M: Sam Bobroff <sbobroff@linux.ibm.com> |
|---|
| 11261 | 13531 | M: Oliver O'Halloran <oohall@gmail.com> |
|---|
| 11262 | 13532 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 11263 | 13533 | S: Supported |
|---|
| 11264 | | -F: Documentation/PCI/pci-error-recovery.txt |
|---|
| 13534 | +F: Documentation/PCI/pci-error-recovery.rst |
|---|
| 13535 | +F: Documentation/powerpc/eeh-pci-error-recovery.rst |
|---|
| 13536 | +F: arch/powerpc/include/*/eeh*.h |
|---|
| 13537 | +F: arch/powerpc/kernel/eeh*.c |
|---|
| 13538 | +F: arch/powerpc/platforms/*/eeh*.c |
|---|
| 11265 | 13539 | F: drivers/pci/pcie/aer.c |
|---|
| 11266 | 13540 | F: drivers/pci/pcie/dpc.c |
|---|
| 11267 | 13541 | F: drivers/pci/pcie/err.c |
|---|
| 11268 | | -F: Documentation/powerpc/eeh-pci-error-recovery.txt |
|---|
| 11269 | | -F: arch/powerpc/kernel/eeh*.c |
|---|
| 11270 | | -F: arch/powerpc/platforms/*/eeh*.c |
|---|
| 11271 | | -F: arch/powerpc/include/*/eeh*.h |
|---|
| 11272 | 13542 | |
|---|
| 11273 | 13543 | PCI ERROR RECOVERY |
|---|
| 11274 | 13544 | M: Linas Vepstas <linasvepstas@gmail.com> |
|---|
| 11275 | 13545 | L: linux-pci@vger.kernel.org |
|---|
| 11276 | 13546 | S: Supported |
|---|
| 11277 | | -F: Documentation/PCI/pci-error-recovery.txt |
|---|
| 13547 | +F: Documentation/PCI/pci-error-recovery.rst |
|---|
| 11278 | 13548 | |
|---|
| 11279 | 13549 | PCI MSI DRIVER FOR ALTERA MSI IP |
|---|
| 11280 | | -M: Ley Foon Tan <lftan@altera.com> |
|---|
| 13550 | +M: Ley Foon Tan <ley.foon.tan@intel.com> |
|---|
| 11281 | 13551 | L: rfi@lists.rocketboards.org (moderated for non-subscribers) |
|---|
| 11282 | 13552 | L: linux-pci@vger.kernel.org |
|---|
| 11283 | 13553 | S: Supported |
|---|
| .. | .. |
|---|
| 11285 | 13555 | F: drivers/pci/controller/pcie-altera-msi.c |
|---|
| 11286 | 13556 | |
|---|
| 11287 | 13557 | PCI MSI DRIVER FOR APPLIEDMICRO XGENE |
|---|
| 11288 | | -M: Duc Dang <dhdang@apm.com> |
|---|
| 13558 | +M: Toan Le <toan@os.amperecomputing.com> |
|---|
| 11289 | 13559 | L: linux-pci@vger.kernel.org |
|---|
| 11290 | 13560 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 11291 | 13561 | S: Maintained |
|---|
| 11292 | 13562 | F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt |
|---|
| 11293 | 13563 | F: drivers/pci/controller/pci-xgene-msi.c |
|---|
| 11294 | 13564 | |
|---|
| 13565 | +PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS |
|---|
| 13566 | +M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|
| 13567 | +R: Rob Herring <robh@kernel.org> |
|---|
| 13568 | +L: linux-pci@vger.kernel.org |
|---|
| 13569 | +S: Supported |
|---|
| 13570 | +Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
|---|
| 13571 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/ |
|---|
| 13572 | +F: drivers/pci/controller/ |
|---|
| 13573 | + |
|---|
| 11295 | 13574 | PCI SUBSYSTEM |
|---|
| 11296 | 13575 | M: Bjorn Helgaas <bhelgaas@google.com> |
|---|
| 11297 | 13576 | L: linux-pci@vger.kernel.org |
|---|
| 13577 | +S: Supported |
|---|
| 11298 | 13578 | Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
|---|
| 11299 | 13579 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git |
|---|
| 11300 | | -S: Supported |
|---|
| 11301 | | -F: Documentation/devicetree/bindings/pci/ |
|---|
| 11302 | 13580 | F: Documentation/PCI/ |
|---|
| 13581 | +F: Documentation/devicetree/bindings/pci/ |
|---|
| 13582 | +F: arch/x86/kernel/early-quirks.c |
|---|
| 13583 | +F: arch/x86/kernel/quirks.c |
|---|
| 13584 | +F: arch/x86/pci/ |
|---|
| 11303 | 13585 | F: drivers/acpi/pci* |
|---|
| 11304 | 13586 | F: drivers/pci/ |
|---|
| 11305 | 13587 | F: include/asm-generic/pci* |
|---|
| 11306 | | -F: include/linux/pci* |
|---|
| 11307 | 13588 | F: include/linux/of_pci.h |
|---|
| 13589 | +F: include/linux/pci* |
|---|
| 11308 | 13590 | F: include/uapi/linux/pci* |
|---|
| 11309 | 13591 | F: lib/pci* |
|---|
| 11310 | | -F: arch/x86/pci/ |
|---|
| 11311 | | -F: arch/x86/kernel/quirks.c |
|---|
| 11312 | 13592 | |
|---|
| 11313 | | -PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS |
|---|
| 11314 | | -M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|
| 13593 | +PCIE DRIVER FOR AMAZON ANNAPURNA LABS |
|---|
| 13594 | +M: Jonathan Chocron <jonnyc@amazon.com> |
|---|
| 11315 | 13595 | L: linux-pci@vger.kernel.org |
|---|
| 11316 | | -Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
|---|
| 11317 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/ |
|---|
| 11318 | | -S: Supported |
|---|
| 11319 | | -F: drivers/pci/controller/ |
|---|
| 13596 | +S: Maintained |
|---|
| 13597 | +F: Documentation/devicetree/bindings/pci/pcie-al.txt |
|---|
| 13598 | +F: drivers/pci/controller/dwc/pcie-al.c |
|---|
| 13599 | + |
|---|
| 13600 | +PCIE DRIVER FOR AMLOGIC MESON |
|---|
| 13601 | +M: Yue Wang <yue.wang@Amlogic.com> |
|---|
| 13602 | +L: linux-pci@vger.kernel.org |
|---|
| 13603 | +L: linux-amlogic@lists.infradead.org |
|---|
| 13604 | +S: Maintained |
|---|
| 13605 | +F: drivers/pci/controller/dwc/pci-meson.c |
|---|
| 11320 | 13606 | |
|---|
| 11321 | 13607 | PCIE DRIVER FOR AXIS ARTPEC |
|---|
| 11322 | 13608 | M: Jesper Nilsson <jesper.nilsson@axis.com> |
|---|
| .. | .. |
|---|
| 11327 | 13613 | F: drivers/pci/controller/dwc/*artpec* |
|---|
| 11328 | 13614 | |
|---|
| 11329 | 13615 | PCIE DRIVER FOR CAVIUM THUNDERX |
|---|
| 11330 | | -M: David Daney <david.daney@cavium.com> |
|---|
| 13616 | +M: Robert Richter <rric@kernel.org> |
|---|
| 11331 | 13617 | L: linux-pci@vger.kernel.org |
|---|
| 11332 | 13618 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11333 | | -S: Supported |
|---|
| 11334 | | -F: Documentation/devicetree/bindings/pci/pci-thunder-* |
|---|
| 13619 | +S: Odd Fixes |
|---|
| 11335 | 13620 | F: drivers/pci/controller/pci-thunder-* |
|---|
| 11336 | 13621 | |
|---|
| 11337 | 13622 | PCIE DRIVER FOR HISILICON |
|---|
| .. | .. |
|---|
| 11350 | 13635 | F: drivers/pci/controller/dwc/pcie-kirin.c |
|---|
| 11351 | 13636 | |
|---|
| 11352 | 13637 | PCIE DRIVER FOR HISILICON STB |
|---|
| 11353 | | -M: Jianguo Sun <sunjianguo1@huawei.com> |
|---|
| 11354 | 13638 | M: Shawn Guo <shawn.guo@linaro.org> |
|---|
| 11355 | 13639 | L: linux-pci@vger.kernel.org |
|---|
| 11356 | 13640 | S: Maintained |
|---|
| .. | .. |
|---|
| 11380 | 13664 | F: Documentation/devicetree/bindings/pci/rockchip-pcie* |
|---|
| 11381 | 13665 | F: drivers/pci/controller/pcie-rockchip* |
|---|
| 11382 | 13666 | |
|---|
| 11383 | | -PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC |
|---|
| 11384 | | -M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 13667 | +PCIE DRIVER FOR SOCIONEXT UNIPHIER |
|---|
| 13668 | +M: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> |
|---|
| 11385 | 13669 | L: linux-pci@vger.kernel.org |
|---|
| 11386 | 13670 | S: Maintained |
|---|
| 11387 | | -F: Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt |
|---|
| 11388 | | -F: drivers/pci/controller/pci-v3-semi.c |
|---|
| 13671 | +F: Documentation/devicetree/bindings/pci/uniphier-pcie* |
|---|
| 13672 | +F: drivers/pci/controller/dwc/pcie-uniphier* |
|---|
| 11389 | 13673 | |
|---|
| 11390 | 13674 | PCIE DRIVER FOR ST SPEAR13XX |
|---|
| 11391 | 13675 | M: Pratyush Anand <pratyush.anand@gmail.com> |
|---|
| .. | .. |
|---|
| 11395 | 13679 | |
|---|
| 11396 | 13680 | PCMCIA SUBSYSTEM |
|---|
| 11397 | 13681 | M: Dominik Brodowski <linux@dominikbrodowski.net> |
|---|
| 11398 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git |
|---|
| 11399 | 13682 | S: Odd Fixes |
|---|
| 13683 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git |
|---|
| 11400 | 13684 | F: Documentation/pcmcia/ |
|---|
| 11401 | | -F: tools/pcmcia/ |
|---|
| 11402 | 13685 | F: drivers/pcmcia/ |
|---|
| 11403 | 13686 | F: include/pcmcia/ |
|---|
| 13687 | +F: tools/pcmcia/ |
|---|
| 11404 | 13688 | |
|---|
| 11405 | 13689 | PCNET32 NETWORK DRIVER |
|---|
| 11406 | 13690 | M: Don Fry <pcnet32@frontier.com> |
|---|
| .. | .. |
|---|
| 11421 | 13705 | S: Maintained |
|---|
| 11422 | 13706 | F: drivers/platform/x86/peaq-wmi.c |
|---|
| 11423 | 13707 | |
|---|
| 13708 | +PENSANDO ETHERNET DRIVERS |
|---|
| 13709 | +M: Shannon Nelson <snelson@pensando.io> |
|---|
| 13710 | +M: Pensando Drivers <drivers@pensando.io> |
|---|
| 13711 | +L: netdev@vger.kernel.org |
|---|
| 13712 | +S: Supported |
|---|
| 13713 | +F: Documentation/networking/device_drivers/ethernet/pensando/ionic.rst |
|---|
| 13714 | +F: drivers/net/ethernet/pensando/ |
|---|
| 13715 | + |
|---|
| 11424 | 13716 | PER-CPU MEMORY ALLOCATOR |
|---|
| 11425 | 13717 | M: Dennis Zhou <dennis@kernel.org> |
|---|
| 11426 | 13718 | M: Tejun Heo <tj@kernel.org> |
|---|
| 11427 | 13719 | M: Christoph Lameter <cl@linux.com> |
|---|
| 11428 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git |
|---|
| 11429 | 13720 | S: Maintained |
|---|
| 13721 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git |
|---|
| 13722 | +F: arch/*/include/asm/percpu.h |
|---|
| 11430 | 13723 | F: include/linux/percpu*.h |
|---|
| 11431 | 13724 | F: mm/percpu*.c |
|---|
| 11432 | | -F: arch/*/include/asm/percpu.h |
|---|
| 11433 | 13725 | |
|---|
| 11434 | 13726 | PER-TASK DELAY ACCOUNTING |
|---|
| 11435 | 13727 | M: Balbir Singh <bsingharora@gmail.com> |
|---|
| .. | .. |
|---|
| 11441 | 13733 | M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 11442 | 13734 | M: Ingo Molnar <mingo@redhat.com> |
|---|
| 11443 | 13735 | M: Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|
| 13736 | +R: Mark Rutland <mark.rutland@arm.com> |
|---|
| 11444 | 13737 | R: Alexander Shishkin <alexander.shishkin@linux.intel.com> |
|---|
| 11445 | 13738 | R: Jiri Olsa <jolsa@redhat.com> |
|---|
| 11446 | 13739 | R: Namhyung Kim <namhyung@kernel.org> |
|---|
| 11447 | 13740 | L: linux-kernel@vger.kernel.org |
|---|
| 11448 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
|---|
| 11449 | 13741 | S: Supported |
|---|
| 11450 | | -F: kernel/events/* |
|---|
| 13742 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
|---|
| 13743 | +F: arch/*/events/* |
|---|
| 13744 | +F: arch/*/events/*/* |
|---|
| 13745 | +F: arch/*/include/asm/perf_event.h |
|---|
| 13746 | +F: arch/*/kernel/*/*/perf_event*.c |
|---|
| 13747 | +F: arch/*/kernel/*/perf_event*.c |
|---|
| 13748 | +F: arch/*/kernel/perf_callchain.c |
|---|
| 13749 | +F: arch/*/kernel/perf_event*.c |
|---|
| 11451 | 13750 | F: include/linux/perf_event.h |
|---|
| 11452 | 13751 | F: include/uapi/linux/perf_event.h |
|---|
| 11453 | | -F: arch/*/kernel/perf_event*.c |
|---|
| 11454 | | -F: arch/*/kernel/*/perf_event*.c |
|---|
| 11455 | | -F: arch/*/kernel/*/*/perf_event*.c |
|---|
| 11456 | | -F: arch/*/include/asm/perf_event.h |
|---|
| 11457 | | -F: arch/*/kernel/perf_callchain.c |
|---|
| 11458 | | -F: arch/*/events/* |
|---|
| 13752 | +F: kernel/events/* |
|---|
| 13753 | +F: tools/lib/perf/ |
|---|
| 11459 | 13754 | F: tools/perf/ |
|---|
| 13755 | + |
|---|
| 13756 | +PERFORMANCE EVENTS TOOLING ARM64 |
|---|
| 13757 | +R: John Garry <john.garry@huawei.com> |
|---|
| 13758 | +R: Will Deacon <will@kernel.org> |
|---|
| 13759 | +R: Mathieu Poirier <mathieu.poirier@linaro.org> |
|---|
| 13760 | +R: Leo Yan <leo.yan@linaro.org> |
|---|
| 13761 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 13762 | +S: Supported |
|---|
| 13763 | +F: tools/build/feature/test-libopencsd.c |
|---|
| 13764 | +F: tools/perf/arch/arm*/ |
|---|
| 13765 | +F: tools/perf/pmu-events/arch/arm64/ |
|---|
| 13766 | +F: tools/perf/util/arm-spe* |
|---|
| 13767 | +F: tools/perf/util/cs-etm* |
|---|
| 11460 | 13768 | |
|---|
| 11461 | 13769 | PERSONALITY HANDLING |
|---|
| 11462 | 13770 | M: Christoph Hellwig <hch@infradead.org> |
|---|
| .. | .. |
|---|
| 11475 | 13783 | PHONET PROTOCOL |
|---|
| 11476 | 13784 | M: Remi Denis-Courmont <courmisch@gmail.com> |
|---|
| 11477 | 13785 | S: Supported |
|---|
| 11478 | | -F: Documentation/networking/phonet.txt |
|---|
| 13786 | +F: Documentation/networking/phonet.rst |
|---|
| 11479 | 13787 | F: include/linux/phonet.h |
|---|
| 11480 | 13788 | F: include/net/phonet/ |
|---|
| 11481 | 13789 | F: include/uapi/linux/phonet.h |
|---|
| .. | .. |
|---|
| 11496 | 13804 | PICOXCELL SUPPORT |
|---|
| 11497 | 13805 | M: Jamie Iles <jamie@jamieiles.com> |
|---|
| 11498 | 13806 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11499 | | -T: git git://github.com/jamieiles/linux-2.6-ji.git |
|---|
| 11500 | 13807 | S: Supported |
|---|
| 13808 | +T: git git://github.com/jamieiles/linux-2.6-ji.git |
|---|
| 11501 | 13809 | F: arch/arm/boot/dts/picoxcell* |
|---|
| 11502 | 13810 | F: arch/arm/mach-picoxcell/ |
|---|
| 11503 | 13811 | F: drivers/crypto/picoxcell* |
|---|
| 11504 | 13812 | |
|---|
| 13813 | +PIDFD API |
|---|
| 13814 | +M: Christian Brauner <christian@brauner.io> |
|---|
| 13815 | +L: linux-kernel@vger.kernel.org |
|---|
| 13816 | +S: Maintained |
|---|
| 13817 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git |
|---|
| 13818 | +F: samples/pidfd/ |
|---|
| 13819 | +F: tools/testing/selftests/clone3/ |
|---|
| 13820 | +F: tools/testing/selftests/pid_namespace/ |
|---|
| 13821 | +F: tools/testing/selftests/pidfd/ |
|---|
| 13822 | +K: (?i)pidfd |
|---|
| 13823 | +K: (?i)clone3 |
|---|
| 13824 | +K: \b(clone_args|kernel_clone_args)\b |
|---|
| 13825 | + |
|---|
| 11505 | 13826 | PIN CONTROL SUBSYSTEM |
|---|
| 11506 | 13827 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 11507 | 13828 | L: linux-gpio@vger.kernel.org |
|---|
| 11508 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git |
|---|
| 11509 | 13829 | S: Maintained |
|---|
| 13830 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git |
|---|
| 11510 | 13831 | F: Documentation/devicetree/bindings/pinctrl/ |
|---|
| 11511 | 13832 | F: Documentation/driver-api/pinctl.rst |
|---|
| 11512 | 13833 | F: drivers/pinctrl/ |
|---|
| 11513 | 13834 | F: include/linux/pinctrl/ |
|---|
| 11514 | | - |
|---|
| 11515 | | -PIN CONTROLLER - ATMEL AT91 |
|---|
| 11516 | | -M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> |
|---|
| 11517 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11518 | | -S: Maintained |
|---|
| 11519 | | -F: drivers/pinctrl/pinctrl-at91.* |
|---|
| 11520 | | - |
|---|
| 11521 | | -PIN CONTROLLER - ATMEL AT91 PIO4 |
|---|
| 11522 | | -M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 11523 | | -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11524 | | -L: linux-gpio@vger.kernel.org |
|---|
| 11525 | | -S: Supported |
|---|
| 11526 | | -F: drivers/pinctrl/pinctrl-at91-pio4.* |
|---|
| 11527 | 13835 | |
|---|
| 11528 | 13836 | PIN CONTROLLER - FREESCALE |
|---|
| 11529 | 13837 | M: Dong Aisheng <aisheng.dong@nxp.com> |
|---|
| .. | .. |
|---|
| 11533 | 13841 | R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 11534 | 13842 | L: linux-gpio@vger.kernel.org |
|---|
| 11535 | 13843 | S: Maintained |
|---|
| 11536 | | -F: drivers/pinctrl/freescale/ |
|---|
| 11537 | 13844 | F: Documentation/devicetree/bindings/pinctrl/fsl,* |
|---|
| 13845 | +F: drivers/pinctrl/freescale/ |
|---|
| 11538 | 13846 | |
|---|
| 11539 | 13847 | PIN CONTROLLER - INTEL |
|---|
| 11540 | 13848 | M: Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|
| 11541 | | -M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|
| 13849 | +M: Andy Shevchenko <andy@kernel.org> |
|---|
| 11542 | 13850 | S: Maintained |
|---|
| 13851 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git |
|---|
| 11543 | 13852 | F: drivers/pinctrl/intel/ |
|---|
| 11544 | 13853 | |
|---|
| 11545 | 13854 | PIN CONTROLLER - MEDIATEK |
|---|
| 11546 | | -M: Sean Wang <sean.wang@mediatek.com> |
|---|
| 13855 | +M: Sean Wang <sean.wang@kernel.org> |
|---|
| 11547 | 13856 | L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11548 | 13857 | S: Maintained |
|---|
| 11549 | 13858 | F: Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt |
|---|
| 11550 | 13859 | F: Documentation/devicetree/bindings/pinctrl/pinctrl-mt7622.txt |
|---|
| 11551 | | -F: drivers/pinctrl/mediatek/mtk-eint.* |
|---|
| 11552 | | -F: drivers/pinctrl/mediatek/pinctrl-mtk-common.* |
|---|
| 11553 | | -F: drivers/pinctrl/mediatek/pinctrl-mt2701.c |
|---|
| 11554 | | -F: drivers/pinctrl/mediatek/pinctrl-mt7622.c |
|---|
| 13860 | +F: drivers/pinctrl/mediatek/ |
|---|
| 13861 | + |
|---|
| 13862 | +PIN CONTROLLER - MICROCHIP AT91 |
|---|
| 13863 | +M: Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|
| 13864 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 13865 | +L: linux-gpio@vger.kernel.org |
|---|
| 13866 | +S: Supported |
|---|
| 13867 | +F: drivers/gpio/gpio-sama5d2-piobu.c |
|---|
| 13868 | +F: drivers/pinctrl/pinctrl-at91* |
|---|
| 11555 | 13869 | |
|---|
| 11556 | 13870 | PIN CONTROLLER - QUALCOMM |
|---|
| 11557 | 13871 | M: Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|
| 11558 | | -S: Maintained |
|---|
| 11559 | 13872 | L: linux-arm-msm@vger.kernel.org |
|---|
| 13873 | +S: Maintained |
|---|
| 11560 | 13874 | F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt |
|---|
| 11561 | 13875 | F: drivers/pinctrl/qcom/ |
|---|
| 11562 | 13876 | |
|---|
| 11563 | 13877 | PIN CONTROLLER - RENESAS |
|---|
| 11564 | | -M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 11565 | 13878 | M: Geert Uytterhoeven <geert+renesas@glider.be> |
|---|
| 11566 | 13879 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 11567 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc |
|---|
| 11568 | | -S: Maintained |
|---|
| 11569 | | -F: drivers/pinctrl/sh-pfc/ |
|---|
| 13880 | +S: Supported |
|---|
| 13881 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git renesas-pinctrl |
|---|
| 13882 | +F: Documentation/devicetree/bindings/pinctrl/renesas,* |
|---|
| 13883 | +F: drivers/pinctrl/renesas/ |
|---|
| 11570 | 13884 | |
|---|
| 11571 | 13885 | PIN CONTROLLER - SAMSUNG |
|---|
| 11572 | 13886 | M: Tomasz Figa <tomasz.figa@gmail.com> |
|---|
| 11573 | 13887 | M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 11574 | 13888 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|
| 11575 | 13889 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11576 | | -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
|---|
| 13890 | +L: linux-samsung-soc@vger.kernel.org |
|---|
| 13891 | +S: Maintained |
|---|
| 11577 | 13892 | Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ |
|---|
| 11578 | 13893 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git |
|---|
| 11579 | | -S: Maintained |
|---|
| 13894 | +F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt |
|---|
| 11580 | 13895 | F: drivers/pinctrl/samsung/ |
|---|
| 11581 | 13896 | F: include/dt-bindings/pinctrl/samsung.h |
|---|
| 11582 | | -F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt |
|---|
| 11583 | 13897 | |
|---|
| 11584 | 13898 | PIN CONTROLLER - SINGLE |
|---|
| 11585 | 13899 | M: Tony Lindgren <tony@atomide.com> |
|---|
| .. | .. |
|---|
| 11592 | 13906 | PIN CONTROLLER - ST SPEAR |
|---|
| 11593 | 13907 | M: Viresh Kumar <vireshk@kernel.org> |
|---|
| 11594 | 13908 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 11595 | | -W: http://www.st.com/spear |
|---|
| 11596 | 13909 | S: Maintained |
|---|
| 13910 | +W: http://www.st.com/spear |
|---|
| 11597 | 13911 | F: drivers/pinctrl/spear/ |
|---|
| 11598 | 13912 | |
|---|
| 11599 | 13913 | PISTACHIO SOC SUPPORT |
|---|
| 11600 | 13914 | M: James Hartley <james.hartley@sondrel.com> |
|---|
| 11601 | | -L: linux-mips@linux-mips.org |
|---|
| 13915 | +L: linux-mips@vger.kernel.org |
|---|
| 11602 | 13916 | S: Odd Fixes |
|---|
| 11603 | | -F: arch/mips/pistachio/ |
|---|
| 11604 | | -F: arch/mips/include/asm/mach-pistachio/ |
|---|
| 11605 | 13917 | F: arch/mips/boot/dts/img/pistachio* |
|---|
| 11606 | 13918 | F: arch/mips/configs/pistachio*_defconfig |
|---|
| 13919 | +F: arch/mips/include/asm/mach-pistachio/ |
|---|
| 13920 | +F: arch/mips/pistachio/ |
|---|
| 11607 | 13921 | |
|---|
| 11608 | 13922 | PKTCDVD DRIVER |
|---|
| 11609 | | -S: Orphan |
|---|
| 11610 | 13923 | M: linux-block@vger.kernel.org |
|---|
| 13924 | +S: Orphan |
|---|
| 11611 | 13925 | F: drivers/block/pktcdvd.c |
|---|
| 11612 | 13926 | F: include/linux/pktcdvd.h |
|---|
| 11613 | 13927 | F: include/uapi/linux/pktcdvd.h |
|---|
| 11614 | 13928 | |
|---|
| 11615 | | -PKUNITY SOC DRIVERS |
|---|
| 11616 | | -M: Guan Xuetao <gxt@pku.edu.cn> |
|---|
| 11617 | | -W: http://mprc.pku.edu.cn/~guanxuetao/linux |
|---|
| 13929 | +PLANTOWER PMS7003 AIR POLLUTION SENSOR DRIVER |
|---|
| 13930 | +M: Tomasz Duszynski <tduszyns@gmail.com> |
|---|
| 11618 | 13931 | S: Maintained |
|---|
| 11619 | | -T: git git://github.com/gxt/linux.git |
|---|
| 11620 | | -F: drivers/input/serio/i8042-unicore32io.h |
|---|
| 11621 | | -F: drivers/i2c/busses/i2c-puv3.c |
|---|
| 11622 | | -F: drivers/video/fbdev/fb-puv3.c |
|---|
| 11623 | | -F: drivers/rtc/rtc-puv3.c |
|---|
| 13932 | +F: Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml |
|---|
| 13933 | +F: drivers/iio/chemical/pms7003.c |
|---|
| 13934 | + |
|---|
| 13935 | +PLDMFW LIBRARY |
|---|
| 13936 | +M: Jacob Keller <jacob.e.keller@intel.com> |
|---|
| 13937 | +S: Maintained |
|---|
| 13938 | +F: Documentation/driver-api/pldmfw/ |
|---|
| 13939 | +F: include/linux/pldmfw.h |
|---|
| 13940 | +F: lib/pldmfw/ |
|---|
| 13941 | + |
|---|
| 13942 | +PLX DMA DRIVER |
|---|
| 13943 | +M: Logan Gunthorpe <logang@deltatee.com> |
|---|
| 13944 | +S: Maintained |
|---|
| 13945 | +F: drivers/dma/plx_dma.c |
|---|
| 13946 | + |
|---|
| 13947 | +PM-GRAPH UTILITY |
|---|
| 13948 | +M: "Todd E Brandt" <todd.e.brandt@linux.intel.com> |
|---|
| 13949 | +L: linux-pm@vger.kernel.org |
|---|
| 13950 | +S: Supported |
|---|
| 13951 | +W: https://01.org/pm-graph |
|---|
| 13952 | +B: https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools |
|---|
| 13953 | +T: git git://github.com/intel/pm-graph |
|---|
| 13954 | +F: tools/power/pm-graph |
|---|
| 11624 | 13955 | |
|---|
| 11625 | 13956 | PMBUS HARDWARE MONITORING DRIVERS |
|---|
| 11626 | 13957 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 11627 | 13958 | L: linux-hwmon@vger.kernel.org |
|---|
| 13959 | +S: Maintained |
|---|
| 11628 | 13960 | W: http://hwmon.wiki.kernel.org/ |
|---|
| 11629 | 13961 | W: http://www.roeck-us.net/linux/drivers/ |
|---|
| 11630 | 13962 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git |
|---|
| 11631 | | -S: Maintained |
|---|
| 11632 | | -F: Documentation/hwmon/pmbus |
|---|
| 13963 | +F: Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt |
|---|
| 13964 | +F: Documentation/devicetree/bindings/hwmon/ltc2978.txt |
|---|
| 13965 | +F: Documentation/devicetree/bindings/hwmon/max31785.txt |
|---|
| 13966 | +F: Documentation/hwmon/adm1275.rst |
|---|
| 13967 | +F: Documentation/hwmon/ibm-cffps.rst |
|---|
| 13968 | +F: Documentation/hwmon/ir35221.rst |
|---|
| 13969 | +F: Documentation/hwmon/lm25066.rst |
|---|
| 13970 | +F: Documentation/hwmon/ltc2978.rst |
|---|
| 13971 | +F: Documentation/hwmon/ltc3815.rst |
|---|
| 13972 | +F: Documentation/hwmon/max16064.rst |
|---|
| 13973 | +F: Documentation/hwmon/max20751.rst |
|---|
| 13974 | +F: Documentation/hwmon/max31785.rst |
|---|
| 13975 | +F: Documentation/hwmon/max34440.rst |
|---|
| 13976 | +F: Documentation/hwmon/max8688.rst |
|---|
| 13977 | +F: Documentation/hwmon/pmbus-core.rst |
|---|
| 13978 | +F: Documentation/hwmon/pmbus.rst |
|---|
| 13979 | +F: Documentation/hwmon/tps40422.rst |
|---|
| 13980 | +F: Documentation/hwmon/ucd9000.rst |
|---|
| 13981 | +F: Documentation/hwmon/ucd9200.rst |
|---|
| 13982 | +F: Documentation/hwmon/zl6100.rst |
|---|
| 11633 | 13983 | F: drivers/hwmon/pmbus/ |
|---|
| 11634 | 13984 | F: include/linux/pmbus.h |
|---|
| 11635 | 13985 | |
|---|
| 11636 | 13986 | PMC SIERRA MaxRAID DRIVER |
|---|
| 11637 | 13987 | L: linux-scsi@vger.kernel.org |
|---|
| 11638 | | -W: http://www.pmc-sierra.com/ |
|---|
| 11639 | 13988 | S: Orphan |
|---|
| 13989 | +W: http://www.pmc-sierra.com/ |
|---|
| 11640 | 13990 | F: drivers/scsi/pmcraid.* |
|---|
| 11641 | 13991 | |
|---|
| 11642 | 13992 | PMC SIERRA PM8001 DRIVER |
|---|
| 11643 | | -M: Jack Wang <jinpu.wang@profitbricks.com> |
|---|
| 11644 | | -M: lindar_liu@usish.com |
|---|
| 13993 | +M: Jack Wang <jinpu.wang@cloud.ionos.com> |
|---|
| 11645 | 13994 | L: linux-scsi@vger.kernel.org |
|---|
| 11646 | 13995 | S: Supported |
|---|
| 11647 | 13996 | F: drivers/scsi/pm8001/ |
|---|
| 11648 | 13997 | |
|---|
| 13998 | +PNI RM3100 IIO DRIVER |
|---|
| 13999 | +M: Song Qiang <songqiang1304521@gmail.com> |
|---|
| 14000 | +L: linux-iio@vger.kernel.org |
|---|
| 14001 | +S: Maintained |
|---|
| 14002 | +F: Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt |
|---|
| 14003 | +F: drivers/iio/magnetometer/rm3100* |
|---|
| 14004 | + |
|---|
| 11649 | 14005 | PNP SUPPORT |
|---|
| 11650 | 14006 | M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> |
|---|
| 14007 | +L: linux-acpi@vger.kernel.org |
|---|
| 11651 | 14008 | S: Maintained |
|---|
| 11652 | 14009 | F: drivers/pnp/ |
|---|
| 14010 | +F: include/linux/pnp.h |
|---|
| 11653 | 14011 | |
|---|
| 11654 | 14012 | POSIX CLOCKS and TIMERS |
|---|
| 11655 | 14013 | M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 11656 | 14014 | L: linux-kernel@vger.kernel.org |
|---|
| 11657 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
|---|
| 11658 | 14015 | S: Maintained |
|---|
| 14016 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
|---|
| 11659 | 14017 | F: fs/timerfd.c |
|---|
| 14018 | +F: include/linux/time_namespace.h |
|---|
| 11660 | 14019 | F: include/linux/timer* |
|---|
| 11661 | 14020 | F: kernel/time/*timer* |
|---|
| 14021 | +F: kernel/time/namespace.c |
|---|
| 11662 | 14022 | |
|---|
| 11663 | 14023 | POWER MANAGEMENT CORE |
|---|
| 11664 | 14024 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|
| 11665 | 14025 | L: linux-pm@vger.kernel.org |
|---|
| 11666 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
|---|
| 11667 | | -B: https://bugzilla.kernel.org |
|---|
| 11668 | 14026 | S: Supported |
|---|
| 14027 | +B: https://bugzilla.kernel.org |
|---|
| 14028 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
|---|
| 11669 | 14029 | F: drivers/base/power/ |
|---|
| 14030 | +F: drivers/powercap/ |
|---|
| 14031 | +F: include/linux/intel_rapl.h |
|---|
| 11670 | 14032 | F: include/linux/pm.h |
|---|
| 11671 | 14033 | F: include/linux/pm_* |
|---|
| 11672 | 14034 | F: include/linux/powercap.h |
|---|
| 11673 | | -F: drivers/powercap/ |
|---|
| 11674 | 14035 | F: kernel/configs/nopm.config |
|---|
| 11675 | 14036 | |
|---|
| 11676 | 14037 | POWER STATE COORDINATION INTERFACE (PSCI) |
|---|
| .. | .. |
|---|
| 11678 | 14039 | M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|
| 11679 | 14040 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 11680 | 14041 | S: Maintained |
|---|
| 11681 | | -F: drivers/firmware/psci*.c |
|---|
| 14042 | +F: drivers/firmware/psci/ |
|---|
| 11682 | 14043 | F: include/linux/psci.h |
|---|
| 11683 | 14044 | F: include/uapi/linux/psci.h |
|---|
| 11684 | 14045 | |
|---|
| 11685 | 14046 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
|---|
| 11686 | 14047 | M: Sebastian Reichel <sre@kernel.org> |
|---|
| 11687 | 14048 | L: linux-pm@vger.kernel.org |
|---|
| 11688 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git |
|---|
| 11689 | 14049 | S: Maintained |
|---|
| 14050 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git |
|---|
| 11690 | 14051 | F: Documentation/ABI/testing/sysfs-class-power |
|---|
| 11691 | 14052 | F: Documentation/devicetree/bindings/power/supply/ |
|---|
| 11692 | | -F: include/linux/power_supply.h |
|---|
| 11693 | 14053 | F: drivers/power/supply/ |
|---|
| 14054 | +F: include/linux/power_supply.h |
|---|
| 11694 | 14055 | |
|---|
| 11695 | 14056 | POWERNV OPERATOR PANEL LCD DISPLAY DRIVER |
|---|
| 11696 | 14057 | M: Suraj Jitindar Singh <sjitindarsingh@gmail.com> |
|---|
| .. | .. |
|---|
| 11701 | 14062 | PPP OVER ATM (RFC 2364) |
|---|
| 11702 | 14063 | M: Mitchell Blank Jr <mitch@sfgoth.com> |
|---|
| 11703 | 14064 | S: Maintained |
|---|
| 11704 | | -F: net/atm/pppoatm.c |
|---|
| 11705 | 14065 | F: include/uapi/linux/atmppp.h |
|---|
| 14066 | +F: net/atm/pppoatm.c |
|---|
| 11706 | 14067 | |
|---|
| 11707 | 14068 | PPP OVER ETHERNET |
|---|
| 11708 | 14069 | M: Michal Ostrowski <mostrows@earthlink.net> |
|---|
| .. | .. |
|---|
| 11713 | 14074 | PPP OVER L2TP |
|---|
| 11714 | 14075 | M: James Chapman <jchapman@katalix.com> |
|---|
| 11715 | 14076 | S: Maintained |
|---|
| 11716 | | -F: net/l2tp/l2tp_ppp.c |
|---|
| 11717 | 14077 | F: include/linux/if_pppol2tp.h |
|---|
| 11718 | 14078 | F: include/uapi/linux/if_pppol2tp.h |
|---|
| 14079 | +F: net/l2tp/l2tp_ppp.c |
|---|
| 11719 | 14080 | |
|---|
| 11720 | 14081 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
|---|
| 11721 | 14082 | M: Paul Mackerras <paulus@samba.org> |
|---|
| .. | .. |
|---|
| 11725 | 14086 | |
|---|
| 11726 | 14087 | PPS SUPPORT |
|---|
| 11727 | 14088 | M: Rodolfo Giometti <giometti@enneenne.com> |
|---|
| 11728 | | -W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
|---|
| 11729 | 14089 | L: linuxpps@ml.enneenne.com (subscribers-only) |
|---|
| 11730 | 14090 | S: Maintained |
|---|
| 11731 | | -F: Documentation/pps/ |
|---|
| 11732 | | -F: Documentation/devicetree/bindings/pps/pps-gpio.txt |
|---|
| 14091 | +W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
|---|
| 11733 | 14092 | F: Documentation/ABI/testing/sysfs-pps |
|---|
| 14093 | +F: Documentation/devicetree/bindings/pps/pps-gpio.txt |
|---|
| 14094 | +F: Documentation/driver-api/pps.rst |
|---|
| 11734 | 14095 | F: drivers/pps/ |
|---|
| 11735 | 14096 | F: include/linux/pps*.h |
|---|
| 11736 | 14097 | F: include/uapi/linux/pps.h |
|---|
| .. | .. |
|---|
| 11739 | 14100 | M: Dmitry Kozlov <xeb@mail.ru> |
|---|
| 11740 | 14101 | L: netdev@vger.kernel.org |
|---|
| 11741 | 14102 | S: Maintained |
|---|
| 11742 | | -F: drivers/net/ppp/pptp.c |
|---|
| 11743 | 14103 | W: http://sourceforge.net/projects/accel-pptp |
|---|
| 14104 | +F: drivers/net/ppp/pptp.c |
|---|
| 11744 | 14105 | |
|---|
| 11745 | | -PREEMPTIBLE KERNEL |
|---|
| 11746 | | -M: Robert Love <rml@tech9.net> |
|---|
| 11747 | | -L: kpreempt-tech@lists.sourceforge.net |
|---|
| 11748 | | -W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel |
|---|
| 11749 | | -S: Supported |
|---|
| 11750 | | -F: Documentation/preempt-locking.txt |
|---|
| 11751 | | -F: include/linux/preempt.h |
|---|
| 14106 | +PRESSURE STALL INFORMATION (PSI) |
|---|
| 14107 | +M: Johannes Weiner <hannes@cmpxchg.org> |
|---|
| 14108 | +S: Maintained |
|---|
| 14109 | +F: include/linux/psi* |
|---|
| 14110 | +F: kernel/sched/psi.c |
|---|
| 11752 | 14111 | |
|---|
| 11753 | 14112 | PRINTK |
|---|
| 11754 | 14113 | M: Petr Mladek <pmladek@suse.com> |
|---|
| 11755 | 14114 | M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|
| 11756 | 14115 | R: Steven Rostedt <rostedt@goodmis.org> |
|---|
| 14116 | +R: John Ogness <john.ogness@linutronix.de> |
|---|
| 11757 | 14117 | S: Maintained |
|---|
| 11758 | | -F: kernel/printk/ |
|---|
| 11759 | 14118 | F: include/linux/printk.h |
|---|
| 14119 | +F: kernel/printk/ |
|---|
| 11760 | 14120 | |
|---|
| 11761 | 14121 | PRISM54 WIRELESS DRIVER |
|---|
| 11762 | | -M: "Luis R. Rodriguez" <mcgrof@gmail.com> |
|---|
| 14122 | +M: Luis Chamberlain <mcgrof@kernel.org> |
|---|
| 11763 | 14123 | L: linux-wireless@vger.kernel.org |
|---|
| 11764 | | -W: http://wireless.kernel.org/en/users/Drivers/p54 |
|---|
| 11765 | 14124 | S: Obsolete |
|---|
| 14125 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/p54 |
|---|
| 11766 | 14126 | F: drivers/net/wireless/intersil/prism54/ |
|---|
| 11767 | 14127 | |
|---|
| 11768 | 14128 | PROC FILESYSTEM |
|---|
| .. | .. |
|---|
| 11770 | 14130 | L: linux-kernel@vger.kernel.org |
|---|
| 11771 | 14131 | L: linux-fsdevel@vger.kernel.org |
|---|
| 11772 | 14132 | S: Maintained |
|---|
| 14133 | +F: Documentation/filesystems/proc.rst |
|---|
| 11773 | 14134 | F: fs/proc/ |
|---|
| 11774 | 14135 | F: include/linux/proc_fs.h |
|---|
| 11775 | 14136 | F: tools/testing/selftests/proc/ |
|---|
| 11776 | 14137 | |
|---|
| 11777 | 14138 | PROC SYSCTL |
|---|
| 11778 | | -M: "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|
| 14139 | +M: Luis Chamberlain <mcgrof@kernel.org> |
|---|
| 11779 | 14140 | M: Kees Cook <keescook@chromium.org> |
|---|
| 14141 | +M: Iurii Zaikin <yzaikin@google.com> |
|---|
| 11780 | 14142 | L: linux-kernel@vger.kernel.org |
|---|
| 11781 | 14143 | L: linux-fsdevel@vger.kernel.org |
|---|
| 11782 | 14144 | S: Maintained |
|---|
| 11783 | 14145 | F: fs/proc/proc_sysctl.c |
|---|
| 11784 | 14146 | F: include/linux/sysctl.h |
|---|
| 14147 | +F: kernel/sysctl-test.c |
|---|
| 11785 | 14148 | F: kernel/sysctl.c |
|---|
| 11786 | 14149 | F: tools/testing/selftests/sysctl/ |
|---|
| 11787 | 14150 | |
|---|
| .. | .. |
|---|
| 11813 | 14176 | S: Maintained |
|---|
| 11814 | 14177 | F: drivers/block/ps3vram.c |
|---|
| 11815 | 14178 | |
|---|
| 11816 | | -PSAMPLE PACKET SAMPLING SUPPORT: |
|---|
| 14179 | +PSAMPLE PACKET SAMPLING SUPPORT |
|---|
| 11817 | 14180 | M: Yotam Gigi <yotam.gi@gmail.com> |
|---|
| 11818 | 14181 | S: Maintained |
|---|
| 11819 | | -F: net/psample |
|---|
| 11820 | 14182 | F: include/net/psample.h |
|---|
| 11821 | 14183 | F: include/uapi/linux/psample.h |
|---|
| 14184 | +F: net/psample |
|---|
| 11822 | 14185 | |
|---|
| 11823 | 14186 | PSTORE FILESYSTEM |
|---|
| 11824 | 14187 | M: Kees Cook <keescook@chromium.org> |
|---|
| .. | .. |
|---|
| 11827 | 14190 | M: Tony Luck <tony.luck@intel.com> |
|---|
| 11828 | 14191 | S: Maintained |
|---|
| 11829 | 14192 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore |
|---|
| 14193 | +F: Documentation/admin-guide/ramoops.rst |
|---|
| 14194 | +F: Documentation/admin-guide/pstore-blk.rst |
|---|
| 14195 | +F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt |
|---|
| 14196 | +F: drivers/acpi/apei/erst.c |
|---|
| 14197 | +F: drivers/firmware/efi/efi-pstore.c |
|---|
| 11830 | 14198 | F: fs/pstore/ |
|---|
| 11831 | 14199 | F: include/linux/pstore* |
|---|
| 11832 | | -F: drivers/firmware/efi/efi-pstore.c |
|---|
| 11833 | | -F: drivers/acpi/apei/erst.c |
|---|
| 11834 | | -F: Documentation/admin-guide/ramoops.rst |
|---|
| 11835 | | -F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt |
|---|
| 11836 | 14200 | K: \b(pstore|ramoops) |
|---|
| 11837 | 14201 | |
|---|
| 11838 | 14202 | PTP HARDWARE CLOCK SUPPORT |
|---|
| .. | .. |
|---|
| 11841 | 14205 | S: Maintained |
|---|
| 11842 | 14206 | W: http://linuxptp.sourceforge.net/ |
|---|
| 11843 | 14207 | F: Documentation/ABI/testing/sysfs-ptp |
|---|
| 11844 | | -F: Documentation/ptp/* |
|---|
| 14208 | +F: Documentation/driver-api/ptp.rst |
|---|
| 11845 | 14209 | F: drivers/net/phy/dp83640* |
|---|
| 11846 | 14210 | F: drivers/ptp/* |
|---|
| 11847 | 14211 | F: include/linux/ptp_cl* |
|---|
| .. | .. |
|---|
| 11849 | 14213 | PTRACE SUPPORT |
|---|
| 11850 | 14214 | M: Oleg Nesterov <oleg@redhat.com> |
|---|
| 11851 | 14215 | S: Maintained |
|---|
| 14216 | +F: arch/*/*/ptrace*.c |
|---|
| 14217 | +F: arch/*/include/asm/ptrace*.h |
|---|
| 14218 | +F: arch/*/ptrace*.c |
|---|
| 11852 | 14219 | F: include/asm-generic/syscall.h |
|---|
| 11853 | 14220 | F: include/linux/ptrace.h |
|---|
| 11854 | 14221 | F: include/linux/regset.h |
|---|
| 11855 | 14222 | F: include/linux/tracehook.h |
|---|
| 11856 | 14223 | F: include/uapi/linux/ptrace.h |
|---|
| 11857 | 14224 | F: include/uapi/linux/ptrace.h |
|---|
| 11858 | | -F: include/asm-generic/ptrace.h |
|---|
| 11859 | 14225 | F: kernel/ptrace.c |
|---|
| 11860 | | -F: arch/*/ptrace*.c |
|---|
| 11861 | | -F: arch/*/*/ptrace*.c |
|---|
| 11862 | | -F: arch/*/include/asm/ptrace*.h |
|---|
| 11863 | 14226 | |
|---|
| 11864 | 14227 | PULSE8-CEC DRIVER |
|---|
| 11865 | 14228 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 11866 | 14229 | L: linux-media@vger.kernel.org |
|---|
| 11867 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 11868 | 14230 | S: Maintained |
|---|
| 11869 | | -F: drivers/media/usb/pulse8-cec/* |
|---|
| 11870 | | -F: Documentation/media/cec-drivers/pulse8-cec.rst |
|---|
| 14231 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14232 | +F: Documentation/admin-guide/media/pulse8-cec.rst |
|---|
| 14233 | +F: drivers/media/cec/usb/pulse8/ |
|---|
| 11871 | 14234 | |
|---|
| 11872 | 14235 | PVRUSB2 VIDEO4LINUX DRIVER |
|---|
| 11873 | 14236 | M: Mike Isely <isely@pobox.com> |
|---|
| 11874 | 14237 | L: pvrusb2@isely.net (subscribers-only) |
|---|
| 11875 | 14238 | L: linux-media@vger.kernel.org |
|---|
| 14239 | +S: Maintained |
|---|
| 11876 | 14240 | W: http://www.isely.net/pvrusb2/ |
|---|
| 11877 | 14241 | T: git git://linuxtv.org/media_tree.git |
|---|
| 11878 | | -S: Maintained |
|---|
| 11879 | | -F: Documentation/media/v4l-drivers/pvrusb2* |
|---|
| 14242 | +F: Documentation/driver-api/media/drivers/pvrusb2* |
|---|
| 11880 | 14243 | F: drivers/media/usb/pvrusb2/ |
|---|
| 11881 | 14244 | |
|---|
| 11882 | 14245 | PWC WEBCAM DRIVER |
|---|
| 11883 | 14246 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 11884 | 14247 | L: linux-media@vger.kernel.org |
|---|
| 11885 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 11886 | 14248 | S: Odd Fixes |
|---|
| 14249 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 11887 | 14250 | F: drivers/media/usb/pwc/* |
|---|
| 14251 | +F: include/trace/events/pwc.h |
|---|
| 11888 | 14252 | |
|---|
| 11889 | 14253 | PWM FAN DRIVER |
|---|
| 11890 | | -M: Kamil Debski <kamil@wypas.org> |
|---|
| 11891 | 14254 | M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|
| 11892 | 14255 | L: linux-hwmon@vger.kernel.org |
|---|
| 11893 | 14256 | S: Supported |
|---|
| 11894 | 14257 | F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt |
|---|
| 11895 | | -F: Documentation/hwmon/pwm-fan |
|---|
| 14258 | +F: Documentation/hwmon/pwm-fan.rst |
|---|
| 11896 | 14259 | F: drivers/hwmon/pwm-fan.c |
|---|
| 11897 | 14260 | |
|---|
| 11898 | 14261 | PWM IR Transmitter |
|---|
| .. | .. |
|---|
| 11903 | 14266 | |
|---|
| 11904 | 14267 | PWM SUBSYSTEM |
|---|
| 11905 | 14268 | M: Thierry Reding <thierry.reding@gmail.com> |
|---|
| 14269 | +R: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> |
|---|
| 14270 | +M: Lee Jones <lee.jones@linaro.org> |
|---|
| 11906 | 14271 | L: linux-pwm@vger.kernel.org |
|---|
| 11907 | 14272 | S: Maintained |
|---|
| 14273 | +Q: https://patchwork.ozlabs.org/project/linux-pwm/list/ |
|---|
| 11908 | 14274 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git |
|---|
| 11909 | | -F: Documentation/pwm.txt |
|---|
| 14275 | +F: Documentation/devicetree/bindings/gpio/gpio-mvebu.txt |
|---|
| 11910 | 14276 | F: Documentation/devicetree/bindings/pwm/ |
|---|
| 11911 | | -F: include/linux/pwm.h |
|---|
| 14277 | +F: Documentation/driver-api/pwm.rst |
|---|
| 14278 | +F: drivers/gpio/gpio-mvebu.c |
|---|
| 11912 | 14279 | F: drivers/pwm/ |
|---|
| 11913 | 14280 | F: drivers/video/backlight/pwm_bl.c |
|---|
| 14281 | +F: include/linux/pwm.h |
|---|
| 11914 | 14282 | F: include/linux/pwm_backlight.h |
|---|
| 11915 | | -F: drivers/gpio/gpio-mvebu.c |
|---|
| 11916 | | -F: Documentation/devicetree/bindings/gpio/gpio-mvebu.txt |
|---|
| 14283 | +K: pwm_(config|apply_state|ops) |
|---|
| 11917 | 14284 | |
|---|
| 11918 | 14285 | PXA GPIO DRIVER |
|---|
| 11919 | 14286 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
|---|
| .. | .. |
|---|
| 11934 | 14301 | M: Haojian Zhuang <haojian.zhuang@gmail.com> |
|---|
| 11935 | 14302 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
|---|
| 11936 | 14303 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 14304 | +S: Maintained |
|---|
| 11937 | 14305 | T: git git://github.com/hzhuang1/linux.git |
|---|
| 11938 | 14306 | T: git git://github.com/rjarzmik/linux.git |
|---|
| 11939 | | -S: Maintained |
|---|
| 11940 | 14307 | F: arch/arm/boot/dts/pxa* |
|---|
| 11941 | 14308 | F: arch/arm/mach-pxa/ |
|---|
| 11942 | 14309 | F: drivers/dma/pxa* |
|---|
| .. | .. |
|---|
| 11961 | 14328 | S: Supported |
|---|
| 11962 | 14329 | F: sound/soc/qcom/ |
|---|
| 11963 | 14330 | |
|---|
| 14331 | +QCOM IPA DRIVER |
|---|
| 14332 | +M: Alex Elder <elder@kernel.org> |
|---|
| 14333 | +L: netdev@vger.kernel.org |
|---|
| 14334 | +S: Supported |
|---|
| 14335 | +F: drivers/net/ipa/ |
|---|
| 14336 | + |
|---|
| 11964 | 14337 | QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT |
|---|
| 11965 | 14338 | M: Gabriel Somlo <somlo@cmu.edu> |
|---|
| 11966 | 14339 | M: "Michael S. Tsirkin" <mst@redhat.com> |
|---|
| .. | .. |
|---|
| 11970 | 14343 | F: include/uapi/linux/qemu_fw_cfg.h |
|---|
| 11971 | 14344 | |
|---|
| 11972 | 14345 | QIB DRIVER |
|---|
| 11973 | | -M: Dennis Dalessandro <dennis.dalessandro@intel.com> |
|---|
| 11974 | | -M: Mike Marciniszyn <mike.marciniszyn@intel.com> |
|---|
| 14346 | +M: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> |
|---|
| 14347 | +M: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com> |
|---|
| 11975 | 14348 | L: linux-rdma@vger.kernel.org |
|---|
| 11976 | 14349 | S: Supported |
|---|
| 11977 | 14350 | F: drivers/infiniband/hw/qib/ |
|---|
| 11978 | 14351 | |
|---|
| 11979 | 14352 | QLOGIC QL41xxx FCOE DRIVER |
|---|
| 11980 | | -M: QLogic-Storage-Upstream@cavium.com |
|---|
| 14353 | +M: Saurav Kashyap <skashyap@marvell.com> |
|---|
| 14354 | +M: Javed Hasan <jhasan@marvell.com> |
|---|
| 14355 | +M: GR-QLogic-Storage-Upstream@marvell.com |
|---|
| 11981 | 14356 | L: linux-scsi@vger.kernel.org |
|---|
| 11982 | 14357 | S: Supported |
|---|
| 11983 | 14358 | F: drivers/scsi/qedf/ |
|---|
| 11984 | 14359 | |
|---|
| 11985 | 14360 | QLOGIC QL41xxx ISCSI DRIVER |
|---|
| 11986 | | -M: QLogic-Storage-Upstream@cavium.com |
|---|
| 14361 | +M: Nilesh Javali <njavali@marvell.com> |
|---|
| 14362 | +M: Manish Rangankar <mrangankar@marvell.com> |
|---|
| 14363 | +M: GR-QLogic-Storage-Upstream@marvell.com |
|---|
| 11987 | 14364 | L: linux-scsi@vger.kernel.org |
|---|
| 11988 | 14365 | S: Supported |
|---|
| 11989 | 14366 | F: drivers/scsi/qedi/ |
|---|
| 11990 | 14367 | |
|---|
| 11991 | 14368 | QLOGIC QL4xxx ETHERNET DRIVER |
|---|
| 11992 | | -M: Ariel Elior <Ariel.Elior@cavium.com> |
|---|
| 11993 | | -M: everest-linux-l2@cavium.com |
|---|
| 14369 | +M: Ariel Elior <aelior@marvell.com> |
|---|
| 14370 | +M: GR-everest-linux-l2@marvell.com |
|---|
| 11994 | 14371 | L: netdev@vger.kernel.org |
|---|
| 11995 | 14372 | S: Supported |
|---|
| 11996 | 14373 | F: drivers/net/ethernet/qlogic/qed/ |
|---|
| 11997 | | -F: include/linux/qed/ |
|---|
| 11998 | 14374 | F: drivers/net/ethernet/qlogic/qede/ |
|---|
| 14375 | +F: include/linux/qed/ |
|---|
| 11999 | 14376 | |
|---|
| 12000 | 14377 | QLOGIC QL4xxx RDMA DRIVER |
|---|
| 12001 | | -M: Michal Kalderon <Michal.Kalderon@cavium.com> |
|---|
| 12002 | | -M: Ariel Elior <Ariel.Elior@cavium.com> |
|---|
| 14378 | +M: Michal Kalderon <mkalderon@marvell.com> |
|---|
| 14379 | +M: Ariel Elior <aelior@marvell.com> |
|---|
| 12003 | 14380 | L: linux-rdma@vger.kernel.org |
|---|
| 12004 | 14381 | S: Supported |
|---|
| 12005 | 14382 | F: drivers/infiniband/hw/qedr/ |
|---|
| .. | .. |
|---|
| 12012 | 14389 | F: drivers/scsi/qla1280.[ch] |
|---|
| 12013 | 14390 | |
|---|
| 12014 | 14391 | QLOGIC QLA2XXX FC-SCSI DRIVER |
|---|
| 12015 | | -M: qla2xxx-upstream@qlogic.com |
|---|
| 14392 | +M: Nilesh Javali <njavali@marvell.com> |
|---|
| 14393 | +M: GR-QLogic-Storage-Upstream@marvell.com |
|---|
| 12016 | 14394 | L: linux-scsi@vger.kernel.org |
|---|
| 12017 | 14395 | S: Supported |
|---|
| 12018 | | -F: Documentation/scsi/LICENSE.qla2xxx |
|---|
| 12019 | 14396 | F: drivers/scsi/qla2xxx/ |
|---|
| 12020 | 14397 | |
|---|
| 12021 | 14398 | QLOGIC QLA3XXX NETWORK DRIVER |
|---|
| 12022 | | -M: Dept-GELinuxNICDev@cavium.com |
|---|
| 14399 | +M: GR-Linux-NIC-Dev@marvell.com |
|---|
| 12023 | 14400 | L: netdev@vger.kernel.org |
|---|
| 12024 | 14401 | S: Supported |
|---|
| 12025 | | -F: Documentation/networking/LICENSE.qla3xxx |
|---|
| 12026 | 14402 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
|---|
| 12027 | 14403 | |
|---|
| 12028 | 14404 | QLOGIC QLA4XXX iSCSI DRIVER |
|---|
| 12029 | | -M: QLogic-Storage-Upstream@qlogic.com |
|---|
| 14405 | +M: Nilesh Javali <njavali@marvell.com> |
|---|
| 14406 | +M: Manish Rangankar <mrangankar@marvell.com> |
|---|
| 14407 | +M: GR-QLogic-Storage-Upstream@marvell.com |
|---|
| 12030 | 14408 | L: linux-scsi@vger.kernel.org |
|---|
| 12031 | 14409 | S: Supported |
|---|
| 12032 | | -F: Documentation/scsi/LICENSE.qla4xxx |
|---|
| 12033 | 14410 | F: drivers/scsi/qla4xxx/ |
|---|
| 12034 | 14411 | |
|---|
| 12035 | 14412 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
|---|
| 12036 | | -M: Shahed Shaikh <Shahed.Shaikh@cavium.com> |
|---|
| 12037 | | -M: Manish Chopra <manish.chopra@cavium.com> |
|---|
| 12038 | | -M: Dept-GELinuxNICDev@cavium.com |
|---|
| 14413 | +M: Shahed Shaikh <shshaikh@marvell.com> |
|---|
| 14414 | +M: Manish Chopra <manishc@marvell.com> |
|---|
| 14415 | +M: GR-Linux-NIC-Dev@marvell.com |
|---|
| 12039 | 14416 | L: netdev@vger.kernel.org |
|---|
| 12040 | 14417 | S: Supported |
|---|
| 12041 | 14418 | F: drivers/net/ethernet/qlogic/qlcnic/ |
|---|
| 12042 | 14419 | |
|---|
| 12043 | 14420 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
|---|
| 12044 | | -M: Manish Chopra <manish.chopra@cavium.com> |
|---|
| 12045 | | -M: Dept-GELinuxNICDev@cavium.com |
|---|
| 14421 | +M: Manish Chopra <manishc@marvell.com> |
|---|
| 14422 | +M: GR-Linux-NIC-Dev@marvell.com |
|---|
| 12046 | 14423 | L: netdev@vger.kernel.org |
|---|
| 12047 | 14424 | S: Supported |
|---|
| 12048 | | -F: drivers/net/ethernet/qlogic/qlge/ |
|---|
| 14425 | +F: drivers/staging/qlge/ |
|---|
| 12049 | 14426 | |
|---|
| 12050 | 14427 | QM1D1B0004 MEDIA DRIVER |
|---|
| 12051 | 14428 | M: Akihiro Tsukada <tskd08@gmail.com> |
|---|
| .. | .. |
|---|
| 12061 | 14438 | |
|---|
| 12062 | 14439 | QNX4 FILESYSTEM |
|---|
| 12063 | 14440 | M: Anders Larsen <al@alarsen.net> |
|---|
| 12064 | | -W: http://www.alarsen.net/linux/qnx4fs/ |
|---|
| 12065 | 14441 | S: Maintained |
|---|
| 14442 | +W: http://www.alarsen.net/linux/qnx4fs/ |
|---|
| 12066 | 14443 | F: fs/qnx4/ |
|---|
| 12067 | 14444 | F: include/uapi/linux/qnx4_fs.h |
|---|
| 12068 | 14445 | F: include/uapi/linux/qnxtypes.h |
|---|
| .. | .. |
|---|
| 12072 | 14449 | M: Laurentiu Tudor <laurentiu.tudor@nxp.com> |
|---|
| 12073 | 14450 | L: linux-kernel@vger.kernel.org |
|---|
| 12074 | 14451 | S: Maintained |
|---|
| 12075 | | -F: drivers/bus/fsl-mc/ |
|---|
| 12076 | 14452 | F: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt |
|---|
| 12077 | | -F: Documentation/networking/dpaa2/overview.rst |
|---|
| 14453 | +F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst |
|---|
| 14454 | +F: drivers/bus/fsl-mc/ |
|---|
| 12078 | 14455 | |
|---|
| 12079 | 14456 | QT1010 MEDIA DRIVER |
|---|
| 12080 | 14457 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 12081 | 14458 | L: linux-media@vger.kernel.org |
|---|
| 14459 | +S: Maintained |
|---|
| 12082 | 14460 | W: https://linuxtv.org |
|---|
| 12083 | 14461 | W: http://palosaari.fi/linux/ |
|---|
| 12084 | 14462 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 12085 | 14463 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 12086 | | -S: Maintained |
|---|
| 12087 | 14464 | F: drivers/media/tuners/qt1010* |
|---|
| 12088 | 14465 | |
|---|
| 12089 | 14466 | QUALCOMM ATHEROS ATH10K WIRELESS DRIVER |
|---|
| 12090 | 14467 | M: Kalle Valo <kvalo@codeaurora.org> |
|---|
| 12091 | 14468 | L: ath10k@lists.infradead.org |
|---|
| 12092 | | -W: http://wireless.kernel.org/en/users/Drivers/ath10k |
|---|
| 12093 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git |
|---|
| 12094 | 14469 | S: Supported |
|---|
| 14470 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/ath10k |
|---|
| 14471 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git |
|---|
| 12095 | 14472 | F: drivers/net/wireless/ath/ath10k/ |
|---|
| 14473 | + |
|---|
| 14474 | +QUALCOMM ATHEROS ATH11K WIRELESS DRIVER |
|---|
| 14475 | +M: Kalle Valo <kvalo@codeaurora.org> |
|---|
| 14476 | +L: ath11k@lists.infradead.org |
|---|
| 14477 | +S: Supported |
|---|
| 14478 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git |
|---|
| 14479 | +F: drivers/net/wireless/ath/ath11k/ |
|---|
| 12096 | 14480 | |
|---|
| 12097 | 14481 | QUALCOMM ATHEROS ATH9K WIRELESS DRIVER |
|---|
| 12098 | 14482 | M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com> |
|---|
| 12099 | 14483 | L: linux-wireless@vger.kernel.org |
|---|
| 12100 | | -W: http://wireless.kernel.org/en/users/Drivers/ath9k |
|---|
| 12101 | 14484 | S: Supported |
|---|
| 14485 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/ath9k |
|---|
| 12102 | 14486 | F: drivers/net/wireless/ath/ath9k/ |
|---|
| 12103 | 14487 | |
|---|
| 12104 | 14488 | QUALCOMM CAMERA SUBSYSTEM DRIVER |
|---|
| 12105 | | -M: Todor Tomov <todor.tomov@linaro.org> |
|---|
| 14489 | +M: Todor Tomov <todor.too@gmail.com> |
|---|
| 12106 | 14490 | L: linux-media@vger.kernel.org |
|---|
| 12107 | 14491 | S: Maintained |
|---|
| 14492 | +F: Documentation/admin-guide/media/qcom_camss.rst |
|---|
| 12108 | 14493 | F: Documentation/devicetree/bindings/media/qcom,camss.txt |
|---|
| 12109 | | -F: Documentation/media/v4l-drivers/qcom_camss.rst |
|---|
| 12110 | 14494 | F: drivers/media/platform/qcom/camss/ |
|---|
| 12111 | 14495 | |
|---|
| 14496 | +QUALCOMM CORE POWER REDUCTION (CPR) AVS DRIVER |
|---|
| 14497 | +M: Niklas Cassel <nks@flawful.org> |
|---|
| 14498 | +L: linux-pm@vger.kernel.org |
|---|
| 14499 | +L: linux-arm-msm@vger.kernel.org |
|---|
| 14500 | +S: Maintained |
|---|
| 14501 | +F: Documentation/devicetree/bindings/power/avs/qcom,cpr.txt |
|---|
| 14502 | +F: drivers/soc/qcom/cpr.c |
|---|
| 14503 | + |
|---|
| 12112 | 14504 | QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096 |
|---|
| 12113 | | -M: Ilia Lin <ilia.lin@gmail.com> |
|---|
| 12114 | | -L: linux-pm@vger.kernel.org |
|---|
| 12115 | | -S: Maintained |
|---|
| 12116 | | -F: Documentation/devicetree/bindings/opp/kryo-cpufreq.txt |
|---|
| 12117 | | -F: drivers/cpufreq/qcom-cpufreq-kryo.c |
|---|
| 14505 | +M: Ilia Lin <ilia.lin@kernel.org> |
|---|
| 14506 | +L: linux-pm@vger.kernel.org |
|---|
| 14507 | +S: Maintained |
|---|
| 14508 | +F: Documentation/devicetree/bindings/opp/qcom-nvmem-cpufreq.txt |
|---|
| 14509 | +F: drivers/cpufreq/qcom-cpufreq-nvmem.c |
|---|
| 12118 | 14510 | |
|---|
| 12119 | 14511 | QUALCOMM EMAC GIGABIT ETHERNET DRIVER |
|---|
| 12120 | 14512 | M: Timur Tabi <timur@kernel.org> |
|---|
| .. | .. |
|---|
| 12122 | 14514 | S: Maintained |
|---|
| 12123 | 14515 | F: drivers/net/ethernet/qualcomm/emac/ |
|---|
| 12124 | 14516 | |
|---|
| 14517 | +QUALCOMM ETHQOS ETHERNET DRIVER |
|---|
| 14518 | +M: Vinod Koul <vkoul@kernel.org> |
|---|
| 14519 | +L: netdev@vger.kernel.org |
|---|
| 14520 | +S: Maintained |
|---|
| 14521 | +F: Documentation/devicetree/bindings/net/qcom,ethqos.txt |
|---|
| 14522 | +F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c |
|---|
| 14523 | + |
|---|
| 12125 | 14524 | QUALCOMM GENERIC INTERFACE I2C DRIVER |
|---|
| 12126 | | -M: Alok Chauhan <alokc@codeaurora.org> |
|---|
| 12127 | | -M: Karthikeyan Ramasubramanian <kramasub@codeaurora.org> |
|---|
| 14525 | +M: Akash Asthana <akashast@codeaurora.org> |
|---|
| 14526 | +M: Mukesh Savaliya <msavaliy@codeaurora.org> |
|---|
| 12128 | 14527 | L: linux-i2c@vger.kernel.org |
|---|
| 12129 | 14528 | L: linux-arm-msm@vger.kernel.org |
|---|
| 12130 | 14529 | S: Supported |
|---|
| 12131 | 14530 | F: drivers/i2c/busses/i2c-qcom-geni.c |
|---|
| 12132 | 14531 | |
|---|
| 12133 | 14532 | QUALCOMM HEXAGON ARCHITECTURE |
|---|
| 12134 | | -M: Richard Kuo <rkuo@codeaurora.org> |
|---|
| 14533 | +M: Brian Cain <bcain@codeaurora.org> |
|---|
| 12135 | 14534 | L: linux-hexagon@vger.kernel.org |
|---|
| 12136 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git |
|---|
| 12137 | 14535 | S: Supported |
|---|
| 12138 | 14536 | F: arch/hexagon/ |
|---|
| 12139 | 14537 | |
|---|
| .. | .. |
|---|
| 12145 | 14543 | S: Supported |
|---|
| 12146 | 14544 | F: drivers/dma/qcom/hidma* |
|---|
| 12147 | 14545 | |
|---|
| 14546 | +QUALCOMM I2C CCI DRIVER |
|---|
| 14547 | +M: Loic Poulain <loic.poulain@linaro.org> |
|---|
| 14548 | +M: Robert Foss <robert.foss@linaro.org> |
|---|
| 14549 | +L: linux-i2c@vger.kernel.org |
|---|
| 14550 | +L: linux-arm-msm@vger.kernel.org |
|---|
| 14551 | +S: Maintained |
|---|
| 14552 | +F: Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt |
|---|
| 14553 | +F: drivers/i2c/busses/i2c-qcom-cci.c |
|---|
| 14554 | + |
|---|
| 12148 | 14555 | QUALCOMM IOMMU |
|---|
| 12149 | 14556 | M: Rob Clark <robdclark@gmail.com> |
|---|
| 12150 | 14557 | L: iommu@lists.linux-foundation.org |
|---|
| 12151 | 14558 | L: linux-arm-msm@vger.kernel.org |
|---|
| 12152 | 14559 | S: Maintained |
|---|
| 12153 | | -F: drivers/iommu/qcom_iommu.c |
|---|
| 14560 | +F: drivers/iommu/arm/arm-smmu/qcom_iommu.c |
|---|
| 14561 | + |
|---|
| 14562 | +QUALCOMM IPCC MAILBOX DRIVER |
|---|
| 14563 | +M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
|---|
| 14564 | +L: linux-arm-msm@vger.kernel.org |
|---|
| 14565 | +S: Supported |
|---|
| 14566 | +F: Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml |
|---|
| 14567 | +F: drivers/mailbox/qcom-ipcc.c |
|---|
| 14568 | +F: include/dt-bindings/mailbox/qcom-ipcc.h |
|---|
| 14569 | + |
|---|
| 14570 | +QUALCOMM IPQ4019 VQMMC REGULATOR DRIVER |
|---|
| 14571 | +M: Robert Marko <robert.marko@sartura.hr> |
|---|
| 14572 | +M: Luka Perkov <luka.perkov@sartura.hr> |
|---|
| 14573 | +L: linux-arm-msm@vger.kernel.org |
|---|
| 14574 | +S: Maintained |
|---|
| 14575 | +F: Documentation/devicetree/bindings/regulator/vqmmc-ipq4019-regulator.yaml |
|---|
| 14576 | +F: drivers/regulator/vqmmc-ipq4019-regulator.c |
|---|
| 14577 | + |
|---|
| 14578 | +QUALCOMM RMNET DRIVER |
|---|
| 14579 | +M: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> |
|---|
| 14580 | +M: Sean Tranchetti <stranche@codeaurora.org> |
|---|
| 14581 | +L: netdev@vger.kernel.org |
|---|
| 14582 | +S: Maintained |
|---|
| 14583 | +F: Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst |
|---|
| 14584 | +F: drivers/net/ethernet/qualcomm/rmnet/ |
|---|
| 14585 | +F: include/linux/if_rmnet.h |
|---|
| 14586 | + |
|---|
| 14587 | +QUALCOMM TSENS THERMAL DRIVER |
|---|
| 14588 | +M: Amit Kucheria <amitk@kernel.org> |
|---|
| 14589 | +L: linux-pm@vger.kernel.org |
|---|
| 14590 | +L: linux-arm-msm@vger.kernel.org |
|---|
| 14591 | +S: Maintained |
|---|
| 14592 | +F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml |
|---|
| 14593 | +F: drivers/thermal/qcom/ |
|---|
| 12154 | 14594 | |
|---|
| 12155 | 14595 | QUALCOMM VENUS VIDEO ACCELERATOR DRIVER |
|---|
| 12156 | 14596 | M: Stanimir Varbanov <stanimir.varbanov@linaro.org> |
|---|
| 12157 | 14597 | L: linux-media@vger.kernel.org |
|---|
| 12158 | 14598 | L: linux-arm-msm@vger.kernel.org |
|---|
| 12159 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 12160 | 14599 | S: Maintained |
|---|
| 14600 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14601 | +F: Documentation/devicetree/bindings/media/*venus* |
|---|
| 12161 | 14602 | F: drivers/media/platform/qcom/venus/ |
|---|
| 12162 | 14603 | |
|---|
| 12163 | 14604 | QUALCOMM WCN36XX WIRELESS DRIVER |
|---|
| 12164 | 14605 | M: Kalle Valo <kvalo@codeaurora.org> |
|---|
| 12165 | 14606 | L: wcn36xx@lists.infradead.org |
|---|
| 12166 | | -W: http://wireless.kernel.org/en/users/Drivers/wcn36xx |
|---|
| 12167 | | -T: git git://github.com/KrasnikovEugene/wcn36xx.git |
|---|
| 12168 | 14607 | S: Supported |
|---|
| 14608 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/wcn36xx |
|---|
| 14609 | +T: git git://github.com/KrasnikovEugene/wcn36xx.git |
|---|
| 12169 | 14610 | F: drivers/net/wireless/ath/wcn36xx/ |
|---|
| 12170 | 14611 | |
|---|
| 12171 | 14612 | QUANTENNA QTNFMAC WIRELESS DRIVER |
|---|
| 12172 | 14613 | M: Igor Mitsyanko <imitsyanko@quantenna.com> |
|---|
| 12173 | | -M: Avinash Patil <avinashp@quantenna.com> |
|---|
| 12174 | | -M: Sergey Matyukevich <smatyukevich@quantenna.com> |
|---|
| 14614 | +R: Sergey Matyukevich <geomatsi@gmail.com> |
|---|
| 12175 | 14615 | L: linux-wireless@vger.kernel.org |
|---|
| 12176 | 14616 | S: Maintained |
|---|
| 12177 | 14617 | F: drivers/net/wireless/quantenna |
|---|
| .. | .. |
|---|
| 12179 | 14619 | RADEON and AMDGPU DRM DRIVERS |
|---|
| 12180 | 14620 | M: Alex Deucher <alexander.deucher@amd.com> |
|---|
| 12181 | 14621 | M: Christian König <christian.koenig@amd.com> |
|---|
| 12182 | | -M: David (ChunMing) Zhou <David1.Zhou@amd.com> |
|---|
| 12183 | 14622 | L: amd-gfx@lists.freedesktop.org |
|---|
| 12184 | | -T: git git://people.freedesktop.org/~agd5f/linux |
|---|
| 12185 | 14623 | S: Supported |
|---|
| 12186 | | -F: drivers/gpu/drm/radeon/ |
|---|
| 12187 | | -F: include/uapi/drm/radeon_drm.h |
|---|
| 14624 | +T: git git://people.freedesktop.org/~agd5f/linux |
|---|
| 12188 | 14625 | F: drivers/gpu/drm/amd/ |
|---|
| 14626 | +F: drivers/gpu/drm/radeon/ |
|---|
| 12189 | 14627 | F: include/uapi/drm/amdgpu_drm.h |
|---|
| 14628 | +F: include/uapi/drm/radeon_drm.h |
|---|
| 12190 | 14629 | |
|---|
| 12191 | 14630 | RADEON FRAMEBUFFER DISPLAY DRIVER |
|---|
| 12192 | 14631 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
|---|
| .. | .. |
|---|
| 12198 | 14637 | RADIOSHARK RADIO DRIVER |
|---|
| 12199 | 14638 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 12200 | 14639 | L: linux-media@vger.kernel.org |
|---|
| 12201 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 12202 | 14640 | S: Maintained |
|---|
| 14641 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12203 | 14642 | F: drivers/media/radio/radio-shark.c |
|---|
| 12204 | 14643 | |
|---|
| 12205 | 14644 | RADIOSHARK2 RADIO DRIVER |
|---|
| 12206 | 14645 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 12207 | 14646 | L: linux-media@vger.kernel.org |
|---|
| 12208 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 12209 | 14647 | S: Maintained |
|---|
| 14648 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12210 | 14649 | F: drivers/media/radio/radio-shark2.c |
|---|
| 12211 | 14650 | F: drivers/media/radio/radio-tea5777.c |
|---|
| 12212 | 14651 | |
|---|
| 12213 | 14652 | RADOS BLOCK DEVICE (RBD) |
|---|
| 12214 | 14653 | M: Ilya Dryomov <idryomov@gmail.com> |
|---|
| 12215 | | -M: Sage Weil <sage@redhat.com> |
|---|
| 12216 | | -M: Alex Elder <elder@kernel.org> |
|---|
| 14654 | +R: Dongsheng Yang <dongsheng.yang@easystack.cn> |
|---|
| 12217 | 14655 | L: ceph-devel@vger.kernel.org |
|---|
| 12218 | | -W: http://ceph.com/ |
|---|
| 12219 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git |
|---|
| 12220 | | -T: git git://github.com/ceph/ceph-client.git |
|---|
| 12221 | 14656 | S: Supported |
|---|
| 14657 | +W: http://ceph.com/ |
|---|
| 14658 | +T: git git://github.com/ceph/ceph-client.git |
|---|
| 12222 | 14659 | F: Documentation/ABI/testing/sysfs-bus-rbd |
|---|
| 12223 | 14660 | F: drivers/block/rbd.c |
|---|
| 12224 | 14661 | F: drivers/block/rbd_types.h |
|---|
| .. | .. |
|---|
| 12232 | 14669 | RAINSHADOW-CEC DRIVER |
|---|
| 12233 | 14670 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 12234 | 14671 | L: linux-media@vger.kernel.org |
|---|
| 12235 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 12236 | 14672 | S: Maintained |
|---|
| 12237 | | -F: drivers/media/usb/rainshadow-cec/* |
|---|
| 14673 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14674 | +F: drivers/media/cec/usb/rainshadow/ |
|---|
| 12238 | 14675 | |
|---|
| 12239 | 14676 | RALINK MIPS ARCHITECTURE |
|---|
| 12240 | 14677 | M: John Crispin <john@phrozen.org> |
|---|
| 12241 | | -L: linux-mips@linux-mips.org |
|---|
| 14678 | +L: linux-mips@vger.kernel.org |
|---|
| 12242 | 14679 | S: Maintained |
|---|
| 12243 | 14680 | F: arch/mips/ralink |
|---|
| 12244 | 14681 | |
|---|
| 12245 | 14682 | RALINK RT2X00 WIRELESS LAN DRIVER |
|---|
| 12246 | | -P: rt2x00 project |
|---|
| 12247 | | -M: Stanislaw Gruszka <sgruszka@redhat.com> |
|---|
| 14683 | +M: Stanislaw Gruszka <stf_xl@wp.pl> |
|---|
| 12248 | 14684 | M: Helmut Schaa <helmut.schaa@googlemail.com> |
|---|
| 12249 | 14685 | L: linux-wireless@vger.kernel.org |
|---|
| 12250 | 14686 | S: Maintained |
|---|
| .. | .. |
|---|
| 12253 | 14689 | RAMDISK RAM BLOCK DEVICE DRIVER |
|---|
| 12254 | 14690 | M: Jens Axboe <axboe@kernel.dk> |
|---|
| 12255 | 14691 | S: Maintained |
|---|
| 12256 | | -F: Documentation/blockdev/ramdisk.txt |
|---|
| 14692 | +F: Documentation/admin-guide/blockdev/ramdisk.rst |
|---|
| 12257 | 14693 | F: drivers/block/brd.c |
|---|
| 12258 | 14694 | |
|---|
| 12259 | 14695 | RANCHU VIRTUAL BOARD FOR MIPS |
|---|
| 12260 | 14696 | M: Miodrag Dinic <miodrag.dinic@mips.com> |
|---|
| 12261 | | -L: linux-mips@linux-mips.org |
|---|
| 14697 | +L: linux-mips@vger.kernel.org |
|---|
| 12262 | 14698 | S: Supported |
|---|
| 12263 | | -F: arch/mips/generic/board-ranchu.c |
|---|
| 12264 | 14699 | F: arch/mips/configs/generic/board-ranchu.config |
|---|
| 14700 | +F: arch/mips/generic/board-ranchu.c |
|---|
| 12265 | 14701 | |
|---|
| 12266 | 14702 | RANDOM NUMBER DRIVER |
|---|
| 12267 | 14703 | M: "Theodore Ts'o" <tytso@mit.edu> |
|---|
| 14704 | +M: Jason A. Donenfeld <Jason@zx2c4.com> |
|---|
| 14705 | +T: git https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git |
|---|
| 12268 | 14706 | S: Maintained |
|---|
| 12269 | 14707 | F: drivers/char/random.c |
|---|
| 12270 | 14708 | |
|---|
| .. | .. |
|---|
| 12274 | 14712 | S: Maintained |
|---|
| 12275 | 14713 | F: drivers/rapidio/ |
|---|
| 12276 | 14714 | |
|---|
| 14715 | +RAS INFRASTRUCTURE |
|---|
| 14716 | +M: Tony Luck <tony.luck@intel.com> |
|---|
| 14717 | +M: Borislav Petkov <bp@alien8.de> |
|---|
| 14718 | +L: linux-edac@vger.kernel.org |
|---|
| 14719 | +S: Maintained |
|---|
| 14720 | +F: Documentation/admin-guide/ras.rst |
|---|
| 14721 | +F: drivers/ras/ |
|---|
| 14722 | +F: include/linux/ras.h |
|---|
| 14723 | +F: include/ras/ras_event.h |
|---|
| 14724 | + |
|---|
| 12277 | 14725 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
|---|
| 12278 | 14726 | L: linux-wireless@vger.kernel.org |
|---|
| 12279 | 14727 | S: Orphan |
|---|
| 12280 | 14728 | F: drivers/net/wireless/ray* |
|---|
| 12281 | 14729 | |
|---|
| 14730 | +RC-CORE / LIRC FRAMEWORK |
|---|
| 14731 | +M: Sean Young <sean@mess.org> |
|---|
| 14732 | +L: linux-media@vger.kernel.org |
|---|
| 14733 | +S: Maintained |
|---|
| 14734 | +W: http://linuxtv.org |
|---|
| 14735 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14736 | +F: Documentation/driver-api/media/rc-core.rst |
|---|
| 14737 | +F: Documentation/userspace-api/media/rc/ |
|---|
| 14738 | +F: drivers/media/rc/ |
|---|
| 14739 | +F: include/media/rc-map.h |
|---|
| 14740 | +F: include/media/rc-core.h |
|---|
| 14741 | +F: include/uapi/linux/lirc.h |
|---|
| 14742 | + |
|---|
| 14743 | +RCMM REMOTE CONTROLS DECODER |
|---|
| 14744 | +M: Patrick Lerda <patrick9876@free.fr> |
|---|
| 14745 | +S: Maintained |
|---|
| 14746 | +F: drivers/media/rc/ir-rcmm-decoder.c |
|---|
| 14747 | + |
|---|
| 12282 | 14748 | RCUTORTURE TEST FRAMEWORK |
|---|
| 12283 | | -M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|
| 14749 | +M: "Paul E. McKenney" <paulmck@kernel.org> |
|---|
| 12284 | 14750 | M: Josh Triplett <josh@joshtriplett.org> |
|---|
| 12285 | 14751 | R: Steven Rostedt <rostedt@goodmis.org> |
|---|
| 12286 | 14752 | R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
|---|
| 12287 | 14753 | R: Lai Jiangshan <jiangshanlai@gmail.com> |
|---|
| 12288 | | -L: linux-kernel@vger.kernel.org |
|---|
| 14754 | +L: rcu@vger.kernel.org |
|---|
| 12289 | 14755 | S: Supported |
|---|
| 12290 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
|---|
| 14756 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev |
|---|
| 12291 | 14757 | F: tools/testing/selftests/rcutorture |
|---|
| 14758 | + |
|---|
| 14759 | +RDACM20 Camera Sensor |
|---|
| 14760 | +M: Jacopo Mondi <jacopo+renesas@jmondi.org> |
|---|
| 14761 | +M: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> |
|---|
| 14762 | +M: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> |
|---|
| 14763 | +M: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> |
|---|
| 14764 | +L: linux-media@vger.kernel.org |
|---|
| 14765 | +S: Maintained |
|---|
| 14766 | +F: Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml |
|---|
| 14767 | +F: drivers/media/i2c/max9271.c |
|---|
| 14768 | +F: drivers/media/i2c/max9271.h |
|---|
| 14769 | +F: drivers/media/i2c/rdacm20.c |
|---|
| 12292 | 14770 | |
|---|
| 12293 | 14771 | RDC R-321X SoC |
|---|
| 12294 | 14772 | M: Florian Fainelli <florian@openwrt.org> |
|---|
| .. | .. |
|---|
| 12301 | 14779 | F: drivers/net/ethernet/rdc/r6040.c |
|---|
| 12302 | 14780 | |
|---|
| 12303 | 14781 | RDMAVT - RDMA verbs software |
|---|
| 12304 | | -M: Dennis Dalessandro <dennis.dalessandro@intel.com> |
|---|
| 12305 | | -M: Mike Marciniszyn <mike.marciniszyn@intel.com> |
|---|
| 14782 | +M: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> |
|---|
| 14783 | +M: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com> |
|---|
| 12306 | 14784 | L: linux-rdma@vger.kernel.org |
|---|
| 12307 | 14785 | S: Supported |
|---|
| 12308 | 14786 | F: drivers/infiniband/sw/rdmavt |
|---|
| .. | .. |
|---|
| 12312 | 14790 | L: netdev@vger.kernel.org |
|---|
| 12313 | 14791 | L: linux-rdma@vger.kernel.org |
|---|
| 12314 | 14792 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) |
|---|
| 12315 | | -W: https://oss.oracle.com/projects/rds/ |
|---|
| 12316 | 14793 | S: Supported |
|---|
| 14794 | +W: https://oss.oracle.com/projects/rds/ |
|---|
| 14795 | +F: Documentation/networking/rds.rst |
|---|
| 12317 | 14796 | F: net/rds/ |
|---|
| 12318 | | -F: Documentation/networking/rds.txt |
|---|
| 12319 | 14797 | |
|---|
| 12320 | 14798 | RDT - RESOURCE ALLOCATION |
|---|
| 12321 | 14799 | M: Fenghua Yu <fenghua.yu@intel.com> |
|---|
| 12322 | 14800 | M: Reinette Chatre <reinette.chatre@intel.com> |
|---|
| 12323 | 14801 | L: linux-kernel@vger.kernel.org |
|---|
| 12324 | 14802 | S: Supported |
|---|
| 12325 | | -F: arch/x86/kernel/cpu/intel_rdt* |
|---|
| 12326 | | -F: arch/x86/include/asm/intel_rdt_sched.h |
|---|
| 12327 | | -F: Documentation/x86/intel_rdt* |
|---|
| 14803 | +F: Documentation/x86/resctrl* |
|---|
| 14804 | +F: arch/x86/include/asm/resctrl.h |
|---|
| 14805 | +F: arch/x86/kernel/cpu/resctrl/ |
|---|
| 14806 | +F: tools/testing/selftests/resctrl/ |
|---|
| 12328 | 14807 | |
|---|
| 12329 | 14808 | READ-COPY UPDATE (RCU) |
|---|
| 12330 | | -M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|
| 14809 | +M: "Paul E. McKenney" <paulmck@kernel.org> |
|---|
| 12331 | 14810 | M: Josh Triplett <josh@joshtriplett.org> |
|---|
| 12332 | 14811 | R: Steven Rostedt <rostedt@goodmis.org> |
|---|
| 12333 | 14812 | R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
|---|
| 12334 | 14813 | R: Lai Jiangshan <jiangshanlai@gmail.com> |
|---|
| 12335 | | -L: linux-kernel@vger.kernel.org |
|---|
| 12336 | | -W: http://www.rdrop.com/users/paulmck/RCU/ |
|---|
| 14814 | +R: Joel Fernandes <joel@joelfernandes.org> |
|---|
| 14815 | +L: rcu@vger.kernel.org |
|---|
| 12337 | 14816 | S: Supported |
|---|
| 12338 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
|---|
| 14817 | +W: http://www.rdrop.com/users/paulmck/RCU/ |
|---|
| 14818 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev |
|---|
| 12339 | 14819 | F: Documentation/RCU/ |
|---|
| 12340 | | -X: Documentation/RCU/torture.txt |
|---|
| 12341 | 14820 | F: include/linux/rcu* |
|---|
| 12342 | | -X: include/linux/srcu*.h |
|---|
| 12343 | 14821 | F: kernel/rcu/ |
|---|
| 14822 | +X: Documentation/RCU/torture.rst |
|---|
| 14823 | +X: include/linux/srcu*.h |
|---|
| 12344 | 14824 | X: kernel/rcu/srcu*.c |
|---|
| 12345 | 14825 | |
|---|
| 12346 | 14826 | REAL TIME CLOCK (RTC) SUBSYSTEM |
|---|
| 12347 | 14827 | M: Alessandro Zummo <a.zummo@towertech.it> |
|---|
| 12348 | 14828 | M: Alexandre Belloni <alexandre.belloni@bootlin.com> |
|---|
| 12349 | 14829 | L: linux-rtc@vger.kernel.org |
|---|
| 14830 | +S: Maintained |
|---|
| 12350 | 14831 | Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ |
|---|
| 12351 | 14832 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git |
|---|
| 12352 | | -S: Maintained |
|---|
| 14833 | +F: Documentation/admin-guide/rtc.rst |
|---|
| 12353 | 14834 | F: Documentation/devicetree/bindings/rtc/ |
|---|
| 12354 | | -F: Documentation/rtc.txt |
|---|
| 12355 | 14835 | F: drivers/rtc/ |
|---|
| 12356 | | -F: include/linux/rtc.h |
|---|
| 12357 | | -F: include/uapi/linux/rtc.h |
|---|
| 12358 | | -F: include/linux/rtc/ |
|---|
| 12359 | 14836 | F: include/linux/platform_data/rtc-* |
|---|
| 14837 | +F: include/linux/rtc.h |
|---|
| 14838 | +F: include/linux/rtc/ |
|---|
| 14839 | +F: include/uapi/linux/rtc.h |
|---|
| 12360 | 14840 | F: tools/testing/selftests/rtc/ |
|---|
| 12361 | 14841 | |
|---|
| 12362 | 14842 | REALTEK AUDIO CODECS |
|---|
| 12363 | | -M: Bard Liao <bardliao@realtek.com> |
|---|
| 12364 | 14843 | M: Oder Chiou <oder_chiou@realtek.com> |
|---|
| 12365 | 14844 | S: Maintained |
|---|
| 12366 | | -F: sound/soc/codecs/rt* |
|---|
| 12367 | 14845 | F: include/sound/rt*.h |
|---|
| 14846 | +F: sound/soc/codecs/rt* |
|---|
| 12368 | 14847 | |
|---|
| 12369 | 14848 | REALTEK RTL83xx SMI DSA ROUTER CHIPS |
|---|
| 12370 | 14849 | M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| .. | .. |
|---|
| 12373 | 14852 | F: drivers/net/dsa/realtek-smi* |
|---|
| 12374 | 14853 | F: drivers/net/dsa/rtl83* |
|---|
| 12375 | 14854 | |
|---|
| 14855 | +REALTEK WIRELESS DRIVER (rtlwifi family) |
|---|
| 14856 | +M: Ping-Ke Shih <pkshih@realtek.com> |
|---|
| 14857 | +L: linux-wireless@vger.kernel.org |
|---|
| 14858 | +S: Maintained |
|---|
| 14859 | +W: https://wireless.wiki.kernel.org/ |
|---|
| 14860 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
|---|
| 14861 | +F: drivers/net/wireless/realtek/rtlwifi/ |
|---|
| 14862 | + |
|---|
| 14863 | +REALTEK WIRELESS DRIVER (rtw88) |
|---|
| 14864 | +M: Yan-Hsuan Chuang <tony0620emma@gmail.com> |
|---|
| 14865 | +L: linux-wireless@vger.kernel.org |
|---|
| 14866 | +S: Maintained |
|---|
| 14867 | +F: drivers/net/wireless/realtek/rtw88/ |
|---|
| 14868 | + |
|---|
| 14869 | +REDPINE WIRELESS DRIVER |
|---|
| 14870 | +M: Amitkumar Karwar <amitkarwar@gmail.com> |
|---|
| 14871 | +M: Siva Rebbagondla <siva8118@gmail.com> |
|---|
| 14872 | +L: linux-wireless@vger.kernel.org |
|---|
| 14873 | +S: Maintained |
|---|
| 14874 | +F: drivers/net/wireless/rsi/ |
|---|
| 14875 | + |
|---|
| 12376 | 14876 | REGISTER MAP ABSTRACTION |
|---|
| 12377 | 14877 | M: Mark Brown <broonie@kernel.org> |
|---|
| 12378 | 14878 | L: linux-kernel@vger.kernel.org |
|---|
| 12379 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git |
|---|
| 12380 | 14879 | S: Supported |
|---|
| 14880 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git |
|---|
| 12381 | 14881 | F: Documentation/devicetree/bindings/regmap/ |
|---|
| 12382 | 14882 | F: drivers/base/regmap/ |
|---|
| 12383 | 14883 | F: include/linux/regmap.h |
|---|
| .. | .. |
|---|
| 12391 | 14891 | M: Ohad Ben-Cohen <ohad@wizery.com> |
|---|
| 12392 | 14892 | M: Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|
| 12393 | 14893 | L: linux-remoteproc@vger.kernel.org |
|---|
| 12394 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git |
|---|
| 12395 | 14894 | S: Maintained |
|---|
| 14895 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git rproc-next |
|---|
| 14896 | +F: Documentation/ABI/testing/sysfs-class-remoteproc |
|---|
| 12396 | 14897 | F: Documentation/devicetree/bindings/remoteproc/ |
|---|
| 12397 | | -F: Documentation/remoteproc.txt |
|---|
| 14898 | +F: Documentation/staging/remoteproc.rst |
|---|
| 12398 | 14899 | F: drivers/remoteproc/ |
|---|
| 12399 | 14900 | F: include/linux/remoteproc.h |
|---|
| 14901 | +F: include/linux/remoteproc/ |
|---|
| 12400 | 14902 | |
|---|
| 12401 | 14903 | REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM |
|---|
| 12402 | 14904 | M: Ohad Ben-Cohen <ohad@wizery.com> |
|---|
| 12403 | 14905 | M: Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|
| 12404 | 14906 | L: linux-remoteproc@vger.kernel.org |
|---|
| 12405 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git |
|---|
| 12406 | 14907 | S: Maintained |
|---|
| 14908 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git rpmsg-next |
|---|
| 14909 | +F: Documentation/ABI/testing/sysfs-bus-rpmsg |
|---|
| 14910 | +F: Documentation/staging/rpmsg.rst |
|---|
| 12407 | 14911 | F: drivers/rpmsg/ |
|---|
| 12408 | | -F: Documentation/rpmsg.txt |
|---|
| 12409 | 14912 | F: include/linux/rpmsg.h |
|---|
| 12410 | 14913 | F: include/linux/rpmsg/ |
|---|
| 14914 | +F: include/uapi/linux/rpmsg.h |
|---|
| 14915 | +F: samples/rpmsg/ |
|---|
| 12411 | 14916 | |
|---|
| 12412 | 14917 | RENESAS CLOCK DRIVERS |
|---|
| 12413 | 14918 | M: Geert Uytterhoeven <geert+renesas@glider.be> |
|---|
| 12414 | 14919 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 12415 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas |
|---|
| 12416 | 14920 | S: Supported |
|---|
| 14921 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas |
|---|
| 14922 | +F: Documentation/devicetree/bindings/clock/renesas,* |
|---|
| 12417 | 14923 | F: drivers/clk/renesas/ |
|---|
| 12418 | 14924 | |
|---|
| 12419 | 14925 | RENESAS EMEV2 I2C DRIVER |
|---|
| 12420 | 14926 | M: Wolfram Sang <wsa+renesas@sang-engineering.com> |
|---|
| 12421 | 14927 | S: Supported |
|---|
| 14928 | +F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.txt |
|---|
| 12422 | 14929 | F: drivers/i2c/busses/i2c-emev2.c |
|---|
| 12423 | 14930 | |
|---|
| 12424 | 14931 | RENESAS ETHERNET DRIVERS |
|---|
| 12425 | | -R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> |
|---|
| 14932 | +R: Sergei Shtylyov <sergei.shtylyov@gmail.com> |
|---|
| 12426 | 14933 | L: netdev@vger.kernel.org |
|---|
| 12427 | 14934 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 12428 | | -F: Documentation/devicetree/bindings/net/renesas,*.txt |
|---|
| 12429 | | -F: Documentation/devicetree/bindings/net/sh_eth.txt |
|---|
| 14935 | +F: Documentation/devicetree/bindings/net/renesas,*.yaml |
|---|
| 12430 | 14936 | F: drivers/net/ethernet/renesas/ |
|---|
| 12431 | 14937 | F: include/linux/sh_eth.h |
|---|
| 12432 | 14938 | |
|---|
| .. | .. |
|---|
| 12434 | 14940 | M: Marek Vasut <marek.vasut@gmail.com> |
|---|
| 12435 | 14941 | L: linux-iio@vger.kernel.org |
|---|
| 12436 | 14942 | S: Supported |
|---|
| 12437 | | -F: drivers/iio/adc/rcar_gyro_adc.c |
|---|
| 14943 | +F: Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt |
|---|
| 14944 | +F: drivers/iio/adc/rcar-gyroadc.c |
|---|
| 12438 | 14945 | |
|---|
| 12439 | 14946 | RENESAS R-CAR I2C DRIVERS |
|---|
| 12440 | 14947 | M: Wolfram Sang <wsa+renesas@sang-engineering.com> |
|---|
| 12441 | 14948 | S: Supported |
|---|
| 14949 | +F: Documentation/devicetree/bindings/i2c/renesas,i2c.txt |
|---|
| 14950 | +F: Documentation/devicetree/bindings/i2c/renesas,iic.txt |
|---|
| 12442 | 14951 | F: drivers/i2c/busses/i2c-rcar.c |
|---|
| 12443 | 14952 | F: drivers/i2c/busses/i2c-sh_mobile.c |
|---|
| 14953 | + |
|---|
| 14954 | +RENESAS R-CAR THERMAL DRIVERS |
|---|
| 14955 | +M: Niklas Söderlund <niklas.soderlund@ragnatech.se> |
|---|
| 14956 | +L: linux-renesas-soc@vger.kernel.org |
|---|
| 14957 | +S: Supported |
|---|
| 14958 | +F: Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml |
|---|
| 14959 | +F: Documentation/devicetree/bindings/thermal/rcar-thermal.yaml |
|---|
| 14960 | +F: drivers/thermal/rcar_gen3_thermal.c |
|---|
| 14961 | +F: drivers/thermal/rcar_thermal.c |
|---|
| 14962 | + |
|---|
| 14963 | +RENESAS RIIC DRIVER |
|---|
| 14964 | +M: Chris Brandt <chris.brandt@renesas.com> |
|---|
| 14965 | +S: Supported |
|---|
| 14966 | +F: Documentation/devicetree/bindings/i2c/renesas,riic.txt |
|---|
| 14967 | +F: drivers/i2c/busses/i2c-riic.c |
|---|
| 12444 | 14968 | |
|---|
| 12445 | 14969 | RENESAS USB PHY DRIVER |
|---|
| 12446 | 14970 | M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> |
|---|
| .. | .. |
|---|
| 12450 | 14974 | |
|---|
| 12451 | 14975 | RESET CONTROLLER FRAMEWORK |
|---|
| 12452 | 14976 | M: Philipp Zabel <p.zabel@pengutronix.de> |
|---|
| 12453 | | -T: git git://git.pengutronix.de/git/pza/linux |
|---|
| 12454 | 14977 | S: Maintained |
|---|
| 12455 | | -F: drivers/reset/ |
|---|
| 14978 | +T: git git://git.pengutronix.de/git/pza/linux |
|---|
| 12456 | 14979 | F: Documentation/devicetree/bindings/reset/ |
|---|
| 14980 | +F: drivers/reset/ |
|---|
| 12457 | 14981 | F: include/dt-bindings/reset/ |
|---|
| 12458 | | -F: include/linux/reset.h |
|---|
| 12459 | 14982 | F: include/linux/reset-controller.h |
|---|
| 14983 | +F: include/linux/reset.h |
|---|
| 14984 | +F: include/linux/reset/ |
|---|
| 14985 | +K: \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b |
|---|
| 12460 | 14986 | |
|---|
| 12461 | 14987 | RESTARTABLE SEQUENCES SUPPORT |
|---|
| 12462 | 14988 | M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
|---|
| 12463 | 14989 | M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 12464 | | -M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|
| 14990 | +M: "Paul E. McKenney" <paulmck@kernel.org> |
|---|
| 12465 | 14991 | M: Boqun Feng <boqun.feng@gmail.com> |
|---|
| 12466 | 14992 | L: linux-kernel@vger.kernel.org |
|---|
| 12467 | 14993 | S: Supported |
|---|
| 12468 | | -F: kernel/rseq.c |
|---|
| 12469 | | -F: include/uapi/linux/rseq.h |
|---|
| 12470 | 14994 | F: include/trace/events/rseq.h |
|---|
| 14995 | +F: include/uapi/linux/rseq.h |
|---|
| 14996 | +F: kernel/rseq.c |
|---|
| 12471 | 14997 | F: tools/testing/selftests/rseq/ |
|---|
| 12472 | 14998 | |
|---|
| 12473 | 14999 | RFKILL |
|---|
| 12474 | 15000 | M: Johannes Berg <johannes@sipsolutions.net> |
|---|
| 12475 | 15001 | L: linux-wireless@vger.kernel.org |
|---|
| 12476 | | -W: http://wireless.kernel.org/ |
|---|
| 15002 | +S: Maintained |
|---|
| 15003 | +W: https://wireless.wiki.kernel.org/ |
|---|
| 12477 | 15004 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git |
|---|
| 12478 | 15005 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git |
|---|
| 12479 | | -S: Maintained |
|---|
| 12480 | | -F: Documentation/rfkill.txt |
|---|
| 12481 | 15006 | F: Documentation/ABI/stable/sysfs-class-rfkill |
|---|
| 12482 | | -F: net/rfkill/ |
|---|
| 15007 | +F: Documentation/driver-api/rfkill.rst |
|---|
| 12483 | 15008 | F: include/linux/rfkill.h |
|---|
| 12484 | 15009 | F: include/uapi/linux/rfkill.h |
|---|
| 15010 | +F: net/rfkill/ |
|---|
| 12485 | 15011 | |
|---|
| 12486 | 15012 | RHASHTABLE |
|---|
| 12487 | 15013 | M: Thomas Graf <tgraf@suug.ch> |
|---|
| 12488 | 15014 | M: Herbert Xu <herbert@gondor.apana.org.au> |
|---|
| 12489 | 15015 | L: netdev@vger.kernel.org |
|---|
| 12490 | 15016 | S: Maintained |
|---|
| 15017 | +F: include/linux/rhashtable-types.h |
|---|
| 15018 | +F: include/linux/rhashtable.h |
|---|
| 12491 | 15019 | F: lib/rhashtable.c |
|---|
| 12492 | 15020 | F: lib/test_rhashtable.c |
|---|
| 12493 | | -F: include/linux/rhashtable.h |
|---|
| 12494 | | -F: include/linux/rhashtable-types.h |
|---|
| 12495 | 15021 | |
|---|
| 12496 | 15022 | RICOH R5C592 MEMORYSTICK DRIVER |
|---|
| 12497 | 15023 | M: Maxim Levitsky <maximlevitsky@gmail.com> |
|---|
| .. | .. |
|---|
| 12505 | 15031 | F: drivers/mtd/nand/raw/r852.h |
|---|
| 12506 | 15032 | |
|---|
| 12507 | 15033 | RISC-V ARCHITECTURE |
|---|
| 12508 | | -M: Palmer Dabbelt <palmer@sifive.com> |
|---|
| 15034 | +M: Paul Walmsley <paul.walmsley@sifive.com> |
|---|
| 15035 | +M: Palmer Dabbelt <palmer@dabbelt.com> |
|---|
| 12509 | 15036 | M: Albert Ou <aou@eecs.berkeley.edu> |
|---|
| 12510 | 15037 | L: linux-riscv@lists.infradead.org |
|---|
| 12511 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git |
|---|
| 12512 | 15038 | S: Supported |
|---|
| 15039 | +P: Documentation/riscv/patch-acceptance.rst |
|---|
| 15040 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git |
|---|
| 12513 | 15041 | F: arch/riscv/ |
|---|
| 12514 | | -K: riscv |
|---|
| 12515 | 15042 | N: riscv |
|---|
| 15043 | +K: riscv |
|---|
| 15044 | + |
|---|
| 15045 | +RNBD BLOCK DRIVERS |
|---|
| 15046 | +M: Danil Kipnis <danil.kipnis@cloud.ionos.com> |
|---|
| 15047 | +M: Jack Wang <jinpu.wang@cloud.ionos.com> |
|---|
| 15048 | +L: linux-block@vger.kernel.org |
|---|
| 15049 | +S: Maintained |
|---|
| 15050 | +F: drivers/block/rnbd/ |
|---|
| 12516 | 15051 | |
|---|
| 12517 | 15052 | ROCCAT DRIVERS |
|---|
| 12518 | 15053 | M: Stefan Achatz <erazor_de@users.sourceforge.net> |
|---|
| 12519 | | -W: http://sourceforge.net/projects/roccat/ |
|---|
| 12520 | 15054 | S: Maintained |
|---|
| 15055 | +W: http://sourceforge.net/projects/roccat/ |
|---|
| 15056 | +F: Documentation/ABI/*/sysfs-driver-hid-roccat* |
|---|
| 12521 | 15057 | F: drivers/hid/hid-roccat* |
|---|
| 12522 | 15058 | F: include/linux/hid-roccat* |
|---|
| 12523 | | -F: Documentation/ABI/*/sysfs-driver-hid-roccat* |
|---|
| 12524 | 15059 | |
|---|
| 12525 | | -ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER |
|---|
| 12526 | | -M: Jacob chen <jacob2.chen@rock-chips.com> |
|---|
| 15060 | +ROCKCHIP ISP V1 DRIVER |
|---|
| 15061 | +M: Helen Koike <helen.koike@collabora.com> |
|---|
| 15062 | +M: Dafna Hirschfeld <dafna.hirschfeld@collabora.com> |
|---|
| 12527 | 15063 | L: linux-media@vger.kernel.org |
|---|
| 12528 | 15064 | S: Maintained |
|---|
| 15065 | +F: Documentation/admin-guide/media/rkisp1.rst |
|---|
| 15066 | +F: Documentation/userspace-api/media/v4l/pixfmt-meta-rkisp1.rst |
|---|
| 15067 | +F: drivers/staging/media/rkisp1/ |
|---|
| 15068 | + |
|---|
| 15069 | +ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER |
|---|
| 15070 | +M: Jacob Chen <jacob-chen@iotwrt.com> |
|---|
| 15071 | +M: Ezequiel Garcia <ezequiel@collabora.com> |
|---|
| 15072 | +L: linux-media@vger.kernel.org |
|---|
| 15073 | +L: linux-rockchip@lists.infradead.org |
|---|
| 15074 | +S: Maintained |
|---|
| 15075 | +F: Documentation/devicetree/bindings/media/rockchip-rga.yaml |
|---|
| 12529 | 15076 | F: drivers/media/platform/rockchip/rga/ |
|---|
| 12530 | | -F: Documentation/devicetree/bindings/media/rockchip-rga.txt |
|---|
| 15077 | + |
|---|
| 15078 | +ROCKCHIP VIDEO DECODER DRIVER |
|---|
| 15079 | +M: Ezequiel Garcia <ezequiel@collabora.com> |
|---|
| 15080 | +L: linux-media@vger.kernel.org |
|---|
| 15081 | +L: linux-rockchip@lists.infradead.org |
|---|
| 15082 | +S: Maintained |
|---|
| 15083 | +F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml |
|---|
| 15084 | +F: drivers/staging/media/rkvdec/ |
|---|
| 12531 | 15085 | |
|---|
| 12532 | 15086 | ROCKER DRIVER |
|---|
| 12533 | 15087 | M: Jiri Pirko <jiri@resnulli.us> |
|---|
| .. | .. |
|---|
| 12536 | 15090 | F: drivers/net/ethernet/rocker/ |
|---|
| 12537 | 15091 | |
|---|
| 12538 | 15092 | ROCKETPORT DRIVER |
|---|
| 12539 | | -P: Comtrol Corp. |
|---|
| 12540 | | -W: http://www.comtrol.com |
|---|
| 12541 | 15093 | S: Maintained |
|---|
| 12542 | | -F: Documentation/serial/rocket.txt |
|---|
| 15094 | +W: http://www.comtrol.com |
|---|
| 15095 | +F: Documentation/driver-api/serial/rocket.rst |
|---|
| 12543 | 15096 | F: drivers/tty/rocket* |
|---|
| 12544 | 15097 | |
|---|
| 12545 | 15098 | ROCKETPORT EXPRESS/INFINITY DRIVER |
|---|
| .. | .. |
|---|
| 12548 | 15101 | S: Odd Fixes |
|---|
| 12549 | 15102 | F: drivers/tty/serial/rp2.* |
|---|
| 12550 | 15103 | |
|---|
| 15104 | +ROHM BD99954 CHARGER IC |
|---|
| 15105 | +R: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> |
|---|
| 15106 | +L: linux-power@fi.rohmeurope.com |
|---|
| 15107 | +S: Supported |
|---|
| 15108 | +F: drivers/power/supply/bd99954-charger.c |
|---|
| 15109 | +F: drivers/power/supply/bd99954-charger.h |
|---|
| 15110 | + |
|---|
| 15111 | +ROHM BH1750 AMBIENT LIGHT SENSOR DRIVER |
|---|
| 15112 | +M: Tomasz Duszynski <tduszyns@gmail.com> |
|---|
| 15113 | +S: Maintained |
|---|
| 15114 | +F: Documentation/devicetree/bindings/iio/light/bh1750.yaml |
|---|
| 15115 | +F: drivers/iio/light/bh1750.c |
|---|
| 15116 | + |
|---|
| 12551 | 15117 | ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS |
|---|
| 12552 | 15118 | M: Marek Vasut <marek.vasut+renesas@gmail.com> |
|---|
| 12553 | 15119 | L: linux-kernel@vger.kernel.org |
|---|
| 12554 | 15120 | L: linux-renesas-soc@vger.kernel.org |
|---|
| 12555 | 15121 | S: Supported |
|---|
| 15122 | +F: Documentation/devicetree/bindings/mfd/bd9571mwv.txt |
|---|
| 15123 | +F: drivers/gpio/gpio-bd9571mwv.c |
|---|
| 12556 | 15124 | F: drivers/mfd/bd9571mwv.c |
|---|
| 12557 | 15125 | F: drivers/regulator/bd9571mwv-regulator.c |
|---|
| 12558 | | -F: drivers/gpio/gpio-bd9571mwv.c |
|---|
| 12559 | 15126 | F: include/linux/mfd/bd9571mwv.h |
|---|
| 12560 | | -F: Documentation/devicetree/bindings/mfd/bd9571mwv.txt |
|---|
| 15127 | + |
|---|
| 15128 | +ROHM POWER MANAGEMENT IC DEVICE DRIVERS |
|---|
| 15129 | +R: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> |
|---|
| 15130 | +L: linux-power@fi.rohmeurope.com |
|---|
| 15131 | +S: Supported |
|---|
| 15132 | +F: Documentation/devicetree/bindings/mfd/rohm,bd70528-pmic.txt |
|---|
| 15133 | +F: Documentation/devicetree/bindings/regulator/rohm,bd70528-regulator.txt |
|---|
| 15134 | +F: drivers/clk/clk-bd718x7.c |
|---|
| 15135 | +F: drivers/gpio/gpio-bd70528.c |
|---|
| 15136 | +F: drivers/gpio/gpio-bd71828.c |
|---|
| 15137 | +F: drivers/mfd/rohm-bd70528.c |
|---|
| 15138 | +F: drivers/mfd/rohm-bd71828.c |
|---|
| 15139 | +F: drivers/mfd/rohm-bd718x7.c |
|---|
| 15140 | +F: drivers/power/supply/bd70528-charger.c |
|---|
| 15141 | +F: drivers/regulator/bd70528-regulator.c |
|---|
| 15142 | +F: drivers/regulator/bd71828-regulator.c |
|---|
| 15143 | +F: drivers/regulator/bd718x7-regulator.c |
|---|
| 15144 | +F: drivers/regulator/rohm-regulator.c |
|---|
| 15145 | +F: drivers/rtc/rtc-bd70528.c |
|---|
| 15146 | +F: drivers/watchdog/bd70528_wdt.c |
|---|
| 15147 | +F: include/linux/mfd/rohm-bd70528.h |
|---|
| 15148 | +F: include/linux/mfd/rohm-bd71828.h |
|---|
| 15149 | +F: include/linux/mfd/rohm-bd718x7.h |
|---|
| 15150 | +F: include/linux/mfd/rohm-generic.h |
|---|
| 15151 | +F: include/linux/mfd/rohm-shared.h |
|---|
| 12561 | 15152 | |
|---|
| 12562 | 15153 | ROSE NETWORK LAYER |
|---|
| 12563 | 15154 | M: Ralf Baechle <ralf@linux-mips.org> |
|---|
| 12564 | 15155 | L: linux-hams@vger.kernel.org |
|---|
| 12565 | | -W: http://www.linux-ax25.org/ |
|---|
| 12566 | 15156 | S: Maintained |
|---|
| 15157 | +W: http://www.linux-ax25.org/ |
|---|
| 12567 | 15158 | F: include/net/rose.h |
|---|
| 12568 | 15159 | F: include/uapi/linux/rose.h |
|---|
| 12569 | 15160 | F: net/rose/ |
|---|
| 12570 | 15161 | |
|---|
| 15162 | +ROTATION DRIVER FOR ALLWINNER A83T |
|---|
| 15163 | +M: Jernej Skrabec <jernej.skrabec@siol.net> |
|---|
| 15164 | +L: linux-media@vger.kernel.org |
|---|
| 15165 | +S: Maintained |
|---|
| 15166 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 15167 | +F: Documentation/devicetree/bindings/media/allwinner,sun8i-a83t-de2-rotate.yaml |
|---|
| 15168 | +F: drivers/media/platform/sunxi/sun8i-rotate/ |
|---|
| 15169 | + |
|---|
| 12571 | 15170 | RTL2830 MEDIA DRIVER |
|---|
| 12572 | 15171 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 12573 | 15172 | L: linux-media@vger.kernel.org |
|---|
| 15173 | +S: Maintained |
|---|
| 12574 | 15174 | W: https://linuxtv.org |
|---|
| 12575 | 15175 | W: http://palosaari.fi/linux/ |
|---|
| 12576 | 15176 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 12577 | 15177 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 12578 | | -S: Maintained |
|---|
| 12579 | 15178 | F: drivers/media/dvb-frontends/rtl2830* |
|---|
| 12580 | 15179 | |
|---|
| 12581 | 15180 | RTL2832 MEDIA DRIVER |
|---|
| 12582 | 15181 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 12583 | 15182 | L: linux-media@vger.kernel.org |
|---|
| 15183 | +S: Maintained |
|---|
| 12584 | 15184 | W: https://linuxtv.org |
|---|
| 12585 | 15185 | W: http://palosaari.fi/linux/ |
|---|
| 12586 | 15186 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 12587 | 15187 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 12588 | | -S: Maintained |
|---|
| 12589 | 15188 | F: drivers/media/dvb-frontends/rtl2832* |
|---|
| 12590 | 15189 | |
|---|
| 12591 | 15190 | RTL2832_SDR MEDIA DRIVER |
|---|
| 12592 | 15191 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 12593 | 15192 | L: linux-media@vger.kernel.org |
|---|
| 15193 | +S: Maintained |
|---|
| 12594 | 15194 | W: https://linuxtv.org |
|---|
| 12595 | 15195 | W: http://palosaari.fi/linux/ |
|---|
| 12596 | 15196 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 12597 | 15197 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 12598 | | -S: Maintained |
|---|
| 12599 | 15198 | F: drivers/media/dvb-frontends/rtl2832_sdr* |
|---|
| 12600 | 15199 | |
|---|
| 12601 | 15200 | RTL8180 WIRELESS DRIVER |
|---|
| 12602 | 15201 | L: linux-wireless@vger.kernel.org |
|---|
| 12603 | | -W: http://wireless.kernel.org/ |
|---|
| 12604 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
|---|
| 12605 | 15202 | S: Orphan |
|---|
| 15203 | +W: https://wireless.wiki.kernel.org/ |
|---|
| 15204 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
|---|
| 12606 | 15205 | F: drivers/net/wireless/realtek/rtl818x/rtl8180/ |
|---|
| 12607 | 15206 | |
|---|
| 12608 | 15207 | RTL8187 WIRELESS DRIVER |
|---|
| .. | .. |
|---|
| 12610 | 15209 | M: Hin-Tak Leung <htl10@users.sourceforge.net> |
|---|
| 12611 | 15210 | M: Larry Finger <Larry.Finger@lwfinger.net> |
|---|
| 12612 | 15211 | L: linux-wireless@vger.kernel.org |
|---|
| 12613 | | -W: http://wireless.kernel.org/ |
|---|
| 12614 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
|---|
| 12615 | 15212 | S: Maintained |
|---|
| 15213 | +W: https://wireless.wiki.kernel.org/ |
|---|
| 15214 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
|---|
| 12616 | 15215 | F: drivers/net/wireless/realtek/rtl818x/rtl8187/ |
|---|
| 12617 | | - |
|---|
| 12618 | | -REALTEK WIRELESS DRIVER (rtlwifi family) |
|---|
| 12619 | | -M: Ping-Ke Shih <pkshih@realtek.com> |
|---|
| 12620 | | -L: linux-wireless@vger.kernel.org |
|---|
| 12621 | | -W: http://wireless.kernel.org/ |
|---|
| 12622 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
|---|
| 12623 | | -S: Maintained |
|---|
| 12624 | | -F: drivers/net/wireless/realtek/rtlwifi/ |
|---|
| 12625 | 15216 | |
|---|
| 12626 | 15217 | RTL8XXXU WIRELESS DRIVER (rtl8xxxu) |
|---|
| 12627 | 15218 | M: Jes Sorensen <Jes.Sorensen@gmail.com> |
|---|
| 12628 | 15219 | L: linux-wireless@vger.kernel.org |
|---|
| 12629 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel |
|---|
| 12630 | 15220 | S: Maintained |
|---|
| 15221 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel |
|---|
| 12631 | 15222 | F: drivers/net/wireless/realtek/rtl8xxxu/ |
|---|
| 15223 | + |
|---|
| 15224 | +RTRS TRANSPORT DRIVERS |
|---|
| 15225 | +M: Danil Kipnis <danil.kipnis@cloud.ionos.com> |
|---|
| 15226 | +M: Jack Wang <jinpu.wang@cloud.ionos.com> |
|---|
| 15227 | +L: linux-rdma@vger.kernel.org |
|---|
| 15228 | +S: Maintained |
|---|
| 15229 | +F: drivers/infiniband/ulp/rtrs/ |
|---|
| 12632 | 15230 | |
|---|
| 12633 | 15231 | RXRPC SOCKETS (AF_RXRPC) |
|---|
| 12634 | 15232 | M: David Howells <dhowells@redhat.com> |
|---|
| 12635 | 15233 | L: linux-afs@lists.infradead.org |
|---|
| 12636 | 15234 | S: Supported |
|---|
| 12637 | | -F: net/rxrpc/ |
|---|
| 15235 | +W: https://www.infradead.org/~dhowells/kafs/ |
|---|
| 15236 | +F: Documentation/networking/rxrpc.rst |
|---|
| 12638 | 15237 | F: include/keys/rxrpc-type.h |
|---|
| 12639 | 15238 | F: include/net/af_rxrpc.h |
|---|
| 12640 | 15239 | F: include/trace/events/rxrpc.h |
|---|
| 12641 | 15240 | F: include/uapi/linux/rxrpc.h |
|---|
| 12642 | | -F: Documentation/networking/rxrpc.txt |
|---|
| 12643 | | -W: https://www.infradead.org/~dhowells/kafs/ |
|---|
| 15241 | +F: net/rxrpc/ |
|---|
| 12644 | 15242 | |
|---|
| 12645 | 15243 | S3 SAVAGE FRAMEBUFFER DRIVER |
|---|
| 12646 | 15244 | M: Antonino Daplas <adaplas@gmail.com> |
|---|
| .. | .. |
|---|
| 12649 | 15247 | F: drivers/video/fbdev/savage/ |
|---|
| 12650 | 15248 | |
|---|
| 12651 | 15249 | S390 |
|---|
| 12652 | | -M: Martin Schwidefsky <schwidefsky@de.ibm.com> |
|---|
| 12653 | | -M: Heiko Carstens <heiko.carstens@de.ibm.com> |
|---|
| 15250 | +M: Heiko Carstens <hca@linux.ibm.com> |
|---|
| 15251 | +M: Vasily Gorbik <gor@linux.ibm.com> |
|---|
| 15252 | +M: Christian Borntraeger <borntraeger@de.ibm.com> |
|---|
| 12654 | 15253 | L: linux-s390@vger.kernel.org |
|---|
| 15254 | +S: Supported |
|---|
| 12655 | 15255 | W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12656 | 15256 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git |
|---|
| 12657 | | -S: Supported |
|---|
| 15257 | +F: Documentation/driver-api/s390-drivers.rst |
|---|
| 15258 | +F: Documentation/s390/ |
|---|
| 12658 | 15259 | F: arch/s390/ |
|---|
| 12659 | 15260 | F: drivers/s390/ |
|---|
| 12660 | | -F: Documentation/s390/ |
|---|
| 12661 | | -F: Documentation/driver-api/s390-drivers.rst |
|---|
| 12662 | 15261 | |
|---|
| 12663 | 15262 | S390 COMMON I/O LAYER |
|---|
| 12664 | | -M: Sebastian Ott <sebott@linux.ibm.com> |
|---|
| 15263 | +M: Vineeth Vijayan <vneethv@linux.ibm.com> |
|---|
| 12665 | 15264 | M: Peter Oberparleiter <oberpar@linux.ibm.com> |
|---|
| 12666 | 15265 | L: linux-s390@vger.kernel.org |
|---|
| 12667 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12668 | 15266 | S: Supported |
|---|
| 15267 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12669 | 15268 | F: drivers/s390/cio/ |
|---|
| 12670 | 15269 | |
|---|
| 12671 | 15270 | S390 DASD DRIVER |
|---|
| 12672 | 15271 | M: Stefan Haberland <sth@linux.ibm.com> |
|---|
| 12673 | 15272 | M: Jan Hoeppner <hoeppner@linux.ibm.com> |
|---|
| 12674 | 15273 | L: linux-s390@vger.kernel.org |
|---|
| 12675 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12676 | 15274 | S: Supported |
|---|
| 12677 | | -F: drivers/s390/block/dasd* |
|---|
| 15275 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12678 | 15276 | F: block/partitions/ibm.c |
|---|
| 15277 | +F: drivers/s390/block/dasd* |
|---|
| 15278 | +F: include/linux/dasd_mod.h |
|---|
| 12679 | 15279 | |
|---|
| 12680 | 15280 | S390 IOMMU (PCI) |
|---|
| 12681 | | -M: Gerald Schaefer <gerald.schaefer@de.ibm.com> |
|---|
| 15281 | +M: Matthew Rosato <mjrosato@linux.ibm.com> |
|---|
| 15282 | +M: Gerald Schaefer <gerald.schaefer@linux.ibm.com> |
|---|
| 12682 | 15283 | L: linux-s390@vger.kernel.org |
|---|
| 12683 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12684 | 15284 | S: Supported |
|---|
| 15285 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12685 | 15286 | F: drivers/iommu/s390-iommu.c |
|---|
| 12686 | 15287 | |
|---|
| 12687 | 15288 | S390 IUCV NETWORK LAYER |
|---|
| 12688 | 15289 | M: Julian Wiedmann <jwi@linux.ibm.com> |
|---|
| 12689 | | -M: Ursula Braun <ubraun@linux.ibm.com> |
|---|
| 15290 | +M: Karsten Graul <kgraul@linux.ibm.com> |
|---|
| 12690 | 15291 | L: linux-s390@vger.kernel.org |
|---|
| 12691 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12692 | 15292 | S: Supported |
|---|
| 15293 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12693 | 15294 | F: drivers/s390/net/*iucv* |
|---|
| 12694 | 15295 | F: include/net/iucv/ |
|---|
| 12695 | 15296 | F: net/iucv/ |
|---|
| 12696 | 15297 | |
|---|
| 12697 | 15298 | S390 NETWORK DRIVERS |
|---|
| 12698 | 15299 | M: Julian Wiedmann <jwi@linux.ibm.com> |
|---|
| 12699 | | -M: Ursula Braun <ubraun@linux.ibm.com> |
|---|
| 15300 | +M: Karsten Graul <kgraul@linux.ibm.com> |
|---|
| 12700 | 15301 | L: linux-s390@vger.kernel.org |
|---|
| 12701 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12702 | 15302 | S: Supported |
|---|
| 15303 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12703 | 15304 | F: drivers/s390/net/ |
|---|
| 12704 | 15305 | |
|---|
| 12705 | 15306 | S390 PCI SUBSYSTEM |
|---|
| 12706 | | -M: Sebastian Ott <sebott@linux.ibm.com> |
|---|
| 12707 | | -M: Gerald Schaefer <gerald.schaefer@de.ibm.com> |
|---|
| 15307 | +M: Niklas Schnelle <schnelle@linux.ibm.com> |
|---|
| 15308 | +M: Gerald Schaefer <gerald.schaefer@linux.ibm.com> |
|---|
| 12708 | 15309 | L: linux-s390@vger.kernel.org |
|---|
| 12709 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12710 | 15310 | S: Supported |
|---|
| 15311 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12711 | 15312 | F: arch/s390/pci/ |
|---|
| 12712 | 15313 | F: drivers/pci/hotplug/s390_pci_hpc.c |
|---|
| 15314 | +F: Documentation/s390/pci.rst |
|---|
| 15315 | + |
|---|
| 15316 | +S390 VFIO AP DRIVER |
|---|
| 15317 | +M: Tony Krowiak <akrowiak@linux.ibm.com> |
|---|
| 15318 | +M: Pierre Morel <pmorel@linux.ibm.com> |
|---|
| 15319 | +M: Halil Pasic <pasic@linux.ibm.com> |
|---|
| 15320 | +L: linux-s390@vger.kernel.org |
|---|
| 15321 | +S: Supported |
|---|
| 15322 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 15323 | +F: Documentation/s390/vfio-ap.rst |
|---|
| 15324 | +F: drivers/s390/crypto/vfio_ap_drv.c |
|---|
| 15325 | +F: drivers/s390/crypto/vfio_ap_ops.c |
|---|
| 15326 | +F: drivers/s390/crypto/vfio_ap_private.h |
|---|
| 12713 | 15327 | |
|---|
| 12714 | 15328 | S390 VFIO-CCW DRIVER |
|---|
| 12715 | 15329 | M: Cornelia Huck <cohuck@redhat.com> |
|---|
| 12716 | | -M: Halil Pasic <pasic@linux.ibm.com> |
|---|
| 15330 | +M: Eric Farman <farman@linux.ibm.com> |
|---|
| 15331 | +R: Halil Pasic <pasic@linux.ibm.com> |
|---|
| 12717 | 15332 | L: linux-s390@vger.kernel.org |
|---|
| 12718 | 15333 | L: kvm@vger.kernel.org |
|---|
| 12719 | 15334 | S: Supported |
|---|
| 15335 | +F: Documentation/s390/vfio-ccw.rst |
|---|
| 12720 | 15336 | F: drivers/s390/cio/vfio_ccw* |
|---|
| 12721 | | -F: Documentation/s390/vfio-ccw.txt |
|---|
| 12722 | 15337 | F: include/uapi/linux/vfio_ccw.h |
|---|
| 15338 | + |
|---|
| 15339 | +S390 VFIO-PCI DRIVER |
|---|
| 15340 | +M: Matthew Rosato <mjrosato@linux.ibm.com> |
|---|
| 15341 | +L: linux-s390@vger.kernel.org |
|---|
| 15342 | +L: kvm@vger.kernel.org |
|---|
| 15343 | +S: Supported |
|---|
| 15344 | +F: drivers/vfio/pci/vfio_pci_zdev.c |
|---|
| 15345 | +F: include/uapi/linux/vfio_zdev.h |
|---|
| 12723 | 15346 | |
|---|
| 12724 | 15347 | S390 ZCRYPT DRIVER |
|---|
| 12725 | 15348 | M: Harald Freudenberger <freude@linux.ibm.com> |
|---|
| 12726 | 15349 | L: linux-s390@vger.kernel.org |
|---|
| 12727 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12728 | 15350 | S: Supported |
|---|
| 15351 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12729 | 15352 | F: drivers/s390/crypto/ |
|---|
| 12730 | 15353 | |
|---|
| 12731 | 15354 | S390 ZFCP DRIVER |
|---|
| 12732 | 15355 | M: Steffen Maier <maier@linux.ibm.com> |
|---|
| 12733 | 15356 | M: Benjamin Block <bblock@linux.ibm.com> |
|---|
| 12734 | 15357 | L: linux-s390@vger.kernel.org |
|---|
| 12735 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12736 | 15358 | S: Supported |
|---|
| 15359 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 12737 | 15360 | F: drivers/s390/scsi/zfcp_* |
|---|
| 12738 | 15361 | |
|---|
| 12739 | 15362 | S3C24XX SD/MMC Driver |
|---|
| .. | .. |
|---|
| 12745 | 15368 | SAA6588 RDS RECEIVER DRIVER |
|---|
| 12746 | 15369 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 12747 | 15370 | L: linux-media@vger.kernel.org |
|---|
| 12748 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 12749 | | -W: https://linuxtv.org |
|---|
| 12750 | 15371 | S: Odd Fixes |
|---|
| 15372 | +W: https://linuxtv.org |
|---|
| 15373 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12751 | 15374 | F: drivers/media/i2c/saa6588* |
|---|
| 12752 | 15375 | |
|---|
| 12753 | 15376 | SAA7134 VIDEO4LINUX DRIVER |
|---|
| 12754 | 15377 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 12755 | 15378 | L: linux-media@vger.kernel.org |
|---|
| 15379 | +S: Odd fixes |
|---|
| 12756 | 15380 | W: https://linuxtv.org |
|---|
| 12757 | 15381 | T: git git://linuxtv.org/media_tree.git |
|---|
| 12758 | | -S: Odd fixes |
|---|
| 12759 | | -F: Documentation/media/v4l-drivers/saa7134* |
|---|
| 15382 | +F: Documentation/driver-api/media/drivers/saa7134* |
|---|
| 12760 | 15383 | F: drivers/media/pci/saa7134/ |
|---|
| 12761 | 15384 | |
|---|
| 12762 | 15385 | SAA7146 VIDEO4LINUX-2 DRIVER |
|---|
| 12763 | 15386 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 12764 | 15387 | L: linux-media@vger.kernel.org |
|---|
| 12765 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 12766 | 15388 | S: Maintained |
|---|
| 15389 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 12767 | 15390 | F: drivers/media/common/saa7146/ |
|---|
| 12768 | 15391 | F: drivers/media/pci/saa7146/ |
|---|
| 12769 | | -F: include/media/saa7146* |
|---|
| 15392 | +F: include/media/drv-intf/saa7146* |
|---|
| 15393 | + |
|---|
| 15394 | +SAFESETID SECURITY MODULE |
|---|
| 15395 | +M: Micah Morton <mortonm@chromium.org> |
|---|
| 15396 | +S: Supported |
|---|
| 15397 | +F: Documentation/admin-guide/LSM/SafeSetID.rst |
|---|
| 15398 | +F: security/safesetid/ |
|---|
| 12770 | 15399 | |
|---|
| 12771 | 15400 | SAMSUNG AUDIO (ASoC) DRIVERS |
|---|
| 12772 | 15401 | M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 12773 | | -M: Sangbeom Kim <sbkim73@samsung.com> |
|---|
| 12774 | 15402 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|
| 12775 | 15403 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 12776 | 15404 | S: Supported |
|---|
| 12777 | | -F: sound/soc/samsung/ |
|---|
| 12778 | 15405 | F: Documentation/devicetree/bindings/sound/samsung* |
|---|
| 15406 | +F: sound/soc/samsung/ |
|---|
| 12779 | 15407 | |
|---|
| 12780 | 15408 | SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER |
|---|
| 12781 | 15409 | M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 12782 | 15410 | L: linux-crypto@vger.kernel.org |
|---|
| 12783 | 15411 | L: linux-samsung-soc@vger.kernel.org |
|---|
| 12784 | 15412 | S: Maintained |
|---|
| 15413 | +F: Documentation/devicetree/bindings/rng/samsung,exynos4-rng.yaml |
|---|
| 12785 | 15414 | F: drivers/crypto/exynos-rng.c |
|---|
| 12786 | | -F: Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt |
|---|
| 12787 | 15415 | |
|---|
| 12788 | 15416 | SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER |
|---|
| 12789 | 15417 | M: Łukasz Stelmach <l.stelmach@samsung.com> |
|---|
| 12790 | 15418 | L: linux-samsung-soc@vger.kernel.org |
|---|
| 12791 | 15419 | S: Maintained |
|---|
| 12792 | | -F: drivers/char/hw_random/exynos-trng.c |
|---|
| 12793 | 15420 | F: Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt |
|---|
| 15421 | +F: drivers/char/hw_random/exynos-trng.c |
|---|
| 12794 | 15422 | |
|---|
| 12795 | 15423 | SAMSUNG FRAMEBUFFER DRIVER |
|---|
| 12796 | 15424 | M: Jingoo Han <jingoohan1@gmail.com> |
|---|
| .. | .. |
|---|
| 12805 | 15433 | F: drivers/platform/x86/samsung-laptop.c |
|---|
| 12806 | 15434 | |
|---|
| 12807 | 15435 | SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS |
|---|
| 12808 | | -M: Sangbeom Kim <sbkim73@samsung.com> |
|---|
| 12809 | 15436 | M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 12810 | 15437 | M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|
| 12811 | 15438 | L: linux-kernel@vger.kernel.org |
|---|
| 12812 | 15439 | L: linux-samsung-soc@vger.kernel.org |
|---|
| 12813 | 15440 | S: Supported |
|---|
| 12814 | | -F: drivers/mfd/sec*.c |
|---|
| 12815 | | -F: drivers/regulator/s2m*.c |
|---|
| 12816 | | -F: drivers/regulator/s5m*.c |
|---|
| 12817 | | -F: drivers/clk/clk-s2mps11.c |
|---|
| 12818 | | -F: drivers/rtc/rtc-s5m.c |
|---|
| 12819 | | -F: include/linux/mfd/samsung/ |
|---|
| 15441 | +F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt |
|---|
| 12820 | 15442 | F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt |
|---|
| 12821 | 15443 | F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt |
|---|
| 12822 | 15444 | F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt |
|---|
| 12823 | | -F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt |
|---|
| 15445 | +F: drivers/clk/clk-s2mps11.c |
|---|
| 15446 | +F: drivers/mfd/sec*.c |
|---|
| 15447 | +F: drivers/regulator/s2m*.c |
|---|
| 15448 | +F: drivers/regulator/s5m*.c |
|---|
| 15449 | +F: drivers/rtc/rtc-s5m.c |
|---|
| 15450 | +F: include/linux/mfd/samsung/ |
|---|
| 12824 | 15451 | |
|---|
| 12825 | 15452 | SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER |
|---|
| 12826 | 15453 | M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> |
|---|
| 12827 | 15454 | L: linux-media@vger.kernel.org |
|---|
| 12828 | | -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
|---|
| 15455 | +L: linux-samsung-soc@vger.kernel.org |
|---|
| 12829 | 15456 | S: Maintained |
|---|
| 12830 | 15457 | F: drivers/media/platform/s3c-camif/ |
|---|
| 12831 | 15458 | F: include/media/drv-intf/s3c_camif.h |
|---|
| 12832 | 15459 | |
|---|
| 12833 | 15460 | SAMSUNG S3FWRN5 NFC DRIVER |
|---|
| 12834 | | -M: Robert Baldyga <r.baldyga@samsung.com> |
|---|
| 15461 | +M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 12835 | 15462 | M: Krzysztof Opasiak <k.opasiak@samsung.com> |
|---|
| 12836 | 15463 | L: linux-nfc@lists.01.org (moderated for non-subscribers) |
|---|
| 12837 | | -S: Supported |
|---|
| 15464 | +S: Maintained |
|---|
| 15465 | +F: Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml |
|---|
| 12838 | 15466 | F: drivers/nfc/s3fwrn5 |
|---|
| 12839 | 15467 | |
|---|
| 12840 | 15468 | SAMSUNG S5C73M3 CAMERA DRIVER |
|---|
| 12841 | | -M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 12842 | 15469 | M: Andrzej Hajda <a.hajda@samsung.com> |
|---|
| 12843 | 15470 | L: linux-media@vger.kernel.org |
|---|
| 12844 | 15471 | S: Supported |
|---|
| 12845 | 15472 | F: drivers/media/i2c/s5c73m3/* |
|---|
| 12846 | 15473 | |
|---|
| 12847 | 15474 | SAMSUNG S5K5BAF CAMERA DRIVER |
|---|
| 12848 | | -M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 12849 | 15475 | M: Andrzej Hajda <a.hajda@samsung.com> |
|---|
| 12850 | 15476 | L: linux-media@vger.kernel.org |
|---|
| 12851 | 15477 | S: Supported |
|---|
| .. | .. |
|---|
| 12854 | 15480 | SAMSUNG S5P Security SubSystem (SSS) DRIVER |
|---|
| 12855 | 15481 | M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 12856 | 15482 | M: Vladimir Zapolskiy <vz@mleia.com> |
|---|
| 12857 | | -M: Kamil Konieczny <k.konieczny@partner.samsung.com> |
|---|
| 15483 | +M: Kamil Konieczny <k.konieczny@samsung.com> |
|---|
| 12858 | 15484 | L: linux-crypto@vger.kernel.org |
|---|
| 12859 | 15485 | L: linux-samsung-soc@vger.kernel.org |
|---|
| 12860 | 15486 | S: Maintained |
|---|
| 15487 | +F: Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml |
|---|
| 15488 | +F: Documentation/devicetree/bindings/crypto/samsung-sss.yaml |
|---|
| 12861 | 15489 | F: drivers/crypto/s5p-sss.c |
|---|
| 12862 | 15490 | |
|---|
| 12863 | 15491 | SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS |
|---|
| 12864 | | -M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 12865 | 15492 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|
| 12866 | 15493 | L: linux-media@vger.kernel.org |
|---|
| 12867 | | -Q: https://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 12868 | 15494 | S: Supported |
|---|
| 15495 | +Q: https://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 12869 | 15496 | F: drivers/media/platform/exynos4-is/ |
|---|
| 12870 | 15497 | |
|---|
| 12871 | 15498 | SAMSUNG SOC CLOCK DRIVERS |
|---|
| 12872 | 15499 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|
| 12873 | 15500 | M: Tomasz Figa <tomasz.figa@gmail.com> |
|---|
| 12874 | 15501 | M: Chanwoo Choi <cw00.choi@samsung.com> |
|---|
| 15502 | +L: linux-samsung-soc@vger.kernel.org |
|---|
| 12875 | 15503 | S: Supported |
|---|
| 12876 | | -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
|---|
| 12877 | 15504 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git |
|---|
| 15505 | +F: Documentation/devicetree/bindings/clock/exynos*.txt |
|---|
| 15506 | +F: Documentation/devicetree/bindings/clock/samsung,s3c* |
|---|
| 15507 | +F: Documentation/devicetree/bindings/clock/samsung,s5p* |
|---|
| 12878 | 15508 | F: drivers/clk/samsung/ |
|---|
| 12879 | 15509 | F: include/dt-bindings/clock/exynos*.h |
|---|
| 12880 | | -F: Documentation/devicetree/bindings/clock/exynos*.txt |
|---|
| 15510 | +F: include/linux/clk/samsung.h |
|---|
| 15511 | +F: include/linux/platform_data/clk-s3c2410.h |
|---|
| 12881 | 15512 | |
|---|
| 12882 | 15513 | SAMSUNG SPI DRIVERS |
|---|
| 12883 | | -M: Kukjin Kim <kgene@kernel.org> |
|---|
| 12884 | 15514 | M: Krzysztof Kozlowski <krzk@kernel.org> |
|---|
| 12885 | 15515 | M: Andi Shyti <andi@etezian.org> |
|---|
| 12886 | 15516 | L: linux-spi@vger.kernel.org |
|---|
| 12887 | | -L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) |
|---|
| 15517 | +L: linux-samsung-soc@vger.kernel.org |
|---|
| 12888 | 15518 | S: Maintained |
|---|
| 12889 | 15519 | F: Documentation/devicetree/bindings/spi/spi-samsung.txt |
|---|
| 12890 | 15520 | F: drivers/spi/spi-s3c* |
|---|
| 12891 | 15521 | F: include/linux/platform_data/spi-s3c64xx.h |
|---|
| 15522 | +F: include/linux/spi/s3c24xx-fiq.h |
|---|
| 12892 | 15523 | |
|---|
| 12893 | 15524 | SAMSUNG SXGBE DRIVERS |
|---|
| 12894 | 15525 | M: Byungho An <bh74.an@samsung.com> |
|---|
| 12895 | | -M: Girish K S <ks.giri@samsung.com> |
|---|
| 12896 | | -M: Vipul Pandya <vipul.pandya@samsung.com> |
|---|
| 12897 | | -S: Supported |
|---|
| 12898 | 15526 | L: netdev@vger.kernel.org |
|---|
| 15527 | +S: Supported |
|---|
| 12899 | 15528 | F: drivers/net/ethernet/samsung/sxgbe/ |
|---|
| 12900 | 15529 | |
|---|
| 12901 | 15530 | SAMSUNG THERMAL DRIVER |
|---|
| .. | .. |
|---|
| 12907 | 15536 | F: drivers/thermal/samsung/ |
|---|
| 12908 | 15537 | |
|---|
| 12909 | 15538 | SAMSUNG USB2 PHY DRIVER |
|---|
| 12910 | | -M: Kamil Debski <kamil@wypas.org> |
|---|
| 12911 | 15539 | M: Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|
| 12912 | 15540 | L: linux-kernel@vger.kernel.org |
|---|
| 12913 | 15541 | S: Supported |
|---|
| 12914 | 15542 | F: Documentation/devicetree/bindings/phy/samsung-phy.txt |
|---|
| 12915 | | -F: Documentation/phy/samsung-usb2.txt |
|---|
| 15543 | +F: Documentation/driver-api/phy/samsung-usb2.rst |
|---|
| 12916 | 15544 | F: drivers/phy/samsung/phy-exynos4210-usb2.c |
|---|
| 12917 | 15545 | F: drivers/phy/samsung/phy-exynos4x12-usb2.c |
|---|
| 12918 | 15546 | F: drivers/phy/samsung/phy-exynos5250-usb2.c |
|---|
| .. | .. |
|---|
| 12928 | 15556 | SCHEDULER |
|---|
| 12929 | 15557 | M: Ingo Molnar <mingo@redhat.com> |
|---|
| 12930 | 15558 | M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 15559 | +M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE) |
|---|
| 15560 | +M: Vincent Guittot <vincent.guittot@linaro.org> (SCHED_NORMAL) |
|---|
| 15561 | +R: Dietmar Eggemann <dietmar.eggemann@arm.com> (SCHED_NORMAL) |
|---|
| 15562 | +R: Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR) |
|---|
| 15563 | +R: Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH) |
|---|
| 15564 | +R: Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING) |
|---|
| 15565 | +R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE) |
|---|
| 12931 | 15566 | L: linux-kernel@vger.kernel.org |
|---|
| 12932 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core |
|---|
| 12933 | 15567 | S: Maintained |
|---|
| 12934 | | -F: kernel/sched/ |
|---|
| 15568 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core |
|---|
| 15569 | +F: include/linux/preempt.h |
|---|
| 12935 | 15570 | F: include/linux/sched.h |
|---|
| 12936 | | -F: include/uapi/linux/sched.h |
|---|
| 12937 | 15571 | F: include/linux/wait.h |
|---|
| 15572 | +F: include/uapi/linux/sched.h |
|---|
| 15573 | +F: kernel/sched/ |
|---|
| 12938 | 15574 | |
|---|
| 12939 | 15575 | SCR24X CHIP CARD INTERFACE DRIVER |
|---|
| 12940 | 15576 | M: Lubomir Rintel <lkundrak@v3.sk> |
|---|
| .. | .. |
|---|
| 12944 | 15580 | SCSI CDROM DRIVER |
|---|
| 12945 | 15581 | M: Jens Axboe <axboe@kernel.dk> |
|---|
| 12946 | 15582 | L: linux-scsi@vger.kernel.org |
|---|
| 12947 | | -W: http://www.kernel.dk |
|---|
| 12948 | 15583 | S: Maintained |
|---|
| 15584 | +W: http://www.kernel.dk |
|---|
| 12949 | 15585 | F: drivers/scsi/sr* |
|---|
| 12950 | 15586 | |
|---|
| 12951 | 15587 | SCSI RDMA PROTOCOL (SRP) INITIATOR |
|---|
| .. | .. |
|---|
| 12967 | 15603 | SCSI SG DRIVER |
|---|
| 12968 | 15604 | M: Doug Gilbert <dgilbert@interlog.com> |
|---|
| 12969 | 15605 | L: linux-scsi@vger.kernel.org |
|---|
| 12970 | | -W: http://sg.danny.cz/sg |
|---|
| 12971 | 15606 | S: Maintained |
|---|
| 12972 | | -F: Documentation/scsi/scsi-generic.txt |
|---|
| 15607 | +W: http://sg.danny.cz/sg |
|---|
| 15608 | +F: Documentation/scsi/scsi-generic.rst |
|---|
| 12973 | 15609 | F: drivers/scsi/sg.c |
|---|
| 12974 | 15610 | F: include/scsi/sg.h |
|---|
| 12975 | 15611 | |
|---|
| 12976 | 15612 | SCSI SUBSYSTEM |
|---|
| 12977 | | -M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com> |
|---|
| 12978 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git |
|---|
| 15613 | +M: "James E.J. Bottomley" <jejb@linux.ibm.com> |
|---|
| 12979 | 15614 | M: "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|
| 12980 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git |
|---|
| 12981 | 15615 | L: linux-scsi@vger.kernel.org |
|---|
| 12982 | 15616 | S: Maintained |
|---|
| 15617 | +Q: https://patchwork.kernel.org/project/linux-scsi/list/ |
|---|
| 15618 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git |
|---|
| 15619 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git |
|---|
| 12983 | 15620 | F: Documentation/devicetree/bindings/scsi/ |
|---|
| 12984 | 15621 | F: drivers/scsi/ |
|---|
| 12985 | 15622 | F: include/scsi/ |
|---|
| .. | .. |
|---|
| 12988 | 15625 | M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> |
|---|
| 12989 | 15626 | L: linux-scsi@vger.kernel.org |
|---|
| 12990 | 15627 | S: Maintained |
|---|
| 12991 | | -F: Documentation/scsi/st.txt |
|---|
| 15628 | +F: Documentation/scsi/st.rst |
|---|
| 12992 | 15629 | F: drivers/scsi/st.* |
|---|
| 12993 | 15630 | F: drivers/scsi/st_*.h |
|---|
| 15631 | + |
|---|
| 15632 | +SCSI TARGET SUBSYSTEM |
|---|
| 15633 | +M: "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|
| 15634 | +L: linux-scsi@vger.kernel.org |
|---|
| 15635 | +L: target-devel@vger.kernel.org |
|---|
| 15636 | +S: Supported |
|---|
| 15637 | +W: http://www.linux-iscsi.org |
|---|
| 15638 | +Q: https://patchwork.kernel.org/project/target-devel/list/ |
|---|
| 15639 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git |
|---|
| 15640 | +F: Documentation/target/ |
|---|
| 15641 | +F: drivers/target/ |
|---|
| 15642 | +F: include/target/ |
|---|
| 12994 | 15643 | |
|---|
| 12995 | 15644 | SCTP PROTOCOL |
|---|
| 12996 | 15645 | M: Vlad Yasevich <vyasevich@gmail.com> |
|---|
| 12997 | 15646 | M: Neil Horman <nhorman@tuxdriver.com> |
|---|
| 12998 | 15647 | M: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> |
|---|
| 12999 | 15648 | L: linux-sctp@vger.kernel.org |
|---|
| 13000 | | -W: http://lksctp.sourceforge.net |
|---|
| 13001 | 15649 | S: Maintained |
|---|
| 13002 | | -F: Documentation/networking/sctp.txt |
|---|
| 15650 | +W: http://lksctp.sourceforge.net |
|---|
| 15651 | +F: Documentation/networking/sctp.rst |
|---|
| 13003 | 15652 | F: include/linux/sctp.h |
|---|
| 13004 | | -F: include/uapi/linux/sctp.h |
|---|
| 13005 | 15653 | F: include/net/sctp/ |
|---|
| 15654 | +F: include/uapi/linux/sctp.h |
|---|
| 13006 | 15655 | F: net/sctp/ |
|---|
| 13007 | 15656 | |
|---|
| 13008 | 15657 | SCx200 CPU SUPPORT |
|---|
| 13009 | 15658 | M: Jim Cromie <jim.cromie@gmail.com> |
|---|
| 13010 | 15659 | S: Odd Fixes |
|---|
| 13011 | | -F: Documentation/i2c/busses/scx200_acb |
|---|
| 15660 | +F: Documentation/i2c/busses/scx200_acb.rst |
|---|
| 13012 | 15661 | F: arch/x86/platform/scx200/ |
|---|
| 13013 | | -F: drivers/watchdog/scx200_wdt.c |
|---|
| 13014 | 15662 | F: drivers/i2c/busses/scx200* |
|---|
| 13015 | 15663 | F: drivers/mtd/maps/scx200_docflash.c |
|---|
| 15664 | +F: drivers/watchdog/scx200_wdt.c |
|---|
| 13016 | 15665 | F: include/linux/scx200.h |
|---|
| 13017 | 15666 | |
|---|
| 13018 | 15667 | SCx200 GPIO DRIVER |
|---|
| .. | .. |
|---|
| 13032 | 15681 | S: Maintained |
|---|
| 13033 | 15682 | F: drivers/mmc/host/sdricoh_cs.c |
|---|
| 13034 | 15683 | |
|---|
| 15684 | +SECO BOARDS CEC DRIVER |
|---|
| 15685 | +M: Ettore Chimenti <ek5.chimenti@gmail.com> |
|---|
| 15686 | +S: Maintained |
|---|
| 15687 | +F: drivers/media/cec/platform/seco/seco-cec.c |
|---|
| 15688 | +F: drivers/media/cec/platform/seco/seco-cec.h |
|---|
| 15689 | + |
|---|
| 13035 | 15690 | SECURE COMPUTING |
|---|
| 13036 | 15691 | M: Kees Cook <keescook@chromium.org> |
|---|
| 13037 | 15692 | R: Andy Lutomirski <luto@amacapital.net> |
|---|
| 13038 | 15693 | R: Will Drewry <wad@chromium.org> |
|---|
| 13039 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp |
|---|
| 13040 | 15694 | S: Supported |
|---|
| 13041 | | -F: kernel/seccomp.c |
|---|
| 13042 | | -F: include/uapi/linux/seccomp.h |
|---|
| 13043 | | -F: include/linux/seccomp.h |
|---|
| 13044 | | -F: tools/testing/selftests/seccomp/* |
|---|
| 13045 | | -F: tools/testing/selftests/kselftest_harness.h |
|---|
| 15695 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp |
|---|
| 13046 | 15696 | F: Documentation/userspace-api/seccomp_filter.rst |
|---|
| 15697 | +F: include/linux/seccomp.h |
|---|
| 15698 | +F: include/uapi/linux/seccomp.h |
|---|
| 15699 | +F: kernel/seccomp.c |
|---|
| 15700 | +F: tools/testing/selftests/kselftest_harness.h |
|---|
| 15701 | +F: tools/testing/selftests/seccomp/* |
|---|
| 13047 | 15702 | K: \bsecure_computing |
|---|
| 13048 | 15703 | K: \bTIF_SECCOMP\b |
|---|
| 13049 | 15704 | |
|---|
| .. | .. |
|---|
| 13057 | 15712 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
|---|
| 13058 | 15713 | M: Adrian Hunter <adrian.hunter@intel.com> |
|---|
| 13059 | 15714 | L: linux-mmc@vger.kernel.org |
|---|
| 13060 | | -T: git git://git.infradead.org/users/ahunter/linux-sdhci.git |
|---|
| 13061 | 15715 | S: Maintained |
|---|
| 13062 | 15716 | F: drivers/mmc/host/sdhci* |
|---|
| 13063 | 15717 | F: include/linux/mmc/sdhci* |
|---|
| 13064 | 15718 | |
|---|
| 13065 | | -SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER |
|---|
| 13066 | | -M: Prabu Thangamuthu <prabu.t@synopsys.com> |
|---|
| 13067 | | -M: Manjunath M B <manjumb@synopsys.com> |
|---|
| 15719 | +SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER |
|---|
| 15720 | +M: Eugen Hristev <eugen.hristev@microchip.com> |
|---|
| 13068 | 15721 | L: linux-mmc@vger.kernel.org |
|---|
| 13069 | | -S: Maintained |
|---|
| 13070 | | -F: drivers/mmc/host/sdhci-pci-dwc-mshc.c |
|---|
| 15722 | +S: Supported |
|---|
| 15723 | +F: drivers/mmc/host/sdhci-of-at91.c |
|---|
| 13071 | 15724 | |
|---|
| 13072 | 15725 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
|---|
| 13073 | 15726 | M: Ben Dooks <ben-linux@fluff.org> |
|---|
| .. | .. |
|---|
| 13089 | 15742 | F: drivers/mmc/host/sdhci-omap.c |
|---|
| 13090 | 15743 | |
|---|
| 13091 | 15744 | SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER |
|---|
| 13092 | | -M: Scott Bauer <scott.bauer@intel.com> |
|---|
| 13093 | 15745 | M: Jonathan Derrick <jonathan.derrick@intel.com> |
|---|
| 15746 | +M: Revanth Rajashekar <revanth.rajashekar@intel.com> |
|---|
| 13094 | 15747 | L: linux-block@vger.kernel.org |
|---|
| 13095 | 15748 | S: Supported |
|---|
| 13096 | | -F: block/sed* |
|---|
| 13097 | 15749 | F: block/opal_proto.h |
|---|
| 15750 | +F: block/sed* |
|---|
| 13098 | 15751 | F: include/linux/sed* |
|---|
| 13099 | 15752 | F: include/uapi/linux/sed* |
|---|
| 13100 | 15753 | |
|---|
| 13101 | 15754 | SECURITY CONTACT |
|---|
| 13102 | 15755 | M: Security Officers <security@kernel.org> |
|---|
| 13103 | 15756 | S: Supported |
|---|
| 15757 | +F: Documentation/admin-guide/security-bugs.rst |
|---|
| 13104 | 15758 | |
|---|
| 13105 | 15759 | SECURITY SUBSYSTEM |
|---|
| 13106 | 15760 | M: James Morris <jmorris@namei.org> |
|---|
| 13107 | 15761 | M: "Serge E. Hallyn" <serge@hallyn.com> |
|---|
| 13108 | 15762 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
|---|
| 13109 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git |
|---|
| 13110 | | -W: http://kernsec.org/ |
|---|
| 13111 | 15763 | S: Supported |
|---|
| 15764 | +W: http://kernsec.org/ |
|---|
| 15765 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git |
|---|
| 13112 | 15766 | F: security/ |
|---|
| 13113 | 15767 | X: security/selinux/ |
|---|
| 13114 | 15768 | |
|---|
| 13115 | 15769 | SELINUX SECURITY MODULE |
|---|
| 13116 | 15770 | M: Paul Moore <paul@paul-moore.com> |
|---|
| 13117 | | -M: Stephen Smalley <sds@tycho.nsa.gov> |
|---|
| 15771 | +M: Stephen Smalley <stephen.smalley.work@gmail.com> |
|---|
| 13118 | 15772 | M: Eric Paris <eparis@parisplace.org> |
|---|
| 13119 | 15773 | L: selinux@vger.kernel.org |
|---|
| 15774 | +S: Supported |
|---|
| 13120 | 15775 | W: https://selinuxproject.org |
|---|
| 13121 | 15776 | W: https://github.com/SELinuxProject |
|---|
| 13122 | 15777 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git |
|---|
| 13123 | | -S: Supported |
|---|
| 13124 | | -F: include/linux/selinux* |
|---|
| 13125 | | -F: security/selinux/ |
|---|
| 13126 | | -F: scripts/selinux/ |
|---|
| 15778 | +F: Documentation/ABI/obsolete/sysfs-selinux-checkreqprot |
|---|
| 15779 | +F: Documentation/ABI/obsolete/sysfs-selinux-disable |
|---|
| 13127 | 15780 | F: Documentation/admin-guide/LSM/SELinux.rst |
|---|
| 15781 | +F: include/trace/events/avc.h |
|---|
| 15782 | +F: include/uapi/linux/selinux_netlink.h |
|---|
| 15783 | +F: scripts/selinux/ |
|---|
| 15784 | +F: security/selinux/ |
|---|
| 13128 | 15785 | |
|---|
| 13129 | 15786 | SENSABLE PHANTOM |
|---|
| 13130 | | -M: Jiri Slaby <jirislaby@gmail.com> |
|---|
| 15787 | +M: Jiri Slaby <jirislaby@kernel.org> |
|---|
| 13131 | 15788 | S: Maintained |
|---|
| 13132 | 15789 | F: drivers/misc/phantom.c |
|---|
| 13133 | 15790 | F: include/uapi/linux/phantom.h |
|---|
| 15791 | + |
|---|
| 15792 | +SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER |
|---|
| 15793 | +M: Tomasz Duszynski <tomasz.duszynski@octakon.com> |
|---|
| 15794 | +S: Maintained |
|---|
| 15795 | +F: Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml |
|---|
| 15796 | +F: drivers/iio/chemical/scd30.h |
|---|
| 15797 | +F: drivers/iio/chemical/scd30_core.c |
|---|
| 15798 | +F: drivers/iio/chemical/scd30_i2c.c |
|---|
| 15799 | +F: drivers/iio/chemical/scd30_serial.c |
|---|
| 15800 | + |
|---|
| 15801 | +SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER |
|---|
| 15802 | +M: Tomasz Duszynski <tduszyns@gmail.com> |
|---|
| 15803 | +S: Maintained |
|---|
| 15804 | +F: Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml |
|---|
| 15805 | +F: drivers/iio/chemical/sps30.c |
|---|
| 13134 | 15806 | |
|---|
| 13135 | 15807 | SERIAL DEVICE BUS |
|---|
| 13136 | 15808 | M: Rob Herring <robh@kernel.org> |
|---|
| 13137 | 15809 | L: linux-serial@vger.kernel.org |
|---|
| 13138 | 15810 | S: Maintained |
|---|
| 13139 | | -F: Documentation/devicetree/bindings/serial/slave-device.txt |
|---|
| 15811 | +F: Documentation/devicetree/bindings/serial/serial.yaml |
|---|
| 13140 | 15812 | F: drivers/tty/serdev/ |
|---|
| 13141 | 15813 | F: include/linux/serdev.h |
|---|
| 13142 | 15814 | |
|---|
| .. | .. |
|---|
| 13153 | 15825 | S: Maintained |
|---|
| 13154 | 15826 | F: drivers/media/rc/serial_ir.c |
|---|
| 13155 | 15827 | |
|---|
| 15828 | +SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus) |
|---|
| 15829 | +M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|
| 15830 | +L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 15831 | +S: Maintained |
|---|
| 15832 | +F: Documentation/devicetree/bindings/slimbus/ |
|---|
| 15833 | +F: drivers/slimbus/ |
|---|
| 15834 | +F: include/linux/slimbus.h |
|---|
| 15835 | + |
|---|
| 13156 | 15836 | SFC NETWORK DRIVER |
|---|
| 13157 | | -M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> |
|---|
| 13158 | | -M: Edward Cree <ecree@solarflare.com> |
|---|
| 13159 | | -M: Bert Kenward <bkenward@solarflare.com> |
|---|
| 15837 | +M: Edward Cree <ecree.xilinx@gmail.com> |
|---|
| 15838 | +M: Martin Habets <habetsm.xilinx@gmail.com> |
|---|
| 13160 | 15839 | L: netdev@vger.kernel.org |
|---|
| 13161 | 15840 | S: Supported |
|---|
| 13162 | 15841 | F: drivers/net/ethernet/sfc/ |
|---|
| 15842 | + |
|---|
| 15843 | +SFF/SFP/SFP+ MODULE SUPPORT |
|---|
| 15844 | +M: Russell King <linux@armlinux.org.uk> |
|---|
| 15845 | +L: netdev@vger.kernel.org |
|---|
| 15846 | +S: Maintained |
|---|
| 15847 | +F: drivers/net/phy/phylink.c |
|---|
| 15848 | +F: drivers/net/phy/sfp* |
|---|
| 15849 | +F: include/linux/mdio/mdio-i2c.h |
|---|
| 15850 | +F: include/linux/phylink.h |
|---|
| 15851 | +F: include/linux/sfp.h |
|---|
| 15852 | +K: phylink\.h|struct\s+phylink|\.phylink|>phylink_|phylink_(autoneg|clear|connect|create|destroy|disconnect|ethtool|helper|mac|mii|of|set|start|stop|test|validate) |
|---|
| 13163 | 15853 | |
|---|
| 13164 | 15854 | SGI GRU DRIVER |
|---|
| 13165 | 15855 | M: Dimitri Sivanich <sivanich@sgi.com> |
|---|
| 13166 | 15856 | S: Maintained |
|---|
| 13167 | 15857 | F: drivers/misc/sgi-gru/ |
|---|
| 13168 | | - |
|---|
| 13169 | | -SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER |
|---|
| 13170 | | -M: Pat Gefre <pfg@sgi.com> |
|---|
| 13171 | | -L: linux-ia64@vger.kernel.org |
|---|
| 13172 | | -S: Supported |
|---|
| 13173 | | -F: Documentation/ia64/serial.txt |
|---|
| 13174 | | -F: drivers/tty/serial/ioc?_serial.c |
|---|
| 13175 | | -F: include/linux/ioc?.h |
|---|
| 13176 | 15858 | |
|---|
| 13177 | 15859 | SGI XP/XPC/XPNET DRIVER |
|---|
| 13178 | 15860 | M: Cliff Whickman <cpw@sgi.com> |
|---|
| .. | .. |
|---|
| 13181 | 15863 | F: drivers/misc/sgi-xp/ |
|---|
| 13182 | 15864 | |
|---|
| 13183 | 15865 | SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS |
|---|
| 13184 | | -M: Ursula Braun <ubraun@linux.ibm.com> |
|---|
| 15866 | +M: Karsten Graul <kgraul@linux.ibm.com> |
|---|
| 13185 | 15867 | L: linux-s390@vger.kernel.org |
|---|
| 13186 | | -W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 13187 | 15868 | S: Supported |
|---|
| 15869 | +W: http://www.ibm.com/developerworks/linux/linux390/ |
|---|
| 13188 | 15870 | F: net/smc/ |
|---|
| 15871 | + |
|---|
| 15872 | +SHARP GP2AP002A00F/GP2AP002S00F SENSOR DRIVER |
|---|
| 15873 | +M: Linus Walleij <linus.walleij@linaro.org> |
|---|
| 15874 | +L: linux-iio@vger.kernel.org |
|---|
| 15875 | +S: Maintained |
|---|
| 15876 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git |
|---|
| 15877 | +F: Documentation/devicetree/bindings/iio/light/sharp,gp2ap002.yaml |
|---|
| 15878 | +F: drivers/iio/light/gp2ap002.c |
|---|
| 13189 | 15879 | |
|---|
| 13190 | 15880 | SHARP RJ54N1CB0C SENSOR DRIVER |
|---|
| 13191 | 15881 | M: Jacopo Mondi <jacopo@jmondi.org> |
|---|
| 13192 | 15882 | L: linux-media@vger.kernel.org |
|---|
| 13193 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13194 | 15883 | S: Odd fixes |
|---|
| 15884 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 13195 | 15885 | F: drivers/media/i2c/rj54n1cb0c.c |
|---|
| 13196 | 15886 | F: include/media/i2c/rj54n1cb0c.h |
|---|
| 13197 | | - |
|---|
| 13198 | | -SH_VEU V4L2 MEM2MEM DRIVER |
|---|
| 13199 | | -L: linux-media@vger.kernel.org |
|---|
| 13200 | | -S: Orphan |
|---|
| 13201 | | -F: drivers/media/platform/sh_veu.c |
|---|
| 13202 | 15887 | |
|---|
| 13203 | 15888 | SH_VOU V4L2 OUTPUT DRIVER |
|---|
| 13204 | 15889 | L: linux-media@vger.kernel.org |
|---|
| .. | .. |
|---|
| 13209 | 15894 | SI2157 MEDIA DRIVER |
|---|
| 13210 | 15895 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 13211 | 15896 | L: linux-media@vger.kernel.org |
|---|
| 15897 | +S: Maintained |
|---|
| 13212 | 15898 | W: https://linuxtv.org |
|---|
| 13213 | 15899 | W: http://palosaari.fi/linux/ |
|---|
| 13214 | 15900 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 13215 | 15901 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 13216 | | -S: Maintained |
|---|
| 13217 | 15902 | F: drivers/media/tuners/si2157* |
|---|
| 13218 | 15903 | |
|---|
| 13219 | 15904 | SI2165 MEDIA DRIVER |
|---|
| 13220 | 15905 | M: Matthias Schwarzott <zzam@gentoo.org> |
|---|
| 13221 | 15906 | L: linux-media@vger.kernel.org |
|---|
| 15907 | +S: Maintained |
|---|
| 13222 | 15908 | W: https://linuxtv.org |
|---|
| 13223 | 15909 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 13224 | | -S: Maintained |
|---|
| 13225 | 15910 | F: drivers/media/dvb-frontends/si2165* |
|---|
| 13226 | 15911 | |
|---|
| 13227 | 15912 | SI2168 MEDIA DRIVER |
|---|
| 13228 | 15913 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 13229 | 15914 | L: linux-media@vger.kernel.org |
|---|
| 15915 | +S: Maintained |
|---|
| 13230 | 15916 | W: https://linuxtv.org |
|---|
| 13231 | 15917 | W: http://palosaari.fi/linux/ |
|---|
| 13232 | 15918 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 13233 | 15919 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 13234 | | -S: Maintained |
|---|
| 13235 | 15920 | F: drivers/media/dvb-frontends/si2168* |
|---|
| 13236 | 15921 | |
|---|
| 13237 | 15922 | SI470X FM RADIO RECEIVER I2C DRIVER |
|---|
| 13238 | 15923 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 13239 | 15924 | L: linux-media@vger.kernel.org |
|---|
| 13240 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13241 | | -W: https://linuxtv.org |
|---|
| 13242 | 15925 | S: Odd Fixes |
|---|
| 15926 | +W: https://linuxtv.org |
|---|
| 15927 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 13243 | 15928 | F: drivers/media/radio/si470x/radio-si470x-i2c.c |
|---|
| 13244 | 15929 | |
|---|
| 13245 | 15930 | SI470X FM RADIO RECEIVER USB DRIVER |
|---|
| 13246 | 15931 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 13247 | 15932 | L: linux-media@vger.kernel.org |
|---|
| 13248 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13249 | | -W: https://linuxtv.org |
|---|
| 13250 | 15933 | S: Maintained |
|---|
| 15934 | +W: https://linuxtv.org |
|---|
| 15935 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 13251 | 15936 | F: drivers/media/radio/si470x/radio-si470x-common.c |
|---|
| 13252 | | -F: drivers/media/radio/si470x/radio-si470x.h |
|---|
| 13253 | 15937 | F: drivers/media/radio/si470x/radio-si470x-usb.c |
|---|
| 15938 | +F: drivers/media/radio/si470x/radio-si470x.h |
|---|
| 13254 | 15939 | |
|---|
| 13255 | 15940 | SI4713 FM RADIO TRANSMITTER I2C DRIVER |
|---|
| 13256 | 15941 | M: Eduardo Valentin <edubezval@gmail.com> |
|---|
| 13257 | 15942 | L: linux-media@vger.kernel.org |
|---|
| 13258 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13259 | | -W: https://linuxtv.org |
|---|
| 13260 | 15943 | S: Odd Fixes |
|---|
| 15944 | +W: https://linuxtv.org |
|---|
| 15945 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 13261 | 15946 | F: drivers/media/radio/si4713/si4713.? |
|---|
| 13262 | 15947 | |
|---|
| 13263 | 15948 | SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER |
|---|
| 13264 | 15949 | M: Eduardo Valentin <edubezval@gmail.com> |
|---|
| 13265 | 15950 | L: linux-media@vger.kernel.org |
|---|
| 13266 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13267 | | -W: https://linuxtv.org |
|---|
| 13268 | 15951 | S: Odd Fixes |
|---|
| 15952 | +W: https://linuxtv.org |
|---|
| 15953 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 13269 | 15954 | F: drivers/media/radio/si4713/radio-platform-si4713.c |
|---|
| 13270 | 15955 | |
|---|
| 13271 | 15956 | SI4713 FM RADIO TRANSMITTER USB DRIVER |
|---|
| 13272 | 15957 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 13273 | 15958 | L: linux-media@vger.kernel.org |
|---|
| 13274 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13275 | | -W: https://linuxtv.org |
|---|
| 13276 | 15959 | S: Maintained |
|---|
| 15960 | +W: https://linuxtv.org |
|---|
| 15961 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 13277 | 15962 | F: drivers/media/radio/si4713/radio-usb-si4713.c |
|---|
| 13278 | 15963 | |
|---|
| 13279 | 15964 | SIANO DVB DRIVER |
|---|
| 13280 | 15965 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 13281 | 15966 | L: linux-media@vger.kernel.org |
|---|
| 15967 | +S: Odd fixes |
|---|
| 13282 | 15968 | W: https://linuxtv.org |
|---|
| 13283 | 15969 | T: git git://linuxtv.org/media_tree.git |
|---|
| 13284 | | -S: Odd fixes |
|---|
| 13285 | 15970 | F: drivers/media/common/siano/ |
|---|
| 13286 | | -F: drivers/media/usb/siano/ |
|---|
| 13287 | | -F: drivers/media/usb/siano/ |
|---|
| 13288 | 15971 | F: drivers/media/mmc/siano/ |
|---|
| 15972 | +F: drivers/media/usb/siano/ |
|---|
| 15973 | +F: drivers/media/usb/siano/ |
|---|
| 13289 | 15974 | |
|---|
| 13290 | 15975 | SIFIVE DRIVERS |
|---|
| 13291 | | -M: Palmer Dabbelt <palmer@sifive.com> |
|---|
| 15976 | +M: Palmer Dabbelt <palmer@dabbelt.com> |
|---|
| 15977 | +M: Paul Walmsley <paul.walmsley@sifive.com> |
|---|
| 13292 | 15978 | L: linux-riscv@lists.infradead.org |
|---|
| 13293 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git |
|---|
| 13294 | 15979 | S: Supported |
|---|
| 13295 | | -K: sifive |
|---|
| 15980 | +T: git git://github.com/sifive/riscv-linux.git |
|---|
| 13296 | 15981 | N: sifive |
|---|
| 15982 | +K: [^@]sifive |
|---|
| 15983 | + |
|---|
| 15984 | +SIFIVE FU540 SYSTEM-ON-CHIP |
|---|
| 15985 | +M: Paul Walmsley <paul.walmsley@sifive.com> |
|---|
| 15986 | +M: Palmer Dabbelt <palmer@dabbelt.com> |
|---|
| 15987 | +L: linux-riscv@lists.infradead.org |
|---|
| 15988 | +S: Supported |
|---|
| 15989 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pjw/sifive.git |
|---|
| 15990 | +N: fu540 |
|---|
| 15991 | +K: fu540 |
|---|
| 15992 | + |
|---|
| 15993 | +SIFIVE PDMA DRIVER |
|---|
| 15994 | +M: Green Wan <green.wan@sifive.com> |
|---|
| 15995 | +S: Maintained |
|---|
| 15996 | +F: Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml |
|---|
| 15997 | +F: drivers/dma/sf-pdma/ |
|---|
| 13297 | 15998 | |
|---|
| 13298 | 15999 | SILEAD TOUCHSCREEN DRIVER |
|---|
| 13299 | 16000 | M: Hans de Goede <hdegoede@redhat.com> |
|---|
| .. | .. |
|---|
| 13303 | 16004 | F: drivers/input/touchscreen/silead.c |
|---|
| 13304 | 16005 | F: drivers/platform/x86/touchscreen_dmi.c |
|---|
| 13305 | 16006 | |
|---|
| 16007 | +SILICON LABS WIRELESS DRIVERS (for WFxxx series) |
|---|
| 16008 | +M: Jérôme Pouiller <jerome.pouiller@silabs.com> |
|---|
| 16009 | +S: Supported |
|---|
| 16010 | +F: drivers/staging/wfx/ |
|---|
| 16011 | + |
|---|
| 13306 | 16012 | SILICON MOTION SM712 FRAME BUFFER DRIVER |
|---|
| 13307 | 16013 | M: Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|
| 13308 | 16014 | M: Teddy Wang <teddy.wang@siliconmotion.com> |
|---|
| 13309 | 16015 | M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> |
|---|
| 13310 | 16016 | L: linux-fbdev@vger.kernel.org |
|---|
| 13311 | 16017 | S: Maintained |
|---|
| 16018 | +F: Documentation/fb/sm712fb.rst |
|---|
| 13312 | 16019 | F: drivers/video/fbdev/sm712* |
|---|
| 13313 | | -F: Documentation/fb/sm712fb.txt |
|---|
| 13314 | 16020 | |
|---|
| 13315 | 16021 | SIMPLE FIRMWARE INTERFACE (SFI) |
|---|
| 13316 | | -M: Len Brown <lenb@kernel.org> |
|---|
| 13317 | | -L: sfi-devel@simplefirmware.org |
|---|
| 16022 | +S: Obsolete |
|---|
| 13318 | 16023 | W: http://simplefirmware.org/ |
|---|
| 13319 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git |
|---|
| 13320 | | -S: Supported |
|---|
| 13321 | 16024 | F: arch/x86/platform/sfi/ |
|---|
| 13322 | 16025 | F: drivers/sfi/ |
|---|
| 13323 | 16026 | F: include/linux/sfi*.h |
|---|
| .. | .. |
|---|
| 13326 | 16029 | M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 13327 | 16030 | L: linux-fbdev@vger.kernel.org |
|---|
| 13328 | 16031 | S: Maintained |
|---|
| 13329 | | -F: Documentation/devicetree/bindings/display/simple-framebuffer.txt |
|---|
| 16032 | +F: Documentation/devicetree/bindings/display/simple-framebuffer.yaml |
|---|
| 13330 | 16033 | F: drivers/video/fbdev/simplefb.c |
|---|
| 13331 | 16034 | F: include/linux/platform_data/simplefb.h |
|---|
| 13332 | 16035 | |
|---|
| 13333 | 16036 | SIMTEC EB110ATX (Chalice CATS) |
|---|
| 13334 | | -P: Ben Dooks |
|---|
| 13335 | | -P: Vincent Sanders <vince@simtec.co.uk> |
|---|
| 13336 | 16037 | M: Simtec Linux Team <linux@simtec.co.uk> |
|---|
| 13337 | | -W: http://www.simtec.co.uk/products/EB110ATX/ |
|---|
| 13338 | 16038 | S: Supported |
|---|
| 16039 | +W: http://www.simtec.co.uk/products/EB110ATX/ |
|---|
| 13339 | 16040 | |
|---|
| 13340 | 16041 | SIMTEC EB2410ITX (BAST) |
|---|
| 13341 | | -P: Ben Dooks |
|---|
| 13342 | | -P: Vincent Sanders <vince@simtec.co.uk> |
|---|
| 13343 | 16042 | M: Simtec Linux Team <linux@simtec.co.uk> |
|---|
| 13344 | | -W: http://www.simtec.co.uk/products/EB2410ITX/ |
|---|
| 13345 | 16043 | S: Supported |
|---|
| 13346 | | -F: arch/arm/mach-s3c24xx/mach-bast.c |
|---|
| 13347 | | -F: arch/arm/mach-s3c24xx/bast-ide.c |
|---|
| 13348 | | -F: arch/arm/mach-s3c24xx/bast-irq.c |
|---|
| 16044 | +W: http://www.simtec.co.uk/products/EB2410ITX/ |
|---|
| 16045 | +F: arch/arm/mach-s3c/bast-ide.c |
|---|
| 16046 | +F: arch/arm/mach-s3c/bast-irq.c |
|---|
| 16047 | +F: arch/arm/mach-s3c/mach-bast.c |
|---|
| 16048 | + |
|---|
| 16049 | +SIOX |
|---|
| 16050 | +M: Thorsten Scherer <t.scherer@eckelmann.de> |
|---|
| 16051 | +M: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> |
|---|
| 16052 | +R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 16053 | +S: Supported |
|---|
| 16054 | +F: drivers/gpio/gpio-siox.c |
|---|
| 16055 | +F: drivers/siox/* |
|---|
| 16056 | +F: include/trace/events/siox.h |
|---|
| 13349 | 16057 | |
|---|
| 13350 | 16058 | SIPHASH PRF ROUTINES |
|---|
| 13351 | 16059 | M: Jason A. Donenfeld <Jason@zx2c4.com> |
|---|
| 13352 | 16060 | S: Maintained |
|---|
| 16061 | +F: include/linux/siphash.h |
|---|
| 13353 | 16062 | F: lib/siphash.c |
|---|
| 13354 | 16063 | F: lib/test_siphash.c |
|---|
| 13355 | | -F: include/linux/siphash.h |
|---|
| 13356 | | - |
|---|
| 13357 | | -SIOX |
|---|
| 13358 | | -M: Gavin Schenk <g.schenk@eckelmann.de> |
|---|
| 13359 | | -M: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> |
|---|
| 13360 | | -R: Pengutronix Kernel Team <kernel@pengutronix.de> |
|---|
| 13361 | | -S: Supported |
|---|
| 13362 | | -F: drivers/siox/* |
|---|
| 13363 | | -F: include/trace/events/siox.h |
|---|
| 13364 | 16064 | |
|---|
| 13365 | 16065 | SIS 190 ETHERNET DRIVER |
|---|
| 13366 | 16066 | M: Francois Romieu <romieu@fr.zoreil.com> |
|---|
| .. | .. |
|---|
| 13370 | 16070 | |
|---|
| 13371 | 16071 | SIS 900/7016 FAST ETHERNET DRIVER |
|---|
| 13372 | 16072 | M: Daniele Venzano <venza@brownhat.org> |
|---|
| 13373 | | -W: http://www.brownhat.org/sis900.html |
|---|
| 13374 | 16073 | L: netdev@vger.kernel.org |
|---|
| 13375 | 16074 | S: Maintained |
|---|
| 16075 | +W: http://www.brownhat.org/sis900.html |
|---|
| 13376 | 16076 | F: drivers/net/ethernet/sis/sis900.* |
|---|
| 13377 | 16077 | |
|---|
| 13378 | 16078 | SIS FRAMEBUFFER DRIVER |
|---|
| 13379 | 16079 | M: Thomas Winischhofer <thomas@winischhofer.net> |
|---|
| 13380 | | -W: http://www.winischhofer.net/linuxsisvga.shtml |
|---|
| 13381 | 16080 | S: Maintained |
|---|
| 13382 | | -F: Documentation/fb/sisfb.txt |
|---|
| 16081 | +W: http://www.winischhofer.net/linuxsisvga.shtml |
|---|
| 16082 | +F: Documentation/fb/sisfb.rst |
|---|
| 13383 | 16083 | F: drivers/video/fbdev/sis/ |
|---|
| 13384 | 16084 | F: include/video/sisfb.h |
|---|
| 13385 | 16085 | |
|---|
| 16086 | +SIS I2C TOUCHSCREEN DRIVER |
|---|
| 16087 | +M: Mika Penttilä <mika.penttila@nextfour.com> |
|---|
| 16088 | +L: linux-input@vger.kernel.org |
|---|
| 16089 | +S: Maintained |
|---|
| 16090 | +F: Documentation/devicetree/bindings/input/touchscreen/sis_i2c.txt |
|---|
| 16091 | +F: drivers/input/touchscreen/sis_i2c.c |
|---|
| 16092 | + |
|---|
| 13386 | 16093 | SIS USB2VGA DRIVER |
|---|
| 13387 | 16094 | M: Thomas Winischhofer <thomas@winischhofer.net> |
|---|
| 13388 | | -W: http://www.winischhofer.at/linuxsisusbvga.shtml |
|---|
| 13389 | 16095 | S: Maintained |
|---|
| 16096 | +W: http://www.winischhofer.at/linuxsisusbvga.shtml |
|---|
| 13390 | 16097 | F: drivers/usb/misc/sisusbvga/ |
|---|
| 13391 | 16098 | |
|---|
| 13392 | 16099 | SLAB ALLOCATOR |
|---|
| .. | .. |
|---|
| 13402 | 16109 | |
|---|
| 13403 | 16110 | SLEEPABLE READ-COPY UPDATE (SRCU) |
|---|
| 13404 | 16111 | M: Lai Jiangshan <jiangshanlai@gmail.com> |
|---|
| 13405 | | -M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|
| 16112 | +M: "Paul E. McKenney" <paulmck@kernel.org> |
|---|
| 13406 | 16113 | M: Josh Triplett <josh@joshtriplett.org> |
|---|
| 13407 | 16114 | R: Steven Rostedt <rostedt@goodmis.org> |
|---|
| 13408 | 16115 | R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
|---|
| 13409 | | -L: linux-kernel@vger.kernel.org |
|---|
| 13410 | | -W: http://www.rdrop.com/users/paulmck/RCU/ |
|---|
| 16116 | +L: rcu@vger.kernel.org |
|---|
| 13411 | 16117 | S: Supported |
|---|
| 13412 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
|---|
| 16118 | +W: http://www.rdrop.com/users/paulmck/RCU/ |
|---|
| 16119 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev |
|---|
| 13413 | 16120 | F: include/linux/srcu*.h |
|---|
| 13414 | 16121 | F: kernel/rcu/srcu*.c |
|---|
| 13415 | | - |
|---|
| 13416 | | -SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus) |
|---|
| 13417 | | -M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|
| 13418 | | -L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 13419 | | -S: Maintained |
|---|
| 13420 | | -F: drivers/slimbus/ |
|---|
| 13421 | | -F: Documentation/devicetree/bindings/slimbus/ |
|---|
| 13422 | | -F: include/linux/slimbus.h |
|---|
| 13423 | 16122 | |
|---|
| 13424 | 16123 | SMACK SECURITY MODULE |
|---|
| 13425 | 16124 | M: Casey Schaufler <casey@schaufler-ca.com> |
|---|
| 13426 | 16125 | L: linux-security-module@vger.kernel.org |
|---|
| 16126 | +S: Maintained |
|---|
| 13427 | 16127 | W: http://schaufler-ca.com |
|---|
| 13428 | 16128 | T: git git://github.com/cschaufler/smack-next |
|---|
| 13429 | | -S: Maintained |
|---|
| 13430 | 16129 | F: Documentation/admin-guide/LSM/Smack.rst |
|---|
| 13431 | 16130 | F: security/smack/ |
|---|
| 13432 | 16131 | |
|---|
| .. | .. |
|---|
| 13435 | 16134 | S: Odd Fixes |
|---|
| 13436 | 16135 | F: drivers/net/ethernet/smsc/smc91x.* |
|---|
| 13437 | 16136 | |
|---|
| 16137 | +SECURE MONITOR CALL(SMC) CALLING CONVENTION (SMCCC) |
|---|
| 16138 | +M: Mark Rutland <mark.rutland@arm.com> |
|---|
| 16139 | +M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
|---|
| 16140 | +M: Sudeep Holla <sudeep.holla@arm.com> |
|---|
| 16141 | +L: linux-arm-kernel@lists.infradead.org |
|---|
| 16142 | +S: Maintained |
|---|
| 16143 | +F: drivers/firmware/smccc/ |
|---|
| 16144 | +F: include/linux/arm-smccc.h |
|---|
| 16145 | + |
|---|
| 13438 | 16146 | SMIA AND SMIA++ IMAGE SENSOR DRIVER |
|---|
| 13439 | | -M: Sakari Ailus <sakari.ailus@iki.fi> |
|---|
| 16147 | +M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 13440 | 16148 | L: linux-media@vger.kernel.org |
|---|
| 13441 | 16149 | S: Maintained |
|---|
| 13442 | | -F: drivers/media/i2c/smiapp/ |
|---|
| 13443 | | -F: include/media/i2c/smiapp.h |
|---|
| 16150 | +F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt |
|---|
| 13444 | 16151 | F: drivers/media/i2c/smiapp-pll.c |
|---|
| 13445 | 16152 | F: drivers/media/i2c/smiapp-pll.h |
|---|
| 16153 | +F: drivers/media/i2c/smiapp/ |
|---|
| 13446 | 16154 | F: include/uapi/linux/smiapp.h |
|---|
| 13447 | | -F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt |
|---|
| 13448 | 16155 | |
|---|
| 13449 | 16156 | SMM665 HARDWARE MONITOR DRIVER |
|---|
| 13450 | 16157 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 13451 | 16158 | L: linux-hwmon@vger.kernel.org |
|---|
| 13452 | 16159 | S: Maintained |
|---|
| 13453 | | -F: Documentation/hwmon/smm665 |
|---|
| 16160 | +F: Documentation/hwmon/smm665.rst |
|---|
| 13454 | 16161 | F: drivers/hwmon/smm665.c |
|---|
| 13455 | 16162 | |
|---|
| 13456 | 16163 | SMSC EMC2103 HARDWARE MONITOR DRIVER |
|---|
| 13457 | 16164 | M: Steve Glendinning <steve.glendinning@shawell.net> |
|---|
| 13458 | 16165 | L: linux-hwmon@vger.kernel.org |
|---|
| 13459 | 16166 | S: Maintained |
|---|
| 13460 | | -F: Documentation/hwmon/emc2103 |
|---|
| 16167 | +F: Documentation/hwmon/emc2103.rst |
|---|
| 13461 | 16168 | F: drivers/hwmon/emc2103.c |
|---|
| 13462 | 16169 | |
|---|
| 13463 | 16170 | SMSC SCH5627 HARDWARE MONITOR DRIVER |
|---|
| 13464 | 16171 | M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 13465 | 16172 | L: linux-hwmon@vger.kernel.org |
|---|
| 13466 | 16173 | S: Supported |
|---|
| 13467 | | -F: Documentation/hwmon/sch5627 |
|---|
| 16174 | +F: Documentation/hwmon/sch5627.rst |
|---|
| 13468 | 16175 | F: drivers/hwmon/sch5627.c |
|---|
| 13469 | 16176 | |
|---|
| 13470 | 16177 | SMSC UFX6000 and UFX7000 USB to VGA DRIVER |
|---|
| .. | .. |
|---|
| 13477 | 16184 | M: Jean Delvare <jdelvare@suse.com> |
|---|
| 13478 | 16185 | L: linux-hwmon@vger.kernel.org |
|---|
| 13479 | 16186 | S: Maintained |
|---|
| 13480 | | -F: Documentation/hwmon/smsc47b397 |
|---|
| 16187 | +F: Documentation/hwmon/smsc47b397.rst |
|---|
| 13481 | 16188 | F: drivers/hwmon/smsc47b397.c |
|---|
| 13482 | 16189 | |
|---|
| 13483 | 16190 | SMSC911x ETHERNET DRIVER |
|---|
| 13484 | 16191 | M: Steve Glendinning <steve.glendinning@shawell.net> |
|---|
| 13485 | 16192 | L: netdev@vger.kernel.org |
|---|
| 13486 | 16193 | S: Maintained |
|---|
| 13487 | | -F: include/linux/smsc911x.h |
|---|
| 13488 | 16194 | F: drivers/net/ethernet/smsc/smsc911x.* |
|---|
| 16195 | +F: include/linux/smsc911x.h |
|---|
| 13489 | 16196 | |
|---|
| 13490 | 16197 | SMSC9420 PCI ETHERNET DRIVER |
|---|
| 13491 | 16198 | M: Steve Glendinning <steve.glendinning@shawell.net> |
|---|
| .. | .. |
|---|
| 13493 | 16200 | S: Maintained |
|---|
| 13494 | 16201 | F: drivers/net/ethernet/smsc/smsc9420.* |
|---|
| 13495 | 16202 | |
|---|
| 13496 | | -SOC-CAMERA V4L2 SUBSYSTEM |
|---|
| 13497 | | -L: linux-media@vger.kernel.org |
|---|
| 13498 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13499 | | -S: Orphan |
|---|
| 13500 | | -F: include/media/soc* |
|---|
| 13501 | | -F: drivers/media/i2c/soc_camera/ |
|---|
| 13502 | | -F: drivers/media/platform/soc_camera/ |
|---|
| 16203 | +SOCIONEXT (SNI) AVE NETWORK DRIVER |
|---|
| 16204 | +M: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> |
|---|
| 16205 | +L: netdev@vger.kernel.org |
|---|
| 16206 | +S: Maintained |
|---|
| 16207 | +F: Documentation/devicetree/bindings/net/socionext,uniphier-ave4.yaml |
|---|
| 16208 | +F: drivers/net/ethernet/socionext/sni_ave.c |
|---|
| 16209 | + |
|---|
| 16210 | +SOCIONEXT (SNI) NETSEC NETWORK DRIVER |
|---|
| 16211 | +M: Jassi Brar <jaswinder.singh@linaro.org> |
|---|
| 16212 | +M: Ilias Apalodimas <ilias.apalodimas@linaro.org> |
|---|
| 16213 | +L: netdev@vger.kernel.org |
|---|
| 16214 | +S: Maintained |
|---|
| 16215 | +F: Documentation/devicetree/bindings/net/socionext-netsec.txt |
|---|
| 16216 | +F: drivers/net/ethernet/socionext/netsec.c |
|---|
| 16217 | + |
|---|
| 16218 | +SOCIONEXT (SNI) Synquacer SPI DRIVER |
|---|
| 16219 | +M: Masahisa Kojima <masahisa.kojima@linaro.org> |
|---|
| 16220 | +M: Jassi Brar <jaswinder.singh@linaro.org> |
|---|
| 16221 | +L: linux-spi@vger.kernel.org |
|---|
| 16222 | +S: Maintained |
|---|
| 16223 | +F: Documentation/devicetree/bindings/spi/spi-synquacer.txt |
|---|
| 16224 | +F: drivers/spi/spi-synquacer.c |
|---|
| 13503 | 16225 | |
|---|
| 13504 | 16226 | SOCIONEXT SYNQUACER I2C DRIVER |
|---|
| 13505 | | -M: Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|
| 16227 | +M: Ard Biesheuvel <ardb@kernel.org> |
|---|
| 13506 | 16228 | L: linux-i2c@vger.kernel.org |
|---|
| 13507 | 16229 | S: Maintained |
|---|
| 13508 | | -F: drivers/i2c/busses/i2c-synquacer.c |
|---|
| 13509 | 16230 | F: Documentation/devicetree/bindings/i2c/i2c-synquacer.txt |
|---|
| 16231 | +F: drivers/i2c/busses/i2c-synquacer.c |
|---|
| 13510 | 16232 | |
|---|
| 13511 | 16233 | SOCIONEXT UNIPHIER SOUND DRIVER |
|---|
| 13512 | 16234 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| .. | .. |
|---|
| 13518 | 16240 | S: Maintained |
|---|
| 13519 | 16241 | F: drivers/leds/leds-net48xx.c |
|---|
| 13520 | 16242 | |
|---|
| 13521 | | -SOFT-ROCE DRIVER (rxe) |
|---|
| 13522 | | -M: Moni Shoua <monis@mellanox.com> |
|---|
| 16243 | +SOFT-IWARP DRIVER (siw) |
|---|
| 16244 | +M: Bernard Metzler <bmt@zurich.ibm.com> |
|---|
| 13523 | 16245 | L: linux-rdma@vger.kernel.org |
|---|
| 13524 | 16246 | S: Supported |
|---|
| 13525 | | -W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home |
|---|
| 13526 | | -Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
|---|
| 16247 | +F: drivers/infiniband/sw/siw/ |
|---|
| 16248 | +F: include/uapi/rdma/siw-abi.h |
|---|
| 16249 | + |
|---|
| 16250 | +SOFT-ROCE DRIVER (rxe) |
|---|
| 16251 | +M: Zhu Yanjun <yanjunz@nvidia.com> |
|---|
| 16252 | +L: linux-rdma@vger.kernel.org |
|---|
| 16253 | +S: Supported |
|---|
| 13527 | 16254 | F: drivers/infiniband/sw/rxe/ |
|---|
| 13528 | 16255 | F: include/uapi/rdma/rdma_user_rxe.h |
|---|
| 13529 | 16256 | |
|---|
| 13530 | 16257 | SOFTLOGIC 6x10 MPEG CODEC |
|---|
| 13531 | 16258 | M: Bluecherry Maintainers <maintainers@bluecherrydvr.com> |
|---|
| 13532 | 16259 | M: Anton Sviridenko <anton@corp.bluecherry.net> |
|---|
| 13533 | | -M: Andrey Utkin <andrey.utkin@corp.bluecherry.net> |
|---|
| 13534 | 16260 | M: Andrey Utkin <andrey_utkin@fastmail.com> |
|---|
| 13535 | 16261 | M: Ismael Luceno <ismael@iodev.co.uk> |
|---|
| 13536 | 16262 | L: linux-media@vger.kernel.org |
|---|
| .. | .. |
|---|
| 13543 | 16269 | S: Maintained |
|---|
| 13544 | 16270 | F: Documentation/devicetree/bindings/arm/firmware/sdei.txt |
|---|
| 13545 | 16271 | F: drivers/firmware/arm_sdei.c |
|---|
| 13546 | | -F: include/linux/sdei.h |
|---|
| 13547 | | -F: include/uapi/linux/sdei.h |
|---|
| 16272 | +F: include/linux/arm_sdei.h |
|---|
| 16273 | +F: include/uapi/linux/arm_sdei.h |
|---|
| 13548 | 16274 | |
|---|
| 13549 | 16275 | SOFTWARE RAID (Multiple Disks) SUPPORT |
|---|
| 13550 | | -M: Shaohua Li <shli@kernel.org> |
|---|
| 16276 | +M: Song Liu <song@kernel.org> |
|---|
| 13551 | 16277 | L: linux-raid@vger.kernel.org |
|---|
| 13552 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git |
|---|
| 13553 | 16278 | S: Supported |
|---|
| 13554 | | -F: drivers/md/Makefile |
|---|
| 16279 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git |
|---|
| 13555 | 16280 | F: drivers/md/Kconfig |
|---|
| 16281 | +F: drivers/md/Makefile |
|---|
| 13556 | 16282 | F: drivers/md/md* |
|---|
| 13557 | 16283 | F: drivers/md/raid* |
|---|
| 13558 | 16284 | F: include/linux/raid/ |
|---|
| 13559 | 16285 | F: include/uapi/linux/raid/ |
|---|
| 13560 | | - |
|---|
| 13561 | | -SOCIONEXT (SNI) NETSEC NETWORK DRIVER |
|---|
| 13562 | | -M: Jassi Brar <jaswinder.singh@linaro.org> |
|---|
| 13563 | | -L: netdev@vger.kernel.org |
|---|
| 13564 | | -S: Maintained |
|---|
| 13565 | | -F: drivers/net/ethernet/socionext/netsec.c |
|---|
| 13566 | | -F: Documentation/devicetree/bindings/net/socionext-netsec.txt |
|---|
| 13567 | 16286 | |
|---|
| 13568 | 16287 | SOLIDRUN CLEARFOG SUPPORT |
|---|
| 13569 | 16288 | M: Russell King <linux@armlinux.org.uk> |
|---|
| .. | .. |
|---|
| 13591 | 16310 | F: drivers/ssb/ |
|---|
| 13592 | 16311 | F: include/linux/ssb/ |
|---|
| 13593 | 16312 | |
|---|
| 16313 | +SONY IMX214 SENSOR DRIVER |
|---|
| 16314 | +M: Ricardo Ribalda <ribalda@kernel.org> |
|---|
| 16315 | +L: linux-media@vger.kernel.org |
|---|
| 16316 | +S: Maintained |
|---|
| 16317 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 16318 | +F: Documentation/devicetree/bindings/media/i2c/sony,imx214.txt |
|---|
| 16319 | +F: drivers/media/i2c/imx214.c |
|---|
| 16320 | + |
|---|
| 16321 | +SONY IMX219 SENSOR DRIVER |
|---|
| 16322 | +M: Dave Stevenson <dave.stevenson@raspberrypi.com> |
|---|
| 16323 | +L: linux-media@vger.kernel.org |
|---|
| 16324 | +S: Maintained |
|---|
| 16325 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 16326 | +F: Documentation/devicetree/bindings/media/i2c/imx219.yaml |
|---|
| 16327 | +F: drivers/media/i2c/imx219.c |
|---|
| 16328 | + |
|---|
| 13594 | 16329 | SONY IMX258 SENSOR DRIVER |
|---|
| 13595 | 16330 | M: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 13596 | 16331 | L: linux-media@vger.kernel.org |
|---|
| 13597 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13598 | 16332 | S: Maintained |
|---|
| 16333 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 13599 | 16334 | F: drivers/media/i2c/imx258.c |
|---|
| 13600 | 16335 | |
|---|
| 13601 | 16336 | SONY IMX274 SENSOR DRIVER |
|---|
| 13602 | 16337 | M: Leon Luo <leonl@leopardimaging.com> |
|---|
| 13603 | 16338 | L: linux-media@vger.kernel.org |
|---|
| 16339 | +S: Maintained |
|---|
| 13604 | 16340 | T: git git://linuxtv.org/media_tree.git |
|---|
| 13605 | | -S: Maintained |
|---|
| 16341 | +F: Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml |
|---|
| 13606 | 16342 | F: drivers/media/i2c/imx274.c |
|---|
| 13607 | | -F: Documentation/devicetree/bindings/media/i2c/imx274.txt |
|---|
| 13608 | 16343 | |
|---|
| 13609 | | -SONY MEMORYSTICK CARD SUPPORT |
|---|
| 13610 | | -M: Alex Dubov <oakad@yahoo.com> |
|---|
| 13611 | | -W: http://tifmxx.berlios.de/ |
|---|
| 16344 | +SONY IMX290 SENSOR DRIVER |
|---|
| 16345 | +M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
|---|
| 16346 | +L: linux-media@vger.kernel.org |
|---|
| 13612 | 16347 | S: Maintained |
|---|
| 13613 | | -F: drivers/memstick/host/tifm_ms.c |
|---|
| 16348 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 16349 | +F: Documentation/devicetree/bindings/media/i2c/imx290.txt |
|---|
| 16350 | +F: drivers/media/i2c/imx290.c |
|---|
| 13614 | 16351 | |
|---|
| 13615 | | -SONY MEMORYSTICK STANDARD SUPPORT |
|---|
| 16352 | +SONY IMX319 SENSOR DRIVER |
|---|
| 16353 | +M: Bingbu Cao <bingbu.cao@intel.com> |
|---|
| 16354 | +L: linux-media@vger.kernel.org |
|---|
| 16355 | +S: Maintained |
|---|
| 16356 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 16357 | +F: drivers/media/i2c/imx319.c |
|---|
| 16358 | + |
|---|
| 16359 | +SONY IMX355 SENSOR DRIVER |
|---|
| 16360 | +M: Tianshu Qiu <tian.shu.qiu@intel.com> |
|---|
| 16361 | +L: linux-media@vger.kernel.org |
|---|
| 16362 | +S: Maintained |
|---|
| 16363 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 16364 | +F: drivers/media/i2c/imx355.c |
|---|
| 16365 | + |
|---|
| 16366 | +SONY MEMORYSTICK SUBSYSTEM |
|---|
| 13616 | 16367 | M: Maxim Levitsky <maximlevitsky@gmail.com> |
|---|
| 16368 | +M: Alex Dubov <oakad@yahoo.com> |
|---|
| 16369 | +M: Ulf Hansson <ulf.hansson@linaro.org> |
|---|
| 16370 | +L: linux-mmc@vger.kernel.org |
|---|
| 13617 | 16371 | S: Maintained |
|---|
| 13618 | | -F: drivers/memstick/core/ms_block.* |
|---|
| 16372 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git |
|---|
| 16373 | +F: drivers/memstick/ |
|---|
| 16374 | +F: include/linux/memstick.h |
|---|
| 13619 | 16375 | |
|---|
| 13620 | 16376 | SONY VAIO CONTROL DEVICE DRIVER |
|---|
| 13621 | 16377 | M: Mattia Dongili <malattia@linux.it> |
|---|
| 13622 | 16378 | L: platform-driver-x86@vger.kernel.org |
|---|
| 13623 | | -W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
|---|
| 13624 | 16379 | S: Maintained |
|---|
| 13625 | | -F: Documentation/laptops/sony-laptop.txt |
|---|
| 16380 | +W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
|---|
| 16381 | +F: Documentation/admin-guide/laptops/sony-laptop.rst |
|---|
| 13626 | 16382 | F: drivers/char/sonypi.c |
|---|
| 13627 | 16383 | F: drivers/platform/x86/sony-laptop.c |
|---|
| 13628 | 16384 | F: include/linux/sony-laptop.h |
|---|
| .. | .. |
|---|
| 13631 | 16387 | M: Jaroslav Kysela <perex@perex.cz> |
|---|
| 13632 | 16388 | M: Takashi Iwai <tiwai@suse.com> |
|---|
| 13633 | 16389 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 13634 | | -W: http://www.alsa-project.org/ |
|---|
| 13635 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 13636 | | -T: git git://git.alsa-project.org/alsa-kernel.git |
|---|
| 13637 | | -Q: http://patchwork.kernel.org/project/alsa-devel/list/ |
|---|
| 13638 | 16390 | S: Maintained |
|---|
| 16391 | +W: http://www.alsa-project.org/ |
|---|
| 16392 | +Q: http://patchwork.kernel.org/project/alsa-devel/list/ |
|---|
| 16393 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 13639 | 16394 | F: Documentation/sound/ |
|---|
| 13640 | 16395 | F: include/sound/ |
|---|
| 13641 | 16396 | F: include/uapi/sound/ |
|---|
| .. | .. |
|---|
| 13644 | 16399 | SOUND - COMPRESSED AUDIO |
|---|
| 13645 | 16400 | M: Vinod Koul <vkoul@kernel.org> |
|---|
| 13646 | 16401 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 13647 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 13648 | 16402 | S: Supported |
|---|
| 16403 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 13649 | 16404 | F: Documentation/sound/designs/compress-offload.rst |
|---|
| 13650 | 16405 | F: include/sound/compress_driver.h |
|---|
| 13651 | 16406 | F: include/uapi/sound/compress_* |
|---|
| .. | .. |
|---|
| 13662 | 16417 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
|---|
| 13663 | 16418 | M: Liam Girdwood <lgirdwood@gmail.com> |
|---|
| 13664 | 16419 | M: Mark Brown <broonie@kernel.org> |
|---|
| 13665 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git |
|---|
| 13666 | 16420 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 13667 | | -W: http://alsa-project.org/main/index.php/ASoC |
|---|
| 13668 | 16421 | S: Supported |
|---|
| 16422 | +W: http://alsa-project.org/main/index.php/ASoC |
|---|
| 16423 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git |
|---|
| 13669 | 16424 | F: Documentation/devicetree/bindings/sound/ |
|---|
| 13670 | 16425 | F: Documentation/sound/soc/ |
|---|
| 13671 | | -F: sound/soc/ |
|---|
| 16426 | +F: include/dt-bindings/sound/ |
|---|
| 13672 | 16427 | F: include/sound/soc* |
|---|
| 16428 | +F: sound/soc/ |
|---|
| 16429 | + |
|---|
| 16430 | +SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS |
|---|
| 16431 | +M: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> |
|---|
| 16432 | +M: Liam Girdwood <lgirdwood@gmail.com> |
|---|
| 16433 | +M: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> |
|---|
| 16434 | +M: Kai Vehmanen <kai.vehmanen@linux.intel.com> |
|---|
| 16435 | +M: Daniel Baluta <daniel.baluta@nxp.com> |
|---|
| 16436 | +L: sound-open-firmware@alsa-project.org (moderated for non-subscribers) |
|---|
| 16437 | +S: Supported |
|---|
| 16438 | +W: https://github.com/thesofproject/linux/ |
|---|
| 16439 | +F: sound/soc/sof/ |
|---|
| 13673 | 16440 | |
|---|
| 13674 | 16441 | SOUNDWIRE SUBSYSTEM |
|---|
| 13675 | | -M: Vinod Koul <vinod.koul@intel.com> |
|---|
| 13676 | | -M: Sanyog Kale <sanyog.r.kale@intel.com> |
|---|
| 16442 | +M: Vinod Koul <vkoul@kernel.org> |
|---|
| 16443 | +M: Bard Liao <yung-chuan.liao@linux.intel.com> |
|---|
| 13677 | 16444 | R: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> |
|---|
| 16445 | +R: Sanyog Kale <sanyog.r.kale@intel.com> |
|---|
| 13678 | 16446 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 13679 | 16447 | S: Supported |
|---|
| 13680 | 16448 | F: Documentation/driver-api/soundwire/ |
|---|
| .. | .. |
|---|
| 13684 | 16452 | SP2 MEDIA DRIVER |
|---|
| 13685 | 16453 | M: Olli Salonen <olli.salonen@iki.fi> |
|---|
| 13686 | 16454 | L: linux-media@vger.kernel.org |
|---|
| 16455 | +S: Maintained |
|---|
| 13687 | 16456 | W: https://linuxtv.org |
|---|
| 13688 | 16457 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 13689 | | -S: Maintained |
|---|
| 13690 | 16458 | F: drivers/media/dvb-frontends/sp2* |
|---|
| 13691 | 16459 | |
|---|
| 13692 | 16460 | SPARC + UltraSPARC (sparc/sparc64) |
|---|
| 13693 | 16461 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 13694 | 16462 | L: sparclinux@vger.kernel.org |
|---|
| 16463 | +S: Maintained |
|---|
| 13695 | 16464 | Q: http://patchwork.ozlabs.org/project/sparclinux/list/ |
|---|
| 13696 | 16465 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
|---|
| 13697 | 16466 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git |
|---|
| 13698 | | -S: Maintained |
|---|
| 13699 | 16467 | F: arch/sparc/ |
|---|
| 13700 | 16468 | F: drivers/sbus/ |
|---|
| 13701 | 16469 | |
|---|
| 13702 | 16470 | SPARC SERIAL DRIVERS |
|---|
| 13703 | 16471 | M: "David S. Miller" <davem@davemloft.net> |
|---|
| 13704 | 16472 | L: sparclinux@vger.kernel.org |
|---|
| 16473 | +S: Maintained |
|---|
| 13705 | 16474 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
|---|
| 13706 | 16475 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git |
|---|
| 13707 | | -S: Maintained |
|---|
| 13708 | | -F: include/linux/sunserialcore.h |
|---|
| 13709 | 16476 | F: drivers/tty/serial/suncore.c |
|---|
| 13710 | 16477 | F: drivers/tty/serial/sunhv.c |
|---|
| 13711 | 16478 | F: drivers/tty/serial/sunsab.c |
|---|
| .. | .. |
|---|
| 13714 | 16481 | F: drivers/tty/serial/sunzilog.c |
|---|
| 13715 | 16482 | F: drivers/tty/serial/sunzilog.h |
|---|
| 13716 | 16483 | F: drivers/tty/vcc.c |
|---|
| 16484 | +F: include/linux/sunserialcore.h |
|---|
| 13717 | 16485 | |
|---|
| 13718 | 16486 | SPARSE CHECKER |
|---|
| 13719 | | -M: "Christopher Li" <sparse@chrisli.org> |
|---|
| 16487 | +M: "Luc Van Oostenryck" <luc.vanoostenryck@gmail.com> |
|---|
| 13720 | 16488 | L: linux-sparse@vger.kernel.org |
|---|
| 13721 | | -W: https://sparse.wiki.kernel.org/ |
|---|
| 13722 | | -T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git |
|---|
| 13723 | | -T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git |
|---|
| 13724 | 16489 | S: Maintained |
|---|
| 16490 | +W: https://sparse.docs.kernel.org/ |
|---|
| 16491 | +T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git |
|---|
| 16492 | +Q: https://patchwork.kernel.org/project/linux-sparse/list/ |
|---|
| 16493 | +B: https://bugzilla.kernel.org/enter_bug.cgi?component=Sparse&product=Tools |
|---|
| 13725 | 16494 | F: include/linux/compiler.h |
|---|
| 16495 | + |
|---|
| 16496 | +SPEAKUP CONSOLE SPEECH DRIVER |
|---|
| 16497 | +M: William Hubbs <w.d.hubbs@gmail.com> |
|---|
| 16498 | +M: Chris Brannon <chris@the-brannons.com> |
|---|
| 16499 | +M: Kirk Reiser <kirk@reisers.ca> |
|---|
| 16500 | +M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
|---|
| 16501 | +L: speakup@linux-speakup.org |
|---|
| 16502 | +S: Odd Fixes |
|---|
| 16503 | +W: http://www.linux-speakup.org/ |
|---|
| 16504 | +F: drivers/accessibility/speakup/ |
|---|
| 13726 | 16505 | |
|---|
| 13727 | 16506 | SPEAR CLOCK FRAMEWORK SUPPORT |
|---|
| 13728 | 16507 | M: Viresh Kumar <vireshk@kernel.org> |
|---|
| 13729 | 16508 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 13730 | | -W: http://www.st.com/spear |
|---|
| 13731 | 16509 | S: Maintained |
|---|
| 16510 | +W: http://www.st.com/spear |
|---|
| 13732 | 16511 | F: drivers/clk/spear/ |
|---|
| 13733 | 16512 | |
|---|
| 13734 | 16513 | SPEAR PLATFORM SUPPORT |
|---|
| 13735 | 16514 | M: Viresh Kumar <vireshk@kernel.org> |
|---|
| 13736 | 16515 | M: Shiraz Hashim <shiraz.linux.kernel@gmail.com> |
|---|
| 13737 | 16516 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 13738 | | -W: http://www.st.com/spear |
|---|
| 13739 | 16517 | S: Maintained |
|---|
| 16518 | +W: http://www.st.com/spear |
|---|
| 13740 | 16519 | F: arch/arm/boot/dts/spear* |
|---|
| 13741 | 16520 | F: arch/arm/mach-spear/ |
|---|
| 13742 | 16521 | |
|---|
| 13743 | 16522 | SPI NOR SUBSYSTEM |
|---|
| 13744 | | -M: Marek Vasut <marek.vasut@gmail.com> |
|---|
| 16523 | +M: Tudor Ambarus <tudor.ambarus@microchip.com> |
|---|
| 13745 | 16524 | L: linux-mtd@lists.infradead.org |
|---|
| 16525 | +S: Maintained |
|---|
| 13746 | 16526 | W: http://www.linux-mtd.infradead.org/ |
|---|
| 13747 | 16527 | Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ |
|---|
| 13748 | | -T: git git://git.infradead.org/linux-mtd.git spi-nor/fixes |
|---|
| 13749 | | -T: git git://git.infradead.org/linux-mtd.git spi-nor/next |
|---|
| 13750 | | -S: Maintained |
|---|
| 16528 | +C: irc://irc.oftc.net/mtd |
|---|
| 16529 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next |
|---|
| 13751 | 16530 | F: drivers/mtd/spi-nor/ |
|---|
| 13752 | 16531 | F: include/linux/mtd/spi-nor.h |
|---|
| 13753 | 16532 | |
|---|
| 13754 | 16533 | SPI SUBSYSTEM |
|---|
| 13755 | 16534 | M: Mark Brown <broonie@kernel.org> |
|---|
| 13756 | 16535 | L: linux-spi@vger.kernel.org |
|---|
| 13757 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git |
|---|
| 13758 | | -Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
|---|
| 13759 | 16536 | S: Maintained |
|---|
| 16537 | +Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
|---|
| 16538 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git |
|---|
| 13760 | 16539 | F: Documentation/devicetree/bindings/spi/ |
|---|
| 13761 | 16540 | F: Documentation/spi/ |
|---|
| 13762 | 16541 | F: drivers/spi/ |
|---|
| .. | .. |
|---|
| 13768 | 16547 | M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> |
|---|
| 13769 | 16548 | L: netdev@vger.kernel.org |
|---|
| 13770 | 16549 | S: Supported |
|---|
| 13771 | | -F: Documentation/networking/spider_net.txt |
|---|
| 16550 | +F: Documentation/networking/device_drivers/ethernet/toshiba/spider_net.rst |
|---|
| 13772 | 16551 | F: drivers/net/ethernet/toshiba/spider_net* |
|---|
| 13773 | 16552 | |
|---|
| 13774 | 16553 | SPMI SUBSYSTEM |
|---|
| .. | .. |
|---|
| 13783 | 16562 | SPU FILE SYSTEM |
|---|
| 13784 | 16563 | M: Jeremy Kerr <jk@ozlabs.org> |
|---|
| 13785 | 16564 | L: linuxppc-dev@lists.ozlabs.org |
|---|
| 13786 | | -W: http://www.ibm.com/developerworks/power/cell/ |
|---|
| 13787 | 16565 | S: Supported |
|---|
| 13788 | | -F: Documentation/filesystems/spufs.txt |
|---|
| 16566 | +W: http://www.ibm.com/developerworks/power/cell/ |
|---|
| 16567 | +F: Documentation/filesystems/spufs/spufs.rst |
|---|
| 13789 | 16568 | F: arch/powerpc/platforms/cell/spufs/ |
|---|
| 13790 | 16569 | |
|---|
| 13791 | 16570 | SQUASHFS FILE SYSTEM |
|---|
| 13792 | 16571 | M: Phillip Lougher <phillip@squashfs.org.uk> |
|---|
| 13793 | 16572 | L: squashfs-devel@lists.sourceforge.net (subscribers-only) |
|---|
| 16573 | +S: Maintained |
|---|
| 13794 | 16574 | W: http://squashfs.org.uk |
|---|
| 13795 | 16575 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git |
|---|
| 13796 | | -S: Maintained |
|---|
| 13797 | | -F: Documentation/filesystems/squashfs.txt |
|---|
| 16576 | +F: Documentation/filesystems/squashfs.rst |
|---|
| 13798 | 16577 | F: fs/squashfs/ |
|---|
| 13799 | 16578 | |
|---|
| 13800 | 16579 | SRM (Alpha) environment access |
|---|
| .. | .. |
|---|
| 13802 | 16581 | S: Maintained |
|---|
| 13803 | 16582 | F: arch/alpha/kernel/srm_env.c |
|---|
| 13804 | 16583 | |
|---|
| 16584 | +ST LSM6DSx IMU IIO DRIVER |
|---|
| 16585 | +M: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> |
|---|
| 16586 | +L: linux-iio@vger.kernel.org |
|---|
| 16587 | +S: Maintained |
|---|
| 16588 | +W: http://www.st.com/ |
|---|
| 16589 | +F: Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt |
|---|
| 16590 | +F: drivers/iio/imu/st_lsm6dsx/ |
|---|
| 16591 | + |
|---|
| 16592 | +ST MIPID02 CSI-2 TO PARALLEL BRIDGE DRIVER |
|---|
| 16593 | +M: Mickael Guene <mickael.guene@st.com> |
|---|
| 16594 | +L: linux-media@vger.kernel.org |
|---|
| 16595 | +S: Maintained |
|---|
| 16596 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 16597 | +F: Documentation/devicetree/bindings/media/i2c/st,st-mipid02.txt |
|---|
| 16598 | +F: drivers/media/i2c/st-mipid02.c |
|---|
| 16599 | + |
|---|
| 13805 | 16600 | ST STM32 I2C/SMBUS DRIVER |
|---|
| 13806 | 16601 | M: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> |
|---|
| 13807 | 16602 | L: linux-i2c@vger.kernel.org |
|---|
| 13808 | 16603 | S: Maintained |
|---|
| 13809 | 16604 | F: drivers/i2c/busses/i2c-stm32* |
|---|
| 16605 | + |
|---|
| 16606 | +ST VL53L0X ToF RANGER(I2C) IIO DRIVER |
|---|
| 16607 | +M: Song Qiang <songqiang1304521@gmail.com> |
|---|
| 16608 | +L: linux-iio@vger.kernel.org |
|---|
| 16609 | +S: Maintained |
|---|
| 16610 | +F: Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt |
|---|
| 16611 | +F: drivers/iio/proximity/vl53l0x-i2c.c |
|---|
| 13810 | 16612 | |
|---|
| 13811 | 16613 | STABLE BRANCH |
|---|
| 13812 | 16614 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| .. | .. |
|---|
| 13815 | 16617 | S: Supported |
|---|
| 13816 | 16618 | F: Documentation/process/stable-kernel-rules.rst |
|---|
| 13817 | 16619 | |
|---|
| 16620 | +STAGING - ATOMISP DRIVER |
|---|
| 16621 | +M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 16622 | +R: Sakari Ailus <sakari.ailus@linux.intel.com> |
|---|
| 16623 | +L: linux-media@vger.kernel.org |
|---|
| 16624 | +S: Maintained |
|---|
| 16625 | +F: drivers/staging/media/atomisp/ |
|---|
| 16626 | + |
|---|
| 13818 | 16627 | STAGING - COMEDI |
|---|
| 13819 | 16628 | M: Ian Abbott <abbotti@mev.co.uk> |
|---|
| 13820 | 16629 | M: H Hartley Sweeten <hsweeten@visionengravers.com> |
|---|
| 13821 | 16630 | S: Odd Fixes |
|---|
| 13822 | 16631 | F: drivers/staging/comedi/ |
|---|
| 13823 | 16632 | |
|---|
| 13824 | | -STAGING - EROFS FILE SYSTEM |
|---|
| 13825 | | -M: Gao Xiang <gaoxiang25@huawei.com> |
|---|
| 13826 | | -M: Chao Yu <yuchao0@huawei.com> |
|---|
| 13827 | | -L: linux-erofs@lists.ozlabs.org |
|---|
| 16633 | +STAGING - FIELDBUS SUBSYSTEM |
|---|
| 16634 | +M: Sven Van Asbroeck <TheSven73@gmail.com> |
|---|
| 13828 | 16635 | S: Maintained |
|---|
| 13829 | | -F: drivers/staging/erofs/ |
|---|
| 16636 | +F: drivers/staging/fieldbus/* |
|---|
| 16637 | +F: drivers/staging/fieldbus/Documentation/ |
|---|
| 13830 | 16638 | |
|---|
| 13831 | | -STAGING - FLARION FT1000 DRIVERS |
|---|
| 13832 | | -M: Marek Belisko <marek.belisko@gmail.com> |
|---|
| 13833 | | -S: Odd Fixes |
|---|
| 13834 | | -F: drivers/staging/ft1000/ |
|---|
| 16639 | +STAGING - HMS ANYBUS-S BUS |
|---|
| 16640 | +M: Sven Van Asbroeck <TheSven73@gmail.com> |
|---|
| 16641 | +S: Maintained |
|---|
| 16642 | +F: drivers/staging/fieldbus/anybuss/ |
|---|
| 13835 | 16643 | |
|---|
| 13836 | 16644 | STAGING - INDUSTRIAL IO |
|---|
| 13837 | 16645 | M: Jonathan Cameron <jic23@kernel.org> |
|---|
| .. | .. |
|---|
| 13851 | 16659 | M: Jens Frederich <jfrederich@gmail.com> |
|---|
| 13852 | 16660 | M: Daniel Drake <dsd@laptop.org> |
|---|
| 13853 | 16661 | M: Jon Nettleton <jon.nettleton@gmail.com> |
|---|
| 13854 | | -W: http://wiki.laptop.org/go/DCON |
|---|
| 13855 | 16662 | S: Maintained |
|---|
| 16663 | +W: http://wiki.laptop.org/go/DCON |
|---|
| 13856 | 16664 | F: drivers/staging/olpc_dcon/ |
|---|
| 16665 | + |
|---|
| 16666 | +STAGING - REALTEK RTL8188EU DRIVERS |
|---|
| 16667 | +M: Larry Finger <Larry.Finger@lwfinger.net> |
|---|
| 16668 | +S: Odd Fixes |
|---|
| 16669 | +F: drivers/staging/rtl8188eu/ |
|---|
| 13857 | 16670 | |
|---|
| 13858 | 16671 | STAGING - REALTEK RTL8712U DRIVERS |
|---|
| 13859 | 16672 | M: Larry Finger <Larry.Finger@lwfinger.net> |
|---|
| 13860 | 16673 | M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>. |
|---|
| 13861 | 16674 | S: Odd Fixes |
|---|
| 13862 | 16675 | F: drivers/staging/rtl8712/ |
|---|
| 16676 | + |
|---|
| 16677 | +STAGING - SEPS525 LCD CONTROLLER DRIVERS |
|---|
| 16678 | +M: Michael Hennerich <michael.hennerich@analog.com> |
|---|
| 16679 | +L: linux-fbdev@vger.kernel.org |
|---|
| 16680 | +S: Supported |
|---|
| 16681 | +F: Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml |
|---|
| 16682 | +F: drivers/staging/fbtft/fb_seps525.c |
|---|
| 13863 | 16683 | |
|---|
| 13864 | 16684 | STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER |
|---|
| 13865 | 16685 | M: Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|
| .. | .. |
|---|
| 13869 | 16689 | S: Maintained |
|---|
| 13870 | 16690 | F: drivers/staging/sm750fb/ |
|---|
| 13871 | 16691 | |
|---|
| 13872 | | -STAGING - SPEAKUP CONSOLE SPEECH DRIVER |
|---|
| 13873 | | -M: William Hubbs <w.d.hubbs@gmail.com> |
|---|
| 13874 | | -M: Chris Brannon <chris@the-brannons.com> |
|---|
| 13875 | | -M: Kirk Reiser <kirk@reisers.ca> |
|---|
| 13876 | | -M: Samuel Thibault <samuel.thibault@ens-lyon.org> |
|---|
| 13877 | | -L: speakup@linux-speakup.org |
|---|
| 13878 | | -W: http://www.linux-speakup.org/ |
|---|
| 13879 | | -S: Odd Fixes |
|---|
| 13880 | | -F: drivers/staging/speakup/ |
|---|
| 13881 | | - |
|---|
| 13882 | 16692 | STAGING - VIA VT665X DRIVERS |
|---|
| 13883 | 16693 | M: Forest Bond <forest@alittletooquiet.net> |
|---|
| 13884 | 16694 | S: Odd Fixes |
|---|
| 13885 | 16695 | F: drivers/staging/vt665?/ |
|---|
| 13886 | 16696 | |
|---|
| 13887 | | -STAGING - WILC1000 WIFI DRIVER |
|---|
| 13888 | | -M: Aditya Shankar <aditya.shankar@microchip.com> |
|---|
| 13889 | | -M: Ganesh Krishna <ganesh.krishna@microchip.com> |
|---|
| 13890 | | -L: linux-wireless@vger.kernel.org |
|---|
| 13891 | | -S: Supported |
|---|
| 13892 | | -F: drivers/staging/wilc1000/ |
|---|
| 13893 | | - |
|---|
| 13894 | | -STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER |
|---|
| 13895 | | -M: Arnaud Patard <arnaud.patard@rtp-net.org> |
|---|
| 13896 | | -S: Odd Fixes |
|---|
| 13897 | | -F: drivers/staging/xgifb/ |
|---|
| 13898 | | - |
|---|
| 13899 | 16697 | STAGING SUBSYSTEM |
|---|
| 13900 | 16698 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 13901 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
|---|
| 13902 | | -L: devel@driverdev.osuosl.org |
|---|
| 16699 | +L: linux-staging@lists.linux.dev |
|---|
| 13903 | 16700 | S: Supported |
|---|
| 16701 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
|---|
| 13904 | 16702 | F: drivers/staging/ |
|---|
| 13905 | 16703 | |
|---|
| 13906 | 16704 | STARFIRE/DURALAN NETWORK DRIVER |
|---|
| .. | .. |
|---|
| 13909 | 16707 | F: drivers/net/ethernet/adaptec/starfire* |
|---|
| 13910 | 16708 | |
|---|
| 13911 | 16709 | STEC S1220 SKD DRIVER |
|---|
| 13912 | | -M: Bart Van Assche <bart.vanassche@wdc.com> |
|---|
| 16710 | +M: Damien Le Moal <Damien.LeMoal@wdc.com> |
|---|
| 13913 | 16711 | L: linux-block@vger.kernel.org |
|---|
| 13914 | 16712 | S: Maintained |
|---|
| 13915 | 16713 | F: drivers/block/skd*[ch] |
|---|
| .. | .. |
|---|
| 13924 | 16722 | STI CEC DRIVER |
|---|
| 13925 | 16723 | M: Benjamin Gaignard <benjamin.gaignard@linaro.org> |
|---|
| 13926 | 16724 | S: Maintained |
|---|
| 13927 | | -F: drivers/staging/media/st-cec/ |
|---|
| 13928 | 16725 | F: Documentation/devicetree/bindings/media/stih-cec.txt |
|---|
| 16726 | +F: drivers/media/cec/platform/sti/ |
|---|
| 13929 | 16727 | |
|---|
| 13930 | 16728 | STK1160 USB VIDEO CAPTURE DRIVER |
|---|
| 13931 | 16729 | M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> |
|---|
| 13932 | 16730 | L: linux-media@vger.kernel.org |
|---|
| 13933 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 13934 | 16731 | S: Maintained |
|---|
| 16732 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 13935 | 16733 | F: drivers/media/usb/stk1160/ |
|---|
| 13936 | 16734 | |
|---|
| 13937 | 16735 | STM32 AUDIO (ASoC) DRIVERS |
|---|
| .. | .. |
|---|
| 13945 | 16743 | STM32 TIMER/LPTIMER DRIVERS |
|---|
| 13946 | 16744 | M: Fabrice Gasnier <fabrice.gasnier@st.com> |
|---|
| 13947 | 16745 | S: Maintained |
|---|
| 16746 | +F: Documentation/ABI/testing/*timer-stm32 |
|---|
| 16747 | +F: Documentation/devicetree/bindings/*/*stm32-*timer* |
|---|
| 13948 | 16748 | F: drivers/*/stm32-*timer* |
|---|
| 13949 | 16749 | F: drivers/pwm/pwm-stm32* |
|---|
| 13950 | 16750 | F: include/linux/*/stm32-*tim* |
|---|
| 13951 | | -F: Documentation/ABI/testing/*timer-stm32 |
|---|
| 13952 | | -F: Documentation/devicetree/bindings/*/stm32-*timer* |
|---|
| 13953 | | -F: Documentation/devicetree/bindings/pwm/pwm-stm32* |
|---|
| 13954 | 16751 | |
|---|
| 13955 | 16752 | STMMAC ETHERNET DRIVER |
|---|
| 13956 | 16753 | M: Giuseppe Cavallaro <peppe.cavallaro@st.com> |
|---|
| 13957 | 16754 | M: Alexandre Torgue <alexandre.torgue@st.com> |
|---|
| 13958 | 16755 | M: Jose Abreu <joabreu@synopsys.com> |
|---|
| 13959 | 16756 | L: netdev@vger.kernel.org |
|---|
| 13960 | | -W: http://www.stlinux.com |
|---|
| 13961 | 16757 | S: Supported |
|---|
| 16758 | +W: http://www.stlinux.com |
|---|
| 16759 | +F: Documentation/networking/device_drivers/ethernet/stmicro/ |
|---|
| 13962 | 16760 | F: drivers/net/ethernet/stmicro/stmmac/ |
|---|
| 13963 | 16761 | |
|---|
| 13964 | 16762 | SUN3/3X |
|---|
| 13965 | 16763 | M: Sam Creasey <sammy@sammy.net> |
|---|
| 13966 | | -W: http://sammy.net/sun3/ |
|---|
| 13967 | 16764 | S: Maintained |
|---|
| 16765 | +W: http://sammy.net/sun3/ |
|---|
| 16766 | +F: arch/m68k/include/asm/sun3* |
|---|
| 13968 | 16767 | F: arch/m68k/kernel/*sun3* |
|---|
| 13969 | 16768 | F: arch/m68k/sun3*/ |
|---|
| 13970 | | -F: arch/m68k/include/asm/sun3* |
|---|
| 13971 | 16769 | F: drivers/net/ethernet/i825xx/sun3* |
|---|
| 13972 | 16770 | |
|---|
| 13973 | 16771 | SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER |
|---|
| 13974 | 16772 | M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 13975 | 16773 | L: linux-input@vger.kernel.org |
|---|
| 13976 | 16774 | S: Maintained |
|---|
| 13977 | | -F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt |
|---|
| 16775 | +F: Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml |
|---|
| 13978 | 16776 | F: drivers/input/keyboard/sun4i-lradc-keys.c |
|---|
| 13979 | 16777 | |
|---|
| 13980 | 16778 | SUNDANCE NETWORK DRIVER |
|---|
| .. | .. |
|---|
| 13987 | 16785 | M: Yoshinori Sato <ysato@users.sourceforge.jp> |
|---|
| 13988 | 16786 | M: Rich Felker <dalias@libc.org> |
|---|
| 13989 | 16787 | L: linux-sh@vger.kernel.org |
|---|
| 13990 | | -Q: http://patchwork.kernel.org/project/linux-sh/list/ |
|---|
| 13991 | 16788 | S: Maintained |
|---|
| 16789 | +Q: http://patchwork.kernel.org/project/linux-sh/list/ |
|---|
| 13992 | 16790 | F: Documentation/sh/ |
|---|
| 13993 | 16791 | F: arch/sh/ |
|---|
| 13994 | 16792 | F: drivers/sh/ |
|---|
| .. | .. |
|---|
| 13998 | 16796 | M: Len Brown <len.brown@intel.com> |
|---|
| 13999 | 16797 | M: Pavel Machek <pavel@ucw.cz> |
|---|
| 14000 | 16798 | L: linux-pm@vger.kernel.org |
|---|
| 14001 | | -B: https://bugzilla.kernel.org |
|---|
| 14002 | 16799 | S: Supported |
|---|
| 16800 | +B: https://bugzilla.kernel.org |
|---|
| 14003 | 16801 | F: Documentation/power/ |
|---|
| 14004 | 16802 | F: arch/x86/kernel/acpi/ |
|---|
| 14005 | 16803 | F: drivers/base/power/ |
|---|
| 14006 | | -F: kernel/power/ |
|---|
| 14007 | | -F: include/linux/suspend.h |
|---|
| 14008 | 16804 | F: include/linux/freezer.h |
|---|
| 14009 | 16805 | F: include/linux/pm.h |
|---|
| 16806 | +F: include/linux/suspend.h |
|---|
| 16807 | +F: kernel/power/ |
|---|
| 14010 | 16808 | |
|---|
| 14011 | 16809 | SVGA HANDLING |
|---|
| 14012 | 16810 | M: Martin Mares <mj@ucw.cz> |
|---|
| 14013 | 16811 | L: linux-video@atrey.karlin.mff.cuni.cz |
|---|
| 14014 | 16812 | S: Maintained |
|---|
| 14015 | | -F: Documentation/svga.txt |
|---|
| 16813 | +F: Documentation/admin-guide/svga.rst |
|---|
| 14016 | 16814 | F: arch/x86/boot/video* |
|---|
| 14017 | 16815 | |
|---|
| 14018 | 16816 | SWIOTLB SUBSYSTEM |
|---|
| 14019 | 16817 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
|---|
| 14020 | 16818 | L: iommu@lists.linux-foundation.org |
|---|
| 14021 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git |
|---|
| 14022 | 16819 | S: Supported |
|---|
| 14023 | | -F: kernel/dma/swiotlb.c |
|---|
| 16820 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git |
|---|
| 14024 | 16821 | F: arch/*/kernel/pci-swiotlb.c |
|---|
| 14025 | 16822 | F: include/linux/swiotlb.h |
|---|
| 16823 | +F: kernel/dma/swiotlb.c |
|---|
| 14026 | 16824 | |
|---|
| 14027 | 16825 | SWITCHDEV |
|---|
| 14028 | 16826 | M: Jiri Pirko <jiri@resnulli.us> |
|---|
| 14029 | 16827 | M: Ivan Vecera <ivecera@redhat.com> |
|---|
| 14030 | 16828 | L: netdev@vger.kernel.org |
|---|
| 14031 | 16829 | S: Supported |
|---|
| 14032 | | -F: net/switchdev/ |
|---|
| 14033 | 16830 | F: include/net/switchdev.h |
|---|
| 16831 | +F: net/switchdev/ |
|---|
| 14034 | 16832 | |
|---|
| 14035 | 16833 | SY8106A REGULATOR DRIVER |
|---|
| 14036 | 16834 | M: Icenowy Zheng <icenowy@aosc.io> |
|---|
| 14037 | 16835 | S: Maintained |
|---|
| 14038 | | -F: drivers/regulator/sy8106a-regulator.c |
|---|
| 14039 | 16836 | F: Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt |
|---|
| 16837 | +F: drivers/regulator/sy8106a-regulator.c |
|---|
| 14040 | 16838 | |
|---|
| 14041 | 16839 | SYNC FILE FRAMEWORK |
|---|
| 14042 | 16840 | M: Sumit Semwal <sumit.semwal@linaro.org> |
|---|
| 14043 | 16841 | R: Gustavo Padovan <gustavo@padovan.org> |
|---|
| 14044 | | -S: Maintained |
|---|
| 14045 | 16842 | L: linux-media@vger.kernel.org |
|---|
| 14046 | 16843 | L: dri-devel@lists.freedesktop.org |
|---|
| 14047 | | -F: drivers/dma-buf/sync_* |
|---|
| 16844 | +S: Maintained |
|---|
| 16845 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 16846 | +F: Documentation/driver-api/sync_file.rst |
|---|
| 14048 | 16847 | F: drivers/dma-buf/dma-fence* |
|---|
| 14049 | 16848 | F: drivers/dma-buf/sw_sync.c |
|---|
| 16849 | +F: drivers/dma-buf/sync_* |
|---|
| 14050 | 16850 | F: include/linux/sync_file.h |
|---|
| 14051 | 16851 | F: include/uapi/linux/sync_file.h |
|---|
| 14052 | | -F: Documentation/sync_file.txt |
|---|
| 14053 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 14054 | 16852 | |
|---|
| 14055 | 16853 | SYNOPSYS ARC ARCHITECTURE |
|---|
| 14056 | 16854 | M: Vineet Gupta <vgupta@synopsys.com> |
|---|
| 14057 | 16855 | L: linux-snps-arc@lists.infradead.org |
|---|
| 14058 | 16856 | S: Supported |
|---|
| 14059 | | -F: arch/arc/ |
|---|
| 16857 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git |
|---|
| 14060 | 16858 | F: Documentation/devicetree/bindings/arc/* |
|---|
| 14061 | 16859 | F: Documentation/devicetree/bindings/interrupt-controller/snps,arc* |
|---|
| 16860 | +F: arch/arc/ |
|---|
| 14062 | 16861 | F: drivers/clocksource/arc_timer.c |
|---|
| 14063 | 16862 | F: drivers/tty/serial/arc_uart.c |
|---|
| 14064 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git |
|---|
| 14065 | 16863 | |
|---|
| 14066 | 16864 | SYNOPSYS ARC HSDK SDP pll clock driver |
|---|
| 14067 | 16865 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
|---|
| 14068 | 16866 | S: Supported |
|---|
| 14069 | | -F: drivers/clk/clk-hsdk-pll.c |
|---|
| 14070 | 16867 | F: Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt |
|---|
| 16868 | +F: drivers/clk/clk-hsdk-pll.c |
|---|
| 14071 | 16869 | |
|---|
| 14072 | 16870 | SYNOPSYS ARC SDP clock driver |
|---|
| 14073 | 16871 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
|---|
| 14074 | 16872 | S: Supported |
|---|
| 14075 | | -F: drivers/clk/axs10x/* |
|---|
| 14076 | 16873 | F: Documentation/devicetree/bindings/clock/snps,pll-clock.txt |
|---|
| 16874 | +F: drivers/clk/axs10x/* |
|---|
| 14077 | 16875 | |
|---|
| 14078 | 16876 | SYNOPSYS ARC SDP platform support |
|---|
| 14079 | 16877 | M: Alexey Brodkin <abrodkin@synopsys.com> |
|---|
| 14080 | 16878 | S: Supported |
|---|
| 14081 | | -F: arch/arc/plat-axs10x |
|---|
| 14082 | | -F: arch/arc/boot/dts/ax* |
|---|
| 14083 | 16879 | F: Documentation/devicetree/bindings/arc/axs10* |
|---|
| 16880 | +F: arch/arc/boot/dts/ax* |
|---|
| 16881 | +F: arch/arc/plat-axs10x |
|---|
| 14084 | 16882 | |
|---|
| 14085 | 16883 | SYNOPSYS AXS10x RESET CONTROLLER DRIVER |
|---|
| 14086 | 16884 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
|---|
| 14087 | 16885 | S: Supported |
|---|
| 14088 | | -F: drivers/reset/reset-axs10x.c |
|---|
| 14089 | 16886 | F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt |
|---|
| 16887 | +F: drivers/reset/reset-axs10x.c |
|---|
| 16888 | + |
|---|
| 16889 | +SYNOPSYS CREG GPIO DRIVER |
|---|
| 16890 | +M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
|---|
| 16891 | +S: Maintained |
|---|
| 16892 | +F: Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt |
|---|
| 16893 | +F: drivers/gpio/gpio-creg-snps.c |
|---|
| 14090 | 16894 | |
|---|
| 14091 | 16895 | SYNOPSYS DESIGNWARE 8250 UART DRIVER |
|---|
| 14092 | 16896 | R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|
| 14093 | 16897 | S: Maintained |
|---|
| 14094 | 16898 | F: drivers/tty/serial/8250/8250_dw.c |
|---|
| 16899 | +F: drivers/tty/serial/8250/8250_dwlib.* |
|---|
| 16900 | +F: drivers/tty/serial/8250/8250_lpss.c |
|---|
| 14095 | 16901 | |
|---|
| 14096 | 16902 | SYNOPSYS DESIGNWARE APB GPIO DRIVER |
|---|
| 14097 | | -M: Hoan Tran <hotran@apm.com> |
|---|
| 16903 | +M: Hoan Tran <hoan@os.amperecomputing.com> |
|---|
| 16904 | +M: Serge Semin <fancer.lancer@gmail.com> |
|---|
| 14098 | 16905 | L: linux-gpio@vger.kernel.org |
|---|
| 14099 | 16906 | S: Maintained |
|---|
| 16907 | +F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml |
|---|
| 14100 | 16908 | F: drivers/gpio/gpio-dwapb.c |
|---|
| 14101 | | -F: Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt |
|---|
| 16909 | + |
|---|
| 16910 | +SYNOPSYS DESIGNWARE APB SSI DRIVER |
|---|
| 16911 | +M: Serge Semin <fancer.lancer@gmail.com> |
|---|
| 16912 | +L: linux-spi@vger.kernel.org |
|---|
| 16913 | +S: Supported |
|---|
| 16914 | +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml |
|---|
| 16915 | +F: drivers/spi/spi-dw* |
|---|
| 14102 | 16916 | |
|---|
| 14103 | 16917 | SYNOPSYS DESIGNWARE AXI DMAC DRIVER |
|---|
| 14104 | 16918 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
|---|
| 14105 | 16919 | S: Maintained |
|---|
| 14106 | | -F: drivers/dma/dwi-axi-dmac/ |
|---|
| 14107 | 16920 | F: Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt |
|---|
| 16921 | +F: drivers/dma/dw-axi-dmac/ |
|---|
| 14108 | 16922 | |
|---|
| 14109 | 16923 | SYNOPSYS DESIGNWARE DMAC DRIVER |
|---|
| 14110 | 16924 | M: Viresh Kumar <vireshk@kernel.org> |
|---|
| 14111 | 16925 | R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|
| 14112 | 16926 | S: Maintained |
|---|
| 16927 | +F: Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml |
|---|
| 16928 | +F: drivers/dma/dw/ |
|---|
| 16929 | +F: include/dt-bindings/dma/dw-dmac.h |
|---|
| 14113 | 16930 | F: include/linux/dma/dw.h |
|---|
| 14114 | 16931 | F: include/linux/platform_data/dma-dw.h |
|---|
| 14115 | | -F: drivers/dma/dw/ |
|---|
| 14116 | 16932 | |
|---|
| 14117 | 16933 | SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER |
|---|
| 14118 | 16934 | M: Jose Abreu <Jose.Abreu@synopsys.com> |
|---|
| 14119 | 16935 | L: netdev@vger.kernel.org |
|---|
| 14120 | 16936 | S: Supported |
|---|
| 14121 | 16937 | F: drivers/net/ethernet/synopsys/ |
|---|
| 16938 | + |
|---|
| 16939 | +SYNOPSYS DESIGNWARE ETHERNET XPCS DRIVER |
|---|
| 16940 | +M: Jose Abreu <Jose.Abreu@synopsys.com> |
|---|
| 16941 | +L: netdev@vger.kernel.org |
|---|
| 16942 | +S: Supported |
|---|
| 16943 | +F: drivers/net/pcs/pcs-xpcs.c |
|---|
| 16944 | +F: include/linux/pcs/pcs-xpcs.h |
|---|
| 14122 | 16945 | |
|---|
| 14123 | 16946 | SYNOPSYS DESIGNWARE I2C DRIVER |
|---|
| 14124 | 16947 | M: Jarkko Nikula <jarkko.nikula@linux.intel.com> |
|---|
| .. | .. |
|---|
| 14138 | 16961 | SYNOPSYS HSDK RESET CONTROLLER DRIVER |
|---|
| 14139 | 16962 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
|---|
| 14140 | 16963 | S: Supported |
|---|
| 16964 | +F: Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt |
|---|
| 14141 | 16965 | F: drivers/reset/reset-hsdk.c |
|---|
| 14142 | 16966 | F: include/dt-bindings/reset/snps,hsdk-reset.h |
|---|
| 14143 | | -F: Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt |
|---|
| 16967 | + |
|---|
| 16968 | +SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER |
|---|
| 16969 | +M: Prabu Thangamuthu <prabu.t@synopsys.com> |
|---|
| 16970 | +M: Manjunath M B <manjumb@synopsys.com> |
|---|
| 16971 | +L: linux-mmc@vger.kernel.org |
|---|
| 16972 | +S: Maintained |
|---|
| 16973 | +F: drivers/mmc/host/sdhci-pci-dwc-mshc.c |
|---|
| 14144 | 16974 | |
|---|
| 14145 | 16975 | SYSTEM CONFIGURATION (SYSCON) |
|---|
| 14146 | 16976 | M: Lee Jones <lee.jones@linaro.org> |
|---|
| 14147 | 16977 | M: Arnd Bergmann <arnd@arndb.de> |
|---|
| 14148 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git |
|---|
| 14149 | 16978 | S: Supported |
|---|
| 16979 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git |
|---|
| 14150 | 16980 | F: drivers/mfd/syscon.c |
|---|
| 14151 | 16981 | |
|---|
| 14152 | 16982 | SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers |
|---|
| 14153 | 16983 | M: Sudeep Holla <sudeep.holla@arm.com> |
|---|
| 16984 | +R: Cristian Marussi <cristian.marussi@arm.com> |
|---|
| 14154 | 16985 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 14155 | 16986 | S: Maintained |
|---|
| 14156 | 16987 | F: Documentation/devicetree/bindings/arm/arm,sc[mp]i.txt |
|---|
| 14157 | 16988 | F: drivers/clk/clk-sc[mp]i.c |
|---|
| 14158 | 16989 | F: drivers/cpufreq/sc[mp]i-cpufreq.c |
|---|
| 14159 | | -F: drivers/firmware/arm_scpi.c |
|---|
| 14160 | 16990 | F: drivers/firmware/arm_scmi/ |
|---|
| 16991 | +F: drivers/firmware/arm_scpi.c |
|---|
| 16992 | +F: drivers/regulator/scmi-regulator.c |
|---|
| 14161 | 16993 | F: drivers/reset/reset-scmi.c |
|---|
| 14162 | 16994 | F: include/linux/sc[mp]i_protocol.h |
|---|
| 14163 | 16995 | F: include/trace/events/scmi.h |
|---|
| .. | .. |
|---|
| 14165 | 16997 | SYSTEM RESET/SHUTDOWN DRIVERS |
|---|
| 14166 | 16998 | M: Sebastian Reichel <sre@kernel.org> |
|---|
| 14167 | 16999 | L: linux-pm@vger.kernel.org |
|---|
| 14168 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git |
|---|
| 14169 | 17000 | S: Maintained |
|---|
| 17001 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git |
|---|
| 14170 | 17002 | F: Documentation/devicetree/bindings/power/reset/ |
|---|
| 14171 | 17003 | F: drivers/power/reset/ |
|---|
| 14172 | 17004 | |
|---|
| .. | .. |
|---|
| 14179 | 17011 | F: include/linux/stm.h |
|---|
| 14180 | 17012 | F: include/uapi/linux/stm.h |
|---|
| 14181 | 17013 | |
|---|
| 17014 | +SYSTEM76 ACPI DRIVER |
|---|
| 17015 | +M: Jeremy Soller <jeremy@system76.com> |
|---|
| 17016 | +M: System76 Product Development <productdev@system76.com> |
|---|
| 17017 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 17018 | +S: Maintained |
|---|
| 17019 | +F: drivers/platform/x86/system76_acpi.c |
|---|
| 17020 | + |
|---|
| 14182 | 17021 | SYSV FILESYSTEM |
|---|
| 14183 | 17022 | M: Christoph Hellwig <hch@infradead.org> |
|---|
| 14184 | 17023 | S: Maintained |
|---|
| 14185 | | -F: Documentation/filesystems/sysv-fs.txt |
|---|
| 17024 | +F: Documentation/filesystems/sysv-fs.rst |
|---|
| 14186 | 17025 | F: fs/sysv/ |
|---|
| 14187 | 17026 | F: include/linux/sysv_fs.h |
|---|
| 14188 | | - |
|---|
| 14189 | | -TARGET SUBSYSTEM |
|---|
| 14190 | | -M: "Nicholas A. Bellinger" <nab@linux-iscsi.org> |
|---|
| 14191 | | -L: linux-scsi@vger.kernel.org |
|---|
| 14192 | | -L: target-devel@vger.kernel.org |
|---|
| 14193 | | -W: http://www.linux-iscsi.org |
|---|
| 14194 | | -W: http://groups.google.com/group/linux-iscsi-target-dev |
|---|
| 14195 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master |
|---|
| 14196 | | -S: Supported |
|---|
| 14197 | | -F: drivers/target/ |
|---|
| 14198 | | -F: include/target/ |
|---|
| 14199 | | -F: Documentation/target/ |
|---|
| 14200 | 17027 | |
|---|
| 14201 | 17028 | TASKSTATS STATISTICS INTERFACE |
|---|
| 14202 | 17029 | M: Balbir Singh <bsingharora@gmail.com> |
|---|
| .. | .. |
|---|
| 14229 | 17056 | TCP LOW PRIORITY MODULE |
|---|
| 14230 | 17057 | M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> |
|---|
| 14231 | 17058 | M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> |
|---|
| 14232 | | -W: http://tcp-lp-mod.sourceforge.net/ |
|---|
| 14233 | 17059 | S: Maintained |
|---|
| 17060 | +W: http://tcp-lp-mod.sourceforge.net/ |
|---|
| 14234 | 17061 | F: net/ipv4/tcp_lp.c |
|---|
| 14235 | 17062 | |
|---|
| 14236 | 17063 | TDA10071 MEDIA DRIVER |
|---|
| 14237 | 17064 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 14238 | 17065 | L: linux-media@vger.kernel.org |
|---|
| 17066 | +S: Maintained |
|---|
| 14239 | 17067 | W: https://linuxtv.org |
|---|
| 14240 | 17068 | W: http://palosaari.fi/linux/ |
|---|
| 14241 | 17069 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14242 | 17070 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 14243 | | -S: Maintained |
|---|
| 14244 | 17071 | F: drivers/media/dvb-frontends/tda10071* |
|---|
| 14245 | 17072 | |
|---|
| 14246 | 17073 | TDA18212 MEDIA DRIVER |
|---|
| 14247 | 17074 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 14248 | 17075 | L: linux-media@vger.kernel.org |
|---|
| 17076 | +S: Maintained |
|---|
| 14249 | 17077 | W: https://linuxtv.org |
|---|
| 14250 | 17078 | W: http://palosaari.fi/linux/ |
|---|
| 14251 | 17079 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14252 | 17080 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 14253 | | -S: Maintained |
|---|
| 14254 | 17081 | F: drivers/media/tuners/tda18212* |
|---|
| 14255 | 17082 | |
|---|
| 14256 | 17083 | TDA18218 MEDIA DRIVER |
|---|
| 14257 | 17084 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 14258 | 17085 | L: linux-media@vger.kernel.org |
|---|
| 17086 | +S: Maintained |
|---|
| 14259 | 17087 | W: https://linuxtv.org |
|---|
| 14260 | 17088 | W: http://palosaari.fi/linux/ |
|---|
| 14261 | 17089 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14262 | 17090 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 14263 | | -S: Maintained |
|---|
| 14264 | 17091 | F: drivers/media/tuners/tda18218* |
|---|
| 14265 | 17092 | |
|---|
| 14266 | 17093 | TDA18250 MEDIA DRIVER |
|---|
| 14267 | 17094 | M: Olli Salonen <olli.salonen@iki.fi> |
|---|
| 14268 | 17095 | L: linux-media@vger.kernel.org |
|---|
| 17096 | +S: Maintained |
|---|
| 14269 | 17097 | W: https://linuxtv.org |
|---|
| 14270 | 17098 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14271 | 17099 | T: git git://linuxtv.org/media_tree.git |
|---|
| 14272 | | -S: Maintained |
|---|
| 14273 | 17100 | F: drivers/media/tuners/tda18250* |
|---|
| 14274 | 17101 | |
|---|
| 14275 | 17102 | TDA18271 MEDIA DRIVER |
|---|
| 14276 | 17103 | M: Michael Krufky <mkrufky@linuxtv.org> |
|---|
| 14277 | 17104 | L: linux-media@vger.kernel.org |
|---|
| 17105 | +S: Maintained |
|---|
| 14278 | 17106 | W: https://linuxtv.org |
|---|
| 14279 | 17107 | W: http://github.com/mkrufky |
|---|
| 14280 | 17108 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14281 | 17109 | T: git git://linuxtv.org/mkrufky/tuners.git |
|---|
| 14282 | | -S: Maintained |
|---|
| 14283 | 17110 | F: drivers/media/tuners/tda18271* |
|---|
| 14284 | 17111 | |
|---|
| 14285 | 17112 | TDA1997x MEDIA DRIVER |
|---|
| 14286 | 17113 | M: Tim Harvey <tharvey@gateworks.com> |
|---|
| 14287 | 17114 | L: linux-media@vger.kernel.org |
|---|
| 17115 | +S: Maintained |
|---|
| 14288 | 17116 | W: https://linuxtv.org |
|---|
| 14289 | 17117 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14290 | | -S: Maintained |
|---|
| 14291 | 17118 | F: drivers/media/i2c/tda1997x.* |
|---|
| 14292 | 17119 | |
|---|
| 14293 | 17120 | TDA827x MEDIA DRIVER |
|---|
| 14294 | 17121 | M: Michael Krufky <mkrufky@linuxtv.org> |
|---|
| 14295 | 17122 | L: linux-media@vger.kernel.org |
|---|
| 17123 | +S: Maintained |
|---|
| 14296 | 17124 | W: https://linuxtv.org |
|---|
| 14297 | 17125 | W: http://github.com/mkrufky |
|---|
| 14298 | 17126 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14299 | 17127 | T: git git://linuxtv.org/mkrufky/tuners.git |
|---|
| 14300 | | -S: Maintained |
|---|
| 14301 | 17128 | F: drivers/media/tuners/tda8290.* |
|---|
| 14302 | 17129 | |
|---|
| 14303 | 17130 | TDA8290 MEDIA DRIVER |
|---|
| 14304 | 17131 | M: Michael Krufky <mkrufky@linuxtv.org> |
|---|
| 14305 | 17132 | L: linux-media@vger.kernel.org |
|---|
| 17133 | +S: Maintained |
|---|
| 14306 | 17134 | W: https://linuxtv.org |
|---|
| 14307 | 17135 | W: http://github.com/mkrufky |
|---|
| 14308 | 17136 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14309 | 17137 | T: git git://linuxtv.org/mkrufky/tuners.git |
|---|
| 14310 | | -S: Maintained |
|---|
| 14311 | 17138 | F: drivers/media/tuners/tda8290.* |
|---|
| 14312 | 17139 | |
|---|
| 14313 | 17140 | TDA9840 MEDIA DRIVER |
|---|
| 14314 | 17141 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 14315 | 17142 | L: linux-media@vger.kernel.org |
|---|
| 14316 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 14317 | | -W: https://linuxtv.org |
|---|
| 14318 | 17143 | S: Maintained |
|---|
| 17144 | +W: https://linuxtv.org |
|---|
| 17145 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14319 | 17146 | F: drivers/media/i2c/tda9840* |
|---|
| 14320 | 17147 | |
|---|
| 14321 | 17148 | TEA5761 TUNER DRIVER |
|---|
| 14322 | 17149 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 14323 | 17150 | L: linux-media@vger.kernel.org |
|---|
| 17151 | +S: Odd fixes |
|---|
| 14324 | 17152 | W: https://linuxtv.org |
|---|
| 14325 | 17153 | T: git git://linuxtv.org/media_tree.git |
|---|
| 14326 | | -S: Odd fixes |
|---|
| 14327 | 17154 | F: drivers/media/tuners/tea5761.* |
|---|
| 14328 | 17155 | |
|---|
| 14329 | 17156 | TEA5767 TUNER DRIVER |
|---|
| 14330 | 17157 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 14331 | 17158 | L: linux-media@vger.kernel.org |
|---|
| 17159 | +S: Maintained |
|---|
| 14332 | 17160 | W: https://linuxtv.org |
|---|
| 14333 | 17161 | T: git git://linuxtv.org/media_tree.git |
|---|
| 14334 | | -S: Maintained |
|---|
| 14335 | 17162 | F: drivers/media/tuners/tea5767.* |
|---|
| 14336 | 17163 | |
|---|
| 14337 | 17164 | TEA6415C MEDIA DRIVER |
|---|
| 14338 | 17165 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 14339 | 17166 | L: linux-media@vger.kernel.org |
|---|
| 14340 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 14341 | | -W: https://linuxtv.org |
|---|
| 14342 | 17167 | S: Maintained |
|---|
| 17168 | +W: https://linuxtv.org |
|---|
| 17169 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14343 | 17170 | F: drivers/media/i2c/tea6415c* |
|---|
| 14344 | 17171 | |
|---|
| 14345 | 17172 | TEA6420 MEDIA DRIVER |
|---|
| 14346 | 17173 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 14347 | 17174 | L: linux-media@vger.kernel.org |
|---|
| 14348 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 14349 | | -W: https://linuxtv.org |
|---|
| 14350 | 17175 | S: Maintained |
|---|
| 17176 | +W: https://linuxtv.org |
|---|
| 17177 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14351 | 17178 | F: drivers/media/i2c/tea6420* |
|---|
| 14352 | 17179 | |
|---|
| 14353 | 17180 | TEAM DRIVER |
|---|
| .. | .. |
|---|
| 14377 | 17204 | |
|---|
| 14378 | 17205 | TEE SUBSYSTEM |
|---|
| 14379 | 17206 | M: Jens Wiklander <jens.wiklander@linaro.org> |
|---|
| 17207 | +L: op-tee@lists.trustedfirmware.org |
|---|
| 14380 | 17208 | S: Maintained |
|---|
| 17209 | +F: Documentation/staging/tee.rst |
|---|
| 17210 | +F: drivers/tee/ |
|---|
| 14381 | 17211 | F: include/linux/tee_drv.h |
|---|
| 14382 | 17212 | F: include/uapi/linux/tee.h |
|---|
| 14383 | | -F: drivers/tee/ |
|---|
| 14384 | | -F: Documentation/tee.txt |
|---|
| 14385 | 17213 | |
|---|
| 14386 | 17214 | TEGRA ARCHITECTURE SUPPORT |
|---|
| 14387 | 17215 | M: Thierry Reding <thierry.reding@gmail.com> |
|---|
| 14388 | 17216 | M: Jonathan Hunter <jonathanh@nvidia.com> |
|---|
| 14389 | 17217 | L: linux-tegra@vger.kernel.org |
|---|
| 17218 | +S: Supported |
|---|
| 14390 | 17219 | Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ |
|---|
| 14391 | 17220 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git |
|---|
| 14392 | | -S: Supported |
|---|
| 14393 | 17221 | N: [^a-z]tegra |
|---|
| 14394 | 17222 | |
|---|
| 14395 | 17223 | TEGRA CLOCK DRIVER |
|---|
| .. | .. |
|---|
| 14406 | 17234 | |
|---|
| 14407 | 17235 | TEGRA I2C DRIVER |
|---|
| 14408 | 17236 | M: Laxman Dewangan <ldewangan@nvidia.com> |
|---|
| 17237 | +R: Dmitry Osipenko <digetx@gmail.com> |
|---|
| 14409 | 17238 | S: Supported |
|---|
| 14410 | 17239 | F: drivers/i2c/busses/i2c-tegra.c |
|---|
| 14411 | 17240 | |
|---|
| 14412 | 17241 | TEGRA IOMMU DRIVERS |
|---|
| 14413 | 17242 | M: Thierry Reding <thierry.reding@gmail.com> |
|---|
| 17243 | +R: Krishna Reddy <vdumpa@nvidia.com> |
|---|
| 14414 | 17244 | L: linux-tegra@vger.kernel.org |
|---|
| 14415 | 17245 | S: Supported |
|---|
| 17246 | +F: drivers/iommu/arm/arm-smmu/arm-smmu-nvidia.c |
|---|
| 14416 | 17247 | F: drivers/iommu/tegra* |
|---|
| 14417 | 17248 | |
|---|
| 14418 | 17249 | TEGRA KBC DRIVER |
|---|
| .. | .. |
|---|
| 14442 | 17273 | S: Supported |
|---|
| 14443 | 17274 | F: drivers/spi/spi-tegra* |
|---|
| 14444 | 17275 | |
|---|
| 17276 | +TEGRA VIDEO DRIVER |
|---|
| 17277 | +M: Thierry Reding <thierry.reding@gmail.com> |
|---|
| 17278 | +M: Jonathan Hunter <jonathanh@nvidia.com> |
|---|
| 17279 | +M: Sowjanya Komatineni <skomatineni@nvidia.com> |
|---|
| 17280 | +L: linux-media@vger.kernel.org |
|---|
| 17281 | +L: linux-tegra@vger.kernel.org |
|---|
| 17282 | +S: Maintained |
|---|
| 17283 | +F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt |
|---|
| 17284 | +F: drivers/staging/media/tegra-video/ |
|---|
| 17285 | + |
|---|
| 17286 | +TEGRA XUSB PADCTL DRIVER |
|---|
| 17287 | +M: JC Kuo <jckuo@nvidia.com> |
|---|
| 17288 | +S: Supported |
|---|
| 17289 | +F: drivers/phy/tegra/xusb* |
|---|
| 17290 | + |
|---|
| 14445 | 17291 | TEHUTI ETHERNET DRIVER |
|---|
| 14446 | 17292 | M: Andy Gospodarek <andy@greyhouse.net> |
|---|
| 14447 | 17293 | L: netdev@vger.kernel.org |
|---|
| 14448 | 17294 | S: Supported |
|---|
| 14449 | 17295 | F: drivers/net/ethernet/tehuti/* |
|---|
| 14450 | 17296 | |
|---|
| 14451 | | -Telecom Clock Driver for MCPL0010 |
|---|
| 17297 | +TELECOM CLOCK DRIVER FOR MCPL0010 |
|---|
| 14452 | 17298 | M: Mark Gross <mark.gross@intel.com> |
|---|
| 14453 | 17299 | S: Supported |
|---|
| 14454 | 17300 | F: drivers/char/tlclk.c |
|---|
| 17301 | + |
|---|
| 17302 | +TEMPO SEMICONDUCTOR DRIVERS |
|---|
| 17303 | +M: Steven Eckhoff <steven.eckhoff.opensource@gmail.com> |
|---|
| 17304 | +S: Maintained |
|---|
| 17305 | +F: Documentation/devicetree/bindings/sound/tscs*.txt |
|---|
| 17306 | +F: sound/soc/codecs/tscs*.c |
|---|
| 17307 | +F: sound/soc/codecs/tscs*.h |
|---|
| 14455 | 17308 | |
|---|
| 14456 | 17309 | TENSILICA XTENSA PORT (xtensa) |
|---|
| 14457 | 17310 | M: Chris Zankel <chris@zankel.net> |
|---|
| 14458 | 17311 | M: Max Filippov <jcmvbkbc@gmail.com> |
|---|
| 14459 | 17312 | L: linux-xtensa@linux-xtensa.org |
|---|
| 14460 | | -T: git git://github.com/czankel/xtensa-linux.git |
|---|
| 14461 | 17313 | S: Maintained |
|---|
| 17314 | +T: git git://github.com/czankel/xtensa-linux.git |
|---|
| 14462 | 17315 | F: arch/xtensa/ |
|---|
| 14463 | 17316 | F: drivers/irqchip/irq-xtensa-* |
|---|
| 14464 | 17317 | |
|---|
| 14465 | | -Texas Instruments' System Control Interface (TISCI) Protocol Driver |
|---|
| 17318 | +TEXAS INSTRUMENTS ASoC DRIVERS |
|---|
| 17319 | +M: Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|
| 17320 | +L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 17321 | +S: Maintained |
|---|
| 17322 | +F: sound/soc/ti/ |
|---|
| 17323 | + |
|---|
| 17324 | +TEXAS INSTRUMENTS' DAC7612 DAC DRIVER |
|---|
| 17325 | +M: Ricardo Ribalda <ribalda@kernel.org> |
|---|
| 17326 | +L: linux-iio@vger.kernel.org |
|---|
| 17327 | +S: Supported |
|---|
| 17328 | +F: Documentation/devicetree/bindings/iio/dac/ti,dac7612.txt |
|---|
| 17329 | +F: drivers/iio/dac/ti-dac7612.c |
|---|
| 17330 | + |
|---|
| 17331 | +TEXAS INSTRUMENTS' SYSTEM CONTROL INTERFACE (TISCI) PROTOCOL DRIVER |
|---|
| 14466 | 17332 | M: Nishanth Menon <nm@ti.com> |
|---|
| 14467 | 17333 | M: Tero Kristo <t-kristo@ti.com> |
|---|
| 14468 | 17334 | M: Santosh Shilimkar <ssantosh@kernel.org> |
|---|
| 14469 | 17335 | L: linux-arm-kernel@lists.infradead.org |
|---|
| 14470 | 17336 | S: Maintained |
|---|
| 17337 | +F: Documentation/devicetree/bindings/arm/keystone/ti,k3-sci-common.yaml |
|---|
| 14471 | 17338 | F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt |
|---|
| 14472 | | -F: drivers/firmware/ti_sci* |
|---|
| 14473 | | -F: include/linux/soc/ti/ti_sci_protocol.h |
|---|
| 14474 | | -F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt |
|---|
| 14475 | | -F: include/dt-bindings/genpd/k2g.h |
|---|
| 14476 | | -F: drivers/soc/ti/ti_sci_pm_domains.c |
|---|
| 14477 | | -F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt |
|---|
| 14478 | 17339 | F: Documentation/devicetree/bindings/clock/ti,sci-clk.txt |
|---|
| 17340 | +F: Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml |
|---|
| 17341 | +F: Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml |
|---|
| 17342 | +F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt |
|---|
| 17343 | +F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt |
|---|
| 14479 | 17344 | F: drivers/clk/keystone/sci-clk.c |
|---|
| 17345 | +F: drivers/firmware/ti_sci* |
|---|
| 17346 | +F: drivers/irqchip/irq-ti-sci-inta.c |
|---|
| 17347 | +F: drivers/irqchip/irq-ti-sci-intr.c |
|---|
| 14480 | 17348 | F: drivers/reset/reset-ti-sci.c |
|---|
| 17349 | +F: drivers/soc/ti/ti_sci_inta_msi.c |
|---|
| 17350 | +F: drivers/soc/ti/ti_sci_pm_domains.c |
|---|
| 17351 | +F: include/dt-bindings/soc/ti,sci_pm_domain.h |
|---|
| 17352 | +F: include/linux/soc/ti/ti_sci_inta_msi.h |
|---|
| 17353 | +F: include/linux/soc/ti/ti_sci_protocol.h |
|---|
| 14481 | 17354 | |
|---|
| 14482 | 17355 | THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER |
|---|
| 14483 | 17356 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 14484 | 17357 | L: linux-media@vger.kernel.org |
|---|
| 14485 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 14486 | | -W: https://linuxtv.org |
|---|
| 14487 | 17358 | S: Maintained |
|---|
| 17359 | +W: https://linuxtv.org |
|---|
| 17360 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14488 | 17361 | F: drivers/media/radio/radio-raremono.c |
|---|
| 14489 | 17362 | |
|---|
| 14490 | 17363 | THERMAL |
|---|
| 14491 | 17364 | M: Zhang Rui <rui.zhang@intel.com> |
|---|
| 14492 | | -M: Eduardo Valentin <edubezval@gmail.com> |
|---|
| 14493 | | -R: Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|
| 17365 | +M: Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|
| 17366 | +R: Amit Kucheria <amitk@kernel.org> |
|---|
| 14494 | 17367 | L: linux-pm@vger.kernel.org |
|---|
| 14495 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git |
|---|
| 14496 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git |
|---|
| 14497 | | -Q: https://patchwork.kernel.org/project/linux-pm/list/ |
|---|
| 14498 | 17368 | S: Supported |
|---|
| 17369 | +Q: https://patchwork.kernel.org/project/linux-pm/list/ |
|---|
| 17370 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git |
|---|
| 17371 | +F: Documentation/devicetree/bindings/thermal/ |
|---|
| 14499 | 17372 | F: drivers/thermal/ |
|---|
| 17373 | +F: include/linux/cpu_cooling.h |
|---|
| 14500 | 17374 | F: include/linux/thermal.h |
|---|
| 14501 | 17375 | F: include/uapi/linux/thermal.h |
|---|
| 14502 | | -F: include/linux/cpu_cooling.h |
|---|
| 14503 | | -F: Documentation/devicetree/bindings/thermal/ |
|---|
| 17376 | + |
|---|
| 17377 | +THERMAL DRIVER FOR AMLOGIC SOCS |
|---|
| 17378 | +M: Guillaume La Roque <glaroque@baylibre.com> |
|---|
| 17379 | +L: linux-pm@vger.kernel.org |
|---|
| 17380 | +L: linux-amlogic@lists.infradead.org |
|---|
| 17381 | +S: Supported |
|---|
| 17382 | +W: http://linux-meson.com/ |
|---|
| 17383 | +F: Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml |
|---|
| 17384 | +F: drivers/thermal/amlogic_thermal.c |
|---|
| 14504 | 17385 | |
|---|
| 14505 | 17386 | THERMAL/CPU_COOLING |
|---|
| 14506 | 17387 | M: Amit Daniel Kachhap <amit.kachhap@gmail.com> |
|---|
| 17388 | +M: Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|
| 14507 | 17389 | M: Viresh Kumar <viresh.kumar@linaro.org> |
|---|
| 14508 | 17390 | M: Javi Merino <javi.merino@kernel.org> |
|---|
| 14509 | 17391 | L: linux-pm@vger.kernel.org |
|---|
| 14510 | 17392 | S: Supported |
|---|
| 14511 | | -F: Documentation/thermal/cpu-cooling-api.txt |
|---|
| 14512 | | -F: drivers/thermal/cpu_cooling.c |
|---|
| 17393 | +F: Documentation/driver-api/thermal/cpu-cooling-api.rst |
|---|
| 17394 | +F: Documentation/driver-api/thermal/cpu-idle-cooling.rst |
|---|
| 17395 | +F: drivers/thermal/cpufreq_cooling.c |
|---|
| 17396 | +F: drivers/thermal/cpuidle_cooling.c |
|---|
| 14513 | 17397 | F: include/linux/cpu_cooling.h |
|---|
| 17398 | + |
|---|
| 17399 | +THERMAL/POWER_ALLOCATOR |
|---|
| 17400 | +M: Lukasz Luba <lukasz.luba@arm.com> |
|---|
| 17401 | +L: linux-pm@vger.kernel.org |
|---|
| 17402 | +S: Maintained |
|---|
| 17403 | +F: Documentation/driver-api/thermal/power_allocator.rst |
|---|
| 17404 | +F: drivers/thermal/gov_power_allocator.c |
|---|
| 17405 | +F: include/trace/events/thermal_power_allocator.h |
|---|
| 14514 | 17406 | |
|---|
| 14515 | 17407 | THINKPAD ACPI EXTRAS DRIVER |
|---|
| 14516 | 17408 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
|---|
| 14517 | 17409 | L: ibm-acpi-devel@lists.sourceforge.net |
|---|
| 14518 | 17410 | L: platform-driver-x86@vger.kernel.org |
|---|
| 17411 | +S: Maintained |
|---|
| 14519 | 17412 | W: http://ibm-acpi.sourceforge.net |
|---|
| 14520 | 17413 | W: http://thinkwiki.org/wiki/Ibm-acpi |
|---|
| 14521 | 17414 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
|---|
| 14522 | | -S: Maintained |
|---|
| 14523 | 17415 | F: drivers/platform/x86/thinkpad_acpi.c |
|---|
| 14524 | 17416 | |
|---|
| 14525 | 17417 | THUNDERBOLT DRIVER |
|---|
| .. | .. |
|---|
| 14527 | 17419 | M: Michael Jamet <michael.jamet@intel.com> |
|---|
| 14528 | 17420 | M: Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|
| 14529 | 17421 | M: Yehezkel Bernat <YehezkelShB@gmail.com> |
|---|
| 14530 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git |
|---|
| 17422 | +L: linux-usb@vger.kernel.org |
|---|
| 14531 | 17423 | S: Maintained |
|---|
| 17424 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git |
|---|
| 14532 | 17425 | F: Documentation/admin-guide/thunderbolt.rst |
|---|
| 14533 | 17426 | F: drivers/thunderbolt/ |
|---|
| 14534 | 17427 | F: include/linux/thunderbolt.h |
|---|
| .. | .. |
|---|
| 14542 | 17435 | F: drivers/net/thunderbolt.c |
|---|
| 14543 | 17436 | |
|---|
| 14544 | 17437 | THUNDERX GPIO DRIVER |
|---|
| 14545 | | -M: David Daney <david.daney@cavium.com> |
|---|
| 14546 | | -S: Maintained |
|---|
| 17438 | +M: Robert Richter <rric@kernel.org> |
|---|
| 17439 | +S: Odd Fixes |
|---|
| 14547 | 17440 | F: drivers/gpio/gpio-thunderx.c |
|---|
| 14548 | 17441 | |
|---|
| 14549 | 17442 | TI AM437X VPFE DRIVER |
|---|
| 14550 | 17443 | M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com> |
|---|
| 14551 | 17444 | L: linux-media@vger.kernel.org |
|---|
| 17445 | +S: Maintained |
|---|
| 14552 | 17446 | W: https://linuxtv.org |
|---|
| 14553 | 17447 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14554 | 17448 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git |
|---|
| 14555 | | -S: Maintained |
|---|
| 14556 | 17449 | F: drivers/media/platform/am437x/ |
|---|
| 14557 | 17450 | |
|---|
| 14558 | 17451 | TI BANDGAP AND THERMAL DRIVER |
|---|
| .. | .. |
|---|
| 14564 | 17457 | F: drivers/thermal/ti-soc-thermal/ |
|---|
| 14565 | 17458 | |
|---|
| 14566 | 17459 | TI BQ27XXX POWER SUPPLY DRIVER |
|---|
| 14567 | | -R: Andrew F. Davis <afd@ti.com> |
|---|
| 14568 | | -F: include/linux/power/bq27xxx_battery.h |
|---|
| 17460 | +R: Dan Murphy <dmurphy@ti.com> |
|---|
| 14569 | 17461 | F: drivers/power/supply/bq27xxx_battery.c |
|---|
| 14570 | 17462 | F: drivers/power/supply/bq27xxx_battery_i2c.c |
|---|
| 17463 | +F: include/linux/power/bq27xxx_battery.h |
|---|
| 14571 | 17464 | |
|---|
| 14572 | 17465 | TI CDCE706 CLOCK DRIVER |
|---|
| 14573 | 17466 | M: Max Filippov <jcmvbkbc@gmail.com> |
|---|
| .. | .. |
|---|
| 14583 | 17476 | |
|---|
| 14584 | 17477 | TI DAVINCI MACHINE SUPPORT |
|---|
| 14585 | 17478 | M: Sekhar Nori <nsekhar@ti.com> |
|---|
| 14586 | | -M: Kevin Hilman <khilman@kernel.org> |
|---|
| 17479 | +R: Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|
| 14587 | 17480 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 14588 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git |
|---|
| 14589 | 17481 | S: Supported |
|---|
| 17482 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git |
|---|
| 17483 | +F: Documentation/devicetree/bindings/i2c/i2c-davinci.txt |
|---|
| 17484 | +F: arch/arm/boot/dts/da850* |
|---|
| 14590 | 17485 | F: arch/arm/mach-davinci/ |
|---|
| 14591 | 17486 | F: drivers/i2c/busses/i2c-davinci.c |
|---|
| 14592 | | -F: arch/arm/boot/dts/da850* |
|---|
| 14593 | 17487 | |
|---|
| 14594 | 17488 | TI DAVINCI SERIES CLOCK DRIVER |
|---|
| 14595 | 17489 | M: David Lechner <david@lechnology.com> |
|---|
| .. | .. |
|---|
| 14608 | 17502 | TI DAVINCI SERIES MEDIA DRIVER |
|---|
| 14609 | 17503 | M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com> |
|---|
| 14610 | 17504 | L: linux-media@vger.kernel.org |
|---|
| 17505 | +S: Maintained |
|---|
| 14611 | 17506 | W: https://linuxtv.org |
|---|
| 14612 | 17507 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14613 | 17508 | T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git |
|---|
| 14614 | | -S: Maintained |
|---|
| 14615 | 17509 | F: drivers/media/platform/davinci/ |
|---|
| 14616 | 17510 | F: include/media/davinci/ |
|---|
| 17511 | + |
|---|
| 17512 | +TI ENHANCED QUADRATURE ENCODER PULSE (eQEP) DRIVER |
|---|
| 17513 | +R: David Lechner <david@lechnology.com> |
|---|
| 17514 | +L: linux-iio@vger.kernel.org |
|---|
| 17515 | +F: Documentation/devicetree/bindings/counter/ti-eqep.yaml |
|---|
| 17516 | +F: drivers/counter/ti-eqep.c |
|---|
| 14617 | 17517 | |
|---|
| 14618 | 17518 | TI ETHERNET SWITCH DRIVER (CPSW) |
|---|
| 14619 | 17519 | R: Grygorii Strashko <grygorii.strashko@ti.com> |
|---|
| .. | .. |
|---|
| 14623 | 17523 | F: drivers/net/ethernet/ti/cpsw* |
|---|
| 14624 | 17524 | F: drivers/net/ethernet/ti/davinci* |
|---|
| 14625 | 17525 | |
|---|
| 14626 | | -TI FLASH MEDIA INTERFACE DRIVER |
|---|
| 17526 | +TI FLASH MEDIA MEMORYSTICK/MMC DRIVERS |
|---|
| 14627 | 17527 | M: Alex Dubov <oakad@yahoo.com> |
|---|
| 14628 | 17528 | S: Maintained |
|---|
| 17529 | +W: http://tifmxx.berlios.de/ |
|---|
| 17530 | +F: drivers/memstick/host/tifm_ms.c |
|---|
| 14629 | 17531 | F: drivers/misc/tifm* |
|---|
| 14630 | 17532 | F: drivers/mmc/host/tifm_sd.c |
|---|
| 14631 | 17533 | F: include/linux/tifm.h |
|---|
| .. | .. |
|---|
| 14635 | 17537 | L: linux-kernel@vger.kernel.org |
|---|
| 14636 | 17538 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 14637 | 17539 | S: Maintained |
|---|
| 14638 | | -F: drivers/soc/ti/* |
|---|
| 14639 | 17540 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git |
|---|
| 17541 | +F: drivers/soc/ti/* |
|---|
| 14640 | 17542 | |
|---|
| 14641 | 17543 | TI LM49xxx FAMILY ASoC CODEC DRIVERS |
|---|
| 14642 | 17544 | M: M R Swami Reddy <mr.swami.reddy@ti.com> |
|---|
| 14643 | 17545 | M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com> |
|---|
| 14644 | 17546 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 14645 | 17547 | S: Maintained |
|---|
| 14646 | | -F: sound/soc/codecs/lm49453* |
|---|
| 14647 | 17548 | F: sound/soc/codecs/isabelle* |
|---|
| 17549 | +F: sound/soc/codecs/lm49453* |
|---|
| 14648 | 17550 | |
|---|
| 14649 | 17551 | TI LP855x BACKLIGHT DRIVER |
|---|
| 14650 | 17552 | M: Milo Kim <milo.kim@ti.com> |
|---|
| 14651 | 17553 | S: Maintained |
|---|
| 14652 | | -F: Documentation/backlight/lp855x-driver.txt |
|---|
| 17554 | +F: Documentation/driver-api/backlight/lp855x-driver.rst |
|---|
| 14653 | 17555 | F: drivers/video/backlight/lp855x_bl.c |
|---|
| 14654 | 17556 | F: include/linux/platform_data/lp855x.h |
|---|
| 14655 | 17557 | |
|---|
| .. | .. |
|---|
| 14676 | 17578 | S: Maintained |
|---|
| 14677 | 17579 | F: drivers/net/ethernet/ti/netcp* |
|---|
| 14678 | 17580 | |
|---|
| 17581 | +TI PCM3060 ASoC CODEC DRIVER |
|---|
| 17582 | +M: Kirill Marinushkin <kmarinushkin@birdec.com> |
|---|
| 17583 | +L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 17584 | +S: Maintained |
|---|
| 17585 | +F: Documentation/devicetree/bindings/sound/pcm3060.txt |
|---|
| 17586 | +F: sound/soc/codecs/pcm3060* |
|---|
| 17587 | + |
|---|
| 14679 | 17588 | TI TAS571X FAMILY ASoC CODEC DRIVER |
|---|
| 14680 | 17589 | M: Kevin Cernekee <cernekee@chromium.org> |
|---|
| 14681 | 17590 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 14682 | 17591 | S: Odd Fixes |
|---|
| 14683 | 17592 | F: sound/soc/codecs/tas571x* |
|---|
| 14684 | 17593 | |
|---|
| 17594 | +TI TCAN4X5X DEVICE DRIVER |
|---|
| 17595 | +M: Dan Murphy <dmurphy@ti.com> |
|---|
| 17596 | +L: linux-can@vger.kernel.org |
|---|
| 17597 | +S: Maintained |
|---|
| 17598 | +F: Documentation/devicetree/bindings/net/can/tcan4x5x.txt |
|---|
| 17599 | +F: drivers/net/can/m_can/tcan4x5x.c |
|---|
| 17600 | + |
|---|
| 14685 | 17601 | TI TRF7970A NFC DRIVER |
|---|
| 14686 | 17602 | M: Mark Greer <mgreer@animalcreek.com> |
|---|
| 14687 | 17603 | L: linux-wireless@vger.kernel.org |
|---|
| 14688 | 17604 | L: linux-nfc@lists.01.org (moderated for non-subscribers) |
|---|
| 14689 | 17605 | S: Supported |
|---|
| 14690 | | -F: drivers/nfc/trf7970a.c |
|---|
| 14691 | 17606 | F: Documentation/devicetree/bindings/net/nfc/trf7970a.txt |
|---|
| 17607 | +F: drivers/nfc/trf7970a.c |
|---|
| 14692 | 17608 | |
|---|
| 14693 | 17609 | TI TWL4030 SERIES SOC CODEC DRIVER |
|---|
| 14694 | 17610 | M: Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|
| .. | .. |
|---|
| 14699 | 17615 | TI VPE/CAL DRIVERS |
|---|
| 14700 | 17616 | M: Benoit Parrot <bparrot@ti.com> |
|---|
| 14701 | 17617 | L: linux-media@vger.kernel.org |
|---|
| 17618 | +S: Maintained |
|---|
| 14702 | 17619 | W: http://linuxtv.org/ |
|---|
| 14703 | 17620 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14704 | | -S: Maintained |
|---|
| 17621 | +F: Documentation/devicetree/bindings/media/ti,cal.yaml |
|---|
| 17622 | +F: Documentation/devicetree/bindings/media/ti,vpe.yaml |
|---|
| 14705 | 17623 | F: drivers/media/platform/ti-vpe/ |
|---|
| 14706 | 17624 | |
|---|
| 14707 | 17625 | TI WILINK WIRELESS DRIVERS |
|---|
| 14708 | 17626 | L: linux-wireless@vger.kernel.org |
|---|
| 14709 | | -W: http://wireless.kernel.org/en/users/Drivers/wl12xx |
|---|
| 14710 | | -W: http://wireless.kernel.org/en/users/Drivers/wl1251 |
|---|
| 14711 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git |
|---|
| 14712 | 17627 | S: Orphan |
|---|
| 17628 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/wl12xx |
|---|
| 17629 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/wl1251 |
|---|
| 17630 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git |
|---|
| 14713 | 17631 | F: drivers/net/wireless/ti/ |
|---|
| 14714 | 17632 | F: include/linux/wl12xx.h |
|---|
| 14715 | 17633 | |
|---|
| .. | .. |
|---|
| 14718 | 17636 | M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 14719 | 17637 | R: Stephen Boyd <sboyd@kernel.org> |
|---|
| 14720 | 17638 | L: linux-kernel@vger.kernel.org |
|---|
| 14721 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
|---|
| 14722 | 17639 | S: Supported |
|---|
| 17640 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
|---|
| 14723 | 17641 | F: include/linux/clocksource.h |
|---|
| 14724 | 17642 | F: include/linux/time.h |
|---|
| 14725 | 17643 | F: include/linux/timex.h |
|---|
| 14726 | 17644 | F: include/uapi/linux/time.h |
|---|
| 14727 | 17645 | F: include/uapi/linux/timex.h |
|---|
| 14728 | | -F: kernel/time/clocksource.c |
|---|
| 14729 | | -F: kernel/time/time*.c |
|---|
| 14730 | 17646 | F: kernel/time/alarmtimer.c |
|---|
| 17647 | +F: kernel/time/clocksource.c |
|---|
| 14731 | 17648 | F: kernel/time/ntp.c |
|---|
| 17649 | +F: kernel/time/time*.c |
|---|
| 14732 | 17650 | F: tools/testing/selftests/timers/ |
|---|
| 14733 | 17651 | |
|---|
| 14734 | 17652 | TIPC NETWORK LAYER |
|---|
| 14735 | | -M: Jon Maloy <jon.maloy@ericsson.com> |
|---|
| 17653 | +M: Jon Maloy <jmaloy@redhat.com> |
|---|
| 14736 | 17654 | M: Ying Xue <ying.xue@windriver.com> |
|---|
| 14737 | 17655 | L: netdev@vger.kernel.org (core kernel code) |
|---|
| 14738 | 17656 | L: tipc-discussion@lists.sourceforge.net (user apps, general discussion) |
|---|
| 14739 | | -W: http://tipc.sourceforge.net/ |
|---|
| 14740 | 17657 | S: Maintained |
|---|
| 17658 | +W: http://tipc.sourceforge.net/ |
|---|
| 14741 | 17659 | F: include/uapi/linux/tipc*.h |
|---|
| 14742 | 17660 | F: net/tipc/ |
|---|
| 14743 | 17661 | |
|---|
| 14744 | 17662 | TLAN NETWORK DRIVER |
|---|
| 14745 | 17663 | M: Samuel Chessman <chessman@tux.org> |
|---|
| 14746 | 17664 | L: tlan-devel@lists.sourceforge.net (subscribers-only) |
|---|
| 14747 | | -W: http://sourceforge.net/projects/tlan/ |
|---|
| 14748 | 17665 | S: Maintained |
|---|
| 14749 | | -F: Documentation/networking/tlan.txt |
|---|
| 17666 | +W: http://sourceforge.net/projects/tlan/ |
|---|
| 17667 | +F: Documentation/networking/device_drivers/ethernet/ti/tlan.rst |
|---|
| 14750 | 17668 | F: drivers/net/ethernet/ti/tlan.* |
|---|
| 14751 | 17669 | |
|---|
| 14752 | 17670 | TM6000 VIDEO4LINUX DRIVER |
|---|
| 14753 | 17671 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 14754 | 17672 | L: linux-media@vger.kernel.org |
|---|
| 17673 | +S: Odd fixes |
|---|
| 14755 | 17674 | W: https://linuxtv.org |
|---|
| 14756 | 17675 | T: git git://linuxtv.org/media_tree.git |
|---|
| 14757 | | -S: Odd fixes |
|---|
| 17676 | +F: Documentation/admin-guide/media/tm6000* |
|---|
| 14758 | 17677 | F: drivers/media/usb/tm6000/ |
|---|
| 14759 | | -F: Documentation/media/v4l-drivers/tm6000* |
|---|
| 14760 | 17678 | |
|---|
| 14761 | 17679 | TMIO/SDHI MMC DRIVER |
|---|
| 14762 | 17680 | M: Wolfram Sang <wsa+renesas@sang-engineering.com> |
|---|
| 14763 | 17681 | L: linux-mmc@vger.kernel.org |
|---|
| 14764 | 17682 | S: Supported |
|---|
| 14765 | | -F: drivers/mmc/host/tmio_mmc* |
|---|
| 14766 | 17683 | F: drivers/mmc/host/renesas_sdhi* |
|---|
| 17684 | +F: drivers/mmc/host/tmio_mmc* |
|---|
| 14767 | 17685 | F: include/linux/mfd/tmio.h |
|---|
| 14768 | 17686 | |
|---|
| 14769 | 17687 | TMP401 HARDWARE MONITOR DRIVER |
|---|
| 14770 | 17688 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 14771 | 17689 | L: linux-hwmon@vger.kernel.org |
|---|
| 14772 | 17690 | S: Maintained |
|---|
| 14773 | | -F: Documentation/hwmon/tmp401 |
|---|
| 17691 | +F: Documentation/hwmon/tmp401.rst |
|---|
| 14774 | 17692 | F: drivers/hwmon/tmp401.c |
|---|
| 17693 | + |
|---|
| 17694 | +TMP513 HARDWARE MONITOR DRIVER |
|---|
| 17695 | +M: Eric Tremblay <etremblay@distech-controls.com> |
|---|
| 17696 | +L: linux-hwmon@vger.kernel.org |
|---|
| 17697 | +S: Maintained |
|---|
| 17698 | +F: Documentation/hwmon/tmp513.rst |
|---|
| 17699 | +F: drivers/hwmon/tmp513.c |
|---|
| 14775 | 17700 | |
|---|
| 14776 | 17701 | TMPFS (SHMEM FILESYSTEM) |
|---|
| 14777 | 17702 | M: Hugh Dickins <hughd@google.com> |
|---|
| .. | .. |
|---|
| 14783 | 17708 | TOMOYO SECURITY MODULE |
|---|
| 14784 | 17709 | M: Kentaro Takeda <takedakn@nttdata.co.jp> |
|---|
| 14785 | 17710 | M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
|---|
| 14786 | | -L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English) |
|---|
| 14787 | | -L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English) |
|---|
| 14788 | | -L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) |
|---|
| 14789 | | -L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) |
|---|
| 14790 | | -W: http://tomoyo.sourceforge.jp/ |
|---|
| 14791 | | -T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/ |
|---|
| 17711 | +L: tomoyo-dev-en@lists.osdn.me (subscribers-only, for developers in English) |
|---|
| 17712 | +L: tomoyo-users-en@lists.osdn.me (subscribers-only, for users in English) |
|---|
| 17713 | +L: tomoyo-dev@lists.osdn.me (subscribers-only, for developers in Japanese) |
|---|
| 17714 | +L: tomoyo-users@lists.osdn.me (subscribers-only, for users in Japanese) |
|---|
| 14792 | 17715 | S: Maintained |
|---|
| 17716 | +W: https://tomoyo.osdn.jp/ |
|---|
| 14793 | 17717 | F: security/tomoyo/ |
|---|
| 14794 | 17718 | |
|---|
| 14795 | 17719 | TOPSTAR LAPTOP EXTRAS DRIVER |
|---|
| .. | .. |
|---|
| 14800 | 17724 | |
|---|
| 14801 | 17725 | TORTURE-TEST MODULES |
|---|
| 14802 | 17726 | M: Davidlohr Bueso <dave@stgolabs.net> |
|---|
| 14803 | | -M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|
| 17727 | +M: "Paul E. McKenney" <paulmck@kernel.org> |
|---|
| 14804 | 17728 | M: Josh Triplett <josh@joshtriplett.org> |
|---|
| 14805 | 17729 | L: linux-kernel@vger.kernel.org |
|---|
| 14806 | 17730 | S: Supported |
|---|
| 14807 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
|---|
| 14808 | | -F: Documentation/RCU/torture.txt |
|---|
| 14809 | | -F: kernel/torture.c |
|---|
| 14810 | | -F: kernel/rcu/rcutorture.c |
|---|
| 14811 | | -F: kernel/rcu/rcuperf.c |
|---|
| 17731 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev |
|---|
| 17732 | +F: Documentation/RCU/torture.rst |
|---|
| 14812 | 17733 | F: kernel/locking/locktorture.c |
|---|
| 17734 | +F: kernel/rcu/rcuscale.c |
|---|
| 17735 | +F: kernel/rcu/rcutorture.c |
|---|
| 17736 | +F: kernel/rcu/refscale.c |
|---|
| 17737 | +F: kernel/torture.c |
|---|
| 14813 | 17738 | |
|---|
| 14814 | 17739 | TOSHIBA ACPI EXTRAS DRIVER |
|---|
| 14815 | 17740 | M: Azael Avalos <coproscefalo@gmail.com> |
|---|
| .. | .. |
|---|
| 14831 | 17756 | |
|---|
| 14832 | 17757 | TOSHIBA SMM DRIVER |
|---|
| 14833 | 17758 | M: Jonathan Buzzard <jonathan@buzzard.org.uk> |
|---|
| 14834 | | -W: http://www.buzzard.org.uk/toshiba/ |
|---|
| 14835 | 17759 | S: Maintained |
|---|
| 17760 | +W: http://www.buzzard.org.uk/toshiba/ |
|---|
| 14836 | 17761 | F: drivers/char/toshiba.c |
|---|
| 14837 | 17762 | F: include/linux/toshiba.h |
|---|
| 14838 | 17763 | F: include/uapi/linux/toshiba.h |
|---|
| .. | .. |
|---|
| 14852 | 17777 | |
|---|
| 14853 | 17778 | TPM DEVICE DRIVER |
|---|
| 14854 | 17779 | M: Peter Huewe <peterhuewe@gmx.de> |
|---|
| 14855 | | -M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> |
|---|
| 17780 | +M: Jarkko Sakkinen <jarkko@kernel.org> |
|---|
| 14856 | 17781 | R: Jason Gunthorpe <jgg@ziepe.ca> |
|---|
| 14857 | 17782 | L: linux-integrity@vger.kernel.org |
|---|
| 14858 | | -Q: https://patchwork.kernel.org/project/linux-integrity/list/ |
|---|
| 14859 | | -W: https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity |
|---|
| 14860 | | -T: git git://git.infradead.org/users/jjs/linux-tpmdd.git |
|---|
| 14861 | 17783 | S: Maintained |
|---|
| 17784 | +W: https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity |
|---|
| 17785 | +Q: https://patchwork.kernel.org/project/linux-integrity/list/ |
|---|
| 17786 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git |
|---|
| 14862 | 17787 | F: drivers/char/tpm/ |
|---|
| 14863 | 17788 | |
|---|
| 14864 | 17789 | TRACING |
|---|
| 14865 | 17790 | M: Steven Rostedt <rostedt@goodmis.org> |
|---|
| 14866 | 17791 | M: Ingo Molnar <mingo@redhat.com> |
|---|
| 14867 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
|---|
| 14868 | 17792 | S: Maintained |
|---|
| 17793 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core |
|---|
| 14869 | 17794 | F: Documentation/trace/ftrace.rst |
|---|
| 14870 | 17795 | F: arch/*/*/*/ftrace.h |
|---|
| 14871 | 17796 | F: arch/*/kernel/ftrace.c |
|---|
| .. | .. |
|---|
| 14880 | 17805 | M: Ingo Molnar <mingo@kernel.org> |
|---|
| 14881 | 17806 | R: Karol Herbst <karolherbst@gmail.com> |
|---|
| 14882 | 17807 | R: Pekka Paalanen <ppaalanen@gmail.com> |
|---|
| 14883 | | -S: Maintained |
|---|
| 14884 | 17808 | L: linux-kernel@vger.kernel.org |
|---|
| 14885 | 17809 | L: nouveau@lists.freedesktop.org |
|---|
| 14886 | | -F: kernel/trace/trace_mmiotrace.c |
|---|
| 14887 | | -F: include/linux/mmiotrace.h |
|---|
| 17810 | +S: Maintained |
|---|
| 14888 | 17811 | F: arch/x86/mm/kmmio.c |
|---|
| 14889 | 17812 | F: arch/x86/mm/mmio-mod.c |
|---|
| 14890 | 17813 | F: arch/x86/mm/testmmiotrace.c |
|---|
| 17814 | +F: include/linux/mmiotrace.h |
|---|
| 17815 | +F: kernel/trace/trace_mmiotrace.c |
|---|
| 14891 | 17816 | |
|---|
| 14892 | 17817 | TRIVIAL PATCHES |
|---|
| 14893 | 17818 | M: Jiri Kosina <trivial@kernel.org> |
|---|
| 17819 | +S: Maintained |
|---|
| 14894 | 17820 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
|---|
| 14895 | | -S: Maintained |
|---|
| 14896 | 17821 | K: ^Subject:.*(?i)trivial |
|---|
| 14897 | | - |
|---|
| 14898 | | -TEMPO SEMICONDUCTOR DRIVERS |
|---|
| 14899 | | -M: Steven Eckhoff <steven.eckhoff.opensource@gmail.com> |
|---|
| 14900 | | -S: Maintained |
|---|
| 14901 | | -F: sound/soc/codecs/tscs*.c |
|---|
| 14902 | | -F: sound/soc/codecs/tscs*.h |
|---|
| 14903 | | -F: Documentation/devicetree/bindings/sound/tscs*.txt |
|---|
| 14904 | 17822 | |
|---|
| 14905 | 17823 | TTY LAYER |
|---|
| 14906 | 17824 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 14907 | | -M: Jiri Slaby <jslaby@suse.com> |
|---|
| 17825 | +M: Jiri Slaby <jirislaby@kernel.org> |
|---|
| 14908 | 17826 | S: Supported |
|---|
| 14909 | 17827 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
|---|
| 14910 | | -F: Documentation/serial/ |
|---|
| 17828 | +F: Documentation/driver-api/serial/ |
|---|
| 14911 | 17829 | F: drivers/tty/ |
|---|
| 14912 | 17830 | F: drivers/tty/serial/serial_core.c |
|---|
| 14913 | | -F: include/linux/serial_core.h |
|---|
| 14914 | 17831 | F: include/linux/serial.h |
|---|
| 17832 | +F: include/linux/serial_core.h |
|---|
| 14915 | 17833 | F: include/linux/tty.h |
|---|
| 14916 | | -F: include/uapi/linux/serial_core.h |
|---|
| 14917 | 17834 | F: include/uapi/linux/serial.h |
|---|
| 17835 | +F: include/uapi/linux/serial_core.h |
|---|
| 14918 | 17836 | F: include/uapi/linux/tty.h |
|---|
| 14919 | 17837 | |
|---|
| 14920 | 17838 | TUA9001 MEDIA DRIVER |
|---|
| 14921 | 17839 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 14922 | 17840 | L: linux-media@vger.kernel.org |
|---|
| 17841 | +S: Maintained |
|---|
| 14923 | 17842 | W: https://linuxtv.org |
|---|
| 14924 | 17843 | W: http://palosaari.fi/linux/ |
|---|
| 14925 | 17844 | Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 14926 | 17845 | T: git git://linuxtv.org/anttip/media_tree.git |
|---|
| 14927 | | -S: Maintained |
|---|
| 14928 | 17846 | F: drivers/media/tuners/tua9001* |
|---|
| 14929 | 17847 | |
|---|
| 14930 | 17848 | TULIP NETWORK DRIVERS |
|---|
| .. | .. |
|---|
| 14935 | 17853 | |
|---|
| 14936 | 17854 | TUN/TAP driver |
|---|
| 14937 | 17855 | M: Maxim Krasnyansky <maxk@qti.qualcomm.com> |
|---|
| 14938 | | -W: http://vtun.sourceforge.net/tun |
|---|
| 14939 | 17856 | S: Maintained |
|---|
| 14940 | | -F: Documentation/networking/tuntap.txt |
|---|
| 17857 | +W: http://vtun.sourceforge.net/tun |
|---|
| 17858 | +F: Documentation/networking/tuntap.rst |
|---|
| 14941 | 17859 | F: arch/um/os-Linux/drivers/ |
|---|
| 14942 | 17860 | |
|---|
| 14943 | 17861 | TURBOCHANNEL SUBSYSTEM |
|---|
| 14944 | 17862 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|
| 14945 | 17863 | M: Ralf Baechle <ralf@linux-mips.org> |
|---|
| 14946 | | -L: linux-mips@linux-mips.org |
|---|
| 14947 | | -Q: http://patchwork.linux-mips.org/project/linux-mips/list/ |
|---|
| 17864 | +L: linux-mips@vger.kernel.org |
|---|
| 14948 | 17865 | S: Maintained |
|---|
| 17866 | +Q: http://patchwork.linux-mips.org/project/linux-mips/list/ |
|---|
| 14949 | 17867 | F: drivers/tc/ |
|---|
| 14950 | 17868 | F: include/linux/tc.h |
|---|
| 14951 | 17869 | |
|---|
| 14952 | 17870 | TURBOSTAT UTILITY |
|---|
| 14953 | 17871 | M: "Len Brown" <lenb@kernel.org> |
|---|
| 14954 | 17872 | L: linux-pm@vger.kernel.org |
|---|
| 14955 | | -B: https://bugzilla.kernel.org |
|---|
| 14956 | | -Q: https://patchwork.kernel.org/project/linux-pm/list/ |
|---|
| 14957 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat |
|---|
| 14958 | 17873 | S: Supported |
|---|
| 17874 | +Q: https://patchwork.kernel.org/project/linux-pm/list/ |
|---|
| 17875 | +B: https://bugzilla.kernel.org |
|---|
| 17876 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat |
|---|
| 14959 | 17877 | F: tools/power/x86/turbostat/ |
|---|
| 14960 | 17878 | |
|---|
| 14961 | 17879 | TW5864 VIDEO4LINUX DRIVER |
|---|
| .. | .. |
|---|
| 14970 | 17888 | TW68 VIDEO4LINUX DRIVER |
|---|
| 14971 | 17889 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 14972 | 17890 | L: linux-media@vger.kernel.org |
|---|
| 14973 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 14974 | | -W: https://linuxtv.org |
|---|
| 14975 | 17891 | S: Odd Fixes |
|---|
| 17892 | +W: https://linuxtv.org |
|---|
| 17893 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14976 | 17894 | F: drivers/media/pci/tw68/ |
|---|
| 14977 | 17895 | |
|---|
| 14978 | 17896 | TW686X VIDEO4LINUX DRIVER |
|---|
| 14979 | 17897 | M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> |
|---|
| 14980 | 17898 | L: linux-media@vger.kernel.org |
|---|
| 14981 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 14982 | | -W: http://linuxtv.org |
|---|
| 14983 | 17899 | S: Maintained |
|---|
| 17900 | +W: http://linuxtv.org |
|---|
| 17901 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 14984 | 17902 | F: drivers/media/pci/tw686x/ |
|---|
| 17903 | + |
|---|
| 17904 | +UACCE ACCELERATOR FRAMEWORK |
|---|
| 17905 | +M: Zhangfei Gao <zhangfei.gao@linaro.org> |
|---|
| 17906 | +M: Zhou Wang <wangzhou1@hisilicon.com> |
|---|
| 17907 | +L: linux-accelerators@lists.ozlabs.org |
|---|
| 17908 | +L: linux-kernel@vger.kernel.org |
|---|
| 17909 | +S: Maintained |
|---|
| 17910 | +F: Documentation/ABI/testing/sysfs-driver-uacce |
|---|
| 17911 | +F: Documentation/misc-devices/uacce.rst |
|---|
| 17912 | +F: drivers/misc/uacce/ |
|---|
| 17913 | +F: include/linux/uacce.h |
|---|
| 17914 | +F: include/uapi/misc/uacce/ |
|---|
| 14985 | 17915 | |
|---|
| 14986 | 17916 | UBI FILE SYSTEM (UBIFS) |
|---|
| 14987 | 17917 | M: Richard Weinberger <richard@nod.at> |
|---|
| 14988 | | -M: Artem Bityutskiy <dedekind1@gmail.com> |
|---|
| 14989 | | -M: Adrian Hunter <adrian.hunter@intel.com> |
|---|
| 14990 | 17918 | L: linux-mtd@lists.infradead.org |
|---|
| 14991 | | -T: git git://git.infradead.org/ubifs-2.6.git |
|---|
| 14992 | | -W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
|---|
| 14993 | 17919 | S: Supported |
|---|
| 14994 | | -F: Documentation/filesystems/ubifs.txt |
|---|
| 17920 | +W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
|---|
| 17921 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next |
|---|
| 17922 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes |
|---|
| 17923 | +F: Documentation/filesystems/ubifs-authentication.rst |
|---|
| 17924 | +F: Documentation/filesystems/ubifs.rst |
|---|
| 14995 | 17925 | F: fs/ubifs/ |
|---|
| 14996 | 17926 | |
|---|
| 14997 | 17927 | UCLINUX (M68KNOMMU AND COLDFIRE) |
|---|
| 14998 | 17928 | M: Greg Ungerer <gerg@linux-m68k.org> |
|---|
| 14999 | | -W: http://www.linux-m68k.org/ |
|---|
| 15000 | | -W: http://www.uclinux.org/ |
|---|
| 15001 | 17929 | L: linux-m68k@lists.linux-m68k.org |
|---|
| 15002 | 17930 | L: uclinux-dev@uclinux.org (subscribers-only) |
|---|
| 15003 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git |
|---|
| 15004 | 17931 | S: Maintained |
|---|
| 15005 | | -F: arch/m68k/coldfire/ |
|---|
| 15006 | | -F: arch/m68k/68*/ |
|---|
| 17932 | +W: http://www.linux-m68k.org/ |
|---|
| 17933 | +W: http://www.uclinux.org/ |
|---|
| 17934 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git |
|---|
| 15007 | 17935 | F: arch/m68k/*/*_no.* |
|---|
| 17936 | +F: arch/m68k/68*/ |
|---|
| 17937 | +F: arch/m68k/coldfire/ |
|---|
| 15008 | 17938 | F: arch/m68k/include/asm/*_no.* |
|---|
| 15009 | 17939 | |
|---|
| 15010 | 17940 | UDF FILESYSTEM |
|---|
| 15011 | 17941 | M: Jan Kara <jack@suse.com> |
|---|
| 15012 | 17942 | S: Maintained |
|---|
| 15013 | | -F: Documentation/filesystems/udf.txt |
|---|
| 17943 | +F: Documentation/filesystems/udf.rst |
|---|
| 15014 | 17944 | F: fs/udf/ |
|---|
| 15015 | 17945 | |
|---|
| 15016 | 17946 | UDRAW TABLET |
|---|
| .. | .. |
|---|
| 15022 | 17952 | UFS FILESYSTEM |
|---|
| 15023 | 17953 | M: Evgeniy Dushistov <dushistov@mail.ru> |
|---|
| 15024 | 17954 | S: Maintained |
|---|
| 15025 | | -F: Documentation/filesystems/ufs.txt |
|---|
| 17955 | +F: Documentation/admin-guide/ufs.rst |
|---|
| 15026 | 17956 | F: fs/ufs/ |
|---|
| 15027 | 17957 | |
|---|
| 15028 | | -UHID USERSPACE HID IO DRIVER: |
|---|
| 15029 | | -M: David Herrmann <dh.herrmann@googlemail.com> |
|---|
| 17958 | +UHID USERSPACE HID IO DRIVER |
|---|
| 17959 | +M: David Rheinsberg <david.rheinsberg@gmail.com> |
|---|
| 15030 | 17960 | L: linux-input@vger.kernel.org |
|---|
| 15031 | 17961 | S: Maintained |
|---|
| 15032 | 17962 | F: drivers/hid/uhid.c |
|---|
| .. | .. |
|---|
| 15039 | 17969 | F: drivers/usb/common/ulpi.c |
|---|
| 15040 | 17970 | F: include/linux/ulpi/ |
|---|
| 15041 | 17971 | |
|---|
| 15042 | | -ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
|---|
| 15043 | | -L: linux-usb@vger.kernel.org |
|---|
| 15044 | | -S: Orphan |
|---|
| 15045 | | -F: drivers/uwb/ |
|---|
| 15046 | | -F: include/linux/uwb.h |
|---|
| 15047 | | -F: include/linux/uwb/ |
|---|
| 15048 | | - |
|---|
| 15049 | | -UNICORE32 ARCHITECTURE: |
|---|
| 15050 | | -M: Guan Xuetao <gxt@pku.edu.cn> |
|---|
| 15051 | | -W: http://mprc.pku.edu.cn/~guanxuetao/linux |
|---|
| 15052 | | -S: Maintained |
|---|
| 15053 | | -T: git git://github.com/gxt/linux.git |
|---|
| 15054 | | -F: arch/unicore32/ |
|---|
| 17972 | +UNICODE SUBSYSTEM |
|---|
| 17973 | +M: Gabriel Krisman Bertazi <krisman@collabora.com> |
|---|
| 17974 | +L: linux-fsdevel@vger.kernel.org |
|---|
| 17975 | +S: Supported |
|---|
| 17976 | +F: fs/unicode/ |
|---|
| 15055 | 17977 | |
|---|
| 15056 | 17978 | UNIFDEF |
|---|
| 15057 | 17979 | M: Tony Finch <dot@dotat.at> |
|---|
| 15058 | | -W: http://dotat.at/prog/unifdef |
|---|
| 15059 | 17980 | S: Maintained |
|---|
| 17981 | +W: http://dotat.at/prog/unifdef |
|---|
| 15060 | 17982 | F: scripts/unifdef.c |
|---|
| 15061 | 17983 | |
|---|
| 15062 | 17984 | UNIFORM CDROM DRIVER |
|---|
| 15063 | 17985 | M: Jens Axboe <axboe@kernel.dk> |
|---|
| 15064 | | -W: http://www.kernel.dk |
|---|
| 15065 | 17986 | S: Maintained |
|---|
| 17987 | +W: http://www.kernel.dk |
|---|
| 15066 | 17988 | F: Documentation/cdrom/ |
|---|
| 15067 | 17989 | F: drivers/cdrom/cdrom.c |
|---|
| 15068 | 17990 | F: include/linux/cdrom.h |
|---|
| .. | .. |
|---|
| 15072 | 17994 | M: David Kershner <david.kershner@unisys.com> |
|---|
| 15073 | 17995 | L: sparmaintainer@unisys.com (Unisys internal) |
|---|
| 15074 | 17996 | S: Supported |
|---|
| 15075 | | -F: include/linux/visorbus.h |
|---|
| 15076 | | -F: drivers/visorbus/ |
|---|
| 15077 | 17997 | F: drivers/staging/unisys/ |
|---|
| 17998 | +F: drivers/visorbus/ |
|---|
| 17999 | +F: include/linux/visorbus.h |
|---|
| 15078 | 18000 | |
|---|
| 15079 | 18001 | UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER |
|---|
| 15080 | | -M: Vinayak Holikatti <vinholikatti@gmail.com> |
|---|
| 18002 | +R: Alim Akhtar <alim.akhtar@samsung.com> |
|---|
| 18003 | +R: Avri Altman <avri.altman@wdc.com> |
|---|
| 15081 | 18004 | L: linux-scsi@vger.kernel.org |
|---|
| 15082 | 18005 | S: Supported |
|---|
| 15083 | | -F: Documentation/scsi/ufs.txt |
|---|
| 18006 | +F: Documentation/scsi/ufs.rst |
|---|
| 15084 | 18007 | F: drivers/scsi/ufs/ |
|---|
| 15085 | 18008 | |
|---|
| 15086 | 18009 | UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS |
|---|
| 15087 | | -M: Joao Pinto <jpinto@synopsys.com> |
|---|
| 18010 | +M: Pedro Sousa <pedrom.sousa@synopsys.com> |
|---|
| 15088 | 18011 | L: linux-scsi@vger.kernel.org |
|---|
| 15089 | 18012 | S: Supported |
|---|
| 15090 | 18013 | F: drivers/scsi/ufs/*dwc* |
|---|
| 15091 | 18014 | |
|---|
| 18015 | +UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER MEDIATEK HOOKS |
|---|
| 18016 | +M: Stanley Chu <stanley.chu@mediatek.com> |
|---|
| 18017 | +L: linux-scsi@vger.kernel.org |
|---|
| 18018 | +L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) |
|---|
| 18019 | +S: Maintained |
|---|
| 18020 | +F: drivers/scsi/ufs/ufs-mediatek* |
|---|
| 18021 | + |
|---|
| 15092 | 18022 | UNSORTED BLOCK IMAGES (UBI) |
|---|
| 15093 | | -M: Artem Bityutskiy <dedekind1@gmail.com> |
|---|
| 15094 | 18023 | M: Richard Weinberger <richard@nod.at> |
|---|
| 15095 | | -W: http://www.linux-mtd.infradead.org/ |
|---|
| 15096 | 18024 | L: linux-mtd@lists.infradead.org |
|---|
| 15097 | | -T: git git://git.infradead.org/ubifs-2.6.git |
|---|
| 15098 | 18025 | S: Supported |
|---|
| 18026 | +W: http://www.linux-mtd.infradead.org/ |
|---|
| 18027 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next |
|---|
| 18028 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes |
|---|
| 15099 | 18029 | F: drivers/mtd/ubi/ |
|---|
| 15100 | 18030 | F: include/linux/mtd/ubi.h |
|---|
| 15101 | 18031 | F: include/uapi/mtd/ubi-user.h |
|---|
| .. | .. |
|---|
| 15103 | 18033 | USB "USBNET" DRIVER FRAMEWORK |
|---|
| 15104 | 18034 | M: Oliver Neukum <oneukum@suse.com> |
|---|
| 15105 | 18035 | L: netdev@vger.kernel.org |
|---|
| 15106 | | -W: http://www.linux-usb.org/usbnet |
|---|
| 15107 | 18036 | S: Maintained |
|---|
| 18037 | +W: http://www.linux-usb.org/usbnet |
|---|
| 15108 | 18038 | F: drivers/net/usb/usbnet.c |
|---|
| 15109 | 18039 | F: include/linux/usb/usbnet.h |
|---|
| 15110 | 18040 | |
|---|
| .. | .. |
|---|
| 15112 | 18042 | M: Oliver Neukum <oneukum@suse.com> |
|---|
| 15113 | 18043 | L: linux-usb@vger.kernel.org |
|---|
| 15114 | 18044 | S: Maintained |
|---|
| 15115 | | -F: Documentation/usb/acm.txt |
|---|
| 18045 | +F: Documentation/usb/acm.rst |
|---|
| 15116 | 18046 | F: drivers/usb/class/cdc-acm.* |
|---|
| 18047 | + |
|---|
| 18048 | +USB APPLE MFI FASTCHARGE DRIVER |
|---|
| 18049 | +M: Bastien Nocera <hadess@hadess.net> |
|---|
| 18050 | +L: linux-usb@vger.kernel.org |
|---|
| 18051 | +S: Maintained |
|---|
| 18052 | +F: drivers/usb/misc/apple-mfi-fastcharge.c |
|---|
| 15117 | 18053 | |
|---|
| 15118 | 18054 | USB AR5523 WIRELESS DRIVER |
|---|
| 15119 | 18055 | M: Pontus Fuchs <pontus.fuchs@gmail.com> |
|---|
| .. | .. |
|---|
| 15150 | 18086 | USB DAVICOM DM9601 DRIVER |
|---|
| 15151 | 18087 | M: Peter Korsgaard <jacmet@sunsite.dk> |
|---|
| 15152 | 18088 | L: netdev@vger.kernel.org |
|---|
| 15153 | | -W: http://www.linux-usb.org/usbnet |
|---|
| 15154 | 18089 | S: Maintained |
|---|
| 18090 | +W: http://www.linux-usb.org/usbnet |
|---|
| 15155 | 18091 | F: drivers/net/usb/dm9601.c |
|---|
| 15156 | 18092 | |
|---|
| 15157 | 18093 | USB EHCI DRIVER |
|---|
| 15158 | 18094 | M: Alan Stern <stern@rowland.harvard.edu> |
|---|
| 15159 | 18095 | L: linux-usb@vger.kernel.org |
|---|
| 15160 | 18096 | S: Maintained |
|---|
| 15161 | | -F: Documentation/usb/ehci.txt |
|---|
| 18097 | +F: Documentation/usb/ehci.rst |
|---|
| 15162 | 18098 | F: drivers/usb/host/ehci* |
|---|
| 15163 | 18099 | |
|---|
| 15164 | 18100 | USB GADGET/PERIPHERAL SUBSYSTEM |
|---|
| 15165 | 18101 | M: Felipe Balbi <balbi@kernel.org> |
|---|
| 15166 | 18102 | L: linux-usb@vger.kernel.org |
|---|
| 18103 | +S: Maintained |
|---|
| 15167 | 18104 | W: http://www.linux-usb.org/gadget |
|---|
| 15168 | 18105 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
|---|
| 15169 | | -S: Maintained |
|---|
| 15170 | 18106 | F: drivers/usb/gadget/ |
|---|
| 15171 | 18107 | F: include/linux/usb/gadget* |
|---|
| 15172 | 18108 | |
|---|
| 15173 | 18109 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
|---|
| 15174 | 18110 | M: Jiri Kosina <jikos@kernel.org> |
|---|
| 15175 | | -R: Benjamin Tissoires <benjamin.tissoires@redhat.com> |
|---|
| 18111 | +M: Benjamin Tissoires <benjamin.tissoires@redhat.com> |
|---|
| 15176 | 18112 | L: linux-usb@vger.kernel.org |
|---|
| 15177 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
|---|
| 15178 | 18113 | S: Maintained |
|---|
| 15179 | | -F: Documentation/hid/hiddev.txt |
|---|
| 18114 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git |
|---|
| 18115 | +F: Documentation/hid/hiddev.rst |
|---|
| 15180 | 18116 | F: drivers/hid/usbhid/ |
|---|
| 15181 | 18117 | |
|---|
| 15182 | 18118 | USB INTEL XHCI ROLE MUX DRIVER |
|---|
| .. | .. |
|---|
| 15184 | 18120 | L: linux-usb@vger.kernel.org |
|---|
| 15185 | 18121 | S: Maintained |
|---|
| 15186 | 18122 | F: drivers/usb/roles/intel-xhci-usb-role-switch.c |
|---|
| 18123 | + |
|---|
| 18124 | +USB IP DRIVER FOR HISILICON KIRIN |
|---|
| 18125 | +M: Yu Chen <chenyu56@huawei.com> |
|---|
| 18126 | +M: Binghui Wang <wangbinghui@hisilicon.com> |
|---|
| 18127 | +L: linux-usb@vger.kernel.org |
|---|
| 18128 | +S: Maintained |
|---|
| 18129 | +F: Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml |
|---|
| 18130 | +F: drivers/phy/hisilicon/phy-hi3660-usb3.c |
|---|
| 15187 | 18131 | |
|---|
| 15188 | 18132 | USB ISP116X DRIVER |
|---|
| 15189 | 18133 | M: Olav Kongas <ok@artecdesign.ee> |
|---|
| .. | .. |
|---|
| 15206 | 18150 | L: linux-usb@vger.kernel.org |
|---|
| 15207 | 18151 | L: usb-storage@lists.one-eyed-alien.net |
|---|
| 15208 | 18152 | S: Maintained |
|---|
| 15209 | | -W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ |
|---|
| 15210 | 18153 | F: drivers/usb/storage/ |
|---|
| 15211 | 18154 | |
|---|
| 15212 | 18155 | USB MIDI DRIVER |
|---|
| 15213 | 18156 | M: Clemens Ladisch <clemens@ladisch.de> |
|---|
| 15214 | 18157 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 15215 | | -T: git git://git.alsa-project.org/alsa-kernel.git |
|---|
| 15216 | 18158 | S: Maintained |
|---|
| 18159 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
|---|
| 15217 | 18160 | F: sound/usb/midi.* |
|---|
| 15218 | 18161 | |
|---|
| 15219 | 18162 | USB NETWORKING DRIVERS |
|---|
| .. | .. |
|---|
| 15225 | 18168 | M: Alan Stern <stern@rowland.harvard.edu> |
|---|
| 15226 | 18169 | L: linux-usb@vger.kernel.org |
|---|
| 15227 | 18170 | S: Maintained |
|---|
| 15228 | | -F: Documentation/usb/ohci.txt |
|---|
| 18171 | +F: Documentation/usb/ohci.rst |
|---|
| 15229 | 18172 | F: drivers/usb/host/ohci* |
|---|
| 15230 | 18173 | |
|---|
| 15231 | 18174 | USB OTG FSM (Finite State Machine) |
|---|
| 15232 | 18175 | M: Peter Chen <Peter.Chen@nxp.com> |
|---|
| 15233 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
|---|
| 15234 | 18176 | L: linux-usb@vger.kernel.org |
|---|
| 15235 | 18177 | S: Maintained |
|---|
| 18178 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
|---|
| 15236 | 18179 | F: drivers/usb/common/usb-otg-fsm.c |
|---|
| 15237 | 18180 | |
|---|
| 15238 | 18181 | USB OVER IP DRIVER |
|---|
| 15239 | 18182 | M: Valentina Manea <valentina.manea.m@gmail.com> |
|---|
| 15240 | 18183 | M: Shuah Khan <shuah@kernel.org> |
|---|
| 18184 | +M: Shuah Khan <skhan@linuxfoundation.org> |
|---|
| 15241 | 18185 | L: linux-usb@vger.kernel.org |
|---|
| 15242 | 18186 | S: Maintained |
|---|
| 15243 | | -F: Documentation/usb/usbip_protocol.txt |
|---|
| 18187 | +F: Documentation/usb/usbip_protocol.rst |
|---|
| 15244 | 18188 | F: drivers/usb/usbip/ |
|---|
| 15245 | | -F: tools/usb/usbip/ |
|---|
| 15246 | 18189 | F: tools/testing/selftests/drivers/usb/usbip/ |
|---|
| 18190 | +F: tools/usb/usbip/ |
|---|
| 15247 | 18191 | |
|---|
| 15248 | 18192 | USB PEGASUS DRIVER |
|---|
| 15249 | 18193 | M: Petko Manolov <petkan@nucleusys.com> |
|---|
| 15250 | 18194 | L: linux-usb@vger.kernel.org |
|---|
| 15251 | 18195 | L: netdev@vger.kernel.org |
|---|
| 15252 | | -T: git git://github.com/petkan/pegasus.git |
|---|
| 15253 | | -W: https://github.com/petkan/pegasus |
|---|
| 15254 | 18196 | S: Maintained |
|---|
| 18197 | +W: https://github.com/petkan/pegasus |
|---|
| 18198 | +T: git git://github.com/petkan/pegasus.git |
|---|
| 15255 | 18199 | F: drivers/net/usb/pegasus.* |
|---|
| 15256 | 18200 | |
|---|
| 15257 | 18201 | USB PHY LAYER |
|---|
| 15258 | 18202 | M: Felipe Balbi <balbi@kernel.org> |
|---|
| 15259 | 18203 | L: linux-usb@vger.kernel.org |
|---|
| 15260 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
|---|
| 15261 | 18204 | S: Maintained |
|---|
| 18205 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
|---|
| 15262 | 18206 | F: drivers/usb/phy/ |
|---|
| 15263 | 18207 | |
|---|
| 15264 | 18208 | USB PRINTER DRIVER (usblp) |
|---|
| .. | .. |
|---|
| 15266 | 18210 | L: linux-usb@vger.kernel.org |
|---|
| 15267 | 18211 | S: Supported |
|---|
| 15268 | 18212 | F: drivers/usb/class/usblp.c |
|---|
| 18213 | + |
|---|
| 18214 | +USB RAW GADGET DRIVER |
|---|
| 18215 | +R: Andrey Konovalov <andreyknvl@gmail.com> |
|---|
| 18216 | +L: linux-usb@vger.kernel.org |
|---|
| 18217 | +S: Maintained |
|---|
| 18218 | +F: Documentation/usb/raw-gadget.rst |
|---|
| 18219 | +F: drivers/usb/gadget/legacy/raw_gadget.c |
|---|
| 18220 | +F: include/uapi/linux/usb/raw_gadget.h |
|---|
| 15269 | 18221 | |
|---|
| 15270 | 18222 | USB QMI WWAN NETWORK DRIVER |
|---|
| 15271 | 18223 | M: Bjørn Mork <bjorn@mork.no> |
|---|
| .. | .. |
|---|
| 15278 | 18230 | M: Petko Manolov <petkan@nucleusys.com> |
|---|
| 15279 | 18231 | L: linux-usb@vger.kernel.org |
|---|
| 15280 | 18232 | L: netdev@vger.kernel.org |
|---|
| 15281 | | -T: git git://github.com/petkan/rtl8150.git |
|---|
| 15282 | | -W: https://github.com/petkan/rtl8150 |
|---|
| 15283 | 18233 | S: Maintained |
|---|
| 18234 | +W: https://github.com/petkan/rtl8150 |
|---|
| 18235 | +T: git git://github.com/petkan/rtl8150.git |
|---|
| 15284 | 18236 | F: drivers/net/usb/rtl8150.c |
|---|
| 15285 | 18237 | |
|---|
| 15286 | 18238 | USB SERIAL SUBSYSTEM |
|---|
| 15287 | 18239 | M: Johan Hovold <johan@kernel.org> |
|---|
| 15288 | 18240 | L: linux-usb@vger.kernel.org |
|---|
| 15289 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git |
|---|
| 15290 | 18241 | S: Maintained |
|---|
| 15291 | | -F: Documentation/usb/usb-serial.txt |
|---|
| 18242 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git |
|---|
| 18243 | +F: Documentation/usb/usb-serial.rst |
|---|
| 15292 | 18244 | F: drivers/usb/serial/ |
|---|
| 15293 | 18245 | F: include/linux/usb/serial.h |
|---|
| 15294 | 18246 | |
|---|
| .. | .. |
|---|
| 15308 | 18260 | USB SUBSYSTEM |
|---|
| 15309 | 18261 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 15310 | 18262 | L: linux-usb@vger.kernel.org |
|---|
| 18263 | +S: Supported |
|---|
| 15311 | 18264 | W: http://www.linux-usb.org |
|---|
| 15312 | 18265 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git |
|---|
| 15313 | | -S: Supported |
|---|
| 15314 | 18266 | F: Documentation/devicetree/bindings/usb/ |
|---|
| 15315 | 18267 | F: Documentation/usb/ |
|---|
| 15316 | 18268 | F: drivers/usb/ |
|---|
| 15317 | 18269 | F: include/linux/usb.h |
|---|
| 15318 | 18270 | F: include/linux/usb/ |
|---|
| 15319 | 18271 | |
|---|
| 15320 | | -USB TYPEC PI3USB30532 MUX DRIVER |
|---|
| 15321 | | -M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 18272 | +USB TYPEC BUS FOR ALTERNATE MODES |
|---|
| 18273 | +M: Heikki Krogerus <heikki.krogerus@linux.intel.com> |
|---|
| 15322 | 18274 | L: linux-usb@vger.kernel.org |
|---|
| 15323 | 18275 | S: Maintained |
|---|
| 15324 | | -F: drivers/usb/typec/mux/pi3usb30532.c |
|---|
| 18276 | +F: Documentation/ABI/testing/sysfs-bus-typec |
|---|
| 18277 | +F: Documentation/driver-api/usb/typec_bus.rst |
|---|
| 18278 | +F: drivers/usb/typec/altmodes/ |
|---|
| 18279 | +F: include/linux/usb/typec_altmode.h |
|---|
| 15325 | 18280 | |
|---|
| 15326 | 18281 | USB TYPEC CLASS |
|---|
| 15327 | 18282 | M: Heikki Krogerus <heikki.krogerus@linux.intel.com> |
|---|
| .. | .. |
|---|
| 15332 | 18287 | F: drivers/usb/typec/ |
|---|
| 15333 | 18288 | F: include/linux/usb/typec.h |
|---|
| 15334 | 18289 | |
|---|
| 15335 | | -USB TYPEC BUS FOR ALTERNATE MODES |
|---|
| 18290 | +USB TYPEC INTEL PMC MUX DRIVER |
|---|
| 15336 | 18291 | M: Heikki Krogerus <heikki.krogerus@linux.intel.com> |
|---|
| 15337 | 18292 | L: linux-usb@vger.kernel.org |
|---|
| 15338 | 18293 | S: Maintained |
|---|
| 15339 | | -F: Documentation/ABI/testing/sysfs-bus-typec |
|---|
| 15340 | | -F: Documentation/driver-api/usb/typec_bus.rst |
|---|
| 15341 | | -F: drivers/usb/typec/altmodes/ |
|---|
| 15342 | | -F: include/linux/usb/typec_altmode.h |
|---|
| 18294 | +F: Documentation/firmware-guide/acpi/intel-pmc-mux.rst |
|---|
| 18295 | +F: drivers/usb/typec/mux/intel_pmc_mux.c |
|---|
| 18296 | + |
|---|
| 18297 | +USB TYPEC PI3USB30532 MUX DRIVER |
|---|
| 18298 | +M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 18299 | +L: linux-usb@vger.kernel.org |
|---|
| 18300 | +S: Maintained |
|---|
| 18301 | +F: drivers/usb/typec/mux/pi3usb30532.c |
|---|
| 15343 | 18302 | |
|---|
| 15344 | 18303 | USB TYPEC PORT CONTROLLER DRIVERS |
|---|
| 15345 | 18304 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| .. | .. |
|---|
| 15357 | 18316 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 15358 | 18317 | L: linux-uvc-devel@lists.sourceforge.net (subscribers-only) |
|---|
| 15359 | 18318 | L: linux-media@vger.kernel.org |
|---|
| 15360 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 15361 | | -W: http://www.ideasonboard.org/uvc/ |
|---|
| 15362 | 18319 | S: Maintained |
|---|
| 18320 | +W: http://www.ideasonboard.org/uvc/ |
|---|
| 18321 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 15363 | 18322 | F: drivers/media/usb/uvc/ |
|---|
| 15364 | 18323 | F: include/uapi/linux/uvcvideo.h |
|---|
| 15365 | | - |
|---|
| 15366 | | -USB VISION DRIVER |
|---|
| 15367 | | -M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 15368 | | -L: linux-media@vger.kernel.org |
|---|
| 15369 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 15370 | | -W: https://linuxtv.org |
|---|
| 15371 | | -S: Odd Fixes |
|---|
| 15372 | | -F: drivers/media/usb/usbvision/ |
|---|
| 15373 | 18324 | |
|---|
| 15374 | 18325 | USB WEBCAM GADGET |
|---|
| 15375 | 18326 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| .. | .. |
|---|
| 15389 | 18340 | M: Mathias Nyman <mathias.nyman@intel.com> |
|---|
| 15390 | 18341 | L: linux-usb@vger.kernel.org |
|---|
| 15391 | 18342 | S: Supported |
|---|
| 15392 | | -F: drivers/usb/host/xhci* |
|---|
| 15393 | 18343 | F: drivers/usb/host/pci-quirks* |
|---|
| 18344 | +F: drivers/usb/host/xhci* |
|---|
| 15394 | 18345 | |
|---|
| 15395 | 18346 | USB ZD1201 DRIVER |
|---|
| 15396 | 18347 | L: linux-wireless@vger.kernel.org |
|---|
| 15397 | | -W: http://linux-lc100020.sourceforge.net |
|---|
| 15398 | 18348 | S: Orphan |
|---|
| 18349 | +W: http://linux-lc100020.sourceforge.net |
|---|
| 15399 | 18350 | F: drivers/net/wireless/zydas/zd1201.* |
|---|
| 15400 | 18351 | |
|---|
| 15401 | 18352 | USB ZR364XX DRIVER |
|---|
| 15402 | 18353 | M: Antoine Jacquet <royale@zerezo.com> |
|---|
| 15403 | 18354 | L: linux-usb@vger.kernel.org |
|---|
| 15404 | 18355 | L: linux-media@vger.kernel.org |
|---|
| 15405 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 15406 | | -W: http://royale.zerezo.com/zr364xx/ |
|---|
| 15407 | 18356 | S: Maintained |
|---|
| 15408 | | -F: Documentation/media/v4l-drivers/zr364xx* |
|---|
| 18357 | +W: http://royale.zerezo.com/zr364xx/ |
|---|
| 18358 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 18359 | +F: Documentation/admin-guide/media/zr364xx* |
|---|
| 15409 | 18360 | F: drivers/media/usb/zr364xx/ |
|---|
| 15410 | 18361 | |
|---|
| 15411 | 18362 | USER-MODE LINUX (UML) |
|---|
| 15412 | 18363 | M: Jeff Dike <jdike@addtoit.com> |
|---|
| 15413 | 18364 | M: Richard Weinberger <richard@nod.at> |
|---|
| 18365 | +M: Anton Ivanov <anton.ivanov@cambridgegreys.com> |
|---|
| 15414 | 18366 | L: linux-um@lists.infradead.org |
|---|
| 15415 | | -W: http://user-mode-linux.sourceforge.net |
|---|
| 15416 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git |
|---|
| 15417 | 18367 | S: Maintained |
|---|
| 15418 | | -F: Documentation/virtual/uml/ |
|---|
| 18368 | +W: http://user-mode-linux.sourceforge.net |
|---|
| 18369 | +Q: https://patchwork.ozlabs.org/project/linux-um/list/ |
|---|
| 18370 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git |
|---|
| 18371 | +F: Documentation/virt/uml/ |
|---|
| 15419 | 18372 | F: arch/um/ |
|---|
| 15420 | 18373 | F: arch/x86/um/ |
|---|
| 15421 | 18374 | F: fs/hostfs/ |
|---|
| 15422 | | -F: fs/hppfs/ |
|---|
| 18375 | + |
|---|
| 18376 | +USERSPACE COPYIN/COPYOUT (UIOVEC) |
|---|
| 18377 | +M: Alexander Viro <viro@zeniv.linux.org.uk> |
|---|
| 18378 | +S: Maintained |
|---|
| 18379 | +F: include/linux/uio.h |
|---|
| 18380 | +F: lib/iov_iter.c |
|---|
| 18381 | + |
|---|
| 18382 | +USERSPACE DMA BUFFER DRIVER |
|---|
| 18383 | +M: Gerd Hoffmann <kraxel@redhat.com> |
|---|
| 18384 | +L: dri-devel@lists.freedesktop.org |
|---|
| 18385 | +S: Maintained |
|---|
| 18386 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 18387 | +F: drivers/dma-buf/udmabuf.c |
|---|
| 18388 | +F: include/uapi/linux/udmabuf.h |
|---|
| 15423 | 18389 | |
|---|
| 15424 | 18390 | USERSPACE I/O (UIO) |
|---|
| 15425 | 18391 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| .. | .. |
|---|
| 15427 | 18393 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
|---|
| 15428 | 18394 | F: Documentation/driver-api/uio-howto.rst |
|---|
| 15429 | 18395 | F: drivers/uio/ |
|---|
| 15430 | | -F: include/linux/uio*.h |
|---|
| 18396 | +F: include/linux/uio_driver.h |
|---|
| 15431 | 18397 | |
|---|
| 15432 | 18398 | UTIL-LINUX PACKAGE |
|---|
| 15433 | 18399 | M: Karel Zak <kzak@redhat.com> |
|---|
| 15434 | 18400 | L: util-linux@vger.kernel.org |
|---|
| 18401 | +S: Maintained |
|---|
| 15435 | 18402 | W: http://en.wikipedia.org/wiki/Util-linux |
|---|
| 15436 | 18403 | T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git |
|---|
| 15437 | | -S: Maintained |
|---|
| 15438 | 18404 | |
|---|
| 15439 | 18405 | UUID HELPERS |
|---|
| 15440 | 18406 | M: Christoph Hellwig <hch@lst.de> |
|---|
| 15441 | 18407 | R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|
| 15442 | 18408 | L: linux-kernel@vger.kernel.org |
|---|
| 18409 | +S: Maintained |
|---|
| 15443 | 18410 | T: git git://git.infradead.org/users/hch/uuid.git |
|---|
| 15444 | | -F: lib/uuid.c |
|---|
| 15445 | | -F: lib/test_uuid.c |
|---|
| 15446 | 18411 | F: include/linux/uuid.h |
|---|
| 15447 | 18412 | F: include/uapi/linux/uuid.h |
|---|
| 15448 | | -S: Maintained |
|---|
| 18413 | +F: lib/test_uuid.c |
|---|
| 18414 | +F: lib/uuid.c |
|---|
| 15449 | 18415 | |
|---|
| 15450 | 18416 | UVESAFB DRIVER |
|---|
| 15451 | 18417 | M: Michal Januszewski <spock@gentoo.org> |
|---|
| 15452 | 18418 | L: linux-fbdev@vger.kernel.org |
|---|
| 15453 | | -W: https://github.com/mjanusz/v86d |
|---|
| 15454 | 18419 | S: Maintained |
|---|
| 15455 | | -F: Documentation/fb/uvesafb.txt |
|---|
| 18420 | +W: https://github.com/mjanusz/v86d |
|---|
| 18421 | +F: Documentation/fb/uvesafb.rst |
|---|
| 15456 | 18422 | F: drivers/video/fbdev/uvesafb.* |
|---|
| 18423 | + |
|---|
| 18424 | +Ux500 CLOCK DRIVERS |
|---|
| 18425 | +M: Ulf Hansson <ulf.hansson@linaro.org> |
|---|
| 18426 | +L: linux-clk@vger.kernel.org |
|---|
| 18427 | +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
|---|
| 18428 | +S: Maintained |
|---|
| 18429 | +F: drivers/clk/ux500/ |
|---|
| 15457 | 18430 | |
|---|
| 15458 | 18431 | VF610 NAND DRIVER |
|---|
| 15459 | 18432 | M: Stefan Agner <stefan@agner.ch> |
|---|
| .. | .. |
|---|
| 15464 | 18437 | VFAT/FAT/MSDOS FILESYSTEM |
|---|
| 15465 | 18438 | M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> |
|---|
| 15466 | 18439 | S: Maintained |
|---|
| 15467 | | -F: Documentation/filesystems/vfat.txt |
|---|
| 18440 | +F: Documentation/filesystems/vfat.rst |
|---|
| 15468 | 18441 | F: fs/fat/ |
|---|
| 15469 | 18442 | |
|---|
| 15470 | 18443 | VFIO DRIVER |
|---|
| 15471 | 18444 | M: Alex Williamson <alex.williamson@redhat.com> |
|---|
| 18445 | +R: Cornelia Huck <cohuck@redhat.com> |
|---|
| 15472 | 18446 | L: kvm@vger.kernel.org |
|---|
| 15473 | | -T: git git://github.com/awilliam/linux-vfio.git |
|---|
| 15474 | 18447 | S: Maintained |
|---|
| 15475 | | -F: Documentation/vfio.txt |
|---|
| 18448 | +T: git git://github.com/awilliam/linux-vfio.git |
|---|
| 18449 | +F: Documentation/driver-api/vfio.rst |
|---|
| 15476 | 18450 | F: drivers/vfio/ |
|---|
| 15477 | 18451 | F: include/linux/vfio.h |
|---|
| 15478 | 18452 | F: include/uapi/linux/vfio.h |
|---|
| 18453 | + |
|---|
| 18454 | +VFIO FSL-MC DRIVER |
|---|
| 18455 | +M: Diana Craciun <diana.craciun@oss.nxp.com> |
|---|
| 18456 | +L: kvm@vger.kernel.org |
|---|
| 18457 | +S: Maintained |
|---|
| 18458 | +F: drivers/vfio/fsl-mc/ |
|---|
| 15479 | 18459 | |
|---|
| 15480 | 18460 | VFIO MEDIATED DEVICE DRIVERS |
|---|
| 15481 | 18461 | M: Kirti Wankhede <kwankhede@nvidia.com> |
|---|
| 15482 | 18462 | L: kvm@vger.kernel.org |
|---|
| 15483 | 18463 | S: Maintained |
|---|
| 15484 | | -F: Documentation/vfio-mediated-device.txt |
|---|
| 18464 | +F: Documentation/driver-api/vfio-mediated-device.rst |
|---|
| 15485 | 18465 | F: drivers/vfio/mdev/ |
|---|
| 15486 | 18466 | F: include/linux/mdev.h |
|---|
| 15487 | 18467 | F: samples/vfio-mdev/ |
|---|
| .. | .. |
|---|
| 15495 | 18475 | VGA_SWITCHEROO |
|---|
| 15496 | 18476 | R: Lukas Wunner <lukas@wunner.de> |
|---|
| 15497 | 18477 | S: Maintained |
|---|
| 18478 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 15498 | 18479 | F: Documentation/gpu/vga-switcheroo.rst |
|---|
| 15499 | 18480 | F: drivers/gpu/vga/vga_switcheroo.c |
|---|
| 15500 | 18481 | F: include/linux/vga_switcheroo.h |
|---|
| 15501 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 15502 | 18482 | |
|---|
| 15503 | 18483 | VIA RHINE NETWORK DRIVER |
|---|
| 15504 | | -S: Orphan |
|---|
| 18484 | +S: Maintained |
|---|
| 18485 | +M: Kevin Brace <kevinbrace@bracecomputerlab.com> |
|---|
| 15505 | 18486 | F: drivers/net/ethernet/via/via-rhine.c |
|---|
| 15506 | 18487 | |
|---|
| 15507 | 18488 | VIA SD/MMC CARD CONTROLLER DRIVER |
|---|
| .. | .. |
|---|
| 15514 | 18495 | M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> |
|---|
| 15515 | 18496 | L: linux-fbdev@vger.kernel.org |
|---|
| 15516 | 18497 | S: Maintained |
|---|
| 18498 | +F: drivers/video/fbdev/via/ |
|---|
| 15517 | 18499 | F: include/linux/via-core.h |
|---|
| 15518 | 18500 | F: include/linux/via-gpio.h |
|---|
| 15519 | 18501 | F: include/linux/via_i2c.h |
|---|
| 15520 | | -F: drivers/video/fbdev/via/ |
|---|
| 15521 | 18502 | |
|---|
| 15522 | 18503 | VIA VELOCITY NETWORK DRIVER |
|---|
| 15523 | 18504 | M: Francois Romieu <romieu@fr.zoreil.com> |
|---|
| .. | .. |
|---|
| 15526 | 18507 | F: drivers/net/ethernet/via/via-velocity.* |
|---|
| 15527 | 18508 | |
|---|
| 15528 | 18509 | VICODEC VIRTUAL CODEC DRIVER |
|---|
| 15529 | | -M: Hans Verkuil <hans.verkuil@cisco.com> |
|---|
| 18510 | +M: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
|---|
| 15530 | 18511 | L: linux-media@vger.kernel.org |
|---|
| 15531 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 18512 | +S: Maintained |
|---|
| 15532 | 18513 | W: https://linuxtv.org |
|---|
| 15533 | | -S: Maintained |
|---|
| 15534 | | -F: drivers/media/platform/vicodec/* |
|---|
| 15535 | | - |
|---|
| 15536 | | -VIDEO MULTIPLEXER DRIVER |
|---|
| 15537 | | -M: Philipp Zabel <p.zabel@pengutronix.de> |
|---|
| 15538 | | -L: linux-media@vger.kernel.org |
|---|
| 15539 | | -S: Maintained |
|---|
| 15540 | | -F: drivers/media/platform/video-mux.c |
|---|
| 18514 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 18515 | +F: drivers/media/test-drivers/vicodec/* |
|---|
| 15541 | 18516 | |
|---|
| 15542 | 18517 | VIDEO I2C POLLING DRIVER |
|---|
| 15543 | 18518 | M: Matt Ranostay <matt.ranostay@konsulko.com> |
|---|
| .. | .. |
|---|
| 15545 | 18520 | S: Maintained |
|---|
| 15546 | 18521 | F: drivers/media/i2c/video-i2c.c |
|---|
| 15547 | 18522 | |
|---|
| 15548 | | -VIDEOBUF2 FRAMEWORK |
|---|
| 15549 | | -M: Pawel Osciak <pawel@osciak.com> |
|---|
| 15550 | | -M: Marek Szyprowski <m.szyprowski@samsung.com> |
|---|
| 15551 | | -M: Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 18523 | +VIDEO MULTIPLEXER DRIVER |
|---|
| 18524 | +M: Philipp Zabel <p.zabel@pengutronix.de> |
|---|
| 15552 | 18525 | L: linux-media@vger.kernel.org |
|---|
| 15553 | 18526 | S: Maintained |
|---|
| 15554 | | -F: drivers/media/v4l2-core/videobuf2-* |
|---|
| 18527 | +F: drivers/media/platform/video-mux.c |
|---|
| 18528 | + |
|---|
| 18529 | +VIDEOBUF2 FRAMEWORK |
|---|
| 18530 | +M: Tomasz Figa <tfiga@chromium.org> |
|---|
| 18531 | +M: Marek Szyprowski <m.szyprowski@samsung.com> |
|---|
| 18532 | +L: linux-media@vger.kernel.org |
|---|
| 18533 | +S: Maintained |
|---|
| 18534 | +F: drivers/media/common/videobuf2/* |
|---|
| 15555 | 18535 | F: include/media/videobuf2-* |
|---|
| 15556 | 18536 | |
|---|
| 15557 | 18537 | VIMC VIRTUAL MEDIA CONTROLLER DRIVER |
|---|
| 15558 | 18538 | M: Helen Koike <helen.koike@collabora.com> |
|---|
| 18539 | +R: Shuah Khan <skhan@linuxfoundation.org> |
|---|
| 15559 | 18540 | L: linux-media@vger.kernel.org |
|---|
| 15560 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 15561 | | -W: https://linuxtv.org |
|---|
| 15562 | 18541 | S: Maintained |
|---|
| 15563 | | -F: drivers/media/platform/vimc/* |
|---|
| 18542 | +W: https://linuxtv.org |
|---|
| 18543 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 18544 | +F: drivers/media/test-drivers/vimc/* |
|---|
| 15564 | 18545 | |
|---|
| 15565 | 18546 | VIRT LIB |
|---|
| 15566 | 18547 | M: Alex Williamson <alex.williamson@redhat.com> |
|---|
| .. | .. |
|---|
| 15571 | 18552 | |
|---|
| 15572 | 18553 | VIRTIO AND VHOST VSOCK DRIVER |
|---|
| 15573 | 18554 | M: Stefan Hajnoczi <stefanha@redhat.com> |
|---|
| 18555 | +M: Stefano Garzarella <sgarzare@redhat.com> |
|---|
| 15574 | 18556 | L: kvm@vger.kernel.org |
|---|
| 15575 | 18557 | L: virtualization@lists.linux-foundation.org |
|---|
| 15576 | 18558 | L: netdev@vger.kernel.org |
|---|
| 15577 | 18559 | S: Maintained |
|---|
| 15578 | | -F: include/linux/virtio_vsock.h |
|---|
| 15579 | | -F: include/uapi/linux/virtio_vsock.h |
|---|
| 15580 | | -F: include/uapi/linux/vsockmon.h |
|---|
| 15581 | | -F: include/uapi/linux/vm_sockets_diag.h |
|---|
| 15582 | | -F: net/vmw_vsock/diag.c |
|---|
| 15583 | | -F: net/vmw_vsock/af_vsock_tap.c |
|---|
| 15584 | | -F: net/vmw_vsock/virtio_transport_common.c |
|---|
| 15585 | | -F: net/vmw_vsock/virtio_transport.c |
|---|
| 15586 | 18560 | F: drivers/net/vsockmon.c |
|---|
| 15587 | 18561 | F: drivers/vhost/vsock.c |
|---|
| 15588 | | -F: drivers/vhost/vsock.h |
|---|
| 18562 | +F: include/linux/virtio_vsock.h |
|---|
| 18563 | +F: include/uapi/linux/virtio_vsock.h |
|---|
| 18564 | +F: include/uapi/linux/vm_sockets_diag.h |
|---|
| 18565 | +F: include/uapi/linux/vsockmon.h |
|---|
| 18566 | +F: net/vmw_vsock/af_vsock_tap.c |
|---|
| 18567 | +F: net/vmw_vsock/diag.c |
|---|
| 18568 | +F: net/vmw_vsock/virtio_transport.c |
|---|
| 18569 | +F: net/vmw_vsock/virtio_transport_common.c |
|---|
| 18570 | +F: net/vmw_vsock/vsock_loopback.c |
|---|
| 15589 | 18571 | F: tools/testing/vsock/ |
|---|
| 18572 | + |
|---|
| 18573 | +VIRTIO BLOCK AND SCSI DRIVERS |
|---|
| 18574 | +M: "Michael S. Tsirkin" <mst@redhat.com> |
|---|
| 18575 | +M: Jason Wang <jasowang@redhat.com> |
|---|
| 18576 | +R: Paolo Bonzini <pbonzini@redhat.com> |
|---|
| 18577 | +R: Stefan Hajnoczi <stefanha@redhat.com> |
|---|
| 18578 | +L: virtualization@lists.linux-foundation.org |
|---|
| 18579 | +S: Maintained |
|---|
| 18580 | +F: drivers/block/virtio_blk.c |
|---|
| 18581 | +F: drivers/scsi/virtio_scsi.c |
|---|
| 18582 | +F: drivers/vhost/scsi.c |
|---|
| 18583 | +F: include/uapi/linux/virtio_blk.h |
|---|
| 18584 | +F: include/uapi/linux/virtio_scsi.h |
|---|
| 15590 | 18585 | |
|---|
| 15591 | 18586 | VIRTIO CONSOLE DRIVER |
|---|
| 15592 | 18587 | M: Amit Shah <amit@kernel.org> |
|---|
| .. | .. |
|---|
| 15596 | 18591 | F: include/linux/virtio_console.h |
|---|
| 15597 | 18592 | F: include/uapi/linux/virtio_console.h |
|---|
| 15598 | 18593 | |
|---|
| 15599 | | -VIRTIO CORE, NET AND BLOCK DRIVERS |
|---|
| 18594 | +VIRTIO CORE AND NET DRIVERS |
|---|
| 15600 | 18595 | M: "Michael S. Tsirkin" <mst@redhat.com> |
|---|
| 15601 | 18596 | M: Jason Wang <jasowang@redhat.com> |
|---|
| 15602 | 18597 | L: virtualization@lists.linux-foundation.org |
|---|
| 15603 | 18598 | S: Maintained |
|---|
| 15604 | 18599 | F: Documentation/devicetree/bindings/virtio/ |
|---|
| 15605 | | -F: drivers/virtio/ |
|---|
| 15606 | | -F: tools/virtio/ |
|---|
| 15607 | | -F: drivers/net/virtio_net.c |
|---|
| 15608 | 18600 | F: drivers/block/virtio_blk.c |
|---|
| 18601 | +F: drivers/crypto/virtio/ |
|---|
| 18602 | +F: drivers/net/virtio_net.c |
|---|
| 18603 | +F: drivers/vdpa/ |
|---|
| 18604 | +F: drivers/virtio/ |
|---|
| 18605 | +F: include/linux/vdpa.h |
|---|
| 15609 | 18606 | F: include/linux/virtio*.h |
|---|
| 15610 | 18607 | F: include/uapi/linux/virtio_*.h |
|---|
| 15611 | | -F: drivers/crypto/virtio/ |
|---|
| 18608 | +F: tools/virtio/ |
|---|
| 18609 | + |
|---|
| 18610 | +VIRTIO BALLOON |
|---|
| 18611 | +M: "Michael S. Tsirkin" <mst@redhat.com> |
|---|
| 18612 | +M: David Hildenbrand <david@redhat.com> |
|---|
| 18613 | +L: virtualization@lists.linux-foundation.org |
|---|
| 18614 | +S: Maintained |
|---|
| 18615 | +F: drivers/virtio/virtio_balloon.c |
|---|
| 18616 | +F: include/uapi/linux/virtio_balloon.h |
|---|
| 18617 | +F: include/linux/balloon_compaction.h |
|---|
| 15612 | 18618 | F: mm/balloon_compaction.c |
|---|
| 15613 | 18619 | |
|---|
| 15614 | 18620 | VIRTIO CRYPTO DRIVER |
|---|
| .. | .. |
|---|
| 15626 | 18632 | L: virtualization@lists.linux-foundation.org |
|---|
| 15627 | 18633 | L: kvm@vger.kernel.org |
|---|
| 15628 | 18634 | S: Supported |
|---|
| 15629 | | -F: drivers/s390/virtio/ |
|---|
| 15630 | 18635 | F: arch/s390/include/uapi/asm/virtio-ccw.h |
|---|
| 18636 | +F: drivers/s390/virtio/ |
|---|
| 18637 | + |
|---|
| 18638 | +VIRTIO FILE SYSTEM |
|---|
| 18639 | +M: Vivek Goyal <vgoyal@redhat.com> |
|---|
| 18640 | +M: Stefan Hajnoczi <stefanha@redhat.com> |
|---|
| 18641 | +M: Miklos Szeredi <miklos@szeredi.hu> |
|---|
| 18642 | +L: virtualization@lists.linux-foundation.org |
|---|
| 18643 | +L: linux-fsdevel@vger.kernel.org |
|---|
| 18644 | +S: Supported |
|---|
| 18645 | +W: https://virtio-fs.gitlab.io/ |
|---|
| 18646 | +F: Documentation/filesystems/virtiofs.rst |
|---|
| 18647 | +F: fs/fuse/virtio_fs.c |
|---|
| 18648 | +F: include/uapi/linux/virtio_fs.h |
|---|
| 15631 | 18649 | |
|---|
| 15632 | 18650 | VIRTIO GPU DRIVER |
|---|
| 15633 | 18651 | M: David Airlie <airlied@linux.ie> |
|---|
| 15634 | 18652 | M: Gerd Hoffmann <kraxel@redhat.com> |
|---|
| 15635 | 18653 | L: dri-devel@lists.freedesktop.org |
|---|
| 15636 | 18654 | L: virtualization@lists.linux-foundation.org |
|---|
| 15637 | | -T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 15638 | 18655 | S: Maintained |
|---|
| 18656 | +T: git git://anongit.freedesktop.org/drm/drm-misc |
|---|
| 15639 | 18657 | F: drivers/gpu/drm/virtio/ |
|---|
| 15640 | 18658 | F: include/uapi/linux/virtio_gpu.h |
|---|
| 15641 | 18659 | |
|---|
| .. | .. |
|---|
| 15645 | 18663 | L: kvm@vger.kernel.org |
|---|
| 15646 | 18664 | L: virtualization@lists.linux-foundation.org |
|---|
| 15647 | 18665 | L: netdev@vger.kernel.org |
|---|
| 15648 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git |
|---|
| 15649 | 18666 | S: Maintained |
|---|
| 18667 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git |
|---|
| 15650 | 18668 | F: drivers/vhost/ |
|---|
| 18669 | +F: include/linux/vhost_iotlb.h |
|---|
| 15651 | 18670 | F: include/uapi/linux/vhost.h |
|---|
| 15652 | 18671 | |
|---|
| 15653 | 18672 | VIRTIO INPUT DRIVER |
|---|
| .. | .. |
|---|
| 15656 | 18675 | F: drivers/virtio/virtio_input.c |
|---|
| 15657 | 18676 | F: include/uapi/linux/virtio_input.h |
|---|
| 15658 | 18677 | |
|---|
| 18678 | +VIRTIO IOMMU DRIVER |
|---|
| 18679 | +M: Jean-Philippe Brucker <jean-philippe@linaro.org> |
|---|
| 18680 | +L: virtualization@lists.linux-foundation.org |
|---|
| 18681 | +S: Maintained |
|---|
| 18682 | +F: drivers/iommu/virtio-iommu.c |
|---|
| 18683 | +F: include/uapi/linux/virtio_iommu.h |
|---|
| 18684 | + |
|---|
| 18685 | +VIRTIO MEM DRIVER |
|---|
| 18686 | +M: David Hildenbrand <david@redhat.com> |
|---|
| 18687 | +L: virtualization@lists.linux-foundation.org |
|---|
| 18688 | +S: Maintained |
|---|
| 18689 | +W: https://virtio-mem.gitlab.io/ |
|---|
| 18690 | +F: drivers/virtio/virtio_mem.c |
|---|
| 18691 | +F: include/uapi/linux/virtio_mem.h |
|---|
| 18692 | + |
|---|
| 15659 | 18693 | VIRTUAL BOX GUEST DEVICE DRIVER |
|---|
| 15660 | 18694 | M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 15661 | 18695 | M: Arnd Bergmann <arnd@arndb.de> |
|---|
| 15662 | 18696 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 15663 | 18697 | S: Maintained |
|---|
| 18698 | +F: drivers/virt/vboxguest/ |
|---|
| 15664 | 18699 | F: include/linux/vbox_utils.h |
|---|
| 15665 | 18700 | F: include/uapi/linux/vbox*.h |
|---|
| 15666 | | -F: drivers/virt/vboxguest/ |
|---|
| 18701 | + |
|---|
| 18702 | +VIRTUAL BOX SHARED FOLDER VFS DRIVER |
|---|
| 18703 | +M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 18704 | +L: linux-fsdevel@vger.kernel.org |
|---|
| 18705 | +S: Maintained |
|---|
| 18706 | +F: fs/vboxsf/* |
|---|
| 15667 | 18707 | |
|---|
| 15668 | 18708 | VIRTUAL SERIO DEVICE DRIVER |
|---|
| 15669 | 18709 | M: Stephen Chandler Paul <thatslyude@gmail.com> |
|---|
| .. | .. |
|---|
| 15674 | 18714 | VIVID VIRTUAL VIDEO DRIVER |
|---|
| 15675 | 18715 | M: Hans Verkuil <hverkuil@xs4all.nl> |
|---|
| 15676 | 18716 | L: linux-media@vger.kernel.org |
|---|
| 15677 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 15678 | | -W: https://linuxtv.org |
|---|
| 15679 | 18717 | S: Maintained |
|---|
| 15680 | | -F: drivers/media/platform/vivid/* |
|---|
| 18718 | +W: https://linuxtv.org |
|---|
| 18719 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 18720 | +F: drivers/media/test-drivers/vivid/* |
|---|
| 18721 | + |
|---|
| 18722 | +VIDTV VIRTUAL DIGITAL TV DRIVER |
|---|
| 18723 | +M: Daniel W. S. Almeida <dwlsalmeida@gmail.com> |
|---|
| 18724 | +L: linux-media@vger.kernel.org |
|---|
| 18725 | +S: Maintained |
|---|
| 18726 | +W: https://linuxtv.org |
|---|
| 18727 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 18728 | +F: drivers/media/test-drivers/vidtv/* |
|---|
| 15681 | 18729 | |
|---|
| 15682 | 18730 | VLYNQ BUS |
|---|
| 15683 | 18731 | M: Florian Fainelli <f.fainelli@gmail.com> |
|---|
| .. | .. |
|---|
| 15690 | 18738 | M: Martyn Welch <martyn@welchs.me.uk> |
|---|
| 15691 | 18739 | M: Manohar Vanga <manohar.vanga@gmail.com> |
|---|
| 15692 | 18740 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|
| 15693 | | -L: devel@driverdev.osuosl.org |
|---|
| 18741 | +L: linux-kernel@vger.kernel.org |
|---|
| 15694 | 18742 | S: Maintained |
|---|
| 15695 | 18743 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
|---|
| 15696 | 18744 | F: Documentation/driver-api/vme.rst |
|---|
| .. | .. |
|---|
| 15699 | 18747 | F: include/linux/vme* |
|---|
| 15700 | 18748 | |
|---|
| 15701 | 18749 | VMWARE BALLOON DRIVER |
|---|
| 15702 | | -M: Xavier Deguillard <xdeguillard@vmware.com> |
|---|
| 15703 | 18750 | M: Nadav Amit <namit@vmware.com> |
|---|
| 15704 | 18751 | M: "VMware, Inc." <pv-drivers@vmware.com> |
|---|
| 15705 | 18752 | L: linux-kernel@vger.kernel.org |
|---|
| .. | .. |
|---|
| 15707 | 18754 | F: drivers/misc/vmw_balloon.c |
|---|
| 15708 | 18755 | |
|---|
| 15709 | 18756 | VMWARE HYPERVISOR INTERFACE |
|---|
| 15710 | | -M: Alok Kataria <akataria@vmware.com> |
|---|
| 18757 | +M: Deep Shah <sdeep@vmware.com> |
|---|
| 18758 | +M: "VMware, Inc." <pv-drivers@vmware.com> |
|---|
| 15711 | 18759 | L: virtualization@lists.linux-foundation.org |
|---|
| 15712 | 18760 | S: Supported |
|---|
| 18761 | +F: arch/x86/include/asm/vmware.h |
|---|
| 15713 | 18762 | F: arch/x86/kernel/cpu/vmware.c |
|---|
| 15714 | 18763 | |
|---|
| 15715 | 18764 | VMWARE PVRDMA DRIVER |
|---|
| .. | .. |
|---|
| 15726 | 18775 | S: Maintained |
|---|
| 15727 | 18776 | F: drivers/scsi/vmw_pvscsi.c |
|---|
| 15728 | 18777 | F: drivers/scsi/vmw_pvscsi.h |
|---|
| 18778 | + |
|---|
| 18779 | +VMWARE VIRTUAL PTP CLOCK DRIVER |
|---|
| 18780 | +M: Vivek Thampi <vithampi@vmware.com> |
|---|
| 18781 | +M: "VMware, Inc." <pv-drivers@vmware.com> |
|---|
| 18782 | +L: netdev@vger.kernel.org |
|---|
| 18783 | +S: Supported |
|---|
| 18784 | +F: drivers/ptp/ptp_vmw.c |
|---|
| 15729 | 18785 | |
|---|
| 15730 | 18786 | VMWARE VMMOUSE SUBDRIVER |
|---|
| 15731 | 18787 | M: "VMware Graphics" <linux-graphics-maintainer@vmware.com> |
|---|
| .. | .. |
|---|
| 15744 | 18800 | |
|---|
| 15745 | 18801 | VOCORE VOCORE2 BOARD |
|---|
| 15746 | 18802 | M: Harvey Hunt <harveyhuntnexus@gmail.com> |
|---|
| 15747 | | -L: linux-mips@linux-mips.org |
|---|
| 18803 | +L: linux-mips@vger.kernel.org |
|---|
| 15748 | 18804 | S: Maintained |
|---|
| 15749 | 18805 | F: arch/mips/boot/dts/ralink/vocore2.dts |
|---|
| 15750 | 18806 | |
|---|
| .. | .. |
|---|
| 15752 | 18808 | M: Liam Girdwood <lgirdwood@gmail.com> |
|---|
| 15753 | 18809 | M: Mark Brown <broonie@kernel.org> |
|---|
| 15754 | 18810 | L: linux-kernel@vger.kernel.org |
|---|
| 18811 | +S: Supported |
|---|
| 15755 | 18812 | W: http://www.slimlogic.co.uk/?p=48 |
|---|
| 15756 | 18813 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git |
|---|
| 15757 | | -S: Supported |
|---|
| 15758 | 18814 | F: Documentation/devicetree/bindings/regulator/ |
|---|
| 15759 | 18815 | F: Documentation/power/regulator/ |
|---|
| 15760 | 18816 | F: drivers/regulator/ |
|---|
| 15761 | 18817 | F: include/dt-bindings/regulator/ |
|---|
| 15762 | 18818 | F: include/linux/regulator/ |
|---|
| 18819 | +K: regulator_get_optional |
|---|
| 15763 | 18820 | |
|---|
| 15764 | 18821 | VRF |
|---|
| 15765 | | -M: David Ahern <dsa@cumulusnetworks.com> |
|---|
| 15766 | | -M: Shrijeet Mukherjee <shm@cumulusnetworks.com> |
|---|
| 18822 | +M: David Ahern <dsahern@kernel.org> |
|---|
| 18823 | +M: Shrijeet Mukherjee <shrijeet@gmail.com> |
|---|
| 15767 | 18824 | L: netdev@vger.kernel.org |
|---|
| 15768 | 18825 | S: Maintained |
|---|
| 18826 | +F: Documentation/networking/vrf.rst |
|---|
| 15769 | 18827 | F: drivers/net/vrf.c |
|---|
| 15770 | | -F: Documentation/networking/vrf.txt |
|---|
| 18828 | + |
|---|
| 18829 | +VSPRINTF |
|---|
| 18830 | +M: Petr Mladek <pmladek@suse.com> |
|---|
| 18831 | +M: Steven Rostedt <rostedt@goodmis.org> |
|---|
| 18832 | +M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|
| 18833 | +R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|
| 18834 | +R: Rasmus Villemoes <linux@rasmusvillemoes.dk> |
|---|
| 18835 | +S: Maintained |
|---|
| 18836 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git |
|---|
| 18837 | +F: Documentation/core-api/printk-formats.rst |
|---|
| 18838 | +F: lib/test_printf.c |
|---|
| 18839 | +F: lib/vsprintf.c |
|---|
| 15771 | 18840 | |
|---|
| 15772 | 18841 | VT1211 HARDWARE MONITOR DRIVER |
|---|
| 15773 | 18842 | M: Juerg Haefliger <juergh@gmail.com> |
|---|
| 15774 | 18843 | L: linux-hwmon@vger.kernel.org |
|---|
| 15775 | 18844 | S: Maintained |
|---|
| 15776 | | -F: Documentation/hwmon/vt1211 |
|---|
| 18845 | +F: Documentation/hwmon/vt1211.rst |
|---|
| 15777 | 18846 | F: drivers/hwmon/vt1211.c |
|---|
| 15778 | 18847 | |
|---|
| 15779 | 18848 | VT8231 HARDWARE MONITOR DRIVER |
|---|
| .. | .. |
|---|
| 15783 | 18852 | F: drivers/hwmon/vt8231.c |
|---|
| 15784 | 18853 | |
|---|
| 15785 | 18854 | VUB300 USB to SDIO/SD/MMC bridge chip |
|---|
| 15786 | | -M: Tony Olech <tony.olech@elandigitalsystems.com> |
|---|
| 15787 | 18855 | L: linux-mmc@vger.kernel.org |
|---|
| 15788 | | -L: linux-usb@vger.kernel.org |
|---|
| 15789 | | -S: Supported |
|---|
| 18856 | +S: Orphan |
|---|
| 15790 | 18857 | F: drivers/mmc/host/vub300.c |
|---|
| 15791 | 18858 | |
|---|
| 15792 | 18859 | W1 DALLAS'S 1-WIRE BUS |
|---|
| .. | .. |
|---|
| 15801 | 18868 | M: Marc Hulsman <m.hulsman@tudelft.nl> |
|---|
| 15802 | 18869 | L: linux-hwmon@vger.kernel.org |
|---|
| 15803 | 18870 | S: Maintained |
|---|
| 15804 | | -F: Documentation/hwmon/w83791d |
|---|
| 18871 | +F: Documentation/hwmon/w83791d.rst |
|---|
| 15805 | 18872 | F: drivers/hwmon/w83791d.c |
|---|
| 15806 | 18873 | |
|---|
| 15807 | 18874 | W83793 HARDWARE MONITORING DRIVER |
|---|
| 15808 | 18875 | M: Rudolf Marek <r.marek@assembler.cz> |
|---|
| 15809 | 18876 | L: linux-hwmon@vger.kernel.org |
|---|
| 15810 | 18877 | S: Maintained |
|---|
| 15811 | | -F: Documentation/hwmon/w83793 |
|---|
| 18878 | +F: Documentation/hwmon/w83793.rst |
|---|
| 15812 | 18879 | F: drivers/hwmon/w83793.c |
|---|
| 15813 | 18880 | |
|---|
| 15814 | 18881 | W83795 HARDWARE MONITORING DRIVER |
|---|
| .. | .. |
|---|
| 15833 | 18900 | M: Wim Van Sebroeck <wim@linux-watchdog.org> |
|---|
| 15834 | 18901 | M: Guenter Roeck <linux@roeck-us.net> |
|---|
| 15835 | 18902 | L: linux-watchdog@vger.kernel.org |
|---|
| 18903 | +S: Maintained |
|---|
| 15836 | 18904 | W: http://www.linux-watchdog.org/ |
|---|
| 15837 | 18905 | T: git git://www.linux-watchdog.org/linux-watchdog.git |
|---|
| 15838 | | -S: Maintained |
|---|
| 15839 | 18906 | F: Documentation/devicetree/bindings/watchdog/ |
|---|
| 15840 | 18907 | F: Documentation/watchdog/ |
|---|
| 15841 | 18908 | F: drivers/watchdog/ |
|---|
| .. | .. |
|---|
| 15848 | 18915 | S: Maintained |
|---|
| 15849 | 18916 | F: drivers/gpio/gpio-wcove.c |
|---|
| 15850 | 18917 | |
|---|
| 18918 | +WHWAVE RTC DRIVER |
|---|
| 18919 | +M: Dianlong Li <long17.cool@163.com> |
|---|
| 18920 | +L: linux-rtc@vger.kernel.org |
|---|
| 18921 | +S: Maintained |
|---|
| 18922 | +F: drivers/rtc/rtc-sd3078.c |
|---|
| 18923 | + |
|---|
| 15851 | 18924 | WIIMOTE HID DRIVER |
|---|
| 15852 | | -M: David Herrmann <dh.herrmann@googlemail.com> |
|---|
| 18925 | +M: David Rheinsberg <david.rheinsberg@gmail.com> |
|---|
| 15853 | 18926 | L: linux-input@vger.kernel.org |
|---|
| 15854 | 18927 | S: Maintained |
|---|
| 15855 | 18928 | F: drivers/hid/hid-wiimote* |
|---|
| .. | .. |
|---|
| 15859 | 18932 | L: linux-wireless@vger.kernel.org |
|---|
| 15860 | 18933 | L: wil6210@qti.qualcomm.com |
|---|
| 15861 | 18934 | S: Supported |
|---|
| 15862 | | -W: http://wireless.kernel.org/en/users/Drivers/wil6210 |
|---|
| 18935 | +W: https://wireless.wiki.kernel.org/en/users/Drivers/wil6210 |
|---|
| 15863 | 18936 | F: drivers/net/wireless/ath/wil6210/ |
|---|
| 15864 | 18937 | |
|---|
| 15865 | 18938 | WIMAX STACK |
|---|
| .. | .. |
|---|
| 15868 | 18941 | L: wimax@linuxwimax.org (subscribers-only) |
|---|
| 15869 | 18942 | S: Supported |
|---|
| 15870 | 18943 | W: http://linuxwimax.org |
|---|
| 15871 | | -F: Documentation/wimax/README.wimax |
|---|
| 18944 | +F: Documentation/admin-guide/wimax/wimax.rst |
|---|
| 15872 | 18945 | F: include/linux/wimax/debug.h |
|---|
| 15873 | 18946 | F: include/net/wimax.h |
|---|
| 15874 | 18947 | F: include/uapi/linux/wimax.h |
|---|
| .. | .. |
|---|
| 15893 | 18966 | |
|---|
| 15894 | 18967 | WIREGUARD SECURE NETWORK TUNNEL |
|---|
| 15895 | 18968 | M: Jason A. Donenfeld <Jason@zx2c4.com> |
|---|
| 18969 | +L: wireguard@lists.zx2c4.com |
|---|
| 18970 | +L: netdev@vger.kernel.org |
|---|
| 15896 | 18971 | S: Maintained |
|---|
| 15897 | 18972 | F: drivers/net/wireguard/ |
|---|
| 15898 | 18973 | F: tools/testing/selftests/wireguard/ |
|---|
| 15899 | | -L: wireguard@lists.zx2c4.com |
|---|
| 15900 | | -L: netdev@vger.kernel.org |
|---|
| 15901 | 18974 | |
|---|
| 15902 | 18975 | WISTRON LAPTOP BUTTON DRIVER |
|---|
| 15903 | 18976 | M: Miloslav Trmac <mitr@volny.cz> |
|---|
| .. | .. |
|---|
| 15911 | 18984 | |
|---|
| 15912 | 18985 | WOLFSON MICROELECTRONICS DRIVERS |
|---|
| 15913 | 18986 | L: patches@opensource.cirrus.com |
|---|
| 15914 | | -T: git https://github.com/CirrusLogic/linux-drivers.git |
|---|
| 15915 | | -W: https://github.com/CirrusLogic/linux-drivers/wiki |
|---|
| 15916 | 18987 | S: Supported |
|---|
| 15917 | | -F: Documentation/hwmon/wm83?? |
|---|
| 15918 | | -F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt |
|---|
| 15919 | | -F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt |
|---|
| 15920 | | -F: Documentation/devicetree/bindings/mfd/arizona.txt |
|---|
| 18988 | +W: https://github.com/CirrusLogic/linux-drivers/wiki |
|---|
| 18989 | +T: git https://github.com/CirrusLogic/linux-drivers.git |
|---|
| 18990 | +F: Documentation/devicetree/bindings/extcon/wlf,arizona.yaml |
|---|
| 18991 | +F: Documentation/devicetree/bindings/mfd/wlf,arizona.yaml |
|---|
| 15921 | 18992 | F: Documentation/devicetree/bindings/mfd/wm831x.txt |
|---|
| 15922 | | -F: Documentation/devicetree/bindings/sound/wlf,arizona.txt |
|---|
| 15923 | | -F: arch/arm/mach-s3c64xx/mach-crag6410* |
|---|
| 18993 | +F: Documentation/devicetree/bindings/regulator/wlf,arizona.yaml |
|---|
| 18994 | +F: Documentation/devicetree/bindings/sound/wlf,arizona.yaml |
|---|
| 18995 | +F: Documentation/hwmon/wm83??.rst |
|---|
| 18996 | +F: arch/arm/mach-s3c/mach-crag6410* |
|---|
| 15924 | 18997 | F: drivers/clk/clk-wm83*.c |
|---|
| 15925 | 18998 | F: drivers/extcon/extcon-arizona.c |
|---|
| 15926 | | -F: drivers/leds/leds-wm83*.c |
|---|
| 15927 | 18999 | F: drivers/gpio/gpio-*wm*.c |
|---|
| 15928 | 19000 | F: drivers/gpio/gpio-arizona.c |
|---|
| 15929 | 19001 | F: drivers/hwmon/wm83??-hwmon.c |
|---|
| 15930 | 19002 | F: drivers/input/misc/wm831x-on.c |
|---|
| 15931 | 19003 | F: drivers/input/touchscreen/wm831x-ts.c |
|---|
| 15932 | 19004 | F: drivers/input/touchscreen/wm97*.c |
|---|
| 19005 | +F: drivers/leds/leds-wm83*.c |
|---|
| 15933 | 19006 | F: drivers/mfd/arizona* |
|---|
| 15934 | | -F: drivers/mfd/wm*.c |
|---|
| 15935 | 19007 | F: drivers/mfd/cs47l24* |
|---|
| 19008 | +F: drivers/mfd/wm*.c |
|---|
| 15936 | 19009 | F: drivers/power/supply/wm83*.c |
|---|
| 15937 | | -F: drivers/rtc/rtc-wm83*.c |
|---|
| 15938 | | -F: drivers/regulator/wm8*.c |
|---|
| 15939 | 19010 | F: drivers/regulator/arizona* |
|---|
| 19011 | +F: drivers/regulator/wm8*.c |
|---|
| 19012 | +F: drivers/rtc/rtc-wm83*.c |
|---|
| 15940 | 19013 | F: drivers/video/backlight/wm83*_bl.c |
|---|
| 15941 | 19014 | F: drivers/watchdog/wm83*_wdt.c |
|---|
| 15942 | 19015 | F: include/linux/mfd/arizona/ |
|---|
| .. | .. |
|---|
| 15947 | 19020 | F: include/linux/wm97xx.h |
|---|
| 15948 | 19021 | F: include/sound/wm????.h |
|---|
| 15949 | 19022 | F: sound/soc/codecs/arizona.? |
|---|
| 15950 | | -F: sound/soc/codecs/wm* |
|---|
| 15951 | 19023 | F: sound/soc/codecs/cs47l24* |
|---|
| 19024 | +F: sound/soc/codecs/wm* |
|---|
| 15952 | 19025 | |
|---|
| 15953 | 19026 | WORKQUEUE |
|---|
| 15954 | 19027 | M: Tejun Heo <tj@kernel.org> |
|---|
| 15955 | 19028 | R: Lai Jiangshan <jiangshanlai@gmail.com> |
|---|
| 15956 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git |
|---|
| 15957 | 19029 | S: Maintained |
|---|
| 19030 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git |
|---|
| 19031 | +F: Documentation/core-api/workqueue.rst |
|---|
| 15958 | 19032 | F: include/linux/workqueue.h |
|---|
| 15959 | 19033 | F: kernel/workqueue.c |
|---|
| 15960 | | -F: Documentation/core-api/workqueue.rst |
|---|
| 15961 | 19034 | |
|---|
| 15962 | 19035 | X-POWERS AXP288 PMIC DRIVERS |
|---|
| 15963 | 19036 | M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 15964 | 19037 | S: Maintained |
|---|
| 15965 | | -N: axp288 |
|---|
| 15966 | 19038 | F: drivers/acpi/pmic/intel_pmic_xpower.c |
|---|
| 19039 | +N: axp288 |
|---|
| 15967 | 19040 | |
|---|
| 15968 | 19041 | X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS |
|---|
| 15969 | 19042 | M: Chen-Yu Tsai <wens@csie.org> |
|---|
| .. | .. |
|---|
| 15971 | 19044 | S: Maintained |
|---|
| 15972 | 19045 | N: axp[128] |
|---|
| 15973 | 19046 | |
|---|
| 15974 | | -X.25 NETWORK LAYER |
|---|
| 15975 | | -M: Andrew Hendry <andrew.hendry@gmail.com> |
|---|
| 19047 | +X.25 STACK |
|---|
| 19048 | +M: Martin Schiller <ms@dev.tdt.de> |
|---|
| 15976 | 19049 | L: linux-x25@vger.kernel.org |
|---|
| 15977 | | -S: Odd Fixes |
|---|
| 19050 | +S: Maintained |
|---|
| 19051 | +F: Documentation/networking/lapb-module.rst |
|---|
| 15978 | 19052 | F: Documentation/networking/x25* |
|---|
| 19053 | +F: drivers/net/wan/hdlc_x25.c |
|---|
| 19054 | +F: drivers/net/wan/lapbether.c |
|---|
| 19055 | +F: include/*/lapb.h |
|---|
| 15979 | 19056 | F: include/net/x25* |
|---|
| 19057 | +F: include/uapi/linux/x25.h |
|---|
| 19058 | +F: net/lapb/ |
|---|
| 15980 | 19059 | F: net/x25/ |
|---|
| 15981 | 19060 | |
|---|
| 15982 | 19061 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
|---|
| 15983 | 19062 | M: Thomas Gleixner <tglx@linutronix.de> |
|---|
| 15984 | 19063 | M: Ingo Molnar <mingo@redhat.com> |
|---|
| 15985 | 19064 | M: Borislav Petkov <bp@alien8.de> |
|---|
| 15986 | | -R: "H. Peter Anvin" <hpa@zytor.com> |
|---|
| 15987 | 19065 | M: x86@kernel.org |
|---|
| 19066 | +R: "H. Peter Anvin" <hpa@zytor.com> |
|---|
| 15988 | 19067 | L: linux-kernel@vger.kernel.org |
|---|
| 15989 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core |
|---|
| 15990 | 19068 | S: Maintained |
|---|
| 19069 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core |
|---|
| 15991 | 19070 | F: Documentation/devicetree/bindings/x86/ |
|---|
| 15992 | 19071 | F: Documentation/x86/ |
|---|
| 15993 | 19072 | F: arch/x86/ |
|---|
| .. | .. |
|---|
| 15995 | 19074 | X86 ENTRY CODE |
|---|
| 15996 | 19075 | M: Andy Lutomirski <luto@kernel.org> |
|---|
| 15997 | 19076 | L: linux-kernel@vger.kernel.org |
|---|
| 15998 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm |
|---|
| 15999 | 19077 | S: Maintained |
|---|
| 19078 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm |
|---|
| 16000 | 19079 | F: arch/x86/entry/ |
|---|
| 16001 | 19080 | |
|---|
| 16002 | 19081 | X86 MCE INFRASTRUCTURE |
|---|
| .. | .. |
|---|
| 16004 | 19083 | M: Borislav Petkov <bp@alien8.de> |
|---|
| 16005 | 19084 | L: linux-edac@vger.kernel.org |
|---|
| 16006 | 19085 | S: Maintained |
|---|
| 16007 | | -F: arch/x86/kernel/cpu/mcheck/* |
|---|
| 19086 | +F: arch/x86/kernel/cpu/mce/* |
|---|
| 16008 | 19087 | |
|---|
| 16009 | 19088 | X86 MICROCODE UPDATE SUPPORT |
|---|
| 16010 | 19089 | M: Borislav Petkov <bp@alien8.de> |
|---|
| .. | .. |
|---|
| 16016 | 19095 | M: Andy Lutomirski <luto@kernel.org> |
|---|
| 16017 | 19096 | M: Peter Zijlstra <peterz@infradead.org> |
|---|
| 16018 | 19097 | L: linux-kernel@vger.kernel.org |
|---|
| 16019 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm |
|---|
| 16020 | 19098 | S: Maintained |
|---|
| 19099 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm |
|---|
| 16021 | 19100 | F: arch/x86/mm/ |
|---|
| 16022 | 19101 | |
|---|
| 16023 | 19102 | X86 PLATFORM DRIVERS |
|---|
| 16024 | | -M: Darren Hart <dvhart@infradead.org> |
|---|
| 16025 | | -M: Andy Shevchenko <andy@infradead.org> |
|---|
| 19103 | +M: Hans de Goede <hdegoede@redhat.com> |
|---|
| 19104 | +M: Mark Gross <mgross@linux.intel.com> |
|---|
| 16026 | 19105 | L: platform-driver-x86@vger.kernel.org |
|---|
| 16027 | | -T: git git://git.infradead.org/linux-platform-drivers-x86.git |
|---|
| 16028 | 19106 | S: Maintained |
|---|
| 16029 | | -F: drivers/platform/x86/ |
|---|
| 19107 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git |
|---|
| 16030 | 19108 | F: drivers/platform/olpc/ |
|---|
| 19109 | +F: drivers/platform/x86/ |
|---|
| 19110 | + |
|---|
| 19111 | +X86 PLATFORM DRIVERS - ARCH |
|---|
| 19112 | +R: Darren Hart <dvhart@infradead.org> |
|---|
| 19113 | +R: Andy Shevchenko <andy@infradead.org> |
|---|
| 19114 | +L: platform-driver-x86@vger.kernel.org |
|---|
| 19115 | +L: x86@kernel.org |
|---|
| 19116 | +S: Maintained |
|---|
| 19117 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core |
|---|
| 19118 | +F: arch/x86/platform |
|---|
| 19119 | + |
|---|
| 19120 | +X86 PLATFORM UV HPE SUPERDOME FLEX |
|---|
| 19121 | +M: Steve Wahl <steve.wahl@hpe.com> |
|---|
| 19122 | +R: Dimitri Sivanich <dimitri.sivanich@hpe.com> |
|---|
| 19123 | +R: Russ Anderson <russ.anderson@hpe.com> |
|---|
| 19124 | +S: Supported |
|---|
| 19125 | +F: arch/x86/include/asm/uv/ |
|---|
| 19126 | +F: arch/x86/kernel/apic/x2apic_uv_x.c |
|---|
| 19127 | +F: arch/x86/platform/uv/ |
|---|
| 16031 | 19128 | |
|---|
| 16032 | 19129 | X86 VDSO |
|---|
| 16033 | 19130 | M: Andy Lutomirski <luto@kernel.org> |
|---|
| 16034 | 19131 | L: linux-kernel@vger.kernel.org |
|---|
| 16035 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso |
|---|
| 16036 | 19132 | S: Maintained |
|---|
| 19133 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso |
|---|
| 16037 | 19134 | F: arch/x86/entry/vdso/ |
|---|
| 19135 | + |
|---|
| 19136 | +XARRAY |
|---|
| 19137 | +M: Matthew Wilcox <willy@infradead.org> |
|---|
| 19138 | +L: linux-fsdevel@vger.kernel.org |
|---|
| 19139 | +S: Supported |
|---|
| 19140 | +F: Documentation/core-api/xarray.rst |
|---|
| 19141 | +F: include/linux/idr.h |
|---|
| 19142 | +F: include/linux/xarray.h |
|---|
| 19143 | +F: lib/idr.c |
|---|
| 19144 | +F: lib/xarray.c |
|---|
| 19145 | +F: tools/testing/radix-tree |
|---|
| 19146 | + |
|---|
| 19147 | +XBOX DVD IR REMOTE |
|---|
| 19148 | +M: Benjamin Valentin <benpicco@googlemail.com> |
|---|
| 19149 | +S: Maintained |
|---|
| 19150 | +F: drivers/media/rc/keymaps/rc-xbox-dvd.c |
|---|
| 19151 | +F: drivers/media/rc/xbox_remote.c |
|---|
| 16038 | 19152 | |
|---|
| 16039 | 19153 | XC2028/3028 TUNER DRIVER |
|---|
| 16040 | 19154 | M: Mauro Carvalho Chehab <mchehab@kernel.org> |
|---|
| 16041 | 19155 | L: linux-media@vger.kernel.org |
|---|
| 19156 | +S: Maintained |
|---|
| 16042 | 19157 | W: https://linuxtv.org |
|---|
| 16043 | 19158 | T: git git://linuxtv.org/media_tree.git |
|---|
| 16044 | | -S: Maintained |
|---|
| 16045 | 19159 | F: drivers/media/tuners/tuner-xc2028.* |
|---|
| 19160 | + |
|---|
| 19161 | +XDP (eXpress Data Path) |
|---|
| 19162 | +M: Alexei Starovoitov <ast@kernel.org> |
|---|
| 19163 | +M: Daniel Borkmann <daniel@iogearbox.net> |
|---|
| 19164 | +M: David S. Miller <davem@davemloft.net> |
|---|
| 19165 | +M: Jakub Kicinski <kuba@kernel.org> |
|---|
| 19166 | +M: Jesper Dangaard Brouer <hawk@kernel.org> |
|---|
| 19167 | +M: John Fastabend <john.fastabend@gmail.com> |
|---|
| 19168 | +L: netdev@vger.kernel.org |
|---|
| 19169 | +L: bpf@vger.kernel.org |
|---|
| 19170 | +S: Supported |
|---|
| 19171 | +F: include/net/xdp.h |
|---|
| 19172 | +F: include/net/xdp_priv.h |
|---|
| 19173 | +F: include/trace/events/xdp.h |
|---|
| 19174 | +F: kernel/bpf/cpumap.c |
|---|
| 19175 | +F: kernel/bpf/devmap.c |
|---|
| 19176 | +F: net/core/xdp.c |
|---|
| 19177 | +F: samples/bpf/xdp* |
|---|
| 19178 | +F: tools/testing/selftests/bpf/*xdp* |
|---|
| 19179 | +F: tools/testing/selftests/bpf/*/*xdp* |
|---|
| 19180 | +F: drivers/net/ethernet/*/*/*/*/*xdp* |
|---|
| 19181 | +F: drivers/net/ethernet/*/*/*xdp* |
|---|
| 19182 | +K: (?:\b|_)xdp(?:\b|_) |
|---|
| 16046 | 19183 | |
|---|
| 16047 | 19184 | XDP SOCKETS (AF_XDP) |
|---|
| 16048 | 19185 | M: Björn Töpel <bjorn.topel@intel.com> |
|---|
| 16049 | 19186 | M: Magnus Karlsson <magnus.karlsson@intel.com> |
|---|
| 19187 | +R: Jonathan Lemon <jonathan.lemon@gmail.com> |
|---|
| 16050 | 19188 | L: netdev@vger.kernel.org |
|---|
| 19189 | +L: bpf@vger.kernel.org |
|---|
| 16051 | 19190 | S: Maintained |
|---|
| 16052 | | -F: kernel/bpf/xskmap.c |
|---|
| 19191 | +F: Documentation/networking/af_xdp.rst |
|---|
| 19192 | +F: include/net/xdp_sock* |
|---|
| 19193 | +F: include/net/xsk_buff_pool.h |
|---|
| 19194 | +F: include/uapi/linux/if_xdp.h |
|---|
| 19195 | +F: include/uapi/linux/xdp_diag.h |
|---|
| 19196 | +F: include/net/netns/xdp.h |
|---|
| 16053 | 19197 | F: net/xdp/ |
|---|
| 19198 | +F: samples/bpf/xdpsock* |
|---|
| 19199 | +F: tools/lib/bpf/xsk* |
|---|
| 16054 | 19200 | |
|---|
| 16055 | 19201 | XEN BLOCK SUBSYSTEM |
|---|
| 16056 | 19202 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
|---|
| 16057 | 19203 | M: Roger Pau Monné <roger.pau@citrix.com> |
|---|
| 16058 | 19204 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| 16059 | 19205 | S: Supported |
|---|
| 16060 | | -F: drivers/block/xen-blkback/* |
|---|
| 16061 | 19206 | F: drivers/block/xen* |
|---|
| 19207 | +F: drivers/block/xen-blkback/* |
|---|
| 16062 | 19208 | |
|---|
| 16063 | 19209 | XEN HYPERVISOR ARM |
|---|
| 16064 | 19210 | M: Stefano Stabellini <sstabellini@kernel.org> |
|---|
| 16065 | 19211 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| 16066 | 19212 | S: Maintained |
|---|
| 16067 | | -F: arch/arm/xen/ |
|---|
| 16068 | 19213 | F: arch/arm/include/asm/xen/ |
|---|
| 19214 | +F: arch/arm/xen/ |
|---|
| 16069 | 19215 | |
|---|
| 16070 | 19216 | XEN HYPERVISOR ARM64 |
|---|
| 16071 | 19217 | M: Stefano Stabellini <sstabellini@kernel.org> |
|---|
| 16072 | 19218 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| 16073 | 19219 | S: Maintained |
|---|
| 16074 | | -F: arch/arm64/xen/ |
|---|
| 16075 | 19220 | F: arch/arm64/include/asm/xen/ |
|---|
| 19221 | +F: arch/arm64/xen/ |
|---|
| 16076 | 19222 | |
|---|
| 16077 | 19223 | XEN HYPERVISOR INTERFACE |
|---|
| 16078 | 19224 | M: Boris Ostrovsky <boris.ostrovsky@oracle.com> |
|---|
| 16079 | 19225 | M: Juergen Gross <jgross@suse.com> |
|---|
| 19226 | +R: Stefano Stabellini <sstabellini@kernel.org> |
|---|
| 16080 | 19227 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| 16081 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git |
|---|
| 16082 | 19228 | S: Supported |
|---|
| 19229 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git |
|---|
| 19230 | +F: Documentation/ABI/stable/sysfs-hypervisor-xen |
|---|
| 19231 | +F: Documentation/ABI/testing/sysfs-hypervisor-xen |
|---|
| 19232 | +F: arch/x86/include/asm/pvclock-abi.h |
|---|
| 19233 | +F: arch/x86/include/asm/xen/ |
|---|
| 19234 | +F: arch/x86/platform/pvh/ |
|---|
| 16083 | 19235 | F: arch/x86/xen/ |
|---|
| 16084 | 19236 | F: drivers/*/xen-*front.c |
|---|
| 16085 | 19237 | F: drivers/xen/ |
|---|
| 16086 | | -F: arch/x86/include/asm/xen/ |
|---|
| 16087 | | -F: arch/x86/include/asm/pvclock-abi.h |
|---|
| 16088 | | -F: include/xen/ |
|---|
| 16089 | 19238 | F: include/uapi/xen/ |
|---|
| 16090 | | -F: Documentation/ABI/stable/sysfs-hypervisor-xen |
|---|
| 16091 | | -F: Documentation/ABI/testing/sysfs-hypervisor-xen |
|---|
| 19239 | +F: include/xen/ |
|---|
| 16092 | 19240 | |
|---|
| 16093 | 19241 | XEN NETWORK BACKEND DRIVER |
|---|
| 16094 | | -M: Wei Liu <wei.liu2@citrix.com> |
|---|
| 16095 | | -M: Paul Durrant <paul.durrant@citrix.com> |
|---|
| 19242 | +M: Wei Liu <wei.liu@kernel.org> |
|---|
| 19243 | +M: Paul Durrant <paul@xen.org> |
|---|
| 16096 | 19244 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| 16097 | 19245 | L: netdev@vger.kernel.org |
|---|
| 16098 | 19246 | S: Supported |
|---|
| .. | .. |
|---|
| 16114 | 19262 | F: drivers/xen/xen-scsiback.c |
|---|
| 16115 | 19263 | F: include/xen/interface/io/vscsiif.h |
|---|
| 16116 | 19264 | |
|---|
| 19265 | +XEN SOUND FRONTEND DRIVER |
|---|
| 19266 | +M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> |
|---|
| 19267 | +L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| 19268 | +L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 19269 | +S: Supported |
|---|
| 19270 | +F: sound/xen/* |
|---|
| 19271 | + |
|---|
| 16117 | 19272 | XEN SWIOTLB SUBSYSTEM |
|---|
| 16118 | 19273 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |
|---|
| 16119 | 19274 | L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| .. | .. |
|---|
| 16122 | 19277 | F: arch/x86/xen/*swiotlb* |
|---|
| 16123 | 19278 | F: drivers/xen/*swiotlb* |
|---|
| 16124 | 19279 | |
|---|
| 16125 | | -XEN SOUND FRONTEND DRIVER |
|---|
| 16126 | | -M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> |
|---|
| 16127 | | -L: xen-devel@lists.xenproject.org (moderated for non-subscribers) |
|---|
| 16128 | | -L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
|---|
| 16129 | | -S: Supported |
|---|
| 16130 | | -F: sound/xen/* |
|---|
| 16131 | | - |
|---|
| 16132 | 19280 | XFS FILESYSTEM |
|---|
| 16133 | | -M: Darrick J. Wong <darrick.wong@oracle.com> |
|---|
| 19281 | +M: Amir Goldstein <amir73il@gmail.com> |
|---|
| 19282 | +M: Darrick J. Wong <djwong@kernel.org> |
|---|
| 16134 | 19283 | M: linux-xfs@vger.kernel.org |
|---|
| 16135 | 19284 | L: linux-xfs@vger.kernel.org |
|---|
| 19285 | +S: Supported |
|---|
| 16136 | 19286 | W: http://xfs.org/ |
|---|
| 16137 | 19287 | T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git |
|---|
| 16138 | | -S: Supported |
|---|
| 16139 | | -F: Documentation/filesystems/xfs.txt |
|---|
| 19288 | +F: Documentation/ABI/testing/sysfs-fs-xfs |
|---|
| 19289 | +F: Documentation/admin-guide/xfs.rst |
|---|
| 19290 | +F: Documentation/filesystems/xfs-delayed-logging-design.rst |
|---|
| 19291 | +F: Documentation/filesystems/xfs-self-describing-metadata.rst |
|---|
| 16140 | 19292 | F: fs/xfs/ |
|---|
| 19293 | +F: include/uapi/linux/dqblk_xfs.h |
|---|
| 19294 | +F: include/uapi/linux/fsmap.h |
|---|
| 16141 | 19295 | |
|---|
| 16142 | 19296 | XILINX AXI ETHERNET DRIVER |
|---|
| 16143 | | -M: Anirudha Sarangi <anirudh@xilinx.com> |
|---|
| 16144 | | -M: John Linn <John.Linn@xilinx.com> |
|---|
| 19297 | +M: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com> |
|---|
| 16145 | 19298 | S: Maintained |
|---|
| 16146 | 19299 | F: drivers/net/ethernet/xilinx/xilinx_axienet* |
|---|
| 19300 | + |
|---|
| 19301 | +XILINX CAN DRIVER |
|---|
| 19302 | +M: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> |
|---|
| 19303 | +R: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> |
|---|
| 19304 | +L: linux-can@vger.kernel.org |
|---|
| 19305 | +S: Maintained |
|---|
| 19306 | +F: Documentation/devicetree/bindings/net/can/xilinx_can.txt |
|---|
| 19307 | +F: drivers/net/can/xilinx_can.c |
|---|
| 19308 | + |
|---|
| 19309 | +XILINX SD-FEC IP CORES |
|---|
| 19310 | +M: Derek Kiernan <derek.kiernan@xilinx.com> |
|---|
| 19311 | +M: Dragan Cvetic <dragan.cvetic@xilinx.com> |
|---|
| 19312 | +S: Maintained |
|---|
| 19313 | +F: Documentation/devicetree/bindings/misc/xlnx,sd-fec.txt |
|---|
| 19314 | +F: Documentation/misc-devices/xilinx_sdfec.rst |
|---|
| 19315 | +F: drivers/misc/Kconfig |
|---|
| 19316 | +F: drivers/misc/Makefile |
|---|
| 19317 | +F: drivers/misc/xilinx_sdfec.c |
|---|
| 19318 | +F: include/uapi/misc/xilinx_sdfec.h |
|---|
| 16147 | 19319 | |
|---|
| 16148 | 19320 | XILINX UARTLITE SERIAL DRIVER |
|---|
| 16149 | 19321 | M: Peter Korsgaard <jacmet@sunsite.dk> |
|---|
| .. | .. |
|---|
| 16155 | 19327 | M: Hyun Kwon <hyun.kwon@xilinx.com> |
|---|
| 16156 | 19328 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 16157 | 19329 | L: linux-media@vger.kernel.org |
|---|
| 16158 | | -T: git git://linuxtv.org/media_tree.git |
|---|
| 16159 | 19330 | S: Supported |
|---|
| 19331 | +T: git git://linuxtv.org/media_tree.git |
|---|
| 16160 | 19332 | F: Documentation/devicetree/bindings/media/xilinx/ |
|---|
| 16161 | 19333 | F: drivers/media/platform/xilinx/ |
|---|
| 16162 | 19334 | F: include/uapi/linux/xilinx-v4l2-controls.h |
|---|
| 19335 | + |
|---|
| 19336 | +XILINX ZYNQMP DPDMA DRIVER |
|---|
| 19337 | +M: Hyun Kwon <hyun.kwon@xilinx.com> |
|---|
| 19338 | +M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 19339 | +L: dmaengine@vger.kernel.org |
|---|
| 19340 | +S: Supported |
|---|
| 19341 | +F: Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml |
|---|
| 19342 | +F: drivers/dma/xilinx/xilinx_dpdma.c |
|---|
| 19343 | +F: include/dt-bindings/dma/xlnx-zynqmp-dpdma.h |
|---|
| 19344 | + |
|---|
| 19345 | +XILINX ZYNQMP PSGTR PHY DRIVER |
|---|
| 19346 | +M: Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com> |
|---|
| 19347 | +M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|
| 19348 | +L: linux-kernel@vger.kernel.org |
|---|
| 19349 | +S: Supported |
|---|
| 19350 | +T: git https://github.com/Xilinx/linux-xlnx.git |
|---|
| 19351 | +F: Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml |
|---|
| 19352 | +F: drivers/phy/xilinx/phy-zynqmp.c |
|---|
| 16163 | 19353 | |
|---|
| 16164 | 19354 | XILLYBUS DRIVER |
|---|
| 16165 | 19355 | M: Eli Billauer <eli.billauer@gmail.com> |
|---|
| .. | .. |
|---|
| 16168 | 19358 | F: drivers/char/xillybus/ |
|---|
| 16169 | 19359 | |
|---|
| 16170 | 19360 | XLP9XX I2C DRIVER |
|---|
| 16171 | | -M: George Cherian <george.cherian@cavium.com> |
|---|
| 16172 | | -M: Jan Glauber <jglauber@cavium.com> |
|---|
| 19361 | +M: George Cherian <gcherian@marvell.com> |
|---|
| 16173 | 19362 | L: linux-i2c@vger.kernel.org |
|---|
| 16174 | | -W: http://www.cavium.com |
|---|
| 16175 | 19363 | S: Supported |
|---|
| 19364 | +W: http://www.marvell.com |
|---|
| 19365 | +F: Documentation/devicetree/bindings/i2c/i2c-xlp9xx.txt |
|---|
| 16176 | 19366 | F: drivers/i2c/busses/i2c-xlp9xx.c |
|---|
| 16177 | 19367 | |
|---|
| 16178 | 19368 | XRA1403 GPIO EXPANDER |
|---|
| .. | .. |
|---|
| 16180 | 19370 | M: Semi Malinen <semi.malinen@ge.com> |
|---|
| 16181 | 19371 | L: linux-gpio@vger.kernel.org |
|---|
| 16182 | 19372 | S: Maintained |
|---|
| 16183 | | -F: drivers/gpio/gpio-xra1403.c |
|---|
| 16184 | 19373 | F: Documentation/devicetree/bindings/gpio/gpio-xra1403.txt |
|---|
| 19374 | +F: drivers/gpio/gpio-xra1403.c |
|---|
| 16185 | 19375 | |
|---|
| 16186 | 19376 | XTENSA XTFPGA PLATFORM SUPPORT |
|---|
| 16187 | 19377 | M: Max Filippov <jcmvbkbc@gmail.com> |
|---|
| .. | .. |
|---|
| 16199 | 19389 | |
|---|
| 16200 | 19390 | YAMA SECURITY MODULE |
|---|
| 16201 | 19391 | M: Kees Cook <keescook@chromium.org> |
|---|
| 16202 | | -T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip |
|---|
| 16203 | 19392 | S: Supported |
|---|
| 16204 | | -F: security/yama/ |
|---|
| 19393 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip |
|---|
| 16205 | 19394 | F: Documentation/admin-guide/LSM/Yama.rst |
|---|
| 19395 | +F: security/yama/ |
|---|
| 16206 | 19396 | |
|---|
| 16207 | 19397 | YEALINK PHONE DRIVER |
|---|
| 16208 | 19398 | M: Henk Vergonet <Henk.Vergonet@gmail.com> |
|---|
| .. | .. |
|---|
| 16213 | 19403 | |
|---|
| 16214 | 19404 | Z8530 DRIVER FOR AX.25 |
|---|
| 16215 | 19405 | M: Joerg Reuter <jreuter@yaina.de> |
|---|
| 16216 | | -W: http://yaina.de/jreuter/ |
|---|
| 16217 | | -W: http://www.qsl.net/dl1bke/ |
|---|
| 16218 | 19406 | L: linux-hams@vger.kernel.org |
|---|
| 16219 | 19407 | S: Maintained |
|---|
| 16220 | | -F: Documentation/networking/z8530drv.txt |
|---|
| 19408 | +W: http://yaina.de/jreuter/ |
|---|
| 19409 | +W: http://www.qsl.net/dl1bke/ |
|---|
| 19410 | +F: Documentation/networking/device_drivers/hamradio/z8530drv.rst |
|---|
| 16221 | 19411 | F: drivers/net/hamradio/*scc.c |
|---|
| 16222 | 19412 | F: drivers/net/hamradio/z8530.h |
|---|
| 16223 | 19413 | |
|---|
| .. | .. |
|---|
| 16226 | 19416 | M: Dan Streetman <ddstreet@ieee.org> |
|---|
| 16227 | 19417 | L: linux-mm@kvack.org |
|---|
| 16228 | 19418 | S: Maintained |
|---|
| 16229 | | -F: mm/zbud.c |
|---|
| 16230 | 19419 | F: include/linux/zbud.h |
|---|
| 19420 | +F: mm/zbud.c |
|---|
| 16231 | 19421 | |
|---|
| 16232 | 19422 | ZD1211RW WIRELESS DRIVER |
|---|
| 16233 | 19423 | M: Daniel Drake <dsd@gentoo.org> |
|---|
| 16234 | 19424 | M: Ulrich Kunitz <kune@deine-taler.de> |
|---|
| 16235 | | -W: http://zd1211.ath.cx/wiki/DriverRewrite |
|---|
| 16236 | 19425 | L: linux-wireless@vger.kernel.org |
|---|
| 16237 | 19426 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) |
|---|
| 16238 | 19427 | S: Maintained |
|---|
| 19428 | +W: http://zd1211.ath.cx/wiki/DriverRewrite |
|---|
| 16239 | 19429 | F: drivers/net/wireless/zydas/zd1211rw/ |
|---|
| 16240 | 19430 | |
|---|
| 16241 | 19431 | ZD1301 MEDIA DRIVER |
|---|
| 16242 | 19432 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 16243 | 19433 | L: linux-media@vger.kernel.org |
|---|
| 19434 | +S: Maintained |
|---|
| 16244 | 19435 | W: https://linuxtv.org/ |
|---|
| 16245 | 19436 | W: http://palosaari.fi/linux/ |
|---|
| 16246 | 19437 | Q: https://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 16247 | | -S: Maintained |
|---|
| 16248 | 19438 | F: drivers/media/usb/dvb-usb-v2/zd1301* |
|---|
| 16249 | 19439 | |
|---|
| 16250 | 19440 | ZD1301_DEMOD MEDIA DRIVER |
|---|
| 16251 | 19441 | M: Antti Palosaari <crope@iki.fi> |
|---|
| 16252 | 19442 | L: linux-media@vger.kernel.org |
|---|
| 19443 | +S: Maintained |
|---|
| 16253 | 19444 | W: https://linuxtv.org/ |
|---|
| 16254 | 19445 | W: http://palosaari.fi/linux/ |
|---|
| 16255 | 19446 | Q: https://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 16256 | | -S: Maintained |
|---|
| 16257 | 19447 | F: drivers/media/dvb-frontends/zd1301_demod* |
|---|
| 19448 | + |
|---|
| 19449 | +ZHAOXIN PROCESSOR SUPPORT |
|---|
| 19450 | +M: Tony W Wang-oc <TonyWWang-oc@zhaoxin.com> |
|---|
| 19451 | +L: linux-kernel@vger.kernel.org |
|---|
| 19452 | +S: Maintained |
|---|
| 19453 | +F: arch/x86/kernel/cpu/zhaoxin.c |
|---|
| 19454 | + |
|---|
| 19455 | +ZONEFS FILESYSTEM |
|---|
| 19456 | +M: Damien Le Moal <damien.lemoal@wdc.com> |
|---|
| 19457 | +M: Naohiro Aota <naohiro.aota@wdc.com> |
|---|
| 19458 | +R: Johannes Thumshirn <jth@kernel.org> |
|---|
| 19459 | +L: linux-fsdevel@vger.kernel.org |
|---|
| 19460 | +S: Maintained |
|---|
| 19461 | +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git |
|---|
| 19462 | +F: Documentation/filesystems/zonefs.rst |
|---|
| 19463 | +F: fs/zonefs/ |
|---|
| 19464 | + |
|---|
| 19465 | +ZR36067 VIDEO FOR LINUX DRIVER |
|---|
| 19466 | +M: Corentin Labbe <clabbe@baylibre.com> |
|---|
| 19467 | +L: mjpeg-users@lists.sourceforge.net |
|---|
| 19468 | +L: linux-media@vger.kernel.org |
|---|
| 19469 | +S: Maintained |
|---|
| 19470 | +W: http://mjpeg.sourceforge.net/driver-zoran/ |
|---|
| 19471 | +Q: https://patchwork.linuxtv.org/project/linux-media/list/ |
|---|
| 19472 | +F: Documentation/driver-api/media/drivers/zoran.rst |
|---|
| 19473 | +F: drivers/staging/media/zoran/ |
|---|
| 16258 | 19474 | |
|---|
| 16259 | 19475 | ZPOOL COMPRESSED PAGE STORAGE API |
|---|
| 16260 | 19476 | M: Dan Streetman <ddstreet@ieee.org> |
|---|
| 16261 | 19477 | L: linux-mm@kvack.org |
|---|
| 16262 | 19478 | S: Maintained |
|---|
| 16263 | | -F: mm/zpool.c |
|---|
| 16264 | 19479 | F: include/linux/zpool.h |
|---|
| 16265 | | - |
|---|
| 16266 | | -ZR36067 VIDEO FOR LINUX DRIVER |
|---|
| 16267 | | -L: mjpeg-users@lists.sourceforge.net |
|---|
| 16268 | | -L: linux-media@vger.kernel.org |
|---|
| 16269 | | -W: http://mjpeg.sourceforge.net/driver-zoran/ |
|---|
| 16270 | | -T: hg https://linuxtv.org/hg/v4l-dvb |
|---|
| 16271 | | -S: Odd Fixes |
|---|
| 16272 | | -F: drivers/staging/media/zoran/ |
|---|
| 19480 | +F: mm/zpool.c |
|---|
| 16273 | 19481 | |
|---|
| 16274 | 19482 | ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER |
|---|
| 16275 | 19483 | M: Minchan Kim <minchan@kernel.org> |
|---|
| .. | .. |
|---|
| 16277 | 19485 | R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> |
|---|
| 16278 | 19486 | L: linux-kernel@vger.kernel.org |
|---|
| 16279 | 19487 | S: Maintained |
|---|
| 19488 | +F: Documentation/admin-guide/blockdev/zram.rst |
|---|
| 16280 | 19489 | F: drivers/block/zram/ |
|---|
| 16281 | | -F: Documentation/blockdev/zram.txt |
|---|
| 16282 | 19490 | |
|---|
| 16283 | 19491 | ZS DECSTATION Z85C30 SERIAL DRIVER |
|---|
| 16284 | 19492 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|
| .. | .. |
|---|
| 16291 | 19499 | R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> |
|---|
| 16292 | 19500 | L: linux-mm@kvack.org |
|---|
| 16293 | 19501 | S: Maintained |
|---|
| 16294 | | -F: mm/zsmalloc.c |
|---|
| 16295 | | -F: include/linux/zsmalloc.h |
|---|
| 16296 | 19502 | F: Documentation/vm/zsmalloc.rst |
|---|
| 19503 | +F: include/linux/zsmalloc.h |
|---|
| 19504 | +F: mm/zsmalloc.c |
|---|
| 16297 | 19505 | |
|---|
| 16298 | 19506 | ZSWAP COMPRESSED SWAP CACHING |
|---|
| 16299 | 19507 | M: Seth Jennings <sjenning@redhat.com> |
|---|
| 16300 | 19508 | M: Dan Streetman <ddstreet@ieee.org> |
|---|
| 19509 | +M: Vitaly Wool <vitaly.wool@konsulko.com> |
|---|
| 16301 | 19510 | L: linux-mm@kvack.org |
|---|
| 16302 | 19511 | S: Maintained |
|---|
| 16303 | 19512 | F: mm/zswap.c |
|---|
| .. | .. |
|---|
| 16305 | 19514 | THE REST |
|---|
| 16306 | 19515 | M: Linus Torvalds <torvalds@linux-foundation.org> |
|---|
| 16307 | 19516 | L: linux-kernel@vger.kernel.org |
|---|
| 19517 | +S: Buried alive in reporters |
|---|
| 16308 | 19518 | Q: http://patchwork.kernel.org/project/LKML/list/ |
|---|
| 16309 | 19519 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git |
|---|
| 16310 | | -S: Buried alive in reporters |
|---|
| 16311 | 19520 | F: * |
|---|
| 16312 | 19521 | F: */ |
|---|