summaryrefslogtreecommitdiffstats
path: root/kernel/module_signature.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-15docs: it_IT: fix namespace collisions at locking.rstMauro Carvalho Chehab1-0/+2
2020-10-15docs: trace-uses.rst: remove bogus c-domain tagsMauro Carvalho Chehab1-6/+6
2020-10-15docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab29-86/+86
2020-10-15docs: remove some replace macros like |struct foo|Mauro Carvalho Chehab3-48/+38
2020-10-15media: cec-core.rst: don't use c:type for structsMauro Carvalho Chehab1-1/+1
2020-10-15media: docs: make RC documents more compatible with Sphinx 3.1+Mauro Carvalho Chehab16-75/+73
2020-10-15media: docs: make MC documents more compatible with Sphinx 3.1+Mauro Carvalho Chehab15-98/+52
2020-10-15media: docs: make DVB documents more compatible with Sphinx 3.1+Mauro Carvalho Chehab95-534/+329
2020-10-15media: docs: make V4L documents more compatible with Sphinx 3.1+Mauro Carvalho Chehab87-922/+559
2020-10-15media: docs: make CEC documents compatible with Sphinx 3.1+Mauro Carvalho Chehab11-87/+63
2020-10-15docs: automarkup.py: Add cross-reference for parametrized C macrosNícolas F. R. A. Prado1-7/+42
2020-10-15docs: automarkup.py: Skip C reserved words when cross-referencingNícolas F. R. A. Prado1-1/+8
2020-10-15docs: automarkup.py: Fix regexes to solve sphinx 3 warningsNícolas F. R. A. Prado1-3/+4
2020-10-15docs: automarkup.py: Use new C roles in Sphinx 3Nícolas F. R. A. Prado1-6/+49
2020-10-15docs: kerneldoc.py: add support for kerneldoc -nosymbolMauro Carvalho Chehab2-0/+15
2020-10-15docs: kerneldoc.py: append the name of the parsed doc fileMauro Carvalho Chehab1-1/+2
2020-10-15docs: cdomain.py: extend it to handle new Sphinx 3.x tagsMauro Carvalho Chehab1-1/+39
2020-10-15docs: cdomain.py: add support for a new Sphinx 3.1+ tagMauro Carvalho Chehab1-1/+54
2020-10-15scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab1-9/+14
2020-10-15scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab1-2/+4
2020-10-15scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab2-8/+48
2020-10-15scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab1-12/+14
2020-10-15scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab1-23/+41
2020-10-15scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab1-23/+21
2020-10-15scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab1-3/+4
2020-10-15scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab1-10/+24
2020-10-15scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab1-6/+65
2020-10-15scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab1-4/+11
2020-10-15powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() ...Jason A. Donenfeld1-1/+0
2020-10-14fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko1-1/+5
2020-10-14dt-bindings: misc: explicitly add #address-cells for slave modeZhen Lei1-0/+2
2020-10-14spi: dt-bindings: spi-controller: explicitly require #address-cells=<0> for s...Zhen Lei1-6/+14
2020-10-14mm/migrate: remove obsolete comment about device publicRalph Campbell1-1/+1
2020-10-14mm/migrate: remove cpages-- in migrate_vma_finalize()Ralph Campbell1-1/+0
2020-10-14mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan5-2/+26
2020-10-14memblock: use separate iterators for memory and reserved regionsMike Rapoport9-15/+29
2020-10-14memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport5-47/+27
2020-10-14memblock: remove unused memblock_mem_size()Mike Rapoport2-16/+0
2020-10-14x86/setup: simplify reserve_crashkernel()Mike Rapoport1-26/+14
2020-10-14x86/setup: simplify initrd relocation and reservationMike Rapoport1-13/+3
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport25-208/+195
2020-10-14arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport9-51/+35
2020-10-14memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport5-20/+38
2020-10-14memblock: make memblock_debug and related functionality privateMike Rapoport3-15/+17
2020-10-14memblock: make for_each_memblock_type() iterator privateMike Rapoport2-5/+5
2020-10-14mircoblaze: drop unneeded NUMA and sparsemem initializationsMike Rapoport1-13/+1
2020-10-14riscv: drop unneeded node initializationMike Rapoport1-9/+0
2020-10-14h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport3-18/+7
2020-10-14arm64: numa: simplify dummy_numa_init()Mike Rapoport1-8/+5
2020-10-14arm, xtensa: simplify initialization of high memory pagesMike Rapoport2-85/+18