Age | Commit message (Expand) | Author |
2016-05-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2016-05-18 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2016-05-18 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-05-17 | Merge branch 'fixes' into misc | James Bottomley |
2016-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-05-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-05-16 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-05-16 | Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-05-16 | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann |
2016-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-05-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-05-12 | KEYS: Fix ASN.1 indefinite length object parsing | David Howells |
2016-05-11 | Merge branch 'ovl-fixes' into for-linus | Al Viro |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-05-09 | fold checks into iterate_and_advance() | Al Viro |
2016-05-05 | lib/stackdepot: avoid to return 0 handle | Joonsoo Kim |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-05-03 | lib: asn1_decoder - add MODULE_LICENSE("GPL") | Tudor Ambarus |
2016-04-28 | lib/stackdepot.c: allow the stack trace hash to be zero | Alexander Potapenko |
2016-04-27 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2016-04-23 | libnl: fix help of _64bit functions | Nicolas Dichtel |
2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-21 | libnl: add more helpers to align attributes on 64-bit | Nicolas Dichtel |
2016-04-21 | string_helpers: add kstrdup_quotable_file | Kees Cook |
2016-04-21 | string_helpers: add kstrdup_quotable_cmdline | Kees Cook |
2016-04-21 | string_helpers: add kstrdup_quotable | Kees Cook |
2016-04-16 | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-04-15 | lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c | Ming Lin |
2016-04-13 | lib: lz4: cleanup unaligned access efficiency detection | Rui Salvaterra |
2016-04-13 | lib: lz4: fixed zram with lz4 on big endian machines | Rui Salvaterra |
2016-04-13 | Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/... | James Morris |
2016-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-08 | fix the copy vs. map logics in blk_rq_map_user_iov() | Al Viro |
2016-04-06 | lib/test_bpf: Add additional BPF_ADD tests | Naveen N. Rao |
2016-04-06 | lib/test_bpf: Add test to check for result of 32-bit add that overflows | Naveen N. Rao |
2016-04-06 | lib/test_bpf: Add tests for unsigned BPF_JGT | Naveen N. Rao |
2016-04-06 | lib/test_bpf: Fix JMP_JSET tests | Naveen N. Rao |
2016-04-06 | assoc_array: don't call compare_object() on a node | Jerome Marchand |
2016-04-05 | lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access | Nicolai Stange |
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 |