aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-02-20 09:36:33 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2019-02-20 09:36:33 -0800
commitc828c2651b9a8184e1414fa0611d18b84d3847dd (patch)
tree3dc8072d7e10cd49d004e7bc99fc3369cecd995e /tools/perf/scripts/python/exported-sql-viewer.py
parentMerge tag 'mtd/fixes-for-5.0-rc8' of git://git.infradead.org/linux-mtd (diff)
parentgpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2 (diff)
downloadlinux-c828c2651b9a8184e1414fa0611d18b84d3847dd.tar.gz
linux-c828c2651b9a8184e1414fa0611d18b84d3847dd.zip
Merge tag 'gpio-v5.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fixes from Linus Walleij: "Two GPIO fixes for the v5.0 series: - Per-instance irqchip on the MT7621 - Avoid direction setting using pin control on MMP2" * tag 'gpio-v5.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2 gpio: MT7621: use a per instance irq_chip structure
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
char is not (always) signedTorsten Bögershausen1-1/+1 2018-10-26http: give curl version warnings consistentlyJunio C Hamano1-4/+2 2018-10-26http: when using Secure Channel, ignore sslCAInfo by defaultJohannes Schindelin2-1/+26 2018-10-26http: add support for disabling SSL revocation checks in cURLBrendan Forster2-0/+25 2018-10-26upload-pack: fix broken if/else chain in config callbackJeff King1-3/+6 2018-10-26rebase -i: recognize short commands without argumentsJohannes Sixt3-3/+6 2018-10-26archive: initialize archivers earlierJosh Steadmon6-4/+23 2018-10-25compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón1-1/+1 2018-10-25range-diff: allow to diff files regardless of submodule configLucas De Marchi2-1/+30 2018-10-25howto/using-merge-subtree: mention --allow-unrelated-historiesUwe Kleine-König1-1/+1 2018-10-25doc: document diff/merge.guitool config keysDenton Liu2-0/+14 2018-10-25completion: support `git mergetool --[no-]gui`Denton Liu1-1/+1 2018-10-25mergetool: accept -g/--[no-]gui as argumentsDenton Liu3-7/+31 2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin2-1/+7 2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin3-8/+21 2018-10-25repack: point out a bug handling stale shallow infoJohannes Schindelin1-0/+27 2018-10-25t5410: use longer path for sample scriptJeff King1-1/+1 2018-10-25run-command: mark path lookup errors with ENOENTJeff King2-5/+29 2018-10-24khash: silence -Wunused-function for delta-islandsCarlo Marcelo Arenas Belón1-1/+1 2018-10-24commit-slabs: move MAYBE_UNUSED outCarlo Marcelo Arenas Belón2-2/+4 2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov1-0/+39 2018-10-24mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin1-2/+9 2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin2-2/+4 2018-10-24rebase --autostash: fix issue with dirty submodulesJohannes Schindelin2-2/+2 2018-10-24rebase --autostash: demonstrate a problem with dirty submodulesJohannes Schindelin1-0/+10 2018-10-24mingw: implement nanosecond-precision file timesKarsten Blees3-20/+36 2018-10-24mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees1-10/+21 2018-10-24mingw: factor out code to set stat() dataJohannes Schindelin1-14/+25 2018-10-24Documentation/config.txt: fix typo in core.alternateRefsCommandTaylor Blau1-1/+1 2018-10-24fsck: s/++i > 1/i++/Junio C Hamano1-1/+1