Age | Commit message (Expand) | Author | Files | Lines |
2016-01-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2015-12-19 | rhashtable: Kill harmless RCU warning in rhashtable_walk_init | Herbert Xu | 1 | -1/+2 |
2015-12-19 | bpf, test: add couple of test cases | Daniel Borkmann | 1 | -0/+120 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -31/+44 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -27/+40 |
2015-12-17 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2015-12-16 | dma-debug: Fix dma_debug_entry offset calculation | Daniel Mentz | 1 | -2/+2 |
2015-12-16 | rhashtable: Fix walker list corruption | Herbert Xu | 1 | -9/+7 |
2015-12-16 | rhashtable: Enforce minimum size on initial hash table | Herbert Xu | 1 | -3/+3 |
2015-12-09 | rhashtable: Remove unnecessary wmb for future_tbl | Herbert Xu | 1 | -3/+0 |
2015-12-06 | Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation" | David S. Miller | 1 | -3/+2 |
2015-12-05 | rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation | Herbert Xu | 1 | -2/+3 |
2015-12-04 | rhashtable: Prevent spurious EBUSY errors on insertion | Herbert Xu | 1 | -15/+30 |
2015-12-03 | net: Add support for CHANGEUPPER notifier error injection | Ido Schimmel | 1 | -0/+1 |
2015-12-01 | net: add support for netdev notifier error injection | Nikolay Aleksandrov | 3 | -0/+78 |
2015-11-23 | rhashtable-test: allow to retry even if -ENOMEM was returned | Phil Sutter | 1 | -1/+13 |
2015-11-23 | rhashtable-test: calculate max_entries value by default | Phil Sutter | 1 | -3/+5 |
2015-11-23 | rhashtable-test: retry insert operations | Phil Sutter | 1 | -24/+29 |
2015-11-23 | rhashtable-test: add cond_resched() to thread test | Phil Sutter | 1 | -0/+5 |
2015-11-23 | treewide: Remove old email address | Peter Zijlstra | 2 | -2/+2 |
2015-11-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2015-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+30 |
2015-11-11 | lib/string.c: add ULL suffix to the constant definition | Andy Shevchenko | 1 | -1/+1 |
2015-11-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2015-11-10 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+9 |
2015-11-10 | remove abs64() | Andrew Morton | 1 | -1/+1 |
2015-11-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 16 | -73/+505 |
2015-11-07 | dma-debug: check nents in dma_sync_sg* | Robin Murphy | 1 | -0/+8 |
2015-11-07 | lib/hexdump.c: truncate output in case of overflow | Andy Shevchenko | 1 | -1/+5 |
2015-11-07 | lib/is_single_threaded.c: change current_is_single_threaded() to use for_each... | Oleg Nesterov | 1 | -3/+2 |
2015-11-07 | lib/kobject.c: use kvasprintf_const for formatting ->name | Rasmus Villemoes | 1 | -8/+22 |
2015-11-07 | lib/kasprintf.c: introduce kvasprintf_const | Rasmus Villemoes | 1 | -0/+16 |
2015-11-07 | lib/llist.c: fix data race in llist_del_first | Dmitry Vyukov | 1 | -2/+2 |
2015-11-07 | lib/test-string_helpers.c: add string_get_size() tests | Vitaly Kuznetsov | 1 | -0/+36 |
2015-11-07 | lib/halfmd4.c: use rol32 inline function in the ROUND macro | Alexander Kuleshov | 1 | -1/+2 |
2015-11-07 | lib/vsprintf.c: update documentation | Rasmus Villemoes | 1 | -3/+4 |
2015-11-07 | test_printf: test printf family at runtime | Rasmus Villemoes | 3 | -0/+366 |
2015-11-07 | lib/vsprintf.c: remove SPECIAL handling in pointer() | Rasmus Villemoes | 1 | -1/+1 |
2015-11-07 | lib/vsprintf.c: also improve sanity check in bstr_printf() | Rasmus Villemoes | 1 | -1/+1 |
2015-11-07 | lib/vsprintf.c: handle invalid format specifiers more robustly | Rasmus Villemoes | 1 | -10/+21 |
2015-11-07 | printk: synchronize %p formatting documentation | Martin Kletzander | 1 | -32/+8 |
2015-11-07 | lib/dynamic_debug.c: use kstrdup_const | Rasmus Villemoes | 1 | -4/+4 |
2015-11-07 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -1/+1 |
2015-11-07 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2 | -7/+7 |
2015-11-07 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -2/+2 |
2015-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -2/+70 |
2015-11-06 | mm, slub, kasan: enable user tracking by default with KASAN=y | Andrey Ryabinin | 1 | -2/+1 |
2015-11-06 | lib: test_kasan: add some testcases | Wang Long | 1 | -0/+69 |
2015-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 1 | -7/+3 |
2015-11-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -3/+4 |