aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-29Merge tag 'v3.2.61' into v3.2-rtSteven Rostedt (Red Hat)
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-05-13Merge tag 'v3.2.58' into v3.2-rtSteven Rostedt (Red Hat)
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-24Merge tag 'v3.2.56' into v3.2-rtSteven Rostedt (Red Hat)
2014-04-02x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter
2014-01-17Merge tag 'v3.2.54' into v3.2-rtSteven Rostedt (Red Hat)
2014-01-03random32: fix off-by-one in seeding requirementDaniel Borkmann
2014-01-03vsprintf: check real user/group id for %pKRyan Mallon
2013-12-03Merge tag 'v3.2.53' into v3.2-rtSteven Rostedt (Red Hat)
2013-11-28lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei
2013-11-20Merge tag 'v3.2.52' into v3.2-rtSteven Rostedt (Red Hat)
2013-10-26mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes
2013-04-30Merge tag 'v3.2.44' into v3.2-rtSteven Rostedt (Red Hat)
2013-04-25kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds
2013-03-19Merge tag 'v3.2.40' into v3.2-rtSteven Rostedt (Red Hat)
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-11-03Merge tag 'v3.2.33' into v3.2-rtSteven Rostedt
2012-10-30genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo
2012-10-18Merge tag 'v3.2.32' into v3.2-rtSteven Rostedt
2012-10-17lib/gcd.c: prevent possible div by 0Davidlohr Bueso
2012-09-12fix printk flush of messagesFrank Rowand
2012-08-13Merge tag 'v3.2.27' into v3.2-rtSteven Rostedt
2012-08-10lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg
2012-06-12Merge tag 'v3.2.20' into v3.2-rtSteven Rostedt
2012-06-10btree: fix tree corruption in btree_get_prev()Roland Dreier
2012-04-10cpumask: Disable CONFIG_CPUMASK_OFFSTACK for RTThomas Gleixner
2012-04-10sysrq: Allow immediate Magic SysRq output for PREEMPT_RT_FULLFrank Rowand
2012-04-10debugobjects-rt.patchThomas Gleixner
2012-04-10rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2012-04-10rwsem-add-rt-variant.patchThomas Gleixner
2012-04-10sched: Generic migrate_disablePeter Zijlstra
2012-04-10sched-migrate-disable.patchThomas Gleixner
2012-04-10radix-tree-rt-aware.patchThomas Gleixner
2012-04-10genirq: Disable DEBUG_SHIRQ for rtThomas Gleixner
2012-04-10mm: scatterlist dont disable irqs on RTThomas Gleixner
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