aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
...
| * | | hexdump: make it return number of bytes placed in bufferAndy Shevchenko2015-02-12
| * | | hexdump: do a few calculations aheadAndy Shevchenko2015-02-12
| * | | hexdump: fix ascii column for the tail of a dumpAndy Shevchenko2015-02-12
| * | | hexdump: introduce test suiteAndy Shevchenko2015-02-12
| * | | lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi2015-02-12
| * | | lib/string.c: remove strnicmp()Rasmus Villemoes2015-02-12
| * | | lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2015-02-12
| * | | lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2015-02-12
| * | | lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes2015-02-12
| * | | lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2015-02-12
| * | | lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2015-02-12
| * | | libstring_helpers.c:string_get_size(): return voidRasmus Villemoes2015-02-12
| * | | lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes2015-02-12
| * | | lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes2015-02-12
| * | | lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes2015-02-12
| * | | lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2015-02-12
| * | | lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes2015-02-12
* | | | Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds2015-02-12
|\ \ \ \ | |/ / / |/| | |
| * | | x86/raid6: correctly check for assembler capabilitiesJan Beulich2015-02-03
| | |/ | |/|
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-12
|\ \ \
| * | | ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instructionYalin Wang2014-12-22
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-11
|\ \ \
| * \ \ Merge tag 'keys-next-fixes-20150114' of git://git.kernel.org/pub/scm/linux/ke...James Morris2015-01-14
| |\ \ \ | | |_|/ | |/| |
| | * | MPILIB: Fix comparison of negative MPIsRasmus Villemoes2015-01-14
| | * | MPILIB: Fix obvious but harmless typoRasmus Villemoes2015-01-14
| | * | MPILIB: Deobfuscate mpi_cmpRasmus Villemoes2015-01-14
| | * | Merge commit 'v3.17' into nextJames Morris2014-11-19
| | |\ \
* | | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-11
|\ \ \ \ \
| * | | | | ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-29
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-10
|\ \ \ \ \ \
| * | | | | | rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell2015-02-09
| * | | | | | rhashtable: Fix remove logic to avoid cross references between bucketsThomas Graf2015-02-06
| * | | | | | rhashtable: Avoid bucket cross reference after removalThomas Graf2015-02-06
| * | | | | | rhashtable: Add more lock verificationThomas Graf2015-02-06
| * | | | | | rhashtable: Dump bucket tables on locking violation under PROVE_LOCKINGThomas Graf2015-02-06
| * | | | | | rhashtable: Wait for RCU readers after final unzip workThomas Graf2015-02-06
| * | | | | | rhashtable: Use a single bucket lock for sibling bucketsThomas Graf2015-02-06
| * | | | | | rhashtable: key_hashfn() must return full hash valueThomas Graf2015-02-06
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-04
| |\ \ \ \ \ \ \
| | * | | | | | | vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro2015-02-04
| | * | | | | | | vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro2015-02-04
| | * | | | | | | vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro2015-02-04
| * | | | | | | | rhashtable: Introduce rhashtable_walk_*Herbert Xu2015-02-04
| * | | | | | | | rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu2015-02-04
| * | | | | | | | rhashtable: Make selftest modularGeert Uytterhoeven2015-01-30
| |/ / / / / / /
| * | | | | | | rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf2015-01-26
| * | | | | | | rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue2015-01-16
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-15
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | rhashtable: Lower/upper bucket may map to same lock while shrinkingThomas Graf2015-01-14