summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-0/+1
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-012-5/+3
|\ \
| * \ Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-221-2/+1
| |\ \
| | * | lib: do not use print_symbol()Sergey Senozhatsky2018-01-051-2/+1
| * | | symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-091-3/+2
| |/ /
* | | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-011-13/+69
|\ \ \
| * | | vsprintf: Do not have bprintf dereference pointersSteven Rostedt (VMware)2018-01-231-13/+69
* | | | Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds2018-02-011-1/+1
|\ \ \ \
| * | | | lib/strscpy: Shut up KASAN false-positives in strscpy()Andrey Ryabinin2018-02-011-1/+1
| |/ / /
* | | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-014-24/+14
|\ \ \ \
| * | | | test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun2018-01-221-0/+1
| * | | | test_firmware: make local symbol test_fw_config staticWei Yongjun2018-01-221-1/+1
| * | | | treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-092-18/+10
| * | | | Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-025-40/+70
| |\ \ \ \
| * \ \ \ \ Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman2017-12-1111-125/+276
| |\ \ \ \ \
| * | | | | | kobject: Remove redundant license textGreg Kroah-Hartman2017-12-072-5/+0
| * | | | | | kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman2017-12-072-0/+2
* | | | | | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-313-35/+41
|\ \ \ \ \ \ \
| * | | | | | | errseq: Add to documentation treeMatthew Wilcox2018-01-011-16/+21
| * | | | | | | vsprintf: Fix a dangling documentation referenceJonathan Corbet2017-12-211-1/+1
| * | | | | | | doc: convert printk-formats.txt to rstTobin C. Harding2017-12-211-1/+2
| * | | | | | | Documentation: add UUID/GUID to kernel-apiRandy Dunlap2017-12-111-17/+17
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-317-66/+525
|\ \ \ \ \ \ \
| * | | | | | | bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-261-2/+6
| * | | | | | | bpf: add couple of test cases for signed extended immsDaniel Borkmann2018-01-191-0/+104
| * | | | | | | error-injection: Support fault injection frameworkMasami Hiramatsu2018-01-121-0/+10
| * | | | | | | error-injection: Add injectable error typesMasami Hiramatsu2018-01-121-7/+36
| * | | | | | | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-123-0/+218
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-4/+7
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-093-8/+34
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-0/+43
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-164-60/+48
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | rhashtable: Call library function alloc_bucket_locksTom Herbert2017-12-111-39/+8
| * | | | | | | | | spinlock: Add library function to allocate spinlock buckets arrayTom Herbert2017-12-112-1/+55
| * | | | | | | | | rhashtable: Add rhastable_walk_peekTom Herbert2017-12-111-16/+87
| * | | | | | | | | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-112-8/+8
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-38/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crypto: chacha20 - use rol32() macro from bitops.hEric Biggers2018-01-121-37/+32
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-2212-126/+293
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-311-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-309-78/+148
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | kobject: Export kobj_ns_grab_current() and kobj_ns_drop()Bart Van Assche2018-01-231-0/+2
* | | | | | | | | | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-315-148/+285
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | swiotlb: remove various exportsChristoph Hellwig2018-01-151-13/+0
| * | | | | | | | | | | | swiotlb: refactor coherent buffer allocationChristoph Hellwig2018-01-151-57/+65
| * | | | | | | | | | | | swiotlb: refactor coherent buffer freeingChristoph Hellwig2018-01-151-14/+21
| * | | | | | | | | | | | swiotlb: wire up ->dma_supported in swiotlb_dma_opsChristoph Hellwig2018-01-151-0/+1
| * | | | | | | | | | | | swiotlb: add common swiotlb_map_opsChristoph Hellwig2018-01-151-0/+43