summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-0427-894/+1370
|\
| * drivers: base: remove check for callback in coredump_store()Arend van Spriel2018-03-231-2/+1
| * mt7601u: use firmware_request_cache() to address cache on rebootLuis R. Rodriguez2018-03-221-1/+1
| * firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez2018-03-223-0/+41
| * firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is usedLuis R. Rodriguez2018-03-221-1/+1
| * firmware: explicitly include vmalloc.hStephen Rothwell2018-03-211-0/+1
| * firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez2018-03-201-0/+14
| * test_firmware: modify custom fallback tests to use unique filesLuis R. Rodriguez2018-03-203-8/+46
| * firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez2018-03-201-2/+12
| * firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez2018-03-201-3/+9
| * rename: _request_firmware_load() fw_load_sysfs_fallback()Luis R. Rodriguez2018-03-202-4/+11
| * test_firmware: test three firmware kernel configs using a proc knobLuis R. Rodriguez2018-03-203-1/+122
| * test_firmware: expand on library with shared helpersLuis R. Rodriguez2018-03-203-61/+63
| * firmware: enable to force disable the fallback mechanism at run timeLuis R. Rodriguez2018-03-203-0/+18
| * firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez2018-03-204-1/+32
| * firmware: move firmware loader into its own directoryLuis R. Rodriguez2018-03-208-14/+18
| * firmware: split firmware fallback functionality into its own fileLuis R. Rodriguez2018-03-206-799/+874
| * firmware: move loading timeout under struct firmware_fallback_configLuis R. Rodriguez2018-03-201-13/+33
| * firmware: use helpers for setting up a temporary cache timeoutLuis R. Rodriguez2018-03-201-19/+30
| * firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK furtherLuis R. Rodriguez2018-03-201-7/+18
| * drivers: base: add description for .coredump() callbackArend van Spriel2018-03-151-0/+1
| * lib/kobject: Join string literals backAndy Shevchenko2018-03-151-21/+18
| * driver core: cpu: use put_device() if device_register failArvind Yadav2018-03-151-1/+3
| * driver core: node: use put_device() if device_register failArvind Yadav2018-03-151-1/+3
| * driver core: platform: use put_device() if device_register failArvind Yadav2018-03-151-1/+3
| * base: soc: use put_device() instead of kfree()Arvind Yadav2018-03-151-0/+2
| * Revert "base: arch_topology: fix section mismatch build warnings"Gaku Inami2018-03-151-6/+6
| * firmware: enable to split firmware_class into separate target filesLuis R. Rodriguez2018-03-142-0/+1
| * test_firmware: replace syfs fallback check with kconfig_has helperLuis R. Rodriguez2018-03-141-4/+1
| * test_firmware: enable custom fallback testing on limited kernel configsLuis R. Rodriguez2018-03-143-1/+33
| * test_firmware: add simple firmware firmware test libraryLuis R. Rodriguez2018-03-143-20/+51
* | Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-04655-91102/+27014
|\ \
| * | staging: rtl8723bs: Remove yield call, replace with cond_resched()Thomas Avery2018-03-291-1/+1
| * | staging: rtl8723bs: Replace yield() call with cond_resched()Thomas Avery2018-03-291-1/+1
| * | staging: rtl8723bs: Remove unecessary newlines from 'odm.h'.Quytelda Kahja2018-03-291-27/+0
| * | staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja2018-03-297-84/+90
| * | staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.Quytelda Kahja2018-03-295-42/+43
| * | staging: rtl8723bs: Replace NULL pointer comparison with '!'.Quytelda Kahja2018-03-291-1/+1
| * | staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.Quytelda Kahja2018-03-291-26/+69
| * | staging: rtl8723bs: Fix function signature that goes over 80 characters.Quytelda Kahja2018-03-291-1/+2
| * | staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().Quytelda Kahja2018-03-291-8/+22
| * | staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.Quytelda Kahja2018-03-291-7/+0
| * | staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.Quytelda Kahja2018-03-291-16/+16
| * | staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja2018-03-291-1/+2
| * | staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja2018-03-291-1/+1
| * | staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja2018-03-291-6/+5
| * | staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja2018-03-292-19/+3
| * | staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja2018-03-292-12/+8
| * | staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja2018-03-291-3/+3
| * | staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja2018-03-291-9/+9