summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 4.16-rc5v4.16-rc5Linus Torvalds2018-03-111-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-1117-182/+291
|\
| * x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-093-1/+12
| * x86/pti: Fix a comment typoSeunghun Han2018-03-081-1/+1
| * x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
| * x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5
| * x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
| * x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18
| * x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
| * x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24
| * x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov2018-03-081-11/+8
| * x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-03-081-0/+7
| * x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-084-30/+10
| * x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski2018-03-071-3/+1
| * x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-074-13/+14
| * x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-073-62/+76
| * x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski2018-03-071-1/+1
| * x86/entry: Remove stale syscall prototypeDominik Brodowski2018-03-071-1/+0
| * x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski2018-03-071-3/+3
| * objtool: Fix 32-bit buildJosh Poimboeuf2018-03-071-20/+7
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-111-0/+1
|\ \
| * | clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada2018-03-091-0/+1
* | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-112-2/+25
|\ \ \
| * | | x86/MCE: Serialize sysfs changesSeunghun Han2018-03-081-1/+21
| * | | x86/MCE: Save microcode revision in machine check recordsTony Luck2018-03-082-1/+4
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-1113-17/+65
|\ \ \
| * | | perf/core: Fix ctx_event_type in ctx_resched()Song Liu2018-03-091-1/+3
| * | | Merge tag 'perf-urgent-for-mingo-4.16-20180306' of git://git.kernel.org/pub/s...Ingo Molnar2018-03-0711-15/+61
| |\ \ \