summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * remoteproc: qcom: Add notification types to SSRRishabh Bhatnagar2020-07-092-1/+59
| * remoteproc: qcom: Add per subsystem SSR notificationRishabh Bhatnagar2020-07-093-20/+95
| * remoteproc: qcom: Update PIL relocation info on loadBjorn Andersson2020-07-026-12/+55
| * remoteproc: qcom: Introduce helper to store pil info in IMEMBjorn Andersson2020-07-024-0/+142
| * dt-bindings: remoteproc: Add Qualcomm PIL info bindingBjorn Andersson2020-07-021-0/+44
| * Revert "remoteproc: Add support for runtime PM"Mathieu Poirier2020-07-021-16/+1
| * remoteproc: ingenic: Move clock handling to prepare/unprepare callbacksMathieu Poirier2020-07-021-58/+26
* | Merge tag 'rpmsg-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-08-111-29/+34
|\ \
| * | rpmsg: virtio: add endianness conversionsGuennadi Liakhovetski2020-07-221-29/+34
| |/
* | Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-1122-137/+1475
|\ \
| * | libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attrJane Chu2020-08-041-3/+8
| * | libnvdimm/security: the 'security' attr never show 'overwrite' stateJane Chu2020-08-041-2/+2
| * | libnvdimm/security: fix a typoJane Chu2020-08-041-1/+1
| * | ACPI: NFIT: Fix ARS zero-sized allocationDan Williams2020-08-031-3/+12
| * | dax: Fix incorrect argument passed to xas_set_err()Hao Li2020-07-311-1/+1
| * | Merge branch 'for-5.9/firmware-activate' into libnvdimm-for-nextVishal Verma2020-07-2921-114/+1449
| |\ \
| | * | ACPI: NFIT: Add runtime firmware activate supportDan Williams2020-07-297-7/+461
| | * | PM, libnvdimm: Add runtime firmware activation supportDan Williams2020-07-298-0/+500
| | * | libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()Dan Williams2020-07-283-3/+3
| | * | driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}Dan Williams2020-07-262-0/+11
| | * | tools/testing/nvdimm: Emulate firmware activation commandsDan Williams2020-07-262-4/+210
| | * | tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulationDan Williams2020-07-261-40/+43
| | * | tools/testing/nvdimm: Add command debug messagesDan Williams2020-07-261-0/+25
| | * | tools/testing/nvdimm: Cleanup dimm index passingDan Williams2020-07-261-16/+18
| | * | ACPI: NFIT: Define runtime firmware activation commandsDan Williams2020-07-264-30/+137
| | * | ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams2020-07-264-14/+13
| | * | libnvdimm: Validate command family indicesDan Williams2020-07-265-3/+31
| * | | Merge branch 'for-5.9/dax' into libnvdimm-for-nextVishal Verma2020-07-282-13/+13
| |\ \ \ | | |/ / | |/| |
| | * | drivers/dax: Expand lock scope to cover the use of addressesIra Weiny2020-07-281-1/+2
| | * | fs/dax: Remove unused size parameterIra Weiny2020-07-281-7/+6
| | * | dax: print error message by pr_info() in __generic_fsdax_supported()Coly Li2020-07-281-5/+5
| |/ /
* | | Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-11127-1091/+5164
|\ \ \
| * | | perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao2020-08-071-2/+2
| * | | perf tools powerpc: Add support for extended regs in power10Athira Rajeev2020-08-073-0/+15
| * | | perf tools powerpc: Add support for extended register capabilityAnju T Sudhakar2020-08-075-10/+82
| * | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-08-071-2/+2
| * | | tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2020-08-071-0/+4
| * | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-08-071-3/+23
| * | | tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo2020-08-071-0/+1
| * | | tools headers API: Update close_range affected filesArnaldo Carvalho de Melo2020-08-062-0/+3
| * | | perf script: Add 'tod' field to display time of dayJiri Olsa2020-08-061-33/+98
| * | | perf script: Change the 'enum perf_output_field' enumerators to be 64 bitsJiri Olsa2020-08-061-32/+32
| * | | perf data: Add support to store time of day in CTF data conversionJiri Olsa2020-08-064-20/+42
| * | | perf tools: Move clockid_res_ns under clock structJiri Olsa2020-08-063-8/+8
| * | | perf header: Store clock references for -k/--clockid optionJiri Olsa2020-08-065-0/+180
| * | | perf tools: Add clockid_name functionJiri Olsa2020-08-062-0/+13
| * | | perf clockid: Move parse_clockid() to new clockid objectJiri Olsa2020-08-064-97/+119
| * | | tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...Tzvetomir Stoyanov (VMware)2020-08-061-0/+4
| * | | libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * | | libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)2020-08-062-4/+4