1. f8bcbe6 lib: scatterlist: add sg splitting function by Robert Jarzmik · 9 years ago
  2. f4e774f average: remove out-of-line implementation by Johannes Berg · 9 years ago
  3. f4a3e90 rhashtable-test: extend to test concurrency by Phil Sutter · 9 years ago
  4. 10c95ed scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN by Christoph Hellwig · 9 years ago
  5. bf3eac8 percpu-rwsem: kill CONFIG_PERCPU_RWSEM by Oleg Nesterov · 9 years ago
  6. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. 9b9412d Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  8. f5468ff locking/lockref: Remove homebrew cmpxchg64_relaxed() macro definition by Will Deacon · 9 years ago
  9. f52609f Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstream by Ingo Molnar · 9 years ago
  10. 92b19ff cleanup IORESOURCE_CACHEABLE vs ioremap() by Dan Williams · 9 years ago
  11. 86bf172 test_bpf: add tests checking that JIT/interpreter sets A and X to 0. by Nicolas Schichan · 9 years ago
  12. 08fcb08 test_bpf: add more tests for LD_ABS and LD_IND. by Nicolas Schichan · 9 years ago
  13. d2648d4 test_bpf: add module parameters to filter the tests to run. by Nicolas Schichan · 9 years ago
  14. 2cf1ad7 test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs. by Nicolas Schichan · 9 years ago
  15. bac142a test_bpf: allow tests to specify an skb fragment. by Nicolas Schichan · 9 years ago
  16. e34684f test_bpf: avoid oopsing the kernel when generate_test_data() fails. by Nicolas Schichan · 9 years ago
  17. 447f6a9 lib/iommu-common.c: do not use 0xffffffffffffffffl for computing align_mask by Sowmini Varadhan · 9 years ago
  18. 233ce79 ASN.1: Handle 'ANY OPTIONAL' in grammar by David Howells · 9 years ago
  19. 0d62e9d ASN.1: Fix non-match detection failure on data overrun by David Howells · 9 years ago
  20. 3f3af97 ASN.1: Fix actions on CHOICE elements with IMPLICIT tags by David Howells · 9 years ago
  21. 20f9ed1 locking/static_keys: Make verify_keys() static by kbuild test robot · 9 years ago
  22. 8ff4fbf Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD by Paul E. McKenney · 9 years ago
  23. 2bf9e0a locking/static_keys: Provide a selftest by Ingo Molnar · 9 years ago
  24. 579e1ac jump_label: Provide a self-test by Jason Baron · 9 years ago
  25. 3a7651e Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  26. 50ba224 Merge back earlier ACPI PM material for v4.3. by Rafael J. Wysocki · 9 years ago
  27. 4962fa1 test_bpf: assign type to native eBPF test cases by Daniel Borkmann · 9 years ago
  28. 3431e49 Merge branch 'acpi-scan' into acpi-pm by Rafael J. Wysocki · 9 years ago
  29. 2e0fed7 klist: implement klist_prev() by Andy Shevchenko · 9 years ago
  30. 41b9e9f atomic: Add simple atomic_t tests by Peter Zijlstra · 9 years ago
  31. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  32. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  33. eb6d5b0 rcu: Clarify CONFIG_RCU_EQS_DEBUG help text by Paul E. McKenney · 9 years ago
  34. 685a015 rhashtable: Allow other tasks to be scheduled in large lookup loops by Thomas Graf · 9 years ago
  35. 4d9c5c5 test_bpf: add bpf_skb_vlan_push/pop() tests by Alexei Starovoitov · 9 years ago
  36. 0d1d7a5 lib/vsprintf.c: Include clk.h by Stephen Boyd · 9 years ago
  37. 1b0b7c1 rtmutex: Delete scriptable tester by Davidlohr Bueso · 9 years ago
  38. ab51fba futex: Fault/error injection capabilities by Davidlohr Bueso · 9 years ago
  39. 5a09e6c lib/decompress: set the compressor name to NULL on error by Aneesh Kumar K.V · 9 years ago
  40. c9d120b dma-debug: skip debug_dma_assert_idle() when disabled by Haggai Eran · 9 years ago
  41. 0f70fe6 hexdump: fix for non-aligned buffers by Horacio Mijail Anton Quiles · 9 years ago
  42. 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
  43. 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 9 years ago
  44. b2c0b2c nmi: create generic NMI backtrace implementation by Russell King · 10 years ago
  45. 638d3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  46. f760b87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  47. ba29bec test_bpf: extend tests for 32-bit endianness conversion by Xi Wang · 9 years ago
  48. 142b942 rhashtable: fix for resize events during table walk by Phil Sutter · 9 years ago
  49. d6f2d75 x86/kasan: Move KASAN_SHADOW_OFFSET to the arch Kconfig by Andrey Ryabinin · 9 years ago
  50. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  51. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. f6db834 sched/stat: Simplify the sched_info accounting dependency by Naveen N. Rao · 9 years ago
  53. e965b8c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  54. 9d90f03 Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  55. 2d01eed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  56. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  57. 043cd04 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  58. abdd4a7 genalloc: rename of_get_named_gen_pool() to of_gen_pool_get() by Vladimir Zapolskiy · 9 years ago
  59. 0030edf genalloc: rename dev_get_gen_pool() to gen_pool_get() by Vladimir Zapolskiy · 9 years ago
  60. 386ecb1 drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue by Dave Gordon · 9 years ago
  61. 2a1bf8f lib/scatterlist: mark input buffer parameters as 'const' by Dave Gordon · 9 years ago
  62. 4dc7daf lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer() by Dave Gordon · 9 years ago
  63. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  64. 8d7804a Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  65. d878238 Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  66. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  67. 6103195 arch, x86: pmem api for ensuring durability of persistent memory updates by Ross Zwisler · 9 years ago
  68. 2abf114 lib/kobject.c: use strreplace() by Rasmus Villemoes · 9 years ago
  69. 94df290 lib/string.c: introduce strreplace() by Rasmus Villemoes · 9 years ago
  70. 9d2a8da radix-tree: replace preallocated node array with linked list by Kirill A. Shutemov · 9 years ago
  71. 9cf79d1 bitmap: remove explicit newline handling using scnprintf format string by Sudeep Holla · 9 years ago
  72. ca96ab8 lib/sort: Add 64 bit swap function by Daniel Wagner · 9 years ago
  73. 79e23d5 hexdump: Make test data really const by Geert Uytterhoeven · 9 years ago
  74. 2528a8b __bitmap_parselist: fix bug in empty string handling by Chris Metcalf · 9 years ago
  75. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  76. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  77. 08d183e Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  78. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  79. c40b7b0 Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into anand by Chris Mason · 9 years ago
  80. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  81. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. e2172d8 Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. fc934d4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 9 years ago
  87. 24199d2 lib: export symbol kobject_move() by Anand Jain · 10 years ago
  88. 5ca62d6 revert "cpumask: don't perform while loop in cpumask_next_and()" by Andrew Morton · 9 years ago
  89. 4c7217f lib/list_sort: use late_initcall to hook in self tests by Paul Gortmaker · 9 years ago
  90. d37e296 MPILIB: add mpi_read_buf() and mpi_get_size() helpers by Tadeusz Struk · 9 years ago
  91. 1f1e34f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  92. 36f5811 MPI: MIPS: Fix compilation error with GCC 5.1 by Jaedon Shin · 9 years ago
  93. 50ab9a6 kbuild: include core debug info when DEBUG_INFO_REDUCED by Rasmus Villemoes · 9 years ago
  94. 1fb3f5a powerpc: Only use -mabi=altivec if toolchain supports it by Anton Blanchard · 9 years ago
  95. 94cc81f swiotlb: Warn on allocation failure in swiotlb_alloc_coherent() by Joerg Roedel · 9 years ago
  96. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  97. 5879ae5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  98. 987aec3 Merge 4.1-rc7 into driver-core-next by Greg Kroah-Hartman · 9 years ago
  99. 6d79541 rhashtable: add missing import <linux/export.h> by Hauke Mehrtens · 9 years ago
  100. 77493bd Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 9 years ago