index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
security.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-10
Documentation/sphinx: add support for specifying extra export files
Jani Nikula
1
-2
/
+11
2016-06-10
Documentation/sphinx: use a more sensible string split in kernel-doc extension
Jani Nikula
1
-1
/
+1
2016-06-10
Documentation/sphinx: remove unnecessary temporary variable
Jani Nikula
1
-2
/
+1
2016-06-10
kernel-doc: unify all EXPORT_SYMBOL scanning to one place
Jani Nikula
1
-13
/
+5
2016-06-10
kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs
Jani Nikula
1
-2
/
+37
2016-06-10
kernel-doc: abstract filename mapping
Jani Nikula
1
-9
/
+18
2016-06-10
kernel-doc: add missing semi-colons in option parsing
Jani Nikula
1
-2
/
+2
2016-06-10
kernel-doc: do not warn about duplicate default section names
Jani Nikula
1
-2
/
+5
2016-06-10
kernel-doc: remove old debug cruft from dump_section()
Jani Nikula
1
-3
/
+0
2016-06-09
docs: kernel-doc: Add "example" and "note" to the magic section types
Jonathan Corbet
1
-1
/
+2
2016-06-09
docs: self-protection: rename "leak" to "exposure"
Kees Cook
1
-10
/
+18
2016-06-04
doc/sphinx: Track line-number of starting blocks
Daniel Vetter
1
-2
/
+15
2016-06-04
scripts/kernel-doc: Add option to inject line numbers
Daniel Vetter
1
-0
/
+41
2016-06-03
Documentation: dmaengine: fix typo for device_resume
Niklas Söderlund
1
-1
/
+1
2016-06-03
Documentation/zh_CN: update Chinese version CodingStyle
Andy Deng
1
-231
/
+350
2016-06-03
doc: clarify that trace_events= takes a comma-separated list
Brian Norris
1
-2
/
+3
2016-06-03
mpssd: fix buffer overflow warning
Mike Danese
1
-2
/
+2
2016-06-03
Documentation: Fix some grammar mistakes in sync_file.txt
Javier Martinez Canillas
1
-3
/
+3
2016-06-03
scripts/kernel-doc: Also give functions symbolic names
Daniel Vetter
1
-4
/
+4
2016-06-03
doc/sphinx: Stop touching state_machine internals
Daniel Vetter
1
-2
/
+9
2016-06-03
scripts/kernel-doc: Remove duplicated DOC: start handling
Daniel Vetter
1
-18
/
+1
2016-06-01
doc/sphinx: Pass right filename as source
Daniel Vetter
1
-1
/
+1
2016-06-01
Documentation/sphinx: fix kernel-doc extension on python3
Jani Nikula
1
-2
/
+7
2016-05-30
kernel-doc: reset contents and section harder
Jani Nikula
1
-0
/
+3
2016-05-30
kernel-doc: concatenate contents of colliding sections
Jani Nikula
1
-4
/
+6
2016-05-30
kernel-doc: limit the "section header:" detection to a select few
Jani Nikula
1
-2
/
+17
2016-05-30
kernel-doc/rst: remove fixme comment
Jani Nikula
1
-1
/
+0
2016-05-30
kernel-doc/rst: use *undescribed* instead of _undescribed_
Jani Nikula
1
-2
/
+2
2016-05-30
kernel-doc: strip leading whitespace from continued param descs
Jani Nikula
1
-1
/
+15
2016-05-30
kernel-doc: improve handling of whitespace on the first line param description
Jani Nikula
1
-4
/
+4
2016-05-30
kernel-doc/rst: change the output layout
Jani Nikula
1
-17
/
+17
2016-05-30
kernel-doc: strip leading blank lines from inline doc comments
Jani Nikula
1
-0
/
+4
2016-05-30
kernel-doc/rst: blank lines in output are not needed
Jani Nikula
1
-6
/
+1
2016-05-30
kernel-doc: fix wrong code indentation
Jani Nikula
1
-1
/
+1
2016-05-30
kernel-doc: do not regard $, %, or & prefixes as special in section names
Jani Nikula
1
-12
/
+2
2016-05-30
kernel-doc/rst: highlight function/struct/enum purpose lines too
Jani Nikula
1
-12
/
+25
2016-05-30
kernel-doc/rst: drop redundant unescape in highlighting
Jani Nikula
1
-1
/
+0
2016-05-30
kernel-doc/rst: add support for struct/union/enum member references
Jani Nikula
1
-0
/
+5
2016-05-30
kernel-doc/rst: add support for &union foo and &typedef foo references
Jani Nikula
1
-0
/
+4
2016-05-30
kernel-doc/rst: &foo references are more universal than structs
Jani Nikula
1
-1
/
+2
2016-05-30
kernel-doc/rst: reference functions according to C domain spec
Jani Nikula
1
-1
/
+1
2016-05-30
kernel-doc/rst: do not output DOC: section titles for requested ones
Jani Nikula
1
-1
/
+3
2016-05-30
kernel-doc: add names for output selection
Jani Nikula
1
-17
/
+30
2016-05-30
kernel-doc: add names for states and substates
Jani Nikula
1
-43
/
+48
2016-05-30
Documentation/sphinx: nicer referencing of struct in docbook->rst conversion
Jani Nikula
2
-6
/
+14
2016-05-30
sphinx: update docbook->rst conversion script match C domain spec
Jani Nikula
1
-4
/
+4
2016-05-30
sphinx: cheesy script to convert .tmpl files
Jonathan Corbet
3
-0
/
+52
2016-05-30
Documentation/sphinx: set version and release properly
Jani Nikula
2
-5
/
+26
2016-05-30
Documentation/sphinx: configure the kernel-doc extension
Jani Nikula
2
-3
/
+11