summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-012-5/+3Star
|\
| * Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-221-2/+1Star
| |\
| | * lib: do not use print_symbol()Sergey Senozhatsky2018-01-051-2/+1Star
| * | symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-091-3/+2Star
| |/
* | 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/+14Star
|\ \ \
| * | | 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/+10Star
| * | | 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/+0Star
| * | | | | 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-02-013-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-271-2/+6
| * | | | | | bpf: add couple of test cases for signed extended immsDaniel Borkmann2018-01-201-0/+104
| * | | | | | error-injection: Support fault injection frameworkMasami Hiramatsu2018-01-131-0/+10
| * | | | | | error-injection: Add injectable error typesMasami Hiramatsu2018-01-131-7/+36
| * | | | | | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-133-0/+218
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-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-174-60/+48Star
| |\ \ \ \ \ \ \ \
| * | | | | | | | | rhashtable: Call library function alloc_bucket_locksTom Herbert2017-12-111-39/+8Star
| * | | | | | | | | 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/+33Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crypto: chacha20 - use rol32() macro from bitops.hEric Biggers2018-01-121-37/+32Star
| * | | | | | | | | | 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/+0Star
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-151-1/+1
| * | | | | | | | | | | | swiotlb: suppress warning when __GFP_NOWARN is setChristian König2018-01-151-6/+9