Re: [PATCH 00/31] Latest numa/core patches, v15

2012-11-13 Thread Ingo Molnar
* Mel Gorman wrote: > On Tue, Nov 13, 2012 at 06:13:23PM +0100, Ingo Molnar wrote: > > Hi, > > > > This is the latest iteration of our numa/core tree, which > > implements adaptive NUMA affinity balancing. > > > > Changes in this version: > > > > https://lkml.org/lkml/2012/11/12/315 > >

[PATCH 1/6] staging: line6: drop control URB dumping code

2012-11-13 Thread Stefan Hajnoczi
The usbmon feature should be used instead of manually dumping control URBs. There are a few advantages to using usbmon: * Can be turned on/off at runtime * Provides full USB-level traffic * tcpdump and wireshark support for powerful analysis * No driver-specific code is required

[PATCH 3/6] staging: line6: drop unused CONFIG_LINE6_USB_DUMP_CTRL

2012-11-13 Thread Stefan Hajnoczi
Signed-off-by: Stefan Hajnoczi --- drivers/staging/line6/Kconfig | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/staging/line6/Kconfig b/drivers/staging/line6/Kconfig index a5ded12..2101799 100644 --- a/drivers/staging/line6/Kconfig +++ b/drivers/staging/line6/Kconfig @@

[PATCH 5/6] staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANY

2012-11-13 Thread Stefan Hajnoczi
CONFIG_LINE6_USB_DUMP_MIDI is no longer used by the code and therefore no longer plays a role in CONFIG_LINE6_USB_DUMP_ANY. Signed-off-by: Stefan Hajnoczi --- drivers/staging/line6/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/line6/driver.h

[PATCH 2/6] staging: line6: drop CONTROL from CONFIG_LINE6_USB_DUMP_ANY

2012-11-13 Thread Stefan Hajnoczi
CONFIG_LINE6_USB_DUMP_CTRL is no longer used by the code and therefore no longer plays a role in CONFIG_LINE6_USB_DUMP_ANY. Signed-off-by: Stefan Hajnoczi --- drivers/staging/line6/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/line6/driver.h

[PATCH] x86/irq,io_apic: Fix wrong unmask_ioapic calling when the irq is masked

2012-11-13 Thread Chuansheng Liu
There is one typical case will cause this issue, that is: One io-apic interrupt with ONE_SHOT and threaded, when interrupt is coming: handle_fasteoi_irq() --> mask_irq(desc) ... desc->irq_data.chip->irq_eoi(>irq_data)[ack_apic_level] --> ioapic_irqd_mask() ...

[PATCH 4/6] staging: line6: drop MIDI dumping code

2012-11-13 Thread Stefan Hajnoczi
ALSA amidi(1) and aseqdump(1) can be used to dump MIDI instead of manually dumping MIDI messages in the driver. The advantage of using these existing tools is that can be used at run-time rather than compile-time. Signed-off-by: Stefan Hajnoczi --- drivers/staging/line6/driver.c | 3 ---

[PATCH 0/6] staging: line6: drop driver-specific dumping code

2012-11-13 Thread Stefan Hajnoczi
The line6 driver has compile-time options for dumping USB and MIDI data. This functionality has been superceded by usbmon and amidi/aseqdump. These mechanisms can be enabled at run-time and have other features not in the line6 dumping code. Therefore it's time to drop the driver-specific dumping

[PATCH 6/6] staging: line6: drop unused CONFIG_LINE6_USB_DUMP_MIDI

2012-11-13 Thread Stefan Hajnoczi
Signed-off-by: Stefan Hajnoczi --- drivers/staging/line6/Kconfig | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/staging/line6/Kconfig b/drivers/staging/line6/Kconfig index 2101799..80a7202 100644 --- a/drivers/staging/line6/Kconfig +++ b/drivers/staging/line6/Kconfig @@

[tip:perf/core] tools lib traceevent: Use 'const' in variables pointing to const strings

2012-11-13 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 27f94d52394003d444a383eaf8d4824daf32432e Gitweb: http://git.kernel.org/tip/27f94d52394003d444a383eaf8d4824daf32432e Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 9 Nov 2012 17:40:47 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 9 Nov 2012 17:42:47 -0300

[tip:perf/core] tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerror

2012-11-13 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 7a905611644c015e68a955f263fd0a4b7b20879d Gitweb: http://git.kernel.org/tip/7a905611644c015e68a955f263fd0a4b7b20879d Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 9 Nov 2012 15:50:33 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 9 Nov 2012 17:35:31 -0300

[PATCH] regulator: core: Add regulator_is_supported_voltage_tol()

2012-11-13 Thread Mark Brown
If consumers wish to set voltages based on a tolerance it stands to reason that they will also want to query for support in the same manner. Signed-off-by: Mark Brown --- include/linux/regulator/consumer.h |8 1 file changed, 8 insertions(+) diff --git

[tip:perf/core] tools lib traceevent: No need to check for < 0 on an unsigned enum

2012-11-13 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: e46466b8bd5918626250dc0d6cb6c2147a611087 Gitweb: http://git.kernel.org/tip/e46466b8bd5918626250dc0d6cb6c2147a611087 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 9 Nov 2012 15:42:26 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 9 Nov 2012 17:35:15 -0300

[tip:perf/core] tools lib traceevent: Add __maybe_unused to unused parameters

2012-11-13 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: ca383a4df77a07e607123d7763facdc00ce32796 Gitweb: http://git.kernel.org/tip/ca383a4df77a07e607123d7763facdc00ce32796 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 9 Nov 2012 15:18:57 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 9 Nov 2012 17:34:39 -0300

[tip:perf/core] perf annotate: Don' t try to follow jump target on PLT symbols

2012-11-13 Thread tip-bot for Namhyung Kim
Commit-ID: 32ae1efd9d40645601cd4e09fa83a2711dd1ad6d Gitweb: http://git.kernel.org/tip/32ae1efd9d40645601cd4e09fa83a2711dd1ad6d Author: Namhyung Kim AuthorDate: Sat, 10 Nov 2012 02:27:15 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 9 Nov 2012 16:23:21 -0300 perf annotate:

[tip:perf/core] perf annotate: Whitespace fixups

2012-11-13 Thread tip-bot for Namhyung Kim
Commit-ID: 2ba34aaa6db8b61cf1fa14132f885ba6bc7c9ae0 Gitweb: http://git.kernel.org/tip/2ba34aaa6db8b61cf1fa14132f885ba6bc7c9ae0 Author: Namhyung Kim AuthorDate: Sat, 10 Nov 2012 02:27:13 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 9 Nov 2012 16:22:46 -0300 perf annotate:

[tip:perf/core] perf test: fix a build error on builtin-test

2012-11-13 Thread tip-bot for Zheng Liu
Commit-ID: 12f8f74b2a4d26c4facfa7ef99487cf0930f6ef7 Gitweb: http://git.kernel.org/tip/12f8f74b2a4d26c4facfa7ef99487cf0930f6ef7 Author: Zheng Liu AuthorDate: Thu, 8 Nov 2012 16:58:46 -0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 9 Nov 2012 11:34:49 -0300 perf test: fix a

[tip:perf/core] perf machine: Move more methods to machine.[ch]

2012-11-13 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 69d2591a829132492662bbfe164fcde5e44ad1c4 Gitweb: http://git.kernel.org/tip/69d2591a829132492662bbfe164fcde5e44ad1c4 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 9 Nov 2012 11:32:52 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 9 Nov 2012 11:32:52 -0300

Re: linux-next: Tree for Nov 14

2012-11-13 Thread Ingo Molnar
* Andrew Morton wrote: > On Wed, 14 Nov 2012 07:47:26 +0100 Ingo Molnar wrote: > > > > > * Andrew Morton wrote: > > > > > On Wed, 14 Nov 2012 16:30:42 +1100 Stephen Rothwell > > > wrote: > > > > > > > News: next-20121115 (i.e. tomorrow) will be the last release until > > > >

[tip:perf/core] perf hists: Introduce hists__link

2012-11-13 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 494d70a18137d18f0728fab7ad4f56aba29d1982 Gitweb: http://git.kernel.org/tip/494d70a18137d18f0728fab7ad4f56aba29d1982 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 8 Nov 2012 18:03:09 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Nov 2012 18:08:15 -0300

[tip:perf/core] perf diff: Move hists__match to the hists lib

2012-11-13 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 95529be47855be6350dfd0b9cd09ea863ca7421f Gitweb: http://git.kernel.org/tip/95529be47855be6350dfd0b9cd09ea863ca7421f Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 8 Nov 2012 17:54:33 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Nov 2012 17:57:37 -0300

[tip:perf/core] perf diff: Start moving to support matching more than two hists

2012-11-13 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: b821c7325354c589ccc9611cf9e6b0d7490ed6a6 Gitweb: http://git.kernel.org/tip/b821c7325354c589ccc9611cf9e6b0d7490ed6a6 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 25 Oct 2012 14:42:45 -0200 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Nov 2012 17:43:09 -0300

[tip:perf/core] perf tools: Add arbitary aliases and support names with -

2012-11-13 Thread tip-bot for Andi Kleen
Commit-ID: eef9ba98b9ee96f52e544b09f581c397d8cc8265 Gitweb: http://git.kernel.org/tip/eef9ba98b9ee96f52e544b09f581c397d8cc8265 Author: Andi Kleen AuthorDate: Mon, 5 Nov 2012 14:50:52 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Nov 2012 16:12:03 -0300 perf tools: Add

[tip:perf/core] perf tools: Add LIBDW_DIR Makefile variable to for alternate libdw

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 1fa0bc3f8d4f9bbcde5b1f962b006906cc80b2dc Gitweb: http://git.kernel.org/tip/1fa0bc3f8d4f9bbcde5b1f962b006906cc80b2dc Author: Jiri Olsa AuthorDate: Sat, 3 Nov 2012 19:27:57 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Nov 2012 16:01:37 -0300 perf tools: Add

[tip:perf/core] perf tests: Move attr. py temp dir cleanup into finally section

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: d4fcf0a8b96b23a245a21065c9424e09c8080819 Gitweb: http://git.kernel.org/tip/d4fcf0a8b96b23a245a21065c9424e09c8080819 Author: Jiri Olsa AuthorDate: Thu, 8 Nov 2012 17:01:01 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Nov 2012 13:16:19 -0300 perf tests: Move

[tip:perf/core] perf hists: Free branch_info when freeing hist_entry

2012-11-13 Thread tip-bot for Namhyung Kim
Commit-ID: 580e338d7e9dc4947cba2e1021e78e76ebe0869e Gitweb: http://git.kernel.org/tip/580e338d7e9dc4947cba2e1021e78e76ebe0869e Author: Namhyung Kim AuthorDate: Wed, 7 Nov 2012 16:27:14 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Nov 2012 12:05:12 -0300 perf hists:

[tip:perf/core] perf tests: Removing 'optional' field

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 8dfec403e39b7c37fd6e8813bacc01da1e1210ab Gitweb: http://git.kernel.org/tip/8dfec403e39b7c37fd6e8813bacc01da1e1210ab Author: Jiri Olsa AuthorDate: Mon, 5 Nov 2012 16:49:39 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:59 -0300 perf tests:

[tip:perf/core] perf machine: Set kernel data mapping length

2012-11-13 Thread tip-bot for Namhyung Kim
Commit-ID: 4552cf0f774ae3d24bf31e91324586274a552a66 Gitweb: http://git.kernel.org/tip/4552cf0f774ae3d24bf31e91324586274a552a66 Author: Namhyung Kim AuthorDate: Wed, 7 Nov 2012 16:27:10 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Nov 2012 11:56:16 -0300 perf machine:

Re: FW: [PATCH v2] mmc: sdhci: apply voltage range check only for non-fixed regulators

2012-11-13 Thread Mark Brown
On Wed, Nov 14, 2012 at 03:11:37PM +0800, Kevin Liu wrote: > - ret = regulator_set_voltage(host->vqmmc, 330, 330); > + ret = regulator_set_voltage(host->vqmmc, 270, 360); Should this be regulator_set_voltage_tol()? Otherwise it'd be good to explain where

[tip:perf/core] perf tests: Fix attr watermark field name typo

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 45e4089bc6398da2cf0609b614bc519970cb8442 Gitweb: http://git.kernel.org/tip/45e4089bc6398da2cf0609b614bc519970cb8442 Author: Jiri Olsa AuthorDate: Mon, 5 Nov 2012 16:49:38 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:59 -0300 perf tests: Fix

Re: [PATCH] cuse: do not register multiple devices with the same name

2012-11-13 Thread David Herrmann
Hi Tejun On Mon, Nov 12, 2012 at 7:33 PM, Tejun Heo wrote: > Hello, David. > > On Mon, Nov 12, 2012 at 05:15:48PM +0100, David Herrmann wrote: >> We do not check whether we already registered a CUSE device with a given >> name so we might end up with two devices with the same name. Sysfs will >>

[tip:perf/core] perf tests: Factor attr tests WRITE_ASS macro

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 89f552d684925ef9f1dca8b4b2b18fb981dc3d8c Gitweb: http://git.kernel.org/tip/89f552d684925ef9f1dca8b4b2b18fb981dc3d8c Author: Jiri Olsa AuthorDate: Mon, 5 Nov 2012 16:49:37 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:59 -0300 perf tests: Factor

[tip:perf/core] perf tests: Add missing attr stat basic test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: df4c6de857774252702acc20d4b0eddb329d8808 Gitweb: http://git.kernel.org/tip/df4c6de857774252702acc20d4b0eddb329d8808 Author: Jiri Olsa AuthorDate: Mon, 5 Nov 2012 16:49:36 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:59 -0300 perf tests: Add

[tip:perf/core] perf tools: Introduce struct hist_browser_timer

2012-11-13 Thread tip-bot for Namhyung Kim
Commit-ID: 9783adf777a445a1e9d0db4857a3a896a9f42d4a Gitweb: http://git.kernel.org/tip/9783adf777a445a1e9d0db4857a3a896a9f42d4a Author: Namhyung Kim AuthorDate: Fri, 2 Nov 2012 14:50:05 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:58 -0300 perf tools:

[tip:perf/core] perf report: Postpone objdump check until annotation requested

2012-11-13 Thread tip-bot for Namhyung Kim
Commit-ID: 68d807586ba83d9cb77f12c8fb7c97ea438d34ad Gitweb: http://git.kernel.org/tip/68d807586ba83d9cb77f12c8fb7c97ea438d34ad Author: Namhyung Kim AuthorDate: Fri, 2 Nov 2012 14:50:06 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:58 -0300 perf report:

Re: linux-next: Tree for Nov 14

2012-11-13 Thread Andrew Morton
On Wed, 14 Nov 2012 18:15:36 +1100 Stephen Rothwell wrote: > Hi Andrew, > > On Tue, 13 Nov 2012 22:56:35 -0800 Andrew Morton > wrote: > > > > On Wed, 14 Nov 2012 07:47:26 +0100 Ingo Molnar wrote: > > > > > * Andrew Morton wrote: > > > > > > > It would help if the old sched/numa code

[PATCH 02/11] watchdog/at91sam9_wdt: change the at91wdt_private struct to the at91wdt_drvdata struct

2012-11-13 Thread Wenyou Yang
Set the at91wdt_drvdata struct as the driver data of struct watchdog_device. Signed-off-by: Wenyou Yang --- drivers/watchdog/at91sam9_wdt.c | 35 +++ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/drivers/watchdog/at91sam9_wdt.c

[tip:perf/core] perf tools: Use normalized arch name for searching objdump path

2012-11-13 Thread tip-bot for Namhyung Kim
Commit-ID: 48ed0ece1b8063313284812ef048b26c3c4250af Gitweb: http://git.kernel.org/tip/48ed0ece1b8063313284812ef048b26c3c4250af Author: Namhyung Kim AuthorDate: Fri, 2 Nov 2012 14:50:04 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:58 -0300 perf tools: Use

[tip:perf/core] perf tests: Add documentation for attr tests

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: b84800a31502ab75c0032192de01e61a0d517f38 Gitweb: http://git.kernel.org/tip/b84800a31502ab75c0032192de01e61a0d517f38 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:02:06 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:58 -0300 perf tests: Add

[PATCH 05/11] watchdog/at91sam9_wdt: add to use the watchdog framework

2012-11-13 Thread Wenyou Yang
For the Watchdog Timer Mode Register can be only written only once, so struct watchdog_info options only support WDIOF_KEEPALIVEPING, not support WDIOF_SETTIMEOUT and WDIOF_MAGICCLOSE. Signed-off-by: Wenyou Yang --- drivers/watchdog/Kconfig|1 + drivers/watchdog/at91sam9_wdt.c |

[PATCH 00/11] watchdog/at91sam9_wdt: use watchdog framework, support DT

2012-11-13 Thread Wenyou Yang
Hi, All The patch series is intended to convert to use the watchdog framework, and add support to device tree. It has been tested on sam9m10g45ek, sam9g20ek, sam9263ek and sam9g25ek. It is based on v3.7-rc5. Best Regards Wenyou Yang Wenyou Yang (11): watchdog/at91sam9_wdt: remove the

[tip:perf/core] perf tests: Add attr stat default test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 8a6408a04bf98c853a047412f20f9c73669058be Gitweb: http://git.kernel.org/tip/8a6408a04bf98c853a047412f20f9c73669058be Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:02:04 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:57 -0300 perf tests: Add

[PATCH 06/11] watchdog/at91sam9_wdt: change the timer function name

2012-11-13 Thread Wenyou Yang
Change the timer function name "at91_ping" to "at91wdt_timer_tick" as an appropriate name, and change at91_wdt_reset to at91wdt_reset Signed-off-by: Wenyou Yang --- drivers/watchdog/at91sam9_wdt.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git

[PATCH 04/11] watchdog/at91sam9_wdt: change "at91_wdt_settimeout" function name to "at91wdt_enable"

2012-11-13 Thread Wenyou Yang
Change the "at91_wdt_settimeout" function name to "at91wdt_enable" for more reasonable, and also set the drvdata->enabled value. Signed-off-by: Wenyou Yang --- drivers/watchdog/at91sam9_wdt.c | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git

[PATCH 07/11] watchdog/at91sam9_wdt: add nowayout helpers to Watchdog Timer Driver Kernel API

2012-11-13 Thread Wenyou Yang
Signed-off-by: Wenyou Yang --- drivers/watchdog/at91sam9_wdt.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c index d764f36..187e33f 100644 --- a/drivers/watchdog/at91sam9_wdt.c +++ b/drivers/watchdog/at91sam9_wdt.c @@

[PATCH 10/11] watchdog/at91sam9_wdt: using dev_info replaces pr_info, dev_crit repalces pr_crit

2012-11-13 Thread Wenyou Yang
Signed-off-by: Wenyou Yang --- drivers/watchdog/at91sam9_wdt.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c index cba5c5d..bd74f40 100644 --- a/drivers/watchdog/at91sam9_wdt.c +++

[PATCH 11/11] ARM: dts: add the watchdog nodes for atmel SoC

2012-11-13 Thread Wenyou Yang
Signed-off-by: Wenyou Yang Cc: grant.lik...@secretlab.ca Cc: rob.herr...@calxeda.com Cc: r...@landley.net Cc: li...@arm.linux.org.uk Cc: devicetree-disc...@lists.ozlabs.org Cc: linux-...@vger.kernel.org --- .../devicetree/bindings/watchdog/atmel-wdt.txt | 14 ++

[PATCH 09/11] watchdog/at91sam9_wdt: add support to device tree

2012-11-13 Thread Wenyou Yang
Signed-off-by: Wenyou Yang Cc: grant.lik...@secretlab.ca Cc: rob.herr...@calxeda.com Cc: devicetree-disc...@lists.ozlabs.org --- drivers/watchdog/at91sam9_wdt.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c

[tip:perf/core] perf tests: Add attr stat default test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 149960a0dd4222fbd6678876c005b8b1c85f8e6a Gitweb: http://git.kernel.org/tip/149960a0dd4222fbd6678876c005b8b1c85f8e6a Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:02:03 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:57 -0300 perf tests: Add

[PATCH 08/11] watchdog/at91sam9_wdt: use module_platform_driver()

2012-11-13 Thread Wenyou Yang
Using module_platform_driver() replaces module_init() and module_exit() and makes the code simpler. Signed-off-by: Wenyou Yang --- drivers/watchdog/at91sam9_wdt.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/watchdog/at91sam9_wdt.c

[PATCH 03/11] watchdog/at91sam9_wdt: change the wdt_read and wdt_write macro to the inline function

2012-11-13 Thread Wenyou Yang
Signed-off-by: Wenyou Yang --- drivers/watchdog/at91sam9_wdt.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c index 31c914a..98e7d5a 100644 ---

[PATCH 01/11] watchdog/at91sam9_wdt: remove the file_operations struct

2012-11-13 Thread Wenyou Yang
Remove the file_operations struct and miscdevice struct for future add to use the watchdog framework. Signed-off-by: Wenyou Yang --- drivers/watchdog/at91sam9_wdt.c | 131 --- 1 file changed, 131 deletions(-) diff --git a/drivers/watchdog/at91sam9_wdt.c

[tip:perf/core] perf tests: Add attr stat event syntax group test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 28ae79cfb622cf471d45f1b3f38609d8766e8a95 Gitweb: http://git.kernel.org/tip/28ae79cfb622cf471d45f1b3f38609d8766e8a95 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:02:02 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:03:57 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr stat group test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: a6d3476c58763b35104d815757faed5bdf040cea Gitweb: http://git.kernel.org/tip/a6d3476c58763b35104d815757faed5bdf040cea Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:02:01 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:02:37 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr stat no-inherit test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 9602681f705830955eff1c2dd18283e5a01be58c Gitweb: http://git.kernel.org/tip/9602681f705830955eff1c2dd18283e5a01be58c Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:02:00 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:02:30 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record branch filter tests

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 9c90178412813368b7f040793c4af2fdfed3634d Gitweb: http://git.kernel.org/tip/9c90178412813368b7f040793c4af2fdfed3634d Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:58 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:02:21 -0300 perf tests: Add

Re: linux-next: Tree for Nov 14

2012-11-13 Thread Stephen Rothwell
Hi Andrew, On Tue, 13 Nov 2012 22:56:35 -0800 Andrew Morton wrote: > > On Wed, 14 Nov 2012 07:47:26 +0100 Ingo Molnar wrote: > > > * Andrew Morton wrote: > > > > > It would help if the old sched/numa code wasn't in -next while > > > you're away. That would give me a clean run at 3.7 and

[tip:perf/core] perf tests: Add attr record branch any test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 2fa10f2fe370f2da6c48dae5a154bfcd74848538 Gitweb: http://git.kernel.org/tip/2fa10f2fe370f2da6c48dae5a154bfcd74848538 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:57 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:02:18 -0300 perf tests: Add

[PATCH] uprobes tracer: Add support for @ADDR, @stackN, dereference, bitfield arguments

2012-11-13 Thread Hyeoncheol Lee
Add support for @ADDR, @stackN, dereference, bitfield arguments. Uprobes tracer supported only register argument. @SYMBOL, $retval, $stack are not supported. because a symbol address and whether function starts at a given address can't be known. Uprobes tracer and kprobes tracer have their own

Re: [PATCH v2 1/3] leds: leds-pwm: Convert to use devm_get_pwm

2012-11-13 Thread Peter Ujfalusi
Hi Bryan, On 11/14/2012 02:14 AM, Bryan Wu wrote: >> diff --git a/include/linux/leds_pwm.h b/include/linux/leds_pwm.h >> index 33a0711..a65e964 100644 >> --- a/include/linux/leds_pwm.h >> +++ b/include/linux/leds_pwm.h >> @@ -7,7 +7,7 @@ >> struct led_pwm { >> const char *name; >>

[tip:perf/core] perf tests: Add attr record no delay test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: f2e264ce36cbac642a63c23725da712bf00d508b Gitweb: http://git.kernel.org/tip/f2e264ce36cbac642a63c23725da712bf00d508b Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:56 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:02:09 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record raw test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 813105858a85c9a98fc686fbe6788dc217cc9ab3 Gitweb: http://git.kernel.org/tip/813105858a85c9a98fc686fbe6788dc217cc9ab3 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:55 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:02:07 -0300 perf tests: Add

Re: FW: [PATCH v2] mmc: sdhci: apply voltage range check only for non-fixed regulators

2012-11-13 Thread Kevin Liu
> From: linux-mmc-ow...@vger.kernel.org > [mailto:linux-mmc-ow...@vger.kernel.org] On Behalf Of Chris Ball > Sent: Tuesday, November 13, 2012 10:14 PM > To: Marek Szyprowski > Cc: linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; Kyungmin Park; > Mark Brown; Liam Girdwood; Philip Rakity >

[tip:perf/core] perf tests: Add attr record data test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 23823641ff8415ef500483af06a58069f7470d23 Gitweb: http://git.kernel.org/tip/23823641ff8415ef500483af06a58069f7470d23 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:54 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 5 Nov 2012 14:02:02 -0300 perf tests: Add

Re: [PATCH 1/2] kfifo: round up the fifo size power of 2

2012-11-13 Thread Stefani Seibold
Am Freitag, den 09.11.2012, 10:32 +0800 schrieb Yuanhan Liu: > On Thu, Nov 08, 2012 at 01:37:15PM +0100, Stefani Seibold wrote: > > Am Donnerstag, den 08.11.2012, 20:24 +0800 schrieb Yuanhan Liu: > Yes, it is. I will try log API then. > > Stefani, I found an issue while rework to current API.

[tip:perf/core] ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64

2012-11-13 Thread tip-bot for Yoshihiro YUNOMAE
Commit-ID: 50ecf2c3afead23a05227ab004e4212eca08c207 Gitweb: http://git.kernel.org/tip/50ecf2c3afead23a05227ab004e4212eca08c207 Author: Yoshihiro YUNOMAE AuthorDate: Thu, 11 Oct 2012 16:27:54 -0700 Committer: Steven Rostedt CommitDate: Fri, 2 Nov 2012 10:21:48 -0400 ring-buffer: Change

Re: [PATCH V4 1/4] [SCSI] drivers/scsi/ufs: Seggregate PCI Specific Code

2012-11-13 Thread James Bottomley
On Thu, 2012-10-18 at 17:37 +0530, vinayak holikatti wrote: > I am Vacation will look into it when i am back to work. > > This doesn't apply on 3.7-rc1. Am I missing any patches in between ? OK, so it doesn't apply for me either: patching file drivers/scsi/ufs/ufshcd.c Hunk #11 FAILED at 902.

Re: scsi target, likely GPL violation

2012-11-13 Thread James Bottomley
On Sun, 2012-11-11 at 18:32 +, Alan Cox wrote: > > > 1. Yes, I've got first hand proof of a GPL violation (in which case > > > we'll then move to seeing how we can remedy this) or > > > 2. A genuine public apology for the libel, which I'll do my best to > > > prevail

Re: linux-next: Tree for Nov 14

2012-11-13 Thread Stephen Rothwell
On Wed, 14 Nov 2012 17:55:28 +1100 Stephen Rothwell wrote: > > On Tue, 13 Nov 2012 21:37:42 -0800 Andrew Morton > wrote: > > > > It would help if the old sched/numa code wasn't in -next while you're > > away. That would give me a clean run at 3.7 and will make it easier > > for others to

[tip:perf/core] tracing: Reset ring buffer when changing trace_clocks

2012-11-13 Thread tip-bot for David Sharp
Commit-ID: 60303ed3f4b9332b9aa9bc17c68bc174e7343e2d Gitweb: http://git.kernel.org/tip/60303ed3f4b9332b9aa9bc17c68bc174e7343e2d Author: David Sharp AuthorDate: Thu, 11 Oct 2012 16:27:52 -0700 Committer: Steven Rostedt CommitDate: Fri, 2 Nov 2012 10:21:47 -0400 tracing: Reset ring

Re: [PATCH 1/5] arcmsr: Re-name the HBA Type

2012-11-13 Thread James Bottomley
On Fri, 2012-10-12 at 17:05 +0800, NickCheng wrote: > -#define ARCMSR_HBCMU_OUTBOUND_DOORBELL_ISR_MASK0x0004 /* > When clear, the General Outbound Doorbell interrupt routes to > the host.*/ > The patch is still linebroken here. It is a massively long line (like about 200 characters).

[tip:perf/core] perf tests: Add attr record no-inherit test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 0a3021c56b81eb3202a506e4d85cb8d99052f28f Gitweb: http://git.kernel.org/tip/0a3021c56b81eb3202a506e4d85cb8d99052f28f Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:53 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:08:40 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record no samples test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 55adeee3aaf745cc8b4e7c5976afbab95bde5697 Gitweb: http://git.kernel.org/tip/55adeee3aaf745cc8b4e7c5976afbab95bde5697 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:52 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:08:11 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record period test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: da98f8df49eb799b37587eb4a13ea7a1a9f9e47c Gitweb: http://git.kernel.org/tip/da98f8df49eb799b37587eb4a13ea7a1a9f9e47c Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:51 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:08:03 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record graph test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 8b96829468123431f925223f94a62b3372d8fd5e Gitweb: http://git.kernel.org/tip/8b96829468123431f925223f94a62b3372d8fd5e Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:50 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:07:56 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record count test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: a0f25be079ac10631e8e3a84a2fa8fb55c1e2a7f Gitweb: http://git.kernel.org/tip/a0f25be079ac10631e8e3a84a2fa8fb55c1e2a7f Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:49 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:07:48 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record freq test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 44cfcf4cc6bcb67a01046f7f5c88187d1dafa775 Gitweb: http://git.kernel.org/tip/44cfcf4cc6bcb67a01046f7f5c88187d1dafa775 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:48 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:07:12 -0300 perf tests: Add

Re: linux-next: Tree for Nov 14

2012-11-13 Thread Andrew Morton
On Wed, 14 Nov 2012 07:47:26 +0100 Ingo Molnar wrote: > > * Andrew Morton wrote: > > > On Wed, 14 Nov 2012 16:30:42 +1100 Stephen Rothwell > > wrote: > > > > > News: next-20121115 (i.e. tomorrow) will be the last release until > > > next-20121126 (which should be just be after -rc7, I

[tip:perf/core] perf tests: Add attr record event syntax group test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 76062f61ff934ac9f22183c10494228852d26d47 Gitweb: http://git.kernel.org/tip/76062f61ff934ac9f22183c10494228852d26d47 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:47 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:06:48 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record group test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 4f59de0bc6a545d730c054e765cf3e7de1f3cf4f Gitweb: http://git.kernel.org/tip/4f59de0bc6a545d730c054e765cf3e7de1f3cf4f Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:46 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:06:06 -0300 perf tests: Add

Re: linux-next: Tree for Nov 14

2012-11-13 Thread Stephen Rothwell
Hi Andrew, On Tue, 13 Nov 2012 21:37:42 -0800 Andrew Morton wrote: > > It would help if the old sched/numa code wasn't in -next while you're > away. That would give me a clean run at 3.7 and will make it easier > for others to integrate and test the four(!) different > autoschednumacore

[tip:perf/core] perf tests: Add attr tests under builtin test command

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: d898b241215daf6f2e654b32ebb8341bffc98cc5 Gitweb: http://git.kernel.org/tip/d898b241215daf6f2e654b32ebb8341bffc98cc5 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:02:05 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:00:40 -0300 perf tests: Add

[tip:perf/core] perf tests: Add attr record basic test

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: bf779746f928de99eba84de0a72a5bbfa87ca680 Gitweb: http://git.kernel.org/tip/bf779746f928de99eba84de0a72a5bbfa87ca680 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:45 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 1 Nov 2012 17:00:31 -0300 perf tests: Add

[tip:perf/core] linux/kernel.h: Remove duplicate trace_printk declaration

2012-11-13 Thread tip-bot for Michal Hocko
Commit-ID: 60efc15ae96c7aace8060411b0d5add20e1ab21e Gitweb: http://git.kernel.org/tip/60efc15ae96c7aace8060411b0d5add20e1ab21e Author: Michal Hocko AuthorDate: Thu, 25 Oct 2012 15:41:51 +0200 Committer: Steven Rostedt CommitDate: Wed, 31 Oct 2012 16:46:37 -0400 linux/kernel.h: Remove

[PATCH 1/1] thermal: Exynos: Add missing dependency

2012-11-13 Thread Sachin Kamat
CPU_FREQ_TABLE depends on CPU_FREQ. Selecting CPU_FREQ_TABLE without checking for dependencies gives the following compilation warnings: warning: (ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC && UX500_SOC_DB8500 && CPU_THERMAL && EXYNOS_THERMAL) selects CPU_FREQ_TABLE which has unmet direct dependencies

[tip:perf/core] tracing: Cleanup unnecessary function declarations

2012-11-13 Thread tip-bot for Vaibhav Nagarnaik
Commit-ID: 6f86ab9fcaef122abb837819139eadac1a0ca966 Gitweb: http://git.kernel.org/tip/6f86ab9fcaef122abb837819139eadac1a0ca966 Author: Vaibhav Nagarnaik AuthorDate: Thu, 7 Jun 2012 16:46:25 -0700 Committer: Steven Rostedt CommitDate: Wed, 31 Oct 2012 16:45:34 -0400 tracing: Cleanup

[tip:perf/core] tracing: Trivial cleanup

2012-11-13 Thread tip-bot for David Sharp
Commit-ID: 01e3e710a9265fb7092efd67243d7b6dd6e2548a Gitweb: http://git.kernel.org/tip/01e3e710a9265fb7092efd67243d7b6dd6e2548a Author: David Sharp AuthorDate: Thu, 7 Jun 2012 16:46:24 -0700 Committer: Steven Rostedt CommitDate: Wed, 31 Oct 2012 16:45:33 -0400 tracing: Trivial cleanup

Re: linux-next: Tree for Nov 14

2012-11-13 Thread Ingo Molnar
* Andrew Morton wrote: > On Wed, 14 Nov 2012 16:30:42 +1100 Stephen Rothwell > wrote: > > > News: next-20121115 (i.e. tomorrow) will be the last release until > > next-20121126 (which should be just be after -rc7, I guess - assuming > > that Linus does not release v3.7 before then), so if

Re: [patch 3/7] fs, notify: Add file handle entry into inotify_inode_mark

2012-11-13 Thread Cyrill Gorcunov
On Tue, Nov 13, 2012 at 02:38:08PM -0800, Andrew Morton wrote: > On Tue, 13 Nov 2012 12:00:32 +0400 > Cyrill Gorcunov wrote: > > > > Dumb question: do we really need inotify_inode_mark.fhandle at all? > > > What prevents us from assembling this info on demand when ->show_fdinfo() > > > is > >

[tip:perf/core] ring-buffer: Add a 'dropped events' counter

2012-11-13 Thread tip-bot for Slava Pestov
Commit-ID: 884bfe89a462fcc85c8abd96171519cf2fe70929 Gitweb: http://git.kernel.org/tip/884bfe89a462fcc85c8abd96171519cf2fe70929 Author: Slava Pestov AuthorDate: Fri, 15 Jul 2011 14:23:58 -0700 Committer: Steven Rostedt CommitDate: Wed, 31 Oct 2012 16:45:27 -0400 ring-buffer: Add a

[tip:perf/core] tracing: Change tracer's integer flags to bool

2012-11-13 Thread tip-bot for Hiraku Toyooka
Commit-ID: f43c738bfa8608424610e4fc1aef4d4644e2ce11 Gitweb: http://git.kernel.org/tip/f43c738bfa8608424610e4fc1aef4d4644e2ce11 Author: Hiraku Toyooka AuthorDate: Tue, 2 Oct 2012 17:27:10 +0900 Committer: Steven Rostedt CommitDate: Wed, 31 Oct 2012 16:45:25 -0400 tracing: Change

[tip:perf/core] perf tests: Add framework for automated perf_event_attr tests

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 52502bf201a85b5b51a384037a002d0b39093df0 Gitweb: http://git.kernel.org/tip/52502bf201a85b5b51a384037a002d0b39093df0 Author: Jiri Olsa AuthorDate: Wed, 31 Oct 2012 15:52:47 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 31 Oct 2012 16:20:58 -0200 perf tests: Add

[tip:perf/core] tracing: Replace strict_strto* with kstrto*

2012-11-13 Thread tip-bot for Daniel Walter
Commit-ID: bcd83ea6cbfee54e33d1527b87538dc99ca2137b Gitweb: http://git.kernel.org/tip/bcd83ea6cbfee54e33d1527b87538dc99ca2137b Author: Daniel Walter AuthorDate: Wed, 26 Sep 2012 22:08:38 +0200 Committer: Steven Rostedt CommitDate: Wed, 31 Oct 2012 16:45:23 -0400 tracing: Replace

[tip:perf/core] perf tests: Move test objects into 'tests' directory

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: 945aea220bb8f4bb37950549cc0b93bbec24c460 Gitweb: http://git.kernel.org/tip/945aea220bb8f4bb37950549cc0b93bbec24c460 Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:43 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 31 Oct 2012 16:19:19 -0200 perf tests: Move

[PATCH] Thermal: Add Linux/Thermal subsystem info in MAINTAINER file

2012-11-13 Thread Zhang Rui
Add Linux/Thermal subsystem info in MAINTAINER file. All the changes made to the generic thermal layer, or platform thermal drivers that make use of the thermal layer, should be sent to linux...@vger.kernel.org for discussion. And as the maintainer, I will only apply the patches that have been

[tip:perf/core] perf browser: Don't show scripts menu for ' perf top'

2012-11-13 Thread tip-bot for Feng Tang
Commit-ID: c77d8d7030128e61e206658815b96a6befed9d06 Gitweb: http://git.kernel.org/tip/c77d8d7030128e61e206658815b96a6befed9d06 Author: Feng Tang AuthorDate: Thu, 1 Nov 2012 00:00:55 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 31 Oct 2012 16:14:19 -0200 perf browser:

[tip:perf/core] perf tools: Remove BINDIR define from exec_cmd. o compilation

2012-11-13 Thread tip-bot for Jiri Olsa
Commit-ID: dc53eda5a025f3e7503219477a8aefb8842ed74b Gitweb: http://git.kernel.org/tip/dc53eda5a025f3e7503219477a8aefb8842ed74b Author: Jiri Olsa AuthorDate: Tue, 30 Oct 2012 23:01:42 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 31 Oct 2012 15:55:11 -0200 perf tools:

[tip:perf/core] perf annotate: Handle XBEGIN like a jump

2012-11-13 Thread tip-bot for Andi Kleen
Commit-ID: ffadcf090d468e9c4938b718649f38dd10cfdb02 Gitweb: http://git.kernel.org/tip/ffadcf090d468e9c4938b718649f38dd10cfdb02 Author: Andi Kleen AuthorDate: Tue, 30 Oct 2012 17:34:08 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 31 Oct 2012 12:18:26 -0200 perf annotate:

[tip:perf/core] perf tools: Speed up the perf build time by simplifying the perf --version string generation

2012-11-13 Thread tip-bot for Ingo Molnar
Commit-ID: acddedfba0df1e47fa99035a04661082b679ee9c Gitweb: http://git.kernel.org/tip/acddedfba0df1e47fa99035a04661082b679ee9c Author: Ingo Molnar AuthorDate: Tue, 30 Oct 2012 09:46:00 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 31 Oct 2012 12:17:49 -0200 perf tools:

[tip:perf/core] perf tools: Further speed up the perf build

2012-11-13 Thread tip-bot for Ingo Molnar
Commit-ID: 0e2af956693a8797d658d076ff4c0da4147f0131 Gitweb: http://git.kernel.org/tip/0e2af956693a8797d658d076ff4c0da4147f0131 Author: Ingo Molnar AuthorDate: Tue, 30 Oct 2012 09:54:41 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 31 Oct 2012 12:17:49 -0200 perf tools:

  1   2   3   4   5   6   7   8   9   10   >