| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-24 | Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.2021.03.08a', 'mmdumpobj.2021.03.08a', 'nocb.2021.03.15a', 'poll.2021.03.24a', 'rt.2021.03.08a', 'tasks.2021.03.08a', 'torture.2021.03.08a' and 'torturescript.2021.03.22a' into HEAD |  Paul E. McKenney | 1 | -45/+124 |
| 2021-03-22 | rcu: Provide polling interfaces for Tree RCU grace periods |  Paul E. McKenney | 1 | -7/+68 |
| 2021-03-08 | rcu/nocb: Only (re-)initialize segcblist when needed on CPU up |  Frederic Weisbecker | 1 | -5/+4 |
| 2021-03-08 | rcu/nocb: Forbid NOCB toggling on offline CPUs |  Frederic Weisbecker | 1 | -2/+1 |
| 2021-03-08 | rcu/nocb: Detect unsafe checks for offloaded rdp |  Frederic Weisbecker | 1 | -10/+11 |
| 2021-03-08 | kvfree_rcu: Use same set of GFP flags as does single-argument |  Uladzislau Rezki (Sony) | 1 | -1/+1 |
| 2021-03-08 | kvfree_rcu: Replace __GFP_RETRY_MAYFAIL by __GFP_NORETRY |  Uladzislau Rezki (Sony) | 1 | -1/+13 |
| 2021-03-08 | kvfree_rcu: Make krc_this_cpu_unlock() use raw_spin_unlock_irqrestore() |  Paul E. McKenney | 1 | -2/+1 |
| 2021-03-08 | kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu() |  Paul E. McKenney | 1 | -1/+1 |
| 2021-03-08 | kvfree_rcu: Directly allocate page for single-argument case |  Uladzislau Rezki (Sony) | 1 | -16/+26 |
| 2021-03-08 | rcu: Remove spurious instrumentation_end() in rcu_nmi_enter() |  Zhouyi Zhou | 1 | -1/+0 |
| 2021-03-08 | rcu: Fix CPU-offline trace in rcutree_dying_cpu |  Neeraj Upadhyay | 1 | -1/+1 |
| 2021-03-08 | rcu: Remove superfluous rdp fetch |  Frederic Weisbecker | 1 | -1/+0 |
| 2021-02-21 | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+52 |
| 2021-02-17 | entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point |  Frederic Weisbecker | 1 | -10/+34 |
| 2021-02-17 | entry: Explicitly flush pending rcuog wakeup before last rescheduling point |  Frederic Weisbecker | 1 | -5/+7 |
| 2021-02-17 | rcu/nocb: Trigger self-IPI on late deferred wake up before user resume |  Frederic Weisbecker | 1 | -1/+20 |
| 2021-02-17 | rcu/nocb: Perform deferred wake up before last idle's need_resched() check |  Frederic Weisbecker | 1 | -3/+0 |
| 2021-02-17 | rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers |  Frederic Weisbecker | 1 | -1/+10 |
| 2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEAD |  Paul E. McKenney | 1 | -32/+69 |
| 2021-01-22 | rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback |  Paul E. McKenney | 1 | -2/+5 |
| 2021-01-06 | rcu: Check and report missed fqs timer wakeup on RCU stall |  Neeraj Upadhyay | 1 | -10/+15 |
| 2021-01-06 | rcu: Do any deferred nocb wakeups at CPU offline time |  Paul E. McKenney | 1 | -0/+3 |
| 2021-01-06 | rcu/nocb: Locally accelerate callbacks as long as offloading isn't complete |  Frederic Weisbecker | 1 | -4/+3 |
| 2021-01-06 | rcu/nocb: Process batch locally as long as offloading isn't complete |  Frederic Weisbecker | 1 | -1/+2 |
| 2021-01-06 | rcu/nocb: Only cond_resched() from actual offloaded batch processing |  Frederic Weisbecker | 1 | -2/+1 |
| 2021-01-06 | rcu/nocb: Always init segcblist on CPU up |  Frederic Weisbecker | 1 | -3/+9 |
| 2021-01-06 | rcu/nocb: Provide basic callback offloading state machine bits |  Frederic Weisbecker | 1 | -0/+3 |
| 2021-01-06 | rcu/segcblist: Add debug checks for segment lengths |  Joel Fernandes (Google) | 1 | -2/+6 |
| 2021-01-06 | rcu/trace: Add tracing for how segcb list changes |  Joel Fernandes (Google) | 1 | -0/+9 |
| 2021-01-06 | rcu/tree: segcblist: Remove redundant smp_mb()s |  Joel Fernandes (Google) | 1 | -1/+0 |
| 2021-01-04 | rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees |  Paul E. McKenney | 1 | -0/+4 |
| 2021-01-04 | rcu: Unconditionally use rcuc threads on PREEMPT_RT |  Scott Wood | 1 | -1/+3 |
| 2021-01-04 | rcu: Record kvfree_call_rcu() call stack for KASAN |  Zqiang | 1 | -0/+1 |
| 2021-01-04 | rcu/tree: Make rcu_do_batch count how many callbacks were executed |  Joel Fernandes (Google) | 1 | -6/+5 |
| 2020-12-14 | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+1 |
| 2020-12-14 | Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -68/+132 |
| 2020-11-27 | Merge branch 'linus' into sched/core, to resolve semantic conflict |  Ingo Molnar | 1 | -2/+2 |
| 2020-11-24 | irq_work: Cleanup |  Peter Zijlstra | 1 | -2/+1 |
| 2020-11-19 | Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEAD |  Paul E. McKenney | 1 | -68/+124 |
| 2020-11-19 | rcu/tree: Defer kvfree_rcu() allocation to a clean context |  Uladzislau Rezki (Sony) | 1 | -43/+66 |
| 2020-11-19 | rcu: Fix a typo in rcu_blocking_is_gp() header comment |  Zhouyi Zhou | 1 | -1/+1 |
| 2020-11-19 | rcu: Prevent lockdep-RCU splats on lock acquisition/release |  Paul E. McKenney | 1 | -1/+20 |
| 2020-11-19 | rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBs |  Joel Fernandes (Google) | 1 | -1/+2 |
| 2020-11-19 | rcu,ftrace: Fix ftrace recursion |  Peter Zijlstra | 1 | -1/+4 |
| 2020-11-19 | rcu/tree: Make struct kernel_param_ops definitions const |  Joe Perches | 1 | -2/+2 |
| 2020-11-19 | rcu/tree: Add a warning if CPU being onlined did not report QS already |  Joel Fernandes (Google) | 1 | -1/+3 |
| 2020-11-19 | rcu: Fix single-CPU check in rcu_blocking_is_gp() |  Neeraj Upadhyay | 1 | -2/+17 |
| 2020-11-19 | rcu: Implement rcu_segcblist_is_offloaded() config dependent |  Frederic Weisbecker | 1 | -14/+7 |
| 2020-11-19 | rcu: Allow rcu_irq_enter_check_tick() from NMI |  Peter Zijlstra | 1 | -2/+2 |