summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Add .pyc files to .gitignoreJonathan Corbet1-0/+1
2016-06-30Doc: PM: Fix a typo in intel_powerclamp.txtMasanari Iida1-1/+1
2016-06-30doc-rst: flat-table directive - initial implementationMarkus Heiser3-1/+452
2016-06-24Documentation: add meta-documentation for Sphinx and kernel-docJani Nikula2-0/+563
2016-06-23Documentation: tiny typo fix in usb/gadget_multi.txtMichal Nazarewicz1-1/+1
2016-06-23Documentation: fix wrong value in md.txtTiezhu Yang1-1/+1
2016-06-23bcache: documentation formatting, edited for clarity, stripe alignment notesEric Wheeler1-64/+97
2016-06-23bcache: documentation updates and correctionsMarc MERLIN1-8/+152
2016-06-23Documentation: add top level 'make help' output for SphinxJani Nikula3-2/+12
2016-06-23Documentation/sphinx: drop modindex, we don't have python modulesJani Nikula1-2/+0
2016-06-10Documentation/sphinx: add support for specifying extra export filesJani Nikula1-2/+11
2016-06-10Documentation/sphinx: use a more sensible string split in kernel-doc extensionJani Nikula1-1/+1
2016-06-10Documentation/sphinx: remove unnecessary temporary variableJani Nikula1-2/+1
2016-06-10kernel-doc: unify all EXPORT_SYMBOL scanning to one placeJani Nikula1-13/+5
2016-06-10kernel-doc: add support for specifying extra files for EXPORT_SYMBOLsJani Nikula1-2/+37
2016-06-10kernel-doc: abstract filename mappingJani Nikula1-9/+18
2016-06-10kernel-doc: add missing semi-colons in option parsingJani Nikula1-2/+2
2016-06-10kernel-doc: do not warn about duplicate default section namesJani Nikula1-2/+5
2016-06-10kernel-doc: remove old debug cruft from dump_section()Jani Nikula1-3/+0
2016-06-09docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet1-1/+2
2016-06-09docs: self-protection: rename "leak" to "exposure"Kees Cook1-10/+18
2016-06-09Merge branch 'sphinx-for-docs-next' into doc/4.8Jonathan Corbet11-144/+948
2016-06-04doc/sphinx: Track line-number of starting blocksDaniel Vetter1-2/+15
2016-06-04scripts/kernel-doc: Add option to inject line numbersDaniel Vetter1-0/+41
2016-06-03Documentation: dmaengine: fix typo for device_resumeNiklas Söderlund1-1/+1
2016-06-03Documentation/zh_CN: update Chinese version CodingStyleAndy Deng1-231/+350
2016-06-03doc: clarify that trace_events= takes a comma-separated listBrian Norris1-2/+3
2016-06-03mpssd: fix buffer overflow warningMike Danese1-2/+2
2016-06-03Documentation: Fix some grammar mistakes in sync_file.txtJavier Martinez Canillas1-3/+3
2016-06-03scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter1-4/+4
2016-06-03doc/sphinx: Stop touching state_machine internalsDaniel Vetter1-2/+9
2016-06-03scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter1-18/+1
2016-06-01doc/sphinx: Pass right filename as sourceDaniel Vetter1-1/+1
2016-06-01Documentation/sphinx: fix kernel-doc extension on python3Jani Nikula1-2/+7
2016-05-30kernel-doc: reset contents and section harderJani Nikula1-0/+3
2016-05-30kernel-doc: concatenate contents of colliding sectionsJani Nikula1-4/+6
2016-05-30kernel-doc: limit the "section header:" detection to a select fewJani Nikula1-2/+17
2016-05-30kernel-doc/rst: remove fixme commentJani Nikula1-1/+0
2016-05-30kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula1-2/+2
2016-05-30kernel-doc: strip leading whitespace from continued param descsJani Nikula1-1/+15
2016-05-30kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula1-4/+4
2016-05-30kernel-doc/rst: change the output layoutJani Nikula1-17/+17
2016-05-30kernel-doc: strip leading blank lines from inline doc commentsJani Nikula1-0/+4
2016-05-30kernel-doc/rst: blank lines in output are not neededJani Nikula1-6/+1
2016-05-30kernel-doc: fix wrong code indentationJani Nikula1-1/+1
2016-05-30kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula1-12/+2
2016-05-30kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula1-12/+25
2016-05-30kernel-doc/rst: drop redundant unescape in highlightingJani Nikula1-1/+0
2016-05-30kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula1-0/+5
2016-05-30kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula1-0/+4