summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
AgeCommit message (Expand)Author
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yChris Metcalf
2016-01-20test_hexdump: rename to test_hexdumpAndy Shevchenko
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig
2015-12-01net: add support for netdev notifier error injectionNikolay Aleksandrov
2015-11-06test_printf: test printf family at runtimeRasmus Villemoes
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-08-26lib/Makefile: remove CONFIG_AVERAGE build ruleValentin Rothberg
2015-08-24lib: scatterlist: add sg splitting functionRobert Jarzmik
2015-08-03locking/static_keys: Provide a selftestIngo Molnar
2015-08-03jump_label: Provide a self-testJason Baron
2015-07-17nmi: create generic NMI backtrace implementationRussell King
2015-07-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu
2015-06-11kbuild: include core debug info when DEBUG_INFO_REDUCEDRasmus Villemoes
2015-05-11lib: add software 842 compression/decompressionDan Streetman
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-04-17lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov
2015-04-17lib: move find_last_bit to lib/find_next_bit.cYury Norov
2015-04-16sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan
2015-02-17move iov_iter.c from mm/ to lib/Al Viro
2015-02-13lib: add kasan test moduleAndrey Ryabinin
2015-02-12hexdump: introduce test suiteAndy Shevchenko
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro
2015-01-30rhashtable: Make selftest modularGeert Uytterhoeven
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann
2014-11-19seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)
2014-11-16reciprocal_div: objects with exported symbols should be obj-y rather than lib-yHannes Frederic Sowa
2014-10-14lib: rename TEST_MODULE to TEST_LKMValentin Rothberg
2014-10-14lib: remove prio_heapLai Jiangshan
2014-08-06lib: add lib/glob.cGeorge Spelvin
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf
2014-07-17test: add firmware_class loader testKees Cook
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-05-12net: filter: BPF testsuiteAlexei Starovoitov
2014-05-05lib: Export interval_treeChris Wilson
2014-04-30lib: add fdt_empty_tree.cMark Salter
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-03-20audit: Add generic compat syscall supportAKASHI Takahiro