linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-28 10:48:15 to 2021-10-02 00:08:55 UTC [more...]

[RFC v2 00/11] Intro to Hardware timestamping engine
 2021-10-02  0:08 UTC  (17+ messages)
` [RFC v2 01/11] Documentation: Add HTE subsystem guide
` [RFC v2 02/11] drivers: Add hardware timestamp engine (HTE)
` [RFC v2 03/11] hte: Add tegra194 HTE kernel provider
` [RFC v2 04/11] dt-bindings: Add HTE bindings
` [RFC v2 05/11] hte: Add Tegra194 IRQ HTE test driver
` [RFC v2 06/11] gpiolib: Add HTE support
` [RFC v2 07/11] gpio: tegra186: Add HTE in gpio-tegra186 driver
` [RFC v2 08/11] gpiolib: cdev: Add hardware timestamp clock type
` [RFC v2 09/11] tools: gpio: Add new hardware "
` [RFC v2 10/11] hte: Add tegra GPIO HTE test driver
` [RFC v2 11/11] MAINTAINERS: Added HTE Subsystem

[PATCH v4] docs: Explain the desired position of function attributes
 2021-10-02  0:00 UTC  (4+ messages)

[PATCH] zram: Allow backing device to be assigned after init
 2021-10-01 23:22 UTC  (2+ messages)

[PATCH v10 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-01 23:08 UTC  (4+ messages)
` [PATCH v10 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v10 3/3] mm: add anonymous vma name refcounting

[PATCH v7] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-10-01 22:33 UTC  (7+ messages)

[PATCH v2 00/17] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers where possible
 2021-10-01 22:05 UTC  (5+ messages)

[PATCH 0/5] Move intel_pm from MFD to Auxiliary bus
 2021-10-01 20:43 UTC  (17+ messages)
` [PATCH 1/5] PCI: Add #defines for accessing PCIe DVSEC fields
` [PATCH 2/5] platform/x86/intel: Move intel_pmt from MFD to Auxiliary Bus
` [PATCH 3/5] platform/x86/intel: extended_caps: Add support for PCIe VSEC structures
` [PATCH 4/5] Documentation: Update ioctl-number.rst for Intel Software Defined Silicon interface
` [PATCH 5/5] platform/x86: Add Intel Software Defined Silicon driver

[PATCH] Introduce the pkill_on_warn boot parameter
 2021-10-01 19:59 UTC  (18+ messages)

[PATCH] Documentation: checkpatch: Document some more message types
 2021-10-01 19:09 UTC  (6+ messages)
    ` [PATCH] docs: checkpatch: add UNNECESSARY_ELSE message

[PATCH v3 00/10] Move vfio_ccw to the new mdev API
 2021-10-01 17:52 UTC  (11+ messages)
` [PATCH v3 01/10] vfio/ccw: Remove unneeded GFP_DMA
` [PATCH v3 02/10] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
` [PATCH v3 03/10] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
` [PATCH v3 04/10] vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
` [PATCH v3 05/10] vfio/ccw: Make the FSM complete and synchronize it to the mdev
` [PATCH v3 06/10] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v3 07/10] vfio/mdev: Add mdev available instance checking to the core
` [PATCH v3 08/10] vfio/ccw: Remove private->mdev
` [PATCH v3 09/10] vfio: Export vfio_device_try_get()
` [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev

[PATCH v2 0/7] ABI: add additional sysfs docs and update some other ABI files
 2021-10-01 16:57 UTC  (9+ messages)
` [PATCH v2 1/7] ABI: sysfs-class-thermal: create a file with thermal_zone ABI
` [PATCH v2 2/7] ABI: sysfs-class-hwmon: add ABI documentation for it
` [PATCH v2 3/7] ABI: sysfs-class-hwmon: add a description for tempY_crit_alarm
` [PATCH v2 4/7] ABI: sysfs-mce: add a new ABI file
` [PATCH v2 5/7] ABI: sysfs-mce: add 3 missing files
` [PATCH v2 6/7] ABI: sysfs-class-extcon: use uppercase X for wildcards
` [PATCH v2 7/7] ABI: sysfs-devices-system-cpu: use cpuX instead of cpu#

[PATCH v9 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-01 16:34 UTC  (13+ messages)
` [PATCH v9 2/3] mm: add a field to store names for private anonymous memory

[PATCH v6 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node
 2021-10-01 14:52 UTC  (5+ messages)

[RFC PATCH v2] fscache, 9p, afs, nfs: Deal with some warnings from W=1
 2021-10-01 14:44 UTC  (2+ messages)

[PATCH v3 0/5]: initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
 2021-10-01 13:42 UTC  (6+ messages)
` [PATCH v3 1/5] initramfs: refactor do_header() cpio magic checks
` [PATCH v3 2/5] initramfs: print helpful cpio error on "crc" magic
` [PATCH v3 3/5] docs: remove mention of "crc" cpio format support
` [PATCH v3 4/5] initramfs: use do_utime() wrapper consistently
` [PATCH v3 5/5] initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig option

[PATCH 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2021-10-01 12:56 UTC  (8+ messages)
` [PATCH 1/7] mm/damon/core: Account age of target regions
` [PATCH 2/7] mm/damon/core: Implement DAMON-based Operation Schemes (DAMOS)
` [PATCH 3/7] mm/damon/vaddr: Support DAMON-based Operation Schemes
` [PATCH 4/7] mm/damon/dbgfs: "
` [PATCH 5/7] mm/damon/schemes: Implement statistics feature
` [PATCH 6/7] selftests/damon: Add 'schemes' debugfs tests
` [PATCH 7/7] Docs/admin-guide/mm/damon: Document DAMON-based Operation Schemes

[PATCH V4 00/22] arch: Add basic LoongArch support
 2021-10-01 11:04 UTC  (13+ messages)
` [PATCH V4 06/22] LoongArch: Add CPU definition headers
` [PATCH V4 07/22] LoongArch: Add atomic/locking headers
` [PATCH V4 09/22] LoongArch: Add boot and setup routines
` [PATCH V4 16/22] LoongArch: Add misc common routines
` [PATCH V4 19/22] LoongArch: Add VDSO and VSYSCALL support

[PATCH v3 00/30]Change wildcards on ABI files
 2021-10-01  4:37 UTC  (6+ messages)
` [PATCH v3 16/30] ABI: sysfs-bus-soundwire-slave: use wildcards on What definitions

[PATCH v2] docs: Explain the desired position of function attributes
 2021-10-01  2:54 UTC  (5+ messages)

[PATCH 0/5] tracing: Extend histogram triggers expression parsing
 2021-09-30 22:58 UTC  (3+ messages)

[PATCH v3] docs: Explain the desired position of function attributes
 2021-09-30 22:30 UTC 

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-09-30 21:55 UTC  (14+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH v8 0/2] Add rpmsg tty driver
 2021-09-30 16:05 UTC  (3+ messages)
` [PATCH v8 1/2] rpmsg: core: add API to get MTU
` [PATCH v8 2/2] tty: add rpmsg driver

[PATCH v1 0/3] memory-hotplug.rst: document the "auto-movable" online policy
 2021-09-30 14:41 UTC  (4+ messages)
` [PATCH v1 1/3] memory-hotplug.rst: fix two instances of "movablecore" that should be "movable_node"
` [PATCH v1 2/3] memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path
` [PATCH v1 3/3] memory-hotplug.rst: document the "auto-movable" online policy

[kvm-riscv:riscv_kvm_master 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-09-30 12:22 UTC 

[PATCH] Documentation/arm64: add memory layout with 4KB pages + VA39-bit
 2021-09-30 10:50 UTC 

[PATCH 0/2] get_abi.pl: some fixes
 2021-09-30  9:40 UTC  (3+ messages)
` [PATCH 1/2] scripts: get_abi.pl: fix fallback rule for undefined symbols
` [PATCH 2/2] scripts: get_abi.pl: better generate regex from what fields

[PATCH 0/7] Fix some issues with ABI files
 2021-09-30  8:37 UTC  (3+ messages)
` [PATCH 7/7] ABI: sysfs-platform-intel-pmc: add blank lines to make it valid for ReST

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-09-29 14:51 UTC  (11+ messages)
` [PATCH v2 01/10] riscv: Allow to dynamically define VA_BITS
` [PATCH v2 02/10] riscv: Get rid of MAXPHYSMEM configs
` [PATCH v2 03/10] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
` [PATCH v2 04/10] riscv: Implement sv48 support
` [PATCH v2 05/10] riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo
` [PATCH v2 06/10] riscv: Explicit comment about user virtual address space size
` [PATCH v2 07/10] riscv: Improve virtual kernel memory layout dump
` [PATCH v2 08/10] Documentation: riscv: Add sv48 description to VM layout
` [PATCH v2 09/10] riscv: Initialize thread pointer before calling C functions
` [PATCH v2 10/10] riscv: Allow user to downgrade to sv39 when hw supports sv48

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-09-29 14:36 UTC  (7+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [PATCH v1 3/6] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [PATCH v1 4/6] mm/memory_hotplug: remove HIGHMEM leftovers
` [PATCH v1 5/6] mm/memory_hotplug: remove stale function declarations
` [PATCH v1 6/6] x86: remove memory hotplug support on X86_32

[PATCH] zram: Introduce an aged idle interface
 2021-09-29 14:30 UTC  (2+ messages)
` [PATCH v6] "

[PATCHv2] Introduced new tracing mode KCOV_MODE_UNIQUE
 2021-09-29  8:33 UTC  (2+ messages)

[PATCH 00/17] ABI: update files to reduce the documentation gap
 2021-09-29  7:39 UTC  (9+ messages)
` [PATCH 06/17] ABI: sysfs-bus-pci: add documentation for modalias
` [PATCH 16/17] ABI: sysfs-driver-ufs: Add another What for platform drivers

[PATCH 0/3] get_abi: improve message output and fix a regression
 2021-09-29  7:13 UTC  (9+ messages)
      ` [PATCH] scripts: get_abi.pl: make undefined search more deterministic

[PATCH 10/17] ABI: sysfs-bus-pci: add a alternative What fields
 2021-09-28 22:07 UTC  (3+ messages)

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-28 16:41 UTC  (3+ messages)
` [PATCH v2 2/6] x86/kvm: add boot parameter for adding vcpu-id bits

[PATCH 0/2] ABI: add entires for MCE
 2021-09-28 16:02 UTC  (3+ messages)
` [PATCH 1/2] ABI: sysfs-mce: add a new ABI file
` [PATCH 2/2] ABI: sys-mce: add 3 missing files

[PATCH v5 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-09-28 12:41 UTC  (6+ messages)
` [PATCH v5 1/5] mm: hugetlb: free "
` [PATCH v5 2/5] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v5 3/5] mm: sparsemem: use page table lock to protect kernel pmd operations
` [PATCH v5 4/5] selftests: vm: add a hugetlb test case
` [PATCH v5 5/5] mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAP

[PATCH v3 3/5] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
 2021-09-28 12:22 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).