[PATCH v5 3/6] perf config: Add a option 'list-all' to perf-config
A option 'list-all' is to display both current config variables and all possible config variables with default values. The syntax examples are like below perf config [options] display all perf config...
View Article[PATCH v5 6/6] perf config: Add a option 'remove' to perf-config
A option 'remove' is to remove specific config variables. For the syntax examples, # perf config -r | --remove [section.name ...] Signed-off-by: Taeung Song <treeze.taeung@gmail.com> ---...
View Article[PATCH v5 5/6] perf config: Add 'set' feature
This patch consists of functions which can set specific config variables. For the syntax examples, perf config [options] [section.name[=value] ...] set specific config variables # perf config...
View Article[PATCH v5 4/6] perf config: Add 'get' functionality
This patch consists of functions which can get specific config variables. For the syntax examples, perf config [options] [section.name ...] display key-value pairs of specific config variables # perf...
View Article[PATCH v5 2/6] perf config: Add '--system' and '--user' options to select...
Which config file is used is decided in only perf_config(). And a perf-confg command depend on perf_config() getting config file path. So add '--system' and '--user' options to select which config...
View ArticleRe: [PATCH 3/3] mtd: nand: pxa3xx-nand: fix readid without keep_config
On 16 August 2015 at 19:22, Robert Jarzmik <robert.jarzmik@free.fr> wrote: > Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> writes: > >> On 11 Aug 09:57 PM, Robert Jarzmik...
View ArticleRe: [PATCH 3/5] staging: wilc1000: replace MALLOC_WILC_BUFFER() macro to...
On Mon, Aug 17, 2015 at 12:08:35PM -0400, Raphaël Beamonte wrote: > The MACRO_WILC_BUFFER() macro was using a return statement, and didn't > take care of possible memory leaks and subsequent...
View ArticleRe: linux-next: Tree for Aug 17 (mshyperv.c)
On 08/17/15 03:55, Stephen Rothwell wrote: > Hi all, > > Changes since 20150813: > on i386 (for several days now): when CONFIG_KEXEC is not enabled: arch/x86/built-in.o: In function...
View ArticleRe: [v1 0/6] *** nps_enet fixups ***
From: Noam Camus <noamc@ezchip.com> Date: Mon, 17 Aug 2015 08:58:33 +0300 > This patch set is a bunch of fixes to make nps_enet work correctly with > all platforms, i.e. real device,...
View Article[PATCH v3 0/4] Let the power allocator thermal governor run on any thermal zone
Relax the thermal governor requirements of sustainable_power and at least two trip points so that it can be bound to any thermal zone. Its behavior won't be optimal, it would be the best it can with...
View Article[PATCH v3 4/4] thermal: power_allocator: exit early if there are no cooling...
Don't waste cycles in the power allocator governor's throttle function if there are no cooling devices and exit early. This commit doesn't change any functionality, but should provide better...
View Article[PATCH v3 1/4] thermal: power_allocator: relax the requirement of a...
The power allocator governor currently requires that a sustainable power is passed as part of the thermal zone's thermal zone parameters. If that parameter is not provided, it doesn't register with...
View Article[PATCH v3 3/4] thermal: power_allocator: don't require tzp to be present for...
Thermal zones created using thermal_zone_device_create() may not have tzp. As the governor gets its parameters from there, allocate it while the governor is bound to the thermal zone so that it can...
View Article[PATCH v3 2/4] thermal: power_allocator: relax the requirement of two passive...
The power allocator governor currently requires that the thermal zone has at least two passive trip points. If there aren't, the governor refuses to bind to the thermal zone. This commit relaxes that...
View ArticleRe: [PATCH 2/5] staging: wilc1000: remove FREE_WILC_BUFFER()
On Mon, Aug 17, 2015 at 12:08:34PM -0400, Raphaël Beamonte wrote: > It was just a wrapper around kfree(), so call that instead. > > Signed-off-by: Raphaël Beamonte...
View ArticleRe: [PATCH V8 08/25] perf tools: Add Intel BTS support
On 17/08/2015 6:52 p.m., Arnaldo Carvalho de Melo wrote: > Em Fri, Jul 17, 2015 at 07:33:43PM +0300, Adrian Hunter escreveu: >> Intel BTS support fits within the new auxtrace infrastructure....
View ArticleRe: [PATCH 4/5] staging: wilc1000: use pr_* instead of printk
On Mon, Aug 17, 2015 at 12:08:36PM -0400, Raphaël Beamonte wrote: > Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com> > --- > drivers/staging/wilc1000/coreconfigurator.c | 4...
View Article[GIT PULL] late dmaengine fixes
Hi Linus, We have a small fix for dmaengine privatecnt disbalance in dma_request_slave_channel() API. Please consider pulling to fix this issue reported on few devices from users The following changes...
View Article[PATCH v4 6/7] dax: update I/O path to do proper PMEM flushing
Update the DAX I/O path so that all operations that store data (I/O writes, zeroing blocks, punching holes, etc.) properly synchronize the stores to media using the PMEM API. This ensures that the...
View Article[PATCH v4 2/7] pmem, x86: move x86 PMEM API to new pmem.h header
Move the x86 PMEM API implementation out of asm/cacheflush.h and into its own header asm/pmem.h. This will allow members of the PMEM API to be more easily identified on this and other architectures....
View Article