public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Scheduler preemption hooks, #2
@ 2007-07-25 12:43 Avi Kivity
  2007-07-25 12:43 ` [PATCH 1/3] SCHED: Generic hooks for trapping task preemption Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Avi Kivity @ 2007-07-25 12:43 UTC (permalink / raw)
  To: kvm-devel; +Cc: linux-kernel, Ingo Molnar, shaohua.li, rusty, Andi Kleen

Changes since #2:
- better Kconfig
- documentation
- spinlock->mutex conversion from Shaohua

This patchset adds a general sceduler mechanism that allows tasks to
be notified when they are preempted and scheduled back in, and converts
kvm to use it.  The main benefits are that the kvm mmu can now perform
allocations, enabling features such as guest paging, and reducing preemption
latency to a bounded value for realtime workloads.

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

end of thread, other threads:[~2007-07-25 13:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-25 12:43 [PATCH 0/3] Scheduler preemption hooks, #2 Avi Kivity
2007-07-25 12:43 ` [PATCH 1/3] SCHED: Generic hooks for trapping task preemption Avi Kivity
2007-07-25 12:49   ` Avi Kivity
2007-07-25 12:49   ` Ingo Molnar
2007-07-25 12:51     ` Avi Kivity
2007-07-25 12:52     ` Ingo Molnar
2007-07-25 13:13       ` Avi Kivity
2007-07-25 13:03     ` Ingo Molnar
2007-07-25 12:43 ` [PATCH 2/3] KVM: Use the scheduler preemption hooks to make kvm preemptible Avi Kivity
2007-07-25 12:43 ` [PATCH 3/3] KVM: Convert vm lock to a mutex Avi Kivity

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