Age | Commit message (Expand) | Author |
2014-06-23 | Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-06-23 | lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of... | Chen Gang |
2014-06-23 | lz4: ensure length does not wrap | Greg Kroah-Hartman |
2014-06-23 | lzo: properly check for overruns | Greg Kroah-Hartman |
2014-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-06-12 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2014-06-11 | cpumask: Utility function to set n'th cpu - local cpu first | Amir Vadai |
2014-06-11 | net: filter: fix nlattr and nlattr_nest BPF tests | Alexei Starovoitov |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds |
2014-06-06 | lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations | Catalin Marinas |
2014-06-06 | idr: reduce the unneeded check in free_layer() | Lai Jiangshan |
2014-06-06 | idr: don't need to shink the free list when idr_remove() | Lai Jiangshan |
2014-06-06 | idr: fix idr_replace()'s returned error code | Lai Jiangshan |
2014-06-06 | idr: fix NULL pointer dereference when ida_remove(unallocated_id) | Lai Jiangshan |
2014-06-06 | idr: fix unexpected ID-removal when idr_remove(unallocated_id) | Lai Jiangshan |
2014-06-06 | idr: fix overflow bug during maximum ID calculation at maximum height | Lai Jiangshan |
2014-06-05 | Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-06-05 | Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next | Dave Airlie |
2014-06-04 | lib/asn1_decoder.c: kernel-doc warning fix | Fabian Frederick |
2014-06-04 | lib/atomic64_test.c: convert printk(KERN_INFO to pr_info | Fabian Frederick |
2014-06-04 | lib/bug.c: convert printk to pr_foo() | Fabian Frederick |
2014-06-04 | lib/textsearch.c: move EXPORT_SYMBOL after functions | Fabian Frederick |
2014-06-04 | lib/nlattr.c: move EXPORT_SYMBOL after functions | Fabian Frederick |
2014-06-04 | lib/digsig.c: kernel-doc warning fixes | Fabian Frederick |
2014-06-04 | lib/crc32.c: remove unnecessary __constant | Fabian Frederick |
2014-06-04 | lib/radix-tree.c: kernel-doc warning fix | Fabian Frederick |
2014-06-04 | lib/plist.c: make CONFIG_DEBUG_PI_LIST selectable | Dan Streetman |
2014-06-04 | lib/btree.c: fix leak of whole btree nodes | Minfei Huang |
2014-06-04 | lib/vsprintf.c: fix comparison to bool | Fabian Frederick |
2014-06-04 | lib/libcrc32c.c: use PTR_ERR_OR_ZERO | Fabian Frederick |
2014-06-04 | lib/xz: enable all filters by default in Kconfig | Lasse Collin |
2014-06-04 | lib/plist.c: replace pr_debug with printk in plist_test() | Dan Streetman |
2014-06-04 | lib/xz: add comments for the intentionally missing break statements | Lasse Collin |
2014-06-04 | lib/string.c: use the name "C-string" in comments | Dan Carpenter |
2014-06-04 | lib/plist: add plist_requeue | Dan Streetman |
2014-06-04 | mm: replace __get_cpu_var uses with this_cpu_ptr | Christoph Lameter |
2014-06-04 | x86: enable DMA CMA with swiotlb | Akinobu Mita |
2014-06-04 | mm,vmacache: add debug data | Davidlohr Bueso |
2014-06-04 | lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug | Fabian Frederick |
2014-06-04 | lib/debugobjects.c: add pr_fmt to logging | Fabian Frederick |
2014-06-04 | lib/debugobjects.c: convert printk to pr_foo() | Fabian Frederick |
2014-06-04 | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2014-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2014-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-06-02 | net: filter: fix length calculation in BPF testsuite | Chema Gonzalez |
2014-06-02 | netlink: rate-limit leftover bytes warning and print process name | Michal Schmidt |
2014-06-01 | net: filter: add test for loading SKF_AD_OFF limits | Daniel Borkmann |
2014-06-01 | net: filter: add slot overlapping test with fully filled M[] | Daniel Borkmann |
2014-06-01 | net: Revert mlx4 cpumask changes. | David S. Miller |
2014-06-01 | cpumask: Utility function to set n'th cpu - local cpu first | Amir Vadai |