Age | Commit message (Expand) | Author | Files | Lines |
2019-07-19 | Remove references to dead website. | Dave Jones | 1 | -5/+0 |
2019-07-12 | docs: kmemleak: add more documentation details | André Almeida | 1 | -4/+44 |
2019-05-15 | gcov: docs: add a note on GCC vs Clang differences | Tri Vo | 1 | -4/+14 |
2019-05-08 | Merge tag 'docs-5.2' of git://git.lwn.net/linux | Linus Torvalds | 1 | -13/+29 |
2019-04-19 | doc: kselftest: Fix KBUILD_OUTPUT usage instructions | Shuah Khan | 1 | -13/+29 |
2019-04-09 | kselftest: Add test module framework header | Tobin C. Harding | 1 | -2/+92 |
2019-01-15 | Documentation/dev-tools: Use gcc version number instead svn revision number | Sebastian Andrzej Siewior | 1 | -1/+1 |
2018-12-29 | Merge tag 'docs-5.0' of git://git.lwn.net/linux | Linus Torvalds | 3 | -8/+10 |
2018-12-28 | kasan: update documentation | Andrey Konovalov | 1 | -94/+138 |
2018-12-06 | doc:process: add links where missing | Federico Vaga | 1 | -0/+2 |
2018-11-25 | Documentation: dev-tools: Fix typos in index.rst | Shreyans Devendra Doshi | 1 | -2/+2 |
2018-11-08 | Documentation/dev-tools: clean up kselftest.rst | Randy Dunlap | 1 | -6/+6 |
2018-09-01 | docs: dev-tools: coccinelle: Update documentation | Himanshu Jha | 1 | -4/+19 |
2018-09-01 | doc: dev-tools: kselftest.rst: update config file location | Anders Roxell | 1 | -1/+1 |
2018-06-29 | doc: dev-tools: kselftest.rst: update contributing new tests | Anders Roxell | 1 | -0/+5 |
2018-04-28 | doc: dev-tools: kselftest.rst: update contributing new tests | Anders Roxell | 1 | -0/+5 |
2018-04-16 | Merge branch 'mm-rst' into docs-next | Jonathan Corbet | 1 | -1/+1 |
2018-04-16 | docs/vm: rename documentation files to .rst | Mike Rapoport | 1 | -1/+1 |
2018-04-03 | Merge tag 'docs-4.17' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2018-03-21 | Documentation/sparse: fix typo | Eric Engestrom | 1 | -1/+1 |
2018-02-22 | docs: Remove remaining references to metag | James Hogan | 1 | -1/+1 |
2017-11-18 | Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+0 |
2017-11-18 | kcov: update documentation | Victor Chibotaru | 1 | -4/+95 |
2017-11-16 | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 2 | -734/+0 |
2017-11-16 | docs: dev-tools: coccinelle: delete out of date wiki reference | Julia Lawall | 1 | -3/+0 |
2017-10-19 | docs: dev-tools: correct Coccinelle version number | Julia Lawall | 1 | -1/+1 |
2017-10-12 | doc: dev-tools: kselftest.rst: update to include make O=dir support | Shuah Khan | 1 | -2/+32 |
2017-07-17 | docs: disable KASLR when debugging kernel | Zhouyi Zhou | 1 | -2/+4 |
2017-07-17 | docs: disable KASLR when debugging kernel | Zhouyi Zhou | 1 | -1/+10 |
2017-07-08 | Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2 | -0/+156 |
2017-07-07 | mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects | Catalin Marinas | 1 | -0/+1 |
2017-07-04 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds | 2 | -0/+908 |
2017-06-26 | kselftest.rst: do some adjustments after ReST conversion | Mauro Carvalho Chehab | 1 | -16/+16 |
2017-06-09 | rcu: Remove SPARSE_RCU_POINTER Kconfig option | Paul E. McKenney | 1 | -6/+0 |
2017-06-07 | Documentation/dev-tools: Add kselftest_harness documentation | Mickaël Salaün | 1 | -0/+33 |
2017-06-07 | Documentation/dev-tools: Use reStructuredText markups for kselftest | Mickaël Salaün | 2 | -27/+41 |
2017-06-07 | Documentation/dev-tools: Add kselftest | Mickaël Salaün | 1 | -0/+109 |
2017-05-16 | kgdb.rst: Adjust ReST markups | Mauro Carvalho Chehab | 1 | -255/+232 |
2017-05-16 | docs-rst: convert kgdb DocBook to ReST | Mauro Carvalho Chehab | 2 | -0/+931 |
2017-03-10 | scripts/spelling.txt: add "disble(d)" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-16 | Improve sparse documentation | Matthew Wilcox | 1 | -0/+6 |
2016-12-16 | Documentation/sparse: drop __CHECK_ENDIAN__ | Michael S. Tsirkin | 1 | -6/+1 |
2016-12-16 | Documentation/sparse: drop __bitwise__ | Michael S. Tsirkin | 1 | -7/+0 |
2016-11-03 | Documentation/dev-tools: use code-block with proper language | Jani Nikula | 2 | -3/+9 |
2016-10-27 | doc-rst: make dev-tools folder buildable stand-alone | Markus Heiser | 2 | -0/+18 |
2016-10-12 | mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping | Catalin Marinas | 1 | -0/+9 |
2016-08-19 | Merge branch 'dev-tools' into doc/4.9 | Jonathan Corbet | 10 | -0/+2377 |
2016-08-19 | docs: Sphinxify gdb-kernel-debugging.txt and move to dev-tools | Jonathan Corbet | 2 | -0/+174 |
2016-08-19 | docs: sphinxify kmemcheck.txt and move to dev-tools | Jonathan Corbet | 2 | -0/+734 |
2016-08-19 | docs: sphinxify kmemleak.txt and move it to dev-tools | Jonathan Corbet | 2 | -0/+211 |