summaryrefslogtreecommitdiff
path: root/kernel/rcu/tiny.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)2023-01-031-6/+3
* rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)2022-11-291-1/+1
*-. Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney2022-09-011-1/+26
|\ \
| | * rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney2022-08-311-0/+10
| |/ |/|
| * rcu: Make tiny RCU support leak callbacks for debug-object errorsZqiang2022-08-311-1/+16
|/
*-. Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney2022-07-211-4/+21
|\ \
| | * rcu: Make Tiny RCU grace periods visible to polled APIsPaul E. McKenney2022-07-211-2/+5
| | * rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney2022-06-201-2/+2
| |/ |/|
| * rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg2022-07-191-0/+14
|/
* srcu: Initialize SRCU after timersFrederic Weisbecker2021-05-101-1/+0
* rcu: Provide polling interfaces for Tiny RCU grace periodsPaul E. McKenney2021-03-241-0/+40
* rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)2020-06-291-2/+2
* rcu/tiny: support vmalloc in tiny-RCUUladzislau Rezki (Sony)2020-06-291-1/+2
* rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)2020-01-241-1/+27
* rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twiceCyrill Gorcunov2019-03-261-1/+1
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-16/+3
|\ \
| | * rcu/tiny: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| |/ |/|
| * rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-251-1/+1
|/
*-. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-301-111/+43
|\ \
| | * srcu: Make call_srcu() available during very early bootPaul E. McKenney2018-08-301-0/+1
| |/ |/|
| * rcu: Motivate Tiny RCU forward progressPaul E. McKenney2018-08-301-1/+5
| * rcu: Clean up flavor-related definitions and comments in tiny.cPaul E. McKenney2018-08-301-5/+5
| * rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney2018-08-301-24/+24
| * rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney2018-08-301-94/+21
|/
* rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park2018-07-121-3/+1
* srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney2017-07-241-2/+0
* rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney2017-06-081-17/+18
* rcu: Remove event tracing from Tiny RCUPaul E. McKenney2017-06-081-6/+0
* rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney2017-06-081-13/+0
* rcu: Semicolon inside RCU_TRACE() for Tiny RCUPaul E. McKenney2017-04-181-10/+10
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-1/+13
* rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney2017-01-231-2/+0
* rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney2017-01-141-4/+0
* latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-061-4/+4
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-4/+4
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-1/+1
|\
| * tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-131-1/+1
* | rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-05-271-0/+5
* | rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney2015-05-271-33/+0
|/
* rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev2015-02-261-11/+0
* rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev2015-02-261-2/+1
*-. Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-151-103/+10
|\ \
| | * rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney2015-01-151-0/+2
| |/ |/|
| * tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_taskLai Jiangshan2015-01-061-92/+7
| * rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCUAlexander Gordeev2014-12-301-11/+1
|/
*-. Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-131-1/+1
|\ \
| * | rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney2014-11-031-1/+1
| |/
* | rcutorture: Add early boot self testsPranith Kumar2014-11-031-1/+3
|/
* Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-161-5/+7
|\