aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lzo: properly check for overrunsGreg Kroah-Hartman2016-06-121-21/+41
* lib/lzo: huge LZO decompression speedup on ARM by using unaligned accessMarkus F.X.J. Oberhumer2016-06-122-0/+10
* lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2016-06-123-336/+387
* lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer2016-06-122-1/+1
* lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESSShashank Shekhar2016-06-121-0/+1
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2016-06-121-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2016-06-121-1/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2016-06-121-0/+2
* lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2016-06-121-4/+4
* lib/lz4: correct the LZ4 licenseRichard Laager2016-06-123-7/+7
* lib: add lz4 compressor moduleChanho Min2016-06-126-2/+1056
* lib: add support for LZ4-compressed kernelKyungsik Lee2016-06-126-1/+203
* decompressor: add LZ4 decompressor moduleKyungsik Lee2016-06-122-0/+420
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-1/+8
|\
| * klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao2013-06-071-1/+1
| * idr: fix a subtle bug in idr_get_next()Tejun Heo2013-03-041-1/+8
* | wireless backport from 3.4Andrew Dodd2013-02-271-22/+32
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-273-3/+8
|\ \ | |/
| * genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2012-10-311-1/+1
| * lib/gcd.c: prevent possible div by 0Davidlohr Bueso2012-10-131-0/+3
| * btree: fix tree corruption in btree_get_prev()Roland Dreier2012-06-171-2/+2
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-10/+9
|\ \ | |/
| * uevent: send events in correct order according to seqnum (v3)Andrew Vagin2012-04-021-10/+9
* | samsung update 1codeworkx2012-06-029-116/+170
|/
* netlink: validate NLA_MSECS lengthJohannes Berg2011-11-111-0/+1
* kobj_uevent: Ignore if some listeners cannot handle messageMilan Broz2011-11-111-1/+1
* XZ: Fix incorrect XZ_BUF_ERRORLasse Collin2011-10-031-7/+20
* crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-152-1/+96
* XZ: Fix missing <linux/kernel.h> includeLasse Collin2011-08-041-1/+1
* Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2011-07-071-1/+1
|\
| * debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz2011-06-201-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-161-17/+9
|\ \
| * | Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-17/+9
* | | lib/bitmap.c: fix kernel-doc notationRandy Dunlap2011-06-151-1/+1
|/ /
* | Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2011-06-091-0/+5
|\ \
| * | swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori2011-06-061-0/+5
* | | vsprintf: Update %pI6c to not compress a single 0Joe Perches2011-06-091-1/+3
| |/ |/|
* | tile: enable CONFIG_BUGVERBOSEChris Metcalf2011-06-011-1/+1
* | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-05-281-1/+1
|\ \
| * | rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker2011-05-261-1/+1
* | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-263-22/+2
* | | bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-262-0/+16
* | | flex_array: avoid divisions when accessing elementsJesse Gross2011-05-261-22/+29
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-251-0/+2
|\ \ \
| * | | audit: support the "standard" <asm-generic/unistd.h>Chris Metcalf2011-05-041-0/+2
* | | | lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd2011-05-251-0/+9
* | | | lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD2011-05-251-8/+37
* | | | lib: consolidate DEBUG_PER_CPU_MAPSStephen Boyd2011-05-251-0/+11
* | | | lib: add kstrto*_from_user()Alexey Dobriyan2011-05-251-0/+26
* | | | lru_cache: use correct type in sizeof for allocationIlia Mirkin2011-05-251-1/+1