aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2023-11-08Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Linus Torvalds 3-14/+63
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-18/+22
2023-11-01rcu/tasks-trace: Handle new PF_IDLE semanticsGravatar Frederic Weisbecker 1-1/+1
2023-11-01rcu/tasks: Handle new PF_IDLE semanticsGravatar Frederic Weisbecker 1-2/+28
2023-11-01rcu: Introduce rcu_cpu_online()Gravatar Frederic Weisbecker 2-0/+9
2023-11-01rcu: Break rcu_node_0 --> &rq->__lock orderGravatar Peter Zijlstra 1-11/+25
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...Gravatar Frederic Weisbecker 12-141/+377
2023-10-13srcu: Only accelerate on enqueue timeGravatar Frederic Weisbecker 1-4/+2
2023-10-10srcu: Fix callbacks acceleration mishandlingGravatar Frederic Weisbecker 1-2/+29
2023-10-04rcu: Standardize explicit CPU-hotplug callsGravatar Frederic Weisbecker 1-4/+8
2023-10-04rcu: Conditionally build CPU-hotplug teardown callbacksGravatar Frederic Weisbecker 1-60/+54
2023-10-04rcu: dynamically allocate the rcu-kfree shrinkerGravatar Qi Zheng 1-9/+12
2023-10-04rcu: dynamically allocate the rcu-lazy shrinkerGravatar Qi Zheng 1-9/+10
2023-10-04rcu: Assume rcu_report_dead() is always called locallyGravatar Frederic Weisbecker 1-2/+2
2023-10-04rcu: Assume IRQS disabled from rcu_report_dead()Gravatar Frederic Weisbecker 1-4/+6
2023-10-04rcu: Use rcu_segcblist_segempty() instead of open coding itGravatar Frederic Weisbecker 1-2/+2
2023-10-04rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsGravatar Catalin Marinas 1-0/+9
2023-09-26srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsGravatar Denis Arefev 1-2/+2
2023-09-24rcutorture: Traverse possible cpu to set maxcpu in rcu_nocb_toggle()Gravatar Zqiang 1-1/+1
2023-09-24rcutorture: Replace schedule_timeout*() 1-jiffy waits with HZ/20Gravatar Joel Fernandes (Google) 1-6/+6
2023-09-24torture: Move rcutorture_sched_setaffinity() out of rcutortureGravatar Paul E. McKenney 3-9/+5
2023-09-24rcu: Include torture_sched_setaffinity() declarationGravatar Arnd Bergmann 1-0/+1
2023-09-13rcu: Eliminate rcu_gp_slow_unregister() false positiveGravatar Paul E. McKenney 1-1/+1
2023-09-13rcu: Dump memory object info if callback function is invalidGravatar Zhen Lei 6-0/+12
2023-09-13rcu: Add sysfs to provide throttled access to rcu_barrier()Gravatar Paul E. McKenney 1-0/+76
2023-09-13rcu/tree: Remove superfluous return from void call_rcu* functionsGravatar Joel Fernandes (Google) 1-2/+2
2023-09-13srcu: Fix error handling in init_srcu_struct_fields()Gravatar Joel Fernandes (Google) 1-15/+17
2023-09-11refscale: Print out additional module parametersGravatar Paul E. McKenney 1-2/+2
2023-09-11refscale: Fix misplaced data re-readGravatar Paul E. McKenney 1-1/+1
2023-09-11rcu-tasks: Make rcu_tasks_lazy_ms staticGravatar Jiapeng Chong 1-1/+1
2023-09-11rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loopGravatar Paul E. McKenney 1-1/+3
2023-09-11rcu-tasks: Add printk()s to localize boot-time self-test hangGravatar Paul E. McKenney 1-1/+3
2023-09-11rcu/tree: Defer setting of jiffies during stall resetGravatar Joel Fernandes (Google) 3-2/+34
2023-09-11rcutorture: Add test of RCU CPU stall notifiersGravatar Paul E. McKenney 1-0/+21
2023-09-11rcu: Add RCU CPU stall notifierGravatar Paul E. McKenney 3-2/+69
2023-09-11rcu: Eliminate check_cpu_stall() duplicate codeGravatar Zhen Lei 1-27/+15
2023-09-11rcu: Don't redump the stalled CPU where RCU GP kthread last ranGravatar Zhen Lei 1-1/+3
2023-09-11rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()Gravatar Zhen Lei 1-7/+5
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+0
2023-08-16Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a...Gravatar Paul E. McKenney 7-39/+252
2023-08-16rcu: Make the rcu_nocb_poll boot parameter usable via boot configGravatar Paul E. McKenney 1-2/+2
2023-08-16rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs loadGravatar Paul E. McKenney 1-1/+1
2023-08-14rcutorture: Stop right-shifting torture_random() return valuesGravatar Paul E. McKenney 1-3/+3
2023-08-14rcu-tasks: Fix boot-time RCU tasks debug-only deadlockGravatar Paul E. McKenney 1-0/+2
2023-07-31rcu-tasks: Permit use of debug-objects with RCU Tasks flavorsGravatar Paul E. McKenney 1-10/+6
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Gravatar Jiri Slaby 1-1/+1
2023-07-19rcu: Clarify rcu_is_watching() kernel-doc commentGravatar Paul E. McKenney 1-5/+9
2023-07-14rcutorture: Dump grace-period state upon rtort_pipe_count incidentsGravatar Paul E. McKenney 1-0/+1
2023-07-14rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Gravatar Zqiang 1-1/+1