summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-12-09genirq/msi: Remove unused domain callbacksThomas Gleixner
2021-12-09genirq/msi: Guard sysfs codeThomas Gleixner
2021-12-08bpf: Remove redundant assignment to pointer tColin Ian King
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-08sched/fair: Cleanup task_util and capacity typeVincent Donnefort
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa
2021-12-08dma-direct: add a dma_direct_use_pool helperChristoph Hellwig
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse
2021-12-07tracing: Make trace_marker{,_raw} stream-likeJohn Keeping
2021-12-07rcutorture: Combine n_max_cbs from all kthreads in a callback floodPaul E. McKenney
2021-12-07rcutorture: Add ability to limit callback-flood intensityPaul E. McKenney
2021-12-07rcutorture: Enable multiple concurrent callback-flood kthreadsPaul E. McKenney
2021-12-07rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa
2021-12-07locktorture,rcutorture,torture: Always log error messageLi Zhijian
2021-12-07scftorture: Always log error messageLi Zhijian
2021-12-07rcuscale: Always log error messageLi Zhijian
2021-12-07scftorture: Remove unused SCFTORTOUTLi Zhijian
2021-12-07scftorture: Add missing '\n' to flush messageLi Zhijian
2021-12-07refscale: Add missing '\n' to flush messageLi Zhijian
2021-12-07refscale: Always log the error messageLi Zhijian
2021-12-07rcu_tasks: Convert bespoke callback list to rcu_segcblist structurePaul E. McKenney
2021-12-07rcu-tasks: Convert grace-period counter to grace-period sequence numberPaul E. McKenney
2021-12-07rcu-tasks: Introduce ->percpu_enqueue_shift for dynamic queue selectionPaul E. McKenney
2021-12-07rcu-tasks: Create per-CPU callback listsPaul E. McKenney
2021-12-07rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthreadFrederic Weisbecker
2021-12-07rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker
2021-12-07rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker
2021-12-07rcu/nocb: Limit number of softirq callbacks only on softirqFrederic Weisbecker
2021-12-07rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()Frederic Weisbecker
2021-12-07rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_checkFrederic Weisbecker
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safeFrederic Weisbecker
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration preempt-safeThomas Gleixner
2021-12-07rcu/nocb: Invoke rcu_core() at the start of deoffloadingFrederic Weisbecker
2021-12-07rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker
2021-12-07rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloa...Frederic Weisbecker
2021-12-07rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney
2021-12-07rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker
2021-12-07rcu: Make idle entry report expedited quiescent statesPaul E. McKenney
2021-12-07rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney
2021-12-07rcu: Mark sync_sched_exp_online_cleanup() ->cpu_no_qs.b.exp loadPaul E. McKenney
2021-12-07rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.expFrederic Weisbecker
2021-12-07rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp()Frederic Weisbecker
2021-12-07rcu: Ignore rdp.cpu_no_qs.b.exp on preemptible RCU's rcu_qs()Frederic Weisbecker
2021-12-07sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua
2021-12-07sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song
2021-12-07dma-direct: factor the swiotlb code out of __dma_direct_alloc_pagesChristoph Hellwig
2021-12-07dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionalsChristoph Hellwig
2021-12-07dma-direct: warn if there is no pool for force unencrypted allocationsChristoph Hellwig
2021-12-07dma-direct: fail allocations that can't be made coherentChristoph Hellwig