[PATCH 4/4] drivers: dream: Code style fix
Removed parenthesis from return statements, split up assignment and if condition Signed-off-by: Jochen Maes <jochen.maes(a)sejo.be> --- drivers/staging/dream/camera/s5k3e2fx.c | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/staging/dream/camera/s5k3e2fx.c ... 10 Feb 2010 05:35
[0/11] ocfs2_dlmfs improvements v2
Changes from v1: - Ignore truncation of dlmfs files. The LVB is a constant size. - Check the LVB for validity before copying it to userspace. LVBs can become invalid during lock recovery. - This has now been tested to pass lvb_torture on two nodes with fsdlm ocfs2 ships with its own cluster stack, o2cb. The... 10 Feb 2010 05:35
[PATCH 11/11] ocfs2_dlmfs: Enable the use of user cluster stacks.
Unlike ocfs2, dlmfs has no permanent storage. It can't store off a cluster stack it is supposed to be using. So it can't specify the stack name in ocfs2_cluster_connect(). Instead, we create ocfs2_cluster_connect_agnostic(), which simply uses the stack that is currently enabled. This is find for dlmfs, which w... 10 Feb 2010 05:35
[PATCH 28/35] irq: remove not need bootmem code
mem_init is moved early already. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- kernel/irq/handle.c | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index 814940e..0e823c0 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/ha... 10 Feb 2010 05:35
[PATCH 34/35] x86: use num_processors for possible cpus
some systems that have disable cpus entries because same BIOS will support 2 sockets and 4 sockets and more at same time, BIOS just leave some disable entries, but those system do not support cpu hotplug. we don't need treat disabled_cpus as hotplug cpus. so we can make nr_cpu_ids smaller and save more spa... 10 Feb 2010 05:35
obsolete config in kernel source (LWMON5)
On Fri, Feb 05, 2010 at 02:42:57 +0100, Christoph Egger wrote: Hi all! Hi, (adding Valentin's actual address to the loop) As part of the VAMOS[0] research project at the University of Erlangen we're checking referential integrity between kernel KConfig options and in-code Conditional blocks. ... 27 Feb 2010 03:26
[PATCH 2/2] scripts: Remove the 80 line limit check
As lately the 80 line limit is not really enforced anymore I think it's cleaner not to do che checks in the checkpatch. It gives extra output that is ignored anyway. Signed-off-by: Jochen Maes <jochen.maes(a)sejo.be> --- scripts/checkpatch.pl | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) ... 10 Feb 2010 04:29
[GIT PULL] KVM fixes for 2.6.33-rc7
Linus, please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.33 To receive a suspend/resume kvmclock fix, and a memory corruption fix involving the emulated PIT. Jason Wang (2): Export the symbol of getboottime and mmonotonic_to_bootbased kvmclock: count total_slee... 10 Feb 2010 04:29
[GIT PULL] AVR32 fixes for 2.6.33
Hi Linus, Please pull git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6.git master to receive the following fixes for 2.6.33. Hans-Christian Egtvedt (1): avr32: clean up memory allocation in at32_add_device_mci Peter Huewe (1): arch/avr32: Fix build failure for avr32 cau... 10 Feb 2010 03:24
adds include/linux/pci-dma.h
On Wednesday 10 February 2010, FUJITA Tomonori wrote: This patch adds include/linux/pci-dma.h that defines the pci_unmap state API: DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) DECLARE_PCI_UNMAP_LEN(LEN_NAME) pci_unmap_addr(PTR, ADDR_NAME) pci_unmap_addr_set(PTR, ADDR_NAME, VAL) pci_unmap_len(PTR, LEN_NAM... 12 Feb 2010 11:10