1. 681e57b Merge 4.9.121 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 6e6b637 ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 6 years ago
  3. 81ad8a8 crypto: vmac - separate tfm and request context by Eric Biggers · 6 years ago
  4. f85543b Merge 4.9.120 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  5. b4f17de x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures by Jiri Kosina · 6 years ago
  6. c504b9f cpu/hotplug: Fix SMT supported evaluation by Thomas Gleixner · 6 years ago
  7. 62d88fc KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 6 years ago
  8. 929d3b2 cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early by Thomas Gleixner · 6 years ago
  9. a69c5e0 cpu/hotplug: Expose SMT control init function by Jiri Kosina · 6 years ago
  10. f37486c cpu/hotplug: Provide knobs to control SMT by Thomas Gleixner · 6 years ago
  11. e392347 x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 6 years ago
  12. 7c5b42f x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 6 years ago
  13. 432e99b x86/speculation/l1tf: Add sysfs reporting for l1tf by Andi Kleen · 6 years ago
  14. 11410f9 IB/core: Make testing MR flags for writability a static inline function by Jack Morgenstein · 6 years ago
  15. a3a7b99 proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 7 years ago
  16. b96e215 proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 7 years ago
  17. 6bb53ee init: rename and re-order boot_cpu_state_init() by Linus Torvalds · 6 years ago
  18. 50bed43 kasan: add no_sanitize attribute for clang builds by Andrey Konovalov · 6 years ago
  19. 92e8704 Merge 4.9.119 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  20. 6a19e26 fork: unconditionally clear stack on fork by Kees Cook · 6 years ago
  21. 885b49b kmemleak: clear stale pointers from task stacks by Konstantin Khlebnikov · 7 years ago
  22. a26030a ring_buffer: tracing: Inherit the tracing setting to next ring buffer by Masami Hiramatsu · 6 years ago
  23. 47b77b8 Merge 4.9.118 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  24. 90cf17d tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode by Eric Dumazet · 6 years ago
  25. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  26. f685597 drm: Add DP PSR2 sink enable bit by José Roberto de Souza · 6 years ago
  27. 1d1a409 serial: core: Make sure compiler barfs for 16-byte earlycon names by Douglas Anderson · 6 years ago
  28. dc6afdd memory: tegra: Apply interrupts mask per SoC by Dmitry Osipenko · 6 years ago
  29. 4139a62 brcmfmac: Add support for bcm43364 wireless chipset by Sean Lanigan · 6 years ago
  30. 4fccb92 dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA by Marc Zyngier · 6 years ago
  31. 6e02c06 netfilter: ipset: List timing out entries with "timeout 1" instead of zero by Jozsef Kadlecsik · 6 years ago
  32. 52be322 Merge 4.9.116 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  33. e6f9a8a Merge 4.9.115 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  34. dbcb748 Merge 4.9.114 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  35. 90e7a90 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 6 years ago
  36. b9dd134 exec: avoid gcc-8 warning for get_task_comm by Arnd Bergmann · 6 years ago
  37. 2d08921 tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  38. 8736711 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 6 years ago
  39. 57ec882 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 6 years ago
  40. 2b4dbcd tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  41. f98b3e8 ANDROID: android-verity: Add API to verify signature with builtin keys. by Sandeep Patil · 6 years ago
  42. cad9922 net: Don't copy pfmemalloc flag in __copy_skb_header() by Stefano Brivio · 6 years ago
  43. 8582bbf ipv6: fix useless rol32 call on hash by Colin Ian King · 6 years ago
  44. 5c06789 string: drop __must_check from strscpy() and restore strscpy() usages in cgroup by Tejun Heo · 6 years ago
  45. be331630 arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1 by Marc Zyngier · 6 years ago
  46. d1b5c19 arm/arm64: smccc: Add SMCCC-specific return codes by Marc Zyngier · 6 years ago
  47. 02c8952 compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations by Nick Desaulniers · 6 years ago
  48. 29524a9 compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled by David Rientjes · 7 years ago
  49. f276b50 compiler, clang: properly override 'inline' for clang by Linus Torvalds · 7 years ago
  50. 94cc698 compiler, clang: suppress warning for unused static inline functions by David Rientjes · 7 years ago
  51. 47bbcd6 ANDROID: Fix massive cpufreq_times memory leaks by Sultan Alsawaf · 6 years ago
  52. 23a1412 ANDROID: Reduce use of #ifdef CONFIG_CPU_FREQ_TIMES by Connor O'Brien · 6 years ago
  53. 7f6f94c Merge 4.9.113 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  54. f510cc3 ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS by Hans de Goede · 6 years ago
  55. 96a2329 overflow.h: Add allocation size calculation helpers by Kees Cook · 6 years ago
  56. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  57. 565d744 mm: add variant of pagevec_lookup_range_tag() taking number of pages by Jan Kara · 7 years ago
  58. fb296a2 mm: implement find_get_pages_range_tag() by Jan Kara · 7 years ago
  59. 03c70fe Merge 4.9.111 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  60. 17057c5 block: Fix transfer when chunk sectors exceeds max by Keith Busch · 6 years ago
  61. 0400b06 iio:buffer: make length types match kfifo types by Martin Kelly · 6 years ago
  62. 3e4fab7 branch-check: fix long->int truncation when profiling branches by Mikulas Patocka · 6 years ago
  63. c16d27e fscrypt: add Speck128/256 support by Eric Biggers · 6 years ago
  64. 4ddc3a8 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 6 years ago
  65. 3866025 fscrypt: clean up after fscrypt_prepare_lookup() conversions by Eric Biggers · 6 years ago
  66. a4230be Merge 4.9.109 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  67. ae0c8ee bonding: require speed/duplex only for 802.3ad, alb and tlb by Andreas Born · 7 years ago
  68. b7d377b Merge 4.9.108 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  69. cd4f9f2 complete e390f9a port for v4.9.106 by Philip Müller · 6 years ago
  70. 8d99eb4 btrfs: define SUPER_FLAG_METADUMP_V2 by Anand Jain · 6 years ago
  71. 42a730a Merge 4.9.107 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  72. 7966e76 tcp: avoid integer overflows in tcp_rcv_space_adjust() by Eric Dumazet · 6 years ago
  73. fa4724c cfg80211: further limit wiphy names to 64 bytes by Eric Biggers · 6 years ago
  74. 8b94b87 Merge 4.9.106 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  75. 6464206 objtool: Enclose contents of unreachable() macro in a block by Josh Poimboeuf · 7 years ago
  76. add0ff1 objtool: Improve detection of BUG() and other dead ends by Josh Poimboeuf · 7 years ago
  77. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  78. 4703f3f llc: properly handle dev_queue_xmit() return value by Cong Wang · 6 years ago
  79. 58df289 net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off by Toshiaki Makita · 6 years ago
  80. d543907 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 6 years ago
  81. bc3d700 virtio-gpu: fix ioctl and expose the fixed status to userspace. by Dave Airlie · 6 years ago
  82. 3eacc4a kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds by Sebastian Ott · 6 years ago
  83. 5d375e1 regulatory: add NUL to request alpha2 by Johannes Berg · 6 years ago
  84. 5f3c6ad mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4 by Felix Fietkau · 6 years ago
  85. 2e857aa ptr_ring: prevent integer overflow when calculating size by Jason Wang · 6 years ago
  86. 31710e6 cpumask: Make for_each_cpu_wrap() available on UP as well by Michael Kelley · 6 years ago
  87. 059befd vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page by Jia Zhang · 6 years ago
  88. b2e949b x86/power: Fix swsusp_arch_resume prototype by Arnd Bergmann · 6 years ago
  89. 038ab51 asm-generic: provide generic_pmdp_establish() by Kirill A. Shutemov · 6 years ago
  90. f4afb04 device property: Define type of PROPERTY_ENRTY_*() macros by Andy Shevchenko · 6 years ago
  91. e3ae971 tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into account by Anna-Maria Gleixner · 6 years ago
  92. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  93. 0cecdf8 BACKPORT, FROMLIST: fscrypt: add Speck128/256 support by Eric Biggers · 6 years ago
  94. 70c65e4 Merge 4.9.103 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  95. bf54f31 usb: gadget: composite: fix incorrect handling of OS desc requests by Chris Dickens · 6 years ago
  96. 7d73a8c cfg80211: limit wiphy names to 128 bytes by Johannes Berg · 6 years ago
  97. 9c3041c Merge 4.9.102 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  98. 094c276 seccomp: Move speculation migitation control to arch code by Thomas Gleixner · 6 years ago
  99. ab677c2 seccomp: Add filter flag to opt-out of SSB mitigation by Kees Cook · 6 years ago
  100. 036608d prctl: Add force disable speculation by Thomas Gleixner · 6 years ago