summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: ignore consoles without write() callbackJohn Ogness2023-02-181-0/+6
* ftrace: Fix improper usage of __trace_stack() function.Anand Je Saipureddy2023-02-181-5/+3
* locking/rtmutex: switch to EXPORT_SYMBOL() for ww_mutex_lock{,_interruptible}()Yajun Deng2023-02-181-2/+2
* rt: remove extra parameter from __trace_stack()Luis Claudio R. Goncalves2023-02-181-1/+1
* stop_machine: Remove this_cpu_ptr() from print_stop_info().Sebastian Andrzej Siewior2023-02-181-1/+5
* irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RTSebastian Andrzej Siewior2023-02-181-2/+4
* irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RTSebastian Andrzej Siewior2023-02-182-37/+96
* irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior2023-02-181-0/+10
* sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARDSebastian Andrzej Siewior2023-02-181-1/+1
* sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior2023-02-181-0/+3
* locking/rwsem-rt: Remove might_sleep() in __up_read()Andrew Halaney2023-02-181-1/+0
* printk: Enhance the condition check of msleep in pr_flush()Chao Qin2023-02-181-1/+3
* sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider2023-02-181-8/+12
* sched: Simplify set_affinity_pending refcountsPeter Zijlstra2023-02-181-12/+20
* sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2023-02-181-3/+12
* sched: Optimize migration_cpu_stop()Peter Zijlstra2023-02-181-1/+12
* sched: Collate affine_move_task() stoppersPeter Zijlstra2023-02-181-15/+8
* sched: Simplify migration_cpu_stop()Peter Zijlstra2023-02-181-48/+8
* sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2023-02-181-11/+28
* sysfs: Add /sys/kernel/realtime entryClark Williams2023-02-181-0/+12
* genirq: Disable irqpoll on -rtIngo Molnar2023-02-181-0/+8
* signal: Prevent double-free of user structMatt Fleming2023-02-181-2/+2
* signals: Allow rt tasks to cache one sigqueue structThomas Gleixner2023-02-183-5/+67
* genirq: update irq_set_irqchip_state documentationJosh Cartwright2023-02-181-1/+1
* x86: Support for lazy preemptionThomas Gleixner2023-02-181-1/+1
* x86/entry: Use should_resched() in idtentry_exit_cond_resched()Sebastian Andrzej Siewior2023-02-181-1/+1
* sched: Add support for lazy preemptionThomas Gleixner2023-02-188-31/+150
* cpuset: Convert callback_lock to raw_spinlock_tMike Galbraith2023-02-181-41/+41
* lockdep: Make it RT awareThomas Gleixner2023-02-181-0/+2
* panic: skip get_random_bytes for RT_FULL in init_oops_idThomas Gleixner2023-02-181-0/+2
* irqwork: push most work into softirq contextSebastian Andrzej Siewior2023-02-183-12/+49
* rt: Introduce cpu_chill()Thomas Gleixner2023-02-181-0/+30
* locking: Make spinlock_t and rwlock_t a RCU section on RTSebastian Andrzej Siewior2023-02-182-0/+12
* trace: Add migrate-disabled counter to tracing outputThomas Gleixner2023-02-183-7/+25
* ptrace: fix ptrace_unfreeze_traced() race with rt-lockOleg Nesterov2023-02-181-8/+15
* ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior2023-02-182-3/+23
* sched: Disable TTWU_QUEUE on RTThomas Gleixner2023-02-181-0/+5
* sched: Do not account rcu_preempt_depth on RT in might_sleep()Thomas Gleixner2023-02-181-1/+1
* kernel/sched: move stack + kprobe clean up to __put_task_struct()Sebastian Andrzej Siewior2023-02-182-10/+11
* sched: Move mmdrop to RCU on RTThomas Gleixner2023-02-182-1/+19
* sched: Limit the number of task migrations per batchThomas Gleixner2023-02-181-0/+4
* signal/x86: Delay calling signals in atomicOleg Nesterov2023-02-182-0/+36
* fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior2023-02-181-0/+1
* signal: Revert ptrace preempt magicThomas Gleixner2023-02-181-8/+0
* locking/rtmutex: Use custom scheduling function for spin-schedule()Sebastian Andrzej Siewior2023-02-183-13/+23
* locking/rtmutex: add ww_mutex addon for mutex-rtSebastian Andrzej Siewior2023-02-183-12/+254
* locking/rtmutex: wire up RT's lockingThomas Gleixner2023-02-185-3/+26
* locking/rtmutex: add rwlock implementation based on rtmutexThomas Gleixner2023-02-182-1/+329
* locking/rtmutex: add rwsem implementation based on rtmutexThomas Gleixner2023-02-181-0/+318
* locking/rtmutex: add mutex implementation based on rtmutexThomas Gleixner2023-02-181-0/+224