summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-082-2/+9
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-087-54/+54
* initrd: fix lz4 decompress with initrdYinghai Lu2014-08-081-22/+43
* kfifo: use BUG_ONHimangi Saraogi2014-08-081-4/+2
* lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang2014-08-081-1/+1
* lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin2014-08-081-11/+14
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-0612-382/+437
|\
| * lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2014-08-061-2/+5
| * lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2014-08-061-2/+5
| * lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes2014-08-061-2/+1
| * lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2014-08-061-6/+6
| * lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: simplify bitmap_parselistRasmus Villemoes2014-08-061-7/+2
| * lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2014-08-061-5/+5
| * lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2014-08-061-5/+5
| * lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2014-08-061-2/+3
| * lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2014-08-061-12/+12
| * lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2014-08-061-2/+2
| * lib/list_sort.c: convert to pr_fooAndrew Morton2014-08-061-28/+21
| * lib: list_sort.c: Limit number of unused cmp callbacksRasmus Villemoes2014-08-061-1/+3
| * lib: list_sort_test(): simplify and harden cleanupRasmus Villemoes2014-08-061-7/+5
| * lib: list_sort_test(): add extra corruption checkRasmus Villemoes2014-08-061-0/+5
| * lib: list_sort_test(): return -ENOMEM when allocation failsRasmus Villemoes2014-08-061-1/+2
| * lib/test-kstrtox.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-061-1/+1
| * lib/string_helpers.c: constify static arraysMathias Krause2014-08-061-6/+9
| * lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng2014-08-061-5/+10
| * lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin2014-08-062-0/+178
| * lib: add lib/glob.cGeorge Spelvin2014-08-063-0/+144
| * zlib: clean up some dead codeSergey Senozhatsky2014-08-062-275/+0
| * klist: use same naming scheme as hlist for klist_add_after()Ken Helias2014-08-061-3/+3
| * printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder2014-08-061-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-08-061-8/+17
|\ \ | |/ |/|
| * scatterlist: allow chaining to preallocated chunksChristoph Hellwig2014-07-251-8/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-069-124/+935
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-0/+4
| |\ \
| | * | iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-08-021-0/+4
| | |/
| * | lib: Resizable, Scalable, Concurrent Hash TableThomas Graf2014-08-023-1/+806
| * | net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-12/+12
| * | random32: mix in entropy from core to late initcallHannes Frederic Sowa2014-07-301-21/+28
| * | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-241-2/+2
| * | net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-201-3/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-164-13/+82
| |\ \ | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-253-23/+45
| |\ \
| * | | mac_pton: Use bool not int returnJoe Perches2014-06-251-5/+5
OpenPOWER on IntegriCloud