linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 20:41:41 to 2020-02-24 09:12:12 UTC [more...]

[PATCH RT 00/25] Linux v4.14.170-rt75-rc1
 2020-02-24  9:12 UTC  (30+ messages)
` [PATCH RT 01/25] Fix wrong-variable use in irq_set_affinity_notifier
` [PATCH RT 02/25] x86: preempt: Check preemption level before looking at lazy-preempt
` [PATCH RT 03/25] sched/deadline: Ensure inactive_timer runs in hardirq context
` [PATCH RT 04/25] i2c: hix5hd2: Remove IRQF_ONESHOT
` [PATCH RT 05/25] i2c: exynos5: "
` [PATCH RT 06/25] sched: migrate_dis/enable: Use sleeping_lock…() to annotate sleeping points
` [PATCH RT 07/25] sched: __set_cpus_allowed_ptr: Check cpus_mask, not cpus_ptr
` [PATCH RT 08/25] sched: Remove dead __migrate_disabled() check
` [PATCH RT 09/25] sched: migrate disable: Protect cpus_ptr with lock
` [PATCH RT 10/25] lib/smp_processor_id: Don't use cpumask_equal()
` [PATCH RT 11/25] futex: Make the futex_hash_bucket spinlock_t again and bring back its old state
` [PATCH RT 12/25] locking/rtmutex: Clean ->pi_blocked_on in the error case
` [PATCH RT 13/25] lib/ubsan: Don't seralize UBSAN report
` [PATCH RT 14/25] kmemleak: Change the lock of kmemleak_object to raw_spinlock_t
` [PATCH RT 15/25] sched: migrate_enable: Use select_fallback_rq()
` [PATCH RT 16/25] Revert "ARM: Initialize split page table locks for vector page"
` [PATCH RT 17/25] x86/fpu: Don't cache access to fpu_fpregs_owner_ctx
` [PATCH RT 18/25] locking: Make spinlock_t and rwlock_t a RCU section on RT
` [PATCH RT 19/25] userfaultfd: Use a seqlock instead of seqcount
` [PATCH RT 20/25] kmemleak: Cosmetic changes
` [PATCH RT 21/25] smp: Use smp_cond_func_t as type for the conditional function
` [PATCH RT 22/25] mm/memcontrol: Move misplaced local_unlock_irqrestore()
` [PATCH RT 23/25] locallock: Include header for the `current' macro
` [PATCH RT 24/25] sched: Provide migrate_disable/enable() inlines
` [PATCH RT 25/25] Linux 4.14.170-rt75-rc1

[ANNOUNCE] rt-tests-1.7
 2020-02-21 21:21 UTC 

[PATCH] rt-tests: Add get_cyclictest_snapshot to Makefile
 2020-02-21 21:00 UTC 

[PATCH] tracing: Fix trace entry and trace common fields for preempt_lazy_count
 2020-02-21 20:49 UTC  (11+ messages)
        ` [PATCH RT] tracing: make preempt_lazy and migrate_disable counter smaller

Debugging unexpected latency on a new Xeon W C422 system
 2020-02-21 17:54 UTC  (2+ messages)

[PATCH 0/2] tracing: Fix synthetic event generation API and test
 2020-02-21 10:24 UTC  (7+ messages)
` [PATCH 1/2] tracing: Fix synth event test to avoid using smp_processor_id()
` [PATCH 2/2] tracing: Clear trace_state when starting trace

[PATCH] tracing: Skip software disabled event at __synth_event_trace_end()
 2020-02-20 19:54 UTC  (6+ messages)

Unexpected high latency on bbb
 2020-02-20 14:42 UTC 

[PATCH] kthread: Mark timer used by delayed kthread works as IRQ safe
 2020-02-19 15:22 UTC  (2+ messages)

[PATCH 1/2] rt-tests: cyclictest: truncate shm files to zero when USR2 received
 2020-02-18 19:55 UTC  (2+ messages)
` [PATCH 2/2] rt-tests: Add the get_cyclictest_snapshot.py utility

complete_all() with x waiters in swake_up_all_locked
 2020-02-18  7:18 UTC  (12+ messages)
` [PATCH] crypto: only wait for completion once
                    ` [PATCH] swait: Increase number of waiters for warning

[ANNOUNCE] 4.19.103-rt42
 2020-02-17 22:00 UTC 

kernel panic in SPI rt driver interrupt
 2020-02-17 18:33 UTC  (4+ messages)

[ANNOUNCE] v5.4.19-rt11
 2020-02-14 19:33 UTC 

Crash tool issue since printk re-implementation
 2020-02-14 14:11 UTC  (4+ messages)

Question about kthread_mod_delayed_work() allowed context
 2020-02-13  8:33 UTC  (4+ messages)

[ANNOUNCE] v5.4.17-rt9
 2020-02-12 10:20 UTC  (6+ messages)

[PATCH 0/3] tracing: Synthetic event fixes and updates
 2020-02-12  5:24 UTC  (9+ messages)
` [PATCH 1/3] tracing: Add missing nest end to synth_event_trace_start() error case
` [PATCH 2/3] tracing: Don't return -EINVAL when tracing soft disabled synth events
` [PATCH 3/3] tracing: Consolidate trace() functions

[PATCH 4.14-rt] Fix wrong-variable use in irq_set_affinity_notifier
 2020-02-11 20:06 UTC  (4+ messages)

"oneshot" interrupt causes another interrupt to be fired erroneously in Haswell system
 2020-02-10 16:32 UTC  (10+ messages)
  `  "
      `  "

[PATCH] rt-tests: Use a distinct shm file for each cyclictest instance
 2020-02-07 22:34 UTC 

[ANNOUNCE] 4.14.170-rt74
 2020-02-07 21:41 UTC 

[PATCH RT] locallock: Include header for the `current' macro
 2020-02-04 12:35 UTC 

[PATCH RT] mm/memcontrol: Move misplaced local_unlock_irqrestore()
 2020-02-04 11:10 UTC  (4+ messages)

[PATCH RT 1/2] sched: migrate_enable: Use per-cpu cpu_stop_work
 2020-02-03 17:37 UTC  (4+ messages)
` [PATCH RT 2/2] sched: migrate_enable: Remove __schedule() call

[ANNOUNCE][CFP] Power Management and Scheduling in the Linux Kernel IV edition (OSPM-summit 2020)
 2020-02-03  8:17 UTC  (2+ messages)

[PATCH 0/4] tracing: Updates to dynamic event API
 2020-02-01  7:48 UTC  (12+ messages)
` [PATCH 1/4] tracing: Consolidate some synth_event_trace code
` [PATCH 2/4] tracing: Remove check_arg() callbacks from dynevent args
` [PATCH 3/4] tracing: Remove useless code in dynevent_arg_pair_add()
` [PATCH 4/4] tracing: Use seq_buf for building dynevent_cmd string

[ANNOUNCE] 4.19.100-rt41
 2020-01-31 20:51 UTC 

[PATCH v4 00/12] tracing: Add support for in-kernel dynamic event API
 2020-01-31 18:01 UTC  (23+ messages)
` [PATCH v4 01/12] tracing: Add trace_array_find/_get() to find instance trace arrays
` [PATCH v4 02/12] tracing: Add trace_get/put_event_file()
` [PATCH v4 03/12] tracing: Add synth_event_delete()
` [PATCH v4 04/12] tracing: Add dynamic event command creation interface
` [PATCH v4 05/12] tracing: Add synthetic event command generation functions
` [PATCH v4 06/12] tracing: Change trace_boot to use synth_event interface
` [PATCH v4 07/12] tracing: Add synth_event_trace() and related functions
` [PATCH v4 08/12] tracing: Add synth event generation test module
` [PATCH v4 09/12] tracing: Add kprobe event command generation functions
` [PATCH v4 10/12] tracing: Change trace_boot to use kprobe_event interface
` [PATCH v4 11/12] tracing: Add kprobe event command generation test module
` [PATCH v4 12/12] tracing: Documentation for in-kernel synthetic event API

[PATCH] make: Make man page compression configurable
 2020-01-30 19:45 UTC  (2+ messages)

[PATCH v3 00/12] tracing: Add support for in-kernel dynamic event API
 2020-01-29 19:55 UTC  (22+ messages)
` [PATCH v3 01/12] tracing: Add trace_array_find/_get() to find instance trace arrays
` [PATCH v3 02/12] tracing: Add trace_get/put_event_file()
` [PATCH v3 03/12] tracing: Add synth_event_delete()
` [PATCH v3 04/12] tracing: Add dynamic event command creation interface
` [PATCH v3 05/12] tracing: Add synthetic event command generation functions
` [PATCH v3 06/12] tracing: Change trace_boot to use synth_event interface
` [PATCH v3 07/12] tracing: Add synth_event_trace() and related functions
` [PATCH v3 08/12] tracing: Add synth event generation test module
` [PATCH v3 09/12] tracing: Add kprobe event command generation functions
` [PATCH v3 10/12] tracing: Change trace_boot to use kprobe_event interface
` [PATCH v3 11/12] tracing: Add kprobe event command generation test module
` [PATCH v3 12/12] tracing: Documentation for in-kernel synthetic event API

[ANNOUNCE] 4.19.98-rt40
 2020-01-28 22:37 UTC 

[PATCH 0/9] rt-tests: Miscellaneous fixes
 2020-01-28  7:13 UTC  (14+ messages)
` [PATCH 1/9] rt-tests: queuelat: Assume queuelat is in the path
` [PATCH 2/9] rt-tests: cyclicdeadline: Add a simple manpage for cyclicdeadline
` [PATCH 3/9] rt-tests: pi_stress: Add short options to usage message
` [PATCH 4/9] rt-tests: pi_stress: Sync man page with help
` [PATCH 5/9] rt-tests: queuelat: get_cpuinfo_mhz.sh highest value
` [PATCH 6/9] rt-tests: determine_maximum_mpps.sh: Fix quoting and other shell issue
` [PATCH 7/9] rt-tests: ptsematest: Update man page and add -h option
` [PATCH 8/9] rt-tests: queuelat: Fixes to man page and display_help
` [PATCH 9/9] rt-tests: svsematest: Display help with an error message for -h

[ANNOUNCE] 4.19.94-rt39
 2020-01-24 16:19 UTC 

[PATCH 1/2] sched: migrate_enable: Use per-cpu cpu_stop_work
 2020-01-24 11:09 UTC 

[PATCH RT 00/30] Linux 4.19.94-rt39-rc2
 2020-01-23 20:39 UTC  (5+ messages)
` [PATCH RT 01/30] i2c: exynos5: Remove IRQF_ONESHOT
` [PATCH RT 02/30] i2c: hix5hd2: "
` [PATCH RT 03/30] sched/deadline: Ensure inactive_timer runs in hardirq context
` [PATCH RT 06/30] KVM: arm/arm64: Let the timer expire in hardirq context on RT


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).