messages from 2026-05-26 02:21:06 to 2026-05-27 17:53:31 UTC [more...]
[PATCH bpf 0/1] bpf: reject overlarge global subprog argument sizes
2026-05-27 17:53 UTC (5+ messages)
` [PATCH bpf 1/1] "
[PATCH v4 0/5] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
2026-05-27 17:43 UTC (6+ messages)
` [PATCH v4 1/5] KVM: x86: Consolidate CPUID fault handling for emulator and interception logic
` [PATCH v4 2/5] KVM: x86: Prioritize CPUID faulting over CPUID VM-exits in nested VMX
` [PATCH v4 3/5] KVM: x86: Remove supports_cpuid_fault() helper
` [PATCH v4 4/5] KVM: x86: Virtualize AMD CPUID faulting
` [PATCH v4 5/5] KVM: selftests: Update hwcr_msr_test for CPUID faulting bit
[PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior
2026-05-27 17:04 UTC (10+ messages)
` [PATCH v2 01/10] riscv: hwprobe.rst: Document EXT_ZICFISS
` [PATCH v2 02/10] riscv: hwprobe.rst: Replace tabs with spaces
` [PATCH v2 04/10] riscv: Add Zicclsm to cpufeature and hwprobe
` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-05-27 17:00 UTC (4+ messages)
` [PATCH RFC v3 5/7] mm: selftests: Add shmem into memory failure test
[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-27 16:33 UTC (16+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 02/12] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v2 03/12] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v2 04/12] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 06/12] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 08/12] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v2 09/12] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "
[PATCH v2 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-05-27 16:24 UTC (3+ messages)
[PATCH] selftest: Fix UB of getline due to missing var init
2026-05-27 16:23 UTC (5+ messages)
[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
2026-05-27 15:43 UTC (22+ messages)
` [RFC PATCH bpf-next v7 01/11] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v7 02/11] bpf: allow attaching struct_ops to cgroups
` [RFC PATCH bpf-next v7 03/11] libbpf: fix return value on memory allocation failure
` [RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v7 05/11] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v7 06/11] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v7 07/11] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [RFC PATCH bpf-next v7 08/11] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v7 09/11] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v7 10/11] selftests/bpf: Add selftest for memcg async reclaim via BPF
` [RFC PATCH bpf-next v7 11/11] samples/bpf: Add memcg priority control and async reclaim example
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-27 15:35 UTC (8+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
2026-05-27 15:30 UTC (10+ messages)
` [PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix
[PATCH v4 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
2026-05-27 14:24 UTC (6+ messages)
` [PATCH v4 1/5] selftests/mm: make file helpers return errors
` [PATCH v4 2/5] tools/lib/mm: add shared file helpers
` [PATCH v4 3/5] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v4 4/5] tools/mm: add a standalone GUP microbenchmark
` [PATCH v4 5/5] selftests/mm: rewrite gup_test as a standalone harness-based selftest
[PATCH] selftests/ftrace: Fix trace_marker_raw test on 64K page kernels
2026-05-27 14:09 UTC (2+ messages)
[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-05-27 14:06 UTC (7+ messages)
` [PATCH v8 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v8 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v8 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v8 5/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v8 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH v3 0/4] KVM: x86: Virtualize AMD's "disable CPUID in usermode"
2026-05-27 13:25 UTC (13+ messages)
` [PATCH v3 3/4] KVM: x86: Virtualize AMD CPUID faulting
[PATCH] selftests: livepatch: set LC_ALL=C to fix locale-dependent test failure
2026-05-27 13:19 UTC (3+ messages)
[PATCH v4 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-05-27 13:01 UTC (7+ messages)
` [PATCH v4 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events
` [PATCH v4 2/4] perf: Use a union to clear branch entry bitfields
` [PATCH v4 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v4 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE
[PATCH 0/2] selftests/clone3: fix cap_checkpoint_restore test
2026-05-27 12:12 UTC (2+ messages)
[PATCH net 0/3] selftests: mptcp: reduce bufferbloat and cleanup
2026-05-27 12:11 UTC (4+ messages)
` [PATCH net 1/3] selftests: mptcp: simult_flows: disable GSO
` [PATCH net 2/3] selftests: mptcp: simult_flows: adapt limits
` [PATCH net 3/3] selftests: mptcp: sockopt: set EXIT trap earlier
[PATCH] selftests: Fix Makefile target for nsfs
2026-05-27 12:07 UTC (2+ messages)
[PATCH v3 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-05-27 11:36 UTC (5+ messages)
` [PATCH v3 1/2] selftests/mm: refactor pkey test helpers and unify assertions
` [PATCH v3 2/2] selftests/mm: add missing mmap() return checks in pkey tests
[PATCH] selftests/resctrl: Allow CAT testing when no exclusive cache exists
2026-05-27 9:49 UTC (8+ messages)
[RFC PATCH v1 0/2] kselftest/resctrl: CAT functional tests
2026-05-27 8:04 UTC (2+ messages)
` [PATCH RFC "
[PATCH net-next v3] selftests: openvswitch: add dec_ttl action support and test
2026-05-27 8:06 UTC
[PATCH v2 0/3] KVM: riscv: add check_supported_reg() into get-reg-list test
2026-05-27 5:52 UTC (4+ messages)
` [PATCH v2 1/3] KVM: RISC-V: SBI FWFT: Fix stale feature exposure after runtime extension changes
` [PATCH v2 2/3] KVM: riscv: selftests: Refactor ISA and SBI extension sublist macros
` [PATCH v2 3/3] KVM: riscv: selftests: Split SBI FWFT into separate feature-specific sublists
[PATCH] selftests/resctrl: Add ARM vendor detection and fix non-contig CBM check
2026-05-27 4:15 UTC (3+ messages)
[PATCH] selftests/resctrl: Skip L3_CAT when no exclusive cache portion exists
2026-05-27 3:17 UTC (2+ messages)
[PATCH net-next v2 0/4] selftests: rds: ROCE support follow ups
2026-05-27 2:34 UTC (5+ messages)
` [PATCH net-next v2 1/4] selftests: rds: Rename run.sh to rds_run.sh
` [PATCH net-next v2 2/4] selftests: rds: pin RDS sockets to their intended transport
` [PATCH net-next v2 3/4] selftests: rds: support RDS built as loadable modules
` [PATCH net-next v2 4/4] selftests: rds: report missing RDMA prereqs as XFAIL
[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
2026-05-27 1:49 UTC (6+ messages)
[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
2026-05-27 1:09 UTC (3+ messages)
` [PATCH v2 2/7] seg6: add End.M.GTP4.E behavior
[PATCH 1/2 net-next v5] ipv6: addrconf: fix temp address generation after prefix deprecation
2026-05-27 1:00 UTC (2+ messages)
[PATCH v2 00/10] selftests/vfio: igb: Add driver for Intel
2026-05-26 23:54 UTC (11+ messages)
` [PATCH v2 01/10] selftests/vfio: igb: Add driver for IGB QEMU device
` [PATCH v2 02/10] selftests/vfio: igb: Use PHY internal loopback on 82576
` [PATCH v2 03/10] selftests/vfio: igb: Use advanced TX and RX descriptors
` [PATCH v2 04/10] selftests/vfio: igb: Program MSI-X interrupt routing
` [PATCH v2 05/10] selftests/vfio: igb: Extend memcpy completion timeout for line-rate hardware
` [PATCH v2 06/10] selftests/vfio: igb: Disable PCIe completion timeout retries
` [PATCH v2 07/10] selftests/vfio: Add vfio_pci_irq_reenable() helper
` [PATCH v2 08/10] selftests/vfio: igb: Factor hardware programming into igb_hw_init()
` [PATCH v2 09/10] selftests/vfio: igb: Recover after DMA-read faults
` [PATCH v2 10/10] selftests/vfio: igb: Use offical IGB headers in selftest driver
[GIT PULL] kunit fixes update for Linux 7.1.-rc6
2026-05-26 23:41 UTC (2+ messages)
[PATCH net-next v9 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
2026-05-26 20:34 UTC (3+ messages)
` [PATCH net-next v9 1/2] "
` [PATCH net-next v9 2/2] selftests: net: add local ECMP rehash test
[PATCH net v2 0/2] nfc: llcp: two fixes for nfc_llcp_getsockopt()
2026-05-26 18:27 UTC (3+ messages)
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-05-26 16:27 UTC (3+ messages)
[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
2026-05-26 15:32 UTC (3+ messages)
` [PATCH RESEND 1/2] "
` [PATCH RESEND 2/2] selftest: seccomp: Adjust test for using both `STRICT` and `FILTER`
[PATCH net-next] selftests: net: add socat syslog for PPPoL2TP
2026-05-26 15:23 UTC (3+ messages)
[PATCH v10 00/30] KVM: arm64: Implement support for SME
2026-05-26 15:19 UTC (12+ messages)
` [PATCH v10 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v10 03/30] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v10 04/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
2026-05-26 14:29 UTC (13+ messages)
` [PATCH v3] "
[PATCH v5 00/18] userfaultfd: working set tracking for VM guest memory
2026-05-26 13:05 UTC (19+ messages)
` [PATCH v5 01/18] fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update race
` [PATCH v5 02/18] mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgrade
` [PATCH v5 03/18] userfaultfd: gate must_wait writability check on pte_present()
` [PATCH v5 04/18] mm: skip out-of-range bits in mk_vma_flags()
` [PATCH v5 05/18] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v5 06/18] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v5 07/18] mm: rename uffd-wp PTE accessors "
` [PATCH v5 08/18] mm: add VM_UFFD_RWP VMA flag
` [PATCH v5 09/18] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v5 10/18] mm: preserve RWP marker across PTE rewrites
` [PATCH v5 11/18] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v5 12/18] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v5 13/18] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v5 14/18] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v5 15/18] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v5 16/18] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v5 17/18] selftests/mm: add userfaultfd RWP tests
` [PATCH v5 18/18] Documentation/userfaultfd: document RWP working set tracking
[PATCH v3 0/4] selftests/mm: separate GUP microbenchmarking from functional testing
2026-05-26 12:34 UTC (11+ messages)
` [PATCH v3 1/4] tools/lib/mm: add shared file helpers
` [PATCH v3 2/4] tools/lib/mm: move hugepage_settings out of selftests
[PATCH 0/2] selftests/perf_events: fix test fail with optimizations
2026-05-26 9:57 UTC (2+ messages)
[PATCH v3 0/3] gpio: add kunit tests for GPIO core
2026-05-26 9:20 UTC (9+ messages)
` [PATCH v3 1/3] kunit: provide kunit_platform_device_register_full()
` [PATCH v3 2/3] kunit: provide kunit_platform_device_unregister()
` [PATCH v3 3/3] gpio: add kunit test cases for the GPIO subsystem
[PATCH v4 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
2026-05-26 8:21 UTC (3+ messages)
[PATCH v4 06/14] mm: preserve RWP marker across PTE rewrites
2026-05-26 8:19 UTC (3+ messages)
[PATCH] selftests/resctrl: Implement cl_flush() and sb() on aarch64
2026-05-26 2:44 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