aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2-2/+9
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu7-54/+54
2014-08-08initrd: fix lz4 decompress with initrdYinghai Lu1-22/+43
2014-08-08kfifo: use BUG_ONHimangi Saraogi1-4/+2
2014-08-08lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang1-1/+1
2014-08-08lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin1-11/+14
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds12-382/+437
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+17
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes1-2/+5
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes1-2/+5
2014-08-06lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes1-2/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes1-6/+6
2014-08-06lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: simplify bitmap_parselistRasmus Villemoes1-7/+2
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes1-5/+5
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes1-5/+5
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes1-2/+3
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes1-12/+12
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes1-2/+2
2014-08-06lib/list_sort.c: convert to pr_fooAndrew Morton1-28/+21
2014-08-06lib: list_sort.c: Limit number of unused cmp callbacksRasmus Villemoes1-1/+3
2014-08-06lib: list_sort_test(): simplify and harden cleanupRasmus Villemoes1-7/+5
2014-08-06lib: list_sort_test(): add extra corruption checkRasmus Villemoes1-0/+5
2014-08-06lib: list_sort_test(): return -ENOMEM when allocation failsRasmus Villemoes1-1/+2
2014-08-06lib/test-kstrtox.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-06lib/string_helpers.c: constify static arraysMathias Krause1-6/+9
2014-08-06lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng1-5/+10
2014-08-06lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin2-0/+178
2014-08-06lib: add lib/glob.cGeorge Spelvin3-0/+144
2014-08-06zlib: clean up some dead codeSergey Senozhatsky2-275/+0
2014-08-06klist: use same naming scheme as hlist for klist_add_after()Ken Helias1-3/+3
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-124/+935
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+2
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+9
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-28/+131
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+2
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+0
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-32/+54
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf3-1/+806
2014-08-02iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-12/+12
2014-07-30random32: mix in entropy from core to late initcallHannes Frederic Sowa1-21/+28