index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-05-18
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...
Paul E. McKenney
2021-05-18
rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent states
Paul E. McKenney
2021-05-13
rcu: Improve comments describing RCU read-side critical sections
Paul E. McKenney
2021-05-12
rcu: Fix various typos in comments
Ingo Molnar
2021-05-12
rcu/nocb: Prepare for fine-grained deferred wakeup
Frederic Weisbecker
2021-05-10
rcu: Point to documentation of ordering guarantees
Paul E. McKenney
2021-05-10
rcu: Make rcu_gp_cleanup() be noinline for tracing
Paul E. McKenney
2021-05-10
rcu: Make RCU priority boosting work on single-CPU rcu_node structures
Paul E. McKenney
2021-05-10
rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
Paul E. McKenney
2021-05-10
rcu: Improve tree.c comments and add code cleanups
Zhouyi Zhou
2021-05-10
rcu: Remove the unused rcu_irq_exit_preempt() function
Paul E. McKenney
2021-05-10
srcu: Fix broken node geometry after early ssp init
Frederic Weisbecker
2021-05-10
srcu: Initialize SRCU after timers
Frederic Weisbecker
2021-05-10
kvfree_rcu: Refactor kfree_rcu_monitor()
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Fix comments according to current code
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variant
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Update "monitor_todo" once a batch is started
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Add a bulk-list check when a scheduler is run
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objs
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Release a page cache under memory pressure
Zhang Qiang
2021-03-24
Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20...
Paul E. McKenney
2021-03-22
rcu: Provide polling interfaces for Tree RCU grace periods
Paul E. McKenney
2021-03-08
rcu/nocb: Only (re-)initialize segcblist when needed on CPU up
Frederic Weisbecker
2021-03-08
rcu/nocb: Forbid NOCB toggling on offline CPUs
Frederic Weisbecker
2021-03-08
rcu/nocb: Detect unsafe checks for offloaded rdp
Frederic Weisbecker
2021-03-08
kvfree_rcu: Use same set of GFP flags as does single-argument
Uladzislau Rezki (Sony)
2021-03-08
kvfree_rcu: Replace __GFP_RETRY_MAYFAIL by __GFP_NORETRY
Uladzislau Rezki (Sony)
2021-03-08
kvfree_rcu: Make krc_this_cpu_unlock() use raw_spin_unlock_irqrestore()
Paul E. McKenney
2021-03-08
kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu()
Paul E. McKenney
2021-03-08
kvfree_rcu: Directly allocate page for single-argument case
Uladzislau Rezki (Sony)
2021-03-08
rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()
Zhouyi Zhou
2021-03-08
rcu: Fix CPU-offline trace in rcutree_dying_cpu
Neeraj Upadhyay
2021-03-08
rcu: Remove superfluous rdp fetch
Frederic Weisbecker
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-17
entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
2021-02-17
entry: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
2021-02-17
rcu/nocb: Trigger self-IPI on late deferred wake up before user resume
Frederic Weisbecker
2021-02-17
rcu/nocb: Perform deferred wake up before last idle's need_resched() check
Frederic Weisbecker
2021-02-17
rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers
Frederic Weisbecker
2021-01-22
Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...
Paul E. McKenney
2021-01-22
rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback
Paul E. McKenney
2021-01-06
rcu: Check and report missed fqs timer wakeup on RCU stall
Neeraj Upadhyay
2021-01-06
rcu: Do any deferred nocb wakeups at CPU offline time
Paul E. McKenney
2021-01-06
rcu/nocb: Locally accelerate callbacks as long as offloading isn't complete
Frederic Weisbecker
2021-01-06
rcu/nocb: Process batch locally as long as offloading isn't complete
Frederic Weisbecker
2021-01-06
rcu/nocb: Only cond_resched() from actual offloaded batch processing
Frederic Weisbecker
2021-01-06
rcu/nocb: Always init segcblist on CPU up
Frederic Weisbecker
2021-01-06
rcu/nocb: Provide basic callback offloading state machine bits
Frederic Weisbecker
[next]