Age | Commit message (Expand) | Author | Files | Lines |
2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney | 1 | -3/+11 |
2020-01-24 | rcu: Move rcu_{expedited,normal} definitions into rcupdate.h | Ben Dooks | 1 | -2/+0 |
2020-01-24 | rcu: Add basic support for kfree_rcu() batching | Byungchul Park | 1 | -0/+10 |
2019-12-09 | rcu: Make PREEMPT_RCU be a modifier to TREE_RCU | Lai Jiangshan | 1 | -1/+1 |
2019-08-14 | Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08... | Paul E. McKenney | 1 | -39/+66 |
2019-08-12 | rcu: Remove redundant "if" condition from rcu_gp_is_expedited() | Paul E. McKenney | 1 | -2/+1 |
2019-08-09 | rcu: Add support for consolidated-RCU reader checking | Joel Fernandes (Google) | 1 | -33/+63 |
2019-08-02 | rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held() | Joel Fernandes (Google) | 1 | -5/+1 |
2019-08-02 | rcu: Add kernel parameter to dump trace after RCU CPU stall warning | Paul E. McKenney | 1 | -0/+2 |
2019-05-28 | rcutorture: Add trivial RCU implementation | Paul E. McKenney | 1 | -0/+13 |
2019-03-27 | rcu: Move RCU CPU stall-warning code out of update.c | Paul E. McKenney | 1 | -58/+1 |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2019-02-13 | kprobes: Prohibit probing on RCU debug routine | Masami Hiramatsu | 1 | -0/+2 |
2019-02-09 | rcu/update: Convert to SPDX license identifier | Paul E. McKenney | 1 | -15/+2 |
2018-12-01 | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney | 1 | -4/+2 |
2018-11-12 | rcu: Eliminate BUG_ON() for kernel/rcu/update.c | Paul E. McKenney | 1 | -1/+2 |
2018-11-09 | rcu: Eliminate synchronize_rcu_mult() | Paul E. McKenney | 1 | -4/+2 |
2018-08-31 | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 1 | -48/+22 |
2018-08-31 | srcu: Make call_srcu() available during very early boot | Paul E. McKenney | 1 | -0/+9 |
2018-08-31 | rcu: Clean up flavor-related definitions and comments in update.c | Paul E. McKenney | 1 | -10/+10 |
2018-08-31 | rcu: Stop testing RCU-bh and RCU-sched | Paul E. McKenney | 1 | -37/+1 |
2018-08-31 | rcu: Update comments and help text for no more RCU-bh updaters | Paul E. McKenney | 1 | -1/+1 |
2018-08-29 | rcutorture: Add forward-progress tests for RCU grace periods | Paul E. McKenney | 1 | -0/+1 |
2018-07-13 | rcu: Add comment to the last sleep in the rcu tasks loop | Steven Rostedt (VMware) | 1 | -0/+1 |
2018-07-13 | rcu: Speed up calling of RCU tasks callbacks | Steven Rostedt (VMware) | 1 | -2/+15 |
2018-07-13 | rcu: Improve RCU-tasks naming and comments | Paul E. McKenney | 1 | -13/+14 |
2018-05-15 | rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.h | Paul E. McKenney | 1 | -48/+0 |
2018-05-15 | rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs() | Paul E. McKenney | 1 | -1/+1 |
2017-12-08 | rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules | Paul E. McKenney | 1 | -0/+2 |
2017-11-14 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+2 |
2017-10-27 | sched/isolation: Introduce housekeeping flags | Frederic Weisbecker | 1 | -1/+1 |
2017-10-27 | sched/isolation: Move housekeeping related code to its own file | Frederic Weisbecker | 1 | -0/+1 |
2017-10-20 | Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an... | Paul E. McKenney | 1 | -19/+6 |
2017-10-10 | rcu: Suppress RCU CPU stall warnings while dumping trace | Paul E. McKenney | 1 | -0/+1 |
2017-10-10 | rcu: Create call_rcu_tasks() kthread at boot time | Paul E. McKenney | 1 | -19/+5 |
2017-08-17 | rcu: Create reasonable API for do_exit() TASKS_RCU processing | Paul E. McKenney | 1 | -1/+17 |
2017-06-09 | rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h | Paul E. McKenney | 1 | -0/+2 |
2017-06-09 | rcu: Move docbook comments out of rcupdate.h | Paul E. McKenney | 1 | -3/+17 |
2017-06-08 | rcu: Make synchronize_rcu_mult() check for duplicates | Paul E. McKenney | 1 | -2/+11 |
2017-06-08 | rcu: Print out rcupdate.c non-default boot-time settings | Paul E. McKenney | 1 | -1/+41 |
2017-04-21 | rcu: Make non-preemptive schedule be Tasks RCU quiescent state | Paul E. McKenney | 1 | -0/+1 |
2017-04-18 | srcu: Allow SRCU to access rcu_scheduler_active | Paul E. McKenney | 1 | -18/+34 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-03-02 | rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai... | Ingo Molnar | 1 | -0/+1 |
2017-01-17 | rcu: update: Make RCU_EXPEDITE_BOOT be the default | Sebastian Andrzej Siewior | 1 | -4/+2 |
2017-01-15 | rcu: Narrow early boot window of illegal synchronous grace periods | Paul E. McKenney | 1 | -8/+30 |
2016-08-22 | rcu: Don't use modular infrastructure in non-modular code | Paul Gortmaker | 1 | -2/+1 |
2016-06-16 | rcu: Make call_rcu_tasks() tolerate first call with irqs disabled | Paul E. McKenney | 1 | -2/+5 |
2016-05-20 | debugobjects: insulate non-fixup logic related to static obj from fixup callb... | Du, Changbin | 1 | -23/+3 |