index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree_plugin.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-01
rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings
Paul E. McKenney
1
-5
/
+19
2018-12-01
rcutorture: Affinity forward-progress test to avoid housekeeping CPUs
Paul E. McKenney
1
-0
/
+11
2018-12-01
Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...
Paul E. McKenney
1
-12
/
+25
2018-11-12
rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()
Paul E. McKenney
1
-8
/
+13
2018-11-12
rcu: Replace this_cpu_ptr() with __this_cpu_read()
Paul E. McKenney
1
-1
/
+1
2018-11-12
rcu: Speed up expedited GPs when interrupting RCU reader
Paul E. McKenney
1
-3
/
+11
2018-11-12
rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.h
Paul E. McKenney
1
-3
/
+6
2018-08-30
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
Paul E. McKenney
1
-2
/
+1
2018-08-30
rcu: Switch dyntick nesting counters to rcu_data structure
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Switch urgent quiescent-state requests to rcu_data structure
Paul E. McKenney
1
-7
/
+7
2018-08-30
rcu: Switch lazy counts to rcu_data structure
Paul E. McKenney
1
-13
/
+10
2018-08-30
rcu: Switch last accelerate/advance to rcu_data structure
Paul E. McKenney
1
-9
/
+8
2018-08-30
rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure
Paul E. McKenney
1
-5
/
+5
2018-08-30
rcu: Avoid resched_cpu() when rescheduling the current CPU
Paul E. McKenney
1
-2
/
+4
2018-08-30
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
Paul E. McKenney
1
-0
/
+1
2018-08-30
rcu: Compute jiffies_till_sched_qs from other kernel parameters
Paul E. McKenney
1
-0
/
+2
2018-08-30
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
Paul E. McKenney
1
-4
/
+1
2018-08-30
rcu: Inline _rcu_barrier() into its sole remaining caller
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Define rcu_all_qs() only in !PREEMPT builds
Paul E. McKenney
1
-0
/
+39
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree_plugin.h
Paul E. McKenney
1
-19
/
+17
2018-08-30
rcu: Inline increment_cpu_stall_ticks() into its sole caller
Paul E. McKenney
1
-6
/
+0
2018-08-30
rcu: Remove for_each_rcu_flavor() flavor-traversal macro
Paul E. McKenney
1
-37
/
+22
2018-08-30
rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.h
Paul E. McKenney
1
-8
/
+6
2018-08-30
rcu: Remove rcu_data structure's ->rsp field
Paul E. McKenney
1
-21
/
+21
2018-08-30
rcu: Remove rsp parameter from rcu_node tree accessor macros
Paul E. McKenney
1
-2
/
+2
2018-08-30
rcu: Remove rsp parameter from expedited grace-period functions
Paul E. McKenney
1
-7
/
+6
2018-08-30
rcu: Remove rsp parameter from no-CBs CPU functions
Paul E. McKenney
1
-9
/
+9
2018-08-30
rcu: Remove rsp parameter from print_cpu_stall_info()
Paul E. McKenney
1
-3
/
+3
2018-08-30
rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()
Paul E. McKenney
1
-7
/
+6
2018-08-30
rcu: Remove rsp parameter from dump_blkd_tasks() and friend
Paul E. McKenney
1
-7
/
+5
2018-08-30
rcu: Remove rsp parameter from rcu_print_detail_task_stall()
Paul E. McKenney
1
-3
/
+3
2018-08-30
rcu: Remove rsp parameter from rcu_do_batch()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Remove rsp parameter from note_gp_changes()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Remove rsp parameter from rcu_accelerate_cbs()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Remove rsp parameter from rcu_gp_kthread_wake()
Paul E. McKenney
1
-2
/
+2
2018-08-30
rcu: Remove rsp parameter from rcu_get_root()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Remove rsp parameter from rcu_gp_in_progress()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Remove rcu_data_p pointer to default rcu_data structure
Paul E. McKenney
1
-5
/
+5
2018-08-30
rcu: Remove rcu_state_p pointer to default rcu_state structure
Paul E. McKenney
1
-8
/
+8
2018-08-30
rcu: Remove rcu_state structure's ->rda field
Paul E. McKenney
1
-12
/
+12
2018-08-30
rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds
Paul E. McKenney
1
-187
/
+110
2018-08-30
rcu: Drop "wake" parameter from rcu_report_exp_rdp()
Paul E. McKenney
1
-3
/
+3
2018-08-30
rcu: Define RCU-bh update API in terms of RCU
Paul E. McKenney
1
-1
/
+0
2018-08-30
rcu: Report expedited grace periods at context-switch time
Paul E. McKenney
1
-2
/
+3
2018-08-30
rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe
Paul E. McKenney
1
-0
/
+5
2018-08-30
rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special union
Paul E. McKenney
1
-9
/
+4
2018-08-30
rcu: Allow processing deferred QSes for exiting RCU-preempt readers
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Defer reporting RCU-preempt quiescent states when disabled
Paul E. McKenney
1
-35
/
+109
2018-08-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+6
[next]