summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorLines
2023-11-08Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds-11/+32
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+12
2023-11-01rcu: Introduce rcu_cpu_online()Frederic Weisbecker-0/+7
2023-11-01rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra-11/+25
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...Frederic Weisbecker-72/+170
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker-4/+8
2023-10-04rcu: Conditionally build CPU-hotplug teardown callbacksFrederic Weisbecker-60/+54
2023-10-04rcu: dynamically allocate the rcu-kfree shrinkerQi Zheng-9/+12
2023-10-04rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker-2/+2
2023-10-04rcu: Assume IRQS disabled from rcu_report_dead()Frederic Weisbecker-4/+6
2023-10-04rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas-0/+9
2023-09-13rcu: Eliminate rcu_gp_slow_unregister() false positivePaul E. McKenney-1/+1
2023-09-13rcu: Dump memory object info if callback function is invalidZhen Lei-0/+1
2023-09-13rcu: Add sysfs to provide throttled access to rcu_barrier()Paul E. McKenney-0/+76
2023-09-13rcu/tree: Remove superfluous return from void call_rcu* functionsJoel Fernandes (Google)-2/+2
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)-0/+12
2023-08-16rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs loadPaul E. McKenney-1/+1
2023-07-19rcu: Clarify rcu_is_watching() kernel-doc commentPaul E. McKenney-5/+9
2023-06-07Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...Paul E. McKenney-43/+88
2023-05-11rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney-1/+11
2023-05-11rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney-6/+5
2023-05-11rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_workPaul E. McKenney-2/+2
2023-05-11rcu: Employ jiffies-based backstop to callback time limitPaul E. McKenney-8/+20
2023-05-11rcu: Check callback-invocation time limit for rcuc kthreadsPaul E. McKenney-9/+19
2023-05-09rcu/kvfree: Make drain_page_cache() take early return if cache is disabledZqiang-0/+3
2023-05-09rcu/kvfree: Make fill page cache start from krcp->nr_bkv_objsZqiang-1/+1
2023-05-09rcu/kvfree: Do not run a page work if a cache is disabledUladzislau Rezki (Sony)-0/+4
2023-05-09rcu/kvfree: Use consistent krcp when growing kfree_rcu() page cacheZqiang-1/+1
2023-05-09rcu/kvfree: Invoke debug_rcu_bhead_unqueue() after checking bnode->gp_snapZqiang-1/+1
2023-05-09rcu/kvfree: Add debug check for GP complete for kfree_rcu_cpu listUladzislau Rezki (Sony)-1/+7
2023-05-09rcu/kvfree: Add debug to check grace periodsPaul E. McKenney-18/+19
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+11
2023-04-06rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai-8/+19
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)-0/+2
2023-04-05rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian-0/+1
2023-04-05rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked earlyZqiang-3/+2
2023-04-05rcu: Remove never-set needwake assignment from rcu_report_qs_rdp()Zqiang-4/+6
2023-04-05rcu: Add comment to rcu_do_batch() identifying rcuoc code pathPaul E. McKenney-0/+2
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney-0/+18
2023-02-02Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney-275/+364
2023-01-23rcu: Disable laziness if lazy-tracking says soJoel Fernandes (Google)-1/+3
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)-0/+2
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang-5/+0
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei-0/+18
2023-01-03rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)-33/+54
2023-01-03rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)-10/+30
2023-01-03rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)-2/+2
2023-01-03rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)-8/+39
2023-01-03rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)-7/+4
2023-01-03rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)-49/+65