1. 962aff0 rcu: Clean up handling of tasks blocked across full-rcu_node offline by Paul E. McKenney · 7 years ago
  2. 226ca5e rcu: Identify grace period is in progress as we advance up the tree by Joel Fernandes (Google) · 7 years ago
  3. df2bf8f rcu: Use better variable names in funnel locking loop by Joel Fernandes (Google) · 7 years ago
  4. b73de91 rcu: Rename the grace-period-request variables and parameters by Joel Fernandes · 7 years ago
  5. 3d18469 rcu: Regularize resetting of rcu_data wrap indicator by Paul E. McKenney · 7 years ago
  6. d7219312 rcutorture: Correctly handle grace-period sequence wrap by Paul E. McKenney · 7 years ago
  7. 2e3e5e5 rcu: Make rcu_start_this_gp() check for grace period already started by Paul E. McKenney · 7 years ago
  8. 5ca0905 rcu: Fix cpustart tracepoint gp_seq number by Joel Fernandes (Google) · 7 years ago
  9. 5b55072 rcu: Produce last "CleanupMore" trace only if late-breaking request by Joel Fernandes (Google) · 7 years ago
  10. a2165e4 rcu: Don't funnel-lock above leaf node if GP in progress by Paul E. McKenney · 7 years ago
  11. e133346 doc: Update RCU CPU stall-warning documentation by Paul E. McKenney · 7 years ago
  12. 869cc74 doc: Update memory-ordering documentation for ->gp-seq by Paul E. McKenney · 7 years ago
  13. b1e1f21 doc: Update data-structure documentation for ->gp_seq by Paul E. McKenney · 7 years ago
  14. e44e73c rcu: Make simple callback acceleration refer to rdp->gp_seq_needed by Paul E. McKenney · 7 years ago
  15. ff3bb6f rcu: Remove ->gpnum and ->completed by Paul E. McKenney · 7 years ago
  16. fee5997 rcu: Convert rcu_fqs tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago
  17. db02329 rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago
  18. 865aa1e rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago
  19. 598ce09 rcu: Convert rcu_preempt_task tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago
  20. 63d86a7 rcu: Convert rcu_grace_period_init tracepoint to gp_seq by Paul E. McKenney · 7 years ago
  21. abd13fd rcu: Convert rcu_future_grace_period tracepoint to gp_seq by Paul E. McKenney · 7 years ago
  22. 477351f rcu: Convert rcu_grace_period tracepoint to gp_seq by Paul E. McKenney · 7 years ago
  23. ab5e869 rcu: Make rcu_nocb_wait_gp() check if GP already requested by Paul E. McKenney · 7 years ago
  24. 7a1d0f2 rcu: Move from ->need_future_gp[] to ->gp_seq_needed by Paul E. McKenney · 7 years ago
  25. aebc826 rcutorture: Convert rcutorture_get_gp_data() to ->gp_seq by Paul E. McKenney · 7 years ago
  26. 471f87c3 rcu: Make RCU CPU stall warnings use ->gp_seq by Paul E. McKenney · 7 years ago
  27. 29365e5 rcu: Convert grace-period requests to ->gp_seq by Paul E. McKenney · 7 years ago
  28. d43a5d3 rcu: Convert ->completedqs to ->gp_seq by Paul E. McKenney · 7 years ago
  29. 8aa670c rcu: Convert ->rcu_iw_gpnum to ->gp_seq by Paul E. McKenney · 7 years ago
  30. ba04107 rcu: Move rcu_gp_in_progress() to ->gp_seq by Paul E. McKenney · 7 years ago
  31. e0da237 rcu: Move rcu_nocb_gp_get() to ->gp_seq by Paul E. McKenney · 7 years ago
  32. 03c8cb7 rcu: Move rcu_try_advance_all_cbs() to ->gp_seq by Paul E. McKenney · 7 years ago
  33. e05720b rcu: Move rcu_implicit_dynticks_qs() to ->gp_seq by Paul E. McKenney · 7 years ago
  34. a66ae8a rcu: Convert rcu_gpnum_ovf() to ->gp_seq by Paul E. McKenney · 7 years ago
  35. 67e14c1 rcu: Move RCU's grace-period-change code to ->gp_seq by Paul E. McKenney · 7 years ago
  36. e4be81a rcu: Convert conditional grace-period primitives to ->gp_seq by Paul E. McKenney · 7 years ago
  37. c9a24e2 rcu: Make quiescent-state reporting use ->gp_seq by Paul E. McKenney · 7 years ago
  38. 78c5a67 rcu: Convert rcu_check_gp_kthread_starvation() to GP sequence number by Paul E. McKenney · 7 years ago
  39. 17ef2fe rcu: Make rcutorture's batches-completed API use ->gp_seq by Paul E. McKenney · 7 years ago
  40. dee4f42 rcu: Move rcu_gp_slow() to ->gp_seq by Paul E. McKenney · 7 years ago
  41. de30ad5 rcu: Introduce grace-period sequence numbers by Paul E. McKenney · 7 years ago
  42. 609af1c Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25b' and 'torture.2018.06.25b' into HEAD by Paul E. McKenney · 6 years ago
  43. 18390ae rcu: Make rcu_gp_cleanup() write only once to ->gp_flags by Paul E. McKenney · 7 years ago
  44. 26d950a rcu: Diagnostics for grace-period startup hangs by Paul E. McKenney · 7 years ago
  45. fcc6354 rcu: Make expedited GPs handle CPU 0 being offline by Boqun Feng · 7 years ago
  46. 8c42b1f rcu: Exclude near-simultaneous RCU CPU stall warnings by Paul E. McKenney · 7 years ago
  47. ce11fae rcu: Use the proper lockdep annotation in dump_blkd_tasks() by Boqun Feng · 7 years ago
  48. 4bc8d55 rcu: Add debugging info to assertion by Paul E. McKenney · 7 years ago
  49. 6050003 torture: Keep old-school dmesg format by Paul E. McKenney · 7 years ago
  50. 90127d6 torture: Make online/offline messages appear only for verbose=2 by Paul E. McKenney · 7 years ago
  51. b4c1906 rcutorture: Make kvm-find-errors.sh find close calls by Paul E. McKenney · 7 years ago
  52. 6940975 rcutorture: Remove obsolete TREE08-T.boot file by Paul E. McKenney · 7 years ago
  53. 5bfd7d3 torture: Use a single build directory for torture scenarios by Paul E. McKenney · 7 years ago
  54. fd55a28 srcu: Introduce srcu_read_{un,}lock_notrace() by Paul E. McKenney · 7 years ago
  55. 5ab07a8 srcu: Add address of first callback to rcutorture output by Paul E. McKenney · 7 years ago
  56. 17294ce srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start() by Paul E. McKenney · 7 years ago
  57. 5ef98a6 srcu: Fix typos in __call_srcu() header comment by Paul E. McKenney · 7 years ago
  58. 5257514 rcu: Make expedited grace period use direct call on last leaf by Paul E. McKenney · 7 years ago
  59. ce397d2 Linux 4.18-rc1 by Linus Torvalds · 7 years ago
  60. 265c5596 Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  61. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  62. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  63. 644f263 Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  64. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  65. 29d6849 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  66. a5b729e Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  67. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  68. de7f01c Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  69. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  70. 6a4d4b3 Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  71. 8949170c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  72. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  73. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  74. 315e6bc Documentation: rstFlatTable.py: fix a broken reference by Mauro Carvalho Chehab · 7 years ago
  75. 6ec71b2 ABI: sysfs-devices-system-cpu: remove a broken reference by Mauro Carvalho Chehab · 7 years ago
  76. e5ca425 devicetree: fix a series of wrong file references by Mauro Carvalho Chehab · 7 years ago
  77. 18ba1f9 devicetree: fix name of pinctrl-bindings.txt by Mauro Carvalho Chehab · 7 years ago
  78. 6c79521 devicetree: fix some bindings file names by Mauro Carvalho Chehab · 7 years ago
  79. 5efa6f8 MAINTAINERS: fix location of DT npcm files by Mauro Carvalho Chehab · 7 years ago
  80. 2f635cf MAINTAINERS: fix location of some display DT bindings by Mauro Carvalho Chehab · 7 years ago
  81. 1ca2c80 kernel-parameters.txt: fix pointers to sound parameters by Mauro Carvalho Chehab · 7 years ago
  82. 042c768 bindings: nvmem/zii: Fix location of nvmem.txt by Mauro Carvalho Chehab · 7 years ago
  83. 34962fb docs: Fix more broken references by Mauro Carvalho Chehab · 7 years ago
  84. a78513c scripts/documentation-file-ref-check: check tools/*/Documentation by Mauro Carvalho Chehab · 7 years ago
  85. 2d69708 scripts/documentation-file-ref-check: get rid of false-positives by Mauro Carvalho Chehab · 7 years ago
  86. e1f319f scripts/documentation-file-ref-check: hint: dash or underline by Mauro Carvalho Chehab · 7 years ago
  87. be600e5 scripts/documentation-file-ref-check: add a fix logic for DT by Mauro Carvalho Chehab · 7 years ago
  88. 5044024 scripts/documentation-file-ref-check: accept more wildcards at filenames by Mauro Carvalho Chehab · 7 years ago
  89. 40fc3eb scripts/documentation-file-ref-check: fix help message by Mauro Carvalho Chehab · 7 years ago
  90. b698201 media: max2175: fix location of driver's companion documentation by Mauro Carvalho Chehab · 7 years ago
  91. 2ebe0bb media: v4l: fix broken video4linux docs locations by Mauro Carvalho Chehab · 7 years ago
  92. 670d7adb media: dvb: point to the location of the old README.dvb-usb file by Mauro Carvalho Chehab · 7 years ago
  93. fe63a1a media: dvb: fix location of get_dvb_firmware script by Mauro Carvalho Chehab · 7 years ago
  94. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  95. ec15872 docs: fix broken references with multiple hints by Mauro Carvalho Chehab · 7 years ago
  96. 7cfde0a net: stmmac: Run HWIF Quirks after getting HW caps by Jose Abreu · 7 years ago
  97. f6a6f20 neighbour: skip NTF_EXT_LEARNED entries during forced gc by Roopa Prabhu · 7 years ago
  98. 7c09977 net: cxgb3: add error handling for sysfs_create_group by Zhouyang Jia · 7 years ago
  99. c14a024 Merge branch 'tls-fixes' by David S. Miller · 7 years ago
  100. 06030db tls: fix waitall behavior in tls_sw_recvmsg by Daniel Borkmann · 7 years ago