aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
| |\
| * | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-10
| * | net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-10
| * | bury memcpy_toiovec()Al Viro2014-12-09
| * | test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov2014-12-08
| * | rhashtable: Check for count mismatch while iterating in selftestThomas Graf2014-11-24
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-21
| |\ \
| * | | Revert "fast_hash: avoid indirect function calls"Jay Vosburgh2014-11-14
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-14
| |\ \ \
| * | | | rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-13
| * | | | rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-13
| * | | | rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-13
| * | | | fast_hash: avoid indirect function callsHannes Frederic Sowa2014-11-05
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-01
| |\ \ \ \
| * | | | | test: bpf: add a testcase reduced from nmapAlexei Starovoitov2014-10-30
* | | | | | Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-10
|\ \ \ \ \ \
| * | | | | | seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)2014-11-19
| |/ / / / /
* | | | | | lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not nRasmus Villemoes2014-12-10
* | | | | | lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes2014-12-10
* | | | | | printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches2014-12-10
* | | | | | dma-debug: prevent early callers from crashingFlorian Fainelli2014-12-10
* | | | | | dma-debug: introduce dma_debug_disabledFlorian Fainelli2014-12-10
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-09
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-20
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-13
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-29
| | | |/ / / | | |/| | |
| | | * | | rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney2014-10-28
| | |/ / /
* | | | | lib/genalloc.c: export devm_gen_pool_create() for modulesMichal Simek2014-12-03
* | | | | mm: do not overwrite reserved pages counter at show_mem()Rafael Aquini2014-12-02
| |_|_|/ |/| | |
* | | | reciprocal_div: objects with exported symbols should be obj-y rather than lib-yHannes Frederic Sowa2014-11-16
|/ / /
* | / lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu2014-11-13
| |/ |/|
* | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2014-10-29
|\ \
| * | lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-10-29
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-29
|\ \ \ | |/ / |/| |
| * | lib/scatterlist: fix memory leak with scsi-mqTony Battersby2014-10-28
| |/
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-24
|\ \
| * | random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-17
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-23
|\ \ \ | |_|/ |/| |
| * | Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-03
| |\ \
| | * | lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-03
| | |/
* | | Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2014-10-18
|\ \ \
| * | | fonts: Add 6x10 fontMaarten ter Huurne2014-10-09
| | |/ | |/|
* | | Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds2014-10-18
|\ \ \
| * | | lib/raid6: Add log level to printksAnton Blanchard2014-10-13
| | |/ | |/|
* | | crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.cJan-Simon Möller2014-10-14
* | | lib/vsprintf: add %*pE[achnops] format specifierAndy Shevchenko2014-10-13
* | | lib / string_helpers: introduce string_escape_mem()Andy Shevchenko2014-10-13
* | | lib / string_helpers: refactoring the test suiteAndy Shevchenko2014-10-13
* | | lib / string_helpers: move documentation to c-fileAndy Shevchenko2014-10-13