index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test_firmware.c
Age
Commit message (
Expand
)
Author
2024-06-24
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
Jeff Johnson
2023-11-24
firmware_loader: Expand Firmware upload error codes with firmware invalid error
Kory Maincent
2023-06-15
test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation
Mirsad Goran Todorovac
2023-05-31
test_firmware: fix the memory leak of the allocated firmware buffer
Mirsad Goran Todorovac
2023-05-31
test_firmware: fix a memory leak with reqs buffer
Mirsad Goran Todorovac
2023-05-31
test_firmware: prevent race conditions by a correct implementation of locking
Mirsad Goran Todorovac
2023-01-20
test_firmware: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2023-01-20
test_firmware: use kernel-doc struct notation
Randy Dunlap
2022-11-23
test_firmware: fix memory leak in test_firmware_init()
Zhengchao Shao
2022-11-10
test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"
Colin Ian King
2022-05-19
test_firmware: fix end of loop test in upload_read_show()
Dan Carpenter
2022-04-26
test_firmware: Error injection for firmware upload
Russ Weight
2022-04-26
test_firmware: Add test support for firmware upload
Russ Weight
2021-05-13
firmware: replace HOTPLUG with UEVENT in FW_ACTION defines
Shawn Guo
2020-12-15
lib: cleanup kstrto*() usage
Alexey Dobriyan
2020-10-05
test_firmware: Test partial read support
Scott Branden
2020-09-10
test_firmware: Test platform fw loading on non-EFI systems
Kees Cook
2020-04-17
test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxx
Scott Branden
2020-03-20
test_firmware: add support for firmware_request_platform
Hans de Goede
2019-09-04
test_firmware: add support for request_firmware_into_buf
Scott Branden
2019-07-25
test_firmware: fix a memory leak bug
Wenwen Wang
2019-06-08
Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-05-24
test_firmware: Use correct snprintf() limit
Dan Carpenter
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-03-07
lib/test_firmware.c: remove some dead code
Dan Carpenter
2018-11-11
test_firmware: fix error return getting clobbered
Colin Ian King
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2018-04-05
headers: untangle kmemleak.h from mm.h
Randy Dunlap
2018-01-22
test_firmware: fix missing unlock on error in config_num_requests_store()
Wei Yongjun
2018-01-22
test_firmware: make local symbol test_fw_config static
Wei Yongjun
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
2017-08-10
test_firmware: add batched firmware tests
Luis R. Rodriguez
2017-01-25
test_firmware: add test custom fallback trigger
Luis R. Rodriguez
2017-01-25
test_firmware: use device attribute groups
Luis R. Rodriguez
2017-01-25
test_firmware: move misc_device down
Luis R. Rodriguez
2016-01-07
test: firmware_class: add asynchronous request trigger
Brian Norris
2016-01-07
test: firmware_class: use kstrndup() where appropriate
Brian Norris
2016-01-07
test: firmware_class: report errors properly on failure
Brian Norris
2014-07-17
test: add firmware_class loader test
Kees Cook