1. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  2. 682b7c1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  3. da91309 cpumask: Utility function to set n'th cpu - local cpu first by Amir Vadai · 10 years ago
  4. df6d0f983 net: filter: fix nlattr and nlattr_nest BPF tests by Alexei Starovoitov · 10 years ago
  5. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  6. ce80b06 lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations by Catalin Marinas · 10 years ago
  7. 15f3ec3 idr: reduce the unneeded check in free_layer() by Lai Jiangshan · 10 years ago
  8. aefb768 idr: don't need to shink the free list when idr_remove() by Lai Jiangshan · 10 years ago
  9. b93804b idr: fix idr_replace()'s returned error code by Lai Jiangshan · 10 years ago
  10. aef0f62 idr: fix NULL pointer dereference when ida_remove(unallocated_id) by Lai Jiangshan · 10 years ago
  11. 8f9f665 idr: fix unexpected ID-removal when idr_remove(unallocated_id) by Lai Jiangshan · 10 years ago
  12. 3afb69c idr: fix overflow bug during maximum ID calculation at maximum height by Lai Jiangshan · 10 years ago
  13. c3c55a0 Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  14. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 10 years ago
  15. 548bbff lib/asn1_decoder.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  16. b3b16d2 lib/atomic64_test.c: convert printk(KERN_INFO to pr_info by Fabian Frederick · 10 years ago
  17. c56ba70 lib/bug.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  18. ce643a3 lib/textsearch.c: move EXPORT_SYMBOL after functions by Fabian Frederick · 10 years ago
  19. 6d6a138 lib/nlattr.c: move EXPORT_SYMBOL after functions by Fabian Frederick · 10 years ago
  20. 54b14f4 lib/digsig.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  21. 38b4fe5 lib/crc32.c: remove unnecessary __constant by Fabian Frederick · 10 years ago
  22. 8e4c0b6 lib/radix-tree.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  23. b8cfff6 lib/plist.c: make CONFIG_DEBUG_PI_LIST selectable by Dan Streetman · 10 years ago
  24. c75b53a lib/btree.c: fix leak of whole btree nodes by Minfei Huang · 10 years ago
  25. 3f623eb lib/vsprintf.c: fix comparison to bool by Fabian Frederick · 10 years ago
  26. f8eaf29 lib/libcrc32c.c: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  27. bf4d064 lib/xz: enable all filters by default in Kconfig by Lasse Collin · 10 years ago
  28. 1812062 lib/plist.c: replace pr_debug with printk in plist_test() by Dan Streetman · 10 years ago
  29. 84d517f lib/xz: add comments for the intentionally missing break statements by Lasse Collin · 10 years ago
  30. 0046dd9 lib/string.c: use the name "C-string" in comments by Dan Carpenter · 10 years ago
  31. a75f232 lib/plist: add plist_requeue by Dan Streetman · 10 years ago
  32. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  33. 9c5a362 x86: enable DMA CMA with swiotlb by Akinobu Mita · 10 years ago
  34. 4f11514 mm,vmacache: add debug data by Davidlohr Bueso · 10 years ago
  35. c0f35cc lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug by Fabian Frederick · 10 years ago
  36. 719e484 lib/debugobjects.c: add pr_fmt to logging by Fabian Frederick · 10 years ago
  37. d7ffef2 lib/debugobjects.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  38. d2705064 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 10 years ago
  39. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 10 years ago
  40. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. e9d9450 net: filter: fix length calculation in BPF testsuite by Chema Gonzalez · 10 years ago
  42. bfc5184 netlink: rate-limit leftover bytes warning and print process name by Michal Schmidt · 10 years ago
  43. d50bc15 net: filter: add test for loading SKF_AD_OFF limits by Daniel Borkmann · 10 years ago
  44. 9fe13ba net: filter: add slot overlapping test with fully filled M[] by Daniel Borkmann · 10 years ago
  45. ee39facb net: Revert mlx4 cpumask changes. by David S. Miller · 10 years ago
  46. c8865b6 cpumask: Utility function to set n'th cpu - local cpu first by Amir Vadai · 10 years ago
  47. 4d1cdf1 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  48. ce25b68 net: filter: use block statements in tcpdump tests by Daniel Borkmann · 10 years ago
  49. 108cc22 net: filter: test fill/spill of all M[] regs by Daniel Borkmann · 10 years ago
  50. 9db7cb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 10 years ago
  51. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  52. 5cbb00c lib/devres.c: fix checkpatch warnings by Fabian Frederick · 10 years ago
  53. 6090132 lib/devres.c: use dev in devm_request_and_ioremap by Fabian Frederick · 10 years ago
  54. 2e8a83c net: filter: add test case for jump with holes and ret x variants by Daniel Borkmann · 10 years ago
  55. 10f18e0 net: filter: improve test case framework by Daniel Borkmann · 10 years ago
  56. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  57. ece8049 lib/test_bpf.c: don't use gcc union shortcut by Andrew Morton · 10 years ago
  58. 11d200e lib: add glibc style strchrnul() variant by Grant Likely · 10 years ago
  59. cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  60. 5fe821a net: filter: cleanup invocation of internal BPF by Alexei Starovoitov · 10 years ago
  61. 1836eea lib/crc7: Shift crc7() output left 1 bit by George Spelvin · 10 years ago
  62. 98920ba net: fix test_bpf build to depend on NET by Randy Dunlap · 10 years ago
  63. 9def624 net: filter: additional BPF tests by Alexei Starovoitov · 10 years ago
  64. 64a8946 net: filter: BPF testsuite by Alexei Starovoitov · 10 years ago
  65. 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 10 years ago
  66. b1357c9 Kconfig.debug: Grammar s/addition/additional/ by Geert Uytterhoeven · 10 years ago
  67. a88cc10 lib: Export interval_tree by Chris Wilson · 10 years ago
  68. adaf5687 lib: add fdt_empty_tree.c by Mark Salter · 10 years ago
  69. 86d5613 kobject: Make support for uevent_helper optional. by Michael Marineau · 10 years ago
  70. a663dad mm: fix CONFIG_DEBUG_VM_RB description by Davidlohr Bueso · 10 years ago
  71. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  72. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  73. e39435c lib/percpu_counter.c: fix bad percpu counter state during suspend by Jens Axboe · 10 years ago
  74. 188a814 percpu: add preemption checks to __this_cpu ops by Christoph Lameter · 10 years ago
  75. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  76. 6aa7a29 initramfs: debug detected compression method by Daniel M. Weeks · 10 years ago
  77. 3f59b06 lib/idr.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  78. 90ae3ae idr: remove dead code by Stephen Hemminger · 10 years ago
  79. af661e8 lib/decompress_inflate.c: include appropriate header file by Rashika Kheria · 10 years ago
  80. 3c516cd lib/clz_ctz.c: add prototype declarations in lib/clz_ctz.c by Rashika Kheria · 10 years ago
  81. d3d47eb lib/random32.c: minor cleanups and kdoc fix by Daniel Borkmann · 10 years ago
  82. b104d6a lib/devres.c: fix some sparse warnings by Steven Rostedt · 10 years ago
  83. 708d96fd vsprintf: remove %n handling by Ryan Mallon · 10 years ago
  84. d300d59 lib/syscall.c: unexport task_current_syscall() by Andrew Morton · 10 years ago
  85. bcccff9 kobject: don't block for each kobject_uevent by Vladimir Davydov · 10 years ago
  86. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  87. 139e561 lib: radix_tree: tree node interface by Johannes Weiner · 10 years ago
  88. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  89. 53c59f2 lib: radix-tree: add radix_tree_delete_item() by Johannes Weiner · 10 years ago
  90. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  91. 4597e69 get rid of DEBUG_WRITECOUNT by Al Viro · 10 years ago
  92. b33ce44 Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  93. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  94. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  95. 8b7b932 netlink: don't compare the nul-termination in nla_strcmp by Pablo Neira · 10 years ago
  96. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. b3fd4ea Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 05efa8c random32: avoid attempt to late reseed if in the middle of seeding by Sasha Levin · 10 years ago
  99. a2fb4d7 partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over built-in ROM fonts by Helge Deller · 10 years ago
  100. 4b58841 audit: Add generic compat syscall support by AKASHI Takahiro · 10 years ago