Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-06-11 06:39:47 to 2026-06-11 19:16:12 UTC [more...]

[RFC V2 0/3] lib/vsprintf: Add support for pgtable entries
 2026-06-11 19:15 UTC  (4+ messages)
` [RFC V2 3/3] mm: Replace pgtable entry prints with new format

[PATCH v5 4/4] Documentation: PCI: Add documentation for DOE endpoint support
 2026-06-11 19:12 UTC  (2+ messages)

[PATCH v5 3/4] PCI: endpoint: Add support for DOE initialization and setup in EPC core
 2026-06-11 19:12 UTC  (2+ messages)

[PATCH v3 2/4] mm/zswap: Implement proactive writeback
 2026-06-11 19:12 UTC  (12+ messages)

[PATCH v5 2/4] PCI: endpoint: Add DOE mailbox support for endpoint functions
 2026-06-11 19:11 UTC  (2+ messages)

[RFC V2 1/3] lib/vsprintf: Add support for pgtable entries
 2026-06-11 18:59 UTC  (5+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-11 18:53 UTC  (8+ messages)

[PATCH iproute2-next 0/7] devlink: add per-port resource support
 2026-06-11 18:53 UTC  (3+ messages)
` [PATCH iproute2-next 7/7] devlink: add scope filter to resource show

[PATCH v6 00/11] Dynamic PAMT
 2026-06-11 18:47 UTC  (5+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT

[PATCH] Documentation: arch: fix brackets
 2026-06-11 18:35 UTC 

[PATCH net-next 0/3] docs: net: more adjustments to docs
 2026-06-11 18:13 UTC  (8+ messages)
` [PATCH net-next 1/3] docs: net: fix minor issues with XDP metadata docs
` [PATCH net-next 2/3] docs: net: tls-offload: document tls_dev_del, tls_dev_resync, and rekey

[PATCH v6 00/20] nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-06-11 17:50 UTC  (21+ messages)
` [PATCH v6 01/20] nfsd: check fl_lmops in nfsd_breaker_owns_lease()
` [PATCH v6 02/20] nfsd: add protocol support for CB_NOTIFY
` [PATCH v6 03/20] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v6 04/20] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v6 05/20] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v6 06/20] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v6 07/20] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v6 08/20] nfsd: use RCU to protect fi_deleg_file
` [PATCH v6 09/20] nfsd: add data structures for handling CB_NOTIFY
` [PATCH v6 10/20] nfsd: add notification handlers for dir events
` [PATCH v6 11/20] nfsd: apply the notify mask to the delegation when requested
` [PATCH v6 12/20] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v6 13/20] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v6 14/20] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v6 15/20] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v6 16/20] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v6 17/20] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v6 18/20] nfsd: properly track requested child attributes
` [PATCH v6 19/20] nfsd: track requested dir attributes
` [PATCH v6 20/20] nfsd: add support to CB_NOTIFY for dir attribute changes

[PATCH v3] arm64: errata: Workaround NVIDIA Olympus device store/load ordering erratum
 2026-06-11 17:49 UTC  (6+ messages)

[PATCH net-next V3 0/7] devlink: Add boot-time eswitch mode defaults
 2026-06-11 17:43 UTC  (6+ messages)
` [PATCH net-next V3 2/7] netdevsim: Register devlink after device init

[PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
 2026-06-11 17:39 UTC  (11+ messages)

[RFC PATCH 0/5] mm/slub: preserve previous object lifetime
 2026-06-11 17:28 UTC  (9+ messages)
` [RFC PATCH 1/5] mm/slub: factor user tracking metadata size calculation
` [RFC PATCH 2/5] mm/slub: add optional previous lifetime user tracking
` [RFC PATCH 3/5] mm/slub: print previous object lifetime in debug reports
` [RFC PATCH 4/5] Documentation/mm: document SLUB previous lifetime tracking
` [RFC PATCH 5/5] mm/slub: sanitize previous lifetime tracking flags

[PATCH net-next v2] docs: networking: add guidance on what to push via extack
 2026-06-11 17:21 UTC 

[PATCH v3 0/3] Add Silergy SQ24860 support
 2026-06-11 16:38 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: hwmon: pmbus: Add bindings for Silergy SQ24860
` [PATCH v3 2/3] hwmon: pmbus: Add support "
` [PATCH v3 3/3] hwmon: Add documentation for SQ24860

[RFC PATCH v2 00/14] kcov: add per-task dataflow tracking for function arguments/return values
 2026-06-11 16:21 UTC  (15+ messages)
` [RFC PATCH v2 01/14] "
` [RFC PATCH v2 02/14] kcov: fix INIT_TRACK race in kcov_dataflow
` [RFC PATCH v2 03/14] kcov: add barriers to recursion guard in kcov_df_write
` [RFC PATCH v2 04/14] kcov: reject enable on multiple dataflow fds simultaneously
` [RFC PATCH v2 05/14] kcov: clear dataflow fields on fork
` [RFC PATCH v2 06/14] kcov: clean up dataflow state on task exit
` [RFC PATCH v2 07/14] kcov: exclude kcov_dataflow.o from sanitizer instrumentation
` [RFC PATCH v2 08/14] selftests/kcov_dataflow: add trigger-view.py
` [RFC PATCH v2 09/14] selftests/kcov_dataflow: add ioctl interface selftest
` [RFC PATCH v2 10/14] selftests/kcov_dataflow: add eight_args_c test module
` [RFC PATCH v2 11/14] selftests/kcov_dataflow: add eight_args_rust "
` [RFC PATCH v2 12/14] selftests/kcov_dataflow: add rust_ffi_contract "
` [RFC PATCH v2 13/14] selftests/kcov_dataflow: add binderfs ioctl capture test
` [RFC PATCH v2 14/14] Documentation: add kcov-dataflow.rst

[PATCH v2 0/4] mm: split the file's i_mmap tree for NUMA
 2026-06-11 16:00 UTC  (9+ messages)
` [PATCH v2 1/4] mm: use mapping_mapped to simplify the code
` [PATCH v2 2/4] mm: use get_i_mmap_root to access the file's i_mmap
` [PATCH v2 3/4] mm/fs: split the file's i_mmap tree

[PATCH net-next v4 0/3] Add standard stats for HSR/PRP
 2026-06-11 15:50 UTC  (5+ messages)
` [PATCH net-next v4 1/3] net: hsr: Add standard LRE stats via RTM_GETSTATS / IFLA_STATS_LINK_XSTATS
` [PATCH net-next v4 2/3] net: ti: icssg: Add static_assert to guard stat array counts
` [PATCH net-next v4 3/3] net: ti: icssg: Add HSR offload statistics support

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-11 15:46 UTC  (7+ messages)

[PATCH v3] hwmon: add a driver for the temp/voltage sensor on PolarFire SoC
 2026-06-11 15:00 UTC 

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-06-11 14:46 UTC  (8+ messages)
` [PATCH v3 04/12] x86,fs/resctrl: Program PLZA through kmode arch hooks

[PATCH v5 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-06-11 14:22 UTC  (7+ messages)
` [PATCH v5 08/10] ACPI: APEI: share GHES CPER helpers
` [PATCH v5 09/10] dt-bindings: firmware: add arm,ras-cper

configurable block error injection v5
 2026-06-11 14:06 UTC  (5+ messages)
` [PATCH 1/4] block: add a macro to initialize the status table
` [PATCH 2/4] block: add a "tag" for block status codes
` [PATCH 3/4] block: add a str_to_blk_op helper
` [PATCH 4/4] block: add configurable error injection

[RFC PATCH 0/3] mm/numa: reserve standby NUMA nodes for runtime claiming
 2026-06-11 14:04 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/numa: add exclusive node pool and numa=standby boot parameter

[PATCH v2 0/3] f2fs: support encrypted inline data
 2026-06-11 12:50 UTC  (2+ messages)

[PATCH net-next v2 1/2] tls: remove tls_toe and the related driver
 2026-06-11 11:31 UTC  (2+ messages)

[PATCH net-next v3 0/3] Add standard stats for HSR/PRP
 2026-06-11  9:51 UTC  (3+ messages)

[PATCH v5 00/19] perf cs-etm: Queue context packets for frontend
 2026-06-11  8:37 UTC  (3+ messages)

[PATCH] docs/{it_it,sp_SP,zh_CN,zh_TW}: update references to removed CONFIG_DEBUG_SLAB
 2026-06-11  8:26 UTC  (2+ messages)

[PATCH] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT
 2026-06-11  8:05 UTC  (2+ messages)

[PATCH] Documentation: process: fix brackets
 2026-06-11  8:01 UTC  (2+ messages)

[PATCH] Documentation: admin-guide: fix bracelets and translation issue
 2026-06-11  7:55 UTC 


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