Age | Commit message (Expand) | Author |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-23 | lib/cmdline.c: fix get_options() overflow while parsing ranges | Ilya Matveychikov |
2017-06-20 | net: manual clean code which call skb_put_[data:zero] | yuan linyu |
2017-06-20 | net: introduce __skb_put_[zero, data, u8] | yuan linyu |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-06-14 | test_bpf: Add test to make conditional jump cross a large number of insns. | David Daney |
2017-06-13 | networking: use skb_put_zero() | Johannes Berg |
2017-06-08 | crypto: Work around deallocated stack frame reference gcc bug on sparc. | David Miller |
2017-05-31 | bpf: fix stack_depth usage by test_bpf.ko | Alexei Starovoitov |
2017-05-25 | test_bpf: Add a couple of tests for BPF_JSGE. | David Daney |
2017-05-09 | Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2017-05-09 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-05-08 | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko |
2017-05-08 | lib/rhashtable.c: simplify a strange allocation pattern | Michal Hocko |
2017-05-08 | lib/zlib_inflate/inftrees.c: fix potential buffer overflow | Guenter Roeck |
2017-05-08 | lib/fault-inject.c: use correct check for interrupts | Dmitry Vyukov |
2017-05-08 | checkpatch: add ability to find bad uses of vsprintf %p<foo> extensions | Joe Perches |
2017-05-08 | lib: add module support to linked list sorting tests | Geert Uytterhoeven |
2017-05-08 | lib: add module support to array-based sort tests | Geert Uytterhoeven |
2017-05-08 | Revert "lib/test_sort.c: make it explicitly non-modular" | Geert Uytterhoeven |
2017-05-08 | fix braino in generic_file_read_iter() | Al Viro |
2017-05-06 | refcount: change EXPORT_SYMBOL markings | Greg Kroah-Hartman |
2017-05-04 | Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2017-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-05-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-05-03 | lockdep: allow to disable reclaim lockup detection | Michal Hocko |
2017-05-03 | lib/dma-debug.c: make locking work for RT | Pankaj Gupta |
2017-05-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl... | Linus Torvalds |
2017-05-03 | test_bpf: Use ULL suffix for 64-bit constants | Geert Uytterhoeven |
2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-05-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-05-02 | bpf, arm64: fix jit branch offset related to ldimm64 | Daniel Borkmann |
2017-05-02 | bpf, arm64: implement jiting of BPF_XADD | Daniel Borkmann |
2017-05-02 | Merge tag 'docs-4.12' of git://git.lwn.net/linux | Linus Torvalds |
2017-05-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-05-01 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-05-01 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds |
2017-05-01 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-05-01 | Merge branch 'md-next' into md-linus | Shaohua Li |
2017-05-01 | rhashtable: compact struct rhashtable_params | Florian Westphal |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-05-01 | lib: remove check for AVR32 arch in test_user_copy | Hans-Christian Noren Egtvedt |
2017-05-01 | lib: remove AVR32 entry in Kconfig.debug compile with frame pointers | Hans-Christian Noren Egtvedt |
2017-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2017-04-29 | fix a braino in ITER_PIPE iov_iter_revert() | Al Viro |