org.kernel.vger.linux-fpga archive
377 archived articles, newest first (page 4 of 4). Latest articles →
Re: [PATCH net-next 07/10] net: phy: switch to using class_find_device_by_fwnode()
Mon, 23 Mar 2026 08:59:52 +0000Re: [PATCH 10/10] driver core: class: remove class_find_device_by_of_node()
Mon, 23 Mar 2026 08:43:29 +0100Re: [PATCH net-next 07/10] net: phy: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 22:17:15 -0700Re: [PATCH net-next 07/10] net: phy: switch to using class_find_device_by_fwnode()
Mon, 23 Mar 2026 03:54:09 +0100[PATCH 09/10] fpga: manager: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:27 -0700[PATCH 08/10] fpga: bridge: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:26 -0700[PATCH 10/10] driver core: class: remove class_find_device_by_of_node()
Sun, 22 Mar 2026 18:54:28 -0700[PATCH 06/10] mux: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:24 -0700[PATCH net-next 07/10] net: phy: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:25 -0700[PATCH 05/10] leds: led-class: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:23 -0700[PATCH 04/10] regulator: of: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:22 -0700[PATCH 03/10] spi: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:21 -0700[PATCH 02/10] phy: core: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:20 -0700[PATCH net-next 01/10] net: wan: framer: switch to using class_find_device_by_fwnode()
Sun, 22 Mar 2026 18:54:19 -0700[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
Sun, 22 Mar 2026 18:54:18 -0700Re: [PATCH RESEND 0/5] bitmap: cleanup bitmaps printing
Thu, 19 Mar 2026 16:18:40 -0400Re: [PATCH 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
Thu, 19 Mar 2026 13:49:32 +0800Re: [PATCH 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
Wed, 18 Mar 2026 10:05:52 -0700[PATCH 1/2] ptp: split clock drivers into two subdirectories
Wed, 18 Mar 2026 15:33:29 +0800[PATCH 2/2] MAINTAINERS: update PTP maintainer entries after directory split
Wed, 18 Mar 2026 15:33:30 +0800[PATCH 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
Wed, 18 Mar 2026 15:33:28 +0800Re: [RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
Tue, 17 Mar 2026 10:12:37 +0800Re: [RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
Mon, 9 Mar 2026 14:54:32 +0800Re: [RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
Mon, 9 Mar 2026 10:28:21 +0800Re: [RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
Thu, 5 Mar 2026 18:41:10 -0800Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 4 Mar 2026 20:30:26 +0200Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 04 Mar 2026 18:50:02 +0100Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 4 Mar 2026 13:45:30 -0400Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 4 Mar 2026 19:02:49 +0200Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 4 Mar 2026 12:45:51 -0400Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 4 Mar 2026 18:27:11 +0200Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 04 Mar 2026 15:57:57 +0100Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 4 Mar 2026 16:26:00 +0200Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 4 Mar 2026 10:18:52 -0400Re: [PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Wed, 4 Mar 2026 10:47:50 +0200[PATCH v3 10/10] samples: rust: add SR-IOV driver sample
Tue, 03 Mar 2026 16:15:30 -0500[PATCH v3 09/10] rust: pci: add physfn(), to return PF device for VF device
Tue, 03 Mar 2026 16:15:29 -0500[PATCH v3 08/10] rust: pci: add num_vf(), to return number of VFs
Tue, 03 Mar 2026 16:15:28 -0500[PATCH v3 07/10] rust: pci: add is_physfn(), to check for PFs
Tue, 03 Mar 2026 16:15:27 -0500[PATCH v3 06/10] rust: pci: add is_virtfn(), to check for VFs
Tue, 03 Mar 2026 16:15:26 -0500[PATCH v3 04/10] rust: pci: add vtable attribute to pci::Driver trait
Tue, 03 Mar 2026 16:15:24 -0500[PATCH v3 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
Tue, 03 Mar 2026 16:15:25 -0500[PATCH v3 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
Tue, 03 Mar 2026 16:15:23 -0500[PATCH v3 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()
Tue, 03 Mar 2026 16:15:22 -0500[PATCH v3 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
Tue, 03 Mar 2026 16:15:21 -0500[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Tue, 03 Mar 2026 16:15:20 -0500[PATCH 5/5] fpga: m10bmc-sec: switch show_canceled_csk() to using sysfs_emit()
Tue, 3 Mar 2026 15:08:41 -0500[PATCH 4/5] lib/prime_numbers: drop temporary buffer in dump_primes()
Tue, 3 Mar 2026 15:08:40 -0500[PATCH 3/5] coresight: don't use bitmap_print_to_pagebuf()
Tue, 3 Mar 2026 15:08:39 -0500[PATCH 2/5] thermal: intel: switch cpumask_get() to using cpumask_print_to_pagebuf()
Tue, 3 Mar 2026 15:08:38 -0500[PATCH RESEND 0/5] bitmap: cleanup bitmaps printing
Tue, 3 Mar 2026 15:08:36 -0500[PATCH 1/5] powerpc/xive: simplify xive_spapr_debug_show()
Tue, 3 Mar 2026 15:08:37 -0500Re: [PATCH 00/12] cleanup bitmaps printing in sysfs
Tue, 3 Mar 2026 13:17:46 -0500Re: FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 6.12-stable tree
Mon, 2 Mar 2026 11:31:52 -0300Re: [PATCH] fpga: bridge: Use sysfs_emit() instead of sprintf()
Mon, 2 Mar 2026 11:39:25 +0800Re: [PATCH RESEND] fpga: bridge: Use str_enabled_disabled helper in state_show
Mon, 2 Mar 2026 11:34:00 +0800Re: [PATCH RESEND] fpga: bridge: Use str_enabled_disabled helper in state_show
Sun, 1 Mar 2026 07:06:57 -0600FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 5.10-stable tree
Sat, 28 Feb 2026 20:58:57 -0500FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 5.15-stable tree
Sat, 28 Feb 2026 20:48:34 -0500FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 6.1-stable tree
Sat, 28 Feb 2026 20:40:07 -0500FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 6.6-stable tree
Sat, 28 Feb 2026 20:30:25 -0500FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 6.12-stable tree
Sat, 28 Feb 2026 20:18:22 -0500Re: [RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
Fri, 27 Feb 2026 20:25:11 +0800Re: [RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
Fri, 27 Feb 2026 10:25:56 +0000[RFC v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split
Fri, 27 Feb 2026 16:19:34 +0800[RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
Fri, 27 Feb 2026 16:19:32 +0800[RFC v2 1/2] ptp: split clock drivers into two subdirectories
Fri, 27 Feb 2026 16:19:33 +0800Re: [PATCH 09/12] fpga: m10bmc-sec: switch show_canceled_csk() to using scnprintf()
Thu, 26 Feb 2026 15:39:46 +0800Re: [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()
Thu, 26 Feb 2026 14:59:12 +0800Re: [PATCH] firmware: stratix10-svc: support up to 4 buffer claims and extend timeout
Thu, 26 Feb 2026 14:14:04 +0800Re: [PATCH] firmware: stratix10-svc: support up to 4 buffer claims and extend timeout
Wed, 25 Feb 2026 13:36:29 -0600[PATCH RESEND] fpga: bridge: Use str_enabled_disabled helper in state_show
Tue, 24 Feb 2026 17:15:03 +0100Re: [PATCH 01/12] powerpc/xive: simplify xive_spapr_debug_show()
Mon, 23 Feb 2026 18:43:42 +0530Re: [PATCH 09/12] fpga: m10bmc-sec: switch show_canceled_csk() to using scnprintf()
Thu, 19 Feb 2026 16:43:48 -0700Re: [PATCH 00/12] cleanup bitmaps printing in sysfs
Thu, 19 Feb 2026 11:41:20 -0800Re: [PATCH 08/12] coresight: don't use bitmap_print_to_pagebuf()
Thu, 19 Feb 2026 19:42:01 +0100[PATCH 12/12] bitmap: drop bitmap_print_to_pagebuf()
Thu, 19 Feb 2026 13:14:04 -0500
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.