Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-25 12:27:07 to 2023-08-30 18:46:28 UTC [more...]

[PATCH v4] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-08-30 17:55 UTC  (16+ messages)

[PATCH v10 0/4] RISC-V: mm: Make SV48 the default address space
 2023-08-30 13:20 UTC  (2+ messages)

[PATCH v11] drm: Add initial ci/ subdirectory
 2023-08-30 15:14 UTC  (7+ messages)

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-08-30 13:05 UTC  (7+ messages)
` [PATCH v2 1/6] maple_tree: Add two helpers
` [PATCH v2 3/6] maple_tree: Add test for mtree_dup()
` [PATCH v2 4/6] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v2 5/6] maple_tree: Update check_forking() and bench_forking()
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH v8 0/8] x86/resctrl: Miscellaneous resctrl features
 2023-08-30 18:28 UTC  (15+ messages)
` [PATCH v8 4/8] x86/resctrl: Add comments on RFTYPE flags hierarchy
` [PATCH v8 5/8] x86/resctrl: Unwind the errors inside rdt_enable_ctx()
` [PATCH v8 6/8] x86/resctrl: Move default group file creation to mount
` [PATCH v8 7/8] x86/resctrl: Introduce "-o debug" mount option
` [PATCH v8 8/8] x86/resctrl: Display hardware ids of resource groups

[PATCH v8 0/3] Support pwm/tach driver for aspeed ast26xx
 2023-08-30 12:32 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v8 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control
` [PATCH v8 3/3] hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach

[PATCH v3 0/8] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
 2023-08-30 15:43 UTC  (44+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] x86/resctrl: Create separate domains for control and monitoring
  ` [PATCH v4 3/7] x86/resctrl: Change monitor code to use rdt_mondomain
  ` [PATCH v4 4/7] x86/resctrl: Delete unused fields from struct rdt_domain
  ` [PATCH v4 5/7] x86/resctrl: Determine if Sub-NUMA Cluster is enabled and initialize
  ` [PATCH v4 6/7] x86/resctrl: Update documentation with Sub-NUMA cluster changes
  ` [PATCH v4 7/7] selftests/resctrl: Adjust effective L3 cache size when SNC enabled
  ` [PATCH v5 0/8] Add support for Sub-NUMA cluster (SNC) systems
    ` [PATCH v5 1/8] x86/resctrl: Prepare for new domain scope
    ` [PATCH v5 2/8] x86/resctrl: Prepare for different scope for control/monitor operations
    ` [PATCH v5 3/8] x86/resctrl: Split the rdt_domain structure
    ` [PATCH v5 4/8] x86/resctrl: Add node-scope to the options for feature scope
    ` [PATCH v5 5/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
    ` [PATCH v5 6/8] x86/resctrl: Sub NUMA Cluster detection and enable
    ` [PATCH v5 7/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes
    ` [PATCH v5 8/8] selftests/resctrl: Adjust effective L3 cache size when SNC enabled

[RFC][PATCH] kconfig: introduce listunknownconfig
 2023-08-30  7:30 UTC  (17+ messages)

[PATCH -next v9 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-08-30 13:20 UTC  (3+ messages)

[PATCH] docs: Add desc for best effort mode of mmio_stale_data
 2023-08-30 15:11 UTC  (3+ messages)

[PATCH v6 00/10] riscv: Allow userspace to directly access perf counters
 2023-08-30 13:20 UTC  (2+ messages)

[PATCHv2] kconfig: add warn-unknown-symbols sanity check
 2023-08-30  0:49 UTC 

[PATCH] kconfig: add warn-unknown-symbols sanity check
 2023-08-30  0:45 UTC  (3+ messages)

[PATCH v2 1/2] tee: amdtee: use page_alloc_exact() for memory allocations
 2023-08-29 20:19 UTC  (2+ messages)
` [PATCH v2 2/2] tee: amdtee: add support for CMA buffer allocations

[PATCH] mm/khugepaged: increase transparent_hugepage_recommend_disable parameter to disable active modification of min_free_kbytes
 2023-08-29 20:04 UTC  (2+ messages)

[PATCH] tee: amdtee: add support for use of cma region
 2023-08-29 16:47 UTC  (7+ messages)

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-29 15:39 UTC  (5+ messages)
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs

[PATCH net-next] doc/netlink: Fix missing classic_netlink doc reference
 2023-08-29  8:55 UTC 

[PATCH v6 0/7] Adds support for ConfigFS to VKMS!
 2023-08-29  5:30 UTC  (8+ messages)
` [PATCH v6 1/7] drm/vkms: Back VKMS with DRM memory management instead of static objects
` [PATCH v6 2/7] drm/vkms: Support multiple DRM objects (crtcs, etc.) per VKMS device
` [PATCH v6 3/7] drm/vkms: Provide platform data when creating VKMS devices
` [PATCH v6 4/7] drm/vkms: Add ConfigFS scaffolding to VKMS
` [PATCH v6 5/7] drm/vkms: Support enabling ConfigFS devices
` [PATCH v6 6/7] drm/vkms: Add a module param to enable/disable the default device
` [PATCH v6 7/7] drm/vkms Add hotplug support via configfs to VKMS

[PATCH v5 0/7] Adds support for ConfigFS to VKMS!
 2023-08-29  4:49 UTC  (12+ messages)
` [PATCH v5 1/7] drm/vkms: Back VKMS with DRM memory management instead of static objects
` [PATCH v5 2/7] drm/vkms: Support multiple DRM objects (crtcs, etc.) per VKMS device
` [PATCH v5 3/7] drm/vkms: Provide platform data when creating VKMS devices
` [PATCH v5 4/7] drm/vkms: Add ConfigFS scaffolding to VKMS
` [PATCH v5 5/7] drm/vkms: Support enabling ConfigFS devices
` [PATCH v5 6/7] drm/vkms: Add a module param to enable/disable the default device
` [PATCH v5 7/7] drm/vkms Add hotplug support via configfs to VKMS

[PATCH] Documentation/llvm: fix typo in link
 2023-08-29  2:51 UTC  (2+ messages)

[PATCH v5 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-08-29  2:28 UTC  (4+ messages)
` [PATCH v5 1/2] "

Thanks for your response!
 2023-08-28 18:59 UTC 

[PATCH net-next] docs: netdev: document patchwork patch states
 2023-08-28 19:23 UTC  (6+ messages)

[pinchartl:rpi/v6.5/isp/v2 15/23] htmldocs: Warning: Documentation/userspace-api/media/v4l/pixfmt-meta-bcm2835-isp-stats.rst references a file that doesn't exist: Documentation/media/uapi/fdl-appendix.rst
 2023-08-28 19:20 UTC 

[PATCH net-next] macsec: introduce default_async_crypto sysctl
 2023-08-28 19:04 UTC  (8+ messages)

[PATCH v2 0/3] convert TW translation sparse.txt to RST
 2023-08-28 18:51 UTC  (2+ messages)

[PATCH] Docu: genericirq.rst: fix irq-example
 2023-08-28 18:45 UTC  (2+ messages)

[PATCH] input: docs: pxrc: remove reference to phoenix-sim
 2023-08-28 18:44 UTC  (2+ messages)

[PATCH] Documentation: serial-console: Fix literal block marker
 2023-08-28 18:42 UTC  (2+ messages)

[PATCH] docs/mm: remove references to hmm_mirror ops and clean typos
 2023-08-28 18:41 UTC  (3+ messages)

[PATCH 0/2] Documentation: sphinx: Add sphinx-prompt
 2023-08-28 18:37 UTC  (11+ messages)
` [PATCH 1/2] "

[PATCH v5] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-08-28 17:58 UTC  (8+ messages)

[PATCH 2/2] rust: upgrade to Rust 1.72.0
 2023-08-28 13:17 UTC  (2+ messages)

[v5,0/7] Adds support for ConfigFS to VKMS!
 2023-08-28  8:14 UTC  (8+ messages)
` [PATCH v5 1/7] drm/vkms: Back VKMS with DRM memory management instead of static objects
` [PATCH v5 2/7] drm/vkms: Support multiple DRM objects (crtcs, etc.) per VKMS device
` [PATCH v5 3/7] drm/vkms: Provide platform data when creating VKMS devices
` [PATCH v5 4/7] drm/vkms: Add ConfigFS scaffolding to VKMS
` [PATCH v5 5/7] drm/vkms: Support enabling ConfigFS devices
` [PATCH v5 6/7] drm/vkms: Add a module param to enable/disable the default device
` [PATCH v5 7/7] drm/vkms Add hotplug support via configfs to VKMS

[PATCH v7 0/2] Support pwm/tach driver for aspeed ast26xx
 2023-08-28  7:53 UTC  (5+ messages)
` [PATCH v7 1/2] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[PATCH V5 0/3] coresight: etm: Make cycle count threshold user configurable
 2023-08-28  2:45 UTC  (2+ messages)

[PATCH net-next v6 00/12] tools/net/ynl: Add support for netlink-raw families
 2023-08-28  1:10 UTC  (14+ messages)
` [PATCH net-next v6 01/12] doc/netlink: Fix typo in genetlink-* schemas
` [PATCH net-next v6 02/12] doc/netlink: Add a schema for netlink-raw families
` [PATCH net-next v6 03/12] doc/netlink: Update genetlink-legacy documentation
` [PATCH net-next v6 04/12] doc/netlink: Document the netlink-raw schema extensions
` [PATCH net-next v6 05/12] tools/ynl: Add mcast-group schema parsing to ynl
` [PATCH net-next v6 06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg
` [PATCH net-next v6 07/12] tools/net/ynl: Add support for netlink-raw families
` [PATCH net-next v6 08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl
` [PATCH net-next v6 09/12] tools/net/ynl: Add support for create flags
` [PATCH net-next v6 10/12] doc/netlink: Add spec for rt addr messages
` [PATCH net-next v6 11/12] doc/netlink: Add spec for rt link messages
` [PATCH net-next v6 12/12] doc/netlink: Add spec for rt route messages

[PATCH] Reference kernel-doc for container_of
 2023-08-26 20:18 UTC 

[PATCH] docs: move powerpc under arch
 2023-08-26 16:56 UTC 

[PATCH v6] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-08-26 14:45 UTC  (6+ messages)

[PATCH v7] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-08-26  7:09 UTC 

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-25 18:26 UTC  (4+ messages)
` [PATCH v12 4/6] iommu/s390: Disable deferred flush for ISM devices

[PATCH 0/6] drm: ci: fixes
 2023-08-25 18:15 UTC  (16+ messages)
` [PATCH 1/6] drm: ci: igt_runner: remove todo
` [PATCH 2/6] drm: ci: Force db410c to host mode
` [PATCH 3/6] drm: ci: virtio: update ci variables
` [PATCH 4/6] drm: ci: Enable configs to fix mt8173 boot hang issue
` [PATCH 5/6] drm: ci: Update xfails
` [PATCH 6/6] drm: ci: Remove rules

[PATCH v3] Documentation/llvm: refresh docs
 2023-08-25 17:38 UTC 

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-08-25 14:43 UTC  (11+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).