linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 17:44:59 to 2023-05-27 11:30:05 UTC [more...]

[net-next PATCH v3 00/13] leds: introduce new LED hw control APIs
 2023-05-27 11:28 UTC  (14+ messages)
` [net-next PATCH v3 01/13] leds: add APIs for LEDs hw control
` [net-next PATCH v3 02/13] leds: add API to get attached device for LED "
` [net-next PATCH v3 03/13] Documentation: leds: leds-class: Document new Hardware driven LEDs APIs
` [net-next PATCH v3 04/13] leds: trigger: netdev: refactor code setting device name
` [net-next PATCH v3 05/13] leds: trigger: netdev: introduce check for possible hw control
` [net-next PATCH v3 06/13] leds: trigger: netdev: add basic check for hw control support
` [net-next PATCH v3 07/13] leds: trigger: netdev: reject interval store for hw_control
` [net-next PATCH v3 08/13] leds: trigger: netdev: add support for LED hw control
` [net-next PATCH v3 09/13] leds: trigger: netdev: validate configured netdev
` [net-next PATCH v3 10/13] leds: trigger: netdev: init mode if hw control already active
` [net-next PATCH v3 11/13] leds: trigger: netdev: expose netdev trigger modes in linux include
` [net-next PATCH v3 12/13] net: dsa: qca8k: implement hw_control ops
` [net-next PATCH v3 13/13] net: dsa: qca8k: add op to get ports netdev

[PATCH 0/3] Add support for HiSilicon SoC uncore PMU
 2023-05-27  9:37 UTC  (10+ messages)
` [PATCH 1/3] drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driver
` [PATCH 2/3] drivers/perf: hisi: Add support for HiSilicon UC "
` [PATCH 3/3] docs: perf: Add new description for HiSilicon UC PMU

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-05-27  4:39 UTC  (21+ messages)
` [PATCH v2 01/11] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v2 02/11] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v2 03/11] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v2 04/11] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v2 05/11] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v2 06/11] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v2 07/11] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v2 08/11] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v2 09/11] KVM: riscv: selftests: Make check_supported arch specific
` [PATCH v2 10/11] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-26 23:44 UTC  (11+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 02/10] mm/kvm: use mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 03/10] kvm/arm64: export stage2_try_set_pte() and macros
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe
` [PATCH mm-unstable v2 05/10] kvm/arm64: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe
` [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 10/10] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH 00/10] Docs/mm/damon: Minor fixes and design doc update
 2023-05-26 21:14 UTC  (12+ messages)
` [PATCH 01/10] Docs/mm/damon/faq: remove old questions
` [PATCH 02/10] Docs/mm/damon/maintainer-profile: fix typos and grammar errors
` [PATCH 03/10] Docs/mm/damon/design: add a section for overall architecture
` [PATCH 04/10] Docs/mm/damon/design: update the layout based on the layers
` [PATCH 05/10] Docs/mm/damon/design: rewrite configurable layers
` [PATCH 06/10] Docs/mm/damon/design: add a section for the relation between Core and Modules layer
` [PATCH 07/10] Docs/mm/damon/design: add sections for basic parts of DAMOS
` [PATCH 08/10] Docs/mm/damon/design: add sections for advanced features "
` [PATCH 09/10] Docs/mm/damon/design: add a section for DAMON core API
` [PATCH 10/10] Docs/mm/damon/design: add a section for the modules layer

[PATCH v4 1/2] sched/deadline: Fix bandwidth reclaim equation in GRUB
 2023-05-26 16:15 UTC  (8+ messages)
` [PATCH v4 2/2] sched/deadline: Update GRUB description in the documentation

[PATCH 00/26] locking/atomic: restructuring + kerneldoc
 2023-05-26 15:24 UTC  (10+ messages)
` [PATCH 25/26] locking/atomic: docs: Add atomic operations to the driver basic API documentation
  ` [PATCH 24/26] locking/atomic: scripts: generate kerneldoc comments

[PATCH v3 0/5] GRUB reclaiming fixes
 2023-05-26 15:18 UTC  (18+ messages)
` [PATCH v3 2/5] sched/deadline: Fix reclaim inaccuracy with SMP

[PATCH] init: Add support for rootwait timeout parameter
 2023-05-26 13:07 UTC 

[PATCH v5 0/3] Add support to configure Coresight Dummy subunit
 2023-05-26 10:07 UTC  (4+ messages)
` [PATCH v5 1/3] Coresight: Add coresight dummy driver
` [PATCH v5 2/3] dt-bindings: arm: Add support for Coresight dummy trace
` [PATCH v5 3/3] Documentation: trace: Add documentation for Coresight Dummy Trace

[net-next PATCH v2 00/13] leds: introduce new LED hw control APIs
 2023-05-26  3:43 UTC  (15+ messages)
` [net-next PATCH v2 01/13] leds: add APIs for LEDs hw control
` [net-next PATCH v2 02/13] leds: add API to get attached device for LED "
` [net-next PATCH v2 03/13] Documentation: leds: leds-class: Document new Hardware driven LEDs APIs
` [net-next PATCH v2 04/13] leds: trigger: netdev: refactor code setting device name
` [net-next PATCH v2 05/13] leds: trigger: netdev: introduce check for possible hw control
` [net-next PATCH v2 06/13] leds: trigger: netdev: add basic check for hw control support
` [net-next PATCH v2 07/13] leds: trigger: netdev: reject interval store for hw_control
` [net-next PATCH v2 08/13] leds: trigger: netdev: add support for LED hw control
` [net-next PATCH v2 09/13] leds: trigger: netdev: validate configured netdev
` [net-next PATCH v2 10/13] leds: trigger: netdev: init mode if hw control already active
` [net-next PATCH v2 11/13] leds: trigger: netdev: expose netdev trigger modes in linux include
` [net-next PATCH v2 12/13] net: dsa: qca8k: implement hw_control ops
` [net-next PATCH v2 13/13] net: dsa: qca8k: add op to get ports netdev

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-25 22:59 UTC  (14+ messages)
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 08/11] slub: Replace cmpxchg_double()
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()

[PATCH v3 0/3] TDX Guest Quote generation support
 2023-05-25 22:55 UTC  (3+ messages)

[PATCH 1/3] thermal: core: introduce governor .reboot_prepare()
 2023-05-25 21:16 UTC  (3+ messages)
` [PATCH 2/3] thermal: core: register reboot nb
` [PATCH 3/3] thermal: core: register a crash callback

[PATCH v2 0/7] KVM: selftests: Add tests for pmu event filter
 2023-05-25 18:12 UTC  (17+ messages)
` [PATCH v2 1/7] KVM: selftests: Replace int with uint32_t for nevents
` [PATCH v2 2/7] KVM: selftests: Apply create_pmu_event_filter() to fixed ctrs
` [PATCH v2 3/7] KVM: selftests: Test unavailable event filters are rejected
` [PATCH v2 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter
` [PATCH v2 5/7] KVM: selftests: Check if pmu_event_filter meets expectations on fixed ctrs
` [PATCH v2 6/7] KVM: selftests: Check gp event filters without affecting fixed event filters
` [PATCH v2 7/7] KVM: selftests: Test pmu event filter with incompatible kvm_pmu_event_filter

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-25 17:19 UTC  (5+ messages)

[PATCH v3 00/18] Add basic Minidump kernel driver support
 2023-05-25 16:00 UTC  (6+ messages)
` [PATCH v3 03/18] docs: qcom: Add qualcomm minidump guide

[PATCH v3 0/3] Add PMI632 PMIC and RGB LED on sdm632-fairphone-fp3
 2023-05-25 11:48 UTC  (6+ messages)
` [PATCH v3 1/3] arm64: dts: qcom: Add PMI632 PMIC
` [PATCH v3 2/3] arm64: dts: qcom: sdm632-fairphone-fp3: Add notification LED
` [PATCH v3 3/3] Documentation: leds: Add "rgb:status" path
` (subset) [PATCH v3 0/3] Add PMI632 PMIC and RGB LED on sdm632-fairphone-fp3

[PATCH 0/3] Update ACPI documentation for Arm systems
 2023-05-25 11:43 UTC  (8+ messages)
` [PATCH 3/3] Documentation/arm64: Update ACPI tables from BBR

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-25  8:54 UTC  (11+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-05-25  7:35 UTC  (2+ messages)

[linus:master] [module] 8660484ed1: WARNING:at_kernel/module/dups.c:#kmod_dup_request_exists_wait
 2023-05-25  6:41 UTC  (3+ messages)

[PATCH v3 1/4] kunit: Add kunit_add_action() to defer a call until test exit
 2023-05-25  4:21 UTC  (4+ messages)
` [PATCH v3 2/4] kunit: executor_test: Use kunit_add_action()
` [PATCH v3 3/4] kunit: kmalloc_array: "
` [PATCH v3 4/4] Documentation: kunit: Add usage notes for kunit_add_action()

[PATCH] mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcg
 2023-05-25  1:21 UTC  (2+ messages)

[PATCH v2 1/4] kunit: Add kunit_add_action() to defer a call until test exit
 2023-05-24 21:22 UTC  (3+ messages)
` [PATCH v2 4/4] Documentation: kunit: Add usage notes for kunit_add_action()

[PATCH 2/2] doc: Add tar requirement to changes.rst
 2023-05-24 20:12 UTC  (2+ messages)

[PATCH 0/7] thermal: enhancements on thermal stats
 2023-05-24 18:22 UTC  (2+ messages)

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-05-24 17:13 UTC  (5+ messages)
` [PATCH v13 05/24] mailbox: Add Gunyah message queue mailbox

[PATCH v7 01/12] Documentation/x86: Document Key Locker
 2023-05-24 16:57 UTC  (2+ messages)
  ` [PATCH v7 09/12] x86/cpu: Add a configuration and command line option for "

[PATCH v4 0/9] drm: fdinfo memory stats
 2023-05-24 16:11 UTC  (3+ messages)
` (subset) "

[PATCH v5 0/7] drm: fdinfo memory stats
 2023-05-24 16:10 UTC  (6+ messages)
` [PATCH v5 1/7] drm/docs: Fix usage stats typos
` [PATCH v5 2/7] drm: Add common fdinfo helper
` [PATCH v5 5/7] drm: Add fdinfo memory stats
` [PATCH v5 7/7] drm/doc: Relax fdinfo string constraints

[PATCH v12 00/25] Drivers for Gunyah hypervisor
 2023-05-24 14:57 UTC  (2+ messages)

[PATCH v10 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-24 14:53 UTC  (7+ messages)
` [PATCH v10 1/6] s390/ism: Set DMA coherent mask
` [PATCH v10 2/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v10 3/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v10 4/6] s390/pci: Use dma-iommu layer
` [PATCH v10 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v10 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH v10 1/2] dt-bindings: hwmon: add MAX31827
 2023-05-24 16:01 UTC  (2+ messages)
` [PATCH v10 2/2] hwmon: max31827: add MAX31827 driver

[PATCH] Documentation: module-signing: Mention default_x509.genkey template
 2023-05-24  8:47 UTC  (5+ messages)

[PATCH] docs: printk-formats: Clarify %*pb format parameters
 2023-05-24  8:08 UTC  (3+ messages)
` [PATCH] vsprintf/doc: Document format flags including field width and precision

[PATCH net] docs: netdev: document the existence of the mail bot
 2023-05-24  7:14 UTC  (5+ messages)

[PATCH v2 1/3] docs: sound: add 'pcmtest' driver documentation
 2023-05-24  6:30 UTC  (3+ messages)

[PATCH v4 0/3] Add support to configure Coresight Dummy subunit
 2023-05-24  6:12 UTC  (5+ messages)
` [PATCH v4 1/3] Coresight: Add coresight dummy driver

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-24  2:55 UTC  (5+ messages)
` [PATCH v6 08/14] x86: Secure Launch kernel late boot stub

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-05-23 18:59 UTC  (5+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH V2 0/9] rtla improvements
 2023-05-23 17:44 UTC  (8+ messages)
` [PATCH V2 3/9] rtla: Change monitored_cpus from char * to cpu_set_t
` [PATCH V2 4/9] rtla: Automatically move rtla to a house-keeping cpu
` [PATCH V2 5/9] rtla/timerlat: Give timerlat auto analysis its own instance
` [PATCH V2 6/9] rtla/timerlat_hist: Add auto-analysis support
` [PATCH V2 7/9] rtla: Start the tracers after creating all instances
` [PATCH V2 8/9] rtla/hwnoise: Reduce runtime to 75%
` [PATCH V2 9/9] rtla: Add timerlat user-space support for timerlat top


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).