summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: net: ieee802154.rst: fix C expressionsMauro Carvalho Chehab2020-10-151-8/+10
* docs: it_IT: fix namespace collisions at locking.rstMauro Carvalho Chehab2020-10-151-0/+2
* docs: trace-uses.rst: remove bogus c-domain tagsMauro Carvalho Chehab2020-10-151-6/+6
* docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab2020-10-1529-86/+86
* docs: remove some replace macros like |struct foo|Mauro Carvalho Chehab2020-10-153-48/+38
* media: cec-core.rst: don't use c:type for structsMauro Carvalho Chehab2020-10-151-1/+1
* media: docs: make RC documents more compatible with Sphinx 3.1+Mauro Carvalho Chehab2020-10-1516-75/+73
* media: docs: make MC documents more compatible with Sphinx 3.1+Mauro Carvalho Chehab2020-10-1515-98/+52
* media: docs: make DVB documents more compatible with Sphinx 3.1+Mauro Carvalho Chehab2020-10-1595-534/+329
* media: docs: make V4L documents more compatible with Sphinx 3.1+Mauro Carvalho Chehab2020-10-1587-922/+559
* media: docs: make CEC documents compatible with Sphinx 3.1+Mauro Carvalho Chehab2020-10-1511-87/+63
* docs: automarkup.py: Add cross-reference for parametrized C macrosNícolas F. R. A. Prado2020-10-151-7/+42
* docs: automarkup.py: Skip C reserved words when cross-referencingNícolas F. R. A. Prado2020-10-151-1/+8
* docs: automarkup.py: Fix regexes to solve sphinx 3 warningsNícolas F. R. A. Prado2020-10-151-3/+4
* docs: automarkup.py: Use new C roles in Sphinx 3Nícolas F. R. A. Prado2020-10-151-6/+49
* docs: kerneldoc.py: add support for kerneldoc -nosymbolMauro Carvalho Chehab2020-10-152-0/+15
* docs: kerneldoc.py: append the name of the parsed doc fileMauro Carvalho Chehab2020-10-151-1/+2
* docs: cdomain.py: extend it to handle new Sphinx 3.x tagsMauro Carvalho Chehab2020-10-151-1/+39
* docs: cdomain.py: add support for a new Sphinx 3.1+ tagMauro Carvalho Chehab2020-10-151-1/+54
* scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab2020-10-151-9/+14
* scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab2020-10-151-2/+4
* scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab2020-10-152-8/+48
* scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab2020-10-151-12/+14
* scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab2020-10-151-23/+41
* scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab2020-10-151-23/+21
* scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab2020-10-151-3/+4
* scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab2020-10-151-10/+24
* scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab2020-10-151-6/+65
* scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab2020-10-151-4/+11
* Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2020-10-1586-1354/+900
|\
| * scripts/spdxcheck.py: handle license identifiers in XML commentsLukas Bulwahn2020-10-021-0/+3
| * net/mlx5: IPsec: make spdxcheck.py happyLukas Bulwahn2020-09-161-1/+1
| * LICENSES/deprecated: add Zlib license textMikhail Zaslonko2020-09-161-0/+27
| * LICENSE: add GFDL deprecated licensesMauro Carvalho Chehab2020-09-162-0/+794
| * net/qla3xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-164-51/+2
| * net/qlge: Convert to SPDX license identifiersThomas Gleixner2020-09-163-291/+2
| * net/qlcnic: Convert to SPDX license identifiersThomas Gleixner2020-09-1621-328/+20
| * scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-1632-351/+30
| * scsi/qla4xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-1623-332/+21
* | Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-1540-817/+1135
|\ \
| * | regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-1/+1
| * | platform/x86: intel_pmc_core: do not create a static struct deviceGreg Kroah-Hartman2020-10-021-9/+17
| * | drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches2020-10-021-5/+5
| * | drivers core: Use sysfs_emit for shared_cpu_map_show and shared_cpu_list_showJoe Perches2020-10-021-9/+7
| * | mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches2020-10-023-11/+13
| * | drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-0215-267/+308
| * | drivers core: Reindent a couple uses around sysfs_emitJoe Perches2020-10-022-3/+3
| * | drivers core: Remove strcat uses around sysfs_emit and neatenJoe Perches2020-10-024-47/+58
| * | drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-0212-101/+102
| * | sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2020-10-023-5/+73