aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-01-06torture: Maintain torture-specific set of CPUs-online booksPaul E. McKenney2-2/+18
2021-01-06torture: Clean up after torture-test CPU hotpluggingPaul E. McKenney1-14/+22
2021-01-06rcutorture: Make object_debug also double call_rcu() heap objectPaul E. McKenney1-0/+5
2021-01-06torture: Throttle VERBOSE_TOROUT_*() outputPaul E. McKenney1-0/+20
2021-01-06torture: Make refscale throttle high-rate printk()sPaul E. McKenney1-1/+3
2021-01-06rcutorture: Use hrtimers for reader and writer delaysPaul E. McKenney1-4/+3
2021-01-06torture: Make stutter use torture_hrtimeout_*() functionsPaul E. McKenney1-15/+5
2021-01-06rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waitsPaul E. McKenney1-19/+7
2021-01-06torture: Add fuzzed hrtimer-based sleep functionsPaul E. McKenney1-0/+75
2021-01-06rcutorture: Make rcu_torture_fakewriter() use blocking wait primitivesPaul E. McKenney1-8/+32
2021-01-06rcutorture: Make synctype[] and nsynctype be static globalPaul E. McKenney1-26/+36
2021-01-06rcutorture: Require entire stutter period be post-bootPaul E. McKenney1-1/+3
2021-01-06refscale: Allow summarization of verbose outputPaul E. McKenney1-5/+16
2021-01-06rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay2-10/+47
2021-01-06rcu: Do any deferred nocb wakeups at CPU offline timePaul E. McKenney1-0/+3
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney4-37/+30
2021-01-06rcu/nocb: Add nocb CB kthread list to show_rcu_nocb_state() outputPaul E. McKenney1-0/+1
2021-01-06rcu/nocb: Add grace period and task state to show_rcu_nocb_state() outputPaul E. McKenney2-7/+43
2021-01-06rcutorture: Test runtime toggling of CPUs' callback offloadingPaul E. McKenney1-3/+87
2021-01-06timer: Add timer_curr_running()Frederic Weisbecker1-0/+13
2021-01-06cpu/hotplug: Add lockdep_is_cpus_held()Frederic Weisbecker1-0/+7
2021-01-06rcu/nocb: Locally accelerate callbacks as long as offloading isn't completeFrederic Weisbecker1-4/+3
2021-01-06rcu/nocb: Process batch locally as long as offloading isn't completeFrederic Weisbecker2-1/+14
2021-01-06rcu/nocb: Only cond_resched() from actual offloaded batch processingFrederic Weisbecker1-2/+1
2021-01-06rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloadingFrederic Weisbecker1-1/+8
2021-01-06rcu/nocb: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLYFrederic Weisbecker1-1/+10
2021-01-06rcu/nocb: Shutdown nocb timer on de-offloadingFrederic Weisbecker2-1/+12
2021-01-06rcu/nocb: Re-offload supportFrederic Weisbecker1-22/+136
2021-01-06rcu/nocb: De-offloading GP kthreadFrederic Weisbecker1-3/+51
2021-01-06rcu/nocb: Don't deoffload an offline CPU with pending workFrederic Weisbecker1-0/+9
2021-01-06rcu/nocb: De-offloading CB kthreadFrederic Weisbecker4-22/+121
2021-01-06rcu/nocb: Always init segcblist on CPU upFrederic Weisbecker1-3/+9
2021-01-06rcu/nocb: Provide basic callback offloading state machine bitsFrederic Weisbecker3-2/+14
2021-01-06rcu/nocb: Turn enabled/offload states into a common flagFrederic Weisbecker2-5/+24
2021-01-06rcu/segcblist: Add debug checks for segment lengthsJoel Fernandes (Google)3-2/+21
2021-01-06rcu/trace: Add tracing for how segcb list changesJoel Fernandes (Google)1-0/+9
2021-01-06rcu/tree: segcblist: Remove redundant smp_mb()sJoel Fernandes (Google)2-2/+0
2021-01-06rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)3-46/+81
2021-01-06rcu/segcblist: Add additional comments to explain smp_mb()Joel Fernandes (Google)1-4/+64
2021-01-06staging: ION: remove some references to CONFIG_IONMatthias Maennich1-1/+0
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro1-1/+1
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-10/+10
2021-01-04kernel/audit: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-04rcu: Make TASKS_TRACE_RCU select IRQ_WORKPaul E. McKenney1-0/+1
2021-01-04rcu-tasks: Add RCU-tasks self testsUladzislau Rezki (Sony)1-0/+79
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macrosPaul E. McKenney1-3/+13
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney3-0/+13
2021-01-04locking: Remove duplicate include of percpu-rwsem.hWang Qing1-1/+0
2021-01-04sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra1-5/+4
2021-01-04kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver1-13/+13