1. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  2. 357f435 fix the copy vs. map logics in blk_rq_map_user_iov() by Al Viro · 8 years ago
  3. 9c94f6c lib/test_bpf: Add additional BPF_ADD tests by Naveen N. Rao · 8 years ago
  4. b64b50e lib/test_bpf: Add test to check for result of 32-bit add that overflows by Naveen N. Rao · 8 years ago
  5. c7395d6 lib/test_bpf: Add tests for unsigned BPF_JGT by Naveen N. Rao · 8 years ago
  6. 9f134c3 lib/test_bpf: Fix JMP_JSET tests by Naveen N. Rao · 8 years ago
  7. 8d4a2ec assoc_array: don't call compare_object() on a node by Jerome Marchand · 8 years ago
  8. 0bb5c9e lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access by Nicolai Stange · 8 years ago
  9. 85d541a lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices by Nicolai Stange · 8 years ago
  10. 64c09b0 lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation by Nicolai Stange · 8 years ago
  11. 60e1b74 lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits by Nicolai Stange · 8 years ago
  12. ab1e912 lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes by Nicolai Stange · 8 years ago
  13. b698538 lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes by Nicolai Stange · 8 years ago
  14. 462696f lib/mpi: mpi_read_buffer(): fix buffer overflow by Nicolai Stange · 8 years ago
  15. 90f864e2 lib/mpi: mpi_read_buffer(): replace open coded endian conversion by Nicolai Stange · 8 years ago
  16. f00fa241 lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs by Nicolai Stange · 8 years ago
  17. d755290 lib/mpi: mpi_write_sgl(): replace open coded endian conversion by Nicolai Stange · 8 years ago
  18. cece762 lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access by Nicolai Stange · 8 years ago
  19. ea122be lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic by Nicolai Stange · 8 years ago
  20. 654842ef lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement by Nicolai Stange · 8 years ago
  21. f2d1362 lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs by Nicolai Stange · 8 years ago
  22. 8f6fd83 rhashtable: accept GFP flags in rhashtable_walk_init by Bob Copeland · 8 years ago
  23. d18d12d lib/proportions: Remove unused code by Richard Cochran · 8 years ago
  24. 8704baa rcutorture: Add RCU grace-period performance tests by Paul E. McKenney · 8 years ago
  25. 9dcadd3 kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2 by Alexander Potapenko · 8 years ago
  26. cd11016 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB by Alexander Potapenko · 8 years ago
  27. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 8 years ago
  28. e6e8379 kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right() by Alexander Potapenko · 8 years ago
  29. 6c31da3 parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option by Helge Deller · 8 years ago
  30. dde5cf3 ubsan: fix tree-wide -Wmaybe-uninitialized false positives by Andrey Ryabinin · 8 years ago
  31. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  32. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. f069153 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  34. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  35. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  36. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  37. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  38. f9310b2 sscanf: implement basic character sets by Jessica Yu · 8 years ago
  39. 2553b67 lib/bug.c: use common WARN helper by Josh Poimboeuf · 8 years ago
  40. a81a5a1 lib: add "on"/"off" support to kstrtobool by Kees Cook · 8 years ago
  41. ef95159 lib: move strtobool() to kstrtobool() by Kees Cook · 8 years ago
  42. 56b0608 lib/string: introduce match_string() helper by Andy Shevchenko · 8 years ago
  43. 7cf19af radix_tree: add radix_tree_dump by Matthew Wilcox · 8 years ago
  44. e614523 radix_tree: add support for multi-order entries by Matthew Wilcox · 8 years ago
  45. 0070e28 radix_tree: loop based on shift count, not height by Matthew Wilcox · 8 years ago
  46. 339e635 radix_tree: tag all internal tree nodes as indirect pointers by Matthew Wilcox · 8 years ago
  47. d7b85ca lib/bug.c: make panic_on_warn available for all architectures by Heiko Carstens · 8 years ago
  48. 58e698a radix-tree: account radix_tree_node to memory cgroup by Vladimir Davydov · 8 years ago
  49. 8eee93e Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  50. 1a4ab08 Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  51. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  52. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  53. edf14cd mm, printk: introduce new format string for flags by Vlastimil Babka · 8 years ago
  54. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. e71c2c1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  57. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  58. 6cbe9e4 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  59. d77a117 list: kill list_force_poison() by Dan Williams · 8 years ago
  60. a8463d4 dma: Provide simple noop dma ops by Christian Borntraeger · 8 years ago
  61. 523462d Merge 4.5-rc6 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  62. 757c989 cpu/hotplug: Make target state writeable by Thomas Gleixner · 8 years ago
  63. b07edbe netfilter: meta: add PRANDOM support by Florian Westphal · 8 years ago
  64. 39a1142 Merge tag 'v4.5-rc6' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  65. 3712bba cpumask: Export cpumask_any_but() by Thomas Gleixner · 8 years ago
  66. b9ab5eb objtool: Add CONFIG_STACK_VALIDATION option by Josh Poimboeuf · 8 years ago
  67. 9c6bd0c lib/mpi: use "static inline" instead of "extern inline" by Arnd Bergmann · 8 years ago
  68. c5d5524 lib/mpi: avoid assembler warning by Arnd Bergmann · 8 years ago
  69. 3ee0cb5 lib/mpi: Endianness fix by Michal Marek · 8 years ago
  70. a272858 extable: add support for relative extables to search and sort routines by Ard Biesheuvel · 8 years ago
  71. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 5fd003f test_bitmap: unit tests for lib/bitmap.c by David Decotigny · 8 years ago
  73. e52bc7c lib/bitmap.c: conversion routines to/from u32 array by David Decotigny · 8 years ago
  74. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  75. a680759 lib/ucs2_string: Correct ucs2 -> utf8 conversion by Jason Andryuk · 8 years ago
  76. 4682c21 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 8 years ago
  77. bdb428c lib+mm: fix few spelling mistakes by Bogdan Sikora · 9 years ago
  78. fc4fa6e treewide: Fix typo in printk by Masanari Iida · 9 years ago
  79. c21b04f Merge 4.5-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  80. 1b79dff Merge 4.5-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  81. 60f4058 Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  82. e2d6f8a Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 8 years ago
  83. 7eb3912 vsprintf: kptr_restrict is okay in IRQ when 2 by Jason A. Donenfeld · 8 years ago
  84. 7707535 ubsan: cosmetic fix to Kconfig text by Yang Shi · 8 years ago
  85. 9aece75 Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  86. 7350026 lib/ucs2_string: Add ucs2 -> utf8 helper functions by Peter Jones · 8 years ago
  87. 2fe829a kobject: export kset_find_obj() for module use by Gabriel Somlo · 8 years ago
  88. f303fccb workqueue: implement "workqueue.debug_force_rr_cpu" debug feature by Tejun Heo · 8 years ago
  89. 3aa6b46 Merge branch 'locking/urgent' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  90. 975db45 locking/static_keys: Avoid nested functions by Arnd Bergmann · 8 years ago
  91. 4ba6a2b scatterlist: fix a typo in comment block of sg_miter_stop() by Masahiro Yamada · 8 years ago
  92. 20af74e devres: use to_pci_dev() by Geliang Tang · 9 years ago
  93. 00cd29b klist: fix starting point removed bug in klist iterators by James Bottomley · 8 years ago
  94. d7ce369 dump_stack: avoid potential deadlocks by Eric Dumazet · 8 years ago
  95. 46437f9 radix-tree: fix race in gang lookup by Matthew Wilcox · 8 years ago
  96. 72676bb lib/test-string_helpers.c: fix and improve string_get_size() tests by Vitaly Kuznetsov · 8 years ago
  97. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 8 years ago
  98. 0b6ec8c debugobjects: Allow bigger number of early boot objects by Christian Borntraeger · 8 years ago
  99. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  100. 48162a2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago