aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-12lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes
2015-02-12lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes
2015-02-12libstring_helpers.c:string_get_size(): return voidRasmus Villemoes
2015-02-12lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes
2015-02-12lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes
2015-02-12lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes
2015-02-12lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes
2015-02-12lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes
2015-02-12Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-02-08rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell
2015-02-06rhashtable: Fix remove logic to avoid cross references between bucketsThomas Graf
2015-02-06rhashtable: Avoid bucket cross reference after removalThomas Graf
2015-02-06rhashtable: Add more lock verificationThomas Graf
2015-02-06rhashtable: Dump bucket tables on locking violation under PROVE_LOCKINGThomas Graf
2015-02-06rhashtable: Wait for RCU readers after final unzip workThomas Graf
2015-02-06rhashtable: Use a single bucket lock for sibling bucketsThomas Graf
2015-02-06rhashtable: key_hashfn() must return full hash valueThomas Graf
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04rhashtable: Introduce rhashtable_walk_*Herbert Xu
2015-02-04rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro
2015-02-04x86/raid6: correctly check for assembler capabilitiesJan Beulich
2015-01-30rhashtable: Make selftest modularGeert Uytterhoeven
2015-01-29lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens
2015-01-28lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan
2015-01-26rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf
2015-01-26kexec, Kconfig: spell "architecture" properlyBorislav Petkov
2015-01-25dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds
2015-01-21pci: add pci_iomap_rangeMichael S. Tsirkin
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-16rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-15Merge tag 'keys-next-fixes-20150114' of git://git.kernel.org/pub/scm/linux/ke...James Morris
2015-01-14MPILIB: Fix comparison of negative MPIsRasmus Villemoes