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
/
Documentation
/
dev-tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
kasan: docs: update ignoring accesses section
Andrey Konovalov
1
-4
/
+30
2021-04-30
kasan: docs: update shadow memory section
Andrey Konovalov
1
-17
/
+14
2021-04-30
kasan: docs: update HW_TAGS implementation details section
Andrey Konovalov
1
-13
/
+13
2021-04-30
kasan: docs: update SW_TAGS implementation details section
Andrey Konovalov
1
-20
/
+19
2021-04-30
kasan: docs: update GENERIC implementation details section
Andrey Konovalov
1
-14
/
+13
2021-04-30
kasan: docs: update boot parameters section
Andrey Konovalov
1
-4
/
+10
2021-04-30
kasan: docs: update error reports section
Andrey Konovalov
1
-20
/
+26
2021-04-30
kasan: docs: update usage section
Andrey Konovalov
1
-12
/
+11
2021-04-30
kasan: docs: update overview section
Andrey Konovalov
1
-8
/
+19
2021-04-30
kasan: docs: clean up sections
Andrey Konovalov
1
-27
/
+27
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2021-04-27
Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-2
/
+76
2021-04-27
Merge tag 'linux-kselftest-next-5.13-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+2
2021-04-26
Merge tag 'docs-5.13' of git://git.lwn.net/linux
Linus Torvalds
4
-2
/
+883
2021-04-15
Documentation: dev-tools: Add Testing Overview
David Gow
2
-0
/
+121
2021-04-11
kasan: Add KASAN mode kernel parameter
Vincenzo Frascino
1
-0
/
+9
2021-04-08
docs/gcov: Convert two tags to ref in dev-tools/gov.rst
Wu XiangCheng
1
-2
/
+6
2021-04-07
Documentation: kunit: add tips for using current->kunit_test
Daniel Latypov
1
-2
/
+76
2021-04-02
Documentation: kselftest: fix path to test module files
Antonio Terceiro
1
-2
/
+2
2021-03-25
docs: document all error message types in checkpatch
Dwaipayan Ray
1
-38
/
+280
2021-03-08
kcsan: Add missing license and copyright headers
Marco Elver
1
-0
/
+3
2021-03-06
docs: add documentation for checkpatch
Dwaipayan Ray
2
-0
/
+514
2021-02-26
kasan: clarify that only first bug is reported in HW_TAGS
Andrey Konovalov
1
-2
/
+6
2021-02-26
kfence: report sensitive information based on no_hash_pointers
Marco Elver
1
-4
/
+4
2021-02-26
kfence: add test suite
Marco Elver
1
-6
/
+6
2021-02-26
kfence, Documentation: add KFENCE documentation
Marco Elver
2
-0
/
+299
2021-02-24
kasan: rename CONFIG_TEST_KASAN_MODULE
Andrey Konovalov
1
-4
/
+4
2021-02-24
kasan: clarify HW_TAGS impact on TBI
Andrey Konovalov
1
-5
/
+11
2021-02-22
Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-2
/
+122
2021-02-09
kasan: fix stack traces dependency for HW_TAGS
Andrey Konovalov
1
-2
/
+1
2021-02-08
Documentation: kunit: add tips.rst for small examples
Daniel Latypov
3
-1
/
+120
2021-02-08
KUnit: Docs: make start.rst example Kconfig follow style.rst
Daniel Latypov
1
-1
/
+2
2021-01-24
kasan: fix HW_TAGS boot parameters
Andrey Konovalov
1
-21
/
+6
2021-01-15
Documentation: kunit: include example of a parameterized test
Daniel Latypov
1
-0
/
+57
2020-12-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-89
/
+173
2020-12-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux
Linus Torvalds
1
-2
/
+2
2020-12-22
kasan: update documentation
Andrey Konovalov
1
-69
/
+115
2020-12-22
kasan: add documentation for hardware tag-based mode
Andrey Konovalov
1
-21
/
+59
2020-12-22
kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
Andrey Konovalov
1
-1
/
+1
2020-12-16
Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-6
/
+77
2020-12-15
ubsan: remove UBSAN_MISC in favor of individual options
Kees Cook
1
-0
/
+1
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+3
2020-12-15
kasan: update documentation for generic kasan
Walter Wu
1
-2
/
+3
2020-12-14
Merge tag 'docs-5.11' of git://git.lwn.net/linux
Linus Torvalds
4
-8
/
+14
2020-12-03
Documentation: fix typos found in process, dev-tools, and doc-guide subdirect...
Andrew Klychkov
1
-1
/
+1
2020-12-03
Documentation: Coccinelle: Improve command example for debugging patches
Sumera Priyadarsini
1
-1
/
+8
2020-12-01
Documentation: kunit: provide guidance for testing many inputs
Daniel Latypov
1
-6
/
+77
2020-11-30
Documentation: fix typos in dev-tools/kasan.rst
Andrew Klychkov
1
-2
/
+2
2020-11-18
Documentation: kgdb: Fix a typo
Tiezhu Yang
1
-4
/
+3
2020-11-18
Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...
Linus Torvalds
3
-15
/
+15
[prev]
[next]