index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()
Paul E. McKenney
2018-07-12
1
-8
/
+9
*
rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()
Paul E. McKenney
2018-07-12
1
-1
/
+1
*
rcu: Remove "inline" from rcu_perf_print_module_parms()
Paul E. McKenney
2018-07-12
1
-1
/
+1
*
rcu: Remove "inline" from rcu_torture_print_module_parms()
Paul E. McKenney
2018-07-12
1
-1
/
+1
*
rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()
Paul E. McKenney
2018-07-12
1
-2
/
+2
*
rcu: Remove unused local variable "cpu"
Paul E. McKenney
2018-07-12
1
-2
/
+0
*
rcu: Remove unused rcu_kick_nohz_cpu() function
Paul E. McKenney
2018-07-12
2
-18
/
+0
*
rcu: Clarify and correct the rcu_preempt_qs() header comment
Paul E. McKenney
2018-07-12
1
-6
/
+10
*
rcu: Inline rcu_dynticks_momentary_idle() into its sole caller
Paul E. McKenney
2018-07-12
1
-16
/
+7
*
rcu: Mark task as .need_qs less aggressively
Paul E. McKenney
2018-07-12
1
-1
/
+4
*
rcu: Improve RCU-tasks naming and comments
Paul E. McKenney
2018-07-12
4
-21
/
+22
*
rcu: Use pr_fmt to prefix "rcu: " to logging output
Joe Perches
2018-07-12
5
-14
/
+20
*
rcu: rcupdate.h: Get rid of Sphinx warnings at rcu_pointer_handoff()
Mauro Carvalho Chehab
2018-07-12
1
-3
/
+2
*
rcu: Improve rcu_note_voluntary_context_switch() reporting
Byungchul Park
2018-07-12
3
-7
/
+5
*
rcu: Make rcu_read_unlock_special() static
Paul E. McKenney
2018-07-12
2
-2
/
+2
*
rcu: Add diagnostics for offline CPUs failing to report QS
Paul E. McKenney
2018-07-12
2
-0
/
+23
*
rcu: Record ->gp_state for both phases of grace-period initialization
Paul E. McKenney
2018-07-12
2
-4
/
+10
*
rcu: Add CPU online/offline state to dump_blkd_tasks()
Paul E. McKenney
2018-07-12
3
-10
/
+39
*
rcu: Add up-tree information to dump_blkd_tasks() diagnostics
Paul E. McKenney
2018-07-12
1
-4
/
+6
*
rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path
Paul E. McKenney
2018-07-12
3
-14
/
+6
*
rcu: Remove failsafe check for lost quiescent state
Paul E. McKenney
2018-07-12
1
-13
/
+3
*
rcu: Move grace-period pre-init delay after pre-init
Paul E. McKenney
2018-07-12
2
-2
/
+2
*
rcu: Add RCU-preempt check for waiting on newly onlined CPU
Paul E. McKenney
2018-07-12
1
-0
/
+3
*
rcu: Fix grace-period hangs due to race with CPU offline
Paul E. McKenney
2018-07-12
2
-0
/
+10
*
rcu: Fix grace-period hangs from mid-init task resume
Paul E. McKenney
2018-07-12
1
-3
/
+17
*
rcu: Suppress false-positive splats from mid-init task resume
Paul E. McKenney
2018-07-12
1
-1
/
+2
*
rcu: Suppress more involved false-positive preempted-task splats
Paul E. McKenney
2018-07-12
1
-1
/
+6
*
rcu: Suppress false-positive preempted-task splats
Paul E. McKenney
2018-07-12
1
-0
/
+5
*
rcu: Suppress false-positive offline-CPU lockdep-RCU splat
Paul E. McKenney
2018-07-12
1
-24
/
+24
*
rcu: Prevent useless FQS scan after all CPUs have checked in
Paul E. McKenney
2018-07-12
1
-0
/
+2
*
rcu: Replace smp_wmb() with smp_store_release() for stall check
Paul E. McKenney
2018-07-12
1
-2
/
+2
*
rcu: Fix typo and add additional debug
Paul E. McKenney
2018-07-12
2
-2
/
+9
*
rcu: Make rcu_report_unblock_qs_rnp() warn on violated preconditions
Paul E. McKenney
2018-07-12
1
-2
/
+4
*
rcu: Make rcu_init_new_rnp() stop upon already-set bit
Paul E. McKenney
2018-07-12
1
-1
/
+5
*
rcu: Fix an obsolete ->qsmaskinit comment
Paul E. McKenney
2018-07-12
1
-2
/
+2
*
rcu: Clean up handling of tasks blocked across full-rcu_node offline
Paul E. McKenney
2018-07-12
1
-13
/
+17
*
rcu: Identify grace period is in progress as we advance up the tree
Joel Fernandes (Google)
2018-07-12
1
-4
/
+5
*
rcu: Use better variable names in funnel locking loop
Joel Fernandes (Google)
2018-07-12
1
-32
/
+32
*
rcu: Rename the grace-period-request variables and parameters
Joel Fernandes
2018-07-12
2
-26
/
+35
*
rcu: Regularize resetting of rcu_data wrap indicator
Paul E. McKenney
2018-07-12
1
-2
/
+4
*
rcutorture: Correctly handle grace-period sequence wrap
Paul E. McKenney
2018-07-12
4
-11
/
+41
*
rcu: Make rcu_start_this_gp() check for grace period already started
Paul E. McKenney
2018-07-12
2
-1
/
+10
*
rcu: Fix cpustart tracepoint gp_seq number
Joel Fernandes (Google)
2018-07-12
1
-1
/
+1
*
rcu: Produce last "CleanupMore" trace only if late-breaking request
Joel Fernandes (Google)
2018-07-12
1
-1
/
+1
*
rcu: Don't funnel-lock above leaf node if GP in progress
Paul E. McKenney
2018-07-12
2
-2
/
+11
*
doc: Update RCU CPU stall-warning documentation
Paul E. McKenney
2018-07-12
1
-12
/
+12
*
doc: Update memory-ordering documentation for ->gp-seq
Paul E. McKenney
2018-07-12
6
-223
/
+243
*
doc: Update data-structure documentation for ->gp_seq
Paul E. McKenney
2018-07-12
1
-55
/
+63
*
rcu: Make simple callback acceleration refer to rdp->gp_seq_needed
Paul E. McKenney
2018-07-12
1
-19
/
+32
*
rcu: Remove ->gpnum and ->completed
Paul E. McKenney
2018-07-12
3
-48
/
+13
[next]