Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-04-28 23:25:19 to 2026-04-30 03:26:08 UTC [more...]

[PATCHv7 03/18] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
 2026-04-30  3:25 UTC  (2+ messages)

[PATCHv7 04/18] mm: Move set/clear_compound_head() next to compound_head()
 2026-04-30  3:25 UTC  (2+ messages)

[PATCH RESEND v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-04-30  3:25 UTC  (2+ messages)

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-04-30  3:25 UTC  (2+ messages)

[PATCHv7 16/18] mm: Remove the branch from compound_head()
 2026-04-30  3:25 UTC  (2+ messages)

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-30  3:25 UTC  (2+ messages)

[PATCH net v2 15/15] drivers: net: 8390: wd80x3: Remove this driver
 2026-04-30  3:14 UTC  (2+ messages)

[PATCH v2] docs/ja_JP: translate more of submitting-patches.rst
 2026-04-30  3:09 UTC  (2+ messages)

[PATCH v2 0/3] add support for Delta E50SN12051
 2026-04-30  3:01 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: hwmon: pmbus: add Delta E50SN12051 binding
` [PATCH v2 2/3] Documentation/hwmon: add Delta E50SN12051 documentation
` [PATCH v2 3/3] hwmon: (pmbus) add support for Delta E50SN12051

[RFC PATCH net-next 0/3] netns: optionally inherit IPv4 TCP sysctls from old net
 2026-04-30  2:46 UTC  (6+ messages)
` [RFC PATCH net-next 1/3] ipv4: netns: group copyable TCP sysctls in netns_ipv4
` [RFC PATCH net-next 2/3] net: ipv4: add netns_inherit_tcp_sysctls sysctl
` [RFC PATCH net-next 3/3] tcp: netns: optionally inherit IPv4 TCP sysctls from parent netns

[PATCH] crypto: af_alg - Document the deprecation of AF_ALG
 2026-04-30  2:10 UTC  (3+ messages)

[PATCH v4 0/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-04-30  1:03 UTC  (11+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] Documentation: RCU: "
` [PATCH v4 3/3] Documentation: deprecated.rst: kmalloc-family: mark argument as optional

[PATCH v2] docs: kernel-parameters: document scope of irqaffinity= parameter
 2026-04-30  0:28 UTC  (2+ messages)

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-04-29 23:51 UTC  (44+ messages)
` [PATCH RFC v5 21/53] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v5 22/53] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v5 23/53] KVM: x86: Support SW_PROTECTED_VM in applying content modes
` [PATCH RFC v5 24/53] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH RFC v5 25/53] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH RFC v5 26/53] KVM: x86: Support SNP and TDX applying content modes
` [PATCH RFC v5 27/53] KVM: x86: Bug CoCo VM on page fault before finalizing
` [PATCH RFC v5 28/53] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v5 29/53] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v5 30/53] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v5 31/53] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v5 32/53] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v5 33/53] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v5 34/53] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v5 35/53] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v5 36/53] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v5 37/53] KVM: selftests: Test conversion before allocation
` [PATCH RFC v5 38/53] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v5 39/53] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v5 40/53] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v5 41/53] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v5 42/53] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v5 43/53] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v5 44/53] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v5 45/53] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v5 46/53] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v5 47/53] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v5 48/53] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v5 49/53] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v5 50/53] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v5 51/53] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v5 52/53] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v5 53/53] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/6] guest_memfd in-place conversion selftests for SNP
  ` [POC PATCH 1/6] KVM: selftests: Initialize guest_memfd with INIT_SHARED
  ` [POC PATCH 2/6] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
  ` [POC PATCH 3/6] KVM: selftests: Make guest_code_xsave more friendly
  ` [POC PATCH 4/6] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
  ` [POC PATCH 5/6] KVM: selftests: Test conversions for SNP
  ` [POC PATCH 6/6] KVM: selftests: Test content modes ZERO and PRESERVE "

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-29 23:21 UTC  (8+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-29 22:56 UTC  (15+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update

[PATCH] Documentation: riscv: cmodx: fix typos
 2026-04-29 22:38 UTC  (2+ messages)

[PATCH v2 0/8] x86/resctrl: Support for AMD Global (Slow) Memory Bandwidth Allocation
 2026-04-29 22:34 UTC  (5+ messages)
` [PATCH v2 2/8] x86/resctrl: Add RESCTRL_NPS_NODE scope for AMD NPS-aligned domains

[PATCH v2 11/11] docs: smb: document SMB3 over QUIC setup for cifs.ko and ksmbd.ko
 2026-04-29 22:26 UTC  (2+ messages)

[PATCH] Documentation/scheduler: Fix duplicated word in sched-deadline
 2026-04-29 22:24 UTC 

[PATCH] kbuild: document generation of offset header files
 2026-04-29 22:23 UTC  (3+ messages)

[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-04-29 19:26 UTC  (27+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
        ` [EXT] "

[v6 00/10] Reintroduce Hornet LSM
 2026-04-29 19:14 UTC  (11+ messages)
` [v6 01/10] crypto: pkcs7: add flag for validated trust on a signed info block
` [v6 02/10] crypto: pkcs7: add ability to extract signed attributes by OID
` [v6 03/10] crypto: pkcs7: add tests for pkcs7_get_authattr
` [v6 04/10] lsm: framework for BPF integrity verification
` [v6 05/10] lsm: security: Add additional enum values for bpf integrity checks
` [v6 06/10] security: Hornet LSM
` [v6 07/10] hornet: Introduce gen_sig
` [v6 08/10] hornet: Add a light skeleton data extractor scripts
` [v6 09/10] selftests/hornet: Add a selftest for the Hornet LSM
` [v6 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

[PATCH v7 0/6] Add support for ZTE zx297520v3
 2026-04-29 19:13 UTC  (7+ messages)
` [PATCH v7 1/6] dt-bindings: arm: zte: Add D-Link DWR932M board based on zx297520v3 SoC
` [PATCH v7 2/6] ARM: zte: Add zx297520v3 platform support
` [PATCH v7 3/6] ARM: zte: Add support for zx29 low level debug
` [PATCH v7 4/6] amba/serial: amba-pl011: Bring back zx29 UART support
` [PATCH v7 5/6] ARM: dts: zte: Add D-Link DWR-932M support
` [PATCH v7 6/6] ARM: zte: defconfig: Add a zx29 defconfig file

[RFC PATCH 0/2] scripts: add kconfirm
 2026-04-29 18:59 UTC  (12+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] Documentation: dev-tools: "

[PATCH v5 00/10] Reintroduce Hornet LSM
 2026-04-29 18:35 UTC  (7+ messages)
` [PATCH v5 06/10] security: "
` [PATCH v5 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

[PATCH 7.2 v16 00/13] khugepaged: mTHP support
 2026-04-29 18:22 UTC  (25+ messages)
` [PATCH 7.2 v16 02/13] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH 7.2 v16 03/13] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH 7.2 v16 04/13] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH 7.2 v16 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH 7.2 v16 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH 7.2 v16 09/13] mm/khugepaged: introduce collapse_allowable_orders helper function

[PATCH net-next v3 1/5] net: add dev->bql flag to allow BQL sysfs for IFF_NO_QUEUE devices
 2026-04-29 17:20 UTC 

[PATCH v5 00/13] ima: Introduce staging mechanism
 2026-04-29 16:03 UTC  (14+ messages)
` [PATCH v5 01/13] ima: Remove ima_h_table structure
` [PATCH v5 02/13] ima: Replace static htable queue with dynamically allocated array
` [PATCH v5 03/13] ima: Introduce per binary measurements list type ima_num_entries counter
` [PATCH v5 04/13] ima: Introduce per binary measurements list type binary_runtime_size value
` [PATCH v5 05/13] ima: Introduce _ima_measurements_start() and _ima_measurements_next()
` [PATCH v5 06/13] ima: Mediate open/release method of the measurements list
` [PATCH v5 07/13] ima: Use snprintf() in create_securityfs_measurement_lists
` [PATCH v5 08/13] ima: Introduce ima_dump_measurement()
` [PATCH v5 09/13] ima: Add support for staging measurements with prompt
` [PATCH v5 10/13] ima: Add support for flushing the hash table when staging measurements
` [PATCH v5 11/13] ima: Support staging and deleting N measurements entries
` [PATCH v5 12/13] ima: Return error on deleting measurements already copied during kexec
` [PATCH v5 13/13] doc: security: Add documentation of the IMA staging mechanism

[PATCH net-next 00/11] net: devmem: support devmem with netkit devices
 2026-04-29 15:33 UTC  (4+ messages)

[PATCH net-next 0/2] dpll: rework fractional frequency offset reporting
 2026-04-29 15:08 UTC  (3+ messages)
` [PATCH net-next 1/2] dpll: move fractional-frequency-offset-ppt under pin-parent-device
` [PATCH net-next 2/2] dpll: zl3073x: report FFO as DPLL vs input reference offset

[PATCH 0/2] mm/damon/sysfs: document filters/ directory as deprecated
 2026-04-29 15:03 UTC  (2+ messages)
` [PATCH 1/2] Docs/admin-guide/mm/damon/usage: mark scheme filters sysfs dir "

[PATCH net-next 1/2] net: cs89x0: remove ISA bus probing
 2026-04-29 14:55 UTC  (2+ messages)
` [PATCH net-next 2/2] ne2k: fold drivers/net/Space.c into ne.c

[PATCH v2] mm/page_alloc: trace PCP refills and PCP zone lock usage
 2026-04-29 14:52 UTC  (4+ messages)

[PATCH 0/7] mm/damon/reclaim,lru_sort: monitor all system rams by default
 2026-04-29 14:30 UTC  (4+ messages)
` [PATCH 6/7] Docs/admin-guide/mm/damon/reclaim: update for entire memory monitoring
` [PATCH 7/7] Docs/admin-guide/mm/damon/lru_sort: "

[PATCH v11 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-04-29 14:28 UTC  (4+ messages)
` [PATCH v11 1/3] dt-bindings: hwmon: Document the LTC4283 "
` [PATCH v11 2/3] hwmon: ltc4283: Add support for "
` [PATCH v11 3/3] gpio: gpio-ltc4283: "

[PATCH v3 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-29 13:41 UTC  (2+ messages)

[PATCH v5 00/11] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-04-29 13:12 UTC  (4+ messages)
` [PATCH v5 03/11] dt-bindings: mfd: add documentation for S2MU005 PMIC

[PATCH v10 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-04-29 13:09 UTC  (4+ messages)
` [PATCH v10 2/3] hwmon: ltc4283: Add support for the LTC4283 "

[PATCH v10 0/2] Add support for Microchip EMC1812
 2026-04-29 12:58 UTC  (3+ messages)
` [PATCH v10 1/2] dt-bindings: hwmon: temperature: add support for EMC1812
` [PATCH v10 2/2] "

[PATCH net-next 0/2] dpll: add pin operational state
 2026-04-29 10:45 UTC  (4+ messages)
` [PATCH net-next 1/2] "

[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
 2026-04-29 10:36 UTC  (2+ messages)

[PATCH 0/3] add support for Delta E50SN12051
 2026-04-29  9:42 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: hwmon: pmbus: add Delta E50SN12051 binding
` [PATCH 2/3] Documentation/hwmon: add Delta E50SN12051 documentation
` [PATCH 3/3] hwmon: (pmbus) add support for Delta E50SN12051

[PATCH v2 0/2] Add support for LX1308
 2026-04-29  7:34 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: trivial: Add LX1308 support

[PATCH 00/11] kdump: reduce vmcore size and capture time via linux,no-dump
 2026-04-29  6:58 UTC  (12+ messages)
` [PATCH 01/11] of: reserved_mem: fix region count for nodes with multiple reg entries
` [PATCH 02/11] of: reserved_mem: reject reserved memory outside physical address range
` [PATCH 03/11] of: reserved_mem: avoid unconditional save of reg entries in fdt_scan_reserved_mem_late()
` [PATCH 04/11] of: reserved_mem: skip reserved_mem array allocation when there is nothing to save
` [PATCH 05/11] of: reserved_mem: add linux,no-dump property support for reserved memory regions
` [PATCH 06/11] of: reserved_mem: save /memreserve/ entries into reserved_mem array
` [PATCH 07/11] of: reserved_mem: add no-dump crash_mem exclusion helpers
` [PATCH 08/11] arm64: kdump: exclude no-dump reserved memory regions from vmcore
` [PATCH 09/11] riscv: "
` [PATCH 10/11] loongarch: "
` [PATCH 11/11] Documentation: admin-guide: kdump: document linux,no-dump DT property

[PATCH 0/3] Documentation: security-bugs: new updates covering triage and AI
 2026-04-29  6:10 UTC  (9+ messages)
` [PATCH 2/3] Documentation: security-bugs: explain what is and is not a security bug

[PATCH v2 0/4] clk: update kernel docs
 2026-04-29  2:22 UTC  (4+ messages)
` [PATCH v2 1/4] clk: move core flags into a new enum for "

[PATCH 00/14] Bump minimum version of LLVM for building the kernel to 17.0.1
 2026-04-29  2:59 UTC  (2+ messages)
` [PATCH 01/14] kbuild: "

[PATCH v5 00/21] Virtual Swap Space
 2026-04-28 23:53 UTC  (14+ messages)


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