| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/tags.sh: enable code completion in VIM | Mathieu Maret | 2016-10-12 | 1 | -1/+2 |
* | checkpatch: improve the octal permissions tests | Joe Perches | 2016-10-12 | 1 | -16/+44 |
* | checkpatch: add warning for unnamed function definition arguments | Joe Perches | 2016-10-12 | 1 | -0/+13 |
* | checkpatch: improve MACRO_ARG_PRECEDENCE test | Joe Perches | 2016-10-12 | 1 | -1/+19 |
* | checkpatch: add --strict test for precedence challenged macro arguments | Joe Perches | 2016-10-12 | 1 | -1/+8 |
* | checkpatch: add --strict test for macro argument reuse | Joe Perches | 2016-10-12 | 1 | -8/+35 |
* | checkpatch: improve the block comment * alignment test | Joe Perches | 2016-10-12 | 1 | -7/+12 |
* | checkpatch: speed up checking for filenames in sections marked obsolete | Joe Perches | 2016-10-12 | 1 | -1/+1 |
* | const_structs.checkpatch: add frequently used from Julia Lawall's list | Joe Perches | 2016-10-12 | 1 | -0/+25 |
* | checkpatch: externalize the structs that should be const | Joe Perches | 2016-10-12 | 2 | -40/+63 |
* | checkpatch: don't test for prefer ether_addr_<foo> | Joe Perches | 2016-10-12 | 1 | -35/+35 |
* | checkpatch: test multiple line block comment alignment | Joe Perches | 2016-10-12 | 1 | -0/+19 |
* | checkpatch: look for symbolic permissions and suggest octal instead | Joe Perches | 2016-10-12 | 1 | -6/+43 |
* | checkpatch: see if modified files are marked obsolete in MAINTAINERS | Joe Perches | 2016-10-12 | 1 | -0/+14 |
* | spelling.txt: "modeled" is spelt correctly | Joe Perches | 2016-10-08 | 1 | -1/+0 |
* | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-08 | 3 | -1/+3 |
* | Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-10-06 | 1 | -0/+115 |
|\ |
|
| * | ftrace/scripts: Add helper script to bisect function tracing problem functions | Steven Rostedt (Red Hat) | 2016-09-21 | 1 | -0/+115 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-10-04 | 1 | -1/+4 |
|\ \ |
|
| * | | ubsan: allow to disable the null sanitizer | Christian Borntraeger | 2016-09-20 | 1 | -1/+4 |
* | | | Merge tag 'docs-4.9' of git://git.lwn.net/linux | Linus Torvalds | 2016-10-04 | 1 | -16/+32 |
|\ \ \ |
|
| * | | | docs: Special-case function-pointer parameters in kernel-doc | Jonathan Corbet | 2016-09-06 | 1 | -0/+2 |
| * | | | docs: make kernel-doc handle varargs properly | Jonathan Corbet | 2016-09-06 | 1 | -1/+2 |
| * | | | docs-rst: kernel-doc: fix typedef output in RST format | Mauro Carvalho Chehab | 2016-09-01 | 1 | -10/+24 |
| * | | | docs-rst: improve typedef parser | Mauro Carvalho Chehab | 2016-09-01 | 1 | -1/+3 |
| * | | | docs-rst: kernel-doc: better output struct members | Mauro Carvalho Chehab | 2016-08-24 | 1 | -1/+1 |
| * | | | doc-rst: Revert "kernel-doc: fix handling of address_space tags" | Markus Heiser | 2016-08-22 | 1 | -3/+0 |
* | | | | Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-10-04 | 2 | -346/+252 |
|\ \ \ \ |
|
| * \ \ \ | Merge 4.8-rc5 into char-misc-next | Greg Kroah-Hartman | 2016-09-05 | 3 | -11/+3 |
| |\ \ \ \ |
|
| * | | | | | ver_linux: rename ver_linux.awk to ver_linux | Alexander Kapshuk | 2016-08-31 | 1 | -0/+0 |
| * | | | | | ver_linux: shell implementation removed | Alexander Kapshuk | 2016-08-31 | 1 | -193/+0 |
| * | | | | | ver_linux: complete awk implementation | Alexander Kapshuk | 2016-08-31 | 1 | -0/+89 |
| * | | | | | checkkconfigsymbols: use arglist instead of cmd string | Valentin Rothberg | 2016-08-28 | 1 | -11/+16 |
| * | | | | | checkkconfigsymblos: consistent symbol terminology | Valentin Rothberg | 2016-08-28 | 1 | -67/+67 |
| * | | | | | checkkconfigsymbols.py: fix pylint and pep8 warnings | Valentin Rothberg | 2016-08-28 | 1 | -10/+8 |
| * | | | | | checkkconfigsymbols: use ArgumentParser | Valentin Rothberg | 2016-08-28 | 1 | -73/+69 |
| * | | | | | checkkconfigsymbols.py: port to Python 3 | Valentin Rothberg | 2016-08-28 | 1 | -16/+17 |
| * | | | | | checkkconfigsymbols.py: avoid shell injection | Valentin Rothberg | 2016-08-27 | 1 | -5/+7 |
| * | | | | | checkkconfigsymbols.py: add --no-color option, don't print color to non-TTY | Andrew Donnellan | 2016-08-18 | 1 | -2/+10 |
| | |_|/ /
| |/| | | |
|
* | | | | | scripts/recordmcount.c: account for .softirqentry.text | Dmitry Vyukov | 2016-09-29 | 2 | -0/+2 |
* | | | | | scripts/faddr2line: improve on base path filtering a bit | Linus Torvalds | 2016-09-19 | 1 | -1/+1 |
* | | | | | scripts: add script for translating stack dump function offsets | Josh Poimboeuf | 2016-09-19 | 1 | -0/+177 |
* | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2016-09-05 | 1 | -1/+3 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | builddeb: Skip gcc-plugins when not configured | Kees Cook | 2016-08-16 | 1 | -1/+3 |
| | |/ /
| |/| | |
|
* | | | | treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLE | Joe Perches | 2016-09-02 | 2 | -10/+0 |
| |_|/
|/| | |
|
* | | | get_maintainer: quiet noisy implicit -f vcs_file_exists checking | Joe Perches | 2016-08-27 | 1 | -1/+3 |
| |/
|/| |
|
* | | get_maintainer: Don't check if STDIN exists in a VCS repository | Joe Perches | 2016-08-10 | 1 | -1/+1 |
* | | gcc-plugins: Add support for plugin subdirectories | Emese Revfy | 2016-08-09 | 2 | -4/+8 |
* | | gcc-plugins: Automate make rule generation | Emese Revfy | 2016-08-09 | 1 | -2/+1 |
* | | gcc-plugins: Add support for passing plugin arguments | Emese Revfy | 2016-08-09 | 1 | -1/+1 |