Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-25 21:44:46 to 2021-07-29 15:56:59 UTC [more...]

[PATCH v7 3/3] MAINTAINERS: add entry for traditional Chinese documentation
 2021-07-29 15:56 UTC 

[PATCH v6 3/3] MAINTAINERS: add entry for traditional Chinese documentation
 2021-07-29 15:01 UTC  (2+ messages)

[PATCH net-next v4 00/15] Add Management Component Transport Protocol support
 2021-07-29 14:30 UTC  (3+ messages)
` [PATCH net-next v4 15/15] mctp: Add MCTP overview document

[PATCH 00/14] Introduce PECI subsystem
 2021-07-29 14:03 UTC  (19+ messages)
` [PATCH 07/14] peci: Add peci-aspeed controller driver
` [PATCH 08/14] peci: Add device detection
` [PATCH 09/14] peci: Add support for PECI device drivers
` [PATCH 10/14] peci: Add peci-cpu driver
` [PATCH 11/14] hwmon: peci: Add cputemp driver
` [PATCH 12/14] hwmon: peci: Add dimmtemp driver
` [PATCH 13/14] docs: hwmon: Document PECI drivers

[PATCH v2 0/8] docs/zh_CN: add some virt docs translation
 2021-07-29 13:34 UTC  (11+ messages)
` [PATCH v2 1/8] docs/zh_CN: add virt index translation
` [PATCH v2 2/8] docs/zh_CN: add virt paravirt_ops translation
` [PATCH v2 3/8] docs/zh_CN: add virt guest-halt-polling translation
` [PATCH v2 4/8] docs/zh_CN: add virt ne_overview translation
` [PATCH v2 5/8] docs/zh_CN: add virt acrn index translation

[PATCHv4] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-07-29 13:17 UTC  (2+ messages)

[PATCH] refpage_create.2: Document refpage_create(2)
 2021-07-29 12:09 UTC  (2+ messages)

[PATCH 0/8] docs/zh_CN: add infiniband translation
 2021-07-29 11:55 UTC  (6+ messages)
` [PATCH 1/8] docs/zh_CN: add infiniband index translation

[PATCH v3 0/9] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-07-29 11:03 UTC  (21+ messages)
` [PATCH v3 1/9] cgroup/cpuset: Miscellaneous code cleanup
` [PATCH v3 2/9] cgroup/cpuset: Fix a partition bug with hotplug
` [PATCH v3 3/9] cgroup/cpuset: Fix violation of cpuset locking rule
` [PATCH v3 4/9] cgroup/cpuset: Enable event notification when partition become invalid
` [PATCH v3 6/9] cgroup/cpuset: Add a new isolated cpus.partition type

[PATCH v3 00/14] Provide core infrastructure for managing open/release
 2021-07-29  7:30 UTC  (18+ messages)
` [PATCH v3 01/14] vfio/samples: Remove module get/put
` [PATCH v3 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
` [PATCH v3 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH v3 04/14] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH v3 05/14] vfio/samples: Delete useless open/close
` [PATCH v3 06/14] vfio/fsl: Move to the device set infrastructure
` [PATCH v3 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH v3 08/14] vfio/pci: Move to the device set infrastructure
` [PATCH v3 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH v3 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH v3 11/14] vfio/mbochs: Fix close when multiple device FDs are open
` [PATCH v3 12/14] vfio/ap,ccw: Fix open/close "
` [PATCH v3 13/14] vfio/gvt: "
` [PATCH v3 14/14] vfio: Remove struct vfio_device_ops open/release

[PATCH 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-07-29  6:00 UTC  (12+ messages)
` [PATCH 1/5] mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
` [PATCH 2/5] mm: introduce save_page_flags to cooperate with show_page_flags
` [PATCH 3/5] mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB page

[RFC 00/11] Intro to Hardware timestamping engine
 2021-07-29  2:43 UTC  (18+ messages)
` [RFC 01/11] Documentation: Add HTE subsystem guide
` [RFC 02/11] drivers: Add HTE subsystem
` [RFC 03/11] hte: Add tegra194 HTE kernel provider

[PATCH v2 1/4] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
 2021-07-28 22:51 UTC 

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-07-28 21:34 UTC  (6+ messages)
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack

[PATCH] Documentation: networking: add ioam6-sysctl into index
 2021-07-28 20:30 UTC  (2+ messages)

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-28 20:23 UTC  (45+ messages)
` [PATCH v3 05/14] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v3 06/14] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v3 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v3 08/14] mm/sparse-vmemmap: populate compound pagemaps
` [PATCH v3 09/14] mm/page_alloc: reuse tail struct pages for "
` [PATCH v3 10/14] device-dax: use ALIGN() for determining pgoff
` [PATCH v3 11/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v3 12/14] device-dax: compound pagemap support
` [PATCH v3 13/14] mm/gup: grab head page refcount once for group of subpages
` [PATCH v3 14/14] mm/sparse-vmemmap: improve memory savings for compound pud geometry

[PATCH 00/12] Introduce vfio_pci_core subsystem
 2021-07-28 17:26 UTC  (21+ messages)
` [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
` [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v3 0/2] hwmon: Add StarFive JH7100 temperature sensor
 2021-07-28 17:05 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: add starfive,jh7100-temp bindings
` [PATCH v3 2/2] hwmon: (sfctemp) Add StarFive JH7100 temperature sensor

[PATCH] Documentation: i2c: add i2c-sysfs into index
 2021-07-28 15:53 UTC 

[RFC][PATCH v2 00/12] integrity: Introduce DIGLIM
 2021-07-28 13:47 UTC  (34+ messages)
` [RFC][PATCH v2 01/12] diglim: Overview
` [RFC][PATCH v2 02/12] diglim: Basic definitions
` [RFC][PATCH v2 03/12] diglim: Objects
` [RFC][PATCH v2 04/12] diglim: Methods
` [RFC][PATCH v2 05/12] diglim: Parser
` [RFC][PATCH v2 06/12] diglim: Interfaces - digest_list_add, digest_list_del
` [RFC][PATCH v2 07/12] diglim: Interfaces - digest_lists_loaded
` [RFC][PATCH v2 08/12] diglim: Interfaces - digest_label
` [RFC][PATCH v2 09/12] diglim: Interfaces - digest_query
` [RFC][PATCH v2 10/12] diglim: Interfaces - digests_count
` [RFC][PATCH v2 11/12] diglim: Remote Attestation
` [RFC][PATCH v2 12/12] diglim: Tests

[PATCH rdma-next] docs: Fix infiniband uverbs minor number
 2021-07-28 13:05 UTC  (5+ messages)

[PATCH rdma-next RESEND] docs: Fix infiniband uverbs minor number
 2021-07-28 13:04 UTC 

Fwd: /proc/pid/sched units
 2021-07-28 12:59 UTC 

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-28  8:36 UTC  (3+ messages)

[drm-msm:msm-next-staging 14/18] drivers/gpu/drm/msm/msm_ringbuffer.c:11: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-07-28  6:26 UTC 

[PATCH v3 0/6] Asynchronous notifications from secure world
 2021-07-27 14:57 UTC  (6+ messages)
` [PATCH v3 1/6] docs: staging/tee.rst: add a section on OP-TEE notifications

[PATCH 0/7] Free user PTE page table pages
 2021-07-27 13:39 UTC  (3+ messages)
` [PATCH 3/7] mm: remove redundant smp_wmb()

make cleandocs issue: rm -rf /output when obj not defined
 2021-07-27 11:25 UTC  (4+ messages)

[PATCH net-next v2] docs: networking: dpaa2: add documentation for the switch driver
 2021-07-27 11:00 UTC  (2+ messages)

[PATCH] docs: Set upper limit of docutils (<0.17)
 2021-07-27 10:23 UTC 

[PATCH v19 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
 2021-07-27  5:54 UTC 

[avpatel:riscv_kvm_v19 17/20] arch/riscv/kvm/vcpu_sbi.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-07-27  5:27 UTC 

[RESEND PATCH v6 14/14] drm/print: Add tracefs support to the drm logging helpers
 2021-07-26 20:50 UTC  (2+ messages)

[PATCH] RCU: Fix undefined Kconfig macros
 2021-07-26 16:54 UTC  (2+ messages)

[PATCH 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-07-26 13:41 UTC  (2+ messages)

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-26 13:32 UTC  (2+ messages)

[PATCHv3] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-07-26 13:09 UTC  (2+ messages)

linux-next: build warning after merge of the printk tree
 2021-07-26 13:07 UTC  (4+ messages)

[PATCH 0/3] Get rid of some undesirable characters
 2021-07-26 12:26 UTC  (5+ messages)
` [PATCH 2/3] docs: firmware-guide: acpi: dsd: graph.rst: replace some characters
` [PATCH 3/3] docs: virt: kvm: api.rst: "

[PATCH] KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name
 2021-07-26 12:24 UTC  (2+ messages)

[PATCH 00/15] Fix some DT binding references at next-20210722
 2021-07-26 12:13 UTC  (3+ messages)
` [PATCH 05/15] MAINTAINERS: update arm,vic.yaml reference

[PATCH v15 0/6] iommu: Enhance IOMMU default DMA mode build options
 2021-07-26 11:28 UTC  (2+ messages)

[RFC PATCH v2 0/7] docs: pdfdocs: Improve font choice in CJK translations
 2021-07-26  9:15 UTC  (3+ messages)

[PATCH] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-07-26  1:59 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 read-only IMAP folder(s) and NNTP newsgroup(s).