messages from 2023-07-11 12:52:12 to 2023-07-20 16:33:56 UTC [more...]
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-20 16:30 UTC (6+ messages)
` [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
[PATCH v2] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-07-20 13:00 UTC (10+ messages)
[PATCH 00/13] mm: jit/text allocator
2023-07-20 8:53 UTC (7+ messages)
[PATCH] tracing: add missing spaces after ';'
2023-07-20 2:30 UTC
[PATCH v4 00/10] tracing: introducing eventfs
2023-07-19 18:40 UTC (32+ messages)
` [PATCH v4 01/10] tracing: Require all trace events to have a TRACE_SYSTEM
` [PATCH v4 02/10] tracefs: Rename some tracefs function
` [PATCH v4 03/10] eventfs: Implement eventfs dir creation functions
` [PATCH v4 04/10] eventfs: Implement eventfs file add functions
` [PATCH v4 05/10] eventfs: Implement eventfs file, directory remove function
` [PATCH v4 06/10] eventfs: Implement functions to create eventfs files and directories
` [PATCH v4 07/10] eventfs: Implement eventfs lookup, read, open functions
` [PATCH v4 08/10] eventfs: Implement tracefs_inode_cache
` [PATCH v4 09/10] eventfs: Move tracing/events to eventfs
` [PATCH v4 10/10] test: ftrace: Fix kprobe test for eventfs
[PATCH] napi: remove spaces after '('
2023-07-19 6:50 UTC
[PATCH v2 0/9] tracing: Improbe BTF support on probe events
2023-07-19 16:01 UTC (30+ messages)
` [PATCH v2 1/9] tracing/probes: Fix to add NULL check for BTF APIs
` [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF
` [PATCH v2 3/9] bpf/btf: Add a function to search a member of a struct/union
` [PATCH v2 4/9] tracing/probes: Support BTF based data structure field access
` [PATCH v2 5/9] tracing/probes: Support BTF field access from $retval
` [PATCH v2 6/9] tracing/probes: Add string type check with BTF
` [PATCH v2 7/9] tracing/fprobe-event: Assume fprobe is a return event by $retval
` [PATCH v2 8/9] selftests/ftrace: Add BTF fields access testcases
` [PATCH v2 9/9] Documentation: tracing: Update fprobe event example with BTF field
[RESEND][PATCH v2 0/3] Add basic tracing for uclamp and schedutil
2023-07-19 13:18 UTC (4+ messages)
` [RESEND][PATCH v2 1/3] sched/tp: Add new tracepoint to track uclamp set from user-space
[PATCH] ring-buffer: Do not swap cpu_buffer during resize process
2023-07-19 7:58 UTC
[PATCH v4 0/4] kernel.h: Split out a couple of macros to args.h
2023-07-19 6:15 UTC (6+ messages)
` [PATCH v4 1/4] kernel.h: Split out COUNT_ARGS() and CONCATENATE() "
` [PATCH v4 2/4] x86/asm: Replace custom COUNT_ARGS() & CONCATENATE() implementations
` [PATCH v4 3/4] arm64: smccc: "
` [PATCH v4 4/4] genetlink: Replace custom CONCATENATE() implementation
[PATCH] include: events: remove spaces after '(' and before ')'
2023-07-19 3:21 UTC
[PATCH] writeback: add missing spaces after ','
2023-07-18 8:48 UTC
[PATCH] tracing/probes: Differentiate BTF support from start of function
2023-07-18 0:00 UTC (2+ messages)
[PATCH v2 00/12] mm: jit/text allocator
2023-07-17 17:23 UTC (9+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
[PATCH] tracing/timerlat: Add latency threshold
2023-07-17 15:36 UTC (2+ messages)
[PATCH v3 0/4] kernel.h: Split out a couple of macros to args.h
2023-07-17 12:55 UTC (5+ messages)
` [PATCH v3 1/4] kernel.h: Split out COUNT_ARGS() and CONCATENATE() "
` [PATCH v3 2/4] x86/asm: Replace custom COUNT_ARGS() & CONCATENATE() implementations
` [PATCH v3 3/4] arm64: smccc: "
` [PATCH v3 4/4] genetlink: Replace custom CONCATENATE() implementation
[PATCH v2 1/1] kernel.h: Split out COUNT_ARGS() and CONCATENATE() to args.h
2023-07-17 10:50 UTC (4+ messages)
[PATCH v2 0/2] tracing: Clean up how iter is freed
2023-07-15 14:12 UTC (3+ messages)
` [PATCH v2 1/2] tracing: Remove unnecessary copying of tr->current_trace
` [PATCH v2 2/2] tracing: Add free_trace_iter_content() helper function
[PATCH 0/2] tracing: Clean up how iter is freed
2023-07-15 13:54 UTC (9+ messages)
` [PATCH 1/2] tracing: Remove unnecessary copying of tr->current_trace
` [PATCH 2/2] tracing: Add free_trace_iter_content() helper function
[PATCH V11 0/5] riscv: Optimize function trace
2023-07-15 9:10 UTC (4+ messages)
[PATCH] tracing/histograms: Return an error if we fail to add histogram to hist_vars list
2023-07-14 23:01 UTC (2+ messages)
[PATCH v2] tracing/histograms: Return an error if we fail to add histogram to hist_vars list
2023-07-14 20:33 UTC
[linux-next:master] BUILD REGRESSION 7c2878be573282a9961c359b806ccf70afe1a6b6
2023-07-14 16:44 UTC
[PATCH v2] ring_buffer: Use try_cmpxchg instead of cmpxchg
2023-07-14 15:43 UTC
[PATCH] traing: Fix memory leak of iter->temp when reading trace_pipe
2023-07-14 1:40 UTC (6+ messages)
[PATCH] tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structure
2023-07-13 16:53 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION e3262265625831348cfb3128d35907ead75d8bf7
2023-07-13 15:44 UTC
[PATCH v5 0/5] tracing/probes: Fix bugs in process_fetch_insn
2023-07-13 14:34 UTC (10+ messages)
` [PATCH v5 1/5] tracing/probes: Fix to avoid double count of the string length on the array
` [PATCH v5 2/5] tracing/probes: Fix not to count error code to total length
` [PATCH v5 3/5] tracing/probes: Fix to update dynamic data counter if fetcharg uses it
` [PATCH v5 4/5] Revert "tracing: Add "(fault)" name injection to kernel probes"
` [PATCH v5 5/5] tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails
[PATCH] tracing: Stop FORTIFY_SOURCE complaining about stack trace caller
2023-07-13 12:18 UTC (7+ messages)
[PATCH] ring-buffer: Fix deadloop issue on reading trace_pipe
2023-07-13 1:52 UTC (5+ messages)
[PATCH 0/2] kyber, blk-wbt: Replace strlcpy with strscpy
2023-07-13 1:43 UTC (3+ messages)
[PATCH] tracing/histograms: Add histograms to hist_vars if they have referenced variables
2023-07-12 23:40 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION 40b055fe7f276cf2c1da47316c52f2ff9255a68a
2023-07-12 15:54 UTC
[PATCH 01/79] fs: add ctime accessors infrastructure
2023-07-12 15:31 UTC
[PATCH] ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
2023-07-12 12:37 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v4] "
` [PATCH v5] "
[PATCH v2 00/15] spi: Header and core clean up and refactoring
2023-07-12 11:47 UTC (18+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` (subset) [PATCH v2 00/15] spi: Header and core clean up and refactoring
[PATCH] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-07-12 7:21 UTC (4+ messages)
[PATCH v7 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
2023-07-12 3:20 UTC (2+ messages)
[RFC PATCH 0/2] x86: kprobes: Fix CFI_CLANG related issues
2023-07-11 19:54 UTC (5+ messages)
[PATCH v3 00/14] spi: Header and core clean up and refactoring
2023-07-11 17:34 UTC (16+ messages)
` [PATCH v3 01/14] spi: Remove unneeded OF node NULL checks
` [PATCH v3 02/14] spi: Deduplicate IDR allocation code in spi_register_controller()
` [PATCH v3 03/14] spi: Refactor bus number assigning "
` [PATCH v3 04/14] spi: Remove code duplication in spi_add_device*()
` [PATCH v3 05/14] spi: Kill spi_add_device_locked()
` [PATCH v3 06/14] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v3 07/14] spi: Use BITS_TO_BYTES()
` [PATCH v3 08/14] spi: Sort headers alphabetically
` [PATCH v3 09/14] spi: Use struct_size() helper
` [PATCH v3 10/14] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v3 11/14] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v3 12/14] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v3 13/14] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v3 14/14] spi: Fix spelling typos and acronyms capitalization
[PATCH v3 00/10] tracing: introducing eventfs
2023-07-11 14:24 UTC (9+ messages)
` [PATCH v3 03/10] eventfs: adding eventfs dir add functions
[PATCH v2] exfat: Add ftrace support for exfat and add some tracepoints
2023-07-11 13:34 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).