First  |  Prev |  Next  |  Last
Pages: 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
[PATCH net-next] drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>
Use pr_fmt, pr_<level> and netdev_<level> where appropriate. Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/vxge/vxge-main.c | 27 +++++++++++---------------- 1 files changed, 11 insertions(+), 16 deletions(-) diff --git a/drivers/net/vxge/vxge-main.c b/drivers/net/vxge/vxge-main.c index 94d8... 27 Jul 2010 18:23
Getting error message "Cannot read inode bitmap". Someone able to help?
Hello, I tried to restore data from a broken NAS device. This small box contained a embedded linux system and two 1TB hard drives. After some tries, I managed to connect both drives via mdadm and was able to mount this raid as XFS. Now I connected a brand new eSATA drive to this PC and started to copy th... 27 Jul 2010 18:23
drivers/net/vxge: Use pr_<level>, fix logging macros
On Tue, Jul 27, 2010 at 01:43:08PM -0700, Joe Perches wrote: 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... 27 Jul 2010 18:23
[PATCH] USB: cp210x: Add four new device IDs
Signed-off-by: Alessio Igor Bogani <abogani(a)texware.it> --- drivers/usb/serial/cp210x.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 8b8c797..2bef441 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/... 27 Jul 2010 17:16
[PATCH] Fix ds2782 battery driver units (was Re: [GIT PULL] battery-2.6.35.git)
On 07/28/2010 02:13 AM, Anton Vorontsov wrote: On Tue, Jul 27, 2010 at 04:03:14PM +0200, Geert Uytterhoeven wrote: On Tue, Jul 27, 2010 at 15:51, Anton Vorontsov <cbouatmailru(a)gmail.com> wrote: diff --git a/drivers/power/ds2782_battery.c b/drivers/power/ds2782_battery.c index d762a0c..9b... 27 Jul 2010 17:16
[PATCH 12/12] jump label v10: add docs
Add jump label docs as: Documentation/jump-label.txt Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- Documentation/jump-label.txt | 151 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 151 insertions(+), 0 deletions(-) create mode 100644 Documentation/jump-label.txt diff --git a/Documentatio... 27 Jul 2010 17:16
[PATCH 05/12] jump label v10: jump_label_text_reserved() to reserve our jump points
Add a jump_label_text_reserved(void *start, void *end), so that other pieces of code that want to modify kernel text, can first verify that jump label has not reserved the instruction. Signed-off-by: Jason Baron <jbaron(a)redhat.com> Acked-by: Masami Hiramatsu <mhiramat(a)redhat.com> --- arch/x86/kernel/kprobes.c ... 27 Jul 2010 17:16
[PATCH 09/12] jump label v10: convert dynamic debug to use jump labels.
Convert the 'dynamic debug' infrastructure to use jump labels. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- include/linux/dynamic_debug.h | 39 +++++++++++++----------- lib/dynamic_debug.c | 42 ++------------------------- scripts/Makefile.lib | 11 +------ scripts/basic/Makefile... 27 Jul 2010 17:16
[PATCH 01/12] jump label v10: base patch
base patch to implement 'jump labeling'. Based on a new 'asm goto' inline assembly gcc mechanism, we can now branch to labels from an 'asm goto' statment. This allows us to create a 'no-op' fastpath, which can subsequently be patched with a jump to the slowpath code. This is useful for code which might be rarely us... 27 Jul 2010 17:16
[PATCH 02/12] jump label v10: add module support
Add support for 'jump label' for modules. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- include/linux/jump_label.h | 3 +- include/linux/module.h | 5 +- kernel/jump_label.c | 136 ++++++++++++++++++++++++++++++++++++++++++++ kernel/module.c | 7 ++ 4 files changed, 149 in... 27 Jul 2010 17:16
First  |  Prev |  Next  |  Last
Pages: 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386