linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-27 04:34:12 to 2024-07-30 08:24:59 UTC [more...]

[PATCH v12 00/24] GenieZone hypervisor drivers
 2024-07-30  8:24 UTC  (25+ messages)
` [PATCH v12 01/24] virt: geniezone: enable gzvm-ko in defconfig
` [PATCH v12 02/24] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v12 03/24] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v12 04/24] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v12 05/24] virt: geniezone: Add vm support
` [PATCH v12 06/24] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v12 07/24] virt: geniezone: Add vm capability check
` [PATCH v12 08/24] virt: geniezone: Add vcpu support
` [PATCH v12 09/24] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v12 10/24] virt: geniezone: Add irqfd support
` [PATCH v12 11/24] virt: geniezone: Add ioeventfd support
` [PATCH v12 12/24] virt: geniezone: Add memory region purpose for hypervisor
` [PATCH v12 13/24] virt: geniezone: Add dtb config support
` [PATCH v12 14/24] virt: geniezone: Optimize performance of protected VM memory
` [PATCH v12 15/24] virt: geniezone: Add memory pin/unpin support
` [PATCH v12 16/24] virt: geniezone: Add demand paging support
` [PATCH v12 17/24] virt: geniezone: Add block-based "
` [PATCH v12 18/24] virt: geniezone: Add memory relinquish support
` [PATCH v12 19/24] virt: geniezone: Provide individual VM memory statistics within debugfs
` [PATCH v12 20/24] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason
` [PATCH v12 21/24] virt: geniezone: Enable PTP for synchronizing time between host and guest VMs
` [PATCH v12 22/24] virt: geniezone: Add support for virtual timer migration
` [PATCH v12 23/24] virt: geniezone: Add support for guest VM CPU idle
` [PATCH v12 24/24] virt: geniezone: Emulate IPI for guest VM

[PATCH net-next v17 00/14] Device Memory TCP
 2024-07-30  8:14 UTC  (16+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v17 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v17 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v17 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v17 06/14] page_pool: devmem support
` [PATCH net-next v17 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v17 08/14] net: support non paged skb frags
` [PATCH net-next v17 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v17 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v17 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v17 12/14] net: add devmem TCP documentation
` [PATCH net-next v17 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v17 14/14] netdev: add dmabuf introspection

[PATCH v2 0/8] Introduce fwctl subystem
 2024-07-30  8:00 UTC  (20+ messages)
` [PATCH v2 1/8] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 6/8] fwctl: Add documentation
` [PATCH v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw

[PATCH v8 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-07-30  7:50 UTC  (5+ messages)
` [PATCH v8 1/4] dt-bindings: hwmon: Add Sophgo "
` [PATCH v8 2/4] drivers: hwmon: sophgo: Add "
` [PATCH v8 3/4] riscv: dts: sophgo: Add mcu device for Milk-V Pioneer
` [PATCH v8 4/4] riscv: defconfig: Enable MCU support for SG2042

[PATCH 0/5] ad7380: add support for single-ended parts
 2024-07-30  7:34 UTC  (11+ messages)
` [PATCH 1/5] dt-bindings: iio: adc: ad7380: add single-ended compatible parts
` [PATCH 3/5] ad7380: add support for single-ended parts
` [PATCH 4/5] ad7380: enable sequencer "
` [PATCH 5/5] docs: iio: ad7380: add support "

[PATCH net-next v5 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-07-30  6:16 UTC  (17+ messages)
` [PATCH net-next v5 01/14] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface
` [PATCH net-next v5 02/14] net: ethernet: oa_tc6: implement register write operation
` [PATCH net-next v5 03/14] net: ethernet: oa_tc6: implement register read operation
` [PATCH net-next v5 04/14] net: ethernet: oa_tc6: implement software reset
` [PATCH net-next v5 05/14] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v5 06/14] net: ethernet: oa_tc6: implement internal PHY initialization
` [PATCH net-next v5 07/14] net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHY
` [PATCH net-next v5 08/14] net: ethernet: oa_tc6: enable open alliance tc6 data communication
` [PATCH net-next v5 09/14] net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet frames
` [PATCH net-next v5 10/14] net: ethernet: oa_tc6: implement receive path to receive rx "
` [PATCH net-next v5 11/14] net: ethernet: oa_tc6: implement mac-phy interrupt
` [PATCH net-next v5 12/14] net: ethernet: oa_tc6: add helper function to enable zero align rx frame
` [PATCH net-next v5 13/14] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v5 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY

[PATCH] docs/zh_CN: fix a broken reference
 2024-07-30  5:36 UTC 

[PATCH] [PATCH v2] wmi: Fix spelling mistakes
 2024-07-30  5:08 UTC  (2+ messages)

[lwn:docs-next 2/8] htmldocs: Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index
 2024-07-30  3:53 UTC  (2+ messages)

[PATCH v3 0/2] Fix checktransupdate.py and add help documents
 2024-07-30  3:43 UTC  (4+ messages)
` [PATCH v3 2/2] doc-guide: add help documentation checktransupdate.rst

[PATCH v5 0/5] pids controller events rework
 2024-07-30  3:21 UTC  (6+ messages)
` [PATCH v5 2/5] cgroup/pids: Make event counters hierarchical

[PATCH v2 0/4] Introduce userspace-driven ALSA timers
 2024-07-30  2:57 UTC  (8+ messages)
` [PATCH v2 1/4] ALSA: aloop: Allow using global timers
` [PATCH v2 2/4] Docs/sound: Add documentation for userspace-driven ALSA timers
` [PATCH v2 3/4] ALSA: timer: Introduce virtual userspace-driven timers
` [PATCH v2 4/4] selftests: ALSA: Cover userspace-driven timers with test

[PATCH v6] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-30  2:38 UTC  (4+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

[PATCH v2] arm: Add KPROBES_ON_FTRACE supported
 2024-07-30  2:16 UTC  (2+ messages)

[PATCH v3] docs/zh_CN: Add dev-tools/kcsan Chinese translation
 2024-07-30  1:48 UTC  (7+ messages)

[PATCH] docs/zh_CN: add the translation of kbuild/headers_install.rst
 2024-07-30  1:29 UTC  (5+ messages)

[RFC 0/2] mm: introduce THP deferred setting
 2024-07-30  1:26 UTC  (4+ messages)
` [RFC 1/2] mm: defer THP insertion to khugepaged
` [RFC 2/2] mm: document transparent_hugepage=defer usage

[PATCH iwl-next,v1 3/3] igc: Add default Rx Queue into documentation
 2024-07-30  1:23 UTC 

[PATCH iwl-next,v1 2/3] igc: Add default Rx queue configuration via sysfs
 2024-07-30  1:23 UTC 

[PATCH iwl-next,v1 1/3] igc: Add documentation
 2024-07-30  1:22 UTC 

[PATCH iwl-next,v1 0/3] Add Default Rx Queue Setting for igc driver
 2024-07-30  1:22 UTC 

[PATCH v7 0/4] ASoC: grace time for DPCM cleanup
 2024-07-30  1:03 UTC  (5+ messages)
` [PATCH v7 1/4] ASoC: soc-pcm: Indicate warning if dpcm_playback/capture were used for availability limition
` [PATCH v7 2/4] ASoC: remove snd_soc_dai_link_set_capabilities()
` [PATCH v7 3/4] ASoC: amlogic: do not use dpcm_playback/capture flags
` [PATCH v7 4/4] ASoC: Intel: sof_sdw: use playback/capture_only flags

[PATCH net-next v2] Add support for PIO p flag
 2024-07-30  0:06 UTC  (2+ messages)

[asahilinux:bits/005-maintainers 2/2] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/spi/apple,spi.yaml
 2024-07-29 23:02 UTC 

[asahilinux:bits/005-maintainers 1/2] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/usb/apple,dwc3.yaml
 2024-07-29 22:51 UTC 

[PATCH] Documentation: Add detailed explanation for 'N' taint flag
 2024-07-29 21:45 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: add Documentation/dev-tools/ to workflows@
 2024-07-29 21:29 UTC  (2+ messages)

[PATCH] Documentation: ioctl: document 0x07 ioctl code
 2024-07-29 21:25 UTC  (2+ messages)

[PATCH] docs/core-api: memory-allocation: GFP_NOWAIT doesn't need __GFP_NOWARN
 2024-07-29 21:11 UTC  (4+ messages)

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-07-29 21:09 UTC  (6+ messages)
` [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-07-29 20:55 UTC  (16+ messages)
` [PATCH 1/6] Add AutoFDO "
` [PATCH 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH v7 0/7] Add support for AD4000 series of ADCs
 2024-07-29 20:15 UTC  (3+ messages)
` (subset) "

[PATCH v6 0/7] Add support for AD4000 series of ADCs
 2024-07-29 19:40 UTC  (3+ messages)
` (subset) "

[PATCH] wmi: Fix spelling
 2024-07-29 18:40 UTC  (3+ messages)

[PATCH net-next v17 00/14] net: Make timestamping selectable
 2024-07-29 18:08 UTC  (13+ messages)
` [PATCH net-next v17 04/14] net: Change the API of PHY default timestamp to MAC
` [PATCH net-next v17 12/14] net: ethtool: tsinfo: Add support for reading tsinfo for a specific hwtstamp provider
` [PATCH net-next v17 13/14] net: ethtool: Add support for tsconfig command to get/set hwtstamp config

[PATCH v5] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-07-29 16:39 UTC  (2+ messages)

[PATCH] Documentation: ftrace-uses: Change pt_regs to ftrace_regs
 2024-07-29 15:26 UTC  (2+ messages)

[PATCH V3 03/10] PCI/TPH: Add pci=notph to prevent use of TPH
 2024-07-29 14:56 UTC  (2+ messages)

[PATCH] Docs: Update LSM/apparmor.rst
 2024-07-29 14:34 UTC  (2+ messages)

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-07-29 13:53 UTC  (5+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-29 13:37 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v5 1/2] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-29 13:34 UTC  (4+ messages)

[PATCH v7 2/4] PCI: qcom-ep: Add support for D-state change notification
 2024-07-29 12:08 UTC  (2+ messages)

[RFC PATCH] rust: types: Add explanation for ARef pattern
 2024-07-29 11:31 UTC  (12+ messages)

[PATCH] docs/zh_CN: Add dev-tools/kcsan Chinese translation
 2024-07-29 11:20 UTC  (3+ messages)

[PATCH v3] docs/zh_CN: update the translation of security-bugs
 2024-07-29  8:11 UTC  (4+ messages)

[PATCH net-next v5 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-07-29  6:10 UTC  (8+ messages)
` [PATCH net-next v5 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY

[PATCH v11 00/21] GenieZone hypervisor drivers
 2024-07-29  3:35 UTC  (4+ messages)
` [PATCH v11 08/21] virt: geniezone: Add vcpu support

[PATCH v7 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-07-29  2:25 UTC  (5+ messages)
` [PATCH v7 1/4] dt-bindings: hwmon: Add Sophgo "
` [PATCH v7 2/4] drivers: hwmon: sophgo: Add "
` [PATCH v7 3/4] riscv: dts: sophgo: Add mcu device for Milk-V Pioneer
` [PATCH v7 4/4] riscv: defconfig: Enable MCU support for SG2042

[PATCH] hwmon: document: fix typo in oxp-sensors
 2024-07-29  1:16 UTC  (3+ messages)

[PATCH 0/4] Introduce userspace-driven ALSA timers
 2024-07-28 11:54 UTC  (10+ messages)
` [PATCH 3/4] ALSA: timer: Introduce virtual userspace-driven timers

[PATCH] docs: fault-injection: document cache-filter feature for failslab
 2024-07-28  9:07 UTC  (2+ messages)

[PATCH 4/4] selftests: ALSA: Cover userspace-driven timers with test
 2024-07-28  6:10 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 3/9] hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
 2024-07-28  0:48 UTC 

[PATCH AUTOSEL 6.10 04/16] hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
 2024-07-28  0:47 UTC 

[PATCH] Documentation: ext4.rst: Remove obsolete descriptions of noacl/nouser_xattr options
 2024-07-28  0:34 UTC 


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