messages from 2026-07-31 19:20:53 to 2026-08-03 11:05:18 UTC [more...]
[PATCH 00/16] selftests/mm: improve khugepaged coverage
2026-08-03 11:04 UTC (27+ messages)
` [PATCH 01/16] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH 02/16] selftests/mm: add folio-order check for VA ranges
` [PATCH 03/16] selftests/mm: add folio-order detection self-check
` [PATCH 04/16] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH 05/16] selftests/mm: add khugepaged completion barrier helper
` [PATCH 06/16] selftests/mm: add khugepaged race harness
` [PATCH 07/16] selftests/mm: cover a shared-source collapse write race
` [PATCH 08/16] selftests/mm: skip collapse_compound_extreme where the PMD is too large
` [PATCH 09/16] selftests/mm: skip khugepaged swap tests when no swap is configured
` [PATCH 10/16] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH 11/16] selftests/mm: race-harness variant for permissive hole occupancy
` [PATCH 12/16] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH 13/16] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH 14/16] selftests/mm: zap whole PTE tables in the khugepaged race harness
` [PATCH 15/16] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH 16/16] selftests/mm: skip khugepaged shmem cases without a PMD page cache folio
[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-03 10:57 UTC (23+ messages)
` [PATCH v3 01/15] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v3 02/15] mm: introduce linear_anon_page_index()
` [PATCH v3 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
` [PATCH v3 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH v3 06/15] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v3 07/15] mm/rmap: track whether the page VMA mapped pgoff is anonymous
[PATCH] selftests/prctl: Fix non-anonymous VMA mapping in set-anon-vma-name test
2026-08-03 10:30 UTC
[PATCH v2 00/17] timekeeping, hrtimer: Assorted cleanups
2026-08-03 10:04 UTC (18+ messages)
` [PATCH v2 01/17] timekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()
` [PATCH v2 02/17] timekeeping: Use u32 for clock_was_set_seq
` [PATCH v2 03/17] hrtimer: Add a lockdep assertion to hrtimer_update_base()
` [PATCH v2 04/17] timer_list: Use standard 'long long' format placeholders
` [PATCH v2 05/17] timer_list: Use ktime_t over nanoseconds
` [PATCH v2 06/17] selftests: add clock-helpers.h
` [PATCH v2 07/17] selftests: timers: Use clock_name() and constants from clock-helpers.h
` [PATCH v2 08/17] selftests: timers: nanosleep: Drop output alignment
` [PATCH v2 09/17] selftests: timers: nanosleep: Explicitly list the tested clocks
` [PATCH v2 10/17] selftests: timers: nanosleep: Reuse kselftest error numbers
` [PATCH v2 11/17] selftests: timers: nanosleep: Move all single clock tests out of the loop in main()
` [PATCH v2 12/17] selftests: timers: nanosleep: Explicitly handle timer_delete() failure
` [PATCH v2 13/17] selftests: timers: nanosleep: Report each test separately
` [PATCH v2 14/17] selftests: timers: nsleep-lat: Use NSEC_PER_MSEC define for unreasonable latency
` [PATCH v2 15/17] selftests: timers: nsleep-lat: Explicitly list the tested clocks
` [PATCH v2 16/17] selftests: timers: nsleep-lat: Reuse kselftest error numbers
` [PATCH v2 17/17] selftests: timers: nsleep-lat: Check all calls to clock_nanosleep() and clock_gettime()
[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-08-03 10:00 UTC (3+ messages)
` [PATCH v5 2/4] perf/core: Clear the whole branch entry in perf_clear_branch_entry()
[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-08-03 9:10 UTC (12+ messages)
` [PATCH v9 01/10] rust: module: move module types into `module.rs`
` [PATCH v9 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v9 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v9 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH v6 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-08-03 9:00 UTC (12+ messages)
` [PATCH v6 1/6] selftests/mm: make file helpers return errors
` [PATCH v6 2/6] tools/lib/mm: add shared file helpers
` [PATCH v6 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v6 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v6 6/6] selftests/mm: add a GUP selftest
[PATCH bpf v2] selftests/bpf: keep polling connection that is still in progress
2026-08-03 8:35 UTC (2+ messages)
[PATCH net-next v4 00/10] ipv6: report why a route was deleted in RTM_DELROUTE
2026-08-03 8:14 UTC (3+ messages)
` [PATCH net-next v4 01/10] ipv6: add ip6_del_rt_reason()
[PATCH 00/16] timekeeping, hrtimer: Assorted cleanups
2026-08-03 7:02 UTC (4+ messages)
` [PATCH 09/16] selftests: timers: nanosleep: Explicitly list the tested clocks
[PATCH bpf-next 0/3] bpf: arena: handle memory.max on fault-in with reclaim/OOM
2026-08-03 6:43 UTC (4+ messages)
` [PATCH bpf-next 2/3] bpf: arena: allocate the fault-in page outside the lock
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-08-03 6:06 UTC (4+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
[PATCH] selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailable
2026-08-03 5:34 UTC (2+ messages)
[PATCH bpf] bpf: Reject writes through untrusted allocated pointers
2026-08-03 4:06 UTC (7+ messages)
[PATCH net-next v8] selftests/net/openvswitch: add SCTP flow key support and test
2026-08-03 3:03 UTC (3+ messages)
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-08-03 2:43 UTC (15+ messages)
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
[PATCH bpf-next v10 0/9] bpf: Introduce global percpu data
2026-08-03 1:50 UTC (5+ messages)
` [PATCH bpf-next v10 4/9] libbpf: Add support for "
[PATCH net v2] selftests: net: reuseport_bpf_numa: consider cpuless numa node
2026-08-03 1:42 UTC
[PATCH bpf-next v2 0/2] bpf: Fix sleepable check for tracing prog
2026-08-03 1:41 UTC (5+ messages)
[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
2026-08-03 1:32 UTC (8+ messages)
` [PATCH 1/2] "
[PATCH] selftests/mm: read memory information without popen
2026-08-03 1:30 UTC
[PATCH] selftests/bpf: Remove duplicate copies of the arena spinlock qnodes
2026-08-03 0:18 UTC
[PATCH bpf-next 0/2] bpf: Fix RHash special-field recycling
2026-08-03 0:11 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: Cancel RHash special fields on value recycle
[PATCH bpf] bpf: Invalidate RCU pointers after final spin unlock
2026-08-02 23:22 UTC (2+ messages)
[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
2026-08-02 22:54 UTC (10+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection
[PATCH net v2 0/3] net: hsr: fix shared-skb mutations in the forwarding path
2026-08-02 20:25 UTC (4+ messages)
` [PATCH net v2 1/3] net: hsr: privatize interlink-bound skbs before address mutation
` [PATCH net v2 2/3] net: hsr: clone before updating path and LAN IDs in tagged frames
` [PATCH net v2 3/3] selftests: net: hsr: add shared-mutation regression test
[PATCH v2] selftests/cgroup: add user_usec sanity check in test_cpucg_nice
2026-08-02 19:52 UTC (2+ messages)
[PATCH net-next v3 0/2] ptp: reject frequency adjustments that overflow scaled_ppm_to_ppb()
2026-08-02 18:49 UTC (5+ messages)
` [PATCH net-next v3 1/2] "
` [PATCH net-next v3 2/2] selftests: ptp: add a regression test for the frequency adjustment overflow
[PATCH v6 bpf-next 0/4] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-08-02 14:50 UTC (33+ messages)
` [PATCH v6 bpf-next 3/4] "
[PATCH v3 0/2] KVM: LoongArch: selftests: Add FPU test case
2026-08-02 14:10 UTC (2+ messages)
[PATCH v3 0/2] kselftest/arm64: Add two arm64 kselftests for orig_x0 issue
2026-08-02 12:12 UTC (2+ messages)
[PATCH 1/2] arm64/fpsimd: ptrace: Fix inactive SVE and SSVE regsets
2026-08-02 12:12 UTC (3+ messages)
[PATCH] kselftest/arm64: Don't write to P0 in irritator on SME only systems
2026-08-02 12:12 UTC (2+ messages)
[PATCH v2] tools/nolibc: add support for Alpha
2026-08-02 7:35 UTC (6+ messages)
[PATCH v3 0/2] selftests/mm: use pattern matching in .gitignore
2026-08-01 22:34 UTC (3+ messages)
[PATCH v2 net 2/2] selftests: ptp: add a regression test for the frequency adjustment overflow
2026-08-01 22:33 UTC
[PATCH net v2 0/2] net/sched: fix qdisc graft hierarchy validation
2026-08-01 16:35 UTC (8+ messages)
` [PATCH net v2 1/2] net/sched: reject overly deep qdisc hierarchies
` [PATCH net v2 2/2] selftests/tc-testing: add qdisc hierarchy depth tests
[PATCH] selftests/efivarfs: skip write tests if efivarfs is mounted read-only
2026-08-01 13:50 UTC (2+ messages)
[PATCH net-next v1 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
2026-08-01 13:11 UTC (2+ messages)
` [PATCH net-next v1 2/2] selftests: drv-net: ncdevmem: gracefully retry bind()
[PATCH v4 0/3] selftests/resctrl: Add dynamic linked list management for IMC counters
2026-08-01 9:24 UTC (4+ messages)
` [PATCH v4 1/3] selftests/resctrl: Introduce "
` [PATCH v4 2/3] selftests/resctrl: Replace counter index references with pointers
` [PATCH v4 3/3] selftests/resctrl: Enable dynamic management of IMC counters via linked list
[PATCH v6 00/36] Cleaning up the KVM clock mess
2026-08-01 8:38 UTC (7+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-08-01 8:07 UTC (8+ messages)
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v7 34/36] KVM: selftests: Add master clock offset test
[PATCH v8 00/11] KVM: arm64: PMU: Use multiple host PMUs
2026-08-01 6:34 UTC (4+ messages)
` [PATCH v8 04/11] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
[PATCH v2 0/4] add anon mTHP collapse test cases
2026-08-01 6:26 UTC (5+ messages)
` [PATCH v2 1/4] selftests: mm: extend the check_huge() to support mTHP check
` [PATCH v2 2/4] selftests: mm: move gather_after_split_folio_orders() into vm_util.c file
` [PATCH v2 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH v2 4/4] selftests: mm: add mTHP collapse test cases
[PATCH 0/4] add anon mTHP collapse test cases
2026-08-01 5:37 UTC (5+ messages)
` [PATCH 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH 4/4] selftests: mm: add mTHP collapse test cases
[PATCH bpf-next v2 2/2] selftests/bpf: Add IP_TRANSPARENT and IPV6_TRANSPARENT to setget_sockopt
2026-08-01 5:13 UTC
[PATCH stable 6.18 0/2] Kunit backports for older systems
2026-08-01 1:40 UTC
[RFC PATCH bpf-next v2 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-08-01 0:30 UTC (3+ messages)
` [RFC PATCH bpf-next v2 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
[PATCH net 3/3] selftests: net: hsr: add shared-mutation regression test
2026-08-01 0:29 UTC (2+ messages)
[PATCH net 2/3] net: hsr: clone before updating path and LAN IDs in tagged frames
2026-08-01 0:29 UTC (2+ messages)
[PATCH net 1/3] net: hsr: privatize interlink-bound skbs before address mutation
2026-08-01 0:29 UTC (2+ messages)
[PATCH net 0/3] net: hsr: fix shared-skb mutations in the forwarding path
2026-08-01 0:29 UTC (2+ messages)
[PATCH net v3 4/4] selftests: net: hsr: add GRO super-packet forwarding test
2026-07-31 23:59 UTC (2+ messages)
[PATCH net v3 3/4] net: hsr: unfold GSO super-packets at the forward entry
2026-07-31 23:58 UTC (2+ messages)
[PATCH net v3 2/4] net: hsr: shrink seqnr_lock to sequence counter updates
2026-07-31 23:58 UTC (2+ messages)
[PATCH net v3 1/4] net: hsr: fix packet drops caused by GRO superpackets
2026-07-31 23:58 UTC (2+ messages)
[PATCH net v3 0/4] net: hsr: fix GRO/GSO super-packet handling
2026-07-31 23:57 UTC (2+ messages)
[PATCH net-next] selftests: drv-net: enable devmem TCP in the test config
2026-07-31 23:36 UTC
[PATCH stable 6.12 0/9] Kunit backports for older systems
2026-07-31 23:16 UTC (4+ messages)
[PATCH net-next v6 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-07-31 23:15 UTC (7+ messages)
` [PATCH net-next v6 3/3] selftests/net: devmem.py: add check_rx_large_niov
[PATCH v6 bpf-next 1/4] security: introduce struct lsm_xattrs
2026-07-31 22:12 UTC (2+ messages)
[PATCH v2 0/2] KVM: selftests: SEV: address two TODOs in the SEV tests
2026-07-31 22:04 UTC (3+ messages)
` [PATCH v3] KVM: selftests: Add a test for KVM_CREATE_VM VM type enforcement
[PATCH v11 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-31 21:37 UTC (4+ messages)
[PATCH 0/2] fuse: zero the partial EOF page when extending a file
2026-07-31 20:38 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended
[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
2026-07-31 20:10 UTC (2+ messages)
[PATCH] KVM: selftests: Fix typos in x86 and riscv tests
2026-07-31 20:10 UTC (2+ messages)
[PATCH bpf v4 0/4] bpf: Preserve pointer state for commuted arithmetic
2026-07-31 19:50 UTC (2+ messages)
[PATCH] futex: Avoid hash-bucket locking for mismatched waits
2026-07-31 19:26 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