The patch titled x86_64: enable high resolution timers and dynticks has been added to the -mm tree. Its filename is x86_64-enable-high-resolution-timers-and-dynticks.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: x86_64: enable high resolution timers and dynticks From: Chris Wright <chrisw@xxxxxxxxxxxx> Everything is in place, enable the HIGHRES andf NO_HZ config options. Signed-off-by: Chris Wright <chrisw@xxxxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86_64/Kconfig | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/x86_64/Kconfig~x86_64-enable-high-resolution-timers-and-dynticks arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig~x86_64-enable-high-resolution-timers-and-dynticks +++ a/arch/x86_64/Kconfig @@ -150,6 +150,8 @@ source "init/Kconfig" menu "Processor type and features" +source "kernel/time/Kconfig" + choice prompt "Subarchitecture Type" default X86_PC _ Patches currently in -mm which might be from chrisw@xxxxxxxxxxxx are ntp-move-the-cmos-update-code-into-ntpc.patch i386-hpet-assumes-boot-cpu-is-0.patch x86_64-untangle-asm-hpeth-from-asm-timexh.patch x86_64-use-generic-cmos-update.patch x86_64-convert-to-cleckevents.patch x86_64-restore-restore-nohpet-cmdline.patch x86_64-prep-idle-loop-for-dynticks.patch x86_64-enable-high-resolution-timers-and-dynticks.patch implement-file-posix-capabilities.patch implement-file-posix-capabilities-fix.patch user-namespace-add-the-framework.patch user-namespace-add-unshare.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html