messages from 2023-07-10 12:14:33 to 2023-07-14 20:18:01 UTC [more...]
[PATCH v4 00/10] tracing: introducing eventfs
2023-07-14 20:17 UTC (19+ 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] tracing/histograms: Return an error if we fail to add histogram to hist_vars list
2023-07-14 19:21 UTC
[PATCH v2 1/1] kernel.h: Split out COUNT_ARGS() and CONCATENATE() to args.h
2023-07-14 18:55 UTC (3+ messages)
[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 v2] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-07-14 15:03 UTC
[PATCH 0/2] tracing: Clean up how iter is freed
2023-07-14 14:22 UTC (6+ messages)
` [PATCH 1/2] tracing: Remove unnecessary copying of tr->current_trace
` [PATCH 2/2] tracing: Add free_trace_iter_content() helper function
[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)
[PATCH V11 0/5] riscv: Optimize function trace
2023-07-12 18:26 UTC (3+ 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 (9+ messages)
` [PATCH v3] "
` [PATCH v2] "
` [PATCH v4] "
` [PATCH v5] "
[PATCH v2 00/15] spi: Header and core clean up and refactoring
2023-07-12 11:47 UTC (48+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 06/15] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v2 07/15] spi: Sort headers alphabetically
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 09/15] spi: Use struct_size() helper
` [PATCH v2 10/15] spi: Use predefined constants from bits.h and units.h
` [PATCH v2 11/15] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v2 12/15] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v2 14/15] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v2 15/15] spi: Fix spelling typos and acronyms capitalization
` (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 (15+ messages)
` [RFC PATCH 1/2] kprobes: Prohibit probing on CFI preamble symbol
` [RFC PATCH 2/2] x86/kprobes: Prohibit probing on compiler generated CFI checking code
[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 (13+ 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)
[PATCH v2 0/2] x86/retpoline,kprobes: Fix the [__indirect_thunk_start, ..end] range
2023-07-11 12:33 UTC (4+ messages)
` [PATCH v2 1/2] x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
` [PATCH v2 2/2] x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines and IBT
[PATCH v4 0/4] tracing/probes: Fix bugs in process_fetch_insn
2023-07-11 4:56 UTC (7+ messages)
` [PATCH v4 1/4] tracing/probes: Fix to avoid double count of the string length on the array
` [PATCH v4 2/4] tracing/probes: Fix not to count error code to total length
` [PATCH v4 3/4] Revert "tracing: Add "(fault)" name injection to kernel probes"
` [PATCH v4 4/4] tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails
[PATCH v1 1/1] f2fs: Use return value of strreplace()
2023-07-11 1:58 UTC (3+ messages)
[PATCH v2 0/2] x86: kprobes: Fix CFI_CLANG related issues
2023-07-11 1:50 UTC (3+ messages)
` [PATCH v2 1/2] kprobes: Prohibit probing on CFI preamble symbol
` [PATCH v2 2/2] x86/kprobes: Prohibit probing on compiler generated CFI checking code
[PATCH v3 0/4] tracing/probes: Fix bugs in process_fetch_insn
2023-07-11 0:16 UTC (5+ messages)
` [PATCH v3 4/4] tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails
[PATCH v2] fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()
2023-07-11 0:06 UTC (3+ messages)
[PATCH] selftests/ftrace: Correctly enable event in instance-event.tc
2023-07-10 22:37 UTC (4+ messages)
[PATCH] selftests/ftrace: Test toplevel-enable for instance
2023-07-10 21:54 UTC (3+ messages)
[PATCH 0/2] Ftrace direct call samples improvements
2023-07-10 21:40 UTC (4+ messages)
[PATCH] exfat: Add ftrace support for exfat and add some tracepoints
2023-07-10 16:51 UTC (4+ messages)
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-07-10 13:32 UTC (5+ messages)
` [PATCH v2 00/92] "
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).