| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 2016-03-25 | 1 | -0/+3 |
* | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 | 1 | -0/+12 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-03-20 | 1 | -0/+1 |
|\ |
|
| * | dma: Provide simple noop dma ops | Christian Borntraeger | 2016-03-02 | 1 | -0/+1 |
* | | test_bitmap: unit tests for lib/bitmap.c | David Decotigny | 2016-02-19 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-01-23 | 1 | -0/+1 |
|\ |
|
| * | irq_poll: make blk-iopoll available outside the block layer | Christoph Hellwig | 2015-12-11 | 1 | -0/+1 |
* | | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 2016-01-20 | 1 | -0/+3 |
* | | lib/clz_tab.c: put in lib-y rather than obj-y | Chris Metcalf | 2016-01-20 | 1 | -1/+1 |
* | | test_hexdump: rename to test_hexdump | Andy Shevchenko | 2016-01-20 | 1 | -1/+1 |
* | | net: add support for netdev notifier error injection | Nikolay Aleksandrov | 2015-12-01 | 1 | -0/+1 |
|/ |
|
* | test_printf: test printf family at runtime | Rasmus Villemoes | 2015-11-06 | 1 | -0/+1 |
* | net: move net_get_random_once to lib | Hannes Frederic Sowa | 2015-10-08 | 1 | -1/+2 |
* | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-08 | 1 | -1/+1 |
|\ |
|
| * | nmi: create generic NMI backtrace implementation | Russell King | 2015-07-17 | 1 | -1/+1 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 1 | -0/+2 |
|\ \ |
|
| * | | locking/static_keys: Provide a selftest | Ingo Molnar | 2015-08-03 | 1 | -2/+2 |
| * | | jump_label: Provide a self-test | Jason Baron | 2015-08-03 | 1 | -0/+2 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 | 1 | -2/+0 |
|\ \ |
|
| * | | lib/Makefile: remove CONFIG_AVERAGE build rule | Valentin Rothberg | 2015-08-26 | 1 | -2/+0 |
| |/ |
|
* | | lib: scatterlist: add sg splitting function | Robert Jarzmik | 2015-08-24 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2015-07-02 | 1 | -0/+3 |
|\ |
|
| * | kbuild: include core debug info when DEBUG_INFO_REDUCED | Rasmus Villemoes | 2015-06-11 | 1 | -0/+3 |
* | | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git... | Herbert Xu | 2015-06-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2015-04-17 | 1 | -1/+1 |
| |\ |
|
| | * | sparc: Break up monolithic iommu table/lock into finer graularity pools and lock | Sowmini Varadhan | 2015-04-16 | 1 | -1/+1 |
| * | | lib: rename lib/find_next_bit.c to lib/find_bit.c | Yury Norov | 2015-04-17 | 1 | -1/+1 |
| * | | lib: move find_last_bit to lib/find_next_bit.c | Yury Norov | 2015-04-17 | 1 | -1/+1 |
| |/ |
|
* | | lib: add software 842 compression/decompression | Dan Streetman | 2015-05-11 | 1 | -0/+2 |
|/ |
|
* | move iov_iter.c from mm/ to lib/ | Al Viro | 2015-02-17 | 1 | -1/+1 |
* | lib: add kasan test module | Andrey Ryabinin | 2015-02-13 | 1 | -3/+4 |
* | hexdump: introduce test suite | Andy Shevchenko | 2015-02-12 | 1 | -1/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-02-11 | 1 | -1/+1 |
|\ |
|
| * | ftrace: allow architectures to specify ftrace compile options | Heiko Carstens | 2015-01-29 | 1 | -1/+1 |
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 2015-02-04 | 1 | -1/+1 |
|\ \ |
|
| * | | vhost: vhost_scsi_handle_vq() should just use copy_from_user() | Al Viro | 2015-02-04 | 1 | -1/+1 |
| |/ |
|
* | | rhashtable: Make selftest modular | Geert Uytterhoeven | 2015-01-30 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-12-11 | 1 | -1/+1 |
|\ |
|
| * | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 1 | -1/+1 |
* | | Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | seq_buf: Move the seq_buf code to lib/ | Steven Rostedt (Red Hat) | 2014-11-19 | 1 | -1/+1 |
* | | reciprocal_div: objects with exported symbols should be obj-y rather than lib-y | Hannes Frederic Sowa | 2014-11-16 | 1 | -2/+2 |
|/ |
|
* | lib: rename TEST_MODULE to TEST_LKM | Valentin Rothberg | 2014-10-14 | 1 | -1/+1 |
* | lib: remove prio_heap | Lai Jiangshan | 2014-10-14 | 1 | -1/+1 |
* | lib: add lib/glob.c | George Spelvin | 2014-08-06 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-08-06 | 1 | -1/+1 |
|\ |
|
| * | lib: Resizable, Scalable, Concurrent Hash Table | Thomas Graf | 2014-08-02 | 1 | -1/+1 |
* | | test: add firmware_class loader test | Kees Cook | 2014-07-17 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 1 | -0/+1 |
|\ |
|
| * | net: filter: BPF testsuite | Alexei Starovoitov | 2014-05-12 | 1 | -0/+1 |