Age | Commit message (Expand) | Author | Files | Lines |
2016-05-21 | kasan/tests: add tests for user memory access functions | Andrey Ryabinin | 1 | -0/+49 |
2016-05-21 | x86/kasan: instrument user memory access API | Andrey Ryabinin | 1 | -0/+2 |
2016-05-21 | mm, kasan: add a ksize() test | Alexander Potapenko | 1 | -0/+20 |
2016-05-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -43/+87 |
2016-05-20 | include/linux/nodemask.h: create next_node_in() helper | Andrew Morton | 2 | -1/+31 |
2016-05-20 | debugobjects: insulate non-fixup logic related to static obj from fixup callb... | Du, Changbin | 1 | -17/+32 |
2016-05-20 | percpu_counter: update debugobjects fixup callbacks return type | Du, Changbin | 1 | -3/+3 |
2016-05-20 | debugobjects: correct the usage of fixup call results | Du, Changbin | 1 | -1/+1 |
2016-05-20 | debugobjects: make fixup functions return bool instead of int | Du, Changbin | 1 | -22/+21 |
2016-05-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+92 |
2016-05-19 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -0/+180 |
2016-05-18 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -68/+36 |
2016-05-18 | Merge branch 'fixes' into misc | James Bottomley | 2 | -13/+16 |
2016-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -4/+112 |
2016-05-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -79/+46 |
2016-05-16 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+33 |
2016-05-16 | Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -408/+1 |
2016-05-16 | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann | 1 | -1/+4 |
2016-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -7/+28 |
2016-05-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+19 |
2016-05-12 | KEYS: Fix ASN.1 indefinite length object parsing | David Howells | 1 | -7/+9 |
2016-05-11 | Merge branch 'ovl-fixes' into for-linus | Al Viro | 4 | -22/+246 |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2016-05-09 | fold checks into iterate_and_advance() | Al Viro | 1 | -68/+36 |
2016-05-06 | lib/stackdepot: avoid to return 0 handle | Joonsoo Kim | 1 | -1/+5 |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+0 |
2016-05-03 | lib: asn1_decoder - add MODULE_LICENSE("GPL") | Tudor Ambarus | 1 | -0/+3 |
2016-04-29 | lib/stackdepot.c: allow the stack trace hash to be zero | Alexander Potapenko | 1 | -4/+0 |
2016-04-27 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -0/+33 |
2016-04-24 | libnl: fix help of _64bit functions | Nicolas Dichtel | 1 | -2/+6 |
2016-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -13/+16 |
2016-04-21 | libnl: add more helpers to align attributes on 64-bit | Nicolas Dichtel | 1 | -0/+99 |
2016-04-21 | string_helpers: add kstrdup_quotable_file | Kees Cook | 1 | -0/+30 |
2016-04-21 | string_helpers: add kstrdup_quotable_cmdline | Kees Cook | 1 | -0/+34 |
2016-04-21 | string_helpers: add kstrdup_quotable | Kees Cook | 1 | -0/+28 |
2016-04-18 | Merge 4.6-rc4 into driver-core-next | Greg Kroah-Hartman | 3 | -17/+241 |
2016-04-17 | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -12/+13 |
2016-04-15 | lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c | Ming Lin | 3 | -0/+180 |
2016-04-13 | lib: lz4: cleanup unaligned access efficiency detection | Rui Salvaterra | 1 | -3/+1 |
2016-04-13 | lib: lz4: fixed zram with lz4 on big endian machines | Rui Salvaterra | 1 | -9/+12 |
2016-04-13 | Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/... | James Morris | 1 | -1/+3 |
2016-04-13 | debugfs: prevent access to possibly dead file_operations at file open | Nicolai Stange | 1 | -0/+1 |
2016-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+225 |
2016-04-09 | fix the copy vs. map logics in blk_rq_map_user_iov() | Al Viro | 1 | -0/+19 |
2016-04-06 | lib/test_bpf: Add additional BPF_ADD tests | Naveen N. Rao | 1 | -0/+128 |
2016-04-06 | lib/test_bpf: Add test to check for result of 32-bit add that overflows | Naveen N. Rao | 1 | -0/+64 |
2016-04-06 | lib/test_bpf: Add tests for unsigned BPF_JGT | Naveen N. Rao | 1 | -0/+29 |
2016-04-06 | lib/test_bpf: Fix JMP_JSET tests | Naveen N. Rao | 1 | -4/+4 |
2016-04-06 | assoc_array: don't call compare_object() on a node | Jerome Marchand | 1 | -1/+3 |
2016-04-05 | lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access | Nicolai Stange | 1 | -3/+0 |