linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-02 08:48:26 to 2023-08-04 18:48:08 UTC [more...]

[PATCH] docs: sparse: fix invalid link addresses
 2023-08-04 18:47 UTC  (2+ messages)

[PATCH drm-misc-next v10 00/12] Nouveau VM_BIND UAPI & DRM GPUVA Manager (merged)
 2023-08-04 18:23 UTC  (12+ messages)
` [PATCH drm-misc-next v10 01/12] drm/gem: fix lockdep check for dma-resv lock
` [PATCH drm-misc-next v10 02/12] drm/nouveau: fixup the uapi header file
` [PATCH drm-misc-next v10 03/12] drm/nouveau: new VM_BIND uAPI interfaces
` [PATCH drm-misc-next v10 04/12] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-misc-next v10 05/12] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-misc-next v10 06/12] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-misc-next v10 07/12] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-misc-next v10 08/12] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-misc-next v10 09/12] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-misc-next v10 10/12] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-misc-next v10 12/12] drm/nouveau: debugfs: implement DRM GPU VA debugfs

[linux-next:master] BUILD REGRESSION bdffb18b5dd8071cd25685b966f380a30b1fadaa
 2023-08-04 18:14 UTC 

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-04 17:10 UTC  (13+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()

[RFC PATCH v1 00/21] RISC-V: ACPI: Add external interrupt controller support
 2023-08-04 16:56 UTC  (36+ messages)
` [RFC PATCH v1 01/21] ACPICA: MADT: Add RISC-V external interrupt controllers
` [RFC PATCH v1 02/21] ACPICA: RHCT: Add flags, CMO and MMU nodes
` [RFC PATCH v1 03/21] RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
` [RFC PATCH v1 04/21] RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remapping
` [RFC PATCH v1 05/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v1 06/21] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v1 07/21] RISC-V: Kconfig: Select ECAM and MCFG
` [RFC PATCH v1 08/21] RISC-V: ACPI: RHCT: Add function to get CBO block sizes
` [RFC PATCH v1 09/21] RISC-V: cacheflush: Initialize CBO variables on ACPI systems
` [RFC PATCH v1 10/21] clocksource/timer-riscv: ACPI: Add timer_cannot_wakeup_cpu
` [RFC PATCH v1 11/21] swnode: Add support to create early during boot
` [RFC PATCH v1 12/21] irqchip/riscv-intc: Use swnode framework to create fwnode
` [RFC PATCH v1 13/21] irqchip/riscv-imsic-early: Add ACPI support
` [RFC PATCH v1 14/21] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v1 15/21] ACPI: RISC-V: Create IMSIC platform device
` [RFC PATCH v1 16/21] ACPI: Add APLIC IRQ model for RISC-V
` [RFC PATCH v1 17/21] ACPI: RISC-V: Create APLIC platform device
` [RFC PATCH v1 18/21] irqchip/irq-riscv-aplic-msi: Add ACPI support
` [RFC PATCH v1 19/21] ACPI: bus: Add PLIC IRQ model
` [RFC PATCH v1 20/21] RISC-V: ACPI: Create PLIC platform device
` [RFC PATCH v1 21/21] irqchip/sifive-plic: Add GSI conversion support

[PATCH v2 6.4 0/4] ARM SMMUv3 errata for 6.4
 2023-08-04 11:19 UTC  (5+ messages)
` [PATCH v2 6.4 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH v2 6.4 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH v2 6.4 4/4] iommu/arm-smmu-v3: Document nesting-related errata

[PATCH] coresight: etm: Make cycle count threshold user configurable
 2023-08-04 11:07 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION fb4327106e5250ee360d0d8b056c1eef7eeb9a98
 2023-08-04 10:22 UTC  (4+ messages)

[PATCH] Documentation: changes.rst: add entry for git
 2023-08-04 10:17 UTC  (4+ messages)

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-04 10:06 UTC  (23+ messages)
` [PATCH V10 01/19] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V10 02/19] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V10 03/19] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock
` [PATCH V10 06/19] riscv: qspinlock: Allow force qspinlock from the command line
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
` [PATCH V10 08/19] riscv: qspinlock: Use new static key for controlling call of virt_spin_lock()
` [PATCH V10 09/19] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V10 10/19] RISC-V: paravirt: pvqspinlock: KVM: "
` [PATCH V10 11/19] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()
` [PATCH V10 12/19] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V10 13/19] RISC-V: paravirt: pvqspinlock: Remove unnecessary definitions of cmpxchg & xchg
` [PATCH V10 14/19] RISC-V: paravirt: pvqspinlock: Add xchg8 & cmpxchg_small support
` [PATCH V10 15/19] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V10 16/19] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V10 17/19] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory
` [PATCH V10 19/19] locking/qspinlock: riscv: Add Compact NUMA-aware lock support

[PATCH] docs: Add a section on surveys to the researcher guidelines
 2023-08-04  9:28 UTC  (4+ messages)
` [Tech-board] "

[PATCH v4 0/3] UIO driver for low speed Hyper-V devices
 2023-08-04  7:09 UTC  (4+ messages)
` [PATCH v4 1/3] uio: Add hv_vmbus_client driver
` [PATCH v4 2/3] tools: hv: Add vmbus_bufring
` [PATCH v4 3/3] tools: hv: Add new fcopy application based on uio driver

[PATCH] Documentation: cgroup-v2.rst: Correct number of stats entries
 2023-08-04  0:12 UTC 

[intel-tdx:kvm-upstream-workaround 176/346] htmldocs: Warning: Documentation/virt/kvm/api.rst references a file that doesn't exist: Documentation/virt/kvm/intel-tdx.rst
 2023-08-03 21:53 UTC 

[PATCH drm-misc-next v9 00/11] Nouveau VM_BIND UAPI & DRM GPUVA Manager (merged)
 2023-08-03 21:44 UTC  (12+ messages)
` [PATCH drm-misc-next v9 01/11] drm/gem: fix lockdep check for dma-resv lock
` [PATCH drm-misc-next v9 02/11] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-misc-next v9 03/11] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-misc-next v9 04/11] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-misc-next v9 05/11] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-misc-next v9 06/11] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-misc-next v9 07/11] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-misc-next v9 08/11] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-misc-next v9 09/11] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-misc-next v9 11/11] drm/nouveau: debugfs: implement DRM GPU VA debugfs

ANN: new LSM guidelines
 2023-08-03 21:36 UTC  (6+ messages)

arch/powerpc/platforms/pseries/plpks.c:186: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2023-08-03 20:52 UTC 

[PATCH v25 00/10] crash: Kernel handling of CPU and memory hot un/plug
 2023-08-03 18:36 UTC  (7+ messages)
` [PATCH v25 01/10] drivers/base: refactor cpu.c to use .is_visible()

[RFC PATCH 0/2] Generate API documentation for 'bindings' crate
 2023-08-03 17:52 UTC  (6+ messages)
` [RFC PATCH 1/2] rust: bindings: generate API documentation for the "
` [RFC PATCH 2/2] rust: bindings: add warning about configuration dependence

[RFC PATCH v1 00/21] Add external interrupt controller support
 2023-08-03 17:51 UTC 

[PATCH v5 1/4] PCI: endpoint: Add D-state change notifier support
 2023-08-03 17:48 UTC  (2+ messages)

[PATCH] Documentation/page_tables: Add info about MMU/TLB and Page Faults
 2023-08-03 17:08 UTC  (2+ messages)

[PATCH RESEND v9 27/36] x86/traps: Add external_interrupt() to dispatch external interrupts
 2023-08-03 16:58 UTC  (5+ messages)
` [PATCH RESEND v9 33/36] KVM: VMX: Add VMX_DO_FRED_EVENT_IRQOFF for IRQ/NMI handling

[RESEND PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
 2023-08-03 15:10 UTC  (3+ messages)

[PATCH] docs: Add book to process/kernel-docs.rst
 2023-08-03 14:24 UTC 

[PATCH v2] docs/RCU: Bring back smp_wmb()
 2023-08-03 13:54 UTC  (13+ messages)

[PATCH v3 0/3] UIO driver for low speed Hyper-V devices
 2023-08-03 12:12 UTC  (9+ messages)
` [PATCH v3 1/3] uio: Add hv_vmbus_client driver
` [PATCH v3 2/3] tools: hv: Add vmbus_bufring
` [PATCH v3 3/3] tools: hv: Add new fcopy application based on uio driver

[PATCH net-next v2 1/2] docs: net: page_pool: document PP_FLAG_DMA_SYNC_DEV parameters
 2023-08-03  9:35 UTC  (8+ messages)
` [PATCH net-next v2 2/2] docs: net: page_pool: use kdoc to avoid duplicating the information

[PATCH 2/2] drm/panel: Fix todo indentation for panel prepared/enabled cleanup
 2023-08-03  8:14 UTC  (2+ messages)

[PATCH v2 0/2] docs: rust: update instructions for obtaining 'core' source
 2023-08-03  6:04 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] docs: rust: clarify what 'rustup override' does

[PATCH v14 00/25] Drivers for Gunyah hypervisor
 2023-08-03  0:33 UTC  (3+ messages)
` [PATCH v14 06/25] mailbox: Add Gunyah message queue mailbox

[PATCH 00/13] Extedn DAMOS filters for address ranges and DAMON monitoring targets
 2023-08-02 21:43 UTC  (7+ messages)
` [PATCH 05/13] Docs/mm/damon/design: update for address range filters
` [PATCH 06/13] Docs/ABI/damon: update for address range DAMOS filter
` [PATCH 07/13] Docs/admin-guide/mm/damon/usage: update for address range type "
` [PATCH 11/13] Docs/mm/damon/design: update for DAMON monitoring target "
` [PATCH 12/13] Docs/ABI/damon: "
` [PATCH 13/13] Docs/admin-guide/mm/damon/usage: "

[PATCH 0/5] mm/damon/sysfs-schemes: implement DAMOS tried total bytes file
 2023-08-02 21:32 UTC  (3+ messages)
` [PATCH 4/5] Docs/ABI/damon: update for tried_regions/total_bytes
` [PATCH 5/5] Docs/admin-guide/mm/damon/usage: "

[brauner-vfs:b4/vfs-super-exclusive.v2 6/6] htmldocs: Documentation/filesystems/api-summary:38: ./fs/super.c:558: WARNING: Unexpected indentation
 2023-08-02 20:43 UTC 

[PATCH v9 net-next 00/23] net/tcp: Add TCP-AO support
 2023-08-02 19:37 UTC  (3+ messages)
` [PATCH v9 net-next 23/23] Documentation/tcp: Add TCP-AO documentation

[PATCH v3 6.1 0/4] ARM SMMUv3 errata for 6.1
 2023-08-02 17:21 UTC  (4+ messages)
` [PATCH v3 6.1 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH v3 6.1 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH v3 6.1 4/4] iommu/arm-smmu-v3: Document nesting-related errata

[PATCH v2 6.1 0/4] ARM SMMUv3 errata for 6.1
 2023-08-02 17:09 UTC  (4+ messages)
` [PATCH v2 6.1 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH v2 6.1 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH v2 6.1 4/4] iommu/arm-smmu-v3: Document nesting-related errata

[PATCH v3 5.15 0/6] ARM64 errata for stable kernel 5.15
 2023-08-02 17:02 UTC  (6+ messages)
` [PATCH v3 5.15 1/6] arm64: errata: Add workaround for TSB flush failures
` [PATCH v3 5.15 2/6] arm64: errata: Add detection for TRBE write to out-of-range
` [PATCH v3 5.15 3/6] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH v3 5.15 4/6] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH v3 5.15 6/6] iommu/arm-smmu-v3: Document nesting-related errata

[linux-next:master] BUILD REGRESSION 626c67169f9972fffcdf3bc3864de421f162ebf5
 2023-08-02 16:58 UTC 

[linux-next:master 5684/6443] htmldocs: Documentation/gpu/todo.rst:469: WARNING: Unexpected indentation
 2023-08-02 14:51 UTC  (2+ messages)

[PATCH v10] drm: Add initial ci/ subdirectory
 2023-08-02 11:32 UTC 

[PATCH v5 0/5] Add aliases and metrics for Arm CMN
 2023-08-02  9:47 UTC  (7+ messages)
` [PATCH v5 1/5] perf metric: Event "Compat" value supports matching multiple identifiers

[PATCH v6 00/10] riscv: Allow userspace to directly access perf counters
 2023-08-02  9:32 UTC  (4+ messages)
` [PATCH v6 09/10] tools: lib: perf: Implement riscv mmap support

[PATCH v4 00/10] libata: remove references to 'old' error handler
 2023-08-02  8:48 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).