messages from 2026-08-13 16:18:50 to 2026-08-17 08:08:40 UTC [more...]
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-08-17 8:08 UTC (61+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 04/57] mm/collapse: rename mthp_present_ptes to eligible_ptes
` [RFC PATCH 05/57] mm/collapse: state what a collapse may do in the policy
` [RFC PATCH 06/57] mm/collapse: move the smallest collapse order to collapse.h
` [RFC PATCH 07/57] mm/collapse: sketch the new anonymous collapse engine
` [RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
` [RFC PATCH 09/57] mm/collapse: collect candidate windows into a round
` [RFC PATCH 10/57] mm/collapse: run a round and feed the outcomes back
` [RFC PATCH 11/57] mm/collapse: sketch the passes of a round
` [RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
` [RFC PATCH 13/57] mm/collapse: revalidate a round against the VMA
` [RFC PATCH 14/57] mm/collapse: fault the sources in before the freeze
` [RFC PATCH 15/57] mm/collapse: check what a candidate would freeze
` [RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
` [RFC PATCH 17/57] mm/collapse: copy the sources into the destinations
` [RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
` [RFC PATCH 20/57] mm/collapse: put the sources back
` [RFC PATCH 21/57] mm/collapse: settle whatever the round reached
` [RFC PATCH 22/57] mm/collapse: walk a table with a selection cursor
` [RFC PATCH 23/57] mm/collapse: give a refused region a second chance
` [RFC PATCH 24/57] mm/collapse: report each candidate's outcome to tracing
` [RFC PATCH 25/57] mm/collapse: collapse anonymous memory with the new engine
` [RFC PATCH 26/57] mm/collapse: give collapse_single_pmd() the range to work on
` [RFC PATCH 27/57] mm/collapse: scan the windows a VMA can hold
` [RFC PATCH 28/57] mm/collapse: remove the mechanism the engine replaces
` [RFC PATCH 29/57] mm/collapse: move what a collapse is judged on into collapse.c
` [RFC PATCH 30/57] mm/collapse: name the max_ptes ceiling after collapse
` [RFC PATCH 31/57] mm/khugepaged: count collapses where khugepaged makes them
` [RFC PATCH 32/57] mm/collapse: move the file collapse into collapse.c
` [RFC PATCH 33/57] mm/collapse: split collapse into a scan and a run
` [RFC PATCH 34/57] mm/collapse: implement MADV_COLLAPSE in madvise.c
` [RFC PATCH 35/57] mm/madvise: drop MADV_COLLAPSE's redundant mm reference
` [RFC PATCH 36/57] mm/collapse: report what the scan found
` [RFC PATCH 37/57] mm/collapse: report what the fault-in pass paid
` [RFC PATCH 38/57] mm/collapse: report the round, and what it made faulters wait
` [RFC PATCH 39/57] mm/collapse: name the file collapse's tracepoints after collapse
` [RFC PATCH 40/57] mm/collapse: remove the tracepoints of the mechanism that is gone
` [RFC PATCH 41/57] mm/collapse: give collapse its own trace header
` [RFC PATCH 42/57] mm/collapse: allow error injection into the freeze
` [RFC PATCH 43/57] mm/khugepaged: check the scan budget before the work, not after
` [RFC PATCH 44/57] mm/khugepaged: hold the address space open across a scan
` [RFC PATCH 45/57] mm/collapse: take a per-VMA read lock for the round
` [RFC PATCH 46/57] mm/khugepaged: scan under a per-VMA read lock
` [RFC PATCH 47/57] mm/madvise: collapse "
` [RFC PATCH 48/57] mm/collapse: assert the mm reference the engine relies on
` [RFC PATCH 49/57] mm/khugepaged: drop the mmap_lock barrier from __khugepaged_exit()
` [RFC PATCH 50/57] selftests/mm: attribute collapses by candidate event alone
` [RFC PATCH 51/57] selftests/mm: cover collapse inside a sub-PMD VMA
` [RFC PATCH 52/57] selftests/mm: cover a hole-y window in "
` [RFC PATCH 53/57] selftests/mm: cover collapse of mlocked ranges
` [RFC PATCH 54/57] selftests/mm: cover collapse beside a MADV_FREE'd page
` [RFC PATCH 55/57] selftests/mm: cover collapse beside a pinned page
` [RFC PATCH 56/57] selftests/mm: cover the scaled max_ptes_shared limit
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse
[PATCH] percpu: Drop CONFIG_DEBUG_FORCE_WEAK_PER_CPU
2026-08-17 7:15 UTC (2+ messages)
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-17 6:18 UTC (53+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v10 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
2026-08-17 6:20 UTC (3+ messages)
[PATCH] tracing: Fix crash passing ERR_PTR to kthread_stop()
2026-08-16 23:15 UTC (3+ messages)
[PATCH v4 00/19] Landlock tracepoints
2026-08-16 22:39 UTC (5+ messages)
` [PATCH v4 01/19] landlock: Prepare ruleset and domain type split
` [PATCH v4 05/19] landlock: Decouple the per-denial logging decision from CONFIG_AUDIT
[PATCH v2] tracing: Use seq_buf for string concatenation
2026-08-16 22:10 UTC (2+ messages)
[PATCH 7.1.y] Revert "tracing: perf: Fix stale head for perf syscall tracing"
2026-08-16 19:43 UTC (3+ messages)
[PATCH] tracing/histograms: Fix use-after-free with same-name named triggers
2026-08-16 10:32 UTC (2+ messages)
[PATCH] tracing: Cleanup event_enable_trigger_parse() by using __free()
2026-08-16 5:52 UTC (4+ messages)
[syzbot] [trace?] INFO: task hung in ftrace_set_clr_event
2026-08-15 22:42 UTC
[PATCH v3 0/4] selftests/ftrace: Add a boottime tracing test framework
2026-08-14 23:58 UTC (4+ messages)
[PATCH net-next 00/11] mptcp: misc. features for v7.3
2026-08-14 22:21 UTC (2+ messages)
[GIT PULL] RTLA changes for 7.3
2026-08-14 17:53 UTC (5+ messages)
[PATCH 0/5] rtla: Implement more robust nr_cpus handling
2026-08-14 17:49 UTC (9+ messages)
` [PATCH 1/5] rtla: Replace get_nprocs_conf() with sysfs possible cpus
` [PATCH 2/5] rtla: Discard trace entries with cpu >= nr_cpus
` [PATCH 3/5] rtla: Abort on nr_cpus mismatch with tracer
` [PATCH 4/5] rtla/tests: Add unit test for cpu_list_iterate()
` [PATCH 5/5] rtla/tests: Add unit test for get_max_cpu_from_list()
[PATCH v5 00/10] ring-buffer: Fixes for subbuf resizing and persistent buffers
2026-08-14 17:28 UTC (24+ messages)
` [PATCH v5 01/10] ring-buffer: Free cpu_buffer::free_page with subbuf_order
` [PATCH v5 03/10] ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page
` [PATCH v5 04/10] ring-buffer: Fix subbuf resize race with ring buffer readers
` [PATCH v5 06/10] tracing: Fix subbuf resize races with trace_pipe_raw readers
` [PATCH v5 07/10] ring-buffer: Dynamically calculate max_data_size
` [PATCH v5 10/10] ring-buffer: Make nr_pages unsigned int
[PATCH 0/2] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
2026-08-14 16:15 UTC (7+ messages)
` [PATCH 1/2] dmaengine: use dma_chan_name() helper to get per-channel device name
` [PATCH 2/2] dmaengine: add union chan_dev for dma_chan::dev for clarity
[PATCH v6 0/2] ring-buffer: Fixes for subbuf resizing and persistent buffers
2026-08-14 16:01 UTC (5+ messages)
` [PATCH v6 1/2] tracing: Fix subbuf resize races with trace_pipe_raw readers
` [PATCH v6 2/2] ring-buffer: Improve nr_pages type
[PATCH 0/1] ring-buffer: Fix sub-buffer order updates and free_page leaks
2026-08-14 16:00 UTC (7+ messages)
` [PATCH] ring-buffer: Fix race between ring_buffer_subbuf_order_set() and readers
[PATCH v5 00/10] dma-buf: heaps: Add support for Tegra VPR
2026-08-14 15:44 UTC (21+ messages)
` [PATCH v5 01/10] dt-bindings: reserved-memory: Document "
` [PATCH v5 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v5 03/10] dt-bindings: gpu: host1x: Document memory-regions for NVDEC
` [PATCH v5 04/10] bitmap: Add bitmap_allocate() function
` [PATCH v5 05/10] mm/cma: Introduce cma_alloc_at() API
` [PATCH v5 06/10] dma-buf: heaps: Add debugfs support
` [PATCH v5 07/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v5 08/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v5 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v5 10/10] arm64: tegra: Add VPR placeholder node on Tegra264
[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
2026-08-14 12:56 UTC (4+ messages)
` [PATCH v4 07/10] "
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-14 10:06 UTC (8+ messages)
` [PATCH 6/9] mm: convert PTE table entry to pte
[PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-14 9:45 UTC (23+ messages)
` [PATCH v5 01/16] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v5 02/16] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v5 03/16] mm: introduce linear_anon_page_index()
` [PATCH v5 04/16] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v5 05/16] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v5 06/16] mm: introduce and use vma_filebacked_address()
` [PATCH v5 07/16] mm/vma: fix self-merge check in copy_vma()
` [PATCH v5 08/16] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v5 09/16] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v5 10/16] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v5 11/16] mm: clean up vma_address_end()
` [PATCH v5 12/16] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v5 13/16] mm/migrate: calculate large folio page index using PFN
` [PATCH v5 14/16] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v5 15/16] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v5 16/16] tools/testing/selftests/mm: test anonymous page offset merge behaviour
[PATCH] ring-buffer: Fixes for subbuf resizing
2026-08-14 8:25 UTC (3+ messages)
[PATCH] tracing: Have trace_event_update_all() only handle module that is loading
2026-08-14 0:42 UTC
[PATCH v3 3/3] tracefs: make root directory world-traversable
2026-08-14 0:39 UTC (2+ messages)
[PATCH v3 01/11] Documentation: Correction in HID output_report callback description
2026-08-13 23:18 UTC (2+ messages)
[PATCH v8 04/12] verification/rvgen: Add support for Hybrid Automata
2026-08-13 23:08 UTC (2+ messages)
[PATCH RFC v4 13/44] KVM: guest_memfd: Apply content modes while setting memory attributes
2026-08-13 22:51 UTC (2+ messages)
[PATCH v4 0/6] tracing/osnoise: Track IPIs
2026-08-13 17:59 UTC (4+ messages)
` [PATCH v4 5/6] rtla: Unconditionally clean any pre-existing filters for user-provided events
[PATCH RFC 0/7] tracing: Parse filter from event string
2026-08-13 16:22 UTC (3+ messages)
` [PATCH RFC 7/7] "
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