aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-07rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney1-1/+4
2021-12-07rcu: Mark sync_sched_exp_online_cleanup() ->cpu_no_qs.b.exp loadPaul E. McKenney1-1/+1
2021-12-07rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.expFrederic Weisbecker3-10/+8
2021-12-07rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp()Frederic Weisbecker2-4/+3
2021-12-07rcu: Ignore rdp.cpu_no_qs.b.exp on preemptible RCU's rcu_qs()Frederic Weisbecker1-1/+5
2021-12-07sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua1-5/+18
2021-12-07sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song1-0/+5
2021-12-07dma-direct: factor the swiotlb code out of __dma_direct_alloc_pagesChristoph Hellwig1-9/+15
2021-12-07dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionalsChristoph Hellwig1-4/+2
2021-12-07dma-direct: warn if there is no pool for force unencrypted allocationsChristoph Hellwig1-4/+5
2021-12-07dma-direct: fail allocations that can't be made coherentChristoph Hellwig1-2/+3
2021-12-07dma-direct: refactor the !coherent checks in dma_direct_allocChristoph Hellwig1-25/+41
2021-12-07dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig1-11/+20
2021-12-07dma-direct: clean up the remapping checks in dma_direct_allocChristoph Hellwig1-22/+26
2021-12-07dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig1-4/+10
2021-12-07dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig1-7/+6
2021-12-07dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig1-31/+25
2021-12-06bpf: Silence purge_cand_cache build warning.Alexei Starovoitov1-0/+2
2021-12-06tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2-4/+2
2021-12-06tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang1-1/+1
2021-12-06tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)1-7/+4
2021-12-06tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)1-18/+7
2021-12-06tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)1-10/+4
2021-12-06tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)2-27/+36