First  |  Prev |  Next  |  Last
Pages: 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648
[PATCH 4/6] Mtd: fixed open brace.
From 7c0b352854c7d80e57327ba65d42b9060dc13705 Mon Sep 17 00:00:00 2001 From: Neal Buckendahl <nealb001(a)gmail.com> Date: Sun, 11 Jul 2010 18:23:17 -0500 Subject: [PATCH 4/6] Mtd: fixed open brace { related issues found by the checkpatch.pl tool Signed-off-by: Neal Buckendahl <nealb001(a)gmail.com> --- d... 11 Jul 2010 23:47
[PATCH 3/6] Mtd: fixed space related issues
From 5af46680b31132acbd587b953d390317796700de Mon Sep 17 00:00:00 2001 From: Neal Buckendahl <nealb001(a)gmail.com> Date: Sun, 11 Jul 2010 17:26:13 -0500 Subject: [PATCH 3/6] Mtd: fixed space related issues found by the checkpatch.pl tool Signed-off-by: Neal Buckendahl <nealb001(a)gmail.com> --- drivers/mt... 11 Jul 2010 23:47
[PATCH 2/6] Mtd: fixed space after open parenthesis
From d1caf6c1e0e1c8137a0c23c570df5ce764eb60f6 Mon Sep 17 00:00:00 2001 From: Neal Buckendahl <nealb001(a)gmail.com> Date: Sun, 11 Jul 2010 17:06:12 -0500 Subject: [PATCH 2/6] Mtd: fixed space after open parenthesis found by the checkpatch.pl tool Signed-off-by: Neal Buckendahl <nealb001(a)gmail.com> --- driv... 11 Jul 2010 23:47
One question about the positions of flush_dcache_page and bounce_copy_vec methods in copy_to_high_bio_irq
����Recently, I read the kernel codes from 2.6.32 to 2.6.35. I have a question about the positions of flush_dcache_page and bounce_copy_vec methods in copy_to_high_bio_irq function in mm/bounce.c file. In my opinion, flush_dcache_page is written before bounce_copy_vec in order to set the destination page in bounce_... 11 Jul 2010 23:47
[PATCH 1/2] Add a common struct clk
We currently have 21 definitions of struct clk in the ARM architecture, each defined on a per-platform basis. This makes it difficult to define platform- (or architecture-) independent clock sources without making assumptions about struct clk, and impossible to compile two platforms with different struct clks into ... 11 Jul 2010 22:42
[PATCH 2/2] clk: Generic support for fixed-rate clocks
Since most platforms will need a fixed-rate clock, add one. This will also serve as a basic example of an implementation of struct clk. Signed-off-by: Jeremy Kerr <jeremy.kerr(a)canonical.com> --- include/linux/clk.h | 13 +++++++++++++ kernel/clk.c | 14 ++++++++++++++ 2 files changed, 27 insertion... 11 Jul 2010 22:42
[PATCH 0/2] Common struct clk implementation, v6
Hi all, These patches are an attempt to allow platforms to share clock code. At present, the definitions of 'struct clk' are local to platform code, which makes allocating and initialising cross-platform clock sources difficult, and makes it impossible to compile a single image containing support for two ARM pla... 11 Jul 2010 22:42
linux-next: build failure after merge of the vfs tree
Hi Al, After merging the vfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/nilfs2/inode.c: In function 'nilfs_clear_inode': fs/nilfs2/inode.c:630: error: implicit declaration of function 'nilfs_btnode_cache_clear' Caused by commit 743a0a2f1a89e53d656ec6a2f715111d92642bcb ("con... 12 Jul 2010 01:59
writeback: dont redirty tail an inode with dirty pages
On Sun, Jul 11, 2010 at 10:07:00AM +0800, Wu Fengguang wrote: This avoids delaying writeback for an expired (XFS) inode with lots of dirty pages, but no active dirtier at the moment. Previously we only do that for the kupdate case. CC: Dave Chinner <david(a)fromorbit.com> CC: Christoph Hellwig <hch(a)inf... 15 Jul 2010 12:03
perf: Add DWARF register lookup for SH
Matt Fleming wrote: Implement get_arch_regstr() for SH so that, given a DWARF register number, the corresponding symbolic name of that register can be looked up. OK, the patch itself looks good, but I don't know whether SH kernel supports KPROBE_EVENT which is required for perf-probe. Or, SH kernel reposi... 12 Jul 2010 14:03
First  |  Prev |  Next  |  Last
Pages: 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648