summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-06-29rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()Paul E. McKenney
2020-06-29rcu-tasks: Add #include of rcupdate_trace.h to update.cPaul E. McKenney
2020-06-29rcu-tasks: Make rcu_tasks_postscan() be staticPaul E. McKenney
2020-06-29rcu-tasks: Convert sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)
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-06-29rcu/tree: Maintain separate array for vmalloc ptrsUladzislau Rezki (Sony)
2020-06-29rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)
2020-06-29rcu/tree: Use static initializer for krc.lockSebastian Andrzej Siewior
2020-06-29rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functionsUladzislau Rezki (Sony)
2020-06-29rcu/tree: Simplify KFREE_BULK_MAX_ENTR macroUladzislau Rezki (Sony)
2020-06-29rcu/tree: Make debug_objects logic independent of rcu_headJoel Fernandes (Google)
2020-06-29rcu/tree: Repeat the monitor if any free channel is busyUladzislau Rezki (Sony)
2020-06-29rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)
2020-06-29rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)
2020-06-29rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab
2020-06-29kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap
2020-06-29rcu: grpnum just records group numberWei Yang
2020-06-29rcu: grplo/grphi just records CPU numberWei Yang
2020-06-29rcu: gp_max is protected by root rcu_node's lockWei Yang
2020-06-29rcu: Stop shrinker loopPeter Enderborg
2020-06-29rcu: Replace 1 with trueJules Irenge
2020-06-29lockdep: Complain only once about RCU in extended quiescent statePaul E. McKenney
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney
2020-06-29rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney
2020-06-29tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker
2020-06-29rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seqLihao Liang
2020-06-29rcu: Expedited grace-period sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: No-CBs-related sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Priority-boost-related sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney
2020-06-29rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang
2020-06-29rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab
2020-06-29docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab
2020-06-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)
2020-06-29cgroup: unexport cgroup_rstat_updatedChristoph Hellwig
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)
2020-06-29dma-mapping: warn when coherent pool is depletedDavid Rientjes
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli