summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer accessNicolai Stange
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indicesNicolai Stange
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculationNicolai Stange
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbitsNicolai Stange
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytesNicolai Stange
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytesNicolai Stange
2016-04-05lib/mpi: mpi_read_buffer(): fix buffer overflowNicolai Stange
2016-04-05lib/mpi: mpi_read_buffer(): replace open coded endian conversionNicolai Stange
2016-04-05lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbsNicolai Stange
2016-04-05lib/mpi: mpi_write_sgl(): replace open coded endian conversionNicolai Stange
2016-04-05lib/mpi: mpi_write_sgl(): fix out-of-bounds stack accessNicolai Stange
2016-04-05lib/mpi: mpi_write_sgl(): purge redundant pointer arithmeticNicolai Stange
2016-04-05lib/mpi: mpi_write_sgl(): fix style issue with lzero decrementNicolai Stange
2016-04-05lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbsNicolai Stange
2016-03-25kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-25kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko
2016-03-23parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller
2016-03-22ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-17sscanf: implement basic character setsJessica Yu
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf
2016-03-17lib: add "on"/"off" support to kstrtoboolKees Cook
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook
2016-03-17lib/string: introduce match_string() helperAndy Shevchenko
2016-03-17radix_tree: add radix_tree_dumpMatthew Wilcox
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox
2016-03-17radix_tree: loop based on shift count, not heightMatthew Wilcox
2016-03-17radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens
2016-03-17radix-tree: account radix_tree_node to memory cgroupVladimir Davydov
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-03-14ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-03-09list: kill list_force_poison()Dan Williams
2016-03-02dma: Provide simple noop dma opsChristian Borntraeger