First  |  Prev |  Next  |  Last
Pages: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
Some cleanups
On Mon, Aug 9, 2010 at 8:26 PM, Nitin Gupta <ngupta(a)vflare.org> wrote: �- xvmalloc: Remove unnecessary stat_{inc,dec} and increment � pages_stored directly �- xvmalloc: Initialize pointers with NULL instead of 0 �- zram: Remove verbose message when use sets insane disksize �- zram: Mark some messages as ... 9 Aug 2010 15:41
x86/hpet: Use the FSEC_PER_SEC constant for femto-second periods
On Sun, 2010-08-08 at 13:58 +0100, Chris Wilson wrote: The current computation, introduced with f12a15be63, of FSEC_PER_SEC using the multiplication of (FSEC_PER_NSEC * NSEC_PER_SEC) is performed only with 32bit integers on small machines, resulting in an overflow and a *very* short intervals being programm... 9 Aug 2010 15:41
section mismatches gone wild
Greetings all, from your resident old fart; I have built 2.6.35.1 about 6 or 7 times, looking for the reason its not loading microcode correctly for either my AMD phenom, or my radeon video card. Sometimes a reboot will not startx correctly, hanging with a pure white screen and no disk activity. In watchin... 9 Aug 2010 15:40
Reduce per table entry overhead by 4 bytes
On Mon, Aug 9, 2010 at 8:26 PM, Nitin Gupta <ngupta(a)vflare.org> wrote: Each zram device maintains an array (table) that maps index within the device to the location of corresponding compressed chunk. Currently we store 'struct page' pointer, offset with page and various flags separately which takes 12 by... 10 Aug 2010 01:33
Use percpu buffers
On Mon, Aug 9, 2010 at 8:26 PM, Nitin Gupta <ngupta(a)vflare.org> wrote: @@ -303,38 +307,41 @@ static int zram_write(struct zram *zram, struct bio *bio) � � � � � � � � � � � � � � � �zram_test_flag(zram, index, ZRAM_ZERO)) � � � � � � � � � � � �zram_free_page(zram, index); - � � � � � � � mutex_lock(&zra... 10 Aug 2010 03:41
vfs: introduce FS_IOC_SYNCFS to sync a single super
On Monday 09 August 2010, Sage Weil wrote: Currently the only way to sync a single super_block (and not all of them via sync(2)) is via the BLKFLSBUF ioctl on the block device. That also invalidates the bdev mapping, which isn't usually desireable, and it doesn't work for non-block file systems. The ab... 9 Aug 2010 15:40
[PATCH 7/8] v5 Define memory_block_size_bytes() for ppc/pseries
Define a version of memory_block_size_bytes() for powerpc/pseries such that a memory block spans an entire lmb. Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> --- arch/powerpc/platforms/pseries/hotplug-memory.c | 66 +++++++++++++++++++----- 1 file changed, 53 insertions(+), 13 deletions(-) Index:... 9 Aug 2010 15:40
[PATCH 5/8] v5 Allow memory_block to span multiple memory sections
Update the memory sysfs code that each sysfs memory directory is now considered a memory block that can contain multiple memory sections per memory block. The default size of each memory block is SECTION_SIZE_BITS to maintain the current behavior of having a single memory section per memory block (i.e. one sysfs d... 9 Aug 2010 15:40
Use percpu stats
On Mon, Aug 9, 2010 at 8:26 PM, Nitin Gupta <ngupta(a)vflare.org> wrote: Also remove references to removed stats (ex: good_comress). Signed-off-by: Nitin Gupta <ngupta(a)vflare.org> Acked-by: Pekka Enberg <penberg(a)kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b... 11 Aug 2010 13:39
[PATCH 1/8] v5 Move the find_memory_block() routine up
Move the find_me mory_block() routine up to avoid needing a forward declaration in subsequent patches. Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> --- drivers/base/memory.c | 62 +++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Index: linux-2.... 9 Aug 2010 15:40
First  |  Prev |  Next  |  Last
Pages: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100