linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-01 21:25:56 to 2017-12-08 16:27:15 UTC [more...]

[PATCH v3 0/5] perf-probe: Improve probing on versioned symbols
 2017-12-08 16:27 UTC  (3+ messages)
` [PATCH v3 1/5] perf-probe: Add warning message if there is unexpected event name
` [PATCH v3 2/5] perf-probe: Cut off the version suffix from "

[PATCH v2 0/5] perf-probe: Improve probing on versioned symbols
 2017-12-08 16:24 UTC  (24+ messages)
` [PATCH v2 1/5] perf-probe: Add warning message if there is unexpected event name
` [PATCH v2 2/5] perf-probe: Cut off the version suffix from "
` [PATCH v2 3/5] perf-probe: Add __return suffix for return events
` [PATCH v2 4/5] perf-probe: Find versioned symbols from map
` [PATCH v2 5/5] perf-probe: Support escaped character in parser

[PATCH v7 00/37] tracing: Inter-event (e.g. latency) support
 2017-12-08 13:06 UTC  (40+ messages)
` [PATCH v7 01/37] tracing: Move hist trigger Documentation to histogram.txt
` [PATCH v7 02/37] tracing: Add Documentation for log2 modifier
` [PATCH v7 03/37] tracing: Add support to detect and avoid duplicates
` [PATCH v7 04/37] tracing: Remove code which merges duplicates
` [PATCH v7 05/37] ring-buffer: Add interface for setting absolute time stamps
` [PATCH v7 06/37] ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP
` [PATCH v7 07/37] tracing: Add timestamp_mode trace file
` [PATCH v7 08/37] tracing: Give event triggers access to ring_buffer_event
` [PATCH v7 09/37] tracing: Add ring buffer event param to hist field functions
` [PATCH v7 10/37] tracing: Break out hist trigger assignment parsing
` [PATCH v7 11/37] tracing: Add hist trigger timestamp support
` [PATCH v7 12/37] tracing: Add per-element variable support to tracing_map
` [PATCH v7 13/37] tracing: Add hist_data member to hist_field
` [PATCH v7 14/37] tracing: Add usecs modifier for hist trigger timestamps
` [PATCH v7 15/37] tracing: Add variable support to hist triggers
` [PATCH v7 16/37] tracing: Account for variables in named trigger compatibility
` [PATCH v7 17/37] tracing: Move get_hist_field_flags()
` [PATCH v7 18/37] tracing: Add simple expression support to hist triggers
` [PATCH v7 19/37] tracing: Generalize per-element hist trigger data
` [PATCH v7 20/37] tracing: Pass tracing_map_elt to hist_field accessor functions
` [PATCH v7 21/37] tracing: Add hist_field 'type' field
` [PATCH v7 22/37] tracing: Add variable reference handling to hist triggers
` [PATCH v7 23/37] tracing: Add hist trigger action hook
` [PATCH v7 24/37] tracing: Add support for 'synthetic' events
` [PATCH v7 25/37] tracing: Add support for 'field variables'
` [PATCH v7 26/37] tracing: Add 'onmatch' hist trigger action support
` [PATCH v7 27/37] tracing: Add 'onmax' "
` [PATCH v7 28/37] tracing: Allow whitespace to surround hist trigger filter
` [PATCH v7 29/37] tracing: Add cpu field for hist triggers
` [PATCH v7 30/37] tracing: Add hist trigger support for variable reference aliases
` [PATCH v7 31/37] tracing: Add 'last error' error facility for hist triggers
` [PATCH v7 32/37] tracing: Add inter-event hist trigger Documentation
` [PATCH v7 33/37] tracing: Make tracing_set_clock() non-static
` [PATCH v7 34/37] tracing: Add a clock attribute for hist triggers
` [PATCH v7 35/37] tracing: Increase trace_recursive_lock() limit for synthetic events
` [PATCH v7 36/37] tracing: Add inter-event blurb to HIST_TRIGGERS config option
` [PATCH v7 37/37] selftests: ftrace: Add inter-event hist triggers testcases

[PATCH v3 00/20] crypto: arm64 - play nice with CONFIG_PREEMPT
 2017-12-07 16:15 UTC  (31+ messages)
` [PATCH v3 01/20] crypto: testmgr - add a new test case for CRC-T10DIF
` [PATCH v3 02/20] crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
` [PATCH v3 03/20] crypto: arm64/aes-blk "
` [PATCH v3 04/20] crypto: arm64/aes-bs "
` [PATCH v3 05/20] crypto: arm64/chacha20 "
` [PATCH v3 06/20] crypto: arm64/aes-blk - remove configurable interleave
` [PATCH v3 07/20] crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt path
` [PATCH v3 08/20] crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC "
` [PATCH v3 09/20] crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernels
` [PATCH v3 10/20] arm64: assembler: add utility macros to push/pop stack frames
` [PATCH v3 11/20] arm64: assembler: add macros to conditionally yield the NEON under PREEMPT
` [PATCH v3 12/20] crypto: arm64/sha1-ce - yield NEON after every block of input
` [PATCH v3 13/20] crypto: arm64/sha2-ce "
` [PATCH v3 14/20] crypto: arm64/aes-ccm "
` [PATCH v3 15/20] crypto: arm64/aes-blk "
` [PATCH v3 16/20] crypto: arm64/aes-bs "
` [PATCH v3 17/20] crypto: arm64/aes-ghash "
` [PATCH v3 18/20] crypto: arm64/crc32-ce "
` [PATCH v3 19/20] crypto: arm64/crct10dif-ce "
` [PATCH v3 20/20] DO NOT MERGE

[PATCH 0/5] perf-probe: Improve probing on versioned symbols
 2017-12-07  6:11 UTC  (8+ messages)
` [PATCH 1/5] perf-probe: Add warning message if there is unexpected event name
` [PATCH 2/5] perf-probe: Cut off the version suffix from "
` [PATCH 3/5] perf-probe: Add __return suffix for return events
` [PATCH 4/5] perf-probe: Find versioned symbols from map
` [PATCH 5/5] perf-probe: Support escaped character in parser

[PATCH v2 00/19] crypto: arm64 - play nice with CONFIG_PREEMPT
 2017-12-06 14:37 UTC  (28+ messages)
` [PATCH v2 01/19] crypto: testmgr - add a new test case for CRC-T10DIF
` [PATCH v2 02/19] crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
` [PATCH v2 03/19] crypto: arm64/aes-blk "
` [PATCH v2 04/19] crypto: arm64/aes-bs "
` [PATCH v2 05/19] crypto: arm64/chacha20 "
` [PATCH v2 06/19] crypto: arm64/ghash "
` [PATCH v2 07/19] crypto: arm64/aes-blk - remove configurable interleave
` [PATCH v2 08/19] crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt path
` [PATCH v2 09/19] crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC "
` [PATCH v2 10/19] crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernels
` [PATCH v2 11/19] arm64: assembler: add macro to conditionally yield the NEON under PREEMPT
` [PATCH v2 12/19] crypto: arm64/sha1-ce - yield every 8 blocks of input
` [PATCH v2 13/19] crypto: arm64/sha2-ce "
` [PATCH v2 14/19] crypto: arm64/aes-blk - yield after processing a fixed chunk "
` [PATCH v2 15/19] crypto: arm64/aes-bs - yield after processing each 128 bytes "
` [PATCH v2 16/19] crypto: arm64/aes-ghash - yield after processing fixed number of blocks
` [PATCH v2 17/19] crypto: arm64/crc32-ce - yield NEON every 16 blocks of input
` [PATCH v2 18/19] crypto: arm64/crct10dif-ce - yield NEON every 8 "
` [PATCH v2 19/19] DO NOT MERGE

schedule under irqs_disabled in SLUB problem
 2017-12-05 16:31 UTC  (10+ messages)

uprobes enable condition (user space) - sysfs interface
 2017-12-05 13:58 UTC  (11+ messages)

Uprobe not getting enabled (kprobe disabled in 'General Setup' in config file)
 2017-12-05 13:34 UTC 

better performance during stress
 2017-12-05 11:16 UTC  (4+ messages)

[PATCH] sched/rt: Do not pull from current CPU if only one cpu to pull
 2017-12-04 10:29 UTC  (6+ messages)

[PATCH RT] crypto: limit more FPU-enabled sections
 2017-12-04  9:21 UTC  (11+ messages)
  ` [PATCH RT] arm*: disable NEON in kernel mode

[PATCH 0/5] crypto: arm64 - disable NEON across scatterwalk API calls
 2017-12-04  9:08 UTC  (10+ messages)
` [PATCH 1/5] crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
` [PATCH 3/5] crypto: arm64/aes-bs "
` [PATCH 4/5] crypto: arm64/chacha20 "

[PATCH RT 0/9] Linux 4.4.102-rt117-rc1
 2017-12-04  8:45 UTC  (11+ messages)
` [PATCH RT 1/9] Revert "fs: jbd2: pull your plug when waiting for space"
` [PATCH RT 2/9] cpu_pm: replace raw_notifier to atomic_notifier
` [PATCH RT 3/9] kernel/hrtimer: migrate deferred timer on CPU down
` [PATCH RT 4/9] kernel/hrtimer: dont wakeup a process while holding the hrtimer base lock
` [PATCH RT 5/9] kernel/hrtimer/hotplug: dont wake ktimersoftd "
` [PATCH RT 6/9] Bluetooth: avoid recursive locking in hci_send_to_channel()
` [PATCH RT 7/9] rt/locking: allow recursive local_trylock()
` [PATCH RT 8/9] net: use trylock in icmp_sk
` [PATCH RT 9/9] Linux 4.4.102-rt117-rc1

[PATCH RT 00/15] Linux 4.9.65-rt57-rc2
 2017-12-04  8:37 UTC  (17+ messages)
` [PATCH RT 01/15] Revert "memcontrol: Prevent scheduling while atomic in cgroup code"
` [PATCH RT 02/15] Revert "fs: jbd2: pull your plug when waiting for space"
` [PATCH RT 03/15] rtmutex: Fix lock stealing logic
` [PATCH RT 04/15] cpu_pm: replace raw_notifier to atomic_notifier
` [PATCH RT 05/15] PM / CPU: replace raw_notifier with atomic_notifier (fixup)
` [PATCH RT 06/15] kernel/hrtimer: migrate deferred timer on CPU down
` [PATCH RT 07/15] net: take the tcp_sk_lock lock with BH disabled
` [PATCH RT 08/15] kernel/hrtimer: dont wakeup a process while holding the hrtimer base lock
` [PATCH RT 09/15] kernel/hrtimer/hotplug: dont wake ktimersoftd "
` [PATCH RT 10/15] Bluetooth: avoid recursive locking in hci_send_to_channel()
` [PATCH RT 11/15] iommu/amd: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->flush_queue
` [PATCH RT 12/15] rt/locking: allow recursive local_trylock()
` [PATCH RT 13/15] locking/rtmutex: dont drop the wait_lock twice
` [PATCH RT 14/15] net: use trylock in icmp_sk
` [PATCH RT 15/15] Linux 4.9.65-rt57-rc2

[ANNOUNCE] v4.14.3-rt5
 2017-12-02 21:12 UTC 

[PATCH] sched/rt: Do not do push/pull when there is only one CPU
 2017-12-02 18:05 UTC  (5+ messages)


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).