index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Kconfig.debug
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-01
siphash: Convert selftest to KUnit
Kees Cook
1
-9
/
+11
2022-11-01
string: Convert strscpy() self-test to KUnit
Kees Cook
1
-3
/
+5
2022-10-28
cgroup: Implement DEBUG_CGROUP_REF
Tejun Heo
1
-0
/
+10
2022-10-28
Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by default
Alexander Potapenko
1
-1
/
+2
2022-10-17
arch: Introduce CONFIG_FUNCTION_ALIGNMENT
Peter Zijlstra
1
-0
/
+1
2022-10-16
Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+8
2022-10-16
lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
Nathan Chancellor
1
-2
/
+7
2022-10-12
Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
Masahiro Yamada
1
-0
/
+1
2022-10-12
Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
Masahiro Yamada
1
-2
/
+2
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+13
2022-10-10
Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+10
2022-10-08
Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+10
2022-10-04
Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+21
2022-10-04
kmsan: add KMSAN runtime core
Alexander Potapenko
1
-0
/
+1
2022-09-29
Merge branch 'v6.0-rc7'
Peter Zijlstra
1
-3
/
+8
2022-09-28
Kbuild: add Rust support
Miguel Ojeda
1
-0
/
+34
2022-09-27
mm: remove vmacache
Liam R. Howlett
1
-8
/
+0
2022-09-27
Maple Tree: add new data structure
Liam R. Howlett
1
-0
/
+15
2022-09-24
Makefile.debug: re-enable debug info for .S files
Nick Desaulniers
1
-1
/
+3
2022-09-19
mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()
Thomas Gleixner
1
-0
/
+3
2022-09-12
Merge 6.0-rc5 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+5
2022-09-08
fortify: Add KUnit test for FORTIFY_SOURCE internals
Kees Cook
1
-0
/
+9
2022-09-07
dyndbg: add test_dynamic_debug module
Jim Cromie
1
-0
/
+10
2022-08-31
testing/selftests: Add tests for the is_signed_type() macro
Bart Van Assche
1
-0
/
+12
2022-08-30
perf/hw_breakpoint: Add KUnit test for constraints accounting
Marco Elver
1
-0
/
+10
2022-08-24
lib/test_cpumask: follow KUnit style guidelines
Sander Vanheule
1
-2
/
+5
2022-08-07
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+9
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+8
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-07-28
kobject: fix Kconfig.debug "its" grammar
Randy Dunlap
1
-1
/
+1
2022-07-18
lib/test: introduce cpumask KUnit test suite
Sander Vanheule
1
-0
/
+9
2022-07-07
objtool: update objtool.txt references
Mauro Carvalho Chehab
1
-1
/
+1
2022-07-04
mm: shrinkers: introduce debugfs interface for memory shrinkers
Roman Gushchin
1
-0
/
+9
2022-05-28
Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-23
/
+0
2022-05-27
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-35
/
+0
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-21
/
+0
2022-05-27
mm: Kconfig: reorganize misplaced mm options
Vlastimil Babka
1
-34
/
+0
2022-05-25
Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-5
/
+10
2022-05-25
Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-0
/
+1
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+1
2022-05-18
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
1
-2
/
+1
2022-05-12
lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
Daniel Latypov
1
-5
/
+10
2022-04-30
lib/Kconfig.debug: remove more CONFIG_..._VALUE indirections
Rasmus Villemoes
1
-21
/
+0
2022-04-29
nvdimm: Drop nd_device_lock()
Dan Williams
1
-17
/
+0
2022-04-29
cxl: Drop cxl_device_lock()
Dan Williams
1
-6
/
+0
2022-04-22
objtool: Add HAVE_NOINSTR_VALIDATION
Josh Poimboeuf
1
-1
/
+1
2022-04-22
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
Josh Poimboeuf
1
-1
/
+1
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
1
-2
/
+2
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
1
-9
/
+11
[prev]
[next]