summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-06configs: Enalbe PREEMPT_RT and set 1000 timer interrupt.JH7110_VF2_6.6_v5.13.2_RTLINUXrt-linux-6.6.y-releaseMinda Chen1-4/+5
2024-12-06riscv: Fix return error in cpufeature.cMinda Chen1-1/+1
2024-12-06Linux 6.6.20-rt25 REBASEClark Williams1-1/+1
2024-12-06printk: nbcon: move locked_port flag to struct uart_portJunxiao Chang3-6/+5
2024-12-06arm: Disable FAST_GUP on PREEMPT_RT if HIGHPTE is also enabled.Sebastian Andrzej Siewior1-1/+1
2024-12-06Linux 6.6.18-rt23 REBASEClark Williams1-1/+1
2024-12-06Add localversion for -RT releaseThomas Gleixner1-0/+1
2024-12-06Revert "preempt: Put preempt_enable() within an instrumentation*() section."Clark Williams1-8/+2
2024-12-06arch/riscv: check_unaligned_acces(): don't alloc page for checkClark Williams1-6/+0
2024-12-06sysfs: Add /sys/kernel/realtime entryClark Williams1-0/+12
2024-12-06riscv: allow to enable RTJisheng Zhang1-0/+1
2024-12-06riscv: add PREEMPT_AUTO supportJisheng Zhang2-0/+3
2024-12-06RISC-V: Probe misaligned access speed in parallelEvan Green3-11/+76
2024-12-06POWERPC: Allow to enable RTSebastian Andrzej Siewior1-0/+2
2024-12-06powerpc/stackprotector: work around stack-guard init from atomicSebastian Andrzej Siewior1-1/+6
2024-12-06powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RTBogdan Purcareata1-0/+1
2024-12-06powerpc/pseries: Select the generic memory allocator.Sebastian Andrzej Siewior1-0/+1
2024-12-06powerpc/pseries/iommu: Use a locallock instead local_irq_save()Sebastian Andrzej Siewior1-11/+20
2024-12-06powerpc: traps: Use PREEMPT_RTSebastian Andrzej Siewior1-1/+6
2024-12-06ARM64: Allow to enable RTSebastian Andrzej Siewior1-0/+1
2024-12-06ARM: Allow to enable RTSebastian Andrzej Siewior1-0/+2
2024-12-06ARM: vfp: Move sending signals outside of vfp_lock()ed section.Sebastian Andrzej Siewior1-11/+18
2024-12-06ARM: vfp: Use vfp_lock() in vfp_support_entry().Sebastian Andrzej Siewior1-3/+3
2024-12-06ARM: vfp: Use vfp_lock() in vfp_sync_hwstate().Sebastian Andrzej Siewior1-6/+3
2024-12-06ARM: vfp: Provide vfp_lock() for VFP locking.Sebastian Andrzej Siewior1-2/+30
2024-12-06tty/serial/pl011: Make the locking work on RTThomas Gleixner1-8/+4
2024-12-06tty/serial/omap: Make the locking RT awareThomas Gleixner1-8/+4
2024-12-06ARM: enable irq in translation/section permission fault handlersYadi.hu1-0/+6
2024-12-06arm: Disable jump-label on PREEMPT_RT.Thomas Gleixner1-1/+1
2024-12-06sched: define TIF_ALLOW_RESCHEDThomas Gleixner20-56/+171
2024-12-06Revert "drm/i915: Depend on !PREEMPT_RT."Sebastian Andrzej Siewior1-1/+0
2024-12-06drm/i915/guc: Consider also RCU depth in busy loop.Sebastian Andrzej Siewior1-1/+1
2024-12-06drm/i915: Do not disable preemption for resetsTvrtko Ursulin1-7/+5
2024-12-06drm/i915: Drop the irqs_disabled() checkSebastian Andrzej Siewior1-2/+0
2024-12-06drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()Sebastian Andrzej Siewior1-12/+5
2024-12-06drm/i915/gt: Queue and wait for the irq_work item.Sebastian Andrzej Siewior1-3/+2
2024-12-06drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACESebastian Andrzej Siewior1-1/+1
2024-12-06drm/i915: Disable tracing points on PREEMPT_RTSebastian Andrzej Siewior1-0/+4
2024-12-06drm/i915: Don't check for atomic context on PREEMPT_RTSebastian Andrzej Siewior1-1/+1
2024-12-06drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updatesMike Galbraith1-5/+10
2024-12-06drm/i915: Use preempt_disable/enable_rt() where recommendedMike Galbraith1-2/+4
2024-12-06printk: Avoid false positive lockdep report for legacy driver.John Ogness1-1/+8
2024-12-06serial: 8250: revert "drop lockdep annotation from serial8250_clear_IER()"John Ogness1-0/+3
2024-12-06printk: Add kthread for all legacy consolesJohn Ogness3-46/+210
2024-12-06serial: 8250: Switch to nbcon consoleJohn Ogness3-3/+201
2024-12-06serial: core: Provide low-level functions to port lockJohn Ogness1-0/+12
2024-12-06printk: nbcon: Provide function to reacquire ownershipJohn Ogness2-0/+34
2024-12-06tty: sysfs: Add nbcon support for 'active'John Ogness1-2/+9
2024-12-06proc: Add nbcon support for /proc/consolesJohn Ogness1-3/+11
2024-12-06printk: nbcon: Start printing threadsJohn Ogness3-1/+33