aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-125/+278
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2-7/+19
2020-11-24irq_work: CleanupPeter Zijlstra1-2/+1
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEADPaul E. McKenney12-130/+287
2020-11-19srcu: Take early exit on memory-allocation failurePaul E. McKenney1-1/+3
2020-11-19rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)1-43/+66
2020-11-19rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney1-1/+1
2020-11-19rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou1-1/+1
2020-11-19rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney2-1/+21
2020-11-19rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)1-1/+2
2020-11-19rcu,ftrace: Fix ftrace recursionPeter Zijlstra1-1/+4
2020-11-19rcu/tree: Make struct kernel_param_ops definitions constJoe Perches1-2/+2
2020-11-19rcu/tree: Add a warning if CPU being onlined did not report QS alreadyJoel Fernandes (Google)1-1/+3
2020-11-19rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU configNeeraj Upadhyay1-8/+12
2020-11-19rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay2-2/+18
2020-11-19rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker2-15/+8
2020-11-19rcu: Panic after fixed number of stallschao1-0/+6
2020-11-19rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra1-2/+2
2020-11-17Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-5/+17
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney1-5/+17
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon1-1/+1
2020-11-06rcu-tasks: Make the units of ->init_fract be jiffiesPaul E. McKenney1-8/+6
2020-11-06rcutorture: Don't do need_resched() testing if ->sync is NULLPaul E. McKenney1-3/+5
2020-11-06rcutorture: Small code cleanupsPaul E. McKenney1-2/+2
2020-11-06rcutorture: Make stutter_wait() caller restore priorityPaul E. McKenney1-6/+18
2020-11-06rcutorture: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-06refscale: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-06rcuscale: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-06rcuscale: Add RCU Tasks TracePaul E. McKenney1-1/+31
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney1-0/+8
2020-11-02refscale: Bounds-check module parametersPaul E. McKenney1-0/+6
2020-11-02rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney3-18/+39
2020-11-02rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loopPaul E. McKenney1-4/+1
2020-11-02srcu: Use a more appropriate lockdep helperJakub Kicinski1-1/+1
2020-10-26stop_machine, rcu: Mark functions as notraceZong Li1-1/+1
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-288/+395
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-8/+6
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-12/+41
2020-10-15rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuMauro Carvalho Chehab1-8/+6
2020-10-12Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar14-288/+395
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-09-25Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd2-2/+2
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov1-0/+2
2020-09-16rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney1-0/+2
2020-09-16rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney1-4/+4
2020-09-16rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney1-0/+6