aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2017-01-24lib/dma-noop: Only build dma_noop_ops for s390 and m32rGravatar Bart Van Assche 1-1/+1
2017-01-09siphash: add cryptographically secure PRFGravatar Jason A. Donenfeld 1-2/+3
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 1-0/+2
2016-12-27lib: Add a simple prime number generatorGravatar Chris Wilson 1-0/+2
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsGravatar Thomas Gleixner 1-1/+0
2016-10-11kcov: do not instrument lib/stackdepot.cGravatar Alexander Potapenko 1-0/+1
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2016-09-21lib/win_minmax: windowed min or max estimatorGravatar Neal Cardwell 1-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryGravatar Omar Sandoval 1-0/+2
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Josh Poimboeuf 1-1/+0
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGGravatar Theodore Ts'o 1-1/+1
2016-06-08x86/hweight: Get rid of the special calling conventionGravatar Borislav Petkov 1-5/+0
2016-05-30lib/uuid: add a test moduleGravatar Andy Shevchenko 1-0/+1
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