NOHZ vs. profile/oprofile v2
Hi, Martin Schwidefsky wrote: First version of the hrtimer patch for oprofile. I did not add the sysctl yet, if the sysctl is added in oprofile_timer_init it would not be available if some better profiling source is available. If it is added unconditionally it would only have an effect if the timer fa... 2 Mar 2010 11:14
[tip:sched/urgent] x86: Fix sched_clock_cpu for systems with unsynchronized TSC
Commit-ID: 14be1f7454ea96ee614467a49cf018a1a383b189 Gitweb: http://git.kernel.org/tip/14be1f7454ea96ee614467a49cf018a1a383b189 Author: Dimitri Sivanich <sivanich(a)sgi.com> AuthorDate: Mon, 1 Mar 2010 11:48:15 -0600 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 2 Mar 2010 13:36:11 +0100 x86: F... 2 Mar 2010 07:52
mtd/nand/r852: fix build for CONFIG_PM=n
On Mon, 2010-03-01 at 13:54 -0800, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix r852 build for the case of CONFIG_PM=n. drivers/mtd/nand/r852.c:1039: error: implicit declaration of function 'pci_prepare_to_sleep' drivers/mtd/nand/r852.c:1048: error: implicit declaration of f... 11 Mar 2010 12:17
sound/oss/v_midi.h: Checkpatch cleanup
At Sat, 27 Feb 2010 17:51:03 +0100, Andrea Gelmini wrote: sound/oss/v_midi.h:5: ERROR: code indent should use tabs where possible sound/oss/v_midi.h:7: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> Applied all three patches for sound/* now. Thanks. Takash... 2 Mar 2010 11:14
sound/pci/hda/hda_codec.c: various coding style fixes
At Sun, 28 Feb 2010 20:16:53 +0100, Norberto Lopes wrote: Signed-off-by: Norberto Lopes <nlopes.ml(a)gmail.com> Applied now. Thanks. Takashi -- 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 info at htt... 2 Mar 2010 07:51
please pull infiniband.git
On 3/2/2010 9:56 AM, Roland Dreier wrote: Linus, please pull from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This wi... 2 Mar 2010 07:51
scsi: RAID_ATTRS depends on SCSI
* Randy Dunlap <rdunlap(a)xenotime.net> wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> raid_class uses scsi interfaces, so it should depend on SCSI. Otherwise build errors occur when RAID_ATTRS=y and SCSI=m: ERROR: "raid_class_release" [drivers/scsi/mpt2sas/mpt2sas.ko] undefined! ERROR: "r... 2 Mar 2010 19:13
GFS2: Pull request
Hi, Please consider pulling the following GFS2 changes, Steve. ------------------------------------------------------------------------------------------ The following changes since commit 30ff056c42c665b9ea535d8515890857ae382540: Linus Torvalds (1): Merge branch 'x86-uv-for-linus' of git://git.ke... 2 Mar 2010 06:46
KVM usability
* Ingo Molnar <mingo(a)elte.hu> wrote: Here's our experience with tools/perf/. Hosting the project in the kernel proper helped its quality immensely: - It's much easier to synchronize new features on the kernel side and on the user-space side. The two go hand in hand - they are often implemented ... 7 Mar 2010 15:10
ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup
On Tue, 2010-03-02 at 16:09 +0800, Hidetoshi Seto wrote: (2010/03/02 10:55), Huang Ying wrote: ... The firmware_first setup code is moved from PCI core to AER driver too, because it is only AER related. (snip) diff --git a/drivers/pci/pcie/aer/aerdrv_core.c b/drivers/pci/pcie/aer/aerdrv_core.c ... 12 Mar 2010 20:41