summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-041-0/+3
|\
| * locking: Introduce __cleanup() based infrastructurePeter Zijlstra2023-06-261-0/+3
| |
| \
*-. \ Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...Paul E. McKenney2023-06-071-46/+8
|\ \ \ | |_|/ |/| |
| | * rcu/kvfree: Eliminate k[v]free_rcu() single argument macroUladzislau Rezki (Sony)2023-05-091-21/+8
| |/ |/|
| * rcu: Remove RCU_NONIDLE()Peter Zijlstra2023-05-111-25/+0
|/
* mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsVlastimil Babka2023-03-291-2/+4
*---. Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney2023-02-021-4/+15
|\ \ \
| | | * rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker2023-01-031-0/+2
| |_|/ |/| |
| | * rcu/kvfree: Add kvfree_rcu_mightsleep() and kfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-02-021-0/+3
| | * rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)2023-01-031-3/+2
| |/ |/|
| * rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checksPaul E. McKenney2023-01-031-1/+8
|/
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-0/+12
|\
| * rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney2022-10-181-0/+12
| |
| \
*-. \ Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney2022-11-301-0/+14
|\ \ \ | |_|/ |/| |
| | * rcu: Implement lockdep_rcu_enabled for !CONFIG_DEBUG_LOCK_ALLOCJohn Ogness2022-11-091-0/+5
| |/ |/|
| * rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)2022-11-291-0/+9
|/
*-. Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney2022-09-011-5/+37
|\ \
| | * rcu: Add functions to compare grace-period state valuesPaul E. McKenney2022-08-311-0/+21
| | * rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney2022-08-311-0/+3
| |/ |/|
| * rcu: Update rcu_access_pointer() header for rcu_dereference_protected()Paul E. McKenney2022-08-311-5/+13
|/
* Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-211-9/+8
|\
| * rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker2022-07-051-8/+0
| * rcu/context-tracking: Move deferred nocb resched to context trackingFrederic Weisbecker2022-07-051-0/+6
| * context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-051-2/+3
| * context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
| |
| \
*-. \ Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney2022-07-211-8/+20
|\ \ \ | |_|/ |/| |
| | * rcu-tasks: Track blocked RCU Tasks Trace readersPaul E. McKenney2022-06-201-2/+9
| | * rcu-tasks: Merge state into .b.need_qs and atomically updatePaul E. McKenney2022-06-201-7/+11
| |/ |/|
| * rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney2022-06-201-0/+1
|/
* rcu-tasks: Make Tasks RCU account for userspace executionPaul E. McKenney2022-04-111-0/+1
* rcu: Remove __read_mostly annotations from rcu_scheduler_active externsIngo Molnar2022-02-141-1/+1
* rcu: Fix description of kvfree_rcu()Uladzislau Rezki (Sony)2022-02-141-1/+1
* rcu: Replace ________p1 and _________p1 with __UNIQUE_ID(rcu)Chun-Hung Tseng2021-11-301-22/+28
* rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long2021-09-161-1/+2
*-. Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney2021-08-101-2/+2
|\ \
| | * rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou2021-07-201-1/+1
| |/ |/|
| * rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney2021-08-061-1/+1
|/
* rcu: Remove obsolete rcu_read_unlock() deadlock commentaryPaul E. McKenney2021-05-131-27/+6
* rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney2021-05-131-7/+28
* rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney2021-05-131-0/+14
* rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-05-101-1/+1
* Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-1/+1
|\
| * rcu: Fix kfree_rcu() docbook errorsMauro Carvalho Chehab2021-03-081-1/+1
* | rcu: Prevent false positive softirq warning on RTThomas Gleixner2021-03-171-1/+2
|/
* Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-0/+2
|\
| * rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-02-171-0/+2
| * Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-0/+6
| |\
| | \
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-221-20/+28
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| | | | * srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney2021-01-041-0/+2
| |_|_|/ |/| | |
| | | * rcu/nocb: Re-offload supportFrederic Weisbecker2021-01-061-0/+2