First  |  Prev |  Next  |  Last
Pages: 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544
ARM/nuc900: re-organize the nuc900 lcd arch platform data setting
On Fri, Jul 16, 2010 at 03:00:07PM +0800, Wan ZongShun wrote: The patch re-organizes the nuc900 lcd arch platform data, remove the lcd platform data setting from nuc950.c to dev.c It can maximize the share codes between nuc900 series MCUs. Ok. -- To unsubscribe from this list: send the line "unsubscri... 18 Jul 2010 05:12
xstat: Add a dentry op to handle automounting rather than abusing follow_link() [ver #6]
Moving this out of ->follow_link is a good idea, but please submit this as a separate patch series, as it has very little to do with stat(). -- 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 http://vger.kernel.... 18 Jul 2010 05:12
xstat: Make special system filesystems return FS_SPECIAL_FL [ver #6]
special is not a very useful identifier. Also what you are returning is per-filesystem data, not per-file. This needs to go into statfs, not into stat. We're about to introduce flags for statfs, so try to do it ontop of those. The same thing applies to the remote flag in the next patch. -- To unsubscribe f... 18 Jul 2010 05:12
ARM/nuc900: add nuc900 keypad arch platform data
On Fri, Jul 16, 2010 at 05:05:11PM +0800, Wan ZongShun wrote: This patch is to add nuc900 keypad arch platform data. Ok. -- 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 http://vger.kernel.org/majordomo-inf... 18 Jul 2010 05:12
xstat: Provide a mechanism to gather extra results for [f]xstat() [ver #6]
As mentioned before this is total overkill. The request/respond flags together with the buffer size already provide enough ways to extent the structure in a backwards compatible way if needed. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.k... 18 Jul 2010 05:12
xstat: Add a pair of system calls to make extended file stats available [ver #6]
Adding Uli to the Cc list to make sure this system call is useful for glibc / can be exported by it. Otherwise it's rather pointless to add it. (6) BSD stat compatibility: Including more fields from the BSD stat such as creation time (st_btime) and inode generation number (st_gen) [Jeremy Allis... 13 Aug 2010 14:40
s3c nand: parsing commad-line partitions prior to set->partitions
On Tue, 2010-07-13 at 12:56 +0800, Conke Hu wrote: Current driver prevents command-line partitions from being parsed when built-in partitions are defined in s3c2410_nand_set object, but it is not desirable in some cases. This patch tries to parse commad-line partitions prior to the built-in. Signed-of... 18 Jul 2010 05:12
[PATCH] KERNEL BUILD: Make the setlocalversion script POSIX-compliant.
The 'source' builtin is a bash alias to the '.' (dot) builtin. While the former is supported only by bash, the latter is specified in POSIX and works fine with all POSIX-compliant shells I am aware of. The '$_' special parameter is specific to bash. It is partially supported in dash too but it always evaluates to... 18 Jul 2010 05:12
Basic zcache functionality
Nitin Gupta wrote: +/* + * Individual percpu values can go negative but the sum across all CPUs + * must always be positive (we store various counts). So, return sum as + * unsigned value. + */ +static u64 zcache_get_stat(struct zcache_pool *zpool, + enum zcache_pool_stats_index idx) +{ + in... 18 Jul 2010 06:15
Use xvmalloc to store compressed chunks
Nitin Gupta wrote: @@ -528,17 +581,32 @@ static int zcache_store_page(struct zcache_inode_rb *znode, goto out; } - dest_data = kmap_atomic(zpage, KM_USER0); + local_irq_save(flags); Does xv_malloc() required interrupts to be disabled? If so, why doesn't the function do it by itself? +... 19 Jul 2010 03:46
First  |  Prev |  Next  |  Last
Pages: 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544