Top search
519 results in the forums
Order by date -
Order by pertinence
[PATCH] Btrfs: use ALIGN macro instead of open-coded expression
According to section 'Find open-coded helpers or macros' at https://btrfs.wiki.kernel.org/index.php/Cleanup_ideas, here in the patch we use ALIGN macro to do the alignment. Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> ...
Message posted on the May 8th, 2012 - 4:20 AM ET
[PATCH] virtio, ring: Use ALIGN macros in virtio_ring.h
From: Liu Yuan <tailai.ly@taobao.com> Signed-off-by: Liu Yuan <tailai.ly@taobao.com> include/linux/virtio_ring.h | 8 +++-- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/include/linux/virtio_ring.h ...
Message posted on the April 26th, 2011 - 12:20 am ET
[PATCH] mm: bootmem: use phys_addr_t for physical addresses
From: Vitaly Andrianov <vitalya@ti.com> On a physical address extended (PAE) systems physical memory may be located outside the first 4GB address range. In particular, on TI Keystone devices, all memory (including lowmem) is located outside ...
Message posted on the September 12th, 2012 - 12:10 pm ET
[PATCH 05/13] perf tools: fix ALIGN redefinition in system headers
On some systems (e.g. Android), ALIGN is defined in system headers as ALIGN(p). The definition of ALIGN used in perf takes 2 parameters: ALIGN(x,a). This leads to redefinition conflicts. Redefinition error on Android: In file included from ...
Message posted on the August 28th, 2012 - 06:10 pm ET
Bug#667939: last-align: Hardening flags missing
This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. Package: last-align Version: 198-1 Severity: important Tags: patch Dear Maintainer, The hardening flags are ...
Message posted on the April 07th, 2012 - 12:50 pm ET
[PATCH RESEND percpu#for-next] percpu: align percpu readmostly subsection to cacheline
Currently percpu readmostly subsection may share cachelines with other percpu subsections which may result in unnecessary cacheline bounce and performance degradation. This patch adds @cacheline parameter to PERCPU() and PERCPU_VADDR() linker ...
Message posted on the December 27th, 2010 - 08:40 am ET
[PATCH 1/3] percpu: use ZERO_SIZE_PTR / ZERO_OR_NULL_PTR
Fix pcpu_alloc() to return ZERO_SIZE_PTR if requested size is 0; fix free_percpu() to check passed pointer with ZERO_OR_NULL_PTR. Signed-off-by: Dmitry Antipov <dmitry.antipov@linaro.org> mm/percpu.c | 16 +++++++++++-- 1 files changed, 11 ...
Message posted on the January 30th, 2012 - 03:40 am ET
[patch 2/3] add new macros to make percpu readmostly section correctly align
percpu readmostly section should start and end at address cachline aligned. Idealy we should change PERCPU_VADDR/PERCPU, but I can't change all arch code, so I add new macros for x86. Signed-off-by: Shaohua Li <shaohua.li@intel.com> ...
Message posted on the December 01st, 2010 - 09:10 pm ET
[PATCH] of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN
There's no reason to use the powerpc-specific _ALIGN macro in the fdt code. Replace it with ALIGN() from kernel.h Signed-off-by: Grant Likely <grant.likely@secretlab.ca> arch/microblaze/include/asm/page.h | 7 - drivers/of/fdt.c ...
Message posted on the June 25th, 2010 - 06:10 pm ET
[PATCH] cma: use unsigned type for count argument
From: Michal Nazarewicz <mina86@mina86.com> Specifying negative size of buffer makes no sense and thus this commit changes the type of the count argument to unsigned. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> ...
Message posted on the December 19th, 2012 - 01:00 pm ET
[PATCH] [ARM] Use AT() in the linker script to create correct program headers
The standard linux asm-generic/vmlinux.lds.h already supports this, and it seems other architectures do as well. The goal is to create an ELF file that has correct program headers. We want to see the VirtAddr be the runtime address of the kernel ...
Message posted on the September 30th, 2012 - 08:00 pm ET
Align a GPT partition
Hello, i need to partition a 5.8TB RAID5 array in one piece in Win2003R2. i've followed diskpart info from ms support site but it never covers GPT partition and i can't use MBR as it tops @2TB. So i have a blank GPT drive with NO partitions, i run: ...
Message posted on the February 27th, 2009 - 12:00 pm ET
listbox align right
I have an Access 2003 Form with a listbox that has three columns. I know that using a list box like this is not ideal if I want to control the left-right alignment, however, I am using the method from Stephen Lebans ...
Message posted on the November 08th, 2009 - 08:42 am ET
[PATCH 0/2] Align MIPS swapper_pg_dir for faster code.
From: David Daney <david.daney@cavium.com> The MIPS swapper_pg_dir needs 64K alignment for faster TLB refills in kernel mappings. There are two parts to the patch set: 1) Modify generic vmlinux.lds.h to allow architectures to place ...
Message posted on the August 14th, 2012 - 02:10 pm ET
May 18th, 2013 - 9:30 PM ET
Join now
Login

