index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-14
Merge tag 'sphinx-4.8' of git://git.lwn.net/linux into topic/drm-misc
Daniel Vetter
1
-139
/
+254
2016-06-09
docs: kernel-doc: Add "example" and "note" to the magic section types
Jonathan Corbet
1
-1
/
+2
2016-06-04
scripts/kernel-doc: Add option to inject line numbers
Daniel Vetter
1
-0
/
+41
2016-06-03
checkpatch: reduce git commit description style false positives
Joe Perches
1
-0
/
+1
2016-06-03
scripts/kernel-doc: Also give functions symbolic names
Daniel Vetter
1
-4
/
+4
2016-06-03
scripts/kernel-doc: Remove duplicated DOC: start handling
Daniel Vetter
1
-18
/
+1
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
kernel-doc: support printing exported and non-exported symbols
Jani Nikula
1
-2
/
+27
2016-05-30
kernel-doc/rst: fix use of uninitialized value
Jani Nikula
1
-1
/
+2
2016-05-26
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
6
-177
/
+14
2016-05-26
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2
-1
/
+17
2016-05-26
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
7
-48
/
+215
2016-05-24
headers_check: don't warn about c++ guards
Arnd Bergmann
1
-0
/
+4
2016-05-23
scripts/gdb: decode bytestream on dmesg for Python3
Kieran Bingham
1
-2
/
+2
2016-05-23
scripts/gdb: fix issue with dmesg.py and python 3.X
Dom Cote
1
-3
/
+4
2016-05-23
scripts/gdb: improve types abstraction for gdb python scripts
Dom Cote
1
-2
/
+15
2016-05-23
scripts/gdb: add lx_thread_info_by_pid helper
Kieran Bingham
1
-0
/
+19
2016-05-23
scripts/gdb: add a Radix Tree Parser
Kieran Bingham
3
-0
/
+105
2016-05-23
scripts/gdb: cast CPU numbers to integer
Jan Kiszka
1
-1
/
+1
2016-05-23
scripts/gdb: add cpu iterators
Kieran Bingham
1
-0
/
+38
2016-05-23
scripts/gdb: add mount point list command
Kieran Bingham
2
-0
/
+119
2016-05-23
scripts/gdb: add io resource readers
Kieran Bingham
1
-0
/
+57
2016-05-23
scripts/gdb: provide a dentry_name VFS path helper
Kieran Bingham
1
-0
/
+8
2016-05-23
scripts/gdb: support !CONFIG_MODULES gracefully
Kieran Bingham
1
-1
/
+4
2016-05-23
scripts/gdb: provide exception catching parser
Kieran Bingham
1
-0
/
+7
2016-05-23
scripts/gdb: convert modules usage to lists functions
Kieran Bingham
1
-11
/
+6
2016-05-23
scripts/gdb: provide kernel list item generators
Kieran Bingham
1
-0
/
+21
2016-05-23
scripts/gdb: provide linux constants
Kieran Bingham
3
-1
/
+44
2016-05-23
scripts/gdb: Adjust module reference counter reported by lx-lsmod
Jan Kiszka
1
-1
/
+1
2016-05-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+139
[next]