[GIT PULL] perf updates
Ingo, Please pull the perf/test branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/test I've already posted the new reordering patches. Summary: - Now the reordering works with any kind of raw sample flow. I know I already said that with the p... 9 May 2010 17:36
[PATCH 09/10] perf/live-mode: Handle payload-less events
From: Tom Zanussi <tzanussi(a)gmail.com> Some events, such as the PERF_RECORD_FINISHED_ROUND event consist of only an event header and no data. In this case, a 0-length payload will be read, and the 0 return value will be wrongly interpreted as an 'unexpected end of event stream'. This patch allows for proper h... 9 May 2010 17:36
Information about your X6 Concept Car.
You have wo.n a B.M.W X.6 Con.cept Car and 750,000.00 G.B.P. with Ticket number: 22 5954 78 Serial S-A-M 7554-1189 Con.tact Mr. Beam Dave, E_mail: beamdave(a)gmx.net -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo inf... 9 May 2010 16:30
[PATCH] snd-hda-intel: add support for Lenovo ThinkPad X100e in conexant codec
Ideapad quirks working for my ThinkPad X100e (microphone is not tested). Signed-off-by: Andrej Gelenberg <andrej.gelenberg(a)udo.edu> --- sound/pci/hda/patch_conexant.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c inde... 9 May 2010 16:30
[PATCH] thinkpad_acpi: add support for thinkpad x100e
Embedded controller path is "\\_SB.PCI0.LPC0.EC" on Lenovo Thinkpad X100e. Signed-off-by: Andrej Gelenberg <andrej.gelenberg(a)udo.edu> --- drivers/platform/x86/thinkpad_acpi.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform... 9 May 2010 16:30
kernel panic on kill(0, SIGTERM) with PGID == 0
forgot to mention... On 05/09, Oleg Nesterov wrote: We should also change INIT_SIGHAND, but _hopefully_ this is enough to fix the crash. Also. I strongly believe we should change INIT_STRUCT_PID.tasks, it should be hlist_empty(). But this needs another discussion. Oleg. -- To unsubscribe from thi... 10 May 2010 03:22
[PATCH] Add Lenovo Thinkpad T400 to the whitelist
From: Ritesh Raj Sarraf <rrs(a)researchut.com> Adding Lenovo Thinkpad T400, I have done the testing on my laptop. The hdaps module detect the device and the hdapds daemon is able to [un]park the disk. Signed-off-by: Ritesh Raj Sarraf <rrs(a)debian.org> --- drivers/hwmon/hdaps.c | 1 + 1 files changed, 1 inse... 9 May 2010 13:13
[PATCH 2/3] perf report: Fix leak of resolved callchains array on error path
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Tom Zanussi <tzanussi(a)gmail.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalh... 9 May 2010 13:13
[PATCH 0/3] perf tools minor fixes
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf Regards, Arnaldo Carvalho de Melo (3): perf callchain: Move validate_callchain to callchain lib perf report: Fix leak of resolved callchains array on... 9 May 2010 13:13
[PATCH v2 5/8] sched: Eliminate the ts->idle_lastupdate field
From: Arjan van de Ven <arjan(a)linux.intel.com> Now that the only user of ts->idle_lastupdate is update_ts_time_stats(), the entire field can be eliminated. In update_ts_time_stats(), idle_lastupdate is first set to "now", and a few lines later, the only user is an if() statement that assigns a variable either ... 9 May 2010 12:08