All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] pid: tighten pidmap spinlock section and clean up
@ 2009-11-21 12:16 André Goddard Rosa
  2009-11-21 12:16 ` [PATCH 1/2] pid: tighten pidmap spinlock critical section by removing kfree() André Goddard Rosa
  2009-11-21 12:16 ` [PATCH 2/2] pid: reduce code size by using a pointer to iterate over array André Goddard Rosa
  0 siblings, 2 replies; 7+ messages in thread
From: André Goddard Rosa @ 2009-11-21 12:16 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: André Goddard Rosa

Avoid calling kfree() from under pidmap spinlock and reduces code size
by 16 bytes on gcc 4.4.1 on Core 2.

André Goddard Rosa (2):
  pid: tighten pidmap spinlock critical section by removing kfree()
  pid: reduce code size by using a pointer to iterate over array

 kernel/pid.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


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

end of thread, other threads:[~2009-12-04 22:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-21 12:16 [PATCH 0/2] pid: tighten pidmap spinlock section and clean up André Goddard Rosa
2009-11-21 12:16 ` [PATCH 1/2] pid: tighten pidmap spinlock critical section by removing kfree() André Goddard Rosa
2009-11-23  9:38   ` Pekka Enberg
2009-11-23 14:03     ` Oleg Nesterov
2009-11-23 15:26       ` André Goddard Rosa
2009-12-04 22:38   ` [PATCH 1/2][resend] " Andrew Morton
2009-11-21 12:16 ` [PATCH 2/2] pid: reduce code size by using a pointer to iterate over array André Goddard Rosa

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.