summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mwait.h
AgeCommit message (Expand)Author
2023-11-29x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra
2023-11-29x86: Add a comment about the "magic" behind shadow sti before mwaitFrederic Weisbecker
2023-01-13cpuidle, mwait: Make the mwait code noinstr cleanPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-06-08x86: Remove vendor checks from prefer_mwait_c1_over_haltWyes Karny
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson
2020-05-07x86/delay: Introduce TPAUSE delayKyung Min Park
2020-05-07x86/delay: Preparatory code cleanupThomas Gleixner
2020-02-17x86/cpu: Move prototype for get_umwait_control_msr() to a global locationBenjamin Thiel
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan
2019-06-26x86/speculation/mds: Eliminate leaks by trace_hardirqs_on()Zhenzhong Duan
2019-03-06x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-07-20x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUsPeter Zijlstra
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2015-08-22x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui
2015-03-16sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...Len Brown
2014-06-18x86, cpufeature: Convert more "features" to bugsBorislav Petkov
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra
2013-12-19x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriersH. Peter Anvin
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra
2013-02-08intel_idle: remove assumption of one C-state per MWAIT flagLen Brown
2013-02-08intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESLen Brown
2010-09-17x86, mwait: Move mwait constants to a common header fileH. Peter Anvin