summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-08-28lib: introduce strncpy_from_unsafe()Alexei Starovoitov
2015-08-26lib/Makefile: remove CONFIG_AVERAGE build ruleValentin Rothberg
2015-08-20average: remove out-of-line implementationJohannes Berg
2015-08-17rhashtable-test: extend to test concurrencyPhil Sutter
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-06test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Nicolas Schichan
2015-08-06test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan
2015-08-06test_bpf: add module parameters to filter the tests to run.Nicolas Schichan
2015-08-06test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.Nicolas Schichan
2015-08-06test_bpf: allow tests to specify an skb fragment.Nicolas Schichan
2015-08-06test_bpf: avoid oopsing the kernel when generate_test_data() fails.Nicolas Schichan
2015-08-07lib/iommu-common.c: do not use 0xffffffffffffffffl for computing align_maskSowmini Varadhan
2015-07-30test_bpf: assign type to native eBPF test casesDaniel Borkmann
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-21rhashtable: Allow other tasks to be scheduled in large lookup loopsThomas Graf
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov
2015-07-17lib/decompress: set the compressor name to NULL on errorAneesh Kumar K.V
2015-07-17dma-debug: skip debug_dma_assert_idle() when disabledHaggai Eran
2015-07-17hexdump: fix for non-aligned buffersHoracio Mijail Anton Quiles
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-08test_bpf: extend tests for 32-bit endianness conversionXi Wang
2015-07-08rhashtable: fix for resize events during table walkPhil Sutter
2015-07-06x86/kasan: Move KASAN_SHADOW_OFFSET to the arch KconfigAndrey Ryabinin
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao
2015-07-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy
2015-06-30genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon
2015-06-30lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-06-26arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler
2015-06-25lib/kobject.c: use strreplace()Rasmus Villemoes
2015-06-25lib/string.c: introduce strreplace()Rasmus Villemoes
2015-06-25radix-tree: replace preallocated node array with linked listKirill A. Shutemov
2015-06-25bitmap: remove explicit newline handling using scnprintf format stringSudeep Holla
2015-06-25lib/sort: Add 64 bit swap functionDaniel Wagner
2015-06-25hexdump: Make test data really constGeert Uytterhoeven
2015-06-25__bitmap_parselist: fix bug in empty string handlingChris Metcalf