Age | Commit message (Expand) | Author |
2016-04-05 | lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_read_buffer(): fix buffer overflow | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_read_buffer(): replace open coded endian conversion | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_write_sgl(): replace open coded endian conversion | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement | Nicolai Stange |
2016-04-05 | lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs | Nicolai Stange |
2016-04-05 | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland |
2016-04-01 | lib/proportions: Remove unused code | Richard Cochran |
2016-03-31 | rcutorture: Add RCU grace-period performance tests | Paul E. McKenney |
2016-03-25 | kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2 | Alexander Potapenko |
2016-03-25 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko |
2016-03-25 | mm, kasan: SLAB support | Alexander Potapenko |
2016-03-25 | kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right() | Alexander Potapenko |
2016-03-23 | parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option | Helge Deller |
2016-03-22 | ubsan: fix tree-wide -Wmaybe-uninitialized false positives | Andrey Ryabinin |
2016-03-22 | kernel: add kcov code coverage | Dmitry Vyukov |
2016-03-20 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-03-20 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-03-18 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2016-03-17 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-03-17 | sscanf: implement basic character sets | Jessica Yu |
2016-03-17 | lib/bug.c: use common WARN helper | Josh Poimboeuf |
2016-03-17 | lib: add "on"/"off" support to kstrtobool | Kees Cook |
2016-03-17 | lib: move strtobool() to kstrtobool() | Kees Cook |
2016-03-17 | lib/string: introduce match_string() helper | Andy Shevchenko |
2016-03-17 | radix_tree: add radix_tree_dump | Matthew Wilcox |
2016-03-17 | radix_tree: add support for multi-order entries | Matthew Wilcox |
2016-03-17 | radix_tree: loop based on shift count, not height | Matthew Wilcox |
2016-03-17 | radix_tree: tag all internal tree nodes as indirect pointers | Matthew Wilcox |
2016-03-17 | lib/bug.c: make panic_on_warn available for all architectures | Heiko Carstens |
2016-03-17 | radix-tree: account radix_tree_node to memory cgroup | Vladimir Davydov |
2016-03-17 | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-03-17 | Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-03-15 | mm, printk: introduce new format string for flags | Vlastimil Babka |
2016-03-15 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-03-15 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-03-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck |
2016-03-10 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar |