VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2021-08-12
scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERROR
Laurent Pinchart
2021-05-17
scripts: kernel-doc: reduce repeated regex expressions into variables
Aditya Srivastava
2021-04-27
kernel-doc: Add support for __deprecated
Matthew Wilcox
2021-04-15
scripts: kernel-doc: improve parsing for kernel-doc comments syntax
Aditya Srivastava
2021-03-29
scripts: kernel-doc: add warning for comment not following kernel-doc syntax
Aditya Srivastava
2021-03-26
docs: kernel-doc: properly recognize parameter lines with colons
Jonathan Corbet
2021-03-25
kernel-doc: better handle '::' sequences
Mauro Carvalho Chehab
2021-03-08
scripts/kernel-doc: ignore identifier on anonymous enums
Mauro Carvalho Chehab
2021-03-08
scripts: kernel-doc: fix attribute capture in function parsing
Aditya Srivastava
2021-03-06
scripts: kernel-doc: fix typedef support for struct/union parsing
Aditya Srivastava
2021-02-22
scripts: kernel-doc: fix array element capture in pointer-to-func parsing
Aditya Srivastava
2021-01-28
scripts/kernel-doc: add internal hyperlink to DOC: sections
Michal Wajdeczko
2021-01-18
scripts: kernel-doc: validate kernel-doc markup with the actual names
Mauro Carvalho Chehab
2020-12-03
scripts: kernel-doc: fix parsing function-like typedefs
Mauro Carvalho Chehab
2020-11-13
scripts: kernel-doc: Restore anonymous enum parsing
Andy Shevchenko
2020-10-28
scripts: kernel-doc: use :c:union when needed
Mauro Carvalho Chehab
2020-10-28
scripts: kernel-doc: split typedef complex regex
Mauro Carvalho Chehab
2020-10-28
scripts: kernel-doc: fix typedef parsing
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: try to use c:function if possible
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: fix line number handling
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: allow passing desired Sphinx C domain dialect
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: don't mangle with parameter list
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: fix typedef identification
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: reimplement -nofunction argument
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: fix troubles with line counts
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.x
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: make it more compatible with Sphinx 3.x
Mauro Carvalho Chehab
2020-10-15
scripts: kernel-doc: add support for typedef enum
Mauro Carvalho Chehab
2020-09-16
kernel-doc: add support for ____cacheline_aligned attribute
Jonathan Cameron
2020-09-10
kernel-doc: include line numbers for function prototypes
Mauro Carvalho Chehab
2020-07-31
scripts/kernel-doc: optionally treat warnings as errors
Pierre-Louis Bossart
2020-06-26
scripts/kernel-doc: handle function pointer prototypes
Mauro Carvalho Chehab
2020-06-26
scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK
Mauro Carvalho Chehab
2020-06-08
Replace HTTP links with HTTPS ones: documentation
Alexander A. Klimov
2020-04-20
scripts: kernel-doc: accept blank lines on parameter description
Mauro Carvalho Chehab
2020-04-20
scripts: kernel-doc: accept negation like !@var
Mauro Carvalho Chehab
2020-04-20
scripts: kernel-doc: proper handle @foo->bar()
Mauro Carvalho Chehab
2020-04-15
scripts/kernel-doc: Add missing close-paren in c:function directives
Peter Maydell
2019-11-07
scripts/kernel-doc: Add support for named variable macro arguments
Jonathan Neuschäfer
2019-10-01
kernel-doc: add support for ____cacheline_aligned_in_smp attribute
André Almeida
2019-10-01
kernel-doc: fix processing nested structs with attributes
André Almeida
2019-08-12
kernel-doc: Allow anonymous enum
Andy Shevchenko
2019-08-06
kernel-doc: ignore __printf attribute
Randy Dunlap
2019-06-26
kernel-doc: Don't try to mark up function names
Jonathan Corbet
2019-05-27
kernel-doc: always name missing kerneldoc sections
Jonathan Corbet
2019-01-16
kernel-doc: suppress 'not described' warnings for embedded struct fields
Jonathan Corbet
2018-11-25
scripts/kernel-doc: Fix struct and struct field attribute processing
Sakari Ailus
2018-11-07
kernel-doc: extend $type_param to match members referenced by pointer
Mike Rapoport
2018-11-07
kernel-doc: kill trailing whitespace
Mike Rapoport
2018-10-18
kernel-doc: fix declaration type determination
Randy Dunlap
2018-08-06
scripts/kernel-doc: Escape all literal braces in regexes
Ben Hutchings
2018-07-23
PATCH scripts/kernel-doc
valdis.kletnieks@vt.edu
2018-03-29
docs: kernel-doc: fix parsing of arrays
Mauro Carvalho Chehab
2018-03-21
kernel-doc: Remove __sched markings
Matthew Wilcox
2018-02-20
Merge branch 'kerneldoc2' into docs-next
Jonathan Corbet
2018-02-20
docs: Add an SPDX header to kernel-doc
Jonathan Corbet
2018-02-18
scripts: kernel-doc: support in-line comments on nested structs/unions
Mauro Carvalho Chehab
2018-02-18
scripts: kernel_doc: fixup reporting of function identifiers
Mike Rapoport
2018-02-15
docs: kernel-doc: Don't mangle literal code blocks in comments
Jonathan Corbet
2018-02-15
docs: kernel-doc: Finish moving STATE_* code out of process_file()
Jonathan Corbet
2018-02-15
docs: kernel-doc: Move STATE_PROTO processing into its own function
Jonathan Corbet
2018-02-15
docs: kernel-doc: Move STATE_BODY processing to a separate function
Jonathan Corbet
2018-02-15
docs: kernel-doc: Move STATE_NAME processing into its own function
Jonathan Corbet
2018-02-15
docs: kernel-doc: Move STATE_NORMAL processing into its own function
Jonathan Corbet
2018-02-15
docs: kernel-doc: Rename and split STATE_FIELD
Jonathan Corbet
2018-02-15
docs: kernel-doc: Get rid of xml_escape() and friends
Jonathan Corbet
2018-01-01
scripts: kernel_doc: better handle show warnings logic
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: apply filtering rules to warnings
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: improve nested logic to handle multiple identifiers
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: handle nested struct function arguments
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: print the declaration name on warnings
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: get rid of $nested parameter
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: parse next structs/unions
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: replace tabs by spaces
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: change default to ReST format
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: improve argument handling
Mauro Carvalho Chehab
2017-12-21
scripts: kernel-doc: get rid of unused output formats
Mauro Carvalho Chehab
2017-12-21
docs: get rid of kernel-doc-nano-HOWTO.txt
Mauro Carvalho Chehab
2017-12-11
kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()
Mauro Carvalho Chehab
2017-12-02
scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none
Will Deacon
2017-11-23
Merge tag 'docs-4.15-2' of git://git.lwn.net/linux
Linus Torvalds
2017-11-20
Add optional check for bad kernel-doc comments
Matthew Wilcox
2017-11-15
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
2017-09-26
scripts/kernel-doc: warn on excess enum value descriptions
Johannes Berg
2017-08-30
kernel-doc parser mishandles declarations split into lines
Markus Heiser
2017-07-07
Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2017-07-03
scripts/kernel-doc: handle DECLARE_HASHTABLE
Jakub Kicinski
2017-05-14
scripts: Switch to more portable Perl shebang
Kamil Rytarowski
2017-04-02
scripts/kernel-doc: fix handling of parameters with parenthesis
Mauro Carvalho Chehab
2017-04-02
scripts/kernel-doc: fix parser for apostrophes
Mauro Carvalho Chehab
2017-01-26
kernel-doc: Handle returning pointers to pointers
Matthew Wilcox
2017-01-13
kernel-doc: properly document array arguments of function
Gabriel Krisman Bertazi
2017-01-04
kernel-doc: make highlights more homogenous for the various backends
Paolo Bonzini
2017-01-04
kernel-doc: make member highlighting available in all backends
Paolo Bonzini
2017-01-04
kernel-doc: include parameter type in docbook output
Paolo Bonzini
2017-01-04
kernel-doc: strip attributes even if they have an argument
Paolo Bonzini
2017-01-04
kernel-doc: cleanup parameter type in function-typed arguments
Paolo Bonzini
2016-11-16
kernel-doc: add support for one line inline struct member doc comments
Jani Nikula
2016-10-28
kernel-doc: better parsing of named variable arguments
Silvio Fricke
2016-09-06
docs: Special-case function-pointer parameters in kernel-doc
Jonathan Corbet
2016-09-06
docs: make kernel-doc handle varargs properly
Jonathan Corbet
2016-09-01
docs-rst: kernel-doc: fix typedef output in RST format
Mauro Carvalho Chehab
2016-09-01
docs-rst: improve typedef parser
Mauro Carvalho Chehab
2016-08-24
docs-rst: kernel-doc: better output struct members
Mauro Carvalho Chehab
2016-08-22
doc-rst: Revert "kernel-doc: fix handling of address_space tags"
Markus Heiser
2016-07-22
doc-rst: kernel-doc: fix handling of address_space tags
Mauro Carvalho Chehab
2016-07-17
kernel-doc: Fix up warning output
Daniel Vetter
2016-06-10
kernel-doc: unify all EXPORT_SYMBOL scanning to one place
Jani Nikula
2016-06-10
kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs
Jani Nikula
2016-06-10
kernel-doc: abstract filename mapping
Jani Nikula
2016-06-10
kernel-doc: add missing semi-colons in option parsing
Jani Nikula
2016-06-10
kernel-doc: do not warn about duplicate default section names
Jani Nikula
2016-06-10
kernel-doc: remove old debug cruft from dump_section()
Jani Nikula
2016-06-09
docs: kernel-doc: Add "example" and "note" to the magic section types
Jonathan Corbet
2016-06-04
scripts/kernel-doc: Add option to inject line numbers
Daniel Vetter
2016-06-03
scripts/kernel-doc: Also give functions symbolic names
Daniel Vetter
2016-06-03
scripts/kernel-doc: Remove duplicated DOC: start handling
Daniel Vetter
2016-05-30
kernel-doc: reset contents and section harder
Jani Nikula
2016-05-30
kernel-doc: concatenate contents of colliding sections
Jani Nikula
2016-05-30
kernel-doc: limit the "section header:" detection to a select few
Jani Nikula
2016-05-30
kernel-doc/rst: remove fixme comment
Jani Nikula
2016-05-30
kernel-doc/rst: use *undescribed* instead of _undescribed_
Jani Nikula
2016-05-30
kernel-doc: strip leading whitespace from continued param descs
Jani Nikula
2016-05-30
kernel-doc: improve handling of whitespace on the first line param description
Jani Nikula
2016-05-30
kernel-doc/rst: change the output layout
Jani Nikula
2016-05-30
kernel-doc: strip leading blank lines from inline doc comments
Jani Nikula
2016-05-30
kernel-doc/rst: blank lines in output are not needed
Jani Nikula
2016-05-30
kernel-doc: fix wrong code indentation
Jani Nikula
2016-05-30
kernel-doc: do not regard $, %, or & prefixes as special in section names
Jani Nikula
2016-05-30
kernel-doc/rst: highlight function/struct/enum purpose lines too
Jani Nikula
2016-05-30
kernel-doc/rst: drop redundant unescape in highlighting
Jani Nikula
2016-05-30
kernel-doc/rst: add support for struct/union/enum member references
Jani Nikula
2016-05-30
kernel-doc/rst: add support for &union foo and &typedef foo references
Jani Nikula
2016-05-30
kernel-doc/rst: &foo references are more universal than structs
Jani Nikula
2016-05-30
kernel-doc/rst: reference functions according to C domain spec
Jani Nikula
2016-05-30
kernel-doc/rst: do not output DOC: section titles for requested ones
Jani Nikula
2016-05-30
kernel-doc: add names for output selection
Jani Nikula
2016-05-30
kernel-doc: add names for states and substates
Jani Nikula
2016-05-30
kernel-doc: support printing exported and non-exported symbols
Jani Nikula
2016-05-30
kernel-doc/rst: fix use of uninitialized value
Jani Nikula
2016-05-14
kernel-doc: use rst C domain directives and references for types
Jani Nikula
2016-05-14
kernel-doc: produce RestructuredText output
Jonathan Corbet
2016-05-14
kernel-doc: rewrite usage description, remove duplicated comments
Jani Nikula
2016-01-17
Merge tag 'docs-4.5' of git://git.lwn.net/linux
Linus Torvalds
2015-11-20
kernel-doc: Fix parsing of DECLARE_BITMAP in struct
Conchúr Navid
2015-11-20
kernel-doc: Strip #ifdef/#endif in enums
Conchúr Navid
2015-11-20
kernel-doc: Fix stripping of #define in enums
Conchúr Navid
2015-11-17
kernel-doc: Make it compatible with Perl versions below 5.12 again
Mauro Carvalho Chehab
2015-11-05
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Linus Torvalds
2015-10-11
DocBook: Fix kernel-doc to be case-insensitive for private:
Mauro Carvalho Chehab
2015-10-10
kernel-doc: better format typedef function output
Mauro Carvalho Chehab
2015-10-10
kernel-doc: Add a parser for function typedefs
Mauro Carvalho Chehab
2015-09-13
scripts/kernel-doc: Replacing highlights hash by an array
Danilo Cesar Lemes de Paula
2015-09-13
Documentation: Avoid creating man pages in source tree
Ben Hutchings
2015-09-13
scripts/kernel-doc: Processing -nofunc for functions only
Danilo Cesar Lemes de Paula
2015-09-04
kerneldoc: Convert error messages to GNU error message format
Bart Van Assche
2015-08-23
kernel-doc: ignore unneeded attribute information
Jonathan Corbet
2015-08-06
scripts/kernel-doc Allow struct arguments documentation in struct body
Danilo Cesar Lemes de Paula
2015-07-10
scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
Ben Hutchings
2015-07-10
scripts/kernel-doc: parse kernel-doc deterministically
Jérémy Bobbio
2014-12-10
scripts/kernel-doc: don't eat struct members with __aligned
Johannes Berg
2014-08-26
scripts/kernel-doc: recognize __meminit
Randy Dunlap
2014-07-12
scripts/kernel-doc: handle object-like macros
Horia Geanta
2013-11-15
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2013-11-13
kernel-doc: improve "no structured comments found" error
Johannes Berg
2013-11-06
scripts/kernel-doc: make unknown function prototype a Warning instead of an Error
Randy Dunlap
2013-02-27
scripts/kernel-doc: handle struct member __aligned without numbers
Nishanth Menon
2013-01-03
misc: remove __dev* attributes.
Greg Kroah-Hartman
2012-11-27
scripts/kernel-doc: check that non-void fcts describe their return value
Yacine Belkadi
2012-10-12
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2012-10-06
kernel-doc: don't mangle whitespace in Example section
Daniel Santos
2012-10-06
kernel-doc: bugfix - empty line in Example section
Daniel Santos
2012-10-06
kernel-doc: bugfix - multi-line macros
Daniel Santos
2012-08-31
scripts/kernel-doc: added support for html5
Dan Luedtke
2012-08-17
scripts/kernel-doc: fix fatal script error
Randy Dunlap
2012-01-23
scripts/kernel-doc: fix fatal error caused by cfg80211.h
Randy Dunlap
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-06
kernel-doc: code reorganization
Randy Dunlap
2010-11-18
kernel-doc: escape xml for structs
Randy Dunlap
2010-09-11
docbook: warn on unused doc entries
Johannes Berg
2010-09-11
kernel-doc: ignore case when stripping attributes
Johannes Berg
2010-08-11
mtd/nand_base: fix kernel-doc warnings & typos
Randy Dunlap
2010-03-24
scripts/kernel-doc: fix fatal error on function prototype
Randy Dunlap
2010-03-24
scripts/kernel-doc: handle struct member __aligned
Randy Dunlap
2010-03-12
scripts/kernel-doc: fix empty function description section
Randy Dunlap
2010-02-26
kernel-doc: drop the -filelist option, it doesn't work
Ilya Dryomov
2010-02-26
kernel-doc: track line numbers for each file separately
Ilya Dryomov
2009-12-02
tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook
Jason Baron
2009-09-18
kernel-doc: allow multi-line declaration purpose descriptions
Johannes Weiner
2009-07-01
kernel-doc: move ignoring kmemcheck
Randy Dunlap
2009-06-20
kernel-doc: fix param matching for array params
Randy Dunlap
2009-06-20
kernel-doc: ignore kmemcheck_bitfield_begin/end
Randy Dunlap
2009-06-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
2009-06-09
kernel-doc: cleanup perl script
Randy Dunlap
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-05-02
kernel-doc: restrict syntax for private: and public:
Randy Dunlap
2009-05-01
kerneldoc, tracing: make kernel-doc understand TRACE_EVENT() macro (take #2)
Jason Baron
2009-02-11
kernel-doc: fix syscall wrapper processing
Randy Dunlap
2008-12-19
kernel-doc: check for extra kernel-doc notations
Randy Dunlap
2008-12-01
kernel-doc: handle varargs cleanly
Randy Dunlap