summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-141-8/+2
|\
| * rhashtable: unexport and make rht_obj() staticThomas Graf2014-08-141-7/+1
| * rhashtable: RCU annotations for next pointersThomas Graf2014-08-141-1/+1
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-08-141-0/+24
|\ \
| * | Kbuild: Add a option to enable dwarf4 v2Andi Kleen2014-07-301-0/+9
| * | kbuild: Support split debug info v4Andi Kleen2014-07-301-0/+15
* | | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-141-10/+13
|\ \ \ | |_|/ |/| |
| * | drbd: debugfs: add per volume oldest_requestsLars Ellenberg2014-07-101-9/+12
| * | drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-1/+1
| * | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe2014-07-011-32/+54
| |\ \
* | | | 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
|\ \ \ \ \
OpenPOWER on IntegriCloud