History log of /linux/drivers/pnp/interface.c (Results 176 – 200 of 348)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5958eed7 05-Jan-2010 David S. Miller <davem@davemloft.net>

Merge branch 'master' of /home/davem/src/GIT/linux-2.6/


# 605c1a18 28-Dec-2009 Ingo Molnar <mingo@elte.hu>

Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent


# 7f50548a 26-Dec-2009 Mark Brown <broonie@opensource.wolfsonmicro.com>

Merge commit 'v2.6.33-rc2' into for-2.6.33


# 193cb93e 23-Dec-2009 Greg Kroah-Hartman <gregkh@suse.de>

Merge branch 'master' of /home/gregkh/linux/git/torvalds-2.6


# 4b4f887f 21-Dec-2009 Paul Mundt <lethal@linux-sh.org>

Merge branch 'master' into sh/hw-breakpoints


# ee1156c1 16-Dec-2009 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into sched/urgent

Conflicts:
kernel/sched_idletask.c

Merge reason: resolve the conflicts, pick up latest changes.

Signed-off-by: Ingo Molnar <mingo@elte.hu>


# e7d2860b 15-Dec-2009 André Goddard Rosa <andre.goddard@gmail.com>

tree-wide: convert open calls to remove spaces to skip_spaces() lib function

Makes use of skip_spaces() defined in lib/string.c for removing leading
spaces from strings all over the tree.

It decrea

tree-wide: convert open calls to remove spaces to skip_spaces() lib function

Makes use of skip_spaces() defined in lib/string.c for removing leading
spaces from strings all over the tree.

It decreases lib.a code size by 47 bytes and reuses the function tree-wide:
text data bss dec hex filename
64688 584 592 65864 10148 (TOTALS-BEFORE)
64641 584 592 65817 10119 (TOTALS-AFTER)

Also, while at it, if we see (*str && isspace(*str)), we can be sure to
remove the first condition (*str) as the second one (isspace(*str)) also
evaluates to 0 whenever *str == 0, making it redundant. In other words,
"a char equals zero is never a space".

Julia Lawall tried the semantic patch (http://coccinelle.lip6.fr) below,
and found occurrences of this pattern on 3 more files:
drivers/leds/led-class.c
drivers/leds/ledtrig-timer.c
drivers/video/output.c

@@
expression str;
@@

( // ignore skip_spaces cases
while (*str && isspace(*str)) { \(str++;\|++str;\) }
|
- *str &&
isspace(*str)
)

Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Cc: Julia Lawall <julia@diku.dk>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Neil Brown <neilb@suse.de>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: David Howells <dhowells@redhat.com>
Cc: <linux-ext4@vger.kernel.org>
Cc: Samuel Ortiz <samuel@sortiz.org>
Cc: Patrick McHardy <kaber@trash.net>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

show more ...


Revision tags: v2.6.32, v2.6.32-rc8, v2.6.32-rc7, v2.6.32-rc6, v2.6.32-rc5, v2.6.32-rc4, v2.6.32-rc3, v2.6.32-rc1, v2.6.32-rc2, v2.6.31, v2.6.31-rc9, v2.6.31-rc8, v2.6.31-rc7, v2.6.31-rc6, v2.6.31-rc5, v2.6.31-rc4, v2.6.31-rc3, v2.6.31-rc2, v2.6.31-rc1, v2.6.30, v2.6.30-rc8, v2.6.30-rc7, v2.6.30-rc6, v2.6.30-rc5, v2.6.30-rc4, v2.6.30-rc3, v2.6.30-rc2, v2.6.30-rc1, v2.6.29, v2.6.29-rc8, v2.6.29-rc7, v2.6.29-rc6, v2.6.29-rc5, v2.6.29-rc4, v2.6.29-rc3, v2.6.29-rc2, v2.6.29-rc1
# a9de18eb 31-Dec-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into stackprotector

Conflicts:
arch/x86/include/asm/pda.h
kernel/fork.c


Revision tags: v2.6.28
# 55fa5188 20-Dec-2008 Takashi Iwai <tiwai@suse.de>

Merge branch 'topic/pcsp-fix' into topic/misc


# 93b8eef1 20-Dec-2008 Dmitry Torokhov <dmitry.torokhov@gmail.com>

Merge commit 'v2.6.28-rc9' into next


# 0ff55519 19-Dec-2008 Takashi Iwai <tiwai@suse.de>

Merge branch 'fix/hda' into topic/hda


Revision tags: v2.6.28-rc9
# d110ec3a 18-Dec-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into core/rcu


# 78f902cc 16-Dec-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc8' into x86/doc


# dd7a5230 16-Dec-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc8' into x86/cpufeature


# e18d7af8 12-Dec-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc8' into x86/mm


Revision tags: v2.6.28-rc8, v2.6.28-rc7
# 3af4182c 01-Dec-2008 Takashi Iwai <tiwai@suse.de>

Merge branch 'upstream' into topic/asoc


# 7fbb8759 26-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc6' into core/debug


# 3e1d7a62 24-Nov-2008 Thomas Gleixner <tglx@linutronix.de>

Merge branch 'linus' into core/futexes


# ca9eed76 23-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc6' into x86/debug


Revision tags: v2.6.28-rc6
# 90accd6f 20-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/memory-corruption-check


# fbc2a060 20-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/uv


# dba0a918 19-Nov-2008 David Vrabel <david.vrabel@csr.com>

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream


Revision tags: v2.6.28-rc5
# eb42c758 12-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/crashdump


# 708b8eae 12-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into core/locking


# e0cb4ebc 11-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'tracing/urgent' into tracing/ftrace

Conflicts:
kernel/trace/trace.c


12345678910>>...14