| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | idr: remove WARN_ON_ONCE() when trying to replace negative ID | Eric Biggers | 2017-09-13 | 1 | -1/+1 |
* | | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-11 | 1 | -3/+0 |
|\ \ |
|
| * \ | Merge branch 'for-4.14/fs' into libnvdimm-for-next | Dan Williams | 2017-08-31 | 5 | -34/+56 |
| |\ \ |
|
| * | | | libnvdimm, nd_blk: remove mmio_flush_range() | Robin Murphy | 2017-08-31 | 1 | -3/+0 |
* | | | | cpumask: make cpumask_next() out-of-line | Alexey Dobriyan | 2017-09-08 | 1 | -0/+16 |
* | | | | test_kmod: flip INT checks to be consistent | Dan Carpenter | 2017-09-08 | 1 | -1/+1 |
* | | | | test_kmod: remove paranoid UINT_MAX check on uint range processing | Dan Carpenter | 2017-09-08 | 1 | -1/+1 |
* | | | | lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo... | Takashi Iwai | 2017-09-08 | 1 | -2/+2 |
* | | | | radix-tree: must check __radix_tree_preload() return value | Eric Dumazet | 2017-09-08 | 1 | -4/+5 |
* | | | | lib/cmdline.c: remove meaningless comment | Baoquan He | 2017-09-08 | 1 | -1/+0 |
* | | | | lib/string.c: check for kmalloc() failure | Dan Carpenter | 2017-09-08 | 1 | -3/+15 |
* | | | | bitmap: introduce BITMAP_FROM_U64() | Yury Norov | 2017-09-08 | 1 | -15/+32 |
* | | | | lib/test_bitmap.c: add test for bitmap_parselist() | Yury Norov | 2017-09-08 | 1 | -0/+74 |
* | | | | lib/bitmap.c: make bitmap_parselist() thread-safe and much faster | Yury Norov | 2017-09-08 | 1 | -12/+6 |
* | | | | lib: add test module for CONFIG_DEBUG_VIRTUAL | Florian Fainelli | 2017-09-08 | 3 | -0/+61 |
* | | | | lib/hexdump.c: return -EINVAL in case of error in hex2bin() | Andy Shevchenko | 2017-09-08 | 1 | -2/+3 |
* | | | | lib/interval_tree: fast overlap detection | Davidlohr Bueso | 2017-09-08 | 1 | -2/+2 |
* | | | | lib/rbtree_test.c: support rb_root_cached | Davidlohr Bueso | 2017-09-08 | 1 | -19/+137 |
* | | | | lib/rbtree_test.c: add (inorder) traversal test | Davidlohr Bueso | 2017-09-08 | 1 | -2/+23 |
* | | | | lib/rbtree_test.c: make input module parameters | Davidlohr Bueso | 2017-09-08 | 1 | -21/+34 |
* | | | | rbtree: add some additional comments for rebalancing cases | Davidlohr Bueso | 2017-09-08 | 1 | -3/+5 |
* | | | | rbtree: optimize root-check during rebalancing loop | Davidlohr Bueso | 2017-09-08 | 1 | -7/+16 |
* | | | | rbtree: cache leftmost node internally | Davidlohr Bueso | 2017-09-08 | 1 | -5/+29 |
* | | | | lib/string.c: add testcases for memset16/32/64 | Matthew Wilcox | 2017-09-08 | 2 | -0/+132 |
* | | | | lib/string.c: add multibyte memset functions | Matthew Wilcox | 2017-09-08 | 1 | -0/+66 |
* | | | | Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 2017-09-07 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | lib/raid6: align AVX512 constants to 512 bits, not bytes | Denys Vlasenko | 2017-08-25 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-09-06 | 1 | -12/+12 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-08-22 | 1 | -1/+3 |
| |\ \ \ \ |
|
| * | | | | | lib/mpi: fix build with clang | Stefan Agner | 2017-08-17 | 1 | -12/+12 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 4 | -32/+458 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-09-03 | 1 | -0/+24 |
| |\ \ \ \ \ |
|
| | * | | | | | netlink: Introduce nla_strdup() | Phil Sutter | 2017-07-31 | 1 | -0/+24 |
| | |/ / / / |
|
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-01 | 1 | -1/+3 |
| |\ \ \ \ \ |
|
| * | | | | | | idr: Add new APIs to support unsigned long | Chris Mi | 2017-08-30 | 2 | -32/+40 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-21 | 1 | -0/+7 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-15 | 2 | -11/+13 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | bpf: add BPF_J{LT,LE,SLT,SLE} instructions | Daniel Borkmann | 2017-08-09 | 1 | -0/+364 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-01 | 2 | -23/+36 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | net netlink: Add new type NLA_BITFIELD32 | Jamal Hadi Salim | 2017-07-30 | 1 | -0/+30 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 2017-09-06 | 1 | -10/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | errseq: rename __errseq_set to errseq_set | Jeff Layton | 2017-07-26 | 1 | -10/+7 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-09-05 | 2 | -0/+712 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge 4.13-rc5 into driver-core-next | Greg Kroah-Hartman | 2017-08-14 | 4 | -34/+49 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | test_firmware: add batched firmware tests | Luis R. Rodriguez | 2017-08-10 | 1 | -0/+710 |
| * | | | | | | | Merge branch 'bind_unbind' into driver-core-next | Greg Kroah-Hartman | 2017-07-22 | 1 | -0/+2 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| | * | | | | | | driver core: emit uevents when device is bound to a driver | Dmitry Torokhov | 2017-07-22 | 1 | -0/+2 |
* | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-09-05 | 5 | -4/+263 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | md/raid6: implement recovery using ARM NEON intrinsics | Ard Biesheuvel | 2017-08-09 | 4 | -1/+233 |
| * | | | | | | | | md/raid6: use faster multiplication for ARM NEON delta syndrome | Ard Biesheuvel | 2017-08-09 | 1 | -3/+30 |
| | |_|_|/ / / /
| |/| | | | | | |
|