[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <11853673872732-git-send-email-avi@qumranet.com>
Date: Wed, 25 Jul 2007 15:43:04 +0300
From: Avi Kivity <avi@...ranet.com>
To: kvm-devel@...ts.sourceforge.net
Cc: linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...e.hu>,
shaohua.li@...el.com, rusty@...tcorp.com.au,
Andi Kleen <ak@...e.de>
Subject: [PATCH 0/3] Scheduler preemption hooks, #2
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists