[PATCH V2 0/6] perf: New conditional branch filter (6 replies)
This patchset is the re-spin of the original branch stack sampling patchset which introduced new PERF_SAMPLE_BRANCH_COND filter. This patchset also enables SW based branch filtering support for PPC64...
View Article[PATCH 1/6] extcon-gpio: Do not unnecessarily initialize variables (no replies)
Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- drivers/extcon/extcon-gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/extcon/extcon-gpio.c...
View Article[PATCH 0/6] extcon-gpio: Add devicetree support (5 replies)
The first three patches of this series are either cleanup or add functionality unrelated to devicetree support and should hopefully be acceptable as-is or with minor modifications. Patch 1 of this...
View Article[PATCH] h8300: include: asm: Kbuild: add default "serial.h" (no replies)
Normally, an architecture need support serial, so include the default one, or can not pass compiling: The related error (allmodconfig for h8300): In file included from...
View Article[PATCH 0/4] add regmap_filelds and use it on Renesas Sound driver (4 replies)
Hi Mark These patches add new regmap_filelds API on kernel. ~ and use it on Renesas sound driver instead of original method. It can care about multi port register offset via regmap. 0xAAAA + 0x40 --...
View Article[PATCH 05/15] perf: make events stream always parsable (no replies)
From: Adrian Hunter <adrian.hunter@intel.com> The event stream is not always parsable because the format of a sample is dependent on the sample_type of the selected event. When there is more...
View Article[PATCH 08/15] perf tools: Add missing 'abi' member to 'struct regs_dump' (no...
From: Adrian Hunter <adrian.hunter@intel.com> And store the parsed value there. Note that the 'abi' is 0 (no registers), 1 (32-bit registers) or 2 (64-bit registers), but the registers are...
View Article[PATCH 12/15] perf evlist: Add tracepoint lookup by name (no replies)
From: David Ahern <dsahern@gmail.com> Will be used by upcoming perf-trace replay option. Signed-off-by: David Ahern <dsahern@gmail.com> Cc: Adrian Hunter <adrian.hunter@intel.com>...
View Article[PATCH 04/15] perf tools: Remove references to struct ip_event (no replies)
From: Adrian Hunter <adrian.hunter@intel.com> The ip_event struct assumes fixed positions for ip, pid and tid. That is no longer true with the addition of PERF_SAMPLE_IDENTIFIER. The information...
View Article[PATCH 13/15] perf trace: Add option to analyze events in a file versus live...
From: David Ahern <dsahern@gmail.com> Allows capture of raw_syscall:* events and analyzed at a later time. v2: change -i option from inherit to input name for consistency with other perf...
View Article[PATCH 09/15] perf tools: Expand perf_event__synthesize_sample() (no replies)
From: Adrian Hunter <adrian.hunter@intel.com> Expand perf_event__synthesize_sample() to handle all sample format bits. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: David...
View Article[PATCH 07/15] perf tools: Add support for PERF_SAMPLE_IDENTIFIER (no replies)
From: Adrian Hunter <adrian.hunter@intel.com> Enable parsing of samples with sample format bit PERF_SAMPLE_IDENTIFIER. In addition, if the kernel supports it, prefer it to selecting...
View Article[GIT PULL 00/15] perf/core improvements and fixes (4 replies)
From: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 00e4cb1ced1b17c35465defafe86d156cbd7544e: Merge tag...
View Articlepermission to move definition of struct rpmsg_channel_info (no replies)
Hi Ohad/Brian, I have been working on rpmsg and I need to be able to create static rpmsg channels. Channel information needs to be specified by other drivers and for this, the drivers need access to...
View Article[PATCH] Email-clients:More config Settings for Thunderbird (no replies)
From 1e86f069b7cacdd6d369eac40b4b7aba7a0523a6 Mon Sep 17 00:00:00 2001 From: Paul McQuade <paulmcquad@gmail.com> Date: Fri, 30 Aug 2013 20:24:38 +0100 Subject: [PATCH] Email-clients:More config...
View Articleipv4: warnings on sk_wmem_queued (no replies)
I noticed these warnings on stock 3.10.9 running stress tests on cmogstored.git (git://bogomips.org/cmogstored.git) doing standard HTTP server stuff between lo and tmpfs: HTTP PUT requests hit:...
View Article[PATCH v2 2/2] input: misc: New USB eBeam input driver (no replies)
Signed-off-by: Yann Cantin <yann.cantin@laposte.net> --- Documentation/ABI/testing/sysfs-driver-ebeam | 53 ++ drivers/input/misc/Kconfig | 22 + drivers/input/misc/Makefile | 1 +...
View Article[PATCH v2 0/2] new USB eBeam input driver (1 reply)
Hi, New USB input driver for eBeam devices. Currently supported (tested) : - Luidia eBeam classic projection and edge projection models - Nec "interactive solution" NP01Wi1 & NP01Wi2 accessories....
View Article[PATCH] acpi: fan: trivial style cleanup (no replies)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> --- drivers/acpi/fan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c...
View Article[PATCH] x86: asus-laptop: trivial style cleanups (no replies)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> --- drivers/platform/x86/asus-laptop.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git...
View Article