Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-07-22 19:34:37 to 2026-07-23 04:17:10 UTC [more...]

[PATCH v22 net-next 00/12] nbl driver for Nebulamatrix NICs
 2026-07-23  4:01 UTC  (13+ messages)
` [PATCH v22 net-next 01/12] net/nebula-matrix: add minimum nbl build framework
` [PATCH v22 net-next 02/12] net/nebula-matrix: add core driver architecture and HW layer initialization
` [PATCH v22 net-next 03/12] net/nebula-matrix: add channel wire opcode enum definitions
` [PATCH v22 net-next 04/12] net/nebula-matrix: add channel layer
` [PATCH v22 net-next 05/12] net/nebula-matrix: add common resource implementation
` [PATCH v22 net-next 06/12] net/nebula-matrix: add intr "
` [PATCH v22 net-next 07/12] net/nebula-matrix: add chip-wide hardware init/deinit implementation
` [PATCH v22 net-next 08/12] net/nebula-matrix: dispatch: add control-level routing core infrastructure
` [PATCH v22 net-next 09/12] net/nebula-matrix: dispatch: add cross-version channel message framework
` [PATCH v22 net-next 10/12] net/nebula-matrix: dispatch: add mutual exclusion lock for shared hardware resource ops
` [PATCH v22 net-next 11/12] net/nebula-matrix: add common/ctrl dev init/remove operation
` [PATCH v22 net-next 12/12] net/nebula-matrix: add common dev start/stop operation

[PATCH v18 00/13] Enable CXL PCIe Port Protocol Error handling and logging
 2026-07-23  4:04 UTC  (4+ messages)
` [PATCH v18 01/13] cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity register

[PATCH] x86/mce: Document the mce=print_all command line parameter
 2026-07-23  3:27 UTC  (3+ messages)

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-07-23  3:25 UTC  (3+ messages)

[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-23  2:27 UTC  (10+ messages)
` [PATCH v2 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()

[PATCH net-next v11 2/5] hinic3: Add ethtool statistic ops
 2026-07-23  1:35 UTC  (2+ messages)
`  "

[PATCH net-next v11 1/5] hinic3: Add ethtool queue ops
 2026-07-23  1:32 UTC  (2+ messages)
`  "

[PATCH V11 0/9] famfs: port into fuse
 2026-07-23  0:32 UTC  (4+ messages)

[PATCH v2] mm/page_reporting: Add page_reporting_delay_ms sysctl
 2026-07-23  0:06 UTC 

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-23  0:05 UTC  (6+ messages)

[PATCH 0/3] tools/mm/page_owner_sort: fix --sort, add module filter, improve usage
 2026-07-23  0:01 UTC  (2+ messages)

[PATCH v4 00/16] Fix bugs on HugeTLB folio allocation failure paths
 2026-07-22 23:41 UTC  (17+ messages)
` [PATCH v4 01/16] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
` [PATCH v4 02/16] mm: hugetlb: Return -ENOSPC on memcg charge failure
` [PATCH v4 03/16] mm: hugetlb: Use try-commit-cancel protocol for memcg charge of folios
` [PATCH v4 04/16] mm: hugetlb: Remove unused mem_cgroup_charge_hugetlb function
` [PATCH v4 05/16] mm: hugetlb: Fix subpool usage leak on allocation failure
` [PATCH v4 06/16] mm: hugetlb: Rename local variables for clarity in hugetlb_reserve_pages()
` [PATCH v4 07/16] mm: hugetlb: Fix Use-After-Free in unlock_or_release_subpool()
` [PATCH v4 08/16] fs: hugetlbfs: Fix global reservation leak in hugetlbfs_fill_super()
` [PATCH v4 09/16] WIP: mm: hugetlb: Move subpool functions to hugetlb_subpool.c
` [PATCH v4 10/16] WIP: fs: hugetlbfs: Refactor subpool getters and integrate with hugetlb_subpool API
` [PATCH v4 11/16] WIP: mm: hugetlb: Make struct hugepage_subpool private to hugetlb_subpool.c
` [PATCH v4 12/16] WIP: tools: testing: Add unit tests for HugeTLB subpool functions
` [PATCH v4 13/16] WIP: Reproducer for allocation failure due to cgroup v2 memory limits
` [PATCH v4 14/16] WIP: Reproducer for subpool usage leak
` [PATCH v4 15/16] WIP: Reproducer for false restoration on shared HugeTLB mappings
` [PATCH v4 16/16] WIP: Reproducer for out_put_pages subpool reserve leakage

[PATCH v10 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-22 23:04 UTC  (12+ messages)
` [PATCH v10 01/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v10 02/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v10 03/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v10 04/11] selftests: tracing: Add syntax "
` [PATCH v10 05/11] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v10 06/11] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v10 07/11] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v10 08/11] tracing: wprobe: Add wprobe event trigger
` [PATCH v10 09/11] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v10 10/11] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v10 11/11] tracing/wprobe: Support BTF typecast in wprobe trigger command

[PATCH v10 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-22 22:48 UTC  (10+ messages)
` [PATCH v10 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v10 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v10 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v10 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v10 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v10 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v10 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v10 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[PATCH v2] arch: arm64: add early_param idle=<wfi|yield|nop>
 2026-07-22 21:43 UTC  (2+ messages)

[PATCH v5] arm64: errata: work around NVIDIA Olympus device store/load ordering
 2026-07-22 21:39 UTC  (2+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-22 20:56 UTC  (4+ messages)

[PATCH 0/4] sched/cache: per-process control of cache aware scheduling
 2026-07-22 20:56 UTC  (4+ messages)
` [PATCH 2/4] sched/cache: Add PR_SCHED_CACHE prctl for per-mm control

[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
 2026-07-22 20:40 UTC  (11+ messages)
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation

[PATCH] docs: link AI coding assistants and tool-generated content pages
 2026-07-22 20:38 UTC  (2+ messages)

[PATCH v3 0/4] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
 2026-07-22 20:27 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI
` [PATCH v3 2/4] KVM: arm64: Advertise STALL_SLOT* in PMCEID1 "
` [PATCH v3 3/4] KVM: arm64: Ignore writes to PMCR_EL0.N when using strict UAPI
` [PATCH v3 4/4] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_STRICT vCPU feature

[PATCH v7 00/11] Dynamic PAMT
 2026-07-22 19:51 UTC  (9+ messages)
` [PATCH v7 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH v4 0/1] Documentation: Add real-time kernel configuration guide
 2026-07-22 19:40 UTC  (4+ messages)
` [PATCH v4 1/1] Documentation: real-time: Add "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox