aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 1-0/+1
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGravatar George Spelvin 1-0/+1
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-1/+1
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cGravatar Ming Lin 1-0/+1
2016-04-01lib/proportions: Remove unused codeGravatar Richard Cochran 1-1/+1
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABGravatar Alexander Potapenko 1-0/+3
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 1-0/+12
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+1
2016-03-02dma: Provide simple noop dma opsGravatar Christian Borntraeger 1-0/+1
2016-02-19test_bitmap: unit tests for lib/bitmap.cGravatar David Decotigny 1-0/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-0/+1
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 1-0/+3
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yGravatar Chris Metcalf 1-1/+1
2016-01-20test_hexdump: rename to test_hexdumpGravatar Andy Shevchenko 1-1/+1
2015-12-11irq_poll: make blk-iopoll available outside the block layerGravatar Christoph Hellwig 1-0/+1
2015-12-01net: add support for netdev notifier error injectionGravatar Nikolay Aleksandrov 1-0/+1
2015-11-06test_printf: test printf family at runtimeGravatar Rasmus Villemoes 1-0/+1
2015-10-08net: move net_get_random_once to libGravatar Hannes Frederic Sowa 1-1/+2
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+0
2015-08-26lib/Makefile: remove CONFIG_AVERAGE build ruleGravatar Valentin Rothberg 1-2/+0
2015-08-24lib: scatterlist: add sg splitting functionGravatar Robert Jarzmik 1-0/+1
2015-08-03locking/static_keys: Provide a selftestGravatar Ingo Molnar 1-2/+2
2015-08-03jump_label: Provide a self-testGravatar Jason Baron 1-0/+2
2015-07-17nmi: create generic NMI backtrace implementationGravatar Russell King 1-1/+1
2015-07-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+3
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Herbert Xu 1-2/+2
2015-06-11kbuild: include core debug info when DEBUG_INFO_REDUCEDGravatar Rasmus Villemoes 1-0/+3
2015-05-11lib: add software 842 compression/decompressionGravatar Dan Streetman 1-0/+2
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-1/+1
2015-04-17lib: rename lib/find_next_bit.c to lib/find_bit.cGravatar Yury Norov 1-1/+1
2015-04-17lib: move find_last_bit to lib/find_next_bit.cGravatar Yury Norov 1-1/+1
2015-04-16sparc: Break up monolithic iommu table/lock into finer graularity pools and lockGravatar Sowmini Varadhan 1-1/+1
2015-02-17move iov_iter.c from mm/ to lib/Gravatar Al Viro 1-1/+1
2015-02-13lib: add kasan test moduleGravatar Andrey Ryabinin 1-3/+4
2015-02-12hexdump: introduce test suiteGravatar Andy Shevchenko 1-1/+3
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+1
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar David S. Miller 1-1/+1
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Gravatar Al Viro 1-1/+1
2015-01-30rhashtable: Make selftest modularGravatar Geert Uytterhoeven 1-0/+1
2015-01-29ftrace: allow architectures to specify ftrace compile optionsGravatar Heiko Carstens 1-1/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2014-12-10net, lib: kill arch_fast_hash library bitsGravatar Daniel Borkmann 1-1/+1
2014-11-19seq_buf: Move the seq_buf code to lib/Gravatar Steven Rostedt (Red Hat) 1-1/+1
2014-11-16reciprocal_div: objects with exported symbols should be obj-y rather than lib-yGravatar Hannes Frederic Sowa 1-2/+2
2014-10-14lib: rename TEST_MODULE to TEST_LKMGravatar Valentin Rothberg 1-1/+1
2014-10-14lib: remove prio_heapGravatar Lai Jiangshan 1-1/+1