[PATCH] scripts/decode_stacktrace: Match basepath using shell prefix operator, not regex

2019-05-18 Thread Nicolas Boichat
The basepath may contain special characters, which would confuse the regex matcher. ${var#prefix} does the right thing. Fixes: 67a28de47faa8358 ("scripts/decode_stacktrace: only strip base path when a prefix of the path") Signed-off-by: Nicolas Boichat Reviewed-by: Stephen Boyd --- I'm not

Re: [v3 1/1] kconfig: Terminate menu blocks with a comment in the generated config

2019-05-18 Thread Masahiro Yamada
On Sat, May 18, 2019 at 4:42 AM Alexander Popov wrote: > > Currently menu blocks start with a pretty header but end with nothing in > the generated config. So next config options stick together with the > options from the menu block. > > Let's terminate menu blocks in the generated config with a

[GIT PULL] More MIPS changes for 5.2

2019-05-18 Thread Paul Burton
Hi Linus, Here's a few more MIPS changes for 5.2, consisting of some SGI IP27 specific PCI rework and a batch of fixes. Please pull. You'll see a conflict in arch/mips/sgi-ip27/ip27-irq.c due to commit e4952b0c2c03 ("MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irq") which was

[PATCH v1 0/6] use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
Resolve the Warning that comes from the Kconfig file, which states, "WARNING: prefer 'help' over '---help---' for new help texts" Moses Christopher (6): staging: fsl-dpaa2: use help instead of ---help--- in Kconfig staging: most: use help instead of ---help--- in Kconfig staging: unisys:

[PATCH v1 4/6] staging: rtl8188eu: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/rtl8188eu/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/Kconfig

[PATCH v1 2/6] staging: most: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts Signed-off-by: Moses Christopher --- drivers/staging/most/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/Kconfig

[PATCH v1 3/6] staging: unisys: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/unisys/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/Kconfig

[PATCH v1 1/6] staging: fsl-dpaa2: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/fsl-dpaa2/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH v5 2/2] platform/mellanox/mlxbf-bootctl: Add the ABI definitions

2019-05-18 Thread Greg Kroah-Hartman
On Fri, May 17, 2019 at 08:36:53PM +, Liming Sun wrote: > Thanks Greg for the comments! Please see my response inline. > > Regards, > - Liming > > > -Original Message- > > From: Greg Kroah-Hartman > > Sent: Friday, May 17, 2019 1:59 PM > > To: Liming Sun > > Cc: Andy Shevchenko ;

[PATCH v1 6/6] staging: vt665*: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/vt6655/Kconfig | 5 ++--- drivers/staging/vt6656/Kconfig | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff

[PATCH v1 5/6] staging: rtl8723bs: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
- Resolve the following warning from the Kconfig, "WARNING: prefer 'help' over '---help---' for new help texts" Signed-off-by: Moses Christopher --- drivers/staging/rtl8723bs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/Kconfig

Re: [PATCH] ext4: Variable to signed to check return code

2019-05-18 Thread Lee Jones
On Fri, 17 May 2019, Theodore Ts'o wrote: > On Fri, May 17, 2019 at 11:25:06AM +0100, Lee Jones wrote: > > On Fri, 17 May 2019, Philippe Mazenauer wrote: > > > > > Variables 'n' and 'err' are both used for less-than-zero error checking, > > > however both are declared as unsigned. Ensure

Re: [PATCH v3 00/30] Update cros_ec_commands.h

2019-05-18 Thread Lee Jones
On Fri, 17 May 2019, Gwendal Grignou wrote: > Lee, > > I verified and merged the changes on the kernels (3.18, 4.4 and 4.14) > used on chromebook using a squashed version of these patches. > (crrev.com/c/1583322, crrev.com/c/1583385, crrev.com/c/1583321 > respectively) > Please let me know if

[bugreport] kernel 5.2 pblk bad header/extent: invalid extent entries

2019-05-18 Thread Mikhail Gavrilov
Hi folks. Yesterday I updated kernel to 5.2 (git commit 7e9890a3500d) I always leave computer working at night. Today at morning I am found that computer are hanged. I was connect via ssh and look at kernel log. There I had seen strange records which I never seen before: [28616.429757] EXT4-fs

RE: [PATCH] mm/mmap: fix the adjusted length error

2019-05-18 Thread chenjianhong (A)
I explain my test code and the problem in detail. This problem is found in 32-bit user process, because its virtual is limited, 3G or 4G. First, I explain the bug I found. Function unmapped_area and unmapped_area_topdowns adjust search length to account for worst case alignment overhead, the

Re: [PATCH] kmemleak: fix check for softirq context

2019-05-18 Thread Dmitry Vyukov
On Fri, May 17, 2019 at 11:37 PM Andrew Morton wrote: > > On Fri, 17 May 2019 19:15:07 +0200 Dmitry Vyukov wrote: > > > From: Dmitry Vyukov > > > > in_softirq() is a wrong predicate to check if we are in a softirq context. > > It also returns true if we have BH disabled, so objects are falsely

Re: [GIT PULL] final round of SCSI updates for the 5.1+ merge window

2019-05-18 Thread Martin K. Petersen
Linus, > No. That code is insane. It looks very fishy indeed to me, and I'm not > pulling it this late in the game. Yeah, my mess. Sorry. A couple of people poked me about this issue last week. I merged the patch without much scrutiny since several people had commented and tested when it was

Re: binder stress testing

2019-05-18 Thread Dmitry Vyukov
On Fri, May 17, 2019 at 8:34 PM Todd Kjos wrote: > > On Fri, May 17, 2019 at 5:51 PM Dmitry Vyukov wrote: > > > > > > > > > > > > From: Dmitry Vyukov > > > > > > Date: Fri, May 17, 2019 at 3:26 AM > > > > > > To: Greg Kroah-Hartman, Arve Hjønnevåg, Todd Kjos, Martijn Coenen, > > > > > > Joel

mainline/master boot bisection: v5.1-12511-g72cf0b07418a on meson-g12a-x96-max

2019-05-18 Thread kernelci.org bot
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This automated bisection report was sent to you on the basis * * that you may be involved with the breaking commit it has * * found. No manual investigation has been done to verify it, * * and the root cause of the

From Michelle

2019-05-18 Thread Michelle
Hallo Schatz, wie geht es dir heute? Ich hoffe, es geht dir gut, bitte, ich möchte Wenn Sie meine Nachricht erhalten, brauche ich Ihre dringende Antwort. Vielen Dank Deine Michelle

Re: [PATCH] phy: rockchip-dp: Avoid power leak by leaving the PHY power on

2019-05-18 Thread Heiko Stuebner
Hi, Am Samstag, 18. Mai 2019, 01:57:47 CEST schrieb Doug Anderson: > Elaine and Caesar, > > On Tue, May 7, 2019 at 4:50 PM Douglas Anderson wrote: > > > > While testing a newer kernel on rk3288-based Chromebooks I found that > > the power draw in suspend was higher on newer kernels compared to

Can you assist me help the poor?

2019-05-18 Thread Mrs Iyora Banneth
Dear friend, Can you assist me help the poor? It's my pleasure to have contact with you, based on the critical condition I find myself and my desire to will part of my property to the Orphans, Disable, blind, Old people who have nothing to eat, although, it's not financial problem I have but my

Re: [GIT PULL] perf/core improvements and fixes

2019-05-18 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, I pulled tip/perf/urgent into > tip/pref/core, IIRC was just a fast forward at that point, yeap, just > did it again and it still is: > > $ git checkout -b t tip/perf/core > Branch 't' set up to track remote

[PATCH] tools/headers: Synchronize kernel ABI headers

2019-05-18 Thread Ingo Molnar
Pick up the latest v5.2-to-be kernel ABI headers and synchronize them with tooling: - arch/x86/entry/syscalls/syscall_64.tbl => tools/perf/arch/x86/entry/syscalls/syscall_64.tbl # new syscalls - arch/x86/include/asm/cpufeatures.h => tools/arch/x86/include/asm/cpufeatures.h

Re: [PATCH] drm: rcar-du: writeback: include interface header

2019-05-18 Thread Sergei Shtylyov
Hello! On 18.05.2019 0:20, Kieran Bingham wrote: The new writeback feature is exports functions so that they can ^^ not needed? integrate into the rcar_du_kms module. The interface functions are defined in the rcar_du_writeback header, but it is not included in

Re: [PATCH v2 1/3] iio: Add driver for Infineon DPS310

2019-05-18 Thread Jonathan Cameron
On Wed, 15 May 2019 13:46:46 -0500 Eddie James wrote: > On 5/11/19 4:22 AM, Jonathan Cameron wrote: > > On Wed, 8 May 2019 14:35:26 -0500 > > Eddie James wrote: > > > >> From: Joel Stanley > >> > >> The DPS310 is a temperature and pressure sensor. It can be accessed over > >> i2c and SPI. >

[tip:perf/core] perf annotate: Remove hist__account_cycles() from callback

2019-05-18 Thread tip-bot for Jin Yao
Commit-ID: bdd1666b3d03d675bdb7f8d92b29f2797acbc5e8 Gitweb: https://git.kernel.org/tip/bdd1666b3d03d675bdb7f8d92b29f2797acbc5e8 Author: Jin Yao AuthorDate: Sat, 16 Mar 2019 05:16:17 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300 perf annotate:

[PATCH] mm/mmap: fix the adjusted length error

2019-05-18 Thread jianhong chen
In linux version 4.4, a 32-bit process may fail to allocate 64M hugepage memory by function shmat even though there is a 64M memory gap in the process. It is the adjusted length that causes the problem, introduced from commit db4fbfb9523c935 ("mm: vm_unmapped_area() lookup function"). Accounting

Re: [PATCH v2 3/3] iio: dps310: Add pressure sensing capability

2019-05-18 Thread Jonathan Cameron
On Tue, 14 May 2019 15:25:55 -0500 Eddie James wrote: > On 5/11/19 4:48 AM, Jonathan Cameron wrote: > > On Wed, 8 May 2019 14:35:28 -0500 > > Eddie James wrote: > > > >> The DPS310 supports measurement of pressure, so support that in the > >> driver. Use background measurement like the

[tip:perf/core] csky: Add support for libdw

2019-05-18 Thread tip-bot for Mao Han
Commit-ID: b399ec215b8488468b947c34dfc097003408fe34 Gitweb: https://git.kernel.org/tip/b399ec215b8488468b947c34dfc097003408fe34 Author: Mao Han AuthorDate: Sun, 21 Apr 2019 23:33:14 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300 csky: Add support

[tip:perf/core] perf test: Fix spelling mistake "leadking" -> "leaking"

2019-05-18 Thread tip-bot for Colin Ian King
Commit-ID: 1455ea2391be5a5bf0a53258af94fa2abbd73cca Gitweb: https://git.kernel.org/tip/1455ea2391be5a5bf0a53258af94fa2abbd73cca Author: Colin Ian King AuthorDate: Wed, 17 Apr 2019 11:55:39 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300 perf test:

[tip:perf/core] tools lib traceevent: Remove hard coded install paths from pkg-config file

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 53dbabfe50262eeebb56ce18789c3c885f15e6ac Gitweb: https://git.kernel.org/tip/53dbabfe50262eeebb56ce18789c3c885f15e6ac Author: Tzvetomir Stoyanov AuthorDate: Thu, 18 Apr 2019 21:15:56 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300 tools

[tip:perf/core] tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'

2019-05-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: a021b5400111447b41100f64ec1b649f5c24 Gitweb: https://git.kernel.org/tip/a021b5400111447b41100f64ec1b649f5c24 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 13 May 2019 13:23:42 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300

[tip:perf/core] perf tools: Speed up report for perf compiled with linwunwind

2019-05-18 Thread tip-bot for Jiri Olsa
Commit-ID: 382619c07ff6491b33d54fccff7407336ddcb6d4 Gitweb: https://git.kernel.org/tip/382619c07ff6491b33d54fccff7407336ddcb6d4 Author: Jiri Olsa AuthorDate: Fri, 26 Apr 2019 09:38:04 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300 perf tools:

[tip:perf/core] tools arch uapi: Sync the x86 kvm.h copy

2019-05-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f98f10f35257d3c8c73104956f3b7aa6e6f75067 Gitweb: https://git.kernel.org/tip/f98f10f35257d3c8c73104956f3b7aa6e6f75067 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 13 May 2019 13:27:12 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300

[GIT PULL] core kernel fixes

2019-05-18 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 8ea58f1e8b11cca3087b294779bf5959bf89cc10 objtool: Allow AR to be overridden with HOSTAR This fixes a particularly thorny munmap()

[tip:perf/core] tools x86 uapi asm: Sync the pt_regs.h copy with the kernel sources

2019-05-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0ceb5499a8001e5ddac2c8bd7b45eb4c643469ad Gitweb: https://git.kernel.org/tip/0ceb5499a8001e5ddac2c8bd7b45eb4c643469ad Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 13 May 2019 13:35:38 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300

[tip:perf/core] tools pci: Do not delete pcitest.sh in 'make clean'

2019-05-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: c9a7078750531c189c04ddd184c4367a5cb77780 Gitweb: https://git.kernel.org/tip/c9a7078750531c189c04ddd184c4367a5cb77780 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 13 May 2019 13:53:20 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300

[tip:perf/core] perf record: Fix suggestion to get list of registers usable with --user-regs and --intr-regs

2019-05-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 8e5bc76f2ce39ffd48350d6dd9318d78d07b0bfa Gitweb: https://git.kernel.org/tip/8e5bc76f2ce39ffd48350d6dd9318d78d07b0bfa Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 13 May 2019 15:55:01 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:46 -0300

[tip:perf/core] perf parse-regs: Improve error output when faced with unknown register name

2019-05-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 4c1cf20334ae6e390e1ea787ef76c40a161370d1 Gitweb: https://git.kernel.org/tip/4c1cf20334ae6e390e1ea787ef76c40a161370d1 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 13 May 2019 14:28:32 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300

[tip:perf/core] perf tools x86: Add support for recording and printing XMM registers

2019-05-18 Thread tip-bot for Andi Kleen
Commit-ID: ca138a7aabc68bf727918bb40ce08157cd5ec0a5 Gitweb: https://git.kernel.org/tip/ca138a7aabc68bf727918bb40ce08157cd5ec0a5 Author: Andi Kleen AuthorDate: Mon, 6 May 2019 07:19:24 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf tools x86:

[tip:perf/core] perf scripts python: exported-sql-viewer.py: Move view creation

2019-05-18 Thread tip-bot for Adrian Hunter
Commit-ID: be6e747136a4dc8aad99259e47fd6f7362a43996 Gitweb: https://git.kernel.org/tip/be6e747136a4dc8aad99259e47fd6f7362a43996 Author: Adrian Hunter AuthorDate: Fri, 3 May 2019 15:08:24 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf scripts

[tip:perf/core] perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlarging font

2019-05-18 Thread tip-bot for Adrian Hunter
Commit-ID: 4b2084537e5f3b58337bce894391fb63bf3b0e28 Gitweb: https://git.kernel.org/tip/4b2084537e5f3b58337bce894391fb63bf3b0e28 Author: Adrian Hunter AuthorDate: Fri, 3 May 2019 15:08:23 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf scripts

Re: [PATCH] iio: adc: sun4i-gpadc-iio convert to SPDX license tags

2019-05-18 Thread Jonathan Cameron
On Sun, 12 May 2019 15:25:05 +0200 Maxime Ripard wrote: > On Sun, May 12, 2019 at 04:32:41AM -0400, Yangtao Li wrote: > > Updates license to use SPDX-License-Identifier. > > > > Signed-off-by: Yangtao Li > > Acked-by: Maxime Ripard > > Maxime Applied to the togreg branch of iio.git and

[tip:perf/core] perf scripts python: exported-sql-viewer.py: Add tree level

2019-05-18 Thread tip-bot for Adrian Hunter
Commit-ID: 3ac641f4acd66c109b74f108f8a61f2905702b10 Gitweb: https://git.kernel.org/tip/3ac641f4acd66c109b74f108f8a61f2905702b10 Author: Adrian Hunter AuthorDate: Fri, 3 May 2019 15:08:25 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf scripts

[tip:perf/core] perf scripts python: exported-sql-viewer.py: Add copy to clipboard

2019-05-18 Thread tip-bot for Adrian Hunter
Commit-ID: 96c43b9a7ab3b70bc35d762f7b76082dfd118a6a Gitweb: https://git.kernel.org/tip/96c43b9a7ab3b70bc35d762f7b76082dfd118a6a Author: Adrian Hunter AuthorDate: Fri, 3 May 2019 15:08:26 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf scripts

[tip:perf/core] perf scripts python: exported-sql-viewer.py: Add context menu

2019-05-18 Thread tip-bot for Adrian Hunter
Commit-ID: 9bc4e4bfe6169343a8f019cd5d7843a558b78363 Gitweb: https://git.kernel.org/tip/9bc4e4bfe6169343a8f019cd5d7843a558b78363 Author: Adrian Hunter AuthorDate: Fri, 3 May 2019 15:08:27 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf scripts

[tip:perf/core] perf scripts python: exported-sql-viewer.py: Add 'About' dialog box

2019-05-18 Thread tip-bot for Adrian Hunter
Commit-ID: b62d18aba1109506c1926ab7b564c4ac3bd48786 Gitweb: https://git.kernel.org/tip/b62d18aba1109506c1926ab7b564c4ac3bd48786 Author: Adrian Hunter AuthorDate: Fri, 3 May 2019 15:08:28 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf scripts

[tip:perf/core] perf machine: Null-terminate version char array upon fgets(/proc/version) error

2019-05-18 Thread tip-bot for Donald Yandt
Commit-ID: 30ba5b0e66c872faa416a458d32cc3956ecb548a Gitweb: https://git.kernel.org/tip/30ba5b0e66c872faa416a458d32cc3956ecb548a Author: Donald Yandt AuthorDate: Tue, 14 May 2019 07:01:00 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf

[tip:perf/core] perf vendor events intel: Add uncore_upi JSON support

2019-05-18 Thread tip-bot for Kan Liang
Commit-ID: bf6d18cffa5f26bd5dc71485c2a2ad0c42a0ce60 Gitweb: https://git.kernel.org/tip/bf6d18cffa5f26bd5dc71485c2a2ad0c42a0ce60 Author: Kan Liang AuthorDate: Tue, 7 May 2019 06:16:31 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 perf vendor

[tip:perf/core] tools lib traceevent: Introduce man pages

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: dc7fd7bfe98e268f96fbc66d6ece4bf6a5bc057c Gitweb: https://git.kernel.org/tip/dc7fd7bfe98e268f96fbc66d6ece4bf6a5bc057c Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:08 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 tools

[tip:perf/core] tools lib traceevent: Add support for man pages with multiple names

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: f7dff58a8b5a35a65379cdc76fe11c168f9ef198 Gitweb: https://git.kernel.org/tip/f7dff58a8b5a35a65379cdc76fe11c168f9ef198 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:09 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for tep_handler related APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 680ca343d2290f94302ac4f60a6c69023d5a5f8a Gitweb: https://git.kernel.org/tip/680ca343d2290f94302ac4f60a6c69023d5a5f8a Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:10 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for header_page APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 3d2626bd1f15711711b575463befbe137ac1adc6 Gitweb: https://git.kernel.org/tip/3d2626bd1f15711711b575463befbe137ac1adc6 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:11 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for get/set cpus APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: ba28fabe43c3a13bbc6e48f78fdf609dcc5e114b Gitweb: https://git.kernel.org/tip/ba28fabe43c3a13bbc6e48f78fdf609dcc5e114b Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:12 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for host endian APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 802e985eb682e766992d2f851e4f1843414b3b0e Gitweb: https://git.kernel.org/tip/802e985eb682e766992d2f851e4f1843414b3b0e Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:14 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for page size APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 71ee989f94cf06ce73ec5bd8a9f28cca5d167499 Gitweb: https://git.kernel.org/tip/71ee989f94cf06ce73ec5bd8a9f28cca5d167499 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:15 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for file endian APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 9571f7371f143cfb7a324b531aac2814cb9044c7 Gitweb: https://git.kernel.org/tip/9571f7371f143cfb7a324b531aac2814cb9044c7 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:13 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:47 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for tep_strerror()

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: c127ef56761e41ad3eb4cb6eaaf1805e04c9a46e Gitweb: https://git.kernel.org/tip/c127ef56761e41ad3eb4cb6eaaf1805e04c9a46e Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:16 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for function related libtraceevent APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: c818e2dbe4720151f99876a28252cc9b27e561f8 Gitweb: https://git.kernel.org/tip/c818e2dbe4720151f99876a28252cc9b27e561f8 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:18 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for event handler APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: db5570e5e30aa2362fc34f5ee3b4b741362d41fa Gitweb: https://git.kernel.org/tip/db5570e5e30aa2362fc34f5ee3b4b741362d41fa Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:17 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

Re: [PATCH v3] HID: fix A4Tech horizontal scrolling

2019-05-18 Thread Igor Kushnir
Hi! I have verified that the PATCH v3 applied to kernel 5.0.15 fixes horizontal scrolling for my A4Tech WOP-49Z mouse just as well as the previous patch did. Thank you, Igor On 5/12/19 11:33 PM, Błażej Szczygieł wrote: Since recent high resolution scrolling changes the A4Tech driver must

undefined reference to `memremap'

2019-05-18 Thread kbuild test robot
Hi Paolo, It's probably a bug fix that unveils the link errors. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 72cf0b07418a9c8349aa9137194b1ccba6e54a9d commit: c011d23ba046826ccf8c4a4a6c1d01c9ccaa1403 kvm: fix compilation on aarch64 date: 21 hours

[tip:perf/core] tools lib traceevent: Man pages for registering print function

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 10e679751cde169434dffb6c87f9b93c02050bef Gitweb: https://git.kernel.org/tip/10e679751cde169434dffb6c87f9b93c02050bef Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:19 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for tep_read_number()

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: c76c22421875bbcbadd3c9fd4033981677aacfb0 Gitweb: https://git.kernel.org/tip/c76c22421875bbcbadd3c9fd4033981677aacfb0 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:20 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for event find APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 86e8076e93ff69213931f867878709f2c6139032 Gitweb: https://git.kernel.org/tip/86e8076e93ff69213931f867878709f2c6139032 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:21 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for list events APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 7935c316ef067881ee4043c4c7d611e982e5fe21 Gitweb: https://git.kernel.org/tip/7935c316ef067881ee4043c4c7d611e982e5fe21 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:22 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for libtraceevent event get APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 747e942c3925bb85e2865371664499a98fca83b0 Gitweb: https://git.kernel.org/tip/747e942c3925bb85e2865371664499a98fca83b0 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:23 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for find field APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 0b51220ee0c3f6634b9fcf9208cc0764d5861163 Gitweb: https://git.kernel.org/tip/0b51220ee0c3f6634b9fcf9208cc0764d5861163 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:24 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for get field value APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 96e75ef97d882655d3d2f14aec444d5544bd93ff Gitweb: https://git.kernel.org/tip/96e75ef97d882655d3d2f14aec444d5544bd93ff Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:25 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for print field APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 6dfe6849b6ee69975eb82181e0afb03fbd8b578f Gitweb: https://git.kernel.org/tip/6dfe6849b6ee69975eb82181e0afb03fbd8b578f Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:26 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for tep_read_number_field()

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 95ec2822a976af27c9cb77cdc01c650a3640adfa Gitweb: https://git.kernel.org/tip/95ec2822a976af27c9cb77cdc01c650a3640adfa Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:27 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for event fields APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: e64392019c0537829ef1d555451c513f1046ae2a Gitweb: https://git.kernel.org/tip/e64392019c0537829ef1d555451c513f1046ae2a Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:28 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for event filter APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 854d73c6665984765f8d93dea3d6c1dcafa17154 Gitweb: https://git.kernel.org/tip/854d73c6665984765f8d93dea3d6c1dcafa17154 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:29 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for parse event APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: e57ea935ad744a36168a181a3c01e019fc237c3c Gitweb: https://git.kernel.org/tip/e57ea935ad744a36168a181a3c01e019fc237c3c Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:30 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[GIT PULL] EFI fix

2019-05-18 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: f8585539df0a1527c78b5d760665c89fe1c105a9 fbdev/efifb: Ignore framebuffer memmap entries that lack any memory types Fix an EFI-fb

[tip:perf/core] tools lib traceevent: Man pages for APIs used to extract common fields from a record

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 0133fc6068fb51aa7ce8876e8fee465d92acfc14 Gitweb: https://git.kernel.org/tip/0133fc6068fb51aa7ce8876e8fee465d92acfc14 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:32 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man pages for trace sequences APIs

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 1df9d75776c9813abc7f6abff3a32ee782a86c8a Gitweb: https://git.kernel.org/tip/1df9d75776c9813abc7f6abff3a32ee782a86c8a Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:33 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] tools lib traceevent: Man page for tep_parse_header_page()

2019-05-18 Thread tip-bot for Tzvetomir Stoyanov
Commit-ID: 73b6b470f60641cf763eab60640b6dd9360297c7 Gitweb: https://git.kernel.org/tip/73b6b470f60641cf763eab60640b6dd9360297c7 Author: Tzvetomir Stoyanov AuthorDate: Fri, 10 May 2019 15:56:31 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:48 -0300 tools

[tip:perf/core] perf record: Implement COMPRESSED event record and its attributes

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: 42e1fd80a5b8bf9188ddb502b788433ece189aae Gitweb: https://git.kernel.org/tip/42e1fd80a5b8bf9188ddb502b788433ece189aae Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:41:33 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf build tests: Add NO_LIBZSTD=1 to make_minimal

2019-05-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 5b6f5aef10f65863151fd4daed61657ad2681f98 Gitweb: https://git.kernel.org/tip/5b6f5aef10f65863151fd4daed61657ad2681f98 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 14 May 2019 16:48:13 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300

[tip:perf/core] perf mmap: Implement dedicated memory buffer for data compression

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: 51255a8af7c41c876c2d715a35ab03c13302a607 Gitweb: https://git.kernel.org/tip/51255a8af7c41c876c2d715a35ab03c13302a607 Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:42:19 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: d3c8c08e75c4cbb6a940323092b40fcfd1de5380 Gitweb: https://git.kernel.org/tip/d3c8c08e75c4cbb6a940323092b40fcfd1de5380 Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:41:02 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf tools: Introduce Zstd streaming based compression API

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: f24c1d7523e6db26ec2115a308750c875927741b Gitweb: https://git.kernel.org/tip/f24c1d7523e6db26ec2115a308750c875927741b Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:42:55 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf record: Implement compression for serial trace streaming

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: 5d7f41164930ecc1797702b7f9728ac702609ef3 Gitweb: https://git.kernel.org/tip/5d7f41164930ecc1797702b7f9728ac702609ef3 Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:43:35 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[RFC GIT PULL] IRQ chip updates

2019-05-18 Thread Ingo Molnar
Linus, Please pull the latest irq-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus # HEAD: fb4e0592654adb31bc6f3a738d6499b816a655d6 Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms

[PATCH] scsi: libsas: no need to join wide port again in sas_ex_discover_dev()

2019-05-18 Thread Jason Yan
Since we are processing events synchronously now, the second call of sas_ex_join_wide_port() in sas_ex_discover_dev() is not needed. There will be no races with other works in disco workqueue. So remove the second sas_ex_join_wide_port(). I did not change the return value of 'res' to error when

[tip:perf/core] perf record: Implement compression for AIO trace streaming

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: ef781128e47e73f0e5b2ad385cfa685a0719456a Gitweb: https://git.kernel.org/tip/ef781128e47e73f0e5b2ad385cfa685a0719456a Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:44:12 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf report: Add stub processing of compressed events for -D

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: 61a7773ca88f32ef7e185fdf9fc0d44e8ec18a66 Gitweb: https://git.kernel.org/tip/61a7773ca88f32ef7e185fdf9fc0d44e8ec18a66 Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:45:11 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf record: Implement -z,--compression_level[=] option

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: 504c1ad11691d1a16e92285bb961728a80c06014 Gitweb: https://git.kernel.org/tip/504c1ad11691d1a16e92285bb961728a80c06014 Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:44:42 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf inject: Enable COMPRESSED record decompression

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: 371a3378d83a755add84b2dca730a3a641002f3a Gitweb: https://git.kernel.org/tip/371a3378d83a755add84b2dca730a3a641002f3a Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:45:44 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf report: Implement perf.data record decompression

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: cb62c6f1f59232457414ecbbf2337a1cb67b4ce2 Gitweb: https://git.kernel.org/tip/cb62c6f1f59232457414ecbbf2337a1cb67b4ce2 Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:45:11 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf tests: Implement Zstd comp/decomp integration test

2019-05-18 Thread tip-bot for Alexey Budankov
Commit-ID: bdc35cbc35c0b33428922503c7c85259510911a6 Gitweb: https://git.kernel.org/tip/bdc35cbc35c0b33428922503c7c85259510911a6 Author: Alexey Budankov AuthorDate: Mon, 18 Mar 2019 20:46:17 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[RFC GIT PULL] Clocksource/clockevents driver updates for v5.2

2019-05-18 Thread Ingo Molnar
Linus, Please pull the latest timers-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus # HEAD: ea7a5f90f103591f1f38dede52e731ec95ef3c55 Merge tag 'timers-v5.2' of http://git.linaro.org/people/daniel.lezcano/linux into

[tip:perf/core] perf test zstd: Fixup verbose mode output

2019-05-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: d94cfbab6da92a3fc5fb69c8dae75c5720e6ed26 Gitweb: https://git.kernel.org/tip/d94cfbab6da92a3fc5fb69c8dae75c5720e6ed26 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 15 May 2019 15:58:40 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300

[tip:perf/core] perf jevents: Remove unused variable

2019-05-18 Thread tip-bot for Zenghui Yu
Commit-ID: 8e8f515d567f9ec1d960e9fdb117d39753b7504d Gitweb: https://git.kernel.org/tip/8e8f515d567f9ec1d960e9fdb117d39753b7504d Author: Zenghui Yu AuthorDate: Wed, 15 May 2019 11:19:29 + Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf jevents:

[tip:perf/core] perf vendor events arm64: Remove [[:xdigit:]] wildcard

2019-05-18 Thread tip-bot for Florian Fainelli
Commit-ID: ae833a6124b1bfe98bea428da86fe5b83b5785a7 Gitweb: https://git.kernel.org/tip/ae833a6124b1bfe98bea428da86fe5b83b5785a7 Author: Florian Fainelli AuthorDate: Mon, 13 May 2019 13:25:20 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 events

2019-05-18 Thread tip-bot for Florian Fainelli
Commit-ID: 93fe8f1e11042e6cdf6f36f4e8ac111c7b818fc7 Gitweb: https://git.kernel.org/tip/93fe8f1e11042e6cdf6f36f4e8ac111c7b818fc7 Author: Florian Fainelli AuthorDate: Mon, 13 May 2019 13:25:21 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf vendor events arm64: Add Cortex-A57 and Cortex-A72 events

2019-05-18 Thread tip-bot for Florian Fainelli
Commit-ID: 7025fdbea3a67c5980b94574b755a5fd65ea8a36 Gitweb: https://git.kernel.org/tip/7025fdbea3a67c5980b94574b755a5fd65ea8a36 Author: Florian Fainelli AuthorDate: Mon, 13 May 2019 13:25:22 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 May 2019 16:36:49 -0300 perf

[tip:perf/core] perf parse-regs: Add generic support for arch__intr/user_reg_mask()

2019-05-18 Thread tip-bot for Kan Liang
Commit-ID: af785e75bf616704cab031e66403b6adcf5b700a Gitweb: https://git.kernel.org/tip/af785e75bf616704cab031e66403b6adcf5b700a Author: Kan Liang AuthorDate: Tue, 14 May 2019 13:19:33 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 16 May 2019 14:17:12 -0300 perf

  1   2   3   >