aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-20decompress_bunzip2: off by one in get_next_block()Dan Carpenter
2014-12-14lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara
2014-12-14random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-12-14lzo: check for length overrun in variable length encoding.Willy Tarreau
2014-12-14Revert "lzo: properly check for overruns"Willy Tarreau
2014-07-11netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt
2014-07-11lzo: properly check for overrunsGreg Kroah-Hartman
2014-07-11lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer
2014-07-11lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer
2014-07-11idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan
2014-04-30lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe
2014-04-30netlink: don't compare the nul-termination in nla_strcmpPablo Neira
2014-04-02x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter
2014-01-03random32: fix off-by-one in seeding requirementDaniel Borkmann
2014-01-03vsprintf: check real user/group id for %pKRyan Mallon
2013-11-28lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei
2013-10-26mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes
2013-04-25kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds
2013-03-06idr: fix top layer handlingTejun Heo
2013-03-06idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins
2013-03-06idr: fix a subtle bug in idr_get_next()Tejun Heo
2012-10-30genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo
2012-10-17lib/gcd.c: prevent possible div by 0Davidlohr Bueso
2012-08-10lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg
2012-06-10btree: fix tree corruption in btree_get_prev()Roland Dreier
2012-04-02uevent: send events in correct order according to seqnum (v3)Andrew Vagin
2011-11-21Fix comparison using wrong pointer variable in dma debug codeThomas Jarosch
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04netlink: validate NLA_MSECS lengthJohannes Berg
2011-11-02ida: make ida_simple_get/put() IRQ safeTejun Heo
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-10-31lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu
2011-10-31lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui
2011-10-31lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten
2011-10-31lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan
2011-10-31lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita
2011-10-31radix_tree: clean away saw_unset_tag leftoversHugh Dickins
2011-10-31lib: dma-debug needs export.h for EXPORT_SYMBOLPaul Gortmaker
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-10-26fault-inject: export setup_fault_attr()Per Forlin
2011-10-26mmc: core: add random fault injectionPer Forlin
2011-10-26fault-inject: export fault injection functionsPer Forlin
2011-10-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds