summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | dyndbg: use keyword, arg varnames for query term pairsJim Cromie2020-09-271-12/+15
| * | driver core: force NOIO allocations during unplugOliver Neukum2020-09-171-0/+4
| * | Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman2020-09-141906-7004/+11028
| |\|
| * | platform_device: switch to simpler IDA interfaceBartosz Golaszewski2020-09-101-3/+3
| * | driver core: platform: Document return type of more functionsStephen Boyd2020-09-102-6/+26
| * | Revert "driver core: Annotate dev_err_probe() with __must_check"Greg Kroah-Hartman2020-09-091-1/+1
| * | Revert "test_firmware: Test platform fw loading on non-EFI systems"Greg Kroah-Hartman2020-09-094-42/+18
| * | iio: adc: xilinx-xadc: use devm_krealloc()Bartosz Golaszewski2020-09-081-8/+8
| * | hwmon: pmbus: use more devres helpersBartosz Golaszewski2020-09-081-19/+9
| * | devres: provide devm_krealloc()Bartosz Golaszewski2020-09-083-0/+108
| * | syscore: Use pm_pr_dbg() for syscore_{suspend,resume}()Stephen Boyd2020-09-081-5/+3
| * | driver core: Use the ktime_us_delta() helperZenghui Yu2020-09-081-3/+2
| * | test_firmware: Test platform fw loading on non-EFI systemsKees Cook2020-09-084-18/+42
| * | docs: driver-api: firmware: fallback-mechanisms: Fix rendering of bullet pointJonathan Neuschäfer2020-09-081-0/+1
| * | Documentation: Remove device connection documentationHeikki Krogerus2020-09-082-44/+0
| * | device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus2020-09-085-111/+88