Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2018-02-01 | 1 | -13/+69 |
|\ | |||||
| * | vsprintf: Do not have bprintf dereference pointers | Steven Rostedt (VMware) | 2018-01-23 | 1 | -13/+69 |
* | | Merge branch 'KASAN-read_word_at_a_time' | Linus Torvalds | 2018-02-01 | 1 | -1/+1 |
|\ \ | |||||
| * | | lib/strscpy: Shut up KASAN false-positives in strscpy() | Andrey Ryabinin | 2018-02-01 | 1 | -1/+1 |
| |/ | |||||
* | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-02-01 | 4 | -24/+14 |
|\ \ | |||||
| * | | test_firmware: fix missing unlock on error in config_num_requests_store() | Wei Yongjun | 2018-01-22 | 1 | -0/+1 |
| * | | test_firmware: make local symbol test_fw_config static | Wei Yongjun | 2018-01-22 | 1 | -1/+1 |
| * | | treewide: Use DEVICE_ATTR_RW | Joe Perches | 2018-01-09 | 2 | -18/+10 |
| * | | Merge 4.15-rc6 into driver-core-next | Greg Kroah-Hartman | 2018-01-02 | 5 | -40/+70 |
| |\ \ | |||||
| * \ \ | Merge 4.15-rc3 into driver-core-next | Greg Kroah-Hartman | 2017-12-11 | 11 | -125/+276 |
| |\ \ \ | |||||
| * | | | | kobject: Remove redundant license text | Greg Kroah-Hartman | 2017-12-07 | 2 | -5/+0 |
| * | | | | kobject: add SPDX identifiers to all kobject files | Greg Kroah-Hartman | 2017-12-07 | 2 | -0/+2 |
* | | | | | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 2018-01-31 | 3 | -35/+41 |
|\ \ \ \ \ | |||||
| * | | | | | errseq: Add to documentation tree | Matthew Wilcox | 2018-01-01 | 1 | -16/+21 |
| * | | | | | vsprintf: Fix a dangling documentation reference | Jonathan Corbet | 2017-12-21 | 1 | -1/+1 |
| * | | | | | doc: convert printk-formats.txt to rst | Tobin C. Harding | 2017-12-21 | 1 | -1/+2 |
| * | | | | | Documentation: add UUID/GUID to kernel-api | Randy Dunlap | 2017-12-11 | 1 | -17/+17 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 7 | -66/+525 |
|\ \ \ \ \ | |||||
| * | | | | | bpf: add further test cases around div/mod and others | Daniel Borkmann | 2018-01-26 | 1 | -2/+6 |
| * | | | | | bpf: add couple of test cases for signed extended imms | Daniel Borkmann | 2018-01-19 | 1 | -0/+104 |
| * | | | | | error-injection: Support fault injection framework | Masami Hiramatsu | 2018-01-12 | 1 | -0/+10 |
| * | | | | | error-injection: Add injectable error types | Masami Hiramatsu | 2018-01-12 | 1 | -7/+36 |
| * | | | | | error-injection: Separate error-injection from kprobe | Masami Hiramatsu | 2018-01-12 | 3 | -0/+218 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-11 | 1 | -4/+7 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-09 | 3 | -8/+34 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-22 | 1 | -0/+43 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-16 | 4 | -60/+48 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | rhashtable: Call library function alloc_bucket_locks | Tom Herbert | 2017-12-11 | 1 | -39/+8 |
| * | | | | | | | | spinlock: Add library function to allocate spinlock buckets array | Tom Herbert | 2017-12-11 | 2 | -1/+55 |
| * | | | | | | | | rhashtable: Add rhastable_walk_peek | Tom Herbert | 2017-12-11 | 1 | -16/+87 |
| * | | | | | | | | rhashtable: Change rhashtable_walk_start to return void | Tom Herbert | 2017-12-11 | 2 | -8/+8 |
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-01-31 | 1 | -38/+33 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | crypto: chacha20 - use rol32() macro from bitops.h | Eric Biggers | 2018-01-12 | 1 | -37/+32 |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-12-22 | 12 | -126/+293 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | crypto: chacha20 - Fix keystream alignment for chacha20_block() | Eric Biggers | 2017-11-29 | 1 | -1/+1 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-01-31 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin... | Jason Gunthorpe | 2018-01-30 | 9 | -78/+148 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | kobject: Export kobj_ns_grab_current() and kobj_ns_drop() | Bart Van Assche | 2018-01-23 | 1 | -0/+2 |
* | | | | | | | | | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-01-31 | 5 | -148/+285 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | swiotlb: remove various exports | Christoph Hellwig | 2018-01-15 | 1 | -13/+0 |
| * | | | | | | | | | | | swiotlb: refactor coherent buffer allocation | Christoph Hellwig | 2018-01-15 | 1 | -57/+65 |
| * | | | | | | | | | | | swiotlb: refactor coherent buffer freeing | Christoph Hellwig | 2018-01-15 | 1 | -14/+21 |
| * | | | | | | | | | | | swiotlb: wire up ->dma_supported in swiotlb_dma_ops | Christoph Hellwig | 2018-01-15 | 1 | -0/+1 |
| * | | | | | | | | | | | swiotlb: add common swiotlb_map_ops | Christoph Hellwig | 2018-01-15 | 1 | -0/+43 |
| * | | | | | | | | | | | swiotlb: rename swiotlb_free to swiotlb_exit | Christoph Hellwig | 2018-01-15 | 1 | -1/+1 |
| * | | | | | | | | | | | swiotlb: suppress warning when __GFP_NOWARN is set | Christian König | 2018-01-15 | 1 | -6/+9 |
| * | | | | | | | | | | | dma-direct: reject too small dma masks | Christoph Hellwig | 2018-01-15 | 1 | -0/+19 |
| * | | | | | | | | | | | dma-direct: make dma_direct_{alloc,free} available to other implementations | Christoph Hellwig | 2018-01-15 | 1 | -3/+3 |
| * | | | | | | | | | | | dma-direct: retry allocations using GFP_DMA for small masks | Christoph Hellwig | 2018-01-15 | 1 | -1/+24 |
| * | | | | | | | | | | | dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32 | Christoph Hellwig | 2018-01-15 | 1 | -0/+14 |