aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-20test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo1-1/+1
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-14btree: avoid variable-length allocationsJoern Engel1-4/+6
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-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-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-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-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-1/+1
2018-02-22dma-debug: fix memory leak in debug_dma_alloc_coherentMiles Chen1-5/+5
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-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-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
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+7
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-1/+1
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-4/+7
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+34
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches2-18/+10
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky1-3/+2
2018-01-08lib/crc-ccitt: Add CCITT-FALSE CRC16 variantAndrew Morton1-1/+57
2018-01-06lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche2-0/+109
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+17
2018-01-05lib: do not use print_symbol()Sergey Senozhatsky1-2/+1
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-29/+16
2018-01-02Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman5-40/+70
2018-01-01errseq: Add to documentation treeMatthew Wilcox1-16/+21
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+5
2017-12-31Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+12
2017-12-29timerqueue: Document return values of timerqueue_add/del()Thomas Gleixner1-3/+5
2017-12-22blk-mq: improve heavily contended tag caseJens Axboe1-1/+1
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+43
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu12-126/+293
2017-12-22lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan1-1/+17
2017-12-21vsprintf: Fix a dangling documentation referenceJonathan Corbet1-1/+1
2017-12-21doc: convert printk-formats.txt to rstTobin C. Harding1-1/+2
2017-12-21kobject: fix suppressing modalias in uevents delivered over netlinkDmitry Torokhov1-4/+12
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+43
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-60/+48
2017-12-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-33/+0
2017-12-15bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann1-0/+43
2017-12-14lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson1-0/+10
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar1-33/+0
2017-12-11Documentation: add UUID/GUID to kernel-apiRandy Dunlap1-17/+17
2017-12-11Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64Kees Cook1-1/+1
2017-12-11rhashtable: Call library function alloc_bucket_locksTom Herbert1-39/+8
2017-12-11spinlock: Add library function to allocate spinlock buckets arrayTom Herbert2-1/+55
2017-12-11rhashtable: Add rhastable_walk_peekTom Herbert1-16/+87
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert2-8/+8
2017-12-11Fix misannotated out-of-line _copy_to_user()Christophe Leroy1-1/+1
2017-12-11Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman11-125/+276
2017-12-09Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris2-27/+38
2017-12-08509: fix printing uninitialized stack memory when OID is emptyEric Biggers1-2/+6
2017-12-08X.509: fix buffer overflow detection in sprint_oid()Eric Biggers1-4/+4
2017-12-08ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers1-0/+2
2017-12-08ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers1-21/+26
2017-12-07netlink: Relax attr validation for fixed length typesDavid Ahern1-6/+16
2017-12-07kobject: Remove redundant license textGreg Kroah-Hartman2-5/+0
2017-12-07kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman2-0/+2
2017-12-04lib/assoc_array: Remove smp_read_barrier_depends()Paul E. McKenney1-25/+12
2017-12-04percpu: READ_ONCE() now implies smp_read_barrier_depends()Paul E. McKenney1-4/+4
2017-12-01Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...Linus Torvalds6-6/+6
2017-12-01move libgcc.h to include/linuxChristoph Hellwig6-6/+6
2017-11-29vsprintf: don't use 'restricted_pointer()' when not restrictingLinus Torvalds1-0/+2
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers1-1/+1
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding1-0/+18
2017-11-29printk: hash addresses printed with %pTobin C. Harding2-45/+144
2017-11-29vsprintf: refactor %pK code out of pointer()Tobin C. Harding1-43/+54
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-173/+374
2017-11-17Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru1-0/+10
2017-11-17lib: test module for find_*_bit() functionsYury Norov3-0/+154
2017-11-17lib/rbtree-test: lower default paramsDavidlohr Bueso2-3/+3
2017-11-17lib/nmi_backtrace.c: fix kernel text address leakLiu, Changcheng1-2/+2
2017-11-17lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates1-5/+5
2017-11-17lib/int_sqrt: adjust commentsPeter Zijlstra1-2/+2
2017-11-17lib/int_sqrt: optimize initial value computePeter Zijlstra1-4/+2
2017-11-17lib/int_sqrt: optimize small argumentPeter Zijlstra1-0/+3
2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring3-15/+7
2017-11-17lib: add module support to string testsGeert Uytterhoeven4-142/+143
2017-11-17dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap1-0/+4
2017-11-17bug: define the "cut here" string in a single placeKees Cook1-1/+1
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen1-0/+23
2017-11-17lib/dma-debug.c: fix incorrect pfn calculationMiles Chen1-2/+18
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+22
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-27/+68
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-116/+16
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman2-18/+14
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)2-98/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-75/+342
2017-11-15Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub...Linus Torvalds8-0/+310
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+16
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+4
2017-11-13kconfig: kill off GENERIC_IO optionRob Herring1-4/+0
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-16/+31
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds6-14/+28
2017-11-11net: netlink: Update attr validation to require exact length for some typesDavid Ahern1-3/+16
2017-11-10lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers1-0/+2
2017-11-10Merge branch 'linus' into x86/asm, to resolve conflictIngo Molnar1-2/+2
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-11-09KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers1-2/+2
2017-11-07debugfs: purge obsolete SRCU based removal protectionNicolai Stange1-1/+0
2017-11-07x86/mm: Add DMA support for SEV memory encryptionTom Lendacky1-2/+3
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar92-0/+94
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar93-34/+112