linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-11 14:25:11 to 2025-09-12 10:15:48 UTC [more...]

[PATCH v4 08/19] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
 2025-09-12 10:15 UTC  (2+ messages)

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-12 10:14 UTC  (8+ messages)
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 12/16] mm: update resctl to use mmap_prepare
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare

[PATCH v4 00/21] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-12 10:11 UTC  (22+ messages)
` [PATCH v4 01/21] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 02/21] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 03/21] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 04/21] mm/ksw: add build system support
` [PATCH v4 05/21] mm/ksw: add ksw_config struct and parser
` [PATCH v4 06/21] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v4 07/21] mm/ksw: add HWBP pre-allocation
` [PATCH v4 08/21] mm/ksw: Add atomic ksw_watch_on() and ksw_watch_off()
` [PATCH v4 09/21] mm/ksw: support CPU hotplug
` [PATCH v4 10/21] sched: add per-task KStackWatch context
` [PATCH v4 11/21] mm/ksw: add probe management helpers
` [PATCH v4 12/21] mm/ksw: resolve stack watch addr and len
` [PATCH v4 13/21] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v4 14/21] mm/ksw: add self-debug helpers
` [PATCH v4 15/21] mm/ksw: add test module
` [PATCH v4 16/21] mm/ksw: add stack overflow test
` [PATCH v4 17/21] mm/ksw: add silent corruption test case
` [PATCH v4 18/21] mm/ksw: add recursive stack corruption test
` [PATCH v4 19/21] tools/ksw: add test script
` [PATCH v4 20/21] docs: add KStackWatch document
` [PATCH v4 21/21] MAINTAINERS: add entry for KStackWatch

[PATCH net-next v5 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-09-12 10:07 UTC  (7+ messages)
` [PATCH net-next v5 1/5] ethtool: introduce core UAPI and driver API for PHY MSE diagnostics
` [PATCH net-next v5 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access

[PATCH v12 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-09-12  9:46 UTC  (14+ messages)
` [PATCH v12 01/11] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v12 02/11] firmware: qcom: scm: add support for object invocation
` [PATCH v12 03/11] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v12 04/11] tee: add close_context to TEE driver operation
` [PATCH v12 05/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v12 06/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v12 07/11] tee: increase TEE_MAX_ARG_SIZE to 4096
` [PATCH v12 08/11] tee: add Qualcomm TEE driver
` [PATCH v12 09/11] tee: qcom: add primordial object
` [PATCH v12 10/11] tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v12 11/11] Documentation: tee: Add Qualcomm TEE driver

[PATCH v11 00/15] khugepaged: mTHP support
 2025-09-12  9:35 UTC  (19+ messages)
` [PATCH v11 01/15] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v11 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v11 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v11 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v11 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v11 06/15] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v11 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v11 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v11 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v11 10/15] khugepaged: improve tracepoints for mTHP orders
` [PATCH v11 11/15] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v11 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v11 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v11 14/15] khugepaged: run khugepaged for all orders
` [PATCH v11 15/15] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v4 0/2] make logical_block_size configurable
 2025-09-12  9:27 UTC  (7+ messages)
` [PATCH v4 1/2] md: prevent adding disks with larger logical_block_size to active arrays
` [PATCH v4 2/2] md: allow configuring logical_block_size

[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
 2025-09-12  9:24 UTC  (12+ messages)
` [PATCH v3 1/5] revocable: Revocable resource management
` [PATCH v3 2/5] revocable: Add Kunit test cases
` [PATCH v3 3/5] selftests: revocable: Add kselftest cases
` [PATCH v3 4/5] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v3 5/5] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable

[PATCH v4 00/19] Split sphinx call logic from docs Makefile
 2025-09-12  9:23 UTC  (19+ messages)
` [PATCH v4 08/19] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v4 10/19] tools/docs: sphinx-build-wrapper: add support to run inside venv
` [PATCH v4 12/19] docs: Makefile: document latex/PDF PAPER= parameter

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-12  9:17 UTC  (12+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 02/11] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 04/11] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v6 06/11] KVM: selftests: load elf via bounce buffer
` [PATCH v6 07/11] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v6 08/11] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v6 09/11] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v6 10/11] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v6 11/11] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-12  8:28 UTC  (30+ messages)
` [PATCH v7 mm-new 02/10] mm: thp: add support for "
` [PATCH v7 mm-new 03/10] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v7 mm-new 04/10] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v7 mm-new 05/10] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH v7 mm-new 06/10] bpf: mark vma->vm_mm as __safe_trusted_or_null

[PATCH] mm/memory-failure: Disable soft offline for HugeTLB pages by default
 2025-09-12  7:53 UTC  (8+ messages)

[PATCH v3 0/5] ice: add standard stats
 2025-09-12  7:46 UTC  (7+ messages)
` [PATCH v3 1/5] net: docs: add missing features that can have stats
` [PATCH v3 2/5] ice: implement ethtool standard stats
` [PATCH v3 3/5] ice: add tracking of good transmit timestamps
` [PATCH v3 4/5] ice: implement transmit hardware timestamp statistics
` [PATCH v3 5/5] ice: refactor to use helpers
  ` [Intel-wired-lan] "

[PATCH v4 1/7] Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
 2025-09-12  7:18 UTC  (2+ messages)

[PATCH 4/4 v3] Docs/zh_CN: Translate timestamping.rst to Simplified Chinese
 2025-09-12  6:53 UTC  (2+ messages)

[PATCH v2 0/3] ALSA: usb-audio: add module param device_quirk_flags
 2025-09-12  6:49 UTC  (4+ messages)
` [PATCH v2 1/3] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v2 2/3] ALSA: usb-audio: add module param device_quirk_flags
` [PATCH v2 3/3] ALSA: doc: add docs about device_device_quirk_flags in snd-usb-audio

[PATCH] docs/zh_CN: Add security ipe Chinese translation
 2025-09-12  6:46 UTC  (2+ messages)

[PATCH net-next v06 00/14] net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization
 2025-09-12  6:28 UTC  (15+ messages)
` [PATCH net-next v06 01/14] hinic3: HW initialization
` [PATCH net-next v06 02/14] hinic3: HW management interfaces
` [PATCH net-next v06 03/14] hinic3: HW common function initialization
` [PATCH net-next v06 04/14] hinic3: HW capability initialization
` [PATCH net-next v06 05/14] hinic3: Command Queue flush interfaces
` [PATCH net-next v06 06/14] hinic3: Nic_io initialization
` [PATCH net-next v06 07/14] hinic3: Queue pair endianness improvements
` [PATCH net-next v06 08/14] hinic3: Queue pair resource initialization
` [PATCH net-next v06 09/14] hinic3: Queue pair context initialization
` [PATCH net-next v06 10/14] hinic3: Tx & Rx configuration
` [PATCH net-next v06 11/14] hinic3: Add Rss function
` [PATCH net-next v06 12/14] hinic3: Add port management
` [PATCH net-next v06 13/14] hinic3: Fix missing napi->dev in netif_queue_set_napi
` [PATCH net-next v06 14/14] hinic3: Fix code style (Missing a blank line before return)

[PATCH 0/3] ALSA: usb-audio: add module param device_quirk_flags
 2025-09-12  6:22 UTC  (4+ messages)
` [PATCH 1/3] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH 2/3] ALSA: usb-audio: add module param device_quirk_flags
` [PATCH 3/3] ALSA: doc: add docs about device_device_quirk_flags in snd-usb-audio

[PATCH RESEND net-next] Documentation: ARCnet: Update obsolete contact info
 2025-09-12  4:22 UTC 

[PATCH net-next] Documentation: ARCnet: Update obsolete contact info
 2025-09-12  4:19 UTC  (2+ messages)

[PATCH v11 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-09-12  4:09 UTC  (4+ messages)
` [PATCH v11 05/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF

[PATCH 0/5] histogram docs formatting cleanup
 2025-09-12  2:55 UTC  (12+ messages)
` [PATCH 1/5] Documentation: trace: histogram: Fix histogram trigger subsection number order
` [PATCH 2/5] Documentation: trace: histogram-design: Trim trailing vertices in diagram explanation text
` [PATCH 3/5] Documentation: trace: historgram-design: Separate sched_waking histogram section heading and the following diagram
` [PATCH 4/5] Documentation: trace: histogram-design: Wrap introductory note in note:: directive
` [PATCH 5/5] Documentation: trace: histogram: Link to ftrace docs

[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-12  1:10 UTC  (11+ messages)
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-11 22:25 UTC  (6+ messages)
  ` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping

[PATCH 0/4] PCI: Update error recovery documentation
 2025-09-11 21:52 UTC  (2+ messages)

[PATCH 02/30] docs/dyndbg: explain flags parse 1st
 2025-09-11 21:38 UTC  (4+ messages)
` [PATCH 20/30] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH 24/30] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH 30/30] docs/dyndbg: add classmap info to howto

[PATCH] x86/Documentation: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-09-11 21:22 UTC  (9+ messages)

[PATCHv5 iproute2-next] iplink: bond_slave: add support for actor_port_prio
 2025-09-11 21:10 UTC  (2+ messages)

[PATCH 00/11] PCI: Resizable BAR improvements
 2025-09-11 20:58 UTC  (5+ messages)
` [PATCH 02/11] PCI: Cleanup pci_rebar_bytes_to_size() and move into rebar.c
` [PATCH 04/11] PCI: Improve Resizable BAR functions kernel doc

[PATCH v2 0/1] seccomp: Add SECCOMP_CLONE_FILTER operation
 2025-09-11 17:50 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v14 0/4] leds: add new LED driver for TI LP5812
 2025-09-11 17:18 UTC  (2+ messages)

[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-09-11 17:11 UTC  (7+ messages)
` [PATCH v18 26/33] fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir

[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
 2025-09-11 17:07 UTC  (10+ messages)
` [PATCH v3 4/7] kho: replace KHO FDT with kstate metadata
` [PATCH v3 5/7] kstate, test: add test module for testing kstate subsystem
` [PATCH v3 7/7] Documentation, kstate: Add KSTATE documentation

[PATCH net-next] tools: ynl: rst: display attribute-set doc
 2025-09-11 16:59 UTC  (3+ messages)

[PATCH] Documentation/process: submitting-patches: fix typo in "were do"
 2025-09-11 16:23 UTC 

[PATCH net-next v4 0/7] Add RPMSG Ethernet Driver
 2025-09-11 16:04 UTC  (2+ messages)

[PATCH v7 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
 2025-09-11 15:52 UTC  (6+ messages)

[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-09-11 15:50 UTC  (5+ messages)
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}

[PATCH v3] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
 2025-09-11 15:14 UTC 

[PATCH net-next v05 12/14] hinic3: Add port management
 2025-09-11 14:25 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).