summaryrefslogtreecommitdiff
path: root/drivers/fpga
AgeCommit message (Expand)Author
3 daysMerge branch 'bitmap-for-next' of https://github.com/norov/linux.gitMark Brown
3 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/fp...Mark Brown
4 daysfpga: zynq-fpga: Remove redundant dev_err()Pan Chuang
4 daysfpga: dfl-fme-perf: Use sysfs_emit() for cpumask showYury Norov
2026-07-07fpga: dfl: fme: add error handlingGriffin Kroah-Hartman
2026-07-07fpga: stratix10-soc: Fix SVC mailbox handling during reconfigurationTien Sung Ang
2026-07-07fpga: xilinx-pr-decoupler: Use devm_clk_get_prepared()Michal Simek
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-01fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header()Sebastian Alba Vives
2026-06-01fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()Sebastian Alba Vives
2026-06-01fpga: dfl: add bounds check in dfh_get_param_size()Sebastian Alba Vives
2026-05-11fpga: lattice-sysconfig-spi: simplify with spi_get_device_match_data()Andy Shevchenko
2026-05-11fpga: lattice-sysconfig-spi: Don't use "proxy" headersAndy Shevchenko
2026-05-11fpga: lattice-sysconfig-spi: Drop of_match_ptr() protectionAndy Shevchenko
2026-05-11fpga: lattice-sysconfig-spi: Fix the terminator entries in ID tablesAndy Shevchenko
2026-05-04fpga-mgr: Add Efinix SPI programming driverIan Dannapel
2026-05-04fpga: ts73xx-fpga: add OF match table for device tree probingPhil Pemberton
2026-05-04fpga: region: fix use-after-free in child_regions_with_firmware()Wentao Liang
2026-03-25fpga: m10bmc-sec: switch show_canceled_csk() to using sysfs_emit()Yury Norov
2026-03-02fpga: bridge: Use sysfs_emit() instead of sprintf()Dinh Nguyen
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-22fpga: dfl: fix typo in header fileMukesh Kumar Sisodiya
2025-12-19fpga: dfl: use subsys_initcall to allow built-in drivers to be addedThadeu Lima de Souza Cascardo
2025-12-19fpga: xilinx: Switch Michal Simek's email to new oneMichal Simek
2025-12-19fpga: of-fpga-region: Fail if any bridge is missingRomain Gantois
2025-11-10fpga: altera-cvp: Use pci_find_vsec_capability() when probing FPGA deviceAndy Shevchenko
2025-11-10fpga: xilinx-spi: Add missing spi_device_id tableFabio Estevam
2025-08-19fpga: zynq_fpga: Fix the wrong usage of dma_map_sgtable()Xu Yilun
2025-06-18zynq_fpga: use sgtable-based scatterlist wrappersMarek Szyprowski
2025-05-21Merge tag 'fpga-for-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2025-05-06fpga: fix potential null pointer deref in fpga_mgr_test_img_load_sgt()Qasim Ijaz
2025-04-11fpga: tests: add module descriptionsArnd Bergmann
2025-03-01fpga: versal: remove incorrect of_match_ptr annotationArnd Bergmann
2025-03-01fpga: altera-cvp: Increase credit timeoutKuhanh Murugasen Krishnan
2025-01-09Merge tag 'fpga-for-6.14-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2024-12-18fpga: dfl: destroy/recreate feature platform device on port release/assignXu Yilun
2024-12-18fpga: dfl: drop unneeded get_device() and put_device() of feature devicePeter Colberg
2024-12-18fpga: dfl: remove unneeded function build_info_create_dev()Peter Colberg
2024-12-18fpga: dfl: allocate platform device after feature device dataPeter Colberg
2024-12-18fpga: dfl: store platform device id in feature device dataPeter Colberg
2024-12-18fpga: dfl: store platform device name in feature device dataPeter Colberg
2024-12-18fpga: dfl: store MMIO resources in feature device dataPeter Colberg
2024-12-18fpga: dfl: convert features from flexible array member to separate arrayPeter Colberg
2024-12-18fpga: dfl: factor out feature device data from platform device dataPeter Colberg
2024-12-18fpga: dfl: factor out feature device registrationPeter Colberg
2024-12-18fpga: dfl: refactor internal DFL APIs to take/return feature device dataPeter Colberg
2024-12-18fpga: dfl: store FIU type in feature platform dataPeter Colberg
2024-12-18fpga: dfl: factor out feature data creation from build_info_commit_dev()Peter Colberg