1. 4252879 Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEAD by Paul E. McKenney · 10 years ago
  2. 654e953 rcu: Associate quiescent-state reports with grace period by Paul E. McKenney · 10 years ago
  3. a77da14 rcu: Yet another fix for preemption and CPU hotplug by Paul E. McKenney · 10 years ago
  4. 5c60d25 rcu: Add diagnostics to grace-period cleanup by Paul E. McKenney · 10 years ago
  5. 186bea5 rcutorture: Default to grace-period-initialization delays by Paul E. McKenney · 10 years ago
  6. 88428cc rcu: Handle outgoing CPUs on exit from idle loop by Paul E. McKenney · 10 years ago
  7. 528a25b cpu: Make CPU-offline idle-loop transition point more precise by Paul E. McKenney · 10 years ago
  8. c199068 rcu: Eliminate ->onoff_mutex from rcu_node structure by Paul E. McKenney · 10 years ago
  9. 0aa04b0 rcu: Process offlining and onlining only at grace-period start by Paul E. McKenney · 10 years ago
  10. cc99a31 rcu: Move rcu_report_unblock_qs_rnp() to common code by Paul E. McKenney · 10 years ago
  11. 8eb74b2 rcu: Rework preemptible expedited bitmask handling by Paul E. McKenney · 10 years ago
  12. 999c286 rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUs by Paul E. McKenney · 10 years ago
  13. b6505de rcutorture: Enable slow grace-period initializations by Paul E. McKenney · 10 years ago
  14. 37745d2 rcu: Provide diagnostic option to slow down grace-period initialization by Paul E. McKenney · 10 years ago
  15. 237a0f2 rcu: Detect stalls caused by failure to propagate up rcu_node tree by Paul E. McKenney · 10 years ago
  16. 18c629e rcu: Eliminate empty HOTPLUG_CPU ifdef by Paul E. McKenney · 10 years ago
  17. c8aead6 rcu: Simplify sync_rcu_preempt_exp_init() by Paul E. McKenney · 10 years ago
  18. 78043c4 rcu: Put all orphan-callback-related code under same comment by Paul E. McKenney · 10 years ago
  19. b33078b rcu: Consolidate offline-CPU callback initialization by Paul E. McKenney · 10 years ago
  20. 490ab88 metag: Use common outgoing-CPU-notification code by Paul E. McKenney · 10 years ago
  21. a17b4b7 blackfin: Use common outgoing-CPU-notification code by Paul E. McKenney · 10 years ago
  22. 2a442c9 x86: Use common outgoing-CPU-notification code by Paul E. McKenney · 10 years ago
  23. 8038dad smpboot: Add common code for notification from dying CPU by Paul E. McKenney · 10 years ago
  24. 9910aff rcu: Remove redundant check of cpu_online() by Yao Dongdong · 10 years ago
  25. e7580f3 rcu: Get rcu_sched_force_quiescent_state() where it belongs by Paul E. McKenney · 10 years ago
  26. 91afa21 torture: Avoid script syntax error when insufficient CPUs by Paul E. McKenney · 10 years ago
  27. b826565a rcu: Reverse rcu_dereference_check() conditions by Paul E. McKenney · 10 years ago
  28. a3bd2c0 rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF values by Paul E. McKenney · 10 years ago
  29. ab6f5bd rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness() by Paul E. McKenney · 10 years ago
  30. d24209bb rcu: Improve diagnostics for blocked critical sections in irq by Paul E. McKenney · 10 years ago
  31. 6629240 rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdef by Paul E. McKenney · 10 years ago
  32. 4762767 rcu: Move early boot callback tests earlier by Paul E. McKenney · 10 years ago
  33. 34404ca rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUs by Paul E. McKenney · 10 years ago
  34. 5871968 rcu: Tighten up affinity and check for sysidle by Paul E. McKenney · 10 years ago
  35. 915e8a4 rcu: Remove fastpath from __rcu_process_callbacks() by Alexander Gordeev · 10 years ago
  36. 27153ac rcu: Remove unnecessary condition check in rcu_qsctr_help() by Alexander Gordeev · 10 years ago
  37. 675da67 rcu: Fixes to NO_HZ_FULL sysidle accounting by Paul E. McKenney · 10 years ago
  38. c136f99 rcutorture: Make consistent use of variables by Paul E. McKenney · 10 years ago
  39. ee42571 rcu: Add Kconfig option to expedite grace periods during boot by Paul E. McKenney · 10 years ago
  40. 5afff48 rcu: Update from rcu_expedited variable to rcu_gp_is_expedited() by Paul E. McKenney · 10 years ago
  41. 4bb3c5f rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorture by Paul E. McKenney · 10 years ago
  42. 0d39482 rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp() by Paul E. McKenney · 10 years ago
  43. 9bae659 rcu: Drive PROVE_RCU directly off of PROVE_LOCKING by Paul E. McKenney · 10 years ago
  44. 1925d19 rcu: Fix a couple of typos in rcu_all_qs() comment header by Paul E. McKenney · 10 years ago
  45. 39c8d31 rcu: Avoid clobbering early boot callbacks by Paul E. McKenney · 10 years ago
  46. 59f792d rcu: Refine diagnostics for lacking kthread for no-CBs callbacks by Paul E. McKenney · 10 years ago
  47. 143da9c rcu: Prevent early-boot RCU callbacks from splatting by Paul E. McKenney · 10 years ago
  48. 2723249 rcu: Wire ->rda pointers at compile time by Paul E. McKenney · 10 years ago
  49. d3f3f3f rcu: Abstract default callback-list initialization from init_callback_list() by Paul E. McKenney · 10 years ago
  50. ff38281 documentation: Clarify control-dependency pairing by Paul E. McKenney · 10 years ago
  51. daf1aab documentation: Clarify memory-barrier semantics of atomic operations by Paul E. McKenney · 10 years ago
  52. f136057 documentation: Update per-CPU kthreads documentation by Paul E. McKenney · 10 years ago
  53. c251978 documentation: Update NO_HZ_FULL interaction with POSIX timers by Paul E. McKenney · 10 years ago
  54. 89bf5d8 documentation: Update based on on-demand vmstat workers by Paul E. McKenney · 10 years ago
  55. d2af1ad documentation: Update rcutree.kthread_prio for grace-period kthread use by Paul E. McKenney · 10 years ago
  56. 3f47da0 rcu_tree: Avoid touching rnp->completed when a new GP is started by Lai Jiangshan · 10 years ago
  57. ee376db rcu: Consolidate rcu_synchronize and wakeme_after_rcu() by Paul E. McKenney · 10 years ago
  58. c517d83 Linux 4.0-rc1 by Linus Torvalds · 10 years ago
  59. feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  60. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  61. 90c453c Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  62. 0a28096 autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation by Al Viro · 10 years ago
  63. 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
  64. 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 10 years ago
  65. dca1117 Documentation/filesystems/Locking: ->get_sb() is long gone by Al Viro · 10 years ago
  66. eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
  67. 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  68. ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  69. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  70. 2c616d4 SELinux: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
  71. 8802565 Smack: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
  72. e656a8e TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() by David Howells · 10 years ago
  73. 729b8a3 Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode by David Howells · 10 years ago
  74. 7ac2856 Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb by David Howells · 10 years ago
  75. 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 10 years ago
  76. df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 10 years ago
  77. e7f7d22 VFS: Add a whiteout dentry type by David Howells · 10 years ago
  78. 155e35d VFS: Introduce inode-getting helpers for layered/unioned fs environments by David Howells · 10 years ago
  79. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  80. 2177033 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  81. c8c6c9b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  82. 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  83. 24a52e4 Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  84. cd50b70 Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  85. 2bfedd1 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  86. a911dcd Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  87. e20d3ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  88. 1acd2de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  89. b5ccb07 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  90. 2953245 Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  91. 18a8d49 Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  92. c189cb8 Merge tag 'vfio-v3.20-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  93. a2a6937 Merge tag 'sound-fix-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  94. f5e25f0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  95. d34696c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  96. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. f3c233d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  99. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  100. e2defd0 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago