| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/Kconfig.debug: enable RUNTIME_TESTING_MENU | Anders Roxell | 2018-02-22 | 1 | -0/+1 |
* | Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-02-10 | 1 | -1/+0 |
|\ |
|
| * | lib/Kconfig.debug: Remove blank help text | Ulf Magnusson | 2018-02-02 | 1 | -1/+0 |
* | | kasan: rework Kconfig settings | Arnd Bergmann | 2018-02-07 | 1 | -1/+1 |
* | | lib/: make RUNTIME_TESTS a menuconfig to ease disabling it all | Vincent Legoll | 2018-02-07 | 1 | -2/+5 |
* | | lib/test_find_bit.c: rename to find_bit_benchmark.c | Yury Norov | 2018-02-07 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 1 | -0/+14 |
|\ |
|
| * | error-injection: Support fault injection framework | Masami Hiramatsu | 2018-01-13 | 1 | -0/+10 |
| * | error-injection: Separate error-injection from kprobe | Masami Hiramatsu | 2018-01-13 | 1 | -0/+4 |
* | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-01-30 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64 | Kees Cook | 2017-12-11 | 1 | -1/+1 |
* | | locking/lockdep: Remove the cross-release locking checks | Ingo Molnar | 2017-12-12 | 1 | -33/+0 |
|/ |
|
* | Makefile: support flag -fsanitizer-coverage=trace-cmp | Victor Chibotaru | 2017-11-18 | 1 | -0/+10 |
* | lib: test module for find_*_bit() functions | Yury Norov | 2017-11-18 | 1 | -0/+9 |
* | Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-11-16 | 1 | -1/+0 |
|\ |
|
| * | debugfs: purge obsolete SRCU based removal protection | Nicolai Stange | 2017-11-07 | 1 | -1/+0 |
* | | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 2017-11-16 | 1 | -4/+2 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-11-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes | Ingo Molnar | 2017-10-23 | 1 | -74/+73 |
| |\| |
|
| * | | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' | Josh Poimboeuf | 2017-10-14 | 1 | -1/+1 |
* | | | locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y | Byungchul Park | 2017-10-25 | 1 | -0/+15 |
* | | | locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and ... | Byungchul Park | 2017-10-25 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-10-14 | 1 | -2/+2 |
|\ \ |
|
| * | | locking/lockdep: Disable cross-release features for now | Ingo Molnar | 2017-10-14 | 1 | -2/+2 |
| |/ |
|
* / | lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together | Randy Dunlap | 2017-10-14 | 1 | -72/+71 |
|/ |
|
* | parisc: Fix too large frame size warnings | Helge Deller | 2017-09-22 | 1 | -1/+2 |
* | lib: add test module for CONFIG_DEBUG_VIRTUAL | Florian Fainelli | 2017-09-09 | 1 | -0/+11 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-09-04 | 1 | -0/+18 |
|\ |
|
| * | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2017-08-25 | 1 | -0/+7 |
| |\ |
|
| * | | locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETI... | Ingo Molnar | 2017-08-17 | 1 | -2/+2 |
| * | | locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONS | Byungchul Park | 2017-08-17 | 1 | -2/+2 |
| * | | locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE config | Byungchul Park | 2017-08-17 | 1 | -1/+1 |
| * | | locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKING | Byungchul Park | 2017-08-17 | 1 | -5/+2 |
| * | | locking/lockdep: Apply crossrelease to completions | Byungchul Park | 2017-08-10 | 1 | -0/+9 |
| * | | locking/lockdep: Implement the 'crossrelease' feature | Byungchul Park | 2017-08-10 | 1 | -0/+12 |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-09-04 | 1 | -3/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/kconfig: Make it easier to switch to the new ORC unwinder | Josh Poimboeuf | 2017-07-26 | 1 | -3/+3 |
| * | | x86/unwind: Add the ORC unwinder | Josh Poimboeuf | 2017-07-26 | 1 | -0/+3 |
| |/ |
|
* / | kernel/watchdog: Prevent false positives with turbo modes | Thomas Gleixner | 2017-08-18 | 1 | -0/+7 |
|/ |
|
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-15 | 1 | -0/+28 |
|\ |
|
| * | random: suppress spammy warnings about unseeded randomness | Theodore Ts'o | 2017-07-15 | 1 | -6/+18 |
| * | random: warn when kernel uses unseeded randomness | Jason A. Donenfeld | 2017-06-20 | 1 | -0/+16 |
* | | kmod: add test driver to stress test the module loader | Luis R. Rodriguez | 2017-07-15 | 1 | -0/+27 |
* | | kernel/watchdog: split up config options | Nicholas Piggin | 2017-07-13 | 1 | -17/+28 |
* | | test_sysctl: add dedicated proc sysctl test driver | Luis R. Rodriguez | 2017-07-13 | 1 | -0/+11 |
* | | lib/interval_tree_test.c: allow the module to be compiled-in | Davidlohr Bueso | 2017-07-11 | 1 | -1/+1 |
* | | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds | 2017-07-04 | 1 | -1/+1 |
|\ \ |
|
| * | | fs: update location of filesystems documentation | Mauro Carvalho Chehab | 2017-05-16 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-03 | 1 | -0/+3 |
|\ \ |
|
| * | | rt_mutex: Add lockdep annotations | Peter Zijlstra | 2017-06-08 | 1 | -0/+3 |
| |/ |
|