All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] kernel.h: move logging functions to separate file
@ 2009-09-11  3:29 Joe Perches
  2009-09-11  3:29 ` [PATCH 1/3] include/linux/logging.h: Separate logging functions out of kernel.h Joe Perches
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joe Perches @ 2009-09-11  3:29 UTC (permalink / raw)
  To: linux-kernel, linux-next
  Cc: Ingo Molnar, Greg Kroah-Hartman, Andrew Morton, Steven Rostedt,
	Peter Zijlstra

kernel.h has gotten cluttered.
Unclutter it and make it kernel style compatible.

Joe Perches (3):
  include/linux/logging.h: Separate logging functions out of kernel.h
  include/linux/logging.h: Reduce data usage of printk_once
  include/linux/kernel.h: neaten and group functions and definitions

 include/linux/kernel.h  |  754 ++++++++++++++++-------------------------------
 include/linux/logging.h |  313 ++++++++++++++++++++
 2 files changed, 573 insertions(+), 494 deletions(-)
 create mode 100644 include/linux/logging.h

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

end of thread, other threads:[~2009-09-11 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11  3:29 [PATCH 0/3] kernel.h: move logging functions to separate file Joe Perches
2009-09-11  3:29 ` [PATCH 1/3] include/linux/logging.h: Separate logging functions out of kernel.h Joe Perches
2009-09-11  3:29 ` [PATCH 2/3] include/linux/logging.h: Reduce data usage of printk_once Joe Perches
2009-09-11  3:29 ` [PATCH 3/3] include/linux/kernel.h: neaten and group functions and definitions Joe Perches
2009-09-11 14:55 ` [PATCH 0/3] kernel.h: move logging functions to separate file Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.