messages from 2025-08-10 21:12:29 to 2025-08-15 06:08:10 UTC [more...]
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-15 6:07 UTC (39+ 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 v3 00/16] dma-mapping: migrate to physical address-based API
2025-08-15 5:10 UTC (19+ messages)
` [PATCH v3 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v3 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v3 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v3 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v3 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v3 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v3 13/16] mm/hmm: properly take MMIO path
` [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v3 15/16] block-dma: properly take MMIO path
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH] trace/hwlat: Add WARN_ON in move_to_next_cpu()
2025-08-14 19:06 UTC (2+ messages)
[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 17:43 UTC (19+ messages)
` [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v2 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v2 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v2 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v2 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v2 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v2 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v2 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v2 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v2 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v2 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v2 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v2 13/16] mm/hmm: properly take MMIO path
` [PATCH v2 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v2 15/16] block-dma: properly take MMIO path
` [PATCH v2 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v4 0/4] ftrace: Add function arguments to function tracers
2025-08-14 17:05 UTC (5+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer
[PATCH bpf-next v3 0/4] fprobe: use rhashtable for fprobe_ip_table
2025-08-14 15:40 UTC (3+ messages)
` [PATCH bpf-next v3 1/4] fprobe: use rhltable "
[RFC PATCH 00/17] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2025-08-14 15:08 UTC (18+ messages)
` [RFC PATCH 01/17] rv: Refactor da_monitor to minimise macros
` [RFC PATCH 02/17] rv: Cleanup da_monitor after refactor
` [RFC PATCH 03/17] Documentation/rv: Adapt documentation after da_monitor refactoring
` [RFC PATCH 04/17] verification/rvgen: Adapt dot2k and templates after refactoring da_monitor.h
` [RFC PATCH 05/17] verification/rvgen: Annotate DA functions with types
` [RFC PATCH 06/17] verification/dot2c: Remove __buff_to_string() and cleanup
` [RFC PATCH 07/17] verification/rvgen: Remove unused variable declaration from containers
` [RFC PATCH 08/17] rv: Add Hybrid Automata monitor type
` [RFC PATCH 09/17] verification/rvgen: Allow spaces in and events strings
` [RFC PATCH 10/17] verification/rvgen: Add support for Hybrid Automata
` [RFC PATCH 11/17] Documentation/rv: Add documentation about hybrid automata
` [RFC PATCH 12/17] rv: Add sample hybrid monitors stall
` [RFC PATCH 13/17] rv: Convert the opid monitor to a hybrid automaton
` [RFC PATCH 14/17] sched: Add deadline tracepoints
` [RFC PATCH 15/17] rv: Add support for per-object monitors in DA/HA
` [RFC PATCH 16/17] verification/rvgen: Add support for per-obj monitors
` [RFC PATCH 17/17] rv: Add deadline monitors
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 14:14 UTC (12+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[RFC PATCH] sched: psi: Add psi events trace point
2025-08-14 13:55 UTC (2+ messages)
[PATCH v4] tracing: add testable specifications for event_enable_write/read
2025-08-14 12:22 UTC
[PATCH v2] tracing: add kernel documentation for trace_array_set_clr_event, trace_set_clr_event and supporting functions
2025-08-14 12:21 UTC
[PATCH v3 bpf-next] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-14 12:14 UTC
[PATCH bpf-next v2] bpf: Remove migrate_disable in kprobe_multi_link_prog_run
2025-08-14 11:35 UTC (4+ messages)
[PATCH v13 00/25] GenieZone hypervisor drivers
2025-08-14 3:27 UTC (8+ messages)
` [PATCH v13 04/25] virt: geniezone: Add GenieZone hypervisor driver
[PATCH] trace/trace_fprobe.c: TODO: handle filter, nofilter or symbol list
2025-08-14 3:15 UTC (4+ messages)
[PATCH] MAINTAINERS: Remove bouncing kprobes maintainer
2025-08-14 2:45 UTC (4+ messages)
[bug report] tracing/events: add startup tests for events
2025-08-13 15:34 UTC (2+ messages)
[PATCH 0/4] tracing: Cleanup uprobe/eprobe events
2025-08-13 14:30 UTC (5+ messages)
` [PATCH 1/4] tracing: probes: Use __free() for trace_probe_log
` [PATCH 2/4] tracing: eprobe: Cleanup eprobe event using __free()
` [PATCH 3/4] tracing: uprobes: Cleanup __trace_uprobe_create() with __free()
` [PATCH 4/4] tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probe
[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 (6+ messages)
` [PATCH 2/7] tracing: Have syscall trace events show "0x" for values greater than 10
[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] include/linux/rv.h: remove redundant include file
2025-08-11 12:40 UTC (5+ messages)
` [PATCH v2] "
[PATCH] tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()
2025-08-11 6:41 UTC
[PATCH 3/7] tracing: Have syscall trace events read user space string
2025-08-11 5:19 UTC (2+ messages)
[PATCH v13 00/12] RV: Linear temporal logic monitors for RT application
2025-08-10 21:12 UTC (2+ 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).