1. 3f353c3 Merge 4.9.38 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. f0cd77d Linux 4.9.38 by Greg Kroah-Hartman · 7 years ago
  3. fb2dc28 saa7134: fix warm Medion 7134 EEPROM read by Maciej S. Szmigiero · 8 years ago
  4. 81ba752 x86/mm/pat: Don't report PAT on CPUs that don't support it by Mikulas Patocka · 7 years ago
  5. c0d3a7b ext4: check return value of kstrtoull correctly in reserved_clusters_store by Chao Yu · 7 years ago
  6. 7169865 crypto: rsa-pkcs1pad - use constant time memory comparison for MACs by Jason A. Donenfeld · 7 years ago
  7. 0d6758f crypto: caam - fix gfp allocation flags (part I) by Horia Geantă · 7 years ago
  8. 090661e staging: comedi: fix clean-up of comedi_class in comedi_init() by Ian Abbott · 7 years ago
  9. 80c965c staging: vt6556: vnt_start Fix missing call to vnt_key_init_table. by Malcolm Priestley · 7 years ago
  10. 5497d74 locking/rwsem-spinlock: Fix EINTR branch in __down_write_common() by Kirill Tkhai · 7 years ago
  11. 3953403 md: fix super_offset endianness in super_1_rdev_size_change by Jason Yan · 7 years ago
  12. 9a37d02 md: fix incorrect use of lexx_to_cpu in does_sb_need_changing by Jason Yan · 7 years ago
  13. ce02eff perf probe: Add error checks to offline probe post-processing by Masami Hiramatsu · 7 years ago
  14. 3649735 perf probe: Fix to probe on gcc generated symbols for offline kernel by Masami Hiramatsu · 7 years ago
  15. cd20615 perf scripting perl: Fix compile error with some perl5 versions by Wang YanQing · 7 years ago
  16. b9175b3 perf header: Fix handling of PERF_EVENT_UPDATE__SCALE by Arnaldo Carvalho de Melo · 7 years ago
  17. 15c249c perf bench numa: Avoid possible truncation when using snprintf() by Arnaldo Carvalho de Melo · 7 years ago
  18. b246fc0 perf tests: Avoid possible truncation with dirent->d_name + snprintf by Arnaldo Carvalho de Melo · 7 years ago
  19. 93a3c47 perf intel-pt: Use __fallthrough by Arnaldo Carvalho de Melo · 7 years ago
  20. 0552378 perf thread_map: Correctly size buffer used with dirent->dt_name by Arnaldo Carvalho de Melo · 7 years ago
  21. a814c7d perf top: Use __fallthrough by Arnaldo Carvalho de Melo · 7 years ago
  22. 9421878 tools strfilter: Use __fallthrough by Arnaldo Carvalho de Melo · 7 years ago
  23. 76efd70 tools string: Use __fallthrough in perf_atoll() by Arnaldo Carvalho de Melo · 7 years ago
  24. dae5184 tools include: Add a __fallthrough statement by Arnaldo Carvalho de Melo · 7 years ago
  25. b635182 tpm: Issue a TPM2_Shutdown for TPM2 devices. by Josh Zimmerman · 7 years ago
  26. 5a1e1c6 Add "shutdown" to "struct class". by Josh Zimmerman · 7 years ago
  27. e695284 mqueue: fix a use-after-free in sys_mq_notify() by Cong Wang · 7 years ago
  28. 218b697 FROMLIST: binder: remove global binder lock by Todd Kjos · 7 years ago
  29. f9eac64 FROMLIST: binder: fix death race conditions by Martijn Coenen · 7 years ago
  30. 6d241a4 FROMLIST: binder: protect against stale pointers in print_binder_transaction by Todd Kjos · 7 years ago
  31. 5346bf3 FROMLIST: binder: protect binder_ref with outer lock by Todd Kjos · 8 years ago
  32. d600e90 FROMLIST: binder: use inner lock to protect thread accounting by Todd Kjos · 7 years ago
  33. 995a36e FROMLIST: binder: protect transaction_stack with inner lock. by Martijn Coenen · 7 years ago
  34. b482790 FROMLIST: binder: protect proc->threads with inner_lock by Todd Kjos · 7 years ago
  35. 425d23f FROMLIST: binder: protect proc->nodes with inner lock by Todd Kjos · 7 years ago
  36. cbcbbd6 FROMLIST: binder: add spinlock to protect binder_node by Todd Kjos · 7 years ago
  37. 1c89e6b FROMLIST: binder: add spinlocks to protect todo lists by Todd Kjos · 8 years ago
  38. e7f23ed FROMLIST: binder: use inner lock to sync work dq and node counts by Todd Kjos · 7 years ago
  39. fc7a7e2 FROMLIST: binder: introduce locking helper functions by Todd Kjos · 7 years ago
  40. f22abc7 FROMLIST: binder: use node->tmp_refs to ensure node safety by Todd Kjos · 7 years ago
  41. b0117bb FROMLIST: binder: refactor binder ref inc/dec for thread safety by Todd Kjos · 7 years ago
  42. 2f993e2 FROMLIST: binder: make sure accesses to proc/thread are safe by Todd Kjos · 7 years ago
  43. c37162d FROMLIST: binder: make sure target_node has strong ref by Todd Kjos · 7 years ago
  44. 858b8da FROMLIST: binder: guarantee txn complete / errors delivered in-order by Todd Kjos · 7 years ago
  45. 21ef40a FROMLIST: binder: refactor binder_pop_transaction by Todd Kjos · 7 years ago
  46. 1cfe627 FROMLIST: binder: use atomic for transaction_log index by Todd Kjos · 7 years ago
  47. 970df8b FROMLIST: binder: add more debug info when allocation fails. by Martijn Coenen · 7 years ago
  48. 076072a FROMLIST: binder: protect against two threads freeing buffer by Todd Kjos · 7 years ago
  49. 4cbe5757 FROMLIST: binder: remove dead code in binder_get_ref_for_node by Todd Kjos · 7 years ago
  50. 6798e6d FROMLIST: binder: don't modify thread->looper from other threads by Todd Kjos · 7 years ago
  51. 8dedb0c FROMLIST: binder: avoid race conditions when enqueuing txn by Todd Kjos · 7 years ago
  52. 6079261 FROMLIST: binder: refactor queue management in binder_thread_read by Todd Kjos · 7 years ago
  53. e598d17 FROMLIST: binder: add log information for binder transaction failures by Todd Kjos · 7 years ago
  54. c4bd08b FROMLIST: binder: make binder_last_id an atomic by Todd Kjos · 7 years ago
  55. 5551ff2 FROMLIST: binder: change binder_stats to atomics by Badhri Jagan Sridharan · 8 years ago
  56. 8d9f6f3 FROMLIST: binder: add protection for non-perf cases by Todd Kjos · 8 years ago
  57. 48b3321 FROMLIST: binder: remove binder_debug_no_lock mechanism by Todd Kjos · 7 years ago
  58. b934102 FROMLIST: binder: move binder_alloc to separate file by Todd Kjos · 8 years ago
  59. d325d37 FROMLIST: binder: separate out binder_alloc functions by Todd Kjos · 8 years ago
  60. 349757c FROMLIST: binder: remove unneeded cleanup code by Todd Kjos · 7 years ago
  61. f85d229 FROMLIST: binder: separate binder allocator structure from binder proc by Todd Kjos · 8 years ago
  62. b596881 FROMLIST: binder: Use wake up hint for synchronous transactions. by Riley Andrews · 9 years ago
  63. 5ab9ecc Revert "android: binder: Sanity check at binder ioctl" by Todd Kjos · 7 years ago
  64. 598195a Merge 4.9.37 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  65. c48f76d Linux 4.9.37 by Greg Kroah-Hartman · 7 years ago
  66. 3468d4f rt286: add Thinkpad Helix 2 to force_combo_jack_table by Yifeng Li · 7 years ago
  67. 84b00cd RDMA/uverbs: Check port number supplied by user verbs cmds by Boris Pismenny · 7 years ago
  68. 1803bec crypto: drbg - Fixes panic in wait_for_completion call by Stephan Mueller · 7 years ago
  69. 73a0a68 KEYS: Fix an error code in request_master_key() by Dan Carpenter · 7 years ago
  70. f986d63 ath10k: override CE5 config for QCA9377 by Bartosz Markowski · 7 years ago
  71. afbf565 x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings by Paolo Abeni · 7 years ago
  72. e353bfb x86/tools: Fix gcc-7 warning in relocs.c by Markus Trippelsdorf · 7 years ago
  73. 525ea59 tpm: fix a kernel memory leak in tpm-sysfs.c by Jarkko Sakkinen · 7 years ago
  74. 25b2ee6 gfs2: Fix glock rhashtable rcu bug by Andreas Gruenbacher · 7 years ago
  75. f59d04e xhci: Limit USB2 port wake support for AMD Promontory hosts by Jiahau Chang · 7 years ago
  76. 07379c4 USB: serial: qcserial: new Sierra Wireless EM7305 device ID by Bjørn Mork · 7 years ago
  77. 7b7d5a4 USB: serial: option: add two Longcheer device ids by Johan Hovold · 7 years ago
  78. 369bbf4 pinctrl: sh-pfc: Update info pointer after SoC-specific init by Geert Uytterhoeven · 7 years ago
  79. 828bd84 pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data by Sergei Shtylyov · 7 years ago
  80. 485b0f1 pinctrl: mxs: atomically switch mux and drive strength config by Uwe Kleine-König · 7 years ago
  81. dee763a pinctrl: cherryview: Add terminate entry for dmi_system_id tables by Wei Yongjun · 7 years ago
  82. b9970dd pinctrl: sunxi: Fix SPDIF function name for A83T by Chen-Yu Tsai · 7 years ago
  83. 8240981 pinctrl: stm32: Fix bad function call by Alexandre TORGUE · 7 years ago
  84. a3f2e30 pinctrl: meson: meson8b: fix the NAND DQS pins by Martin Blumenstingl · 7 years ago
  85. f24dee4 pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl by Geert Uytterhoeven · 7 years ago
  86. c5db45e pinctrl: sh-pfc: r8a7791: Add missing DVC_MUTE signal by Sergei Shtylyov · 7 years ago
  87. 3770584 pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data by Sergei Shtylyov · 7 years ago
  88. 275f905 pinctrl: sh-pfc: r8a7794: Swap ATA signals by Sergei Shtylyov · 7 years ago
  89. 2bd57fa pinctrl: cherryview: Add a quirk to make Acer Chromebook keyboard work again by Mika Westerberg · 7 years ago
  90. aaaaa5b pinctrl: qcom: ipq4019: add missing pingroups for pins > 70 by Christian Lamparter · 7 years ago
  91. 7bdacd3 sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec by Liping Zhang · 7 years ago
  92. 3a20c57 sysctl: don't print negative flag for proc_douintvec by Liping Zhang · 7 years ago
  93. 4e84b9c mac80211_hwsim: Replace bogus hrtimer clockid by Thomas Gleixner · 7 years ago
  94. d84e328 USB: core: fix device node leak by Johan Hovold · 7 years ago
  95. 18b3abb usb: Fix typo in the definition of Endpoint[out]Request by Benjamin Herrenschmidt · 7 years ago
  96. 19adf93 usb: usbip: set buffer pointers to NULL after free by Michael Grzeschik · 7 years ago
  97. 3d10568 Add USB quirk for HVR-950q to avoid intermittent device resets by Devin Heitmueller · 7 years ago
  98. da8990d USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick by Jeremie Rapin · 7 years ago
  99. 3272bad usb: dwc3: replace %p with %pK by Felipe Balbi · 7 years ago
  100. 366d920 drm/virtio: don't leak bo on drm_gem_object_init failure by Gerd Hoffmann · 7 years ago