First  |  Prev |  Next  |  Last
Pages: 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
[PATCHv2 1/3] lib: vsprintf: optimised put_dec_trunc() and put_dec_full()
The put_dec_trunc() and put_dec_full() functions were based on a code optimised for processors with 8-bit ALU but since we don't need to limit ourselves to such small ALUs, the code was optimised and used capacities of an 16-bit ALU anyway. This patch goes further and uses the full capacity of a 32-bit ALU and i... 8 Aug 2010 16:43
[PATCHv2 3/3] lib: vsprintf: added a put_dec() test and benchmark tool
This commit adds a test application for the put_dec() and family of functions that are used by the previous two commits. Signed-off-by: Michal Nazarewicz <mina86(a)mina86.com> --- tools/put-dec/Makefile | 14 + tools/put-dec/put-dec-test.c | 942 ++++++++++++++++++++++++++++++++++++++++++ 2 files change... 8 Aug 2010 16:43
[PATCHv2 2/3] lib: vsprintf: optimised put_dec() for 32-bit machines
Existing put_dec() function uses a do_div() function for dividing the 64-bit argument. On 32-bit machines this may be a costly operation. This patch, replaces the put_dec() function on 32-bit processors to one that performs no 64-bit divisions. Signed-off-by: Michal Nazarewicz <mina86(a)mina86.com> --- lib/vs... 8 Aug 2010 16:43
[GIT PULL] OMFS tree for 2.6.36
Hi Linus, Please consider pulling these fixes for the OMFS file system. This is my first pull request for this tree, so do let me know if anything is amiss. The patches include some I wrote quite a while ago when fuzz testing, along with recent fixes for a memory leak and a compiler warning. My small test su... 8 Aug 2010 16:43
FCNTL Performance problem
Hi, We use CISAM files a lot in our application, which uses the FCNTL system call for record locking. I've noticed a possible problem in though with FCNTL, after a lot of work using the systemtap tracing program. The problem is, when you have lots of F_RDLCK locks being created and released, then it slows ... 11 Aug 2010 13:39
drivers/net/bnx2x: Adjust confusing if indentation
On Thu, 2010-08-05 at 13:26 -0700, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Outdent the code following the if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p1,p2; statement S1,S2; @@ ... 8 Aug 2010 15:37
ACPI, APEI, Fix a typo of error path of apei_resources_request
applied thanks, Len Brown, Intel Open Source Technology Center -- 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-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 8 Aug 2010 15:37
ACPI, APEI, Manage GHES as platform devices
applied thanks, Len Brown, Intel Open Source Technology Center -- 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-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 8 Aug 2010 15:37
ACPI, APEI, Rename CPER and GHES severity constants
applied thanks, Len Brown, Intel Open Source Technology Center -- 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-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 8 Aug 2010 15:36
resend [PATCH] nconfig: properly map function keys.
From: Nir Tzachar <nir.tzachar(a)gmail.com> Previous patch was missing a '~' in F7. When $TERM=xterm,xterm-color,vt220 map function keys properly. Signed-off-by: Nir Tzachar <nir.tzachar(a)gmail.com> --- scripts/kconfig/nconf.c | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) ... 8 Aug 2010 15:36
First  |  Prev |  Next  |  Last
Pages: 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115