1. 791875d rcu: Eliminate the unused __rcu_is_watching() function by Paul E. McKenney · 8 years ago
  2. d0df7a3 rcu: Move rcupdate.h to new empty-function style by Paul E. McKenney · 8 years ago
  3. c4cbf9f rcu: Remove UINT_CMP_GE() and UINT_CMP_LT() by Paul E. McKenney · 8 years ago
  4. cad7b38 rcu: Move torture-related definitions from rcupdate.h to rcu.h by Paul E. McKenney · 8 years ago
  5. 25c3632 rcu: Move expediting-related access/control out of rcupdate.h by Paul E. McKenney · 8 years ago
  6. 3caec62 rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h by Paul E. McKenney · 8 years ago
  7. a68a2bb rcu: Move docbook comments out of rcupdate.h by Paul E. McKenney · 8 years ago
  8. aaaad0b rcu: Flag need for rcu_node_tree.h and rcu_segcblist.h visibility by Paul E. McKenney · 8 years ago
  9. 6b5fc3a rcu: Add memory barriers for NOCB leader wakeup by Paul E. McKenney · 8 years ago
  10. 511324e rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE by Paul E. McKenney · 8 years ago
  11. d7d34d5e sched: Rely on synchronize_rcu_mult() de-duplication by Paul E. McKenney · 8 years ago
  12. 68ab0b4 rcu: Make synchronize_rcu_mult() check for duplicates by Paul E. McKenney · 8 years ago
  13. a602538 srcu: Add DEBUG_OBJECTS_RCU_HEAD functionality by Paul E. McKenney · 8 years ago
  14. d4efe6c srcu: Shrink Tiny SRCU a bit by Paul E. McKenney · 8 years ago
  15. 07f6e64 srcu: Make SRCU be once again optional by Paul E. McKenney · 8 years ago
  16. ea9b0c8 rcu: Add lockdep_assert_held() teeth to tree_plugin.h by Paul E. McKenney · 8 years ago
  17. c0b334c rcu: Add lockdep_assert_held() teeth to tree.c by Paul E. McKenney · 8 years ago
  18. 0c8e0e3 srcu: Print non-default exp_holdoff values at boot time by Paul E. McKenney · 8 years ago
  19. b5815e6 srcu: Make exp_holdoff module parameter be static by Paul E. McKenney · 8 years ago
  20. 17c7798 rcu: Update rcu_bootup_announce_oddness() by Paul E. McKenney · 8 years ago
  21. 59d80fd rcu: Print out rcupdate.c non-default boot-time settings by Paul E. McKenney · 8 years ago
  22. f4687d2 rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs() by Paul E. McKenney · 8 years ago
  23. c75e9ca doc: Take tail recursion into account in RCU requirements by Paul E. McKenney · 8 years ago
  24. 09f501a srcu: Document auto-expediting requirement by Paul E. McKenney · 8 years ago
  25. 5d9853f rcutorture: Add "git diff" output to testid.txt file by Paul E. McKenney · 8 years ago
  26. 820687a7b rcuperf: Add writer_holdoff boot parameter by Paul E. McKenney · 8 years ago
  27. b562b85 srcu-cbmc: Use /usr/bin/awk instead of /bin/awk by Priyalee Kushwaha · 8 years ago
  28. 492b95e rcuperf: Set more user-friendly defaults by Paul E. McKenney · 8 years ago
  29. 3ddf20c srcu: Shrink Tiny SRCU a bit more by Paul E. McKenney · 8 years ago
  30. 41f3648 rcutorture: Reduce CPUs dedicated to testing Classic SRCU by Paul E. McKenney · 8 years ago
  31. 1f4f6da srcu: Make Classic and Tree SRCU announce themselves at bootup by Paul E. McKenney · 8 years ago
  32. 59ca3f9f rcuperf: Add the ability to test tiny RCU flavors by Paul E. McKenney · 8 years ago
  33. 35bdc72 docs: Fix typo in Documentation/memory-barriers.txt by Stan Drozd · 8 years ago
  34. 6016ffc atomics: Add header comment so spin_unlock_wait() by Paul E. McKenney · 8 years ago
  35. 79269ee doc/atomic_ops: Clarify smp_mb__{before,after}_atomic() by Paul E. McKenney · 8 years ago
  36. f60cb4d rcuperf: Add test for dynamically initialized srcu_struct by Paul E. McKenney · 8 years ago
  37. 9895313 checkpatch: Remove checks for expedited grace periods by Paul E. McKenney · 8 years ago
  38. dcfc315 rcu: Make sync_rcu_preempt_exp_done() return bool by Paul E. McKenney · 8 years ago
  39. ced8d6f rcuperf: Add a Kconfig-fragment file for Classic SRCU by Paul E. McKenney · 8 years ago
  40. 881ed59 rcuperf: Add ability to performance-test call_rcu() and friends by Paul E. McKenney · 8 years ago
  41. e28371c rcu: Remove obsolete reference to synchronize_kernel() by Paul E. McKenney · 8 years ago
  42. 1dcf280 rcuperf: Remove conflicting Kconfig options by Paul E. McKenney · 8 years ago
  43. 9683937 rcuperf: Defer expedited/normal check to end of test by Paul E. McKenney · 8 years ago
  44. 5b72f96 rcu: Complain if blocking in preemptible RCU read-side critical section by Paul E. McKenney · 8 years ago
  45. 881ec9d srcu: Eliminate possibility of destructive counter overflow by Paul E. McKenney · 8 years ago
  46. 17ed2b6 rcutorture: Update test scenarios based on new Kconfig dependencies by Paul E. McKenney · 8 years ago
  47. 39687d6 rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* options by Paul E. McKenney · 8 years ago
  48. f92c734 rcu: Prevent rcu_barrier() from starting needless grace periods by Paul E. McKenney · 8 years ago
  49. c0ee450 rcutorture: Add a scenario for Classic SRCU by Paul E. McKenney · 8 years ago
  50. 23ca096 rcutorture: Add a scenario for Tiny SRCU by Paul E. McKenney · 8 years ago
  51. 3c52f26 rcutorture: Fix bug in reporting Kconfig mis-settings by Paul E. McKenney · 8 years ago
  52. 8d6dd65 rcutorture: Add three-level tree test for Tree SRCU by Paul E. McKenney · 8 years ago
  53. 27dc0b1 rcutorture: Add lockdep to one of the SRCU scenarios by Paul E. McKenney · 8 years ago
  54. 1123a60 srcu: Allow use of Classic SRCU from both process and interrupt context by Paolo Bonzini · 8 years ago
  55. cdf7abc srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context by Paolo Bonzini · 8 years ago
  56. 3c2993b Linux 4.12-rc4 by Linus Torvalds · 8 years ago
  57. 239e250 fs/ufs: Set UFS default maximum bytes per file by Richard Narron · 8 years ago
  58. 125f42b Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  59. 3c06e6c Merge tag 'tty-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  60. e00811b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  61. 9f03b2c Merge tag 'rtc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  62. 1f915b7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  63. 55cbdaf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  64. fc098af Revert "tty: fix port buffer locking" by Greg Kroah-Hartman · 8 years ago
  65. 4f253e1 nfs: Mark unnecessarily extern functions as static by Jan Kara · 8 years ago
  66. ea094f3 Merge tag 'hwmon-for-linus-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  67. cc54874 Merge tag 'for-linus-20170602' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  68. 5f348fa hwmon: (aspeed-pwm-tacho) make fan/pwm names start with index 1 by Stefan Schaeckeler · 8 years ago
  69. 4d58e73 hwmon: (aspeed-pwm-tacho) Call of_node_put() on a node not claimed by Stefan Schaeckeler · 8 years ago
  70. 0fd5f22 Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 too by Hans de Goede · 8 years ago
  71. 8d4b313 Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry Trail by Hans de Goede · 8 years ago
  72. eadcbfa Merge tag 'v4.12-rc3' into for-linus by Dmitry Torokhov · 8 years ago
  73. 104c08b Merge tag 'acpi-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  74. 89af529 Merge tag 'pm-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  75. 5a4829b Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  76. f219764 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  77. d6c9708 scripts/gdb: make lx-dmesg command work (reliably) by André Draszik · 8 years ago
  78. 864b9a3 mm: consider memblock reservations for deferred memory initialization sizing by Michal Hocko · 8 years ago
  79. 9a291a7 mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified by James Morse · 8 years ago
  80. 70feee0 mlock: fix mlock count can not decrease in race condition by Yisheng Xie · 8 years ago
  81. 30809f5 mm/migrate: fix refcount handling when !hugepage_migration_supported() by Punit Agrawal · 8 years ago
  82. e209392 dax: fix race between colliding PMD & PTE entries by Ross Zwisler · 8 years ago
  83. d0f0931d mm: avoid spurious 'bad pmd' warning messages by Ross Zwisler · 8 years ago
  84. c288983 mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks once by Tetsuo Handa · 8 years ago
  85. ff5a201 pcmcia: remove left-over %Z format by Nicolas Iooss · 8 years ago
  86. 478fe30 slub/memcg: cure the brainless abuse of sysfs attributes by Thomas Gleixner · 8 years ago
  87. 57ddfda initramfs: fix disabling of initramfs (and its compression) by Florian Fainelli · 8 years ago
  88. 4f4f2ba mm: clarify why we want kmalloc before falling backto vmallock by Michal Hocko · 8 years ago
  89. 60b0a8c frv: declare jiffies to be located in the .data section by Matthias Kaehlcke · 8 years ago
  90. 1bde33e include/linux/gfp.h: fix ___GFP_NOLOCKDEP value by Michal Hocko · 8 years ago
  91. a7306c3 ksm: prevent crash after write_protect_page fails by Andrea Arcangeli · 8 years ago
  92. 6031913 Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs' by Rafael J. Wysocki · 8 years ago
  93. bb5710e Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  94. e6e6d07 Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  95. b939c51 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  96. 65d0332 Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  97. 60c42a3 Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  98. 6f37fa4 Merge tag 'md/4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  99. bb32985 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  100. 4635694 Merge tag 'drm-dp-quirk-for-v4.12-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago