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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-12
kunit: bail out of test filtering logic quicker if OOM
Daniel Latypov
2
-6
/
+25
2022-05-12
lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
Daniel Latypov
1
-5
/
+10
2022-05-12
kunit: Rework kunit_resource allocation policy
David Gow
1
-57
/
+7
2022-05-10
dim: initialize all struct fields
Jesse Brandeburg
1
-22
/
+22
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+2
2022-05-03
selftests/sysctl: add sysctl macro test
Tonghao Zhang
1
-0
/
+32
2022-05-02
kunit: fix debugfs code to use enum kunit_status, not bool
Daniel Latypov
1
-1
/
+1
2022-05-02
kunit: add ability to specify suite-level init and exit functions
Daniel Latypov
2
-0
/
+31
2022-05-02
kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)
Daniel Latypov
1
-4
/
+4
2022-05-02
Merge 5.18-rc5 into driver-core-next
Greg Kroah-Hartman
4
-12
/
+35
2022-05-01
Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-04-30
lib: remove back_str initialization
Tom Rix
1
-1
/
+1
2022-04-30
lib/string.c: simplify str[c]spn
Rasmus Villemoes
1
-19
/
+6
2022-04-30
lib/test_string.c: add strspn and strcspn tests
Rasmus Villemoes
1
-0
/
+33
2022-04-30
lib/Kconfig.debug: remove more CONFIG_..._VALUE indirections
Rasmus Villemoes
1
-21
/
+0
2022-04-30
lib/test_meminit: optimize do_kmem_cache_rcu_persistent() test
Xiaoke Wang
1
-2
/
+10
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-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+33
2022-04-27
hex2bin: fix access beyond string end
Mikulas Patocka
1
-3
/
+6
2022-04-27
hex2bin: make the function hex_to_bin constant-time
Mikulas Patocka
1
-7
/
+25
2022-04-27
bootconfig: Support embedding a bootconfig file in kernel
Masami Hiramatsu
4
-0
/
+32
2022-04-27
bootconfig: Make the bootconfig.o as a normal object file
Masami Hiramatsu
1
-1
/
+1
2022-04-26
test_firmware: Error injection for firmware upload
Russ Weight
1
-5
/
+122
2022-04-26
test_firmware: Add test support for firmware upload
Russ Weight
1
-0
/
+261
2022-04-22
XArray: Disallow sibling entries of nodes
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-04-22
printk: rename cpulock functions
John Ogness
2
-4
/
+4
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
2
-4
/
+5
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
3
-11
/
+14
2022-04-19
lib/strn*,objtool: Enforce user_access_begin() rules
Peter Zijlstra
2
-2
/
+2
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-34
/
+6
2022-04-13
lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()
Sebastian Andrzej Siewior
1
-2
/
+6
2022-04-10
Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-32
/
+0
2022-04-09
lz4: fix LZ4_decompress_safe_partial read out of bound
Guo Xuenan
1
-2
/
+6
2022-04-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-4
/
+311
2022-04-08
crypto: sm3,sm4 - move into crypto directory
Jason A. Donenfeld
4
-434
/
+0
2022-04-06
mm/slub: use stackdepot to save stack trace in objects
Oliver Glitta
1
-0
/
+1
2022-04-06
lib/stackdepot: allow requesting early initialization dynamically
Vlastimil Babka
1
-22
/
+45
2022-04-06
mm/slub, kunit: Make slub_kunit unaffected by user specified flags
Hyeonggon Yoo
1
-5
/
+5
2022-04-05
kunit: Make kunit_remove_resource() idempotent
David Gow
2
-2
/
+41
2022-04-05
list: test: Test the hlist structure
David Gow
1
-1
/
+396
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
1
-32
/
+0
2022-04-05
kunit: split resource API impl from test.c into new resource.c
Daniel Latypov
3
-115
/
+127
2022-04-04
kasan: test: Use NULL macros
Ricardo Ribalda
1
-1
/
+1
2022-04-04
kunit: use NULL macros
Ricardo Ribalda
2
-1
/
+3
2022-04-02
Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-04-01
Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
2
-0
/
+26
2022-04-01
Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
[prev]
[next]