| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-06-26 | 3 | -5/+45 |
|\ |
|
| * | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2018-06-24 | 3 | -5/+45 |
| |\ |
|
| | * | locking/refcounts: Implement refcount_dec_and_lock_irqsave() | Anna-Maria Gleixner | 2018-06-12 | 1 | -0/+28 |
| | * | atomic: Add irqsave variant of atomic_dec_and_lock() | Anna-Maria Gleixner | 2018-06-12 | 1 | -0/+16 |
| | * | alpha: Remove custom dec_and_lock() implementation | Sebastian Andrzej Siewior | 2018-06-12 | 1 | -5/+1 |
* | | | rhashtable: clean up dereference of ->future_tbl. | NeilBrown | 2018-06-22 | 1 | -5/+4 |
* | | | rhashtable: use cmpxchg() to protect ->future_tbl. | NeilBrown | 2018-06-22 | 1 | -11/+4 |
* | | | rhashtable: simplify nested_table_alloc() and rht_bucket_nested_insert() | NeilBrown | 2018-06-22 | 1 | -12/+6 |
* | | | rhashtable: simplify INIT_RHT_NULLS_HEAD() | NeilBrown | 2018-06-22 | 1 | -9/+6 |
* | | | rhashtable: remove nulls_base and related code. | NeilBrown | 2018-06-22 | 2 | -12/+1 |
* | | | rhashtable: split rhashtable.h | NeilBrown | 2018-06-22 | 1 | -0/+1 |
* | | | rhashtable: silence RCU warning in rhashtable_test. | NeilBrown | 2018-06-22 | 1 | -0/+3 |
|/ / |
|
* | | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-06-20 | 7 | -3279/+1 |
|\ \ |
|
| * | | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 2018-06-14 | 7 | -3279/+1 |
| * | | dma-mapping: use obj-y instead of lib-y for generic dma ops | Christoph Hellwig | 2018-06-14 | 1 | -3/+3 |
* | | | docs: Fix some broken references | Mauro Carvalho Chehab | 2018-06-15 | 1 | -1/+1 |
* | | | lib/test_printf.c: call wait_for_random_bytes() before plain %p tests | Thierry Escande | 2018-06-15 | 1 | -0/+7 |
* | | | fault-injection: reorder config entries | Mikulas Patocka | 2018-06-15 | 1 | -18/+18 |
|/ / |
|
* | | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-06-13 | 1 | -4/+7 |
|\ \ |
|
| * | | kcov: test compiler capability in Kconfig and correct dependency | Masahiro Yamada | 2018-06-11 | 1 | -4/+7 |
* | | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-13 | 13 | -25/+33 |
|\ \ \ |
|
| * | | | treewide: Use array_size() in vzalloc() | Kees Cook | 2018-06-13 | 3 | -11/+17 |
| * | | | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
| * | | | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 2 | -2/+2 |
| * | | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 7 | -10/+12 |
| * | | | test_overflow: fix an IS_ERR() vs NULL bug | Dan Carpenter | 2018-06-13 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2018-06-12 | 3 | -13/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | lib: Rename compiler intrinsic selects to GENERIC_LIB_* | Matt Redfearn | 2018-04-23 | 2 | -12/+12 |
| * | | Add notrace to lib/ucmpdi2.c | Palmer Dabbelt | 2018-04-23 | 1 | -1/+1 |
* | | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-09 | 1 | -0/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next | Dan Williams | 2018-06-09 | 2 | -0/+64 |
| |\ \ \ |
|
| | * | | | uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilation | Dan Williams | 2018-05-23 | 1 | -0/+3 |
* | | | | | lib/ucs2_string.c: add MODULE_LICENSE() | Randy Dunlap | 2018-06-08 | 1 | -0/+2 |
* | | | | | lib/mpi: headers cleanup | Vasily Averin | 2018-06-08 | 1 | -70/+5 |
* | | | | | lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lock | Sebastian Andrzej Siewior | 2018-06-08 | 1 | -42/+21 |
* | | | | | lib/idr.c: remove simple_ida_lock | Matthew Wilcox | 2018-06-08 | 1 | -5/+5 |
* | | | | | lib/bitmap.c: micro-optimization for __bitmap_complement() | Yury Norov | 2018-06-08 | 1 | -4/+1 |
* | | | | | mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags | Michal Hocko | 2018-06-08 | 1 | -4/+1 |
| |_|_|/
|/| | | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-06-07 | 3 | -250/+574 |
|\ \ \ \ |
|
| * | | | | bpf: add also cbpf long jump test cases with heavy expansion | Daniel Borkmann | 2018-06-03 | 1 | -0/+63 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-27 | 2 | -3/+5 |
| |\| | | |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-21 | 5 | -23/+39 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-08 | 1 | -212/+358 |
| |\ \ \ \ \ |
|
| | * | | | | | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier | Daniel Borkmann | 2018-05-04 | 1 | -212/+358 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-04 | 4 | -22/+17 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | netns: restrict uevents | Christian Brauner | 2018-05-01 | 1 | -42/+95 |
| * | | | | | | | uevent: add alloc_uevent_skb() helper | Christian Brauner | 2018-05-01 | 1 | -13/+34 |
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | rhashtable: improve rhashtable_walk stability when stop/start used. | NeilBrown | 2018-04-24 | 1 | -3/+41 |
| * | | | | | | rhashtable: reset iter when rhashtable_walk_start sees new table | NeilBrown | 2018-04-24 | 1 | -0/+2 |
| * | | | | | | rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter() | NeilBrown | 2018-04-24 | 1 | -2/+3 |
| | |_|_|_|/
| |/| | | | |
|