messages from 2026-07-20 17:54:24 to 2026-07-21 17:18:25 UTC [more...]
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-07-21 17:18 UTC (41+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 18/36] mm/gup: disallow longterm pin of private node folios
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 21/36] proc/kcore: include private-node RAM in the kcore RAM map
` [PATCH v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 27/36] mm: add NODE_PRIVATE_CAP_USER_NUMA for userland numa controls
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 29/36] mm: add NODE_PRIVATE_CAP_DEMOTION for private-node tiering demotion
` [PATCH v5 30/36] mm: add NODE_PRIVATE_CAP_NUMA_BALANCING for private-node NUMA balancing
` [PATCH v5 31/36] mm: add NODE_PRIVATE_CAP_LTPIN for private node folio pinning
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 33/36] Documentation/mm: describe private (N_MEMORY_PRIVATE) memory nodes
` [PATCH v5 34/36] mm/mempolicy: add mpol_set_shared_policy_range()
` [PATCH v5 35/36] KVM: guest_memfd: bind backing memory to a NUMA node at creation
[PATCH v9 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-21 16:49 UTC (8+ messages)
` [PATCH v9 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v9 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v9 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[RFC PATCH net-next 00/13] net: knod: in-kernel network offload device
2026-07-21 16:36 UTC (10+ messages)
` [RFC PATCH net-next 02/13] net: devmem: extend memory provider for knod
` [RFC PATCH net-next 08/13] drm/amdkfd: add GPU instruction emitter and disassembler
[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
2026-07-21 16:23 UTC (3+ messages)
` [PATCH v5 10/20] vfio/pci: Retrieve preserved device files after Live Update
[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
2026-07-21 15:27 UTC (9+ messages)
` [PATCH bpf-next v5 1/8] netlink: specs: add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation
[PATCH net-next v2 0/3] net: nexthop: per-nexthop UDP dst port for fdb (VXLAN) nexthops
2026-07-21 15:20 UTC (7+ messages)
` [PATCH net-next v2 1/3] net: nexthop: add NHA_FDB_PORT for fdb nexthops
` [PATCH net-next v2 2/3] vxlan: honor per-nexthop fdb destination port
` [PATCH net-next v2 3/3] selftests: net: add coverage for fdb nexthop dst port
[PATCH] selftests/mm/pagemap_ioctl: Fix missing NULL checks after calloc()
2026-07-21 14:55 UTC (2+ messages)
[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
2026-07-21 14:54 UTC (7+ messages)
` [PATCH v5 1/5] selftests/mm: make file helpers return errors
` [PATCH v5 4/5] tools/mm: add a standalone GUP microbenchmark
[PATCH net-next 7/9] net/ipv6: support RFC6724 rule 5.5 via subtrees
2026-07-21 14:37 UTC (3+ messages)
[PATCH net-next 8/9] selftests: net: RFC6724 rule 5.5 tests
2026-07-21 13:50 UTC (2+ messages)
[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
2026-07-21 13:48 UTC (9+ messages)
` [PATCH bpf-next v10 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v10 2/9] bpf: Introduce global percpu data
[RFC PATCH v1 0/5] fuse: caches documentation and testing
2026-07-21 13:33 UTC (15+ messages)
` [RFC PATCH v1 1/5] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v1 2/5] selftests/filesystems: convert fusectl test to fuse3
` [RFC PATCH v1 3/5] selftests/filesystems: check that fusectlfs is mounted
` [RFC PATCH v1 4/5] selftests/filesystems: add fuse symlink caching test
` [RFC PATCH v1 5/5] selftests/filesystems: add fuse ACLs "
[PATCH bpf-next 0/2] bpf: Fix WARNING in bpf_tracing_link_release
2026-07-21 13:30 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Verify no warning when close fexit link
[PATCH] selftests/mm: transhuge-stress: check duration inside page loop
2026-07-21 13:28 UTC (2+ messages)
[PATCH v5] KVM: selftests: riscv: Add lazy V extension enablement for guests
2026-07-21 12:24 UTC
[PATCH v4] KVM: selftests: riscv: Add lazy V extension enablement for guests
2026-07-21 11:55 UTC
[PATCH v2 0/4] ACPI: APEI: GHES: Add NVIDIA Vera CPER decoder and tests
2026-07-21 11:29 UTC (3+ messages)
[PATCH] KVM: selftests: riscv: Add lazy V extension enablement for guests
2026-07-21 11:24 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH bpf-next] selftests/bpf: Fix double free of name
2026-07-21 10:44 UTC (2+ messages)
[PATCH] selftests: timers: Use CPU time for CPU timers in posix_timers test
2026-07-21 10:38 UTC (4+ messages)
` [PATCH v2] "
[bpf-next v2 0/2] bpf: Preserve stack frame number for commuted arithmetic
2026-07-21 10:29 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Cover stack frame number after scalar plus fp
[PATCH v4 0/2] Make liveupdate selftests library
2026-07-21 10:17 UTC (4+ messages)
` [PATCH v4 1/2] selftests/liveupdate: Use luo_test_utils.c for liveupdate ioctl APIs
` [PATCH v4 2/2] selftests/liveupdate: Move luo_test_utils.* into a reusable library
[PATCH 0/5] cpuidle: speed up do_idle() by caching the governor latency QoS constraint
2026-07-21 9:26 UTC (6+ messages)
` [PATCH 1/5] pm: qos: add notifiers for CPU latency and wakeup latency QoS
` [PATCH 2/5] cpuidle: subscribe to global latency QoS notifiers
` [PATCH 3/5] cpuidle: invalidate latency gen on per-CPU resume QoS changes
` [PATCH 4/5] cpuidle: cache aggregated governor latency QoS constraint
` [PATCH 5/5] selftests/cpuidle: add latency_req QoS idle-state selection test
[PATCH net-next v6 0/2] udp: fix FOU/GUE over multicast
2026-07-21 9:20 UTC (2+ messages)
[PATCH bpf-next 0/2] bpf: Preserve stack frame number for commuted stack arithmetic
2026-07-21 7:51 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf: Preserve stack frame number for commuted arithmetic
[PATCH] riscv: selftests: Fix pointer masking test failures on real hardware
2026-07-21 6:52 UTC
[PATCH] selftests/damon: Add missing NULL checks after malloc()
2026-07-21 6:41 UTC (4+ messages)
` [PATCH v2] "
[PATCH v4 16/17] selftests/verification: Rearrange the wwnr_printk test
2026-07-21 6:24 UTC (2+ messages)
[PATCH] selftests/cgroup: test_zswap: add missing NULL check after malloc()
2026-07-21 2:08 UTC
[PATCH net 2/2] selftests: ptp: add a regression test for the frequency adjustment overflow
2026-07-21 1:47 UTC (2+ messages)
[PATCH v2 net 0/2] ptp: fix scaled_ppm_to_ppb() overflow bypassing the max_adj check
2026-07-21 1:42 UTC (3+ messages)
` [PATCH v2 net 1/2] ptp: reject frequency adjustments that overflow scaled_ppm_to_ppb()
` [PATCH v2 net 2/2] selftests: ptp: add a regression test for the frequency adjustment overflow
[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
2026-07-21 1:34 UTC (5+ messages)
[PATCH v2 0/3] selftests/bpf: A few edge case fixes
2026-07-21 1:19 UTC (3+ messages)
` [PATCH v2 1/3] selftests/bpf: Fix make install target
[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
2026-07-21 1:08 UTC (2+ messages)
[PATCH net] selftests/net: Fix tun IPv6 test addresses to avoid 6to4 range
2026-07-21 0:59 UTC (2+ messages)
[PATCH net-next v5 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-07-21 0:28 UTC (4+ messages)
` [PATCH net-next v5 2/3] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
2026-07-20 23:10 UTC (4+ messages)
[PATCH v5 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-07-20 22:47 UTC (9+ messages)
` [PATCH v5 "
[PATCH net-next v3 0/2] net/sched: sch_fq_pie: add per-flow class statistics
2026-07-20 22:46 UTC (3+ messages)
` [PATCH net-next v3 1/2] net/sched: sch_fq_pie: add per-flow statistics via class ops
[PATCH v2 1/2] selftests: drv-net: Fix csum path in doc
2026-07-20 21:51 UTC (2+ messages)
` [PATCH v2 2/2] selftests: drv-net: Fix TSO test doc
[PATCH v2 0/2] selftests: helpers: handle multi line in test_sysfs_prop_optional_list
2026-07-20 21:48 UTC (4+ messages)
` [PATCH v2 2/2] selftests: test possible usb type values from documentation
PATCH v2 0/2] Power: supply: Add PbAc, NiZn, RAM, and ZnAr support
2026-07-20 21:43 UTC (2+ messages)
[PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
2026-07-20 20:41 UTC (4+ messages)
` [PATCH v5 "
[PATCH] selftests: ipc: Change operation not supported error number
2026-07-20 20:40 UTC
[PATCH 1/2] selftests: drv-net: Fix csum path in doc
2026-07-20 19:51 UTC (3+ messages)
` [PATCH 2/2] selftests: drv-net: Fix TSO test doc
[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
2026-07-20 19:48 UTC (2+ messages)
[PATCH] selftests: do not preserve ownership when installing files with rsync
2026-07-20 19:00 UTC (2+ messages)
[PATCH stable 6.12 v2] selftests/fs/statmount: build with tools include dir
2026-07-20 18:16 UTC
[PATCH 0/2] ntsync: docs uAPI fixup and timens selftest
2026-07-20 17:54 UTC (2+ messages)
` [PATCH 2/2] selftests: ntsync: test absolute MONOTONIC waits under time namespaces
page: | 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