summaryrefslogtreecommitdiff
path: root/kernel/rcu/tiny.c
AgeCommit message (Expand)Author
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2025-02-05rcutorture: Make cur_ops->format_gp_seqs take buffer lengthPaul E. McKenney
2025-02-05rcutorture: Expand failure/close-call grace-period outputPaul E. McKenney
2025-02-05rcutorture: Include grace-period sequence numbers in failure/close-callPaul E. McKenney
2025-02-05rcu, slab: use a regular callback function for kvfree_rcuVlastimil Babka
2025-02-05slab, rcu: move TINY_RCU variant of kvfree_rcu() to SLABVlastimil Babka
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos
2024-04-15rcu: Make Tiny RCU explicitly disable preemptionPaul E. McKenney
2024-04-15rcu: Remove redundant BH disabling in TINY_RCUPaul E. McKenney
2024-02-25rcu-tasks: Initialize callback lists at rcu_init() timePaul E. McKenney
2023-09-13rcu: Dump memory object info if callback function is invalidZhen Lei
2023-01-03rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney
2022-08-31rcu: Make tiny RCU support leak callbacks for debug-object errorsZqiang
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney
2022-07-21rcu: Make Tiny RCU grace periods visible to polled APIsPaul E. McKenney
2022-07-19rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg
2022-06-20rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney
2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker
2021-03-24rcu: Provide polling interfaces for Tiny RCU grace periodsPaul E. McKenney
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)
2020-06-29rcu/tiny: support vmalloc in tiny-RCUUladzislau Rezki (Sony)
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)
2019-03-26rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twiceCyrill Gorcunov
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09rcu/tiny: Convert to SPDX license identifierPaul E. McKenney
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-08-30rcu: Motivate Tiny RCU forward progressPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in tiny.cPaul E. McKenney
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-07-12rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park
2017-07-24srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney
2017-06-08rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney
2017-06-08rcu: Remove event tracing from Tiny RCUPaul E. McKenney
2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney
2017-04-18rcu: Semicolon inside RCU_TRACE() for Tiny RCUPaul E. McKenney
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-01-23rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney
2017-01-14rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-05-27rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney