public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] softirq: possible speedup and neatenings
@ 2013-11-17  9:55 Joe Perches
  2013-11-17  9:55 ` [PATCH 1/3] softirq: Use ffs in __do_softirq Joe Perches
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Joe Perches @ 2013-11-17  9:55 UTC (permalink / raw)
  To: Frederic Weisbecker; +Cc: Andrew Morton, linux-kernel

The first one boots, but it's barely tested.

Joe Perches (3):
  softirq: Use ffs in __do_softirq
  softirq: Convert printks to pr_<level>
  softirq: Use const char * const for softirq_to_name, whitespace neatening

 include/linux/interrupt.h |  2 +-
 kernel/softirq.c          | 75 +++++++++++++++++++++--------------------------
 2 files changed, 35 insertions(+), 42 deletions(-)

-- 
1.8.1.2.459.gbcd45b4.dirty


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-12-24 15:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17  9:55 [PATCH 0/3] softirq: possible speedup and neatenings Joe Perches
2013-11-17  9:55 ` [PATCH 1/3] softirq: Use ffs in __do_softirq Joe Perches
2013-12-09 18:44   ` Frederic Weisbecker
2013-12-09 18:56     ` Joe Perches
2013-12-09 19:13       ` Frederic Weisbecker
2013-11-17  9:55 ` [PATCH 2/3] softirq: Convert printks to pr_<level> Joe Perches
2013-11-17  9:55 ` [PATCH 3/3] softirq: Use const char * const for softirq_to_name, whitespace neatening Joe Perches
2013-12-24 15:19   ` Wang YanQing
2013-12-24 15:27     ` Joe Perches
2013-12-09 17:22 ` [PATCH 0/3] softirq: possible speedup and neatenings Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox