Age | Commit message (Expand) | Author | Files | Lines |
2020-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -0/+2 |
2020-04-07 | lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability" | Qiujun Huang | 1 | -1/+1 |
2020-04-07 | lib/test_lockup: test module to generate lockups | Konstantin Khlebnikov | 1 | -0/+12 |
2020-04-07 | compiler: remove CONFIG_OPTIMIZE_INLINING entirely | Masahiro Yamada | 1 | -12/+0 |
2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+4 |
2020-04-03 | kbuild, btf: Fix dependencies for DEBUG_INFO_BTF | Slava Bacherikov | 1 | -0/+2 |
2020-04-01 | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+10 |
2020-04-01 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+1 |
2020-03-31 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+10 |
2020-03-21 | lockdep: Introduce wait-type checks | Peter Zijlstra | 1 | -0/+17 |
2020-03-12 | serial/sysrq: Add a help-string for MAGIC_SYSRQ_SERIAL_SEQUENCE | Dmitry Safonov | 1 | -0/+2 |
2020-03-07 | serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE | Dmitry Safonov | 1 | -0/+8 |
2020-03-06 | lib: Introduce generic min-heap | Ian Rogers | 1 | -0/+10 |
2020-03-02 | kbuild: remove cc-option switch from -Wframe-larger-than= | Masahiro Yamada | 1 | -2/+1 |
2020-02-13 | dynamic_debug: allow to work if debugfs is disabled | Greg Kroah-Hartman | 1 | -3/+4 |
2020-01-30 | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -2/+2 |
2020-01-10 | kunit: allow kunit tests to be loaded as a module | Alan Maguire | 1 | -2/+2 |
2019-12-25 | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 1 | -216/+239 |
2019-12-18 | lib/Kconfig.debug: fix some messed up configurations | Changbin Du | 1 | -49/+51 |
2019-12-08 | sched/core: Use CONFIG_PREEMPTION | Sebastian Andrzej Siewior | 1 | -1/+1 |
2019-12-07 | lib/: fix Kconfig indentation | Krzysztof Kozlowski | 1 | -17/+17 |
2019-12-07 | kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments' | Changbin Du | 1 | -12/+12 |
2019-12-07 | kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options' | Changbin Du | 1 | -9/+9 |
2019-12-07 | kernel-hacking: create a submenu for scheduler debugging options | Changbin Du | 1 | -0/+4 |
2019-12-07 | kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGE | Changbin Du | 1 | -12/+12 |
2019-12-07 | kernel-hacking: move Oops into 'Lockups and Hangs' | Changbin Du | 1 | -29/+29 |
2019-12-07 | kernel-hacking: move kernel testing and coverage options to same submenu | Changbin Du | 1 | -84/+89 |
2019-12-07 | kernel-hacking: group kernel data structures debugging together | Changbin Du | 1 | -10/+14 |
2019-12-07 | kernel-hacking: create submenu for arch special debugging options | Changbin Du | 1 | -0/+4 |
2019-12-07 | kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum... | Changbin Du | 1 | -4/+8 |
2019-12-03 | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -11/+0 |
2019-12-01 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+7 |
2019-11-26 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+9 |
2019-11-22 | drivers: hv: vmbus: Introduce latency testing | Branden Bonaby | 1 | -0/+7 |
2019-11-14 | kbuild: move headers_check rule to usr/include/Makefile | Masahiro Yamada | 1 | -11/+0 |
2019-11-01 | lib/list-test: add a test for the 'list' doubly linked list | David Gow | 1 | -0/+18 |
2019-10-17 | printf: add support for printing symbolic error names | Rasmus Villemoes | 1 | -0/+9 |
2019-10-01 | kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() | Iurii Zaikin | 1 | -0/+11 |
2019-10-01 | lib: enable building KUnit in lib/ | Brendan Higgins | 1 | -0/+2 |
2019-09-26 | compiler: enable CONFIG_OPTIMIZE_INLINING forcibly | Masahiro Yamada | 1 | -3/+1 |
2019-09-25 | mm/kmemleak: increase the max mem pool to 1M | Qian Cai | 1 | -1/+1 |
2019-09-25 | mm: kmemleak: use the memory pool for early allocations | Catalin Marinas | 1 | -5/+6 |
2019-09-25 | kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K | Nicolas Boichat | 1 | -1/+1 |
2019-09-11 | module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULES | Masahiro Yamada | 1 | -16/+0 |
2019-07-20 | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -11/+1 |
2019-07-17 | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada | 1 | -11/+1 |
2019-07-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+8 |
2019-07-17 | lib: introduce test_meminit module | Alexander Potapenko | 1 | -0/+8 |
2019-07-15 | docs: locking: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -2/+2 |
2019-07-13 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -9/+16 |