Re: [Ksummit-2013-discuss] [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review)

2013-07-19 Thread Paul E. McKenney
On Thu, Jul 18, 2013 at 12:01:05PM +1000, Benjamin Herrenschmidt wrote: > On Wed, 2013-07-17 at 10:14 +0400, James Bottomley wrote: > > > OK, I am stupid enough to take a stab at this... > > > > > > 1.Does the Linux kernel community's health depend on the occasional > > > rant? [My

Re: docproc.c:

2013-07-19 Thread Johannes Berg
On 2013-07-19 05:07, Joe Perches wrote: These entries seem very arbitrary. (Also, I've never seen, nor cared about, them before) Any way to autogenerate this .tmpl file? No way that I can think of that actually makes it simpler. Sure, you could put a tag into each file and then use the tag,

Re: [PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-19 Thread Francois Romieu
Amit Uttamchandani : > Add poll controller function for velocity nic. Thanks. You did not state if it was tested. Was it ? -- Ueimor -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] iio: core: Avoid double minus in sysfs output

2013-07-19 Thread Oleksandr Kravchenko
On Thu, Jul 18, 2013 at 7:24 PM, Lars-Peter Clausen wrote: > On 07/18/2013 05:47 PM, Oleksandr Kravchenko wrote: >> From: Oleksandr Kravchenko >> >> This patch fixes the issue with double minus in output when >> reading channels from sysfs for IIO_VAL_INT_PLUS_MICRO and >> IIO_VAL_INT_PLUS_NANO

[PATCH] NET: pch_gbe depends on x86

2013-07-19 Thread Jiri Slaby
Since 4bb1667255a86360721291fe59991d033bbc2f2a (build some drivers only when compile-testing), PTP_1588_CLOCK_PCH depends on (X86 || COMPILE_TEST). But PCH_GBE selects PTP_1588_CLOCK_PCH without depending on x86. Fix this by adding the same dependency here. Signed-off-by: Jiri Slaby Reported-by:

Re: [PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-19 Thread Amit Uttamchandani
On Fri, Jul 19, 2013 at 08:11:07AM +0200, Francois Romieu wrote: > Amit Uttamchandani : > > Add poll controller function for velocity nic. > > Thanks. > > You did not state if it was tested. Was it ? > Yes, tested with latest upstream kernel and latest -stable 3.2.y (3.2.48). Thanks. -- To

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-07-19 Thread Nicholas A. Bellinger
On Thu, 2013-07-18 at 18:03 -0700, Nicholas A. Bellinger wrote: > On Thu, 2013-07-18 at 18:30 -0600, Jens Axboe wrote: > > On Thu, Jul 18 2013, Nicholas A. Bellinger wrote: > > > On Thu, 2013-07-18 at 13:12 -0600, Mike Christie wrote: > > > > On 07/18/2013 12:51 PM, Nicholas A. Bellinger wrote:

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-19 Thread Greg KH
On Fri, Jul 19, 2013 at 11:25:44AM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Friday 19 July 2013 11:13 AM, Greg KH wrote: > > On Fri, Jul 19, 2013 at 11:07:10AM +0530, Kishon Vijay Abraham I wrote: > >> + ret = dev_set_name(>dev, "%s.%d", dev_name(dev), id); > > > > Your

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-19 Thread Kishon Vijay Abraham I
Hi, On Friday 19 July 2013 11:59 AM, Greg KH wrote: > On Fri, Jul 19, 2013 at 11:25:44AM +0530, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Friday 19 July 2013 11:13 AM, Greg KH wrote: >>> On Fri, Jul 19, 2013 at 11:07:10AM +0530, Kishon Vijay Abraham I wrote: + ret =

Re: [PATCH v3 3/4] hwmon: (lm90) add support to handle IRQ

2013-07-19 Thread Wei Ni
On 07/18/2013 11:58 PM, Jean Delvare wrote: > Hi Wei, > > On Fri, 12 Jul 2013 15:48:06 +0800, Wei Ni wrote: >> When the temperature exceed the limit range value, >> the driver can handle the interrupt. >> >> Signed-off-by: Wei Ni >> --- >> drivers/hwmon/lm90.c | 24 >>

Re: [PATCH] crypto: remove double execution of the same test suite

2013-07-19 Thread Horia Geantă
On 7/18/2013 6:57 PM, Cristian Stoica wrote: This patch removes redundant execution of the same test suite in cases where alg and driver variables are the same (e.g. when alg_test is called from tcrypt_test) Signed-off-by: Cristian Stoica Reviewed-by: Horia Geanta --- crypto/testmgr.c |

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-19 Thread Martin Schwidefsky
On Thu, 18 Jul 2013 09:35:41 -0400 Vivek Goyal wrote: > On Thu, Jul 18, 2013 at 12:47:54PM +0200, Martin Schwidefsky wrote: > > On Thu, 18 Jul 2013 12:40:04 +0200 > > Michael Holzheu wrote: > > > > > On Wed, 17 Jul 2013 17:42:07 -0400 > > > Vivek Goyal wrote: > > > > On Wed, Jul 17, 2013 at

RE: [PATCH] crypto: remove double execution of the same test suite

2013-07-19 Thread Gupta Ruchika-R66431
Reviewed-by: Ruchika Gupta > -Original Message- > From: linux-crypto-ow...@vger.kernel.org [mailto:linux-crypto- > ow...@vger.kernel.org] On Behalf Of Cristian Stoica > Sent: Thursday, July 18, 2013 9:27 PM > To: herb...@gondor.hengli.com.au > Cc: da...@davemloft.net;

Re: [PATCH] dmaengine/MAINTAINERS: Add Andy as Co-Maintainer of DW DMA Controller

2013-07-19 Thread Andy Shevchenko
On Fri, Jul 19, 2013 at 6:43 AM, Viresh Kumar wrote: > Andy has done enough work on Synopsys Designware DMA Controller and I believe > he > should Co-Maintain this driver along with me. So this patch. > > Signed-off-by: Viresh Kumar Thanks. Acked-by: Andy Shevchenko > --- > MAINTAINERS | 1

[PATCH] block: replace strict_strtoul() with kstrtoul()

2013-07-19 Thread Jingoo Han
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han --- drivers/block/osdblk.c |2 +- drivers/block/rbd.c|2 +- drivers/block/xen-blkback/xenbus.c |2 +- 3 files

brcm80211: machine freezing hard with rfkill on

2013-07-19 Thread Jiri Slaby
Hi, our users report [1] that their machines freeze hard when they have rfkill turned on and try to run wpa_supplicant or enable network otherwise. This is with BCM43225 over PCI chip. Any ideas what that could be or how to fix this? [1] https://bugzilla.novell.com/show_bug.cgi?id=787649

[PATCH] power: power: replace strict_strtol() with kstrtol()

2013-07-19 Thread Jingoo Han
The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Signed-off-by: Jingoo Han --- drivers/power/power_supply_sysfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/power_supply_sysfs.c

[PATCH] firmware: google: replace strict_strtoul() with kstrtoul()

2013-07-19 Thread Jingoo Han
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han --- drivers/firmware/google/gsmi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/google/gsmi.c

Re: [PATCH] hugepage: allow parallelization of the hugepage fault path

2013-07-19 Thread David Gibson
On Thu, Jul 18, 2013 at 05:42:35PM +0900, Joonsoo Kim wrote: > On Wed, Jul 17, 2013 at 12:50:25PM -0700, Davidlohr Bueso wrote: > > From: David Gibson > > > > At present, the page fault path for hugepages is serialized by a > > single mutex. This is used to avoid spurious out-of-memory

[PATCH] w1: replace strict_strtol() with kstrtol()

2013-07-19 Thread Jingoo Han
The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Signed-off-by: Jingoo Han --- drivers/w1/w1.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c index

Re: [PATCH 1/3] misc: Add crossbar driver

2013-07-19 Thread Tony Lindgren
> On Thursday 18 July 2013 02:56 PM, Nishanth Menon wrote: > > Since the cross-bar is not limited t0 IRQ lines and applicable for > DMA request lines as well, making it IRQ chip doesn't make sense. Its > not typical pin control functionality either but at least that framework > is much closer to

[PATCH] usbserial: append Petatel NP10T device to GSM modems list

2013-07-19 Thread Daniil Bolsun
This patch was tested on 3.10.1 kernel. Same models of Petatel NP10T modems have different device IDs. Unfortunately they have no additional revision information on a board which may treat them as different devices. Currently I've seen only two NP10T devices with various IDs. Possibly Petatel

[PATCH] driver core: replace strict_strto*() with kstrto*()

2013-07-19 Thread Jingoo Han
The usage of strict_strto*() is not preferred, because strict_strto*() is obsolete. Thus, kstrto*() should be used. Signed-off-by: Jingoo Han --- drivers/base/core.c |2 +- drivers/base/memory.c| 10 ++ drivers/base/power/sysfs.c |7

Re: [GIT PULL] Remove ARM local timer API

2013-07-19 Thread Olof Johansson
Stephen Boyd wrote: >On 07/08/13 08:35, Stephen Boyd wrote: >> On 06/27, Olof Johansson wrote: >>> On Tue, Jun 25, 2013 at 01:02:12PM -0700, Stephen Boyd wrote: Olof/Arnd, These patches remove the ARM local timer API. The ARM architected timers have already moved away from

Re: [ 00/72] 3.10.2-stable review

2013-07-19 Thread Sven Joachim
On 2013-07-19 07:25 +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.10.2 release. > There are 72 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > >

Re: [PATCH 3/4] pinctrl: Add support for additional dynamic states

2013-07-19 Thread Tony Lindgren
* Stephen Warren [130718 12:27]: > On 07/18/2013 01:25 AM, Tony Lindgren wrote: > > * Stephen Warren [130717 14:21]: > >> On 07/16/2013 03:05 AM, Tony Lindgren wrote: > >>> To toggle dynamic states, let's add the optional active state in > >>> addition to the static default state. Then if the

Re: [PATCH 3/4] pinctrl: Add support for additional dynamic states

2013-07-19 Thread Tony Lindgren
* Stephen Warren [130718 12:33]: > On 07/18/2013 01:36 AM, Tony Lindgren wrote: > > * Stephen Warren [130717 14:30]: > >> On 07/16/2013 03:05 AM, Tony Lindgren wrote: > ... > >> Why shouldn't e.g. a pinctrl-based I2C mux also be able to do runtime > >> PM? Does the mux setting select which

[tip:perf/core] perf top: Add --objdump option

2013-07-19 Thread tip-bot for Sukadev Bhattiprolu
Commit-ID: 0d3942dbcf7f7e8955ba89deed4749b0ad64d721 Gitweb: http://git.kernel.org/tip/0d3942dbcf7f7e8955ba89deed4749b0ad64d721 Author: Sukadev Bhattiprolu AuthorDate: Tue, 14 May 2013 22:56:51 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:45:46 -0300 perf

[tip:perf/core] perf tools: Rename cpu_map__all() to cpu_map__empty()

2013-07-19 Thread tip-bot for Sukadev Bhattiprolu
Commit-ID: ec1e7e437ac47ecf7b4e07241036b1e1c3366012 Gitweb: http://git.kernel.org/tip/ec1e7e437ac47ecf7b4e07241036b1e1c3366012 Author: Sukadev Bhattiprolu AuthorDate: Wed, 22 May 2013 17:42:38 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:45:44 -0300 perf

[tip:perf/core] perf tests: Make TEST_ASSERT_VAL global

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 450ac18d8f8076f0c522af1afb8519614a3b32f5 Gitweb: http://git.kernel.org/tip/450ac18d8f8076f0c522af1afb8519614a3b32f5 Author: Jiri Olsa AuthorDate: Fri, 7 Jun 2013 15:37:03 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:45:52 -0300 perf tests: Make

[tip:perf/core] perf tools: Add methods for setting/ retrieving priv element of thread struct

2013-07-19 Thread tip-bot for David Ahern
Commit-ID: ba58041a8f0f0437c6c33414aa0d3fcf62ba90a5 Gitweb: http://git.kernel.org/tip/ba58041a8f0f0437c6c33414aa0d3fcf62ba90a5 Author: David Ahern AuthorDate: Fri, 7 Jun 2013 16:22:12 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:45:56 -0300 perf tools: Add

[tip:perf/core] perf util: Use evsel-> name to get tracepoint_paths

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: e7c93f09b83be25281cf129674e0035664715033 Gitweb: http://git.kernel.org/tip/e7c93f09b83be25281cf129674e0035664715033 Author: Namhyung Kim AuthorDate: Wed, 26 Jun 2013 16:14:05 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:46:02 -0300 perf util:

Re: [RESEND PATCH V1 8/9] hwmon: lm75: expose to thermal fw via DT nodes

2013-07-19 Thread Wei Ni
On 07/18/2013 09:12 PM, Eduardo Valentin wrote: > * PGP Signed: 07/18/2013 at 06:12:01 AM > > Hi Wei, > > > On 18-07-2013 01:33, Wei Ni wrote: >> On 07/17/2013 11:17 PM, Eduardo Valentin wrote: >>> This patch adds to lm75 temperature sensor the possibility >>> to expose itself as thermal zone

[tip:perf/core] perf tests: Omit end of the symbol check failure for test 1

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 5888a8c26e5f8e76334d579637f9ed55036cec5a Gitweb: http://git.kernel.org/tip/5888a8c26e5f8e76334d579637f9ed55036cec5a Author: Jiri Olsa AuthorDate: Fri, 7 Jun 2013 15:37:02 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:45:50 -0300 perf tests: Omit

[tip:perf/core] perf tools: Do not elide parent symbol column

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: ad3d6f508738323c0e843c4dbdd421c1aeb59cd8 Gitweb: http://git.kernel.org/tip/ad3d6f508738323c0e843c4dbdd421c1aeb59cd8 Author: Jiri Olsa AuthorDate: Mon, 17 Jun 2013 18:02:43 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:46:05 -0300 perf tools: Do

[tip:perf/core] perf report: Fix perf_session__delete removal

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: d4ae0a6f7c79be64c8f3551dd149189f8c4480eb Gitweb: http://git.kernel.org/tip/d4ae0a6f7c79be64c8f3551dd149189f8c4480eb Author: Jiri Olsa AuthorDate: Tue, 25 Jun 2013 13:54:13 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:46:07 -0300 perf report: Fix

[tip:perf/core] perf tools: Don' t free list head in parse_events__free_terms

2013-07-19 Thread tip-bot for David Ahern
Commit-ID: 0142dab01cd690f6e376f1fb4d4462beb054dfaf Gitweb: http://git.kernel.org/tip/0142dab01cd690f6e376f1fb4d4462beb054dfaf Author: David Ahern AuthorDate: Tue, 2 Jul 2013 13:27:23 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:46:14 -0300 perf tools:

[tip:perf/core] perf util: Move debugfs/ tracing helper functions to util.c

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 167aedc44e1743777e6aee71b0fe7ed94c6298cd Gitweb: http://git.kernel.org/tip/167aedc44e1743777e6aee71b0fe7ed94c6298cd Author: Namhyung Kim AuthorDate: Wed, 26 Jun 2013 16:14:04 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:46:00 -0300 perf util:

Re: [PATCH] perf, x86: Enable PEBS mode automatically for mem-{loads,stores} v3

2013-07-19 Thread Ingo Molnar
* Andi Kleen wrote: > From: Andi Kleen > > [The patch to enable this in the user tools has been sent separately] > > With the earlier patches to automatically try cpu// and add > a precise sys attribute, we can now enable PEBS for the mem-loads, > mem-stores events everywhere. > > This

[tip:perf/core] tools lib traceevent: Add page_size field to pevent

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 012ac692575b1ea6ed930871850584e4c64f1382 Gitweb: http://git.kernel.org/tip/012ac692575b1ea6ed930871850584e4c64f1382 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:20 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:14 -0300 tools lib

[tip:perf/core] tools lib traceevent: Add trace_seq_reset()

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 6a48aec3a7179b0cdae2339d5a4072214ee6c6fe Gitweb: http://git.kernel.org/tip/6a48aec3a7179b0cdae2339d5a4072214ee6c6fe Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:19 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:12 -0300 tools lib

[tip:perf/core] perf tests: Make terms a stack variable in test_term

2013-07-19 Thread tip-bot for David Ahern
Commit-ID: c549aca50134640537bf0fbae43c08fd5ff91932 Gitweb: http://git.kernel.org/tip/c549aca50134640537bf0fbae43c08fd5ff91932 Author: David Ahern AuthorDate: Tue, 2 Jul 2013 13:27:24 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:46:17 -0300 perf tests:

[tip:perf/core] perf tools: Remove callchain_cursor_reset call

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: fa1531fdd7b6332aa61bcc9fda495583acba460d Gitweb: http://git.kernel.org/tip/fa1531fdd7b6332aa61bcc9fda495583acba460d Author: Jiri Olsa AuthorDate: Mon, 10 Jun 2013 16:31:28 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:45:58 -0300 perf tools:

[tip:perf/core] perf util: Save long size of traced system

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 59657f9c8dd91363f1c94c1f749b33ecf626cfc2 Gitweb: http://git.kernel.org/tip/59657f9c8dd91363f1c94c1f749b33ecf626cfc2 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:23 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:19 -0300 perf util:

[tip:perf/core] perf util: Save page size in a trace file to pevent

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 30f36762aab575f2894f7528d91ecd0b6e26e3e4 Gitweb: http://git.kernel.org/tip/30f36762aab575f2894f7528d91ecd0b6e26e3e4 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:22 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:17 -0300 perf util:

[tip:perf/core] perf util: Skip reading header_event file

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 2b2efc7fb8a3ede936580e870c5f809e491c925c Gitweb: http://git.kernel.org/tip/2b2efc7fb8a3ede936580e870c5f809e491c925c Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:25 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:23 -0300 perf util:

[tip:perf/core] perf util: Make file/ host_bigendian variable local

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 63af28fa167374e470c32570b7c955c4d973dda4 Gitweb: http://git.kernel.org/tip/63af28fa167374e470c32570b7c955c4d973dda4 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:24 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:21 -0300 perf util:

[tip:perf/core] perf gtk/hists: Make column headers resizable

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 1a309426b4fae258dbd86ac0c575a849bf163b7b Gitweb: http://git.kernel.org/tip/1a309426b4fae258dbd86ac0c575a849bf163b7b Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 18:22:15 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:42 -0300 perf

[tip:perf/core] perf gtk/hists: Display callchain overhead also

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: cc60f24e225e50a0b57398f9ba105fd8ffcf4bb3 Gitweb: http://git.kernel.org/tip/cc60f24e225e50a0b57398f9ba105fd8ffcf4bb3 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 18:22:14 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:40 -0300 perf

[tip:perf/core] perf util: Get rid of unused header_page_* variables

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 9515b2eb7670a98fb9bdd8ceeefeea6ffb9f53fc Gitweb: http://git.kernel.org/tip/9515b2eb7670a98fb9bdd8ceeefeea6ffb9f53fc Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:27 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:26 -0300 perf util: Get

[tip:perf/core] perf util: No need to call read_trace_init() in tracing_data_header()

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: cfd0e8cf7fe7ad6f6c08e23ca4410bd718eeaf0b Gitweb: http://git.kernel.org/tip/cfd0e8cf7fe7ad6f6c08e23ca4410bd718eeaf0b Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:30 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:31 -0300 perf util: No

[tip:perf/core] perf util: Remove unused enum and macro in trace-event.h

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 45a9ee1b3fa2d8c3fb7a0c7e5a7b77281a4239a6 Gitweb: http://git.kernel.org/tip/45a9ee1b3fa2d8c3fb7a0c7e5a7b77281a4239a6 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:31 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:33 -0300 perf util:

[tip:perf/core] perf gtk/hists: Add support for callchains

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 2bbc5874251830fee170a0fc97fa5788717d2fd9 Gitweb: http://git.kernel.org/tip/2bbc5874251830fee170a0fc97fa5788717d2fd9 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 18:22:13 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:38 -0300 perf

[tip:perf/core] perf gtk/hists: Set rules hint for the hist browser

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 9d58d2f66c92fe47dd395947a3d51b9ace7dcc92 Gitweb: http://git.kernel.org/tip/9d58d2f66c92fe47dd395947a3d51b9ace7dcc92 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 18:22:17 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:45 -0300 perf

Re: [PATCH] f2fs: update file name in the inode block during f2fs_rename

2013-07-19 Thread Al Viro
On Fri, Jul 19, 2013 at 12:40:47PM +0900, Kim Jaegeuk wrote: > Hi, > > 2013. 7. 18. 6:22?? "Al Viro" : > > > > On Thu, Jul 18, 2013 at 06:11:23PM +0900, Jaegeuk Kim wrote: > > > The error is reproducible by: > > > > > > After this, when we retrieve the inode->i_name of test2 by

[tip:perf/core] perf sched: Move struct perf_sched definition out of cmd_sched()

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: f36f83f947ede547833e462696893f866df77324 Gitweb: http://git.kernel.org/tip/f36f83f947ede547833e462696893f866df77324 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:46:19 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:35 -0300 perf sched:

[tip:perf/core] perf util: Rename read_*() functions in trace-event-info.c

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 077f159d0402ac90a3ea9975f4089a042e0be065 Gitweb: http://git.kernel.org/tip/077f159d0402ac90a3ea9975f4089a042e0be065 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:29 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:30 -0300 perf util:

[tip:perf/core] perf script: Adopt latency_format variable

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 47390ae2afb6695c56810a9fc74fb930266addd0 Gitweb: http://git.kernel.org/tip/47390ae2afb6695c56810a9fc74fb930266addd0 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:28 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:28 -0300 perf script:

[tip:perf/core] perf util: Parse header_page to get proper long size

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 94b4d89e0021fe3e10415feede364a3fccaa2f89 Gitweb: http://git.kernel.org/tip/94b4d89e0021fe3e10415feede364a3fccaa2f89 Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 14:20:26 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:24 -0300 perf util:

[tip:perf/core] perf gtk/hists: Add a double-click handler for callchains

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 450f390ad2538c5e35d830fa5c624708a77dce0a Gitweb: http://git.kernel.org/tip/450f390ad2538c5e35d830fa5c624708a77dce0a Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 18:22:16 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:43 -0300 perf

[tip:perf/core] perf gtk/hists: Use GtkTreeStore instead of GtkListStore

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: f1d9a530553eed9e598d1597a2a348f01810dd4a Gitweb: http://git.kernel.org/tip/f1d9a530553eed9e598d1597a2a348f01810dd4a Author: Namhyung Kim AuthorDate: Tue, 4 Jun 2013 18:22:12 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:36 -0300 perf

[RFC PATCH v2] sched: Limit idle_balance()

2013-07-19 Thread Jason Low
When idle balance is being used frequently, functions such as load_balance(), update_sd_lb_stats(), tg_load_down(), and acquiring run queue locks can increase time spent in the kernel by quite a bit. In addition to spending kernel time in those functions, it may sometimes indirectly increase the %

[tip:perf/core] perf diff: Introducing diff_data object to hold files

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: ec308426ea743469ec6c2b0e06e20b3671546e8f Gitweb: http://git.kernel.org/tip/ec308426ea743469ec6c2b0e06e20b3671546e8f Author: Jiri Olsa AuthorDate: Mon, 25 Mar 2013 00:02:01 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:00 -0300 perf diff:

[tip:perf/core] perf tools: Centralize default columns init in perf_hpp__init

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 2b8bfa6bb8a7d26935207710397386759b42125c Gitweb: http://git.kernel.org/tip/2b8bfa6bb8a7d26935207710397386759b42125c Author: Jiri Olsa AuthorDate: Thu, 31 Jan 2013 23:34:25 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:53:59 -0300 perf tools:

[tip:perf/core] perf evlist: Tidy duplicated munmap code

2013-07-19 Thread tip-bot for Adrian Hunter
Commit-ID: 93edcbd91d888c7530c7fc749176fc935b8e2287 Gitweb: http://git.kernel.org/tip/93edcbd91d888c7530c7fc749176fc935b8e2287 Author: Adrian Hunter AuthorDate: Thu, 4 Jul 2013 16:20:26 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:54 -0300 perf evlist:

[tip:perf/core] perf hists: Marking dummy hists entries

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: e0af43d2486fc50208076cfd93af55615fd4adfd Gitweb: http://git.kernel.org/tip/e0af43d2486fc50208076cfd93af55615fd4adfd Author: Jiri Olsa AuthorDate: Sat, 1 Dec 2012 21:18:20 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:04 -0300 perf hists:

[tip:perf/core] perf tools: Add const specifier to perf_pmu__find name parameter

2013-07-19 Thread tip-bot for Adrian Hunter
Commit-ID: b6b96fb48f75d62858b39baf13c83c4504642f15 Gitweb: http://git.kernel.org/tip/b6b96fb48f75d62858b39baf13c83c4504642f15 Author: Adrian Hunter AuthorDate: Thu, 4 Jul 2013 16:20:25 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:52 -0300 perf tools:

[tip:perf/core] perf tools: Move hist_entry__period_snprintf into stdio code

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: be0e6d105d31a5818608ae243411aef5c976147a Gitweb: http://git.kernel.org/tip/be0e6d105d31a5818608ae243411aef5c976147a Author: Jiri Olsa AuthorDate: Mon, 4 Feb 2013 16:33:19 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:18 -0300 perf tools: Move

[tip:perf/core] perf tools: Add struct perf_hpp_fmt into hpp callbacks

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 2c5d4b4a087c448d7818b89294c98d4977dfe76c Gitweb: http://git.kernel.org/tip/2c5d4b4a087c448d7818b89294c98d4977dfe76c Author: Jiri Olsa AuthorDate: Thu, 31 Jan 2013 23:31:11 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:53:57 -0300 perf tools: Add

[tip:perf/core] perf tools: Validate perf event header size

2013-07-19 Thread tip-bot for Adrian Hunter
Commit-ID: 27389d7823f573be8eaff32fb4abe564e181eb71 Gitweb: http://git.kernel.org/tip/27389d7823f573be8eaff32fb4abe564e181eb71 Author: Adrian Hunter AuthorDate: Thu, 4 Jul 2013 16:20:27 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:53:48 -0300 perf tools:

[tip:perf/core] perf tools: struct thread has a tid not a pid

2013-07-19 Thread tip-bot for Adrian Hunter
Commit-ID: 380512345e13c3af64e59627f1b993c4faa94a84 Gitweb: http://git.kernel.org/tip/380512345e13c3af64e59627f1b993c4faa94a84 Author: Adrian Hunter AuthorDate: Thu, 4 Jul 2013 16:20:31 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:53:50 -0300 perf tools:

[tip:perf/core] perf diff: Move columns into struct data__file

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: c818b49820aea96d6a1b43815bae0ee38b09ca0d Gitweb: http://git.kernel.org/tip/c818b49820aea96d6a1b43815bae0ee38b09ca0d Author: Jiri Olsa AuthorDate: Sat, 1 Dec 2012 21:57:04 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:09 -0300 perf diff: Move

[tip:perf/core] perf report/top: Add option to collapse undesired parts of call graph

2013-07-19 Thread tip-bot for Greg Price
Commit-ID: b21484f1a1f300d422cfe5d4f8f50015e22cea24 Gitweb: http://git.kernel.org/tip/b21484f1a1f300d422cfe5d4f8f50015e22cea24 Author: Greg Price AuthorDate: Thu, 6 Dec 2012 21:48:05 -0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:53:55 -0300 perf report/top:

[tip:perf/core] perf timechart: Use traceevent lib event-parse.h include

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: c85cffa5894fad8ad7c8051ccf7dd73a3a3f92b6 Gitweb: http://git.kernel.org/tip/c85cffa5894fad8ad7c8051ccf7dd73a3a3f92b6 Author: Jiri Olsa AuthorDate: Thu, 11 Jul 2013 17:28:29 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 15 Jul 2013 16:09:07 -0300 perf timechart:

[tip:perf/core] perf diff: Add generic order option for compute sorting

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 5f3f8d3b1207cba3664d57a33de43f5ee11c8a06 Gitweb: http://git.kernel.org/tip/5f3f8d3b1207cba3664d57a33de43f5ee11c8a06 Author: Jiri Olsa AuthorDate: Sun, 25 Nov 2012 23:10:20 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:16 -0300 perf diff: Add

[tip:perf/core] perf tools: Remove event types from perf data file

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 44b3c57802b7557d0e2d8c3bd39bce942e9324cc Gitweb: http://git.kernel.org/tip/44b3c57802b7557d0e2d8c3bd39bce942e9324cc Author: Jiri Olsa AuthorDate: Thu, 11 Jul 2013 17:28:31 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 15 Jul 2013 16:28:10 -0300 perf tools:

[tip:perf/core] perf diff: Making compute functions static

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: ef358e6dcaba76d1c00dba5fc6cd4cde1d1a2f13 Gitweb: http://git.kernel.org/tip/ef358e6dcaba76d1c00dba5fc6cd4cde1d1a2f13 Author: Jiri Olsa AuthorDate: Sun, 21 Oct 2012 23:31:51 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:14 -0300 perf diff:

[tip:perf/core] perf diff: Move diff related columns into diff command

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 345dc0b45ecc37a239723f2b6392cab04d8b0eff Gitweb: http://git.kernel.org/tip/345dc0b45ecc37a239723f2b6392cab04d8b0eff Author: Jiri Olsa AuthorDate: Sun, 3 Feb 2013 20:08:34 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:07 -0300 perf diff: Move

[tip:perf/core] perf timechart: Remove event types framework only user

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 5936678e7da5f8d2944a2ad45d66c88b4a7ccb67 Gitweb: http://git.kernel.org/tip/5936678e7da5f8d2944a2ad45d66c88b4a7ccb67 Author: Jiri Olsa AuthorDate: Thu, 11 Jul 2013 17:28:30 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 15 Jul 2013 16:14:47 -0300 perf timechart:

[tip:perf/core] perf diff: Display data file info ahead of the diff output

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 1d81c7fc25c0f0559e3306fc73ecfe78b740c9e8 Gitweb: http://git.kernel.org/tip/1d81c7fc25c0f0559e3306fc73ecfe78b740c9e8 Author: Jiri Olsa AuthorDate: Sat, 1 Dec 2012 21:56:03 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:06 -0300 perf diff:

[tip:perf/core] perf diff: Change diff command to work over multiple data files

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 22aeb7f597650284591ad0f61b069ded3ecf91db Gitweb: http://git.kernel.org/tip/22aeb7f597650284591ad0f61b069ded3ecf91db Author: Jiri Olsa AuthorDate: Sat, 1 Dec 2012 22:00:00 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:11 -0300 perf diff: Change

[tip:perf/core] perf diff: Update perf diff documentation for multiple data comparison

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 3a3beae81dae4960cac99fb6deeaca371f0790eb Gitweb: http://git.kernel.org/tip/3a3beae81dae4960cac99fb6deeaca371f0790eb Author: Jiri Olsa AuthorDate: Wed, 24 Oct 2012 14:56:51 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:13 -0300 perf diff:

[tip:perf/core] perf tools: Remove event types framework completely

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 6065210db932fd183cbc8bc77558fee275360e71 Gitweb: http://git.kernel.org/tip/6065210db932fd183cbc8bc77558fee275360e71 Author: Jiri Olsa AuthorDate: Thu, 11 Jul 2013 17:28:33 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 15 Jul 2013 16:28:22 -0300 perf tools:

[tip:perf/core] perf header: Introduce feat_offset into perf_header

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 8d541e974f4b3ed5db7e278b4d64481af34910a9 Gitweb: http://git.kernel.org/tip/8d541e974f4b3ed5db7e278b4d64481af34910a9 Author: Jiri Olsa AuthorDate: Wed, 17 Jul 2013 19:49:44 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jul 2013 16:46:32 -0300 perf header:

[tip:perf/core] perf header: Recognize version number for perf data file

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 2a08c3ec4f7d6058a450d2d4bc6e366955872707 Gitweb: http://git.kernel.org/tip/2a08c3ec4f7d6058a450d2d4bc6e366955872707 Author: Jiri Olsa AuthorDate: Wed, 17 Jul 2013 19:49:47 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jul 2013 17:04:00 -0300 perf header:

[tip:perf/core] perf symbols: Do not apply symfs for an absolute vmlinux path

2013-07-19 Thread tip-bot for Namhyung Kim
Commit-ID: 5698d2c99ec11006b4c241ebad5252289902b358 Gitweb: http://git.kernel.org/tip/5698d2c99ec11006b4c241ebad5252289902b358 Author: Namhyung Kim AuthorDate: Wed, 17 Jul 2013 17:08:15 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jul 2013 12:23:57 -0300 perf symbols:

[tip:perf/core] perf record: Remove event types pushing

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 30d350795e8e57c17eabaab454932889f1ae8159 Gitweb: http://git.kernel.org/tip/30d350795e8e57c17eabaab454932889f1ae8159 Author: Jiri Olsa AuthorDate: Thu, 11 Jul 2013 17:28:32 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 15 Jul 2013 16:28:17 -0300 perf record:

[tip:perf/core] perf session: Use session-> fd instead of passing fd as argument

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: d4339569a6f8bb1e703337175dcd4fd4bcd5d891 Gitweb: http://git.kernel.org/tip/d4339569a6f8bb1e703337175dcd4fd4bcd5d891 Author: Jiri Olsa AuthorDate: Wed, 17 Jul 2013 19:49:41 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jul 2013 16:46:07 -0300 perf session:

[tip:perf/core] perf tests: Check proper prev_state size for sched_switch tp

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 8d76e1852794fac6ff0b538120d9856b0b07ef8a Gitweb: http://git.kernel.org/tip/8d76e1852794fac6ff0b538120d9856b0b07ef8a Author: Jiri Olsa AuthorDate: Fri, 12 Jul 2013 16:29:06 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jul 2013 12:34:53 -0300 perf tests:

[tip:perf/core] perf header: Remove attr_offset from perf_header

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 944d62ba4c8e1c9bb2962a70e3d495106fae8cd9 Gitweb: http://git.kernel.org/tip/944d62ba4c8e1c9bb2962a70e3d495106fae8cd9 Author: Jiri Olsa AuthorDate: Wed, 17 Jul 2013 19:49:43 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jul 2013 16:46:25 -0300 perf header:

[tip:perf/core] perf header: Remove data_offset seek as it' s not needed

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 75211dbfabf1de3a42703f4d3cd6f6e047289d40 Gitweb: http://git.kernel.org/tip/75211dbfabf1de3a42703f4d3cd6f6e047289d40 Author: Jiri Olsa AuthorDate: Wed, 17 Jul 2013 19:49:42 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jul 2013 16:46:17 -0300 perf header:

[tip:perf/core] perf tools: Fix 'make tools/perf'

2013-07-19 Thread tip-bot for Robert Richter
Commit-ID: ab4ecda5205b56cb3b8b44f2c18ffdefb24313a2 Gitweb: http://git.kernel.org/tip/ab4ecda5205b56cb3b8b44f2c18ffdefb24313a2 Author: Robert Richter AuthorDate: Tue, 16 Jul 2013 16:50:36 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jul 2013 10:40:02 -0300 perf tools:

[tip:perf/core] perf tools: Default to cpu// for events v5

2013-07-19 Thread tip-bot for Andi Kleen
Commit-ID: 50e200f07948400694238e08e7add73df5ba8f83 Gitweb: http://git.kernel.org/tip/50e200f07948400694238e08e7add73df5ba8f83 Author: Andi Kleen AuthorDate: Sat, 20 Apr 2013 11:02:28 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:53:52 -0300 perf tools:

[tip:perf/core] perf list: List kernel supplied event aliases

2013-07-19 Thread tip-bot for Andi Kleen
Commit-ID: dc098b35b56f83ae088e4291a4e389a6ff126965 Gitweb: http://git.kernel.org/tip/dc098b35b56f83ae088e4291a4e389a6ff126965 Author: Andi Kleen AuthorDate: Sat, 20 Apr 2013 11:02:29 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:53:53 -0300 perf list: List

[tip:perf/core] perf diff: Switching the base hists to be pairs head

2013-07-19 Thread tip-bot for Jiri Olsa
Commit-ID: 9af303e22a317d1cc6f440e08f72428830708b37 Gitweb: http://git.kernel.org/tip/9af303e22a317d1cc6f440e08f72428830708b37 Author: Jiri Olsa AuthorDate: Sat, 1 Dec 2012 21:15:40 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:54:02 -0300 perf diff:

[tip:perf/core] perf inject: Remove unused parameter

2013-07-19 Thread tip-bot for Adrian Hunter
Commit-ID: 63c2c9f8f24378ebf46d4a9d542863bb733ef05c Gitweb: http://git.kernel.org/tip/63c2c9f8f24378ebf46d4a9d542863bb733ef05c Author: Adrian Hunter AuthorDate: Thu, 4 Jul 2013 16:20:20 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:47 -0300 perf inject:

Re: [PATCH v3] x86, tboot: iomem fixes

2013-07-19 Thread Ingo Molnar
* Ren, Qiaowei wrote: > On 2013-07-18, Ingo Molnar wrote: > > > > * Qiaowei Ren wrote: > > > >> Current code doesn't use specific interface to access I/O space. > >> So some potential bugs can be caused. We can fix this by using > >> specific API. > > > > This is still very vague. > > > >>

[tip:perf/core] perf tools: Fix missing tool parameter

2013-07-19 Thread tip-bot for Adrian Hunter
Commit-ID: 47c3d1091cb68e727b840efd6fa3709d5b1ddfc2 Gitweb: http://git.kernel.org/tip/47c3d1091cb68e727b840efd6fa3709d5b1ddfc2 Author: Adrian Hunter AuthorDate: Thu, 4 Jul 2013 16:20:21 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:49 -0300 perf tools:

[tip:perf/core] perf inject: Add missing 'finished_round'

2013-07-19 Thread tip-bot for Adrian Hunter
Commit-ID: a609bda78203a21fb0e78b9d5b4ab911678e4ebb Gitweb: http://git.kernel.org/tip/a609bda78203a21fb0e78b9d5b4ab911678e4ebb Author: Adrian Hunter AuthorDate: Thu, 4 Jul 2013 16:20:22 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Jul 2013 13:52:50 -0300 perf inject:

[PATCH 20/21] x86, numa, acpi, memory-hotplug: Make movablecore=acpi have higher priority.

2013-07-19 Thread Tang Chen
Arrange hotpluggable memory as ZONE_MOVABLE will cause NUMA performance down because the kernel cannot use movable memory. For users who don't use memory hotplug and who don't want to lose their NUMA performance, they need a way to disable this functionality. So we improved movablecore boot

  1   2   3   4   5   6   7   8   9   10   >