messages from 2025-08-05 16:18:08 to 2025-08-13 14:11:25 UTC [more...]
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-13 14:10 UTC (27+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits
[PATCH] trace/trace_fprobe.c: TODO: handle filter, nofilter or symbol list
2025-08-13 13:21 UTC (3+ messages)
[PATCH bpf-next v2] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-13 11:54 UTC (3+ messages)
[RFC 00/10] ftrace,bpf: Use single direct ops for bpf trampolines
2025-08-13 11:09 UTC (5+ messages)
[PATCH v7 0/4] Add support for long task name
2025-08-13 10:29 UTC (10+ messages)
` [PATCH v7 1/4] exec: Remove obsolete comments
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v7 4/4] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
[PATCH] ring-buffer: Remove redundant semicolons
2025-08-13 9:51 UTC
[PATCH v3 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
2025-08-13 6:50 UTC (7+ messages)
` [PATCH v3 1/5] rv/ltl: Prepare for other monitor types
` [PATCH v3 2/5] rv/ltl: Support per-cpu monitors
` [PATCH v3 3/5] verification/rvgen/ltl: Support per-cpu monitor generation
` [PATCH v3 4/5] sched: Add task enqueue/dequeue trace points
` [PATCH v3 5/5] rv: Add rts monitor
[PATCH v5 0/7] arm64: Enable UPROBES with GCS
2025-08-13 6:12 UTC (10+ messages)
` [PATCH v5 1/7] arm64: probes: Break ret out from bl/blr
` [PATCH v5 2/7] arm64: uaccess: Move existing GCS accessors definitions to gcs.h
` [PATCH v5 3/7] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v5 4/7] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v5 5/7] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v5 6/7] arm64: Kconfig: Remove GCS restrictions on UPROBES
` [PATCH v5 7/7] uprobes: uprobe_warn should use passed task
[PATCH v3] tracing: Limit access to parser->buffer when trace_get_user failed
2025-08-13 4:02 UTC
[PATCH v2] tracing: Limit access to parser->buffer when trace_get_user failed
2025-08-13 3:48 UTC (3+ messages)
[PATCH -next 0/2] ftrace: Some minor fixes for set_ftrace_{notrace,filter} file handling
2025-08-13 2:30 UTC (3+ messages)
` [PATCH -next 1/2] ftrace: Remove unnecessary free_ftrace_hash in ftrace_regex_open
` [PATCH -next 2/2] ftrace: Fix potential use-after-free for set_ftrace_{notrace,filter} files
[PATCH 0/7] tracing: Show contents of syscall trace event user space fields
2025-08-12 19:22 UTC (22+ messages)
` [PATCH 1/7] tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()
` [PATCH 2/7] tracing: Have syscall trace events show "0x" for values greater than 10
` [PATCH 3/7] tracing: Have syscall trace events read user space string
` [PATCH 4/7] tracing: Have system call events record user array data
` [PATCH 5/7] tracing: Display some syscall arrays as strings
` [PATCH 6/7] tracing: Allow syscall trace events to read more than one user parameter
` [PATCH 7/7] tracing: Add syscall_user_buf_size to limit amount written
[PATCH WIP] i2c: add tracepoints to aid debugging in i2c-core-base
2025-08-12 19:16 UTC (2+ messages)
[PATCH] Documentation/rv: Fix minor typo in monitor_synthesis page
2025-08-12 18:41 UTC (2+ messages)
[PATCH 0/3] rtla: fix cgroup and trace options parsing
2025-08-12 17:23 UTC (5+ messages)
` [PATCH 1/3] rtla: fix buffer overflow in actions_parse
` [PATCH 2/3] rtla: fix -C/--cgroup interface
` [PATCH 3/3] rtla: fix -a overriding -t argument
[PATCH v2 0/3] rtla: fix cgroup and trace options parsing
2025-08-12 17:21 UTC (4+ messages)
` [PATCH v2 1/3] rtla: fix buffer overflow in actions_parse
` [PATCH v2 2/3] rtla: fix -C/--cgroup interface
` [PATCH v2 3/3] rtla: fix -a overriding -t argument
[PATCH v5 00/11] Improvements to S5 power consumption
2025-08-12 16:23 UTC (13+ messages)
` [PATCH v5 01/11] PM: Introduce new PMSG_POWEROFF event
` [PATCH v5 02/11] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v5 03/11] usb: sl811-hcd: "
` [PATCH v5 04/11] USB: Pass PMSG_POWEROFF event to suspend_common() for poweroff with S4 flow
` [PATCH v5 05/11] PCI: PM: Disable device wakeups when halting system through "
` [PATCH v5 06/11] PCI: PM: Split out code from pci_pm_suspend_noirq() into helper
` [PATCH v5 07/11] PCI: PM: Run bridge power up actions as part of restore phase
` [PATCH v5 08/11] PCI: PM: Use pci_power_manageable() in pci_pm_poweroff_noirq()
` [PATCH v5 09/11] PCI: Put PCIe ports with downstream devices into D3 at hibernate
` [PATCH v5 10/11] drm/amd: Avoid evicting resources at S5
` [PATCH v5 11/11] PM: Use hibernate flows for system power off
[PATCH v13 00/25] GenieZone hypervisor drivers
2025-08-12 8:39 UTC (7+ messages)
` [PATCH v13 04/25] virt: geniezone: Add GenieZone hypervisor driver
[PATCH] MAINTAINERS: Remove bouncing kprobes maintainer
2025-08-11 13:49 UTC (3+ messages)
[PATCH] include/linux/rv.h: remove redundant include file
2025-08-11 12:40 UTC (5+ messages)
` [PATCH v2] "
[PATCH] trace/hwlat: Add WARN_ON in move_to_next_cpu()
2025-08-11 8:01 UTC
[PATCH] tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()
2025-08-11 6:41 UTC
[PATCH v13 00/12] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v12 00/12] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v11 00/21] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v8 00/22] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v7 00/22] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v6 00/22] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v5 00/23] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v4 00/22] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v3 00/22] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ messages)
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-10 17:02 UTC (33+ messages)
` [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link
` [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v1 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v1 13/16] mm/hmm: properly take MMIO path
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v4 0/4] ftrace: Add function arguments to function tracers
2025-08-09 2:24 UTC (3+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer
[RFC 0/4] uprobe,bpf: Allow to change app registers from uprobe
2025-08-08 18:38 UTC (5+ messages)
` [RFC 1/4] uprobe: Do not emulate/sstep original instruction when ip is changed
[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-08-08 17:44 UTC (5+ messages)
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
2025-08-08 11:47 UTC (5+ messages)
[linus:master] [sched] adcc3bfa88: kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail
2025-08-08 7:52 UTC (2+ messages)
[PATCH v2 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
2025-08-08 7:30 UTC (17+ messages)
` [PATCH v2 1/5] rv/ltl: Prepare for other monitor types
` [PATCH v2 2/5] rv/ltl: Support per-cpu monitors
` [PATCH v2 3/5] verification/rvgen/ltl: Support per-cpu monitor generation
` [PATCH v2 4/5] sched: Add task enqueue/dequeue trace points
` [PATCH v2 5/5] rv: Add rts monitor
[linus:master] [ring] 119a5d5736: stress-ng.mmapfiles.ops_per_sec 42.7% improvement
2025-08-08 6:33 UTC
[RESEND PATCH linux-next 1/2] tools/latency-collector: Check pkg-config install
2025-08-08 4:05 UTC (2+ messages)
` [RESEND PATCH linux-next 2/2] rtla: "
[bug report] tracing/events: add startup tests for events
2025-08-07 15:52 UTC
[rcu:dev.30.07.2025a] [tracing] 7f4591b8cb: BUG:using_smp_processor_id()in_preemptible
2025-08-07 14:34 UTC (2+ messages)
[PATCH v2] stm: class: Add MIPI OST protocol support
2025-08-07 6:34 UTC (3+ messages)
[PATCH] rv: Fix wrong type cast in enabled_monitors_next()
2025-08-06 12:45 UTC (2+ messages)
[PATCH 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
2025-08-06 9:03 UTC (8+ messages)
` [PATCH 5/5] rv: Add rts monitor
[PATCH] tracing: Zero-initialize parser->buffer to avoid OOB access
2025-08-06 6:59 UTC (4+ messages)
[PATCH v2] tools/rtla: Consolidate common parameters into shared structure
2025-08-05 16:49 UTC (4+ messages)
[PATCH bpf-next] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-05 16:17 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).