aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-15lib/test_printf.c: call wait_for_random_bytes() before plain %p testsThierry Escande1-0/+7
2018-06-15fault-injection: reorder config entriesMikulas Patocka1-18/+18
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-4/+7
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-25/+33
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook3-11/+17
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook7-10/+12
2018-06-12test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter1-1/+1
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds3-13/+13
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada1-4/+7
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2-0/+64
2018-06-07lib/ucs2_string.c: add MODULE_LICENSE()Randy Dunlap1-0/+2
2018-06-07lib/mpi: headers cleanupVasily Averin1-70/+5
2018-06-07lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lockSebastian Andrzej Siewior1-42/+21
2018-06-07lib/idr.c: remove simple_ida_lockMatthew Wilcox1-5/+5
2018-06-07lib/bitmap.c: micro-optimization for __bitmap_complement()Yury Norov1-4/+1
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko1-4/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-250/+574
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+421
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-81/+54
2018-06-05test_overflow: Add memory allocation overflow testsKees Cook1-0/+110
2018-06-05test_overflow: Report test failuresKees Cook1-15/+39
2018-06-05test_overflow: macrofy some more, do more tests for freeRasmus Villemoes1-26/+22
2018-06-05lib: add runtime test of check_*_overflow functionsRasmus Villemoes3-0/+291
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-130/+159
2018-06-05Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18Petr Mladek1-3/+0
2018-06-05lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven1-3/+0
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+61
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds9-321/+232
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-32/+81
2018-06-03bpf: add also cbpf long jump test cases with heavy expansionDaniel Borkmann1-0/+63
2018-05-31dma-direct: don't crash on device without dma_maskChristoph Hellwig1-0/+7
2018-05-28core, dma-direct: add a flag 32-bit dma limitsChristoph Hellwig1-0/+6
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+5
2018-05-25idr: fix invalid ptr dereference on item deleteMatthew Wilcox1-1/+3
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei1-14/+15
2018-05-24dma-debug: check scatterlist segmentsRobin Murphy2-0/+45
2018-05-22uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilationDan Williams1-0/+3
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+39
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig4-4/+127
2018-05-19dma-mapping: simplify Kconfig dependenciesChristoph Hellwig1-4/+2
2018-05-18radix tree: fix multi-order iteration raceRoss Zwisler1-4/+2
2018-05-18lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox1-6/+15
2018-05-16vsprintf: Replace memory barrier with static_key for random_ptr_key updateSteven Rostedt (VMware)1-11/+15
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams1-0/+61
2018-05-14sbitmap: fix race in wait batch accountingJens Axboe1-10/+25
2018-05-13Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-05-12swiotlb: silent unwanted warning "buffer is full"Jean Delvare1-1/+1
2018-05-11lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()Yury Norov1-1/+6
2018-05-10sbitmap: warn if using smaller shallow depth than was setupOmar Sandoval1-0/+2
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval1-9/+40
2018-05-09swiotlb: update comments to refer to physical instead of virtual addressesYisheng Xie1-3/+2
2018-05-09swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefsChristoph Hellwig1-4/+0
2018-05-09swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig1-0/+5
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig1-0/+3
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2-0/+4
2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig1-0/+3
2018-05-09iommu-helper: move the IOMMU_HELPER config symbol to lib/Christoph Hellwig1-0/+3
2018-05-09iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig1-11/+1
2018-05-09iommu-helper: unexport iommu_area_allocChristoph Hellwig1-2/+0
2018-05-09iommu-common: move to arch/sparcChristoph Hellwig2-268/+1
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig1-1/+0
2018-05-08dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappingsChristoph Hellwig1-2/+0
2018-05-08dma-debug: simplify counting of preallocated requestsChristoph Hellwig1-16/+4
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-7/+14
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-212/+358
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-1/+0
2018-05-07dma-direct: try reallocation with GFP_DMA32 if possibleTakashi Iwai1-0/+7
2018-05-07swiotlb: remove an unecessary NULL checkDan Carpenter1-1/+1
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-22/+17
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann1-212/+358
2018-05-02iov_iter: fix memory leak in pipe_get_pages_alloc()Ilya Dryomov1-1/+1
2018-05-02iov_iter: fix return type of __pipe_get_pages()Ilya Dryomov1-1/+1
2018-05-02swiotlb: fix inversed DMA_ATTR_NO_WARN testMichel Dänzer1-1/+1
2018-05-01netns: restrict ueventsChristian Brauner1-42/+95
2018-05-01uevent: add alloc_uevent_skb() helperChristian Brauner1-13/+34
2018-04-30Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus 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-24rslib: Allocate decoder buffers to avoid VLAsThomas Gleixner2-8/+43
2018-04-24rslib: Split rs control structThomas Gleixner3-58/+79
2018-04-24rslib: Simplify error pathThomas Gleixner1-11/+6
2018-04-24rslib: Remove GPL boilerplateThomas Gleixner1-4/+0
2018-04-24rslib: Add SPDX identifiersThomas Gleixner3-0/+3
2018-04-24rslib: Cleanup top level commentsThomas Gleixner3-29/+5
2018-04-24rslib: Cleanup whitespace damageThomas Gleixner1-6/+6
2018-04-24rslib: Add GFP aware init functionThomas Gleixner1-20/+23
2018-04-24rhashtable: improve rhashtable_walk stability when stop/start used.NeilBrown1-3/+41
2018-04-24rhashtable: reset iter when rhashtable_walk_start sees new tableNeilBrown1-0/+2
2018-04-24rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter()NeilBrown1-2/+3
2018-04-23lib: Rename compiler intrinsic selects to GENERIC_LIB_*Matt Redfearn2-12/+12
2018-04-23Add notrace to lib/ucmpdi2.cPalmer Dabbelt1-1/+1
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-18vsprintf: Tweak pF/pf commentSergey Senozhatsky1-8/+4
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-11lib/vsprintf: Mark expected switch fall-throughAndy Shevchenko1-0/+3
2018-04-11lib/vsprintf: Replace space with '_' before crng is readyShunyong Yang1-1/+2
2018-04-11lib/vsprintf: Deduplicate pointer_string()Andy Shevchenko1-20/+7
2018-04-11lib/vsprintf: Move pointer_string() upperAndy Shevchenko1-14/+14
2018-04-11lib/vsprintf: Make flag_spec globalAndy Shevchenko1-13/+8
2018-04-11lib/vsprintf: Make strspec globalAndy Shevchenko1-12/+9
2018-04-11lib/vsprintf: Make dec_spec globalAndy Shevchenko1-12/+9
2018-04-11lib/test_printf: Mark big constant with ULAndy Shevchenko1-1/+1
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