-
- Downloads
Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull NOHZ update from Thomas Gleixner: "Remove TIF_NOHZ from three architectures These architectures use a static key to decide whether context tracking needs to be invoked and the TIF_NOHZ flag just causes a pointless slowpath execution for nothing" * tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: arm64: Remove TIF_NOHZ arm: Remove TIF_NOHZ x86: Remove TIF_NOHZ context-tracking: Introduce CONFIG_HAVE_TIF_NOHZ x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRY
No related branches found
No related tags found
Showing
- arch/Kconfig 11 additions, 5 deletionsarch/Kconfig
- arch/arm/include/asm/thread_info.h 0 additions, 1 deletionarch/arm/include/asm/thread_info.h
- arch/arm64/include/asm/thread_info.h 1 addition, 3 deletionsarch/arm64/include/asm/thread_info.h
- arch/mips/Kconfig 1 addition, 0 deletionsarch/mips/Kconfig
- arch/powerpc/Kconfig 1 addition, 0 deletionsarch/powerpc/Kconfig
- arch/sparc/Kconfig 1 addition, 0 deletionsarch/sparc/Kconfig
- arch/x86/include/asm/thread_info.h 2 additions, 8 deletionsarch/x86/include/asm/thread_info.h
- kernel/context_tracking.c 2 additions, 0 deletionskernel/context_tracking.c
Please register or sign in to comment