aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09rcu-tasks: Use workqueues for multiple rcu_tasks_invoke_cbs() invocationsPaul E. McKenney1-23/+52
2021-12-09rcu-tasks: Abstract invocations of callbacksPaul E. McKenney1-22/+34
2021-12-09rcu-tasks: Abstract checking of callback listsPaul E. McKenney1-23/+38
2021-12-09wait: add wake_up_pollfree()Eric Biggers1-0/+7
2021-12-09rcu-tasks: Add a ->percpu_enqueue_lim to the rcu_tasks structurePaul E. McKenney1-0/+4
2021-12-09rcu-tasks: Inspect stalled task's trc state in locked stateNeeraj Upadhyay1-9/+34
2021-12-09rcu-tasks: Use spin_lock_rcu_node() and friendsPaul E. McKenney1-22/+20
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin1-5/+6
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner1-4/+25
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner1-2/+2
2021-12-09genirq/msi: Fixup includesThomas Gleixner1-0/+1
2021-12-09genirq/msi: Remove unused domain callbacksThomas Gleixner1-5/+0
2021-12-09genirq/msi: Guard sysfs codeThomas Gleixner1-0/+2
2021-12-08bpf: Remove redundant assignment to pointer tColin Ian King1-1/+1
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-10/+3
2021-12-08sched/fair: Cleanup task_util and capacity typeVincent Donnefort1-2/+3
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa1-0/+4
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa1-1/+3
2021-12-08dma-direct: add a dma_direct_use_pool helperChristoph Hellwig1-6/+12
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse2-2/+15
2021-12-07tracing: Make trace_marker{,_raw} stream-likeJohn Keeping1-10/+8
2021-12-07rcutorture: Combine n_max_cbs from all kthreads in a callback floodPaul E. McKenney1-0/+9
2021-12-07rcutorture: Add ability to limit callback-flood intensityPaul E. McKenney1-5/+14
2021-12-07rcutorture: Enable multiple concurrent callback-flood kthreadsPaul E. McKenney1-28/+86
2021-12-07rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa1-0/+5
2021-12-07locktorture,rcutorture,torture: Always log error messageLi Zhijian3-8/+8
2021-12-07scftorture: Always log error messageLi Zhijian1-5/+4
2021-12-07rcuscale: Always log error messageLi Zhijian1-7/+7
2021-12-07scftorture: Remove unused SCFTORTOUTLi Zhijian1-3/+0
2021-12-07scftorture: Add missing '\n' to flush messageLi Zhijian1-3/+3
2021-12-07refscale: Add missing '\n' to flush messageLi Zhijian1-4/+7
2021-12-07refscale: Always log the error messageLi Zhijian1-4/+3
2021-12-07rcu_tasks: Convert bespoke callback list to rcu_segcblist structurePaul E. McKenney2-24/+30
2021-12-07rcu-tasks: Convert grace-period counter to grace-period sequence numberPaul E. McKenney1-4/+5
2021-12-07rcu-tasks: Introduce ->percpu_enqueue_shift for dynamic queue selectionPaul E. McKenney1-1/+6
2021-12-07rcu-tasks: Create per-CPU callback listsPaul E. McKenney1-28/+78
2021-12-07rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthreadFrederic Weisbecker1-5/+5
2021-12-07rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker1-13/+12
2021-12-07rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker1-10/+15
2021-12-07rcu/nocb: Limit number of softirq callbacks only on softirqFrederic Weisbecker1-3/+2
2021-12-07rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()Frederic Weisbecker1-5/+3
2021-12-07rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_checkFrederic Weisbecker1-1/+1
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safeFrederic Weisbecker1-2/+16
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration preempt-safeThomas Gleixner1-2/+3
2021-12-07rcu/nocb: Invoke rcu_core() at the start of deoffloadingFrederic Weisbecker3-4/+28
2021-12-07rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker4-17/+27
2021-12-07rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloadingFrederic Weisbecker1-6/+10
2021-12-07rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney1-3/+4
2021-12-07rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker1-0/+1
2021-12-07rcu: Make idle entry report expedited quiescent statesPaul E. McKenney2-2/+13