messages from 2026-07-06 06:19:51 to 2026-07-06 20:18:38 UTC [more...]
[PATCH v6 00/11] Dynamic PAMT
2026-07-06 20:18 UTC (8+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v6 04/11] x86/virt/tdx: Allocate ref counts for Dynamic PAMT memory
[PATCH] MAINTAINERS: update ndesaulniers
2026-07-06 20:16 UTC (2+ messages)
[PATCH] docs: cgroup: Fix bracket
2026-07-06 19:45 UTC (2+ messages)
[PATCH 0/8] mm/khugepaged: several cleanups
2026-07-06 19:35 UTC (19+ messages)
` [PATCH 1/8] mm/khugepaged: refactor per-scan state clearing into collapse_control_init_scan()
` [PATCH 2/8] mm/khugepaged: extract young page check into collapse_is_young() helper
` [PATCH 3/8] mm/khugepaged: introduce a count_collapse_event() helper
` [PATCH 4/8] mm/khugepaged: fix outdated comments
` [PATCH 5/8] mm/khugepaged: Refactor the PTE state checks into a helper
` [PATCH 6/8] mm/khugepaged: unmap pte before releasing vma write lock
` [PATCH 7/8] mm/khugepaged: clarify a comment regarding max_ptes_none check
` [PATCH 8/8] mm: Documentation: clarify where the mTHP stats live
[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
2026-07-06 19:33 UTC (10+ messages)
` [PATCH v5 4/6] mm/zswap: Implement "
[PATCH v6 00/23] sched: Introduce cpu_preferred_mask and steal-driven vCPU backoff
2026-07-06 19:26 UTC (19+ messages)
` [PATCH v6 12/23] virt: Introduce steal monitor driver
` [PATCH v6 16/23] virt/steal_monitor: Compute work at regular intervals
` [PATCH v6 17/23] virt/steal_monitor: Provide default method to get systemwide steal time
` [PATCH v6 18/23] virt/steal_monitor: Provide default method to inc/dec preferred CPUs
` [PATCH v6 19/23] virt/steal_monitor: Provide default method to get num of CPUs for steal ratio
[PATCH] Documentation: admin-guide: pm: cpufreq: fix sampling_rate example command
2026-07-06 18:51 UTC (4+ messages)
[PATCH] docs/bpf: Document BPF_STRICT_BUILD=0 to tolerate test build failures
2026-07-06 18:38 UTC (2+ messages)
[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
2026-07-06 18:28 UTC (12+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
` [PATCH v8 2/7] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v8 3/7] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v8 4/7] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v8 5/7] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v8 6/7] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v8 7/7] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH v7 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-07-06 18:25 UTC (7+ messages)
` [PATCH v7 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v7 2/6] alloc_tag: add ioctl filters "
` [PATCH v7 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v7 4/6] alloc_tag: add accuracy based "
` [PATCH v7 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH v7 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest
[PATCH] docs: admin-guide: thunderbolt: fix sentence structure
2026-07-06 18:14 UTC
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-06 18:17 UTC (4+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v6 0/4] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-06 18:16 UTC (7+ messages)
` [PATCH v6 1/4] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v6 2/4] mm/hmm: add hmm_range_fault_unlocked() for mmap lock-drop support
` [PATCH v6 3/4] selftests/mm: add userfaultfd test for HMM unlocked path
` [PATCH v6 4/4] mshv: Use hmm_range_fault_unlocked() for region faults
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-06 18:05 UTC (38+ messages)
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-07-06 18:00 UTC (4+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
[PATCH] docs: pt_BR: process: Translate stable kernel rules guide
2026-07-06 17:49 UTC
[PATCH v3 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
2026-07-06 17:48 UTC (4+ messages)
` [PATCH v3 1/5] PCI: dwc: Determine whether iMSI is used before calling .init
[PATCH v2] ipe: fix typo
2026-07-06 17:44 UTC
[PATCH v7 0/3] mm: clean up folio LRU and swap declarations
2026-07-06 17:24 UTC (7+ messages)
` [PATCH v7 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v7 2/3] mm: rename swap.c to folio.c
` [PATCH v7 3/3] mm: move reclaim-internal declarations out of swap.h
[PATCH net v2] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
2026-07-06 17:10 UTC (5+ messages)
[PATCH v2 0/4] printk: nbcon: deprecate boot_delay in favour of printk_delay
2026-07-06 17:05 UTC (4+ messages)
` [PATCH v2 3/4] printk: nbcon: move printk_delay to console emiting code
[PATCH v4 0/3] watchdog: npcm: Add reset status detection support
2026-07-06 16:57 UTC (5+ messages)
` [PATCH v4 1/3] dt-bindings: watchdog: npcm: add GCR syscon property
` [PATCH v4 2/3] docs: watchdog: npcm: Add reset status description
` [PATCH v4 3/3] watchdog: npcm: add bootstatus support
[PATCH v2 0/5] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
2026-07-06 16:33 UTC (8+ messages)
` [PATCH v2 1/5] dt-bindings: hwmon: (pmbus/max20830): add enable-gpios property and complete examples
` [PATCH v2 4/5] dt-bindings: hwmon: (pmbus/max20830): add max20830c and max20840c support
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-06 16:23 UTC (7+ messages)
` [PATCH v10 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH v4 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
2026-07-06 16:06 UTC (4+ messages)
` [PATCH v4 1/3] x86,fs/resctrl: Add resctrl_arch_preconvert_bw()
` [PATCH v4 2/3] arm_mpam: resctrl: Add pass-through resctrl_arch_preconvert_bw()
` [PATCH v4 3/3] fs/resctrl: Factor MBA parse-time conversion to be per-arch
[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2026-07-06 15:57 UTC (3+ messages)
[PATCH v6 00/16] AD9910 Direct Digital Synthesizer
2026-07-06 15:51 UTC (11+ messages)
` [PATCH v6 12/16] iio: frequency: ad9910: add RAM mode support
` [PATCH v6 16/16] docs: iio: add documentation for ad9910 driver
[PATCH v3 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
2026-07-06 15:49 UTC (3+ messages)
[PATCH 0/4] KVM: x86: Document and enforce APIC base memory hole
2026-07-06 15:21 UTC (4+ messages)
` [PATCH 1/4] KVM: x86: Document that KVM_CREATE_IRQCHIP must precede vcpu creation
` [PATCH 2/4] KVM: x86: Document APIC base address constraint for in-kernel irqchip
` [syzbot ci] Re: KVM: x86: Document and enforce APIC base memory hole
[PATCH v3 0/2] docs/zh_CN: update translation of doc-guide/sphinx.rst
2026-07-06 15:13 UTC (3+ messages)
` [PATCH v3 1/2] docs/zh_CN: add process/changes.rst translation
` [PATCH v3 2/2] docs/zh_CN: update sphinx.rst translation
[PATCH v2] Documentation: Update after split of <linux/mod_devicetable.h>
2026-07-06 15:01 UTC
[PATCH v2] usbcore: Add quirk for 255-bytes initial config read
2026-07-06 14:46 UTC (6+ messages)
[PATCH v6 0/4] kallsyms: embed source file:line info in kernel stack traces
2026-07-06 14:29 UTC (5+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v6 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v6 4/4] kallsyms: add KUnit tests for lineinfo feature
[RFC PATCH v1.1 00/16] mm/damon: introduce data attributes only monitoring
2026-07-06 14:19 UTC (3+ messages)
` [RFC PATCH v1.1 14/16] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH v1.1 15/16] Docs/admin-guide/mm/damon/usage: document weight sysfs file
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-07-06 14:01 UTC (7+ messages)
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS
[PATCH v3 0/2] syscall_user_dispatch: add build/runtime configs
2026-07-06 14:00 UTC (3+ messages)
` [PATCH v3 1/2] syscall_user_dispatch: Make it configurable in Kconfig
` [PATCH v3 2/2] syscall_user_dispatch: add kernel.syscall_user_dispatch sysctl
[PATCH] hwmon: (asus-ec-sensors) add ROG CROSSHAIR X870E HERO
2026-07-06 13:53 UTC (2+ messages)
[PATCH v9 00/15] userfaultfd: working set tracking for VM guest memory
2026-07-06 13:52 UTC (20+ messages)
` [PATCH v9 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v9 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v9 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v9 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v9 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v9 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v9 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v9 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v9 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v9 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v9 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v9 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v9 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v9 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v9.1 "
` [PATCH v9 15/15] Documentation/userfaultfd: document RWP working set tracking
` Addressing Sashiko AI review
[PATCH] hwmon: (asus-ec-sensors) add ROG Maximus Z790 Hero
2026-07-06 13:52 UTC (2+ messages)
[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
2026-07-06 13:43 UTC (11+ messages)
` [PATCH 01/17] arm64: Move DAIF macros to ptrace.h and use them centrally
` [PATCH 02/17] arm64: Rework exception masking into abstract logical mask
[PATCH v2 0/2] docs/zh_CN: update translations for process/changes.rst and sphinx.rst
2026-07-06 13:21 UTC (5+ messages)
[alexs:docs-next 3/7] htmldocs: Warning: Documentation/translations/zh_CN/how-to.rst references a file that doesn't exist: Documentation/translations/zh_CN/xxx.rst
2026-07-06 13:19 UTC (3+ messages)
[PATCH] docs: filesystems: porting: fix spelling of returned and instead
2026-07-06 13:07 UTC (2+ messages)
[PATCH v1] Documentation: PCI: Update header defining struct pci_device_id
2026-07-06 10:41 UTC (2+ messages)
[PATCH] sched/topology: Allow EAS without schedutil for artificial Energy Models
2026-07-06 9:05 UTC (8+ messages)
[PATCH] Documentation: remove the requirement for LLM attribution
2026-07-06 8:44 UTC (11+ messages)
[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
2026-07-06 8:16 UTC (2+ messages)
[PATCH net] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
2026-07-06 6:46 UTC (2+ messages)
[PATCH] f2fs: introduce gcless mount option to avoid foreground GC
2026-07-06 6:20 UTC
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