| Commit message (Expand) | Author | Age | Files | Lines |
* | error-injection: Separate error-injection from kprobe | Masami Hiramatsu | 2018-01-12 | 1 | -0/+1 |
* | spinlock: Add library function to allocate spinlock buckets array | Tom Herbert | 2017-12-11 | 1 | -1/+1 |
* | lib: test module for find_*_bit() functions | Yury Norov | 2017-11-17 | 1 | -0/+1 |
* | lib: add module support to string tests | Geert Uytterhoeven | 2017-11-17 | 1 | -0/+1 |
* | Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub... | Linus Torvalds | 2017-11-15 | 1 | -0/+8 |
|\ |
|
| * | lib: Add shared copies of some GCC library routines | Palmer Dabbelt | 2017-09-25 | 1 | -0/+8 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-09-14 | 1 | -0/+3 |
|\ |
|
| * | lib: Add zstd modules | Nick Terrell | 2017-08-15 | 1 | -0/+2 |
| * | lib: Add xxhash module | Nick Terrell | 2017-08-15 | 1 | -0/+1 |
* | | lib: add test module for CONFIG_DEBUG_VIRTUAL | Florian Fainelli | 2017-09-08 | 1 | -0/+1 |
|/ |
|
* | kmod: add test driver to stress test the module loader | Luis R. Rodriguez | 2017-07-14 | 1 | -0/+1 |
* | test_sysctl: add dedicated proc sysctl test driver | Luis R. Rodriguez | 2017-07-12 | 1 | -0/+1 |
* | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-07 | 1 | -1/+1 |
|\ |
|
| * | lib: add errseq_t type and infrastructure for handling it | Jeff Layton | 2017-07-06 | 1 | -1/+1 |
* | | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-07-03 | 1 | -0/+1 |
|\ \ |
|
| * | | lib: Add crc4 module | Jeremy Kerr | 2017-06-09 | 1 | -0/+1 |
| |/ |
|
* / | rcu: Remove SPARSE_RCU_POINTER Kconfig option | Paul E. McKenney | 2017-06-08 | 1 | -3/+0 |
|/ |
|
* | lib: add module support to linked list sorting tests | Geert Uytterhoeven | 2017-05-08 | 1 | -0/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-05-02 | 1 | -1/+1 |
|\ |
|
| * | md5: remove from lib and only live in crypto | Jason A. Donenfeld | 2017-03-24 | 1 | -1/+1 |
* | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 1 | -3/+1 |
* | | generic ...copy_..._user primitives | Al Viro | 2017-03-28 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-02-28 | 1 | -0/+3 |
|\ |
|
| * | idr: Add missing __rcu annotations | Matthew Wilcox | 2017-02-13 | 1 | -0/+1 |
| * | radix-tree: Fix __rcu annotations | Matthew Wilcox | 2017-02-13 | 1 | -0/+2 |
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-02-28 | 1 | -1/+1 |
|\ \ |
|
| * | | locking/refcounts: Out-of-line everything | Peter Zijlstra | 2017-02-24 | 1 | -1/+1 |
* | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | lib/dma-virt: Add dma_virt_ops | Bart Van Assche | 2017-01-24 | 1 | -0/+1 |
| * | | | lib/dma-noop: Only build dma_noop_ops for s390 and m32r | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | lib: add CONFIG_TEST_SORT to enable self-test of sort() | Kostenzer Felix | 2017-02-24 | 1 | -0/+1 |
* | | | lib: add module support to glob tests | Geert Uytterhoeven | 2017-02-24 | 1 | -0/+1 |
* | | | lib: add module support to crc32 tests | Geert Uytterhoeven | 2017-02-24 | 1 | -0/+1 |
* | | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie... | Linus Torvalds | 2017-02-23 | 1 | -0/+2 |
|\ \ \ |
|
| * \ \ | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm... | Dave Airlie | 2017-01-09 | 1 | -0/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | lib: Add a simple prime number generator | Chris Wilson | 2016-12-27 | 1 | -0/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-02-22 | 1 | -2/+6 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | lib: Introduce priority array area manager | Jiri Pirko | 2017-02-03 | 1 | -0/+3 |
| * | | | siphash: add cryptographically secure PRF | Jason A. Donenfeld | 2017-01-09 | 1 | -2/+3 |
| |/ / |
|
* / / | ext4: move halfmd4 into hash.c directly | Jason A. Donenfeld | 2017-02-02 | 1 | -1/+1 |
|/ / |
|
* / | cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions | Thomas Gleixner | 2016-12-25 | 1 | -1/+0 |
|/ |
|
* | kcov: do not instrument lib/stackdepot.c | Alexander Potapenko | 2016-10-11 | 1 | -0/+1 |
* | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-10-07 | 1 | -0/+2 |
|\ |
|
| * | blk-mq: abstract tag allocation out into sbitmap library | Omar Sandoval | 2016-09-17 | 1 | -0/+2 |
* | | lib/win_minmax: windowed min or max estimator | Neal Cardwell | 2016-09-21 | 1 | -1/+1 |
* | | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Josh Poimboeuf | 2016-08-30 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-07-27 | 1 | -1/+1 |
|\ |
|
| * | random: replace non-blocking pool with a Chacha20-based CRNG | Theodore Ts'o | 2016-07-03 | 1 | -1/+1 |
* | | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2016-06-08 | 1 | -5/+0 |