aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12lib/idr.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-12lib/halfmd4.c: simplify includesRasmus Villemoes1-1/+1
2015-02-12lib/dynamic_queue_limits.c: simplify includesRasmus Villemoes1-2/+2
2015-02-12lib/sort.c: use simpler includesRasmus Villemoes1-2/+2
2015-02-12lib/interval_tree.c: simplify includesRasmus Villemoes1-2/+2
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko2-18/+100
2015-02-12hexdump: do a few calculations aheadAndy Shevchenko1-24/+10
2015-02-12hexdump: fix ascii column for the tail of a dumpAndy Shevchenko1-3/+3
2015-02-12hexdump: introduce test suiteAndy Shevchenko3-1/+141
2015-02-12lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi1-1/+1
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes1-8/+0
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes1-8/+8
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes1-17/+11
2015-02-12lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes1-16/+6
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes1-5/+5
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes1-2/+2
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes1-6/+4
2015-02-12lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes1-5/+4
2015-02-12lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes1-4/+3
2015-02-12lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes1-1/+2
2015-02-12lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes1-1/+1
2015-02-12lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes1-4/+3
2015-02-12Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds3-2/+8
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-15/+11
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-7/+5
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-508/+981
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-02-08rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell1-0/+1
2015-02-06rhashtable: Fix remove logic to avoid cross references between bucketsThomas Graf1-11/+17
2015-02-06rhashtable: Avoid bucket cross reference after removalThomas Graf1-9/+17
2015-02-06rhashtable: Add more lock verificationThomas Graf1-2/+8
2015-02-06rhashtable: Dump bucket tables on locking violation under PROVE_LOCKINGThomas Graf1-24/+75
2015-02-06rhashtable: Wait for RCU readers after final unzip workThomas Graf1-0/+2
2015-02-06rhashtable: Use a single bucket lock for sibling bucketsThomas Graf1-101/+69
2015-02-06rhashtable: key_hashfn() must return full hash valueThomas Graf1-7/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller2-88/+1
2015-02-04rhashtable: Introduce rhashtable_walk_*Herbert Xu1-0/+163
2015-02-04rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu1-0/+4
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro2-37/+1
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro1-26/+0
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro1-25/+0
2015-02-04x86/raid6: correctly check for assembler capabilitiesJan Beulich3-2/+8
2015-01-30rhashtable: Make selftest modularGeert Uytterhoeven4-206/+229
2015-01-29lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan1-9/+9
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens1-1/+1
2015-01-28lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan1-2/+10
2015-01-26rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf1-9/+15