1. 02f29ab Merge 4.9.42 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. d12824c lib/Kconfig.debug: fix frv build failure by Sudip Mukherjee · 7 years ago
  3. 14accea Merge 4.9.39 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  4. 542ebc9 sched/fair, cpumask: Export for_each_cpu_wrap() by Peter Zijlstra · 7 years ago
  5. 184ce81 Merge 4.9.36 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. 9d00195 swiotlb: ensure that page-sized mappings are page-aligned by Nikita Yushchenko · 7 years ago
  7. 75d78c7 Merge 4.9.35 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  8. 7c679fe lib/cmdline.c: fix get_options() overflow while parsing ranges by Ilya Matveychikov · 7 years ago
  9. 7172a93 Merge 4.9.34 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  10. a26cd8e Revert "ANDROID: hardlockup: detect hard lockups without NMIs using secondary cpus" by Greg Kroah-Hartman · 7 years ago
  11. b355b89 crypto: Work around deallocated stack frame reference gcc bug on sparc. by David Miller · 7 years ago
  12. da3493c Merge 4.9.32 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  13. a6a7d8a usercopy: Adjust tests to deal with SMAP/PAN by Kees Cook · 7 years ago
  14. a745b34 Merge 4.9.28 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  15. 493d0a7 bpf, arm64: fix jit branch offset related to ldimm64 by Daniel Borkmann · 7 years ago
  16. a2659b2 Merge 4.9.24 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  17. ff76ab9 new privimitive: iov_iter_revert() by Al Viro · 7 years ago
  18. 6856581 Merge 4.9.21 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  19. 673dfb6 lib/syscall: Clear return values when no stack by Kees Cook · 7 years ago
  20. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  21. 345eb97 ANDROID: sched/rt: Add Kconfig option to enable panicking for RT throttling by Matt Wagantall · 10 years ago
  22. aaf78ec ANDROID: hardlockup: detect hard lockups without NMIs using secondary cpus by Colin Cross · 11 years ago
  23. 41c6b3e swiotlb: Add swiotlb=noforce debug option by Geert Uytterhoeven · 7 years ago
  24. 1fd1e6c swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 7 years ago
  25. d06367a fix a fencepost error in pipe_advance() by Al Viro · 7 years ago
  26. 2b41226 Revert "radix tree test suite: fix compilation" by Linus Torvalds · 7 years ago
  27. 53855d1 radix tree test suite: fix compilation by Matthew Wilcox · 7 years ago
  28. 5b43f97 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  29. 828347f kasan: support use-after-scope detection by Dmitry Vyukov · 7 years ago
  30. f8ff04e lib/debugobjects: export for use in modules by Chris Wilson · 7 years ago
  31. 2513940 locking/selftest: Fix output since KERN_CONT changes by Michael Ellerman · 7 years ago
  32. f5527ff mpi: Fix NULL ptr dereference in mpi_powm() [ver #3] by Andrey Ryabinin · 7 years ago
  33. 8d1a240 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  34. e6b5f1b config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparc by Babu Moger · 7 years ago
  35. 680bb94 fix iov_iter_advance() for ITER_PIPE by Abhi Das · 7 years ago
  36. ae65a21 lib/stackdepot: export save/fetch stack for drivers by Chris Wilson · 7 years ago
  37. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  38. 62e931f lib/genalloc.c: start search from start of chunk by Daniel Mentz · 7 years ago
  39. 02754e0 lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MB by Dmitry Vyukov · 7 years ago
  40. 0e07f66 latent_entropy: raise CONFIG_FRAME_WARN by default by Kees Cook · 7 years ago
  41. 0d906b1 bpf, test: fix ld_abs + vlan push/pop stress test by Daniel Borkmann · 8 years ago
  42. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  43. b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. ffecee4 iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector() by Vegard Nossum · 8 years ago
  45. 5d89d9f Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  46. b6daa51 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  47. 65deb8a kcov: do not instrument lib/stackdepot.c by Alexander Potapenko · 8 years ago
  48. 2d13e6c lib/bitmap.c: enhance bitmap syntax by Noam Camus · 8 years ago
  49. 8cfd56d lib/kstrtox.c: smaller _parse_integer() by Alexey Dobriyan · 8 years ago
  50. bf90e56 lib: harden strncpy_from_user by Mark Rutland · 8 years ago
  51. 1689c73 Fix off-by-one in __pipe_get_pages() by Al Viro · 8 years ago
  52. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  53. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  54. 1848929 samples: move blackfin gptimers-example from Documentation by Shuah Khan · 8 years ago
  55. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  56. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  57. 6776648 nmi_backtrace: do a local dump_stack() instead of a self-NMI by Chris Metcalf · 8 years ago
  58. 9a01c3e nmi_backtrace: add more trigger_*_cpu_backtrace() methods by Chris Metcalf · 8 years ago
  59. 51a0212 atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE by Vineet Gupta · 8 years ago
  60. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. 513a4be Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  63. c23112e Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  64. 553911c Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  65. a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
  66. 241699c new iov_iter flavour: pipe-backed by Al Viro · 8 years ago
  67. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  68. d3798ae mm: filemap: don't plant shadow entries without radix tree node by Johannes Weiner · 8 years ago
  69. e46cae4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  70. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. de956b8 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. 2e0cc30 dma-debug: fix ia64 build, use PHYS_PFN by Niklas Söderlund · 8 years ago
  75. d7e25c6 Merge branch 'x86/urgent' into x86/asm by Thomas Gleixner · 8 years ago
  76. 67797b9 lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description by Uwe Kleine-König · 8 years ago
  77. 3796c3c lib: clean up put_cpu_var usage by Shaohua Li · 8 years ago
  78. 4bce9f6e get rid of separate multipage fault-in primitives by Al Viro · 8 years ago
  79. 099b548 raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char arrays by Gayatri Kammela · 8 years ago
  80. 0e74b34 dma-debug: add support for resource mappings by Niklas Söderlund · 8 years ago
  81. 8d2c0d3 radix tree: fix sibling entry handling in radix_tree_descend() by Linus Torvalds · 8 years ago
  82. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  83. 96b03ab locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text by Vivien Didelot · 8 years ago
  84. 694dda6 lib/raid6: Add AVX512 optimized xor_syndrome functions by Gayatri Kammela · 8 years ago
  85. 161db5d lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functions by Gayatri Kammela · 8 years ago
  86. 13c520b lib/raid6: Add AVX512 optimized recovery functions by Gayatri Kammela · 8 years ago
  87. e0a491c lib/raid6: Add AVX512 optimized gen_syndrome functions by Gayatri Kammela · 8 years ago
  88. a4f1f9a lib/win_minmax: windowed min or max estimator by Neal Cardwell · 8 years ago
  89. 41a6607 Merge branch 'efi/urgent' into efi/core, to pick up fixes by Ingo Molnar · 8 years ago
  90. 725c4d2 ubsan: allow to disable the null sanitizer by Christian Borntraeger · 8 years ago
  91. ca26893 rhashtable: Add rhlist interface by Herbert Xu · 8 years ago
  92. b2c16e1 Merge branch 'linus' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  93. 8c58898 fault-injection/cpu: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  94. 75e12ed lib/irq_poll: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  95. 60658e0 sbitmap: initialize weight to zero by Colin Ian King · 8 years ago
  96. d4690f1 fix iov_iter_fault_in_readable() by Al Viro · 8 years ago
  97. 5c64a8d sbitmap: don't update the allocation hint on clear after resize by Omar Sandoval · 8 years ago
  98. 05fd095 sbitmap: re-initialize allocation hints after resize by Omar Sandoval · 8 years ago
  99. 98d9541 sbitmap: randomize initial alloc_hint values by Omar Sandoval · 8 years ago
  100. f4a644d sbitmap: push alloc policy into sbitmap_queue by Omar Sandoval · 8 years ago