linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 09:05:35 to 2023-06-07 09:33:05 UTC [more...]

[PATCH v5 0/5] Improve PTT filter interface and some fixes
 2023-06-07  9:31 UTC  (6+ messages)
` [PATCH v5 1/5] hwtracing: hisi_ptt: Factor out filter allocation and release operation
` [PATCH v5 2/5] hwtracing: hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v5 3/5] hwtracing: hisi_ptt: Export available filters through sysfs
` [PATCH v5 4/5] hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMU
` [PATCH v5 5/5] hwtracing: hisi_ptt: Fix potential sleep in atomic context

[v5 0/5] Support pwm/tach driver for aspeed ast26xx
 2023-06-07  8:55 UTC  (17+ messages)
` [v5 1/5] dt-bindings: pwm: Add bindings for aspeed pwm controller
` [v5 2/5] dt-bindings: hwmon: Add bindings for aspeed tach controller
` [v5 3/5] dt-bindings: mfd: Add aspeed pwm-tach binding
` [v5 4/5] pwm: Add Aspeed ast2600 PWM support
` [v5 5/5] hwmon: Add Aspeed ast2600 TACH support

[PATCH v3 0/4] perf: ampere: Add support for Ampere SoC PMUs
 2023-06-07  8:31 UTC  (5+ messages)
` [PATCH v3 1/4] perf: arm_cspmu: Split 64-bit write to 32-bit writes
` [PATCH v3 2/4] perf: arm_cspmu: Support implementation specific filters
` [PATCH v3 3/4] perf: arm_cspmu: Support implementation specific validation
` [PATCH v3 4/4] perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU

[PATCH v12 0/9] Implement copy offload support
 2023-06-07  7:12 UTC  (13+ messages)
    ` [PATCH v12 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v12 2/9] block: Add copy offload support infrastructure
    ` [PATCH v12 3/9] block: add emulation for copy
    ` [PATCH v12 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [PATCH v12 5/9] nvme: add copy offload support
    ` [PATCH v12 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v12 7/9] dm: Add support for copy offload
    ` [PATCH v12 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v12 9/9] null_blk: add support for copy offload

[PATCH v3 10/11] Documentation: kselftest: "make headers" is a prerequisite
 2023-06-07  5:37 UTC  (7+ messages)
` [PATCH v3 11/11] selftests: error out if kernel header files are not yet built

[PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-07  4:36 UTC  (17+ messages)
` [PATCH drm-next v4 01/14] drm: execution context for GEM buffers v4
` [PATCH drm-next v4 02/14] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v4 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next v4 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next v4 05/14] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next v4 06/14] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next v4 07/14] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next v4 08/14] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next v4 09/14] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-next v4 10/14] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next v4 11/14] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next v4 12/14] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next v4 13/14] drm/nouveau: implement new VM_BIND uAPI
` [PATCH drm-next v4 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs

[PATCH v4] blk-ioprio: Introduce promote-to-rt policy
 2023-06-07  4:27 UTC  (5+ messages)

[PATCH 0/3 v2] Update ACPI documentation for Arm systems
 2023-06-06 23:54 UTC  (8+ messages)
` [PATCH 1/3 v2] Documentation/arm64: Update ARM and arch reference
` [PATCH 2/3 v2] Documentation/arm64: Update references in arm-acpi
` [PATCH 3/3 v2] Documentation/arm64: Update ACPI tables from BBR

[PATCH v2 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-06 21:07 UTC  (4+ messages)
` [PATCH v2 2/2] kbuild: enable kernel-doc -Wall for W=2

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-06-06 20:13 UTC  (17+ messages)

[PATCH v4 1/3] docs: sound: add 'pcmtest' driver documentation
 2023-06-06 19:32 UTC  (3+ messages)
` [PATCH v4 2/3] ALSA: Implement the new Virtual PCM Test Driver
` [PATCH v4 3/3] selftests: ALSA: Add test for the 'pcmtest' driver

[PATCH] scsi: sd: support specify probe type of build-in driver
 2023-06-06 17:38 UTC  (2+ messages)

[PATCH v4 0/5] Improve PTT filter interface and some fixes
 2023-06-06 16:46 UTC  (9+ messages)
` [PATCH v4 1/5] hwtracing: hisi_ptt: Factor out filter allocation and release operation
` [PATCH v4 2/5] hwtracing: hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v4 3/5] hwtracing: hisi_ptt: Export available filters through sysfs
` [PATCH v4 4/5] hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMU
` [PATCH v4 5/5] hwtracing: hisi_ptt: Fix potential sleep in atomic context

Stock image illustration (licensing)
 2023-06-06 16:25 UTC  (3+ messages)

[PATCH V3 00/11] rtla improvements
 2023-06-06 16:12 UTC  (12+ messages)
` [PATCH V3 01/11] rtla: Add -C cgroup support
` [PATCH V3 02/11] rtla: Add --house-keeping option
` [PATCH V3 03/11] rtla: Change monitored_cpus from char * to cpu_set_t
` [PATCH V3 04/11] rtla: Automatically move rtla to a house-keeping cpu
` [PATCH V3 05/11] rtla/timerlat: Give timerlat auto analysis its own instance
` [PATCH V3 06/11] rtla/timerlat_hist: Add auto-analysis support
` [PATCH V3 07/11] rtla: Start the tracers after creating all instances
` [PATCH V3 08/11] rtla/hwnoise: Reduce runtime to 75%
` [PATCH V3 09/11] rtla/timerlat_top: Add timerlat user-space support
` [PATCH V3 10/11] rtla/timerlat_hist: "
` [PATCH V3 11/11] Documentation: Add tools/rtla timerlat -u option documentation

[PATCH v2] docs: KVM: Fix register ID of SPSR_FIQ
 2023-06-06 15:46 UTC 

[PATCH v3 1/3] docs: sound: add 'pcmtest' driver documentation
 2023-06-06 13:51 UTC  (6+ messages)
` [PATCH v3 2/3] ALSA: Implement the new Virtual PCM Test Driver
` [PATCH v3 3/3] selftests: ALSA: Add test for the 'pcmtest' driver

[RFC] docs: process: Send patches 'To' maintainers and 'Cc' lists
 2023-06-06 13:46 UTC  (8+ messages)

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-06-06 13:35 UTC  (60+ messages)
` [PATCH v13 01/24] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v13 02/24] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v13 03/24] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v13 04/24] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v13 05/24] mailbox: Add Gunyah message queue mailbox
` [PATCH v13 06/24] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v13 07/24] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v13 08/24] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v13 09/24] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v13 10/24] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v13 11/24] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v13 12/24] samples: Add sample userspace Gunyah VM Manager
` [PATCH v13 13/24] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v13 14/24] virt: gunyah: Add Qualcomm Gunyah platform ops
` [PATCH v13 15/24] docs: gunyah: Document Gunyah VM Manager
` [PATCH v13 16/24] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v13 17/24] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v13 18/24] virt: gunyah: Add resource tickets
` [PATCH v13 19/24] virt: gunyah: Add IO handlers
` [PATCH v13 20/24] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v13 21/24] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v13 22/24] virt: gunyah: Add irqfd interface
` [PATCH v13 23/24] virt: gunyah: Add ioeventfd
` [PATCH v13 24/24] MAINTAINERS: Add Gunyah hypervisor drivers section

[PATCH] Documentation: uacce: Add doc title
 2023-06-06 13:29 UTC 

[PATCH] Documentation: Clarify usage of memory limits
 2023-06-06 13:09 UTC  (3+ messages)

[PATCH v2 1/1] gpiolib: Remove unused gpio_cansleep()
 2023-06-06 12:38 UTC  (2+ messages)

[PATCH v3 0/4] Improve PTT filter interface
 2023-06-06 11:42 UTC  (11+ messages)
` [PATCH v3 1/4] hwtracing: hisi_ptt: Factor out filter allocation and release operation
` [PATCH v3 2/4] hwtracing: hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v3 3/4] hwtracing: hisi_ptt: Export available filters through sysfs
` [PATCH v3 4/4] hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMU

[PATCH v3] Documentation/process: add soc maintainer handbook
 2023-06-06 10:23 UTC  (2+ messages)

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-06  8:34 UTC  (3+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()

Direct rdtsc call side-effect
 2023-06-06  8:23 UTC  (7+ messages)

[PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
 2023-06-06  6:59 UTC 

[PATCH] Documentation/mm: Initial page table documentation
 2023-06-06  5:35 UTC  (4+ messages)

[PATCH 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-06  4:21 UTC  (4+ messages)

[PATCH v8 01/12] Documentation/x86: Document Key Locker
 2023-06-06  4:18 UTC  (4+ messages)

[PATCH] Improve the dm-integrity documentation
 2023-06-06  2:18 UTC  (11+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 3/4] Document dm-integrity default values
  ` [PATCH v4 0/4] Improve the dm-integrity documentation
    ` [PATCH v4 1/4] Documentation: dm-integrity: Fix minor grammatical error
    ` [PATCH v4 2/4] Documentation: dm-integrity: Document the meaning of "buffer"

[PATCH 0/7] thermal: enhancements on thermal stats
 2023-06-05 23:28 UTC  (3+ messages)

[RFC PATCH] Documentation: Document macro coding style
 2023-06-05 15:31 UTC  (3+ messages)

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-06-05 14:31 UTC  (6+ messages)
` [PATCH v2 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH RFC 00/17] arm64 kernel text replication
 2023-06-05 13:46 UTC  (3+ messages)

[PATCH v1 1/1] gpiolib: Remove unused gpio_cansleep()
 2023-06-05 12:52 UTC  (3+ messages)

[PATCH v2 11/11] Documentation: kselftest: "make headers" is a prerequisite
 2023-06-05 11:38 UTC  (2+ messages)

[PATCH v5 01/12] Documentation/x86: Document Key Locker
 2023-06-05 10:52 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).