aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-08-121-8/+9
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-08-071-1/+1
* lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-03-061-9/+9
* lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-03-061-2/+10
* decompress_bunzip2: off by one in get_next_block()Dan Carpenter2015-02-201-1/+1
* lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-12-141-2/+6
* random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-12-141-0/+16
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-12-141-6/+37
* Revert "lzo: properly check for overruns"Willy Tarreau2014-12-141-41/+21
* netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-07-111-2/+4
* lzo: properly check for overrunsGreg Kroah-Hartman2014-07-111-21/+41
* lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2014-07-113-336/+387
* lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer2014-07-113-2/+2
* idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan2014-07-111-5/+3
* lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-04-301-1/+1
* netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-301-2/+8
* x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter2014-04-021-0/+1
* random32: fix off-by-one in seeding requirementDaniel Borkmann2014-01-031-7/+7
* vsprintf: check real user/group id for %pKRyan Mallon2014-01-031-3/+29
* lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei2013-11-281-1/+2
* mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-10-261-0/+3
* kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds2013-04-251-1/+8
* idr: fix top layer handlingTejun Heo2013-03-061-14/+22
* idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins2013-03-061-3/+5
* idr: fix a subtle bug in idr_get_next()Tejun Heo2013-03-061-1/+8
* genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2012-10-301-1/+1
* lib/gcd.c: prevent possible div by 0Davidlohr Bueso2012-10-171-0/+3
* lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg2012-08-101-1/+2
* btree: fix tree corruption in btree_get_prev()Roland Dreier2012-06-101-2/+2
* uevent: send events in correct order according to seqnum (v3)Andrew Vagin2012-04-021-10/+9
* Fix comparison using wrong pointer variable in dma debug codeThomas Jarosch2011-11-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-0/+1
|\
| * netlink: validate NLA_MSECS lengthJohannes Berg2011-11-041-0/+1
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-064-0/+4
|\ \ | |/ |/|
| * lib: dma-debug needs export.h for EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
| * md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker2011-10-312-0/+2
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* | ida: make ida_simple_get/put() IRQ safeTejun Heo2011-11-021-4/+7
* | lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-7/+7
* | lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu2011-10-311-2/+1
* | lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui2011-10-311-2/+2
* | lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa2011-10-311-0/+2
* | lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten2011-10-311-4/+6
* | lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita2011-10-311-9/+10
* | lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan2011-10-313-48/+68
* | lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang2011-10-311-2/+3
* | lib/string.c: introduce memchr_inv()Akinobu Mita2011-10-311-0/+54
* | radix_tree: clean away saw_unset_tag leftoversHugh Dickins2011-10-311-8/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-7/+61
|\
| *-. Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-211-7/+61
| |\ \