First  |  Prev |  Next  |  Last
Pages: 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387
[PATCH 00/12] jump label v10
Hi, updates in -v10: *removed build-time jump table sort. Since I moved to faster lib/sort.c qsort method, the run-time sort is really fast. This change also reduces the complexity quite a bit. *added arch_jump_label_text_poke_early(), removing text_poke_early() in generic code. I think for most arches... 27 Jul 2010 17:16
[PATCH 11/12] jump label v10: add sparc64 support
Signed-off-by: David S. Miller <davem(a)davemloft.net> Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- arch/sparc/Kconfig | 1 + arch/sparc/include/asm/jump_label.h | 32 ++++++++++++++++++++++++++++ arch/sparc/kernel/Makefile | 2 + arch/sparc/kernel/jump_label.c | 39 +... 27 Jul 2010 17:16
[PATCH 07/12] jump label v10: use lib/sort.c
Make use of the the kernel's generic sort routines. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- kernel/jump_label.c | 37 ++++++++++++++++--------------------- 1 files changed, 16 insertions(+), 21 deletions(-) diff --git a/kernel/jump_label.c b/kernel/jump_label.c index 10fb17f..faef97e 100644 ---... 27 Jul 2010 17:16
[PATCH 10/12] jump label v10: x86 support
add x86 support for jump label. I'm keeping this patch separate so its clear to arch maintainers what was required for x86 support this new feature. hopefully, it wouldn't be too painful for other arches. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- arch/x86/Kconfig | 1 + arch/x86/in... 27 Jul 2010 17:16
[PATCH 06/12] jump label v10: convert jump label to use a key
Convert the jump label code to use a key to identify each related set of jump labels instead of a string. This saves space since we no longer need to store strings and their pointers, just the keys. In addition we can simplify the JUMP_LABEL macro to 2 arguments from 3. We use the address of the conditional variabl... 27 Jul 2010 17:16
[PATCH 08/12] jump label v10: tracepoint support
Make use of the jump label infrastructure for tracepoints. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- include/linux/tracepoint.h | 5 ++++- kernel/tracepoint.c | 14 ++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/include/linux/tracepoint.h b/include/linux/tr... 27 Jul 2010 17:16
[PATCH 04/12] jump label v10: initialize workqueue tracepoints *before* they are registered
Initialize the workqueue data structures *before* they are registered so that they are ready for callbacks. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- kernel/trace/trace_workqueue.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/trace/trace_workqueue.c b/kerne... 27 Jul 2010 17:16
[PATCH net-next] drivers/net/vxge: Use pr_<level>, fix logging macros
Use pr_fmt, pr_<level> and netdev_<level> where appropriate. Use direct printing of logging messages to save text. Reduces object size ~ 4k or 20k. (x86 defconfig with vxge) $ size drivers/net/vxge/built-in.o* text data bss dec hex filename 68463 784 8 69255 10e87 drivers/net... 27 Jul 2010 17:16
drivers/net/bfin_mac.c: Use pr_fmt, netdev_<level>
On Tue, 27 Jul 2010 12:22:11 -0700 Joe Perches <joe(a)perches.com> wrote: +static struct sk_buff *bfin_alloc_skb(void) +{ + /* allocate a new skb */ + struct sk_buff *new_skb = dev_alloc_skb(PKT_BUF_SIZE + NET_IP_ALIGN); + + if (!new_skb) + return NULL; + + skb_reserve(new_skb, NET_IP_... 28 Jul 2010 09:39
ata_port_flush_task, BUG: unable to handle kernel paging request
Hello Tejun, Thank you for your time. # Which kernel version is this? What was the configuration and what # were the system doing? Can you please post lspci -nn output and boot # log? Linux host 2.6.33.1 #3 PREEMPT Wed Mar 31 13:22:30 CEST 2010 i686 GNU/Linux config: Internal sata disk. action: iir... 27 Jul 2010 16:10
First  |  Prev |  Next  |  Last
Pages: 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387