aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader/main.c
AgeCommit message (Expand)Author
2022-05-18firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen
2021-11-26firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain
2021-09-15firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei
2021-08-12firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam
2020-10-05firmware: Add request_partial_firmware_into_buf()Scott Branden
2020-10-05firmware: Store opt_flags in fw_privKees Cook
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook
2020-08-28firmware_loader: fix memory leak for paged bufferPrateek Sood
2020-07-03firmware: improve description of firmware_request_nowarnWolfram Sang
2020-05-27firmware_loader: change enum fw_opt to u32Scott Branden
2020-04-17firmware: Drop unused pages field from struct firmwareTakashi Iwai
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede
2020-02-10firmware_loader: load files from the mount namespace of initTopi Miettinen
2020-01-24firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede
2019-11-14firmware_class: make firmware caching configurableMark Salyzyn
2019-11-03firmware loader: log path to loaded firmwaresDrew DeVault
2019-10-11firmware: Update pointer to documentationArkadiusz Drabczyk
2019-06-18firmware: Add support for loading compressed filesTakashi Iwai
2019-06-18firmware: Factor out the paged buffer handling codeTakashi Iwai
2019-06-10firmware: Use kvmalloc for page tablesTakashi Iwai
2019-06-10firmware: Unify the paged buffer release helperTakashi Iwai
2019-06-10firmware: Free temporary page table after vmappingTakashi Iwai
2019-02-26firmware: hardcode the debug message for -ENOENTJohn Zhao
2018-09-30firmware: Always initialize the fw_priv list objectBjorn Andersson
2018-09-12firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar
2018-05-14firmware: add firmware_request_nowarn() - load firmware without warningsAndres Rodriguez
2018-05-14firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez
2018-05-14firmware: use () to terminate kernel-doc function namesAndres Rodriguez
2018-05-14firmware: wrap FW_OPT_* into an enumAndres Rodriguez
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez
2018-03-20firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez
2018-03-20firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez
2018-03-20firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez
2018-03-20firmware: move firmware loader into its own directoryLuis R. Rodriguez