summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-04-27rcu-tasks: Move #ifdef into tasks.hPaul E. McKenney
2020-04-27rcu-tasks: Add stall warnings for RCU Tasks TracePaul E. McKenney
2020-04-27rcutorture: Add torture tests for RCU Tasks TracePaul E. McKenney
2020-04-27rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney
2020-04-27rcu-tasks: Code movement to allow more Tasks RCU variantsPaul E. McKenney
2020-04-27rcu-tasks: Further refactor RCU-tasks to allow adding more variantsPaul E. McKenney
2020-04-27rcu-tasks: Use unique names for RCU-Tasks kthreads and messagesPaul E. McKenney
2020-04-27rcutorture: Add torture tests for RCU Tasks RudePaul E. McKenney
2020-04-27rcu-tasks: Add an RCU-tasks rude variantPaul E. McKenney
2020-04-27rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney
2020-04-27rcutorture: Add a test for synchronize_rcu_mult()Paul E. McKenney
2020-04-27rcu-tasks: Create struct to hold state informationPaul E. McKenney
2020-04-27rcu-tasks: Move Tasks RCU to its own filePaul E. McKenney
2020-04-27rcu: Add per-task state to RCU CPU stall warningsPaul E. McKenney
2020-04-27sched/core: Add function to sample state of locked-down taskPaul E. McKenney
2020-04-27rcu-tasks: Use context-switch hook for PREEMPT=y kernelsPaul E. McKenney
2020-04-27rcu: Add comments marking transitions between RCU watching and notPaul E. McKenney
2020-04-27rcutorture: Add test of holding scheduler locks across rcu_read_unlock()Paul E. McKenney
2020-04-27rcu: Don't use negative nesting depth in __rcu_read_unlock()Lai Jiangshan
2020-04-27rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs fieldLai Jiangshan
2020-04-27rcu: Don't set nesting depth negative in rcu_preempt_deferred_qs()Lai Jiangshan
2020-04-27rcu: Make rcu_read_unlock_special() safe for rq/pi locksPaul E. McKenney
2020-04-27rcu: Add KCSAN stubs to update.cPaul E. McKenney
2020-04-27rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney
2020-04-27rcu/tree: Count number of batched kfree_rcu() locklesslyJoel Fernandes (Google)
2020-04-27rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batchingJoel Fernandes (Google)
2020-04-27rcuperf: Add ability to increase object allocation sizeJoel Fernandes (Google)
2020-04-27rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()Paul E. McKenney
2020-04-27rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()Paul E. McKenney
2020-04-27rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparisonPaul E. McKenney
2020-04-27rcu: Replace 1 by trueJules Irenge
2020-04-27rcu: Replace assigned pointer ret value by corresponding boolean valueJules Irenge
2020-04-27rcu: Mark rcu_state.gp_seq to detect more concurrent writesPaul E. McKenney
2020-04-27rcu: Get rid of some doc warnings in update.cMauro Carvalho Chehab
2020-04-27rcu: Fix the (t=0 jiffies) false positiveZhaolong Zhang
2020-04-27rcu: Expedite first two FQS scans under callback-overload conditionsPaul E. McKenney
2020-04-27rcu: Use data_race() for RCU CPU stall-warning printsPaul E. McKenney
2020-04-27rcu: Add WRITE_ONCE() to rcu_node ->boost_tasksPaul E. McKenney
2020-04-27srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arraysPaul E. McKenney
2020-04-27rcu: Add READ_ONCE and data_race() to rcu_node ->boost_tasksPaul E. McKenney
2020-04-27rcu: Add *_ONCE() and data_race() to rcu_node ->exp_tasks plus lockingPaul E. McKenney
2020-04-27rcu: Mark rcu_state.ncpus to detect concurrent writesPaul E. McKenney
2020-04-27srcu: Add KCSAN stubsPaul E. McKenney
2020-04-27rcu: Add KCSAN stubsPaul E. McKenney
2020-04-27PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24bpf: Make bpf_link_fops staticZou Wei