linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-12 02:34:42 to 2025-09-12 13:49:02 UTC [more...]

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-12 13:48 UTC  (29+ 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 06/10] bpf: mark vma->vm_mm as __safe_trusted_or_null

[PATCH v11 00/15] khugepaged: mTHP support
 2025-09-12 13:47 UTC  (25+ 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 v3 0/5] platform/chrome: Fix a possible UAF via revocable
 2025-09-12 13:46 UTC  (18+ 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 net-next v2 0/3] tools: ynl: rst: display attribute-set doc
 2025-09-12 13:23 UTC  (4+ messages)
` [PATCH net-next v2 1/3] "
` [PATCH net-next v2 2/3] netlink: specs: team: avoid mangling multilines doc
` [PATCH net-next v2 3/3] netlink: specs: explicitly declare block scalar strings

[PATCH] Revert "drm: Add directive to format code in comment"
 2025-09-12 13:06 UTC 

[PATCH net-next] tools: ynl: rst: display attribute-set doc
 2025-09-12 13:05 UTC  (5+ messages)

[PATCH v4 00/19] Split sphinx call logic from docs Makefile
 2025-09-12 12:34 UTC  (24+ 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 net-next v5 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-09-12 12:16 UTC  (9+ 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 v16 0/6] KVM: arm64: Provide guest support for GCS
 2025-09-12 12:06 UTC  (9+ messages)
` [PATCH v16 1/6] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v16 2/6] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v16 3/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v16 4/6] KVM: arm64: Validate GCS exception lock when emulating ERET
` [PATCH v16 5/6] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v16 6/6] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-09-12 12:04 UTC  (4+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v5 00/18] Split sphinx call logic from docs Makefile
 2025-09-12 11:46 UTC  (19+ messages)
` [PATCH v5 01/18] scripts/jobserver-exec: move the code to a class
` [PATCH v5 02/18] scripts/jobserver-exec: move its class to the lib directory
` [PATCH v5 03/18] scripts/jobserver-exec: add a help message
` [PATCH v5 04/18] scripts: sphinx-pre-install: move it to tools/docs
` [PATCH v5 05/18] tools/docs: python_version: move version check from sphinx-pre-install
` [PATCH v5 06/18] tools/docs: python_version: drop a debug print
` [PATCH v5 07/18] tools/docs: python_version: allow check for alternatives and bail out
` [PATCH v5 08/18] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v5 09/18] tools/docs: sphinx-build-wrapper: add support to run inside venv
` [PATCH v5 10/18] docs: parallel-wrapper.sh: remove script
` [PATCH v5 11/18] docs: Makefile: document latex/PDF PAPER= parameter
` [PATCH v5 12/18] tools/docs: sphinx-build-wrapper: add an argument for LaTeX interactive mode
` [PATCH v5 13/18] tools/docs,scripts: sphinx-*: prevent sphinx-build crashes
` [PATCH v5 14/18] tools/docs: sphinx-build-wrapper: allow building PDF files in parallel
` [PATCH v5 15/18] docs: add support to build manpages from kerneldoc output
` [PATCH v5 16/18] tools: kernel-doc: add a see also section at man pages
` [PATCH v5 17/18] scripts: kdoc_parser.py: warn about Python version only once
` [PATCH v5 18/18] tools/docs: sphinx-* break documentation bulds on openSUSE

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

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-12 10:48 UTC  (13+ 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 v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-12 10:25 UTC  (15+ messages)
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [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 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 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] mm/memory-failure: Disable soft offline for HugeTLB pages by default
 2025-09-12  7:53 UTC  (4+ messages)

[PATCH v3 0/5] ice: add standard stats
 2025-09-12  7:46 UTC  (3+ messages)
` [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  (4+ messages)
` [PATCH 5/5] Documentation: trace: histogram: Link to ftrace docs


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).