1. 4f6332c locktorture: Add infrastructure for torturing read locks by Davidlohr Bueso · 10 years ago
  2. d36a7a0 torture: Address race in module cleanup by Davidlohr Bueso · 10 years ago
  3. 1e6757a locktorture: Make statistics generic by Davidlohr Bueso · 10 years ago
  4. f095bfc locktorture: Teach about lock debugging by Davidlohr Bueso · 10 years ago
  5. 42ddc75 locktorture: Support mutexes by Davidlohr Bueso · 10 years ago
  6. cdf26bb locktorture: Add documentation by Davidlohr Bueso · 10 years ago
  7. 23a8e5c locktorture: Rename locktorture_runnable parameter by Davidlohr Bueso · 10 years ago
  8. 96b4672 Merge branch 'rcu-tasks.2014.09.10a' into HEAD by Paul E. McKenney · 10 years ago
  9. e98d06d Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b' and 'torture.2014.09.07a' into HEAD by Paul E. McKenney · 10 years ago
  10. c847f14 rcu: Avoid misordering in nocb_leader_wait() by Paul E. McKenney · 10 years ago
  11. 1772947bd rcu: Handle NOCB callbacks from irq-disabled idle code by Paul E. McKenney · 10 years ago
  12. 39953df rcu: Avoid misordering in __call_rcu_nocb_enqueue() by Paul E. McKenney · 10 years ago
  13. 663e131 rcu: Don't track sysidle state if no nohz_full= CPUs by Paul E. McKenney · 10 years ago
  14. 417e8d2 rcu: Eliminate redundant rcu_sysidle_state variable by Paul E. McKenney · 10 years ago
  15. 22c2f66 rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_mask by Pranith Kumar · 10 years ago
  16. 35ce7f2 rcu: Create rcuo kthreads only for onlined CPUs by Paul E. McKenney · 10 years ago
  17. 9386c0b rcu: Rationalize kthread spawning by Paul E. McKenney · 10 years ago
  18. f4aa84b rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs() by Pranith Kumar · 10 years ago
  19. 4afc7e2 rcu: Use false for return in __call_rcu_nocb() by Pranith Kumar · 10 years ago
  20. 0a9e1e1 rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs() by Pranith Kumar · 10 years ago
  21. c271d3a rcu: Use true/false for return in __call_rcu_nocb() by Pranith Kumar · 10 years ago
  22. 949cccd rcu: Check the return value of zalloc_cpumask_var() by Pranith Kumar · 10 years ago
  23. f4579fc rcu: Fix attempt to avoid unsolicited offloading of callbacks by Paul E. McKenney · 10 years ago
  24. a53dd6a rcutorture: Add RCU-tasks tests to default rcutorture list by Paul E. McKenney · 10 years ago
  25. 284a8c9 rcu: Per-CPU operation cleanups to rcu_*_qs() functions by Paul E. McKenney · 10 years ago
  26. 1d082fd rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch() by Paul E. McKenney · 10 years ago
  27. 4ff475e rcu: Additional information on RCU-tasks stall-warning messages by Paul E. McKenney · 10 years ago
  28. 01a8133 rcu: Remove redundant preempt_disable() from rcu_note_voluntary_context_switch() by Paul E. McKenney · 10 years ago
  29. 8f20a5e rcu: Make rcu_tasks_kthread()'s GP-wait loop allow preemption by Paul E. McKenney · 10 years ago
  30. 176f8f7 rcu: Make TASKS_RCU handle nohz_full= CPUs by Paul E. McKenney · 10 years ago
  31. 84a8f44 rcu: Defer rcu_tasks_kthread() creation till first call_rcu_tasks() by Paul E. McKenney · 10 years ago
  32. 37fe5f0 documentation: Add verbiage on RCU-tasks stall warning messages by Paul E. McKenney · 10 years ago
  33. c7b24d2 rcu: Improve RCU-tasks energy efficiency by Paul E. McKenney · 10 years ago
  34. 52db30a rcu: Add stall-warning checks for RCU-tasks by Paul E. McKenney · 10 years ago
  35. f1a828f rcutorture: Add RCU-tasks test cases by Paul E. McKenney · 10 years ago
  36. 69c6045 rcutorture: Add torture tests for RCU-tasks by Paul E. McKenney · 10 years ago
  37. 06c2a92 rcu: Export RCU-tasks APIs to GPL modules by Steven Rostedt · 10 years ago
  38. 3f95aa8 rcu: Make TASKS_RCU handle tasks that are almost done exiting by Paul E. McKenney · 10 years ago
  39. 53c6d4e rcu: Add synchronous grace-period waiting for RCU-tasks by Paul E. McKenney · 10 years ago
  40. bde6c3a rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops by Paul E. McKenney · 10 years ago
  41. 8315f42 rcu: Add call_rcu_tasks() by Paul E. McKenney · 10 years ago
  42. bc51896 torture: Check for nul bytes in console output by Paul E. McKenney · 10 years ago
  43. b765924 torture: Print PID in hung-kernel diagnostic message by Paul E. McKenney · 10 years ago
  44. 38706bc rcutorture: Add callback-flood test by Paul E. McKenney · 10 years ago
  45. eea203f rcu: Use pr_alert/pr_cont for printing logs by Joe Perches · 10 years ago
  46. 188c1e8 rcutorture: Specify CONFIG_CPUMASK_OFFSTACK=y for TREE07 by Paul E. McKenney · 10 years ago
  47. ae867ff rcutorture: Specify MAXSMP=y for TREE01 by Paul E. McKenney · 10 years ago
  48. 9e62b0e rcutorture: Test partial nohz_full= configuration by Paul E. McKenney · 10 years ago
  49. 616fd16 rcu: Add step to initrd documentation by Paul E. McKenney · 10 years ago
  50. 3327d92 rcutorture: Set executable bit and drop bash from Usage by Pranith Kumar · 10 years ago
  51. 1a5e31f rcutorture: Use bash shell for all the test scripts by Pranith Kumar · 10 years ago
  52. 58ade2d rcutorture: Fix a sparse warning by marking boost_mutex static by Pranith Kumar · 10 years ago
  53. 73a860c rcu: Replace flush_signals() with WARN_ON(signal_pending()) by Paul E. McKenney · 10 years ago
  54. 2aa792e rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads by Pranith Kumar · 10 years ago
  55. ade98624 rcu: Make TINY_RCU tinier by putting error checks under #ifdef by Paul E. McKenney · 10 years ago
  56. 9fdd3bc rcu: Break more call_rcu() deadlock involving scheduler and perf by Paul E. McKenney · 10 years ago
  57. 66d701e rcu: Remove stale comment in tree.c by Pranith Kumar · 10 years ago
  58. fafb6e8 rcu: Update tiny.c references to tree.c by Pranith Kumar · 10 years ago
  59. a8a29b3 rcu: Define tracepoint strings only if CONFIG_TRACING is set by Ard Biesheuvel · 10 years ago
  60. 85b39d3 rcu: Uninline rcu_read_lock_held() by Oleg Nesterov · 10 years ago
  61. e02b2ed rcu: Use true/false instead of 1/0 for a bool type by Pranith Kumar · 10 years ago
  62. 521d24e rcu: Return bool type in rcu_lockdep_current_cpu_online() by Pranith Kumar · 10 years ago
  63. d0bc90f rcu: Return bool type for rcu_try_advance_all_cbs() by Pranith Kumar · 10 years ago
  64. f534ed1 rcu: Use bool type for return value in rcu_is_watching() by Pranith Kumar · 10 years ago
  65. bf33eb1 rcu: Fix sparse warning about rcu_batches_completed_preempt() being non-static by Pranith Kumar · 10 years ago
  66. 4de376a rcu: Remove remaining read-modify-write ACCESS_ONCE() calls by Pranith Kumar · 10 years ago
  67. 2456d2a memory-barriers: Fix description of 2-legged-if-based control dependencies by Paul E. McKenney · 10 years ago
  68. efdcd51 memory-barriers: Retain barrier() in fold-to-zero example by Paul E. McKenney · 10 years ago
  69. 5646f7a memory-barriers: Fix control-ordering no-transitivity example by Paul E. McKenney · 10 years ago
  70. 11ed7f9 rcu: Make nocb leader kthreads process pending callbacks after spawning by Pranith Kumar · 10 years ago
  71. 52addcf Linux 3.17-rc2 by Linus Torvalds · 10 years ago
  72. f01bfc9 Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  73. dd5957b Merge tag 'renesas-sh-drivers-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas by Linus Torvalds · 10 years ago
  74. 497c01d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  75. 01e9982 Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  76. 7be141d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. 44744bb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  78. 959dc25 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  79. fa7f78e Merge tag 'gpio-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  80. 5e30ca1 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  81. d856f32 aio: fix reqs_available handling by Benjamin LaHaise · 10 years ago
  82. bf87bb1 bus: arm-ccn: Fix warning message by Pawel Moll · 10 years ago
  83. 12266db ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux by Geert Uytterhoeven · 10 years ago
  84. caa9eac ARM: tegra: apalis/colibri t30: fix on-module 5v0 supplies by Marcel Ziswiler · 10 years ago
  85. 9d0b1f3 Merge tag 'v3.17-rockchip-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Olof Johansson · 10 years ago
  86. a284e9d MAINTAINERS: Add entry for Renesas DRM drivers by Laurent Pinchart · 10 years ago
  87. db314f2 Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  88. 00250b5 MAINTAINERS: add new Rockchip SoC list by Heiko Stuebner · 10 years ago
  89. 1302d32 ARM: dts: rockchip: readd missing mmc0 pinctrl settings by Heiko Stuebner · 10 years ago
  90. 2136edf Merge tag 'sunxi-dt-for-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes by Olof Johansson · 10 years ago
  91. 39b5552 ftrace: Use current addr when converting to nop in __ftrace_replace_code() by Steven Rostedt (Red Hat) · 10 years ago
  92. 5f151b2 ftrace: Fix function_profiler and function tracer together by Steven Rostedt (Red Hat) · 10 years ago
  93. 92a5655 nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait by David Jeffery · 10 years ago
  94. 78270e8 nfs: can_coalesce_requests must enforce contiguity by Weston Andros Adamson · 10 years ago
  95. bba5c18 nfs: disallow duplicate pages in pgio page vectors by Weston Andros Adamson · 10 years ago
  96. 7c3af97 nfs: don't sleep with inode lock in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  97. 9497001 nfs: fix error handling in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  98. bfd484a nfs: use blocking page_group_lock in add_request by Weston Andros Adamson · 10 years ago
  99. bc8a309 nfs: fix nonblocking calls to nfs_page_group_lock by Weston Andros Adamson · 10 years ago
  100. fd2f3a0 nfs: change nfs_page_group_lock argument by Weston Andros Adamson · 10 years ago