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-11-21
Merge 6.1-rc6 into char-misc-next
Greg Kroah-Hartman
6
-35780
/
+257
2022-11-21
Makefile.debug: support for -gz=zstd
Nick Desaulniers
1
-2
/
+27
2022-11-19
lib: assume char is unsigned
Jason A. Donenfeld
2
-16
/
+0
2022-11-19
lib/fonts: fix undefined behavior in bit shift for get_default_font
Gaosheng Cui
1
-2
/
+2
2022-11-19
llist: avoid extra memory read in llist_add_batch
Uros Bizjak
1
-2
/
+2
2022-11-19
lib/oid_registry.c: remove redundant assignment to variable num
Colin Ian King
1
-1
/
+0
2022-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-35754
/
+242
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
3
-8
/
+8
2022-11-18
treewide: use get_random_u32_{above,below}() instead of manual loop
Jason A. Donenfeld
2
-8
/
+2
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
11
-24
/
+24
2022-11-16
sbitmap: Try each queue to wake up at least one waiter
Gabriel Krisman Bertazi
1
-16
/
+12
2022-11-16
sbitmap: Advance the queue index before waking up a queue
Gabriel Krisman Bertazi
1
-2
/
+8
2022-11-16
lib/test_linear_ranges: Use LINEAR_RANGE()
Matti Vaittinen
1
-11
/
+2
2022-11-16
lib/debugobjects: fix stat count and optimize debug_objects_mem_init
wuchi
1
-0
/
+10
2022-11-14
memregion: Add cpu_cache_invalidate_memregion() interface
Davidlohr Bueso
1
-0
/
+3
2022-11-14
lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGE
Giulio Benetti
1
-2
/
+0
2022-11-12
net: remove skb->vlan_present
Eric Dumazet
1
-1
/
+0
2022-11-11
sbitmap: Use single per-bitmap counting to wake up queued tags
Gabriel Krisman Bertazi
1
-96
/
+26
2022-11-11
crypto: lib/aesgcm - Provide minimal library implementation
Ard Biesheuvel
3
-0
/
+736
2022-11-11
crypto: lib/gf128mul - make gf128mul_lle time invariant
Ard Biesheuvel
1
-19
/
+39
2022-11-11
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
3
-0
/
+421
2022-11-10
test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"
Colin Ian King
1
-2
/
+2
2022-11-10
mac_pton: Don't access memory over expected length
Andy Shevchenko
1
-1
/
+2
2022-11-09
lib/scatterlist: add check when merging zone device pages
Logan Gunthorpe
1
-10
/
+15
2022-11-09
iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
Logan Gunthorpe
1
-8
/
+24
2022-11-09
kasan: switch kunit tests to console tracepoints
Andrey Konovalov
1
-1
/
+1
2022-11-09
maple_tree: don't set a new maximum on the node when not reusing nodes
Liam Howlett
1
-2
/
+1
2022-11-09
maple_tree: fix depth tracking in maple_state
Liam Howlett
1
-1
/
+2
2022-11-09
kmsan: make sure PREEMPT_RT is off
Alexander Potapenko
1
-0
/
+1
2022-11-09
Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARN
Alexander Potapenko
1
-1
/
+1
2022-11-09
maple_tree: reorganize testing to restore module testing
Liam Howlett
4
-35741
/
+232
2022-11-09
maple_tree: mas_anode_descend() clang-analyzer cleanup
Liam Howlett
1
-6
/
+4
2022-11-09
maple_tree: remove pointer to pointer use in mas_alloc_nodes()
Liam Howlett
1
-3
/
+1
2022-11-09
lib: Fix some kernel-doc comments
Yang Li
1
-1
/
+1
2022-11-08
testing: use the copyleft-next-0.3.1 SPDX tag
Luis Chamberlain
2
-22
/
+2
2022-11-03
Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-26
/
+15
2022-11-02
overflow: Introduce overflows_type() and castable_to_type()
Kees Cook
2
-0
/
+382
2022-11-02
netlink: introduce bigendian integer types
Florian Westphal
1
-26
/
+15
2022-11-02
x86/mem: Move memmove to out of line assembler
Nick Desaulniers
1
-0
/
+22
2022-11-01
siphash: Convert selftest to KUnit
Kees Cook
3
-105
/
+82
2022-11-01
fortify: Short-circuit known-safe calls to strscpy()
Kees Cook
1
-0
/
+13
2022-11-01
string: Convert strscpy() self-test to KUnit
Kees Cook
4
-154
/
+135
2022-11-01
test_printf: Refactor fwnode_pointer() to make it more readable
Andy Shevchenko
1
-14
/
+12
2022-10-30
Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-3
/
+4
2022-10-29
kunit/memcpy: Add dynamic size and window tests
Kees Cook
1
-0
/
+205
2022-10-29
string: Rewrite and add more kern-doc for the str*() functions
Kees Cook
1
-82
/
+0
2022-10-28
cgroup: Implement DEBUG_CGROUP_REF
Tejun Heo
1
-0
/
+10
2022-10-28
lib: maple_tree: remove unneeded initialization in mtree_range_walk()
Lukas Bulwahn
1
-2
/
+2
2022-10-28
Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by default
Alexander Potapenko
1
-1
/
+2
2022-10-27
Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-36
/
+22
[prev]
[next]