linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-04 18:21:33 to 2024-11-06 09:04:03 UTC [more...]

[PATCH 0/2] Add support for ADP1051 and ADP1055
 2024-11-06  9:03 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: (pmbus/adp1050): Support adp1051 and adp1055: add bindings
` [PATCH 2/2] hwmon: (pmbus/adp1050): Support adp1051 and adp1055

[PATCH v2 0/3] Make Helped-by tag supported
 2024-11-06  6:47 UTC  (5+ messages)
` [PATCH v2 1/3] checkpatch: "
` [PATCH v2 2/3] docs: submitting-patches: Reflow one short paragraph
` [PATCH v2 3/3] docs: submitting-patches: Describe the use of Helped-by tag

[PATCH 1/3] [PATCH v3] Documentation:leds: Add leds-st1202.rst
 2024-11-06  6:18 UTC  (3+ messages)
` [PATCH 2/3] [PATCH v4] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH 3/3] [PATCH v6] leds: Add LED1202 I2C driver

[PATCH v3] docs: bug-bisect: add a note about bisecting -next
 2024-11-06  5:26 UTC  (3+ messages)

[RESEND PATCH V6 0/3] remoteproc documentation update
 2024-11-06  5:10 UTC  (4+ messages)
` [RESEND PATCH V6 1/3] Documentation: remoteproc: update introduction section
` [RESEND PATCH V6 2/3] Documentation: remoteproc: add overview section
` [RESEND PATCH V6 3/3] Documentation: remoteproc: add a note to rproc_add

[PATCH v6 00/12] Add support for AMD hardware feedback interface
 2024-11-06  4:33 UTC  (5+ messages)
` [PATCH v6 04/12] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v6 11/12] platform/x86/amd: hfi: Set ITMT priority from ranking data

[PATCH v2 0/2] Add driver for LTP8800-1A, LTP8800-2 and LTP8800-4A
 2024-11-06  4:34 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: trivial-devices: add ltp8800
` [PATCH v2 2/2] hwmon: pmbus: add driver for ltp8800-1a, ltp8800-4a, and ltp8800-2

[RFC PATCH] docs/mm: add VMA locks documentation
 2024-11-06  3:09 UTC  (10+ messages)

[PATCH linux-next v8 RESEND] Docs/zh_CN: Translate physical_memory.rst to Simplified Chinese
 2024-11-06  2:09 UTC  (5+ messages)

FAILED: Patch "RISC-V: disallow gcc + rust builds" failed to apply to v6.11-stable tree
 2024-11-06  2:08 UTC 

[PATCH 1/3] [PATCH v3] Documentation:leds: Add leds-st1202.rst
 2024-11-06  2:03 UTC  (5+ messages)
` [PATCH 2/3] [PATCH v4] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH 3/3] [PATCH v5] leds: Add LED1202 I2C driver

[PATCH net-next] eth: fbnic: Add PCIe hardware statistics
 2024-11-06  0:49 UTC  (3+ messages)

[PATCH net-next v7 0/2] binder: report txn errors via generic netlink
 2024-11-05 21:00 UTC  (8+ messages)
` [PATCH net-next v7 2/2] "

[PATCH v7 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-11-05 20:05 UTC  (11+ messages)
` [PATCH v7 01/10] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v7 02/10] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v7 03/10] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v7 04/10] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v7 05/10] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v7 06/10] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v7 07/10] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v7 08/10] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v7 09/10] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v7 10/10] Documentation: userspace-api: iommufd: Update vDEVICE

[PATCH v7 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-11-05 20:04 UTC  (14+ messages)
` [PATCH v7 01/13] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v7 02/13] iommufd: Move _iommufd_object_alloc helper to a sharable file
` [PATCH v7 03/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v7 04/13] iommufd: Verify object in iommufd_object_finalize/abort()
` [PATCH v7 05/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v7 06/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
` [PATCH v7 07/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v7 08/13] iommufd/selftest: Add container_of helpers
` [PATCH v7 09/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v7 10/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v7 11/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v7 12/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v7 13/13] Documentation: userspace-api: iommufd: Update vIOMMU

[PATCH v6 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-05 20:04 UTC  (29+ messages)
` [PATCH v6 01/27] range: Add range_overlaps()
` [PATCH v6 02/27] ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values
` [PATCH v6 03/27] dax: Document struct dev_dax_range
` [PATCH v6 04/27] cxl/pci: Delay event buffer allocation
` [PATCH v6 05/27] cxl/hdm: Use guard() in cxl_dpa_set_mode()
` [PATCH v6 06/27] cxl/region: Refactor common create region code
` [PATCH v6 07/27] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v6 08/27] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v6 09/27] cxl/core: Separate region mode from decoder mode
` [PATCH v6 10/27] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v6 11/27] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v6 12/27] cxl/cdat: Gather DSMAS data for DCD regions
` [PATCH v6 13/27] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v6 14/27] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v6 15/27] cxl/region: Add sparse DAX region support
` [PATCH v6 16/27] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v6 17/27] cxl/pci: Factor out interrupt policy check
` [PATCH v6 18/27] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v6 19/27] cxl/core: Return endpoint decoder information from region search
` [PATCH v6 20/27] cxl/extent: Process DCD events and realize region extents
` [PATCH v6 21/27] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v6 22/27] dax/bus: Factor out dev dax resize logic
` [PATCH v6 23/27] dax/region: Create resources on sparse DAX regions
` [PATCH v6 24/27] cxl/region: Read existing extents on region creation
` [PATCH v6 25/27] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v6 26/27] tools/testing/cxl: Make event logs dynamic
` [PATCH v6 27/27] tools/testing/cxl: Add DC Regions to mock mem data

[PATCH v9 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-11-05 19:58 UTC  (6+ messages)
` [PATCH v9 19/26] x86/resctrl: Add the interface to unassign a MBM counter

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-05 19:53 UTC  (5+ messages)

[PATCH v6 0/2] dt-bindings: hwmon: pmbus: add bindings for isl68137
 2024-11-05 18:41 UTC  (8+ messages)
` [PATCH v6 2/2] dt-bindings: hwmon: isl68137: add bindings to support voltage dividers

[PATCH v4 0/7] hwmon: pmbus: add tps25990 efuse support
 2024-11-05 17:58 UTC  (8+ messages)
` [PATCH v4 1/7] hwmon: (pmbus) add documentation for existing flags
` [PATCH v4 2/7] hwmon: (pmbus/core) allow drivers to override WRITE_PROTECT
` [PATCH v4 3/7] hwmon: (pmbus/core) improve handling of write protected regulators
` [PATCH v4 4/7] hwmon: (pmbus/core) add wp module param
` [PATCH v4 5/7] hwmon: (pmbus/core) clear faults after setting smbalert mask
` [PATCH v4 6/7] dt-bindings: hwmon: pmbus: add ti tps25990 support
` [PATCH v4 7/7] hwmon: (pmbus/tps25990): add initial support

[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
 2024-11-05 17:51 UTC  (12+ messages)
` [PATCH v7 1/7] Add AutoFDO "

[PATCH 0/2] Add support for the ERAPS feature
 2024-11-05 16:25 UTC  (14+ messages)
` [PATCH 1/2] x86: cpu/bugs: add support for AMD "

[PATCH RFC net-next v2 00/18] Add support for PSE port priority
 2024-11-05 14:36 UTC  (22+ messages)
` [PATCH RFC net-next v2 05/18] net: pse-pd: Add support for PSE device index
` [PATCH RFC net-next v2 07/18] net: ethtool: Add support for ethnl_info_init_ntf helper function
` [PATCH RFC net-next v2 08/18] net: pse-pd: Add support for reporting events
` [PATCH RFC net-next v2 15/18] net: pse-pd: Add support for getting and setting port priority

[PATCH 0/3] Documentation: remoteproc: update various sections
 2024-11-05 14:30 UTC  (6+ messages)
` [PATCH 1/3] Documentation: remoteproc: update introduction section
` [PATCH 2/3] Documentation: remoteproc: add overview section
` [PATCH 3/3] Documentation: remoteproc: add a note to rproc_add

[PATCH] irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801
 2024-11-05 14:07 UTC  (3+ messages)

[PATCH RESEND v5] XArray: minor documentation improvements
 2024-11-05 12:03 UTC 

[PATCH v6 13/13] riscv: Add qspinlock support
 2024-11-05  8:47 UTC  (4+ messages)

[PATCH V5] remoteproc: Documentation: update with details
 2024-11-05  8:43 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: Small changes to support VMware guests
 2024-11-05  4:59 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls

[PATCH] drivers: core: Clarify EPROBE_DEFER retry mechanism
 2024-11-05  4:55 UTC 

[PATCH] docs/zh_CN: add the translation of kbuild/llvm.rst
 2024-11-05  3:01 UTC  (4+ messages)

[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-05  1:53 UTC  (4+ messages)
` [PATCH v5 08/27] cxl/mem: Read dynamic capacity configuration from the device

[PATCH net-next v5 0/7] Suspend IRQs during application busy periods
 2024-11-05  1:21 UTC  (9+ messages)
` [PATCH net-next v5 7/7] docs: networking: Describe irq suspension

[PATCH net-next v6 0/7] Suspend IRQs during application busy periods
 2024-11-05  1:12 UTC  (3+ messages)
` [PATCH net-next v6 7/7] docs: networking: Describe irq suspension

[PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs
 2024-11-04 23:35 UTC  (21+ messages)
` [PATCH RFT 01/16] perf tools: Create generic syscall table support
` [PATCH RFT 02/16] perf tools: arc: Support generic syscall headers
` [PATCH RFT 03/16] perf tools: csky: "
` [PATCH RFT 04/16] perf tools: arm: Support "
` [PATCH RFT 05/16] perf tools: sh: "
` [PATCH RFT 06/16] perf tools: sparc: "
` [PATCH RFT 07/16] perf tools: xtensa: Support syscall header
` [PATCH RFT 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH RFT 09/16] perf tools: alpha: Support syscall header
` [PATCH RFT 10/16] perf tools: parisc: "
` [PATCH RFT 11/16] perf tools: arm64: Use syscall table
` [PATCH RFT 12/16] perf tools: loongarch: "
` [PATCH RFT 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH RFT 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH RFT 15/16] perf tools: s390: "
` [PATCH RFT 16/16] perf tools: Remove dependency on libaudit

[PATCH v1 0/6] memcg-v1: fully deprecate charge moving
 2024-11-04 22:18 UTC  (10+ messages)
` [PATCH v1 5/6] memcg-v1: no need for memcg locking for MGLRU

[PATCH 29/63] dyndbg-doc: add classmap info to howto
 2024-11-04 21:37 UTC 

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-04 21:30 UTC  (6+ messages)

[net-next v8 0/3] net: wwan: t7xx: Add t7xx debug ports
 2024-11-04 21:16 UTC  (2+ messages)

[PATCH] Documentation: Fix incorrect paths/magic in magic numbers rst
 2024-11-04 20:10 UTC  (4+ messages)

[RFC PATCH] docs/mm: add VMA locks documentation
 2024-11-04 19:55 UTC  (5+ messages)

[PATCH v1 3/3] Documentation:leds: Add leds-st1202.rst
 2024-11-04 19:32 UTC  (4+ messages)

[PATCH] Documentation/maintainer-tip: Fix typos
 2024-11-04 19:30 UTC  (2+ messages)

[PATCH V4] Documentation: Improve crash_kexec_post_notifiers description
 2024-11-04 19:29 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).