linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-21 15:30:07 to 2025-02-24 09:09:03 UTC [more...]

[PATCH v2 00/39] Implement kernel-doc in Python
 2025-02-24  9:08 UTC  (26+ messages)
` [PATCH v2 01/39] include/asm-generic/io.h: fix kerneldoc markup
` [PATCH v2 02/39] drivers: media: intel-ipu3.h: fix identation on a kernel-doc markup
` [PATCH v2 03/39] drivers: firewire: firewire-cdev.h: "
` [PATCH v2 04/39] docs: driver-api/infiniband.rst: fix Kerneldoc markup
` [PATCH v2 05/39] scripts/kernel-doc: don't add not needed new lines
` [PATCH v2 06/39] scripts/kernel-doc: drop dead code for Wcontents_before_sections
` [PATCH v2 07/39] scripts/kernel-doc: rename it to scripts/kernel-doc.pl
` [PATCH v2 08/39] scripts/kernel-doc: add a symlink to the Perl version of kernel-doc
` [PATCH v2 10/39] scripts/kernel-doc.py: output warnings the same way as kerneldoc
` [PATCH v2 11/39] scripts/kernel-doc.py: better handle empty sections
` [PATCH v2 12/39] scripts/kernel-doc.py: properly handle struct_group macros
` [PATCH v2 13/39] scripts/kernel-doc.py: move regex methods to a separate file
` [PATCH v2 15/39] scripts/kernel-doc.py: move KernelFiles class "
` [PATCH v2 17/39] scripts/kernel-doc.py: convert message output to an interactor
` [PATCH v2 18/39] scripts/kernel-doc.py: move file lists to the parser function
` [PATCH v2 19/39] scripts/kernel-doc.py: implement support for -no-doc-sections
` [PATCH v2 20/39] scripts/kernel-doc.py: fix line number output
` [PATCH v2 21/39] scripts/kernel-doc.py: fix handling of doc output check
` [PATCH v2 22/39] scripts/kernel-doc.py: properly handle out_section for ReST
` [PATCH v2 23/39] scripts/kernel-doc.py: postpone warnings to the output plugin
` [PATCH v2 24/39] docs: add a .pylintrc file with sys path for docs scripts
` [PATCH v2 25/39] docs: sphinx: kerneldoc: verbose kernel-doc command if V=1
` [PATCH v2 26/39] docs: sphinx: kerneldoc: ignore "\" characters from options
` [PATCH v2 27/39] docs: sphinx: kerneldoc: use kernel-doc.py script
` [PATCH v2 28/39] scripts/kernel-doc.py: Set an output format for --none

[PATCH v3 1/3] drm/format-helper: Add conversion from XRGB8888 to BGR888
 2025-02-24  8:41 UTC  (17+ messages)
` [PATCH v3 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
` [PATCH v3 3/3] drm/tiny: add driver for Apple Touch Bars in x86 Macs

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-24  7:13 UTC  (29+ messages)
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v4 03/14] memblock: Add support for scratch memory
` [PATCH v4 04/14] memblock: introduce memmap_init_kho_scratch()
` [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v4 12/14] x86: Add KHO support

[PATCH v7 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-24  4:38 UTC  (16+ messages)
` [PATCH v7 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v7 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v7 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v7 04/14] iommufd: Rename fault.c to eventq.c
` [PATCH v7 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v7 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v7 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v7 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v7 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v7 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v7 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v7 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v7 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v7 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[PATCH 1/2] drivers: watchdog: Add support for panic notifier callback
 2025-02-24  4:09 UTC  (3+ messages)

[PATCH] docs/mm: Physical Memory: Populate the "Zones" section
 2025-02-24  1:43 UTC  (2+ messages)

[PATCH] docs: Disambiguate a pair of rST labels
 2025-02-24  0:43 UTC  (2+ messages)

[PATCH v2] drop_caches: re-enable message after disabling
 2025-02-23 17:22 UTC  (2+ messages)

[PATCH v2 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
 2025-02-23 15:16 UTC 

[PATCH net-next v4 0/5] Symmetric OR-XOR RSS hash
 2025-02-23 12:43 UTC  (7+ messages)
` [PATCH net-next v4 1/5] ethtool: "
` [PATCH net-next v4 5/5] selftests: drv-net-hw: Add a test for symmetric "

[PATCH] vgaarbiter: documentation grammar correction
 2025-02-23 11:44 UTC  (6+ messages)

[PATCH] docs/ja_JP/submit-checklist: Catch up update related to automarkup changes
 2025-02-23  8:56 UTC  (2+ messages)

[PATCH v2 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
 2025-02-23  6:39 UTC 

[lwn:docs-next 66/70] htmldocs: Warning: Documentation/translations/ja_JP/process/submit-checklist.rst references a file that doesn't exist: Documentation/translations/ja_JP/SubmitChecklist
 2025-02-23  4:43 UTC  (2+ messages)

[PATCH 0/2] Add a command line option that enables control of how many threads per NUMA node should be used to allocate huge pages
 2025-02-23  2:46 UTC  (5+ messages)
` [PATCH 1/2] mm: hugetlb: add hugetlb_alloc_threads cmdline option

[PATCH net-next v5 0/9] Device memory TCP TX
 2025-02-22 19:15 UTC  (10+ messages)
` [PATCH net-next v5 1/9] net: add get_netmem/put_netmem support
` [PATCH net-next v5 2/9] net: devmem: TCP tx netlink api
` [PATCH net-next v5 3/9] net: devmem: Implement TX path
` [PATCH net-next v5 4/9] net: devmem: make dmabuf unbinding scheduled work
` [PATCH net-next v5 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v5 6/9] net: enable driver support for netmem TX
` [PATCH net-next v5 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v5 8/9] net: check for driver support in netmem TX
` [PATCH net-next v5 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH v4 1/1] Documentation: iio: Add ADC documentation
 2025-02-22 16:48 UTC  (4+ messages)

[PATCH v2 00/12] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
 2025-02-22 16:18 UTC  (13+ messages)
` [PATCH v2 01/12] hwmon: (oxp-sensors) Distinguish the X1 variants
` [PATCH v2 02/12] hwmon: (oxp-sensors) Add all OneXFly variants
` [PATCH v2 03/12] ABI: testing: sysfs-class-power: add BypassS0 charge_type
` [PATCH v2 04/12] hwmon: (oxp-sensors) Add charge threshold and bypass to OneXPlayer
` [PATCH v2 05/12] hwmon: (oxp-sensors) Rename ec group to tt_toggle
` [PATCH v2 06/12] hwmon: (oxp-sensors) Add turbo led support to X1 devices
` [PATCH v2 07/12] hwmon: (oxp-sensors) Move pwm_enable read to its own function
` [PATCH v2 08/12] hwmon: (oxp-sensors) Move pwm value read/write to separate functions
` [PATCH v2 09/12] hwmon: (oxp-sensors) Move fan speed read to separate function
` [PATCH v2 10/12] hwmon: (oxp-sensors) Adhere to sysfs-class-hwmon and enable pwm on 2
` [PATCH v2 11/12] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
` [PATCH v2 12/12] ABI: testing: add tt_toggle and tt_led entries

[PATCH v2 1/3] drm/format-helper: Add conversion from XRGB8888 to BGR888
 2025-02-22 15:46 UTC  (8+ messages)
` [PATCH v2 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc

[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-02-22 15:08 UTC  (15+ messages)
` [PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v2 13/14] x86: runtime_const used for KASAN_SHADOW_END
` [PATCH v2 14/14] x86: Make software tag-based kasan available

[PATCH v1 1/1] docs: iio: fix wrong driver name in documentation
 2025-02-22 15:00 UTC  (2+ messages)

[PATCH 0/4] bcachefs: casefolding.rst fixes
 2025-02-22 14:07 UTC  (6+ messages)
` [PATCH 1/4] Documentation: bcachefs: casefolding: Do not italicize NUL
` [PATCH 2/4] Documentation: bcachefs: casefolding: Fix dentry/dcache considerations section
` [PATCH 3/4] Documentation: bcachefs: casefolding: Use bullet list for dirent structure
` [PATCH 4/4] Documentation: bcachefs: Add casefolding toctree entry

[RESEND PATCH v8 0/6] Add support for ADIS16550
 2025-02-22 12:40 UTC  (7+ messages)
` [RESEND PATCH v8 5/6] iio: imu: adis16550: add adis16550 support

[PATCH v3 1/1] Documentation: iio: Add ADC documentation
 2025-02-22 11:31 UTC  (4+ messages)

[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
 2025-02-22 10:06 UTC  (9+ messages)

[PATCH 00/12] kunit: Introduce UAPI testing framework
 2025-02-22  9:44 UTC  (3+ messages)
` [PATCH 04/12] kbuild: userprogs: add nolibc support

[PATCH 0/2] Alternative "pid_max" for 32-bit userspace
 2025-02-22  9:02 UTC  (5+ messages)
` [PATCH 1/2] Revert "pid: allow pid_max to be set per pid namespace"
` [PATCH 2/2] pid: Optional first-fit pid allocation

[RFC PATCH v3 1/3] KVM: arm64: SIGBUS VMM for SEA guest abort
 2025-02-22  6:22 UTC  (3+ messages)

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-02-22  0:36 UTC  (75+ messages)
` [PATCH v11 06/23] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v11 07/23] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v11 10/23] x86/resctrl: Remove MSR reading of event configuration value
` [PATCH v11 11/23] x86/resctrl: Introduce mbm_cntr_cfg to track assignable counters at domain
` [PATCH v11 14/23] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v11 16/23] x86/resctrl: Add the functionality to unassigm MBM events
` [PATCH v11 17/23] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v11 20/23] x86/resctrl: Configure mbm_cntr_assign mode if supported
` [PATCH v11 22/23] x86/resctrl: Introduce interface to list assignment states of all the groups
` [PATCH v11 23/23] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH net-next v4 0/9] Device memory TCP TX
 2025-02-22  0:35 UTC  (10+ messages)
` [PATCH net-next v4 6/9] net: enable driver support for netmem TX
` [PATCH net-next v4 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH] kunit: tool: Implement listing of available architectures
 2025-02-22  0:23 UTC  (2+ messages)

[PATCH] drm-vm-bind-locking: grammar fixing
 2025-02-22  0:06 UTC 

[RESEND PATCH v2] PCI: Fix Extend ACS configurability
 2025-02-21 22:23 UTC  (2+ messages)

[PATCH v5 0/3] printf: convert self-test to KUnit
 2025-02-21 20:34 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] printf: break kunit into test cases
` [PATCH v5 3/3] printf: implicate test line in failure messages

[PATCH] Documentation: input: Add section pertaining to polled input devices
 2025-02-21 20:30 UTC  (2+ messages)

[PATCH] Fix typos in admin-guide/gpio
 2025-02-21 20:28 UTC  (2+ messages)

[PATCH] docs: scheduler: fix spelling in sched-bwc documentation
 2025-02-21 20:27 UTC  (2+ messages)

[PATCH v2] docs: arch/x86/sva: Fix two grammar errors under Background and FAQ
 2025-02-21 20:26 UTC  (2+ messages)

[PATCH 0/6] additional fixes to kernel-doc.py
 2025-02-21 20:24 UTC  (2+ messages)

[PATCH v2] docs/ja_JP: Convert SubmitChecklist into reST with belated updates
 2025-02-21 20:21 UTC  (2+ messages)

[PATCH net-next v5 0/2] netconsole: allow selection of egress interface via MAC address
 2025-02-21 19:46 UTC  (4+ messages)
` [PATCH net-next v5 1/2] net, treewide: define and use MAC_ADDR_STR_LEN

[PATCH] docs: trace: decode_msr.py: make it compatible with python 3
 2025-02-21 17:53 UTC  (3+ messages)

[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
 2025-02-21 17:45 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools/selftests: add guard region test for /proc/$pid/pagemap

[PATCH v14 0/8] Coresight for Kernel panic and watchdog reset
 2025-02-21 17:23 UTC  (2+ messages)

[PATCH v10 00/18] reimplement per-vma lock as a refcount
 2025-02-21 16:14 UTC  (7+ messages)
` [PATCH v10 04/18] mm: introduce vma_iter_store_attached() to use with attached vmas
` [PATCH v10 05/18] mm: mark vmas detached upon exit
` [PATCH v10 18/18] docs/mm: document latest changes to vm_lock

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-02-21 16:07 UTC  (13+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 05/12] KVM: Documentation: document KVM_GMEM_NO_DIRECT_MAP flag
` [PATCH v4 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v4 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v4 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v4 10/12] KVM: selftests: adjust test_create_guest_memfd_invalid
` [PATCH v4 11/12] KVM: selftests: set KVM_GMEM_NO_DIRECT_MAP in mem conversion tests
` [PATCH v4 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v2 0/3] Fix and cleanup and extend cpu.stat
 2025-02-21 15:36 UTC  (8+ messages)
` [PATCH v2 3/3] cgroup/rstat: Add run_delay accounting for cgroups


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