aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-04-30Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...HEADmasterLinus Torvalds1-14/+9
2018-04-27Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+5
2018-04-27errseq: Always report a writeback error onceMatthew Wilcox1-14/+9
2018-04-23dma-direct: don't retry allocation for no-op GFP_DMATakashi Iwai1-1/+2
2018-04-23kobject: don't use WARN for registration failuresDmitry Vyukov1-6/+5
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-17/+23
2018-04-16textsearch: fix kernel-doc warnings and add kernel-api sectionRandy Dunlap1-17/+23
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo1-0/+283
2018-04-12Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+28
2018-04-12Merge tag 'dma-mapping-4.17-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-04-12lockref: Add lockref_put_not_zeroAndreas Gruenbacher1-0/+28
2018-04-12Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar17-306/+378
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox1-1/+2
2018-04-11lib/list_debug.c: print unmangled addressesMatthew Wilcox1-7/+7
2018-04-11lib/test_ubsan.c: make test_ubsan_misaligned_access() staticColin Ian King1-1/+1
2018-04-11lib: add testing module for UBSANJinbum Park3-0/+153
2018-04-11lib/test_bitmap.c: do not accidentally use stack VLAKees Cook1-4/+6
2018-04-11lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options togetherRandy Dunlap1-24/+24
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin1-4/+14
2018-04-11kasan: prevent compiler from optimizing away memset in testsAndrey Konovalov1-0/+1
2018-04-11kasan: fix invalid-free test crashing the kernelAndrey Konovalov1-0/+8
2018-04-10swiotlb: fix unexpected swiotlb_alloc_coherent failuresTakashi Iwai1-1/+1
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+4
2018-04-09swiotlb: Use dma_direct_supported() for swiotlb_opsChristoph Hellwig1-1/+1
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-5/+157
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+298
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+6
2018-04-06vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)Steven Rostedt (VMware)1-0/+4
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-0/+1
2018-04-05lib: fix stall in __bitmap_parselist()Yury Norov2-1/+5
2018-04-05Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Linus Torvalds2-1/+62
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-8/+8
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-40/+38
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+18
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+30
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+6
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-15/+6
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-21/+179
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds6-114/+5
2018-04-02Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-66/+46
2018-04-02Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-68/+82
2018-04-02Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-49/+92
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+1
2018-03-31rhashtable: add schedule pointsEric Dumazet1-0/+2
2018-03-31locking/Kconfig: Restructure the lock debugging menuWaiman Long1-67/+68
2018-03-31locking/Kconfig: Add LOCK_DEBUGGING_SUPPORT to make it more readableWaiman Long1-5/+10
2018-03-31locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesWaiman Long1-0/+8
2018-03-30lib/scatterlist: add sg_init_marker() helperPrashant Bhole1-8/+1
2018-03-29test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()Dan Carpenter1-1/+1
2018-03-28dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig1-0/+3
2018-03-28Merge 4.16-rc7 into staging-nextGreg Kroah-Hartman5-4/+144
2018-03-28Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman8-11/+157
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-27kfifo: fix inaccurate commentMartin Kelly1-1/+1
2018-03-26raid: remove tile specific raid6 implementationArnd Bergmann4-103/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2-10/+5
2018-03-26libcrc32c: Add crc32c_impl functionNikolay Borisov1-0/+6
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-7/+7
2018-03-25net: bpf: add a test for skb_segment in test_bpf moduleYonghong Song1-2/+91
2018-03-26lib: zstd: clean up Makefile for simpler composite object handlingMasahiro Yamada1-13/+4
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin1-2/+2
2018-03-24Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar6-8/+150
2018-03-23swiotlb: Make swiotlb_{alloc,free}_buffer depend on CONFIG_DMA_DIRECT_OPSChristoph Hellwig1-0/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-10/+154
2018-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-2/+4
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-2/+138
2018-03-22netns: send uevent messagesChristian Brauner1-1/+78
2018-03-22net: add uevent socket memberChristian Brauner1-10/+7
2018-03-21lib: Add generic PIO mapping methodZhichang Yuan3-0/+298
2018-03-20test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo1-1/+1
2018-03-20dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig1-38/+0
2018-03-20dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig1-6/+26
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-16/+9
2018-03-20dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig1-6/+6
2018-03-20lib/raid6: Build proper raid6test files on powerpcMatt Brown2-2/+6
2018-03-20lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeMatt Brown5-3/+151
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2018-03-19percpu_ref: Update doc to dissuade users from depending on internal RCU grace...Tejun Heo1-0/+2
2018-03-19Merge 4.16-rc6 into staging-nextGreg Kroah-Hartman6-18/+25
2018-03-15devres: combine function devm_ioremap*Yisheng Xie1-40/+38
2018-03-15lib/kobject: Join string literals backAndy Shevchenko1-21/+18
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young2-1/+62
2018-03-14btree: avoid variable-length allocationsJoern Engel1-4/+6
2018-03-14debugobjects: Avoid another unused variable warningArnd Bergmann1-1/+1
2018-03-09lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez1-1/+1
2018-03-09lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()Kees Cook1-0/+2
2018-03-09bug: use %pB in BUG and stack protector failureKees Cook1-1/+1
2018-03-09mn10300: Remove the architectureDavid Howells2-2/+1
2018-03-07Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-1/+1
2018-03-07test_rhashtable: add test case for rhltable with duplicate objectsPaul Blakey1-0/+134
2018-03-07rhashtable: Fix rhlist duplicates insertionPaul Blakey1-1/+3
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+15
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+3
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval1-5/+5
2018-02-28Merge tag 'dma-mapping-4.16-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+5
2018-02-28test_bpf: reduce MAX_TESTRUNSEric Dumazet1-1/+1
2018-02-26test_bpf: add a schedule pointEric Dumazet1-0/+2
2018-02-26idr: Fix handling of IDs above INT_MAXMatthew Wilcox1-6/+7
2018-02-26Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman5-4/+8
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+3
2018-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-1/+1
2018-02-23Drop a bunch of metag referencesJames Hogan1-1/+1
2018-02-22dma-debug: fix memory leak in debug_dma_alloc_coherentMiles Chen1-5/+5
2018-02-22debugobjects: Fix debug_objects_freed accountingArnd Bergmann1-0/+1
2018-02-21lib/Kconfig.debug: enable RUNTIME_TESTING_MENUAnders Roxell1-0/+1
2018-02-21ida: do zeroing in ida_pre_get()Rasmus Villemoes2-3/+1
2018-02-20Merge tag 'iio-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-0/+30
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-02-13net: Convert uevent_net_opsKirill Tkhai1-0/+1
2018-02-13debugobjects: Use global free list in __debug_check_no_obj_freed()Yang Shi1-9/+7
2018-02-13debugobjects: Use global free list in free_object()Yang Shi1-41/+22
2018-02-13debugobjects: Add global free list and the counterYang Shi1-1/+57
2018-02-13debugobjects: Export max loops counterYang Shi1-1/+8
2018-02-12dma-direct: comment the dma_direct_free calling conventionChristoph Hellwig1-0/+4
2018-02-12dma-direct: mark as is_physChristoph Hellwig1-0/+1
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+26
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+26
2018-02-08Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-63/+195
2018-02-08vsprintf: avoid misleading "(null)" for %pxAdam Borowski1-1/+1
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-372/+435
2018-02-06kasan: rework Kconfig settingsArnd Bergmann2-1/+12
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin2-29/+0
2018-02-06lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2-10/+52
2018-02-06lib/ubsan.c: s/missaligned/misaligned/Andrew Morton1-2/+2
2018-02-06lib/test_sort.c: add module unload supportPravin Shedge1-0/+6
2018-02-06lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allVincent Legoll1-2/+5
2018-02-06lib: optimize cpumask_next_and()Clement Courbet3-21/+72
2018-02-06lib/find_bit_benchmark.c: improvementsYury Norov1-26/+21
2018-02-06lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov3-2/+2
2018-02-06lib/stackdepot.c: use a non-instrumented version of memcmp()Alexander Potapenko1-3/+16
2018-02-06lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko1-24/+5
2018-02-06lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko1-0/+30
2018-02-06lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko1-0/+30
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov2-262/+31
2018-02-06bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov1-0/+56
2018-02-06kasan: remove redundant initialization of variable 'real_size'Colin Ian King1-1/+1
2018-02-06kasan: detect invalid freesDmitry Vyukov1-0/+50
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov1-0/+33
2018-02-06kasan: add tests for alloca poisoningPaul Lawrence1-0/+22
2018-02-06idr: Make 1-based IDRs more efficientMatthew Wilcox1-9/+61
2018-02-06idr: Warn if old iterators see large IDsMatthew Wilcox1-1/+8
2018-02-06idr: Rename idr_for_each_entry_extMatthew Wilcox1-10/+20
2018-02-06idr: Remove idr_alloc_extMatthew Wilcox2-45/+86
2018-02-06idr: Add idr_alloc_u32 helperMatthew Wilcox1-0/+31
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox1-12/+3
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-02-05bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song1-5/+26
2018-02-04lib: Add strongly typed 64bit int_sqrtCrt Mori1-0/+30
2018-02-02lib/Kconfig.debug: Remove blank help textUlf Magnusson1-1/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2-5/+3
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-13/+69
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds1-1/+1
2018-02-01lib/strscpy: Shut up KASAN false-positives in strscpy()Andrey Ryabinin1-1/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-24/+14
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds3-35/+41
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-66/+525
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-38/+33
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+2
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-148/+285
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-29/+16
2018-01-30Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe9-78/+148
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-1/+132
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+57
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann1-2/+6
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-23vsprintf: Do not have bprintf dereference pointersSteven Rostedt (VMware)1-13/+69
2018-01-23kobject: Export kobj_ns_grab_current() and kobj_ns_drop()Bart Van Assche1-0/+2
2018-01-22test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun1-0/+1
2018-01-22test_firmware: make local symbol test_fw_config staticWei Yongjun1-1/+1
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek1-2/+1
2018-01-19bpf: add couple of test cases for signed extended immsDaniel Borkmann1-0/+104
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche1-5/+27
2018-01-15swiotlb: remove various exportsChristoph Hellwig1-13/+0
2018-01-15swiotlb: refactor coherent buffer allocationChristoph Hellwig1-57/+65
2018-01-15swiotlb: refactor coherent buffer freeingChristoph Hellwig1-14/+21
2018-01-15swiotlb: wire up ->dma_supported in swiotlb_dma_opsChristoph Hellwig1-0/+1
2018-01-15swiotlb: add common swiotlb_map_opsChristoph Hellwig1-0/+43
2018-01-15swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig1-1/+1
2018-01-15swiotlb: suppress warning when __GFP_NOWARN is setChristian König1-6/+9
2018-01-15dma-direct: reject too small dma masksChristoph Hellwig1-0/+19
2018-01-15dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig1-3/+3
2018-01-15dma-direct: retry allocations using GFP_DMA for small masksChristoph Hellwig1-1/+24
2018-01-15dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32Christoph Hellwig1-0/+14
2018-01-15dma-direct: use node local allocations for coherent memoryChristoph Hellwig1-1/+1
2018-01-15dma-direct: add support for CMA allocationChristoph Hellwig1-6/+18
2018-01-15dma-direct: add dma address sanity checksChristoph Hellwig1-1/+30
2018-01-15dma-direct: use phys_to_dmaChristoph Hellwig1-11/+7
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig3-22/+17
2018-01-12error-injection: Support fault injection frameworkMasami Hiramatsu1-0/+10
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu1-7/+36
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu3-0/+218
2018-01-12crypto: chacha20 - use rol32() macro from bitops.hEric Biggers1-37/+32
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7