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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-03
lib: Fix strnlen_user() to not touch memory after specified maximum
Jan Kara
1
-1
/
+2
2015-05-15
lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
mancha security
1
-1
/
+1
2015-04-09
LZ4 : fix the data abort issue
JeHyeon Yeon
1
-0
/
+3
2015-02-09
lib/checksum.c: fix build for generic csum_tcpudp_nofold
karl beldan
1
-9
/
+9
2015-02-09
lib/checksum.c: fix carry in csum_tcpudp_nofold
karl beldan
1
-2
/
+10
2015-01-29
decompress_bunzip2: off by one in get_next_block()
Dan Carpenter
1
-1
/
+1
2014-11-13
lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()
Jan Kara
1
-2
/
+6
2014-11-13
random: add and use memzero_explicit() for clearing data
Daniel Borkmann
1
-0
/
+16
2014-10-31
lzo: check for length overrun in variable length encoding.
Willy Tarreau
1
-6
/
+37
2014-10-31
Revert "lzo: properly check for overruns"
Willy Tarreau
1
-41
/
+21
2014-09-26
mm: filemap: move radix tree hole searching here
Johannes Weiner
1
-75
/
+0
2014-09-26
lib: radix-tree: add radix_tree_delete_item()
Johannes Weiner
1
-4
/
+27
2014-09-26
lib/plist: add plist_requeue
Dan Streetman
1
-0
/
+52
2014-08-19
lib/btree.c: fix leak of whole btree nodes
Minfei Huang
1
-0
/
+1
2014-07-17
lz4: add overrun checks to lz4_uncompress_unknownoutputsize()
Greg Kroah-Hartman
1
-1
/
+5
2014-07-02
lz4: fix another possible overrun
Greg Kroah-Hartman
1
-1
/
+3
2014-07-02
idr: fix overflow bug during maximum ID calculation at maximum height
Lai Jiangshan
1
-5
/
+3
2014-07-02
lz4: ensure length does not wrap
Greg Kroah-Hartman
1
-0
/
+2
2014-07-02
lzo: properly check for overruns
Greg Kroah-Hartman
1
-21
/
+41
2014-06-23
netlink: rate-limit leftover bytes warning and print process name
Michal Schmidt
1
-2
/
+2
2014-05-15
lib/percpu_counter.c: fix bad percpu counter state during suspend
Jens Axboe
1
-1
/
+1
2014-04-18
netlink: don't compare the nul-termination in nla_strcmp
Pablo Neira
1
-2
/
+8
2014-03-12
mm: do not walk all of system memory during show_mem
Mel Gorman
1
-28
/
+11
2014-02-20
x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y
Peter Oberparleiter
1
-0
/
+1
2014-02-14
iscsi-target: Fix connection reset hang with percpu_ida_alloc
Nicholas Bellinger
1
-2
/
+7
2014-02-14
percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask
Kent Overstreet
1
-7
/
+9
2013-12-08
random32: fix off-by-one in seeding requirement
Daniel Borkmann
1
-7
/
+7
2013-12-04
vsprintf: check real user/group id for %pK
Ryan Mallon
1
-3
/
+30
2013-11-01
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
Ming Lei
1
-1
/
+2
2013-10-29
Kconfig: make KOBJECT_RELEASE debugging require timer debugging
Linus Torvalds
1
-1
/
+1
2013-10-17
percpu_refcount: export symbols
Matias Bjorling
1
-0
/
+3
2013-10-11
kobject: show debug info on delayed kobject release
Fengguang Wu
1
-1
/
+1
2013-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+2
2013-09-28
lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()
Heiko Carstens
1
-1
/
+9
2013-09-27
sysfs: Allow mounting without CONFIG_NET
Eric W. Biederman
1
-4
/
+1
2013-09-27
lockref: allow relaxed cmpxchg64 variant for lockless updates
Will Deacon
1
-2
/
+11
2013-09-20
lib: introduce upper case hex ascii helpers
Andre Naujoks
1
-0
/
+2
2013-09-20
lockref: use cmpxchg64 explicitly for lockless updates
Will Deacon
1
-2
/
+2
2013-09-13
Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...
Linus Torvalds
2
-7
/
+1
2013-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+10
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
2
-7
/
+1
2013-09-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2
-2
/
+338
2013-09-12
crypto: crct10dif - Add fallback for broken initrds
Herbert Xu
1
-1
/
+10
2013-09-12
lz4: fix compression/decompression signedness mismatch
Sergey Senozhatsky
1
-4
/
+4
2013-09-12
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
1
-2
/
+39
2013-09-12
rbtree: allow tests to run as builtin
Cody P Schafer
1
-1
/
+1
2013-09-12
rbtree_test: add test for postorder iteration
Cody P Schafer
1
-0
/
+12
2013-09-12
rbtree: add postorder iteration functions
Cody P Schafer
1
-0
/
+40
2013-09-12
lib/decompressors: fix "no limit" output buffer length
Alexandre Courbot
1
-1
/
+1
2013-09-12
lib/crc32: update the comments of crc32_{be,le}_generic()
Gu Zheng
1
-6
/
+11
[next]