summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-08-041-8/+9
* lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-031-1/+2
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-05-151-1/+1
* LZ4 : fix the data abort issueJeHyeon Yeon2015-04-091-0/+3
* lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-02-091-9/+9
* lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-02-091-2/+10
* decompress_bunzip2: off by one in get_next_block()Dan Carpenter2015-01-291-1/+1
* lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-11-131-2/+6
* random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-11-131-0/+16
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-10-311-6/+37
* Revert "lzo: properly check for overruns"Willy Tarreau2014-10-311-41/+21
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-09-261-75/+0
* lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2014-09-261-4/+27
* lib/plist: add plist_requeueDan Streetman2014-09-261-0/+52
* lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-08-191-0/+1
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2014-07-171-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2014-07-021-1/+3
* idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan2014-07-021-5/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2014-07-021-0/+2
* lzo: properly check for overrunsGreg Kroah-Hartman2014-07-021-21/+41
* netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-231-2/+2
* lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-05-151-1/+1
* netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-181-2/+8
* mm: do not walk all of system memory during show_memMel Gorman2014-03-121-28/+11
* x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter2014-02-201-0/+1
* iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger2014-02-131-2/+7
* percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-02-131-7/+9
* random32: fix off-by-one in seeding requirementDaniel Borkmann2013-12-081-7/+7
* vsprintf: check real user/group id for %pKRyan Mallon2013-12-041-3/+30
* lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei2013-10-311-1/+2
* Kconfig: make KOBJECT_RELEASE debugging require timer debuggingLinus Torvalds2013-10-291-1/+1
* percpu_refcount: export symbolsMatias Bjorling2013-10-161-0/+3
* kobject: show debug info on delayed kobject releaseFengguang Wu2013-10-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-011-0/+2
|\
| * lib: introduce upper case hex ascii helpersAndre Naujoks2013-09-201-0/+2
* | lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens2013-09-281-1/+9
* | sysfs: Allow mounting without CONFIG_NETEric W. Biederman2013-09-271-4/+1
* | lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon2013-09-271-2/+11
* | lockref: use cmpxchg64 explicitly for lockless updatesWill Deacon2013-09-201-2/+2
|/
* Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2013-09-132-7/+1
|\
| * Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-132-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-09-131-1/+10
|\ \ | |/ |/|
| * crypto: crct10dif - Add fallback for broken initrdsHerbert Xu2013-09-121-1/+10
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-122-2/+338
|\ \
| * | idr: Percpu idaKent Overstreet2013-09-092-2/+338
* | | lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2013-09-111-4/+4
* | | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-2/+39
* | | rbtree: allow tests to run as builtinCody P Schafer2013-09-111-1/+1
* | | rbtree_test: add test for postorder iterationCody P Schafer2013-09-111-0/+12
* | | rbtree: add postorder iteration functionsCody P Schafer2013-09-111-0/+40