The patch titled x86_64: enable high resolution timers and dynticks has been removed from the -mm tree. Its filename was x86_64-enable-high-resolution-timers-and-dynticks.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ 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 @@ -138,6 +138,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 origin.patch x86_64-enable-high-resolution-timers-and-dynticks.patch security-convert-lsm-into-a-static-interface.patch security-convert-lsm-into-a-static-interface-fix.patch security-convert-lsm-into-a-static-interface-fix-2.patch security-convert-lsm-into-a-static-interface-fix-2-fix.patch security-convert-lsm-into-a-static-interface-fix-unionfs.patch implement-file-posix-capabilities.patch implement-file-posix-capabilities-fix.patch file-capabilities-introduce-cap_setfcap.patch file-capabilities-get_file_caps-cleanups.patch file-caps-update-selinux-xattr-hooks.patch file-capabilities-clear-caps-cleanup.patch file-capabilities-clear-caps-cleanup-fix.patch file-capabilities-change-xattr-format-v2.patch file-capabilities-change-fe-to-a-bool.patch file-caps-clean-up-for-linux-capabilityh.patch capabilityh-remove-include-of-currenth.patch file-capabilities-clear-fcaps-on-inode-change.patch security-cleanups.patch use-erestart_restartblock-if-poll-is-interrupted-by-a-signal.patch whitespace-fixes-capability-syscalls.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