summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-07module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflictMasahiro Yamada1-3/+3
2019-10-07modpost: fix broken sym->namespace for external module buildsMasahiro Yamada1-5/+8
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada2-11/+9
2019-10-07perf/core: Fix inheritance of aux_output groupsAlexander Shishkin1-0/+4
2019-10-07scripts: add_namespace: Fix coccicheck failedYueHaibing1-0/+2
2019-10-07ionic: fix stats memory dereferenceShannon Nelson2-10/+21
2019-10-07efi/x86: Do not clean dummy variable in kexec pathDave Young1-3/+0
2019-10-07efi: Make unexported efi_rci2_sysfs_init() staticBen Dooks1-1/+1
2019-10-07efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsingJerry Snitselaar2-2/+9
2019-10-07efi/tpm: Don't traverse an event log with no eventsPeter Jones1-5/+10
2019-10-07efi/tpm: Don't access event->count when it isn't mappedPeter Jones1-3/+11
2019-10-07efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel1-0/+3
2019-10-07efi/cper: Fix endianness of PCIe class codeLukas Wunner1-1/+1
2019-10-07Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar38-99/+315
2019-10-07Merge tag 'rxrpc-fixes-20191007' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller10-44/+63
2019-10-07hwmon: docs: Extend inspur-ipsps1 title underlineAdam Zerella1-1/+1
2019-10-07ASoC: core: Fix pcm code debugfs errorHans de Goede1-3/+10
2019-10-07arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionWill Deacon2-7/+13
2019-10-07arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon1-13/+13
2019-10-07arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon1-1/+5
2019-10-07arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon1-4/+2
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon2-7/+6
2019-10-07arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGWill Deacon1-0/+4
2019-10-07ARM: dts: sun7i: Drop the module clock from the device treeMaxime Ripard1-3/+2
2019-10-07dt-bindings: media: sun4i-csi: Drop the module clockMaxime Ripard1-5/+2
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford1-2/+3
2019-10-07serial: mctrl_gpio: Check for NULL pointerAdam Ford1-0/+3
2019-10-07tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov1-1/+1
2019-10-07usb:cdns3: Fix for CV CH9 running with g_zero driver.Pawel Laszczak1-2/+8
2019-10-07usb: dwc3: Remove dev_err() on platform_get_irq() failureHans de Goede3-9/+0
2019-10-07usb: dwc3: Switch to platform_get_irq_byname_optional()Hans de Goede3-6/+6
2019-10-07driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede2-7/+41
2019-10-07staging: vt6655: Fix memory leak in vt6655_probeNavid Emamdoost1-1/+3
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino1-9/+0
2019-10-07arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino1-3/+0
2019-10-07arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino2-1/+10
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino2-33/+0
2019-10-07arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino3-16/+6
2019-10-07arm64: mm: fix spurious fault detectionMark Rutland1-1/+1
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells6-7/+12
2019-10-07rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells1-2/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells3-15/+21
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells5-13/+16
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2-7/+10
2019-10-07media: dt-bindings: Fix building error for dt_binding_checkPragnesh Patel1-1/+1
2019-10-07rxrpc: Fix call ref leakDavid Howells1-0/+1
2019-10-07mtd: rawnand: au1550nd: Fix au_read_buf16() prototypePaul Burton1-3/+2
2019-10-07CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky1-0/+6
2019-10-07cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski1-16/+11
2019-10-07fs: cifs: mute -Wunused-const-variable messageAustin Kim1-4/+0