summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2019-07-1410-58/+134
|\
| * mailbox: handle failed named mailbox channel requestmorten petersen2019-07-111-2/+4
| * mailbox: tegra: avoid resume NULL mailboxesBitan Biswas2019-07-101-4/+6
| * mailbox: tegra: hsp: add noirq resumeBitan Biswas2019-07-101-1/+9
| * mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directlyFuqian Huang2019-07-101-4/+2
| * mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta2019-07-101-2/+2
| * mailbox: omap: Add support for TI K3 SoCsSuman Anna2019-07-103-19/+30
| * dt-bindings: mailbox: omap: Update bindings for TI K3 SoCsSuman Anna2019-07-101-9/+50
| * mailbox: arm_mhu: reorder header inclusion and drop unneeded onesSudeep Holla2019-07-101-7/+4
| * mailbox: stm32_ipcc: add spinlock to fix channels concurrent accessArnaud Pouliquen2019-07-101-10/+27
* | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-07-144-5/+24
|\ \
| * | percpu_ref: release percpu memory early without PERCPU_REF_ALLOW_REINITRoman Gushchin2019-05-092-2/+12
| * | md: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin2019-05-091-1/+2
| * | io_uring: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin2019-05-091-1/+2
| * | percpu_ref: introduce PERCPU_REF_ALLOW_REINIT flagRoman Gushchin2019-05-091-1/+8
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-14151-308/+457
|\ \ \
| * | | perf/x86/intel: Fix spurious NMI on fixed counterKan Liang2019-07-131-5/+3
| * | | perf/core: Fix exclusive events' groupingAlexander Shishkin2019-07-132-12/+27
| * | | perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsKim Phillips2019-07-131-4/+11
| * | | perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsKim Phillips2019-07-131-1/+1
| * | | perf/core: Fix race between close() and fork()Peter Zijlstra2019-07-131-8/+41
| * | | Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-07-13147-279/+375
| |\ \ \
| | * | | perf intel-pt: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-8/+5
| | * | | perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-3/+2
| | * | | perf script: Assume native_arch for pipe modeSong Liu2019-07-091-1/+2
| | * | | perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_viewAdrian Hunter2019-07-091-1/+1
| | * | | perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_viewAdrian Hunter2019-07-091-1/+1
| | * | | perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan2019-07-091-4/+11
| | * | | perf cs-etm: Fix potential NULL pointer dereference found by the smatchLeo Yan2019-07-091-1/+1
| | * | | perf parse-events: Remove unused variable: errorLuke Mujica2019-07-091-1/+0
| | * | | perf parse-events: Remove unused variable 'i'Luke Mujica2019-07-091-1/+0
| | * | | perf metricgroup: Add missing list_del_init() when flushing egroups listArnaldo Carvalho de Melo2019-07-091-0/+1
| | * | | perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-0922-38/+38
| | * | | perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-0933-99/+100
| | * | | tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-09103-86/+135
| | * | | perf tools: Move get_current_dir_name() cond prototype out of util.hArnaldo Carvalho de Melo2019-07-094-7/+12
| | * | | perf namespaces: Move the conditional setns() prototype to namespaces.hArnaldo Carvalho de Melo2019-07-093-5/+7
| | * | | perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-0926-7/+35
| | * | | perf evsel: perf_evsel__name(NULL) is valid, no need to check evselArnaldo Carvalho de Melo2019-07-092-2/+2
| | * | | perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-0/+3
| | * | | perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo2019-07-091-1/+1
| | * | | perf map: Fix potential NULL pointer dereference found by smatch toolLeo Yan2019-07-091-2/+5
| | * | | perf trace: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-3/+3
| | * | | perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan2019-07-091-4/+2
| | * | | perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan2019-07-091-2/+6
| | * | | perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan2019-07-091-1/+1
| | * | | perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-091-1/+1
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-07-141-2/+3
|\ \ \ \ \
| * | | | | locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-131-2/+3
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-141-6/+6
|\ \ \ \ \