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