index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
/
fallback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-09
drivers: base: fix some kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-11
/
+10
2020-10-06
firmware_loader: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-0
/
+2
2020-10-05
firmware: Store opt_flags in fw_priv
Kees Cook
1
-7
/
+4
2020-10-05
firmware_loader: Use security_post_load_data()
Kees Cook
1
-4
/
+4
2020-10-05
LSM: Introduce kernel_post_load_data() hook
Kees Cook
1
-1
/
+1
2020-10-02
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
1
-1
/
+1
2020-10-02
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-05-27
firmware_loader: change enum fw_opt to u32
Scott Branden
1
-6
/
+6
2020-04-28
firmware_loader: move fw_fallback_config to a private kernel symbol namespace
Luis Chamberlain
1
-0
/
+3
2020-03-18
firmware: fix a double abort case with fw_load_sysfs_fallback
Junyong Sun
1
-1
/
+1
2020-01-24
firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
Hans de Goede
1
-5
/
+6
2019-06-18
firmware: Factor out the paged buffer handling code
Takashi Iwai
1
-54
/
+7
2019-06-18
firmware: improve LSM/IMA security behaviour
Sven Van Asbroeck
1
-1
/
+1
2019-06-10
firmware: Use kvmalloc for page tables
Takashi Iwai
1
-3
/
+4
2019-06-10
firmware: Unify the paged buffer release helper
Takashi Iwai
1
-7
/
+1
2019-06-10
firmware: Free temporary page table after vmapping
Takashi Iwai
1
-1
/
+6
2019-05-01
firmware_loader: Fix a typo ("syfs" -> "sysfs")
Jonathan Neuschäfer
1
-3
/
+3
2018-08-18
mm: provide a fallback for PAGE_KERNEL_RO for architectures
Luis R. Rodriguez
1
-5
/
+0
2018-07-16
firmware: add call to LSM hook before firmware sysfs fallback
Mimi Zohar
1
-0
/
+7
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-05-14
firmware_loader: make firmware_fallback_sysfs() print more useful
Luis R. Rodriguez
1
-1
/
+6
2018-05-14
firmware_loader: document firmware_sysfs_fallback()
Luis R. Rodriguez
1
-0
/
+20
2018-05-14
firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
Andres Rodriguez
1
-4
/
+4
2018-05-14
firmware: use () to terminate kernel-doc function names
Andres Rodriguez
1
-4
/
+4
2018-05-14
firmware: wrap FW_OPT_* into an enum
Andres Rodriguez
1
-6
/
+6
2018-04-25
firmware: some documentation fixes
Andres Rodriguez
1
-2
/
+2
2018-03-22
firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used
Luis R. Rodriguez
1
-1
/
+1
2018-03-21
firmware: explicitly include vmalloc.h
Stephen Rothwell
1
-0
/
+1
2018-03-20
rename: _request_firmware_load() fw_load_sysfs_fallback()
Luis R. Rodriguez
1
-3
/
+10
2018-03-20
firmware: enable to force disable the fallback mechanism at run time
Luis R. Rodriguez
1
-0
/
+5
2018-03-20
firmware: enable run time change of forcing fallback loader
Luis R. Rodriguez
1
-0
/
+1
2018-03-20
firmware: move firmware loader into its own directory
Luis R. Rodriguez
1
-0
/
+661