Linux FPGA development
 help / color / mirror / Atom feed
 messages from 2026-03-09 06:54:43 to 2026-05-28 20:02:14 UTC [more...]

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-05-28 20:02 UTC  (24+ messages)
` [PATCH 01/16] psci: simplify hotplug_tests()
` [PATCH 02/16] arm: Use sysfs_emit() for cpumask show callbacks
` [PATCH 03/16] powerpc: "
` [PATCH 04/16] x86/events: "
` [PATCH 05/16] ACPI: pad: Use sysfs_emit() for idlecpus show
` [PATCH 06/16] cpu: Use sysfs_emit() for cpumask show callback
` [PATCH 07/16] devfreq: Use sysfs_emit() for cpumask show callbacks
` [PATCH 08/16] fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show
` [PATCH 09/16] hwtracing: hisi_ptt: "
` [PATCH 10/16] RDMA/hfi1: Use sysfs_emit() for cpumask show helper
` [PATCH 11/16] nvdimm: Use sysfs_emit() for cpumask show callback
` [PATCH 12/16] PCI/sysfs: Use sysfs_emit() for cpumask show callbacks
` [PATCH 13/16] perf: "
` [PATCH 14/16] powercap: intel_rapl: Use sysfs_emit() for cpumask show
` [PATCH 15/16] thermal: intel: Use sysfs_emit() for powerclamp cpumask
` [PATCH 16/16] lib/bitmap-str: get rid of cpumap_print_to_pagebuf()

[PATCH v2 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-05-28 17:06 UTC  (9+ messages)
` [PATCH v2 1/2] ptp: move emulated/virtual clock drivers into a dedicated subdirectory
` [PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[PATCH v8 0/3] fpga: bounds checks and input validation fixes
 2026-05-18 19:07 UTC  (4+ messages)
` [PATCH v8 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
` [PATCH v8 2/3] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
` [PATCH v8 3/3] fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()

[PATCH v7 0/3] fpga: bounds checks and input validation fixes
 2026-05-18 18:52 UTC  (6+ messages)
` [PATCH v7 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
` [PATCH v7 2/3] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
` [PATCH v7 3/3] fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()

[PATCH v2] dt-bindings: fpga: altr,socfpga-fpga-mgr: convert to DT schema
 2026-05-18 14:46 UTC  (3+ messages)

[PATCH] dt-bindings: fpga: altr,a10-pr-ip: convert to DT schema
 2026-05-18 14:45 UTC  (3+ messages)

[PATCH v6 0/3] fpga: bounds checks and input validation fixes
 2026-05-18 14:44 UTC  (6+ messages)
` [PATCH v6 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
` [PATCH v6 2/3] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
` [PATCH v6 3/3] fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()

[PATCH] fpga: dfl: afu: use kzalloc_obj over kzalloc with sizeof
 2026-05-13 11:07 UTC  (3+ messages)

[PATCH] fpga: altera-cvp: Extend wrapped HW credit counter in software
 2026-05-12 19:09 UTC  (3+ messages)

[PATCH] dt-bindings: fpga: altr,socfpga-fpga-mgr: convert to DT schema
 2026-05-12 17:04 UTC  (2+ messages)

[PATCH v5 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
 2026-05-11 15:19 UTC  (4+ messages)
` [PATCH v5 2/3] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
` [PATCH v5 3/3] fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()

[PATCH v2 1/1] fpga: lattice-sysconfig-spi: simplify with spi_get_device_match_data()
 2026-05-11 15:13 UTC  (2+ messages)

[PATCH v1 0/3] fpga: lattice-sysconfig-spi: Ad-hoc cleanups
 2026-05-11 15:12 UTC  (5+ messages)
` [PATCH v1 1/3] fpga: lattice-sysconfig-spi: Fix the terminator entries in ID tables
` [PATCH v1 2/3] fpga: lattice-sysconfig-spi: Drop of_match_ptr() protection
` [PATCH v1 3/3] fpga: lattice-sysconfig-spi: Don't use "proxy" headers

[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
 2026-05-10 11:26 UTC  (42+ messages)
` [PATCH net-next 01/10] net: wan: framer: switch to using class_find_device_by_fwnode()
` [PATCH 02/10] phy: core: "
` [PATCH 03/10] spi: "
` [PATCH 04/10] regulator: of: "
` [PATCH 05/10] leds: led-class: "
  ` (subset) "
` [PATCH 06/10] mux: "
` [PATCH net-next 07/10] net: phy: "
` [PATCH 08/10] fpga: bridge: "
` [PATCH 09/10] fpga: manager: "
` [PATCH 10/10] driver core: class: remove class_find_device_by_of_node()

[PATCH v1 1/1] fpga: lattice-sysconfig-spi: simplify with spi_get_device_match_data()
 2026-05-09 13:47 UTC  (3+ messages)

[PATCH v4 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
 2026-05-04 11:37 UTC  (5+ messages)
` [PATCH v4 2/3] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
` [PATCH v4 3/3] fpga: microchip-spi: fix OOB read in mpf_ops_parse_header()

[PATCH] fpga: region: fix use-after-free in child_regions_with_firmware()
 2026-05-04 11:22 UTC  (2+ messages)

[PATCH v3 0/2] Add device tree binding for ts73xx-fpga
 2026-05-04 11:19 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: fpga: Add Technologic Systems TS-7300 FPGA Manager
` [PATCH v3 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing

[PATCH v7 0/3] Add Efinix FPGA configuration support
 2026-05-04 11:18 UTC  (6+ messages)
` [PATCH v7 1/3] dt-bindings: vendor-prefix: Add prefix for Efinix, Inc
` [PATCH v7 2/3] dt-bindings: fpga: Add Efinix SPI programming bindings
` [PATCH v7 3/3] fpga-mgr: Add Efinix SPI programming driver

[PATCH RESEND 0/5] bitmap: cleanup bitmaps printing
 2026-04-28 18:04 UTC  (11+ messages)
` [PATCH 5/5] fpga: m10bmc-sec: switch show_canceled_csk() to using sysfs_emit()

[PATCH 1/1] fpga: of-fpga-region: use dev_err_probe for probe deferral
 2026-04-20 10:21 UTC 

[PATCH v2 0/2] Add device tree binding for ts73xx-fpga
 2026-04-09  8:03 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: fpga: Technologic Systems TS-7300 FPGA Manager
` [PATCH v2 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing

[PATCH 0/2] Add device tree binding for ts73xx-fpga
 2026-04-08  9:08 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: fpga: add binding for Technologic Systems TS-73xx FPGA
` [PATCH 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing

[PATCH v6 0/3] Add Efinix FPGA configuration support
 2026-04-07 18:49 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: vendor-prefix: Add prefix for Efinix, Inc
` [PATCH v6 2/3] dt-bindings: fpga: Add Efinix SPI programming bindings
` [PATCH v6 3/3] fpga-mgr: Add Efinix SPI programming driver

[PATCH 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
 2026-04-07 16:43 UTC  (21+ messages)
` [PATCH 2/3] fpga: dfl-afu: fix integer truncation of npages in afu_dma_pin_pages()
  ` [PATCH v2] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
  ` [PATCH v3 2/3] "
` [PATCH 3/3] fpga: microchip-spi: add bounds checks in mpf_ops_parse_header()
  ` [PATCH v2] "
  ` [PATCH v3] "
` [PATCH v2 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
  ` [PATCH v2 2/3] fpga: dfl-afu: fix integer truncation of npages in afu_dma_pin_pages()
  ` [PATCH v2 3/3] fpga: microchip-spi: add bounds checks in mpf_ops_parse_header()

[GIT PULL] FPGA Manager changes for 7.1-rc1
 2026-04-07  8:01 UTC  (2+ messages)

[PATCH 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-03-24  9:40 UTC  (10+ messages)
` [PATCH 1/2] ptp: split clock drivers into two subdirectories
` [PATCH 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
 2026-03-17  2:12 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox