1. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  2. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  3. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  5. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 9 years ago
  7. 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 9 years ago
  8. 127827b lib/mpi: Do not do sg_virt by Herbert Xu · 9 years ago
  9. 9b45b7b crypto: rsa - Generate fixed-length output by Herbert Xu · 9 years ago
  10. 28aa2bd locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}() by Peter Zijlstra · 9 years ago
  11. 4e9a073 torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code by Paul E. McKenney · 9 years ago
  12. f8cbdee torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLE by Paul E. McKenney · 9 years ago
  13. 1bdc76a iov_iter: use bvec iterator to implement iterate_bvec() by Ming Lei · 9 years ago
  14. f596710 x86/hweight: Get rid of the special calling convention by Borislav Petkov · 9 years ago
  15. 20b5b7f lib/mpi: refactor mpi_read_from_buffer() in terms of mpi_read_raw_data() by Nicolai Stange · 9 years ago
  16. cdf24b4 lib/mpi: mpi_read_from_buffer(): sanitize short buffer printk by Nicolai Stange · 9 years ago
  17. 7af791e lib/mpi: mpi_read_from_buffer(): return -EINVAL upon too short buffer by Nicolai Stange · 9 years ago
  18. c5ce7c6 lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zero by Nicolai Stange · 9 years ago
  19. 03cdfaa lib/mpi: mpi_read_from_buffer(): return error code by Nicolai Stange · 9 years ago
  20. eef0df6 lib/mpi: mpi_read_raw_data(): fix nbits calculation by Nicolai Stange · 9 years ago
  21. dfd9051 lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbits by Nicolai Stange · 9 years ago
  22. 4bdf1cf lib/mpi: purge mpi_set_buffer() by Nicolai Stange · 9 years ago
  23. bc9dc9d lib/uuid.c: use correct offset in uuid parser by Bjørn Mork · 9 years ago
  24. cfaff0e lib/uuid: add a test module by Andy Shevchenko · 9 years ago
  25. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 9 years ago
  26. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 9 years ago
  27. 3017cd6 dma-debug: avoid spinlock recursion when disabling dma-debug by Ville Syrjälä · 9 years ago
  28. 0985b65 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  29. 19f1845 do "fold checks into iterate_and_advance()" right by Al Viro · 9 years ago
  30. c5d2cac kgdb: depends on VT by Jiri Slaby · 9 years ago
  31. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  32. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  33. fff7fb0 lib/GCD.c: use binary GCD algorithm instead of Euclidean by Zhaoxiu Zeng · 9 years ago
  34. 9e85d81 radix-tree: make radix_tree_descend() more useful by Matthew Wilcox · 9 years ago
  35. d604c32 radix-tree: introduce radix_tree_replace_clear_tags() by Matthew Wilcox · 9 years ago
  36. 89148aa radix-tree: tidy up __radix_tree_create() by Matthew Wilcox · 9 years ago
  37. a8e4da2 radix-tree: tidy up range_tag_if_tagged by Matthew Wilcox · 9 years ago
  38. 8c1244d radix-tree: tidy up next_chunk by Matthew Wilcox · 9 years ago
  39. af49a63 radix-tree: change naming conventions in radix_tree_shrink by Matthew Wilcox · 9 years ago
  40. b194d16 radix-tree: rename radix_tree_is_indirect_ptr() by Matthew Wilcox · 9 years ago
  41. 4dd6c09 radix-tree: rename indirect_to_ptr() to entry_to_node() by Matthew Wilcox · 9 years ago
  42. a4db4dc radix-tree: rename ptr_to_indirect() to node_to_entry() by Matthew Wilcox · 9 years ago
  43. 30ff46cc radix-tree: rename INDIRECT_PTR to INTERNAL_NODE by Matthew Wilcox · 9 years ago
  44. d089126 radix-tree: remove root->height by Matthew Wilcox · 9 years ago
  45. fb20901 radix-tree: remove a use of root->height from delete_node by Matthew Wilcox · 9 years ago
  46. c12e51b radix-tree: replace node->height with node->shift by Matthew Wilcox · 9 years ago
  47. 0c7fa0a radix-tree: split node->path into offset and height by Matthew Wilcox · 9 years ago
  48. 2fcd900 radix-tree: miscellaneous fixes by Matthew Wilcox · 9 years ago
  49. 6b053b8 radix-tree: add copyright statements by Matthew Wilcox · 9 years ago
  50. 0796c58 radix-tree: fix radix_tree_dump() for multi-order entries by Ross Zwisler · 9 years ago
  51. 070c5ac radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries by Matthew Wilcox · 9 years ago
  52. 0a2efc6 radix-tree: rewrite radix_tree_locate_item by Matthew Wilcox · 9 years ago
  53. 8a14f4d radix-tree: fix radix_tree_create for sibling entries by Matthew Wilcox · 9 years ago
  54. 4589ba6 radix-tree: rewrite radix_tree_tag_get by Ross Zwisler · 9 years ago
  55. 00f47b5 radix-tree: rewrite radix_tree_tag_clear by Ross Zwisler · 9 years ago
  56. fb96990 radix-tree: rewrite radix_tree_tag_set by Ross Zwisler · 9 years ago
  57. 21ef533 radix-tree: add support for multi-order iterating by Ross Zwisler · 9 years ago
  58. 7b60e9a radix-tree: fix multiorder BUG_ON in radix_tree_insert by Matthew Wilcox · 9 years ago
  59. 8582995 radix-tree: rewrite __radix_tree_lookup by Matthew Wilcox · 9 years ago
  60. afe0e39 radix-tree: fix several shrinking bugs with multiorder entries by Matthew Wilcox · 9 years ago
  61. 49ea6eb radix-tree: fix extending the tree for multi-order entries at offset 0 by Matthew Wilcox · 9 years ago
  62. 1456a43 radix-tree: introduce radix_tree_load_root() by Matthew Wilcox · 9 years ago
  63. aa54757 radix-tree: remove restriction on multi-order entries by Matthew Wilcox · 9 years ago
  64. 29e0967 radix-tree: fix deleting a multi-order entry through an alias by Matthew Wilcox · 9 years ago
  65. 3b8c00f radix-tree: fix sibling entry insertion by Matthew Wilcox · 9 years ago
  66. db050f2 radix-tree: add missing sibling entry functionality by Matthew Wilcox · 9 years ago
  67. 57578c2 raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER by Matthew Wilcox · 9 years ago
  68. e3a93bc lib/uuid.c: remove FSF address by Andy Shevchenko · 9 years ago
  69. 2b1b0d6 lib/uuid.c: introduce a few more generic helpers by Andy Shevchenko · 9 years ago
  70. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 9 years ago
  71. aa4ea1c lib/vsprintf: simplify UUID printing by Andy Shevchenko · 9 years ago
  72. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 9 years ago
  73. eae08dc kasan/tests: add tests for user memory access functions by Andrey Ryabinin · 9 years ago
  74. 1771c6e x86/kasan: instrument user memory access API by Andrey Ryabinin · 9 years ago
  75. 96fe805 mm, kasan: add a ksize() test by Alexander Potapenko · 9 years ago
  76. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  77. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 9 years ago
  78. b9fdac7 debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 9 years ago
  79. d99b1d8 percpu_counter: update debugobjects fixup callbacks return type by Du, Changbin · 9 years ago
  80. e7a8e78 debugobjects: correct the usage of fixup call results by Du, Changbin · 9 years ago
  81. b1e4d9d debugobjects: make fixup functions return bool instead of int by Du, Changbin · 9 years ago
  82. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  83. 675e065 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  84. 6937047 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  85. e7ca7f9 Merge branch 'fixes' into misc by James Bottomley · 9 years ago
  86. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  87. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  88. a3871bd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. 0052af4 Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. d1c55ab bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis by Daniel Borkmann · 9 years ago
  91. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. 6ba5b85 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  93. 23c8a81 KEYS: Fix ASN.1 indefinite length object parsing by David Howells · 9 years ago
  94. e4d35be Merge branch 'ovl-fixes' into for-linus by Al Viro · 9 years ago
  95. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  96. dd254f5 fold checks into iterate_and_advance() by Al Viro · 9 years ago
  97. 7c31190 lib/stackdepot: avoid to return 0 handle by Joonsoo Kim · 9 years ago
  98. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  99. ccab605 lib: asn1_decoder - add MODULE_LICENSE("GPL") by Tudor Ambarus · 9 years ago
  100. 33334e2 lib/stackdepot.c: allow the stack trace hash to be zero by Alexander Potapenko · 9 years ago