index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
lzo: properly check for overruns
Greg Kroah-Hartman
2016-06-12
1
-21
/
+41
*
lib/lzo: huge LZO decompression speedup on ARM by using unaligned access
Markus F.X.J. Oberhumer
2016-06-12
2
-0
/
+10
*
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer
2016-06-12
3
-336
/
+387
*
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
Markus F.X.J. Oberhumer
2016-06-12
2
-1
/
+1
*
lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESS
Shashank Shekhar
2016-06-12
1
-0
/
+1
*
lz4: add overrun checks to lz4_uncompress_unknownoutputsize()
Greg Kroah-Hartman
2016-06-12
1
-1
/
+5
*
lz4: fix another possible overrun
Greg Kroah-Hartman
2016-06-12
1
-1
/
+3
*
lz4: ensure length does not wrap
Greg Kroah-Hartman
2016-06-12
1
-0
/
+2
*
lz4: fix compression/decompression signedness mismatch
Sergey Senozhatsky
2016-06-12
1
-4
/
+4
*
lib/lz4: correct the LZ4 license
Richard Laager
2016-06-12
3
-7
/
+7
*
lib: add lz4 compressor module
Chanho Min
2016-06-12
6
-2
/
+1056
*
lib: add support for LZ4-compressed kernel
Kyungsik Lee
2016-06-12
6
-1
/
+203
*
decompressor: add LZ4 decompressor module
Kyungsik Lee
2016-06-12
2
-0
/
+420
*
Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0
rogersb11
2015-11-10
1
-1
/
+8
|
\
|
*
klist: del waiter from klist_remove_waiters before wakeup waitting process
wang, biao
2013-06-07
1
-1
/
+1
|
*
idr: fix a subtle bug in idr_get_next()
Tejun Heo
2013-03-04
1
-1
/
+8
*
|
wireless backport from 3.4
Andrew Dodd
2013-02-27
1
-22
/
+32
*
|
Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64
Andrew Dodd
2013-02-27
3
-3
/
+8
|
\
\
|
|
/
|
*
genalloc: stop crashing the system when destroying a pool
Thadeu Lima de Souza Cascardo
2012-10-31
1
-1
/
+1
|
*
lib/gcd.c: prevent possible div by 0
Davidlohr Bueso
2012-10-13
1
-0
/
+3
|
*
btree: fix tree corruption in btree_get_prev()
Roland Dreier
2012-06-17
1
-2
/
+2
*
|
Merge linux-3.0.31 from korg into jellybean
codeworkx
2012-09-18
1
-10
/
+9
|
\
\
|
|
/
|
*
uevent: send events in correct order according to seqnum (v3)
Andrew Vagin
2012-04-02
1
-10
/
+9
*
|
samsung update 1
codeworkx
2012-06-02
9
-116
/
+170
|
/
*
netlink: validate NLA_MSECS length
Johannes Berg
2011-11-11
1
-0
/
+1
*
kobj_uevent: Ignore if some listeners cannot handle message
Milan Broz
2011-11-11
1
-1
/
+1
*
XZ: Fix incorrect XZ_BUF_ERROR
Lasse Collin
2011-10-03
1
-7
/
+20
*
crypto: Move md5_transform to lib/md5.c
David S. Miller
2011-08-15
2
-1
/
+96
*
XZ: Fix missing <linux/kernel.h> include
Lasse Collin
2011-08-04
1
-1
/
+1
*
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...
Linus Torvalds
2011-07-07
1
-1
/
+1
|
\
|
*
debugobjects: Fix boot crash when kmemleak and debugobjects enabled
Marcin Slusarz
2011-06-20
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-06-16
1
-17
/
+9
|
\
\
|
*
|
Delay struct net freeing while there's a sysfs instance refering to it
Al Viro
2011-06-12
1
-17
/
+9
*
|
|
lib/bitmap.c: fix kernel-doc notation
Randy Dunlap
2011-06-15
1
-1
/
+1
|
/
/
*
|
Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2011-06-09
1
-0
/
+5
|
\
\
|
*
|
swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.
FUJITA Tomonori
2011-06-06
1
-0
/
+5
*
|
|
vsprintf: Update %pI6c to not compress a single 0
Joe Perches
2011-06-09
1
-1
/
+3
|
|
/
|
/
|
*
|
tile: enable CONFIG_BUGVERBOSE
Chris Metcalf
2011-06-01
1
-1
/
+1
*
|
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
2011-05-28
1
-1
/
+1
|
\
\
|
*
|
rcu: Fix unpaired rcu_irq_enter() from locking selftests
Frederic Weisbecker
2011-05-26
1
-1
/
+1
*
|
|
arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}
Akinobu Mita
2011-05-26
3
-22
/
+2
*
|
|
bitops: add #ifndef for each of find bitops
Akinobu Mita
2011-05-26
2
-0
/
+16
*
|
|
flex_array: avoid divisions when accessing elements
Jesse Gross
2011-05-26
1
-22
/
+29
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2011-05-25
1
-0
/
+2
|
\
\
\
|
*
|
|
audit: support the "standard" <asm-generic/unistd.h>
Chris Metcalf
2011-05-04
1
-0
/
+2
*
|
|
|
lib: consolidate DEBUG_STACK_USAGE option
Stephen Boyd
2011-05-25
1
-0
/
+9
*
|
|
|
lib/genalloc.c: add support for specifying the physical address
Jean-Christophe PLAGNIOL-VILLARD
2011-05-25
1
-8
/
+37
*
|
|
|
lib: consolidate DEBUG_PER_CPU_MAPS
Stephen Boyd
2011-05-25
1
-0
/
+11
*
|
|
|
lib: add kstrto*_from_user()
Alexey Dobriyan
2011-05-25
1
-0
/
+26
*
|
|
|
lru_cache: use correct type in sizeof for allocation
Ilia Mirkin
2011-05-25
1
-1
/
+1
[next]