summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indicesNicolai Stange1-6/+3
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculationNicolai Stange1-1/+2
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbitsNicolai Stange1-2/+0
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytesNicolai Stange1-6/+2
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytesNicolai Stange1-4/+4
2016-04-05lib/mpi: mpi_read_buffer(): fix buffer overflowNicolai Stange1-10/+3
2016-04-05lib/mpi: mpi_read_buffer(): replace open coded endian conversionNicolai Stange1-15/+12
2016-04-05lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbsNicolai Stange1-10/+8
2016-04-05lib/mpi: mpi_write_sgl(): replace open coded endian conversionNicolai Stange1-16/+11
2016-04-05lib/mpi: mpi_write_sgl(): fix out-of-bounds stack accessNicolai Stange1-5/+1
2016-04-05lib/mpi: mpi_write_sgl(): purge redundant pointer arithmeticNicolai Stange1-2/+1
2016-04-05lib/mpi: mpi_write_sgl(): fix style issue with lzero decrementNicolai Stange1-2/+2
2016-04-05lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbsNicolai Stange1-12/+9
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2-3/+5
2016-04-01lib/proportions: Remove unused codeRichard Cochran2-408/+1
2016-03-31rcutorture: Add RCU grace-period performance testsPaul E. McKenney1-0/+33
2016-03-26kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko1-0/+2
2016-03-26mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko4-0/+292
2016-03-26mm, kasan: SLAB supportAlexander Potapenko1-1/+3
2016-03-26kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko1-1/+27
2016-03-23parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller1-1/+1
2016-03-23ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin1-0/+5
2016-03-23kernel: add kcov code coverageDmitry Vyukov2-0/+33
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+12
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-0/+76
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-3/+458
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-72/+293
2016-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2016-03-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-9/+41
2016-03-18sscanf: implement basic character setsJessica Yu1-1/+58
2016-03-18lib/bug.c: use common WARN helperJosh Poimboeuf1-24/+2
2016-03-18lib: add "on"/"off" support to kstrtoboolKees Cook1-3/+17
2016-03-18lib: move strtobool() to kstrtobool()Kees Cook2-29/+50
2016-03-18lib/string: introduce match_string() helperAndy Shevchenko1-0/+26
2016-03-18radix_tree: add radix_tree_dumpMatthew Wilcox1-0/+35
2016-03-18radix_tree: add support for multi-order entriesMatthew Wilcox1-26/+83
2016-03-18radix_tree: loop based on shift count, not heightMatthew Wilcox1-3/+3
2016-03-18radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox1-6/+18
2016-03-18lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens1-0/+11
2016-03-18radix-tree: account radix_tree_node to memory cgroupVladimir Davydov1-3/+13
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-24/+27
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+128
2016-03-16mm, printk: introduce new format string for flagsVlastimil Babka2-0/+128
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2016-03-14ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-3/+1
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-9/+0