summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-172-79/+46Star
|\
| * lib: asn1_decoder - add MODULE_LICENSE("GPL")Tudor Ambarus2016-05-031-0/+3
| * lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer accessNicolai Stange2016-04-051-3/+0Star
| * lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indicesNicolai Stange2016-04-051-6/+3Star
| * lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculationNicolai Stange2016-04-051-1/+2
| * lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbitsNicolai Stange2016-04-051-2/+0Star
| * lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytesNicolai Stange2016-04-051-6/+2Star
| * lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytesNicolai Stange2016-04-051-4/+4
| * lib/mpi: mpi_read_buffer(): fix buffer overflowNicolai Stange2016-04-051-10/+3Star
| * lib/mpi: mpi_read_buffer(): replace open coded endian conversionNicolai Stange2016-04-051-15/+12Star
| * lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbsNicolai Stange2016-04-051-10/+8Star
| * lib/mpi: mpi_write_sgl(): replace open coded endian conversionNicolai Stange2016-04-051-16/+11Star
| * lib/mpi: mpi_write_sgl(): fix out-of-bounds stack accessNicolai Stange2016-04-051-5/+1Star
| * lib/mpi: mpi_write_sgl(): purge redundant pointer arithmeticNicolai Stange2016-04-051-2/+1Star
| * lib/mpi: mpi_write_sgl(): fix style issue with lzero decrementNicolai Stange2016-04-051-2/+2
| * lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbsNicolai Stange2016-04-051-12/+9Star
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-0/+33
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-04-271-0/+33
| |\ \
| | * | rcutorture: Add RCU grace-period performance testsPaul E. McKenney2016-03-311-0/+33
| | |/
* | | Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-162-408/+1Star
|\ \ \
| * | | lib/proportions: Remove unused codeRichard Cochran2016-04-012-408/+1Star
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-141-0/+19
|\ \ \
| * \ \ Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-114-22/+246
| |\ \ \
| * | | | fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro2016-04-091-0/+19
| | |/ / | |/| |
* | | | KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-05-121-7/+9
| |/ / |/| |
* | | lib/stackdepot: avoid to return 0 handleJoonsoo Kim2016-05-061-1/+5
* | | lib/stackdepot.c: allow the stack trace hash to be zeroAlexander Potapenko2016-04-291-4/+0Star
| |/ |/|
* | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-04-171-12/+13
|\ \
| * | lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra2016-04-131-3/+1Star
| * | lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-04-131-9/+12
| |/
* | Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris2016-04-131-1/+3
|\ \
| * | assoc_array: don't call compare_object() on a nodeJerome Marchand2016-04-061-1/+3
| |/
* | lib/test_bpf: Add additional BPF_ADD testsNaveen N. Rao2016-04-061-0/+128
* | lib/test_bpf: Add test to check for result of 32-bit add that overflowsNaveen N. Rao2016-04-061-0/+64
* | lib/test_bpf: Add tests for unsigned BPF_JGTNaveen N. Rao2016-04-061-0/+29
* | lib/test_bpf: Fix JMP_JSET testsNaveen N. Rao2016-04-061-4/+4
|/
* kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko2016-03-261-0/+2
* mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-264-0/+292
* mm, kasan: SLAB supportAlexander Potapenko2016-03-261-1/+3
* kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko2016-03-261-1/+27
* parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller2016-03-231-1/+1
* ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin2016-03-221-0/+5
* kernel: add kcov code coverageDmitry Vyukov2016-03-222-0/+33
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-0/+12
|\
| * objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf2016-02-291-0/+12
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-202-0/+76
|\ \
| * | dma: Provide simple noop dma opsChristian Borntraeger2016-03-022-0/+76
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-196-3/+458
|\ \ \
| * | | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-141-3/+1Star
| * | | netfilter: meta: add PRANDOM supportFlorian Westphal2016-02-291-0/+1