summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-07nsdeps: fix hashbang of scripts/nsdepsMasahiro Yamada
2019-10-07kbuild: fix build error of 'make nsdeps' in clean treeMasahiro Yamada
2019-10-07module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflictMasahiro Yamada
2019-10-07modpost: fix broken sym->namespace for external module buildsMasahiro Yamada
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada
2019-10-07tools arch x86: Grab a copy of the file containing the MSR numbersArnaldo Carvalho de Melo
2019-10-07perf trace: Allow choosing how to augment the tracepoint argumentsArnaldo Carvalho de Melo
2019-10-07perf trace: Enclose all events argument lists with ()Arnaldo Carvalho de Melo
2019-10-07perf trace: Add array of chars scnprintf beautifierArnaldo Carvalho de Melo
2019-10-07perf trace: Add the syscall_arg_fmt pointer to syscall_argArnaldo Carvalho de Melo
2019-10-07perf trace: Move some scnprintf methods from syscall to syscall_arg_fmtArnaldo Carvalho de Melo
2019-10-07perf trace: Allocate an array of beautifiers for tracepoint argsArnaldo Carvalho de Melo
2019-10-07perf trace: Factor out the initialization of syscal_arg_fmt->scnprintfArnaldo Carvalho de Melo
2019-10-07perf script: Allow --time with --reltimeAndi Kleen
2019-10-07samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel
2019-10-07perf tools: Make usage of test_attr__* optional for perf-sys.hBjörn Töpel
2019-10-07perf scripts python: exported-sql-viewer.py: Add Time chart by CPUAdrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...Adrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_timeAdrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Add global time range calculationsAdrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayoutAdrian Hunter
2019-10-07perf scripts python: exported-sql-viewer.py: Add LookupModel()Adrian Hunter
2019-10-07perf trace augmented_syscalls: Do not show syscalls when none was asked forArnaldo Carvalho de Melo
2019-10-07perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose ...Arnaldo Carvalho de Melo
2019-10-07perf trace: Generalize the syscall_fmt find routinesArnaldo Carvalho de Melo
2019-10-07perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variableArnaldo Carvalho de Melo
2019-10-07perf trace: Make evlist__set_evsel_handler() affect just entries without a ha...Arnaldo Carvalho de Melo
2019-10-07perf evlist: Adopt __set_tracepoint_handlers method from perf_sessionArnaldo Carvalho de Melo
2019-10-07perf top: Initialize perf_env->cpuid, needed by the per arch annotation init ...Arnaldo Carvalho de Melo
2019-10-07perf env: Add routine to read the env->cpuid from the running machineArnaldo Carvalho de Melo
2019-10-07perf/core: Fix inheritance of aux_output groupsAlexander Shishkin
2019-10-07scripts: add_namespace: Fix coccicheck failedYueHaibing
2019-10-07efi/x86: Do not clean dummy variable in kexec pathDave Young
2019-10-07efi: Make unexported efi_rci2_sysfs_init() staticBen Dooks
2019-10-07efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsingJerry Snitselaar
2019-10-07efi/tpm: Don't traverse an event log with no eventsPeter Jones
2019-10-07efi/tpm: Don't access event->count when it isn't mappedPeter Jones
2019-10-07efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel
2019-10-07efi/cper: Fix endianness of PCIe class codeLukas Wunner
2019-10-07Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-10-07hwmon: docs: Extend inspur-ipsps1 title underlineAdam Zerella
2019-10-07arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionWill Deacon
2019-10-07arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon
2019-10-07arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon
2019-10-07arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon
2019-10-07arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGWill Deacon
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford
2019-10-07serial: mctrl_gpio: Check for NULL pointerAdam Ford
2019-10-07tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov