index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
mwait.h
Age
Commit message (
Expand
)
Author
2024-12-18
x86/cpu: Move MWAIT leaf definition to common header
Dave Hansen
2023-11-29
x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram
Peter Zijlstra
2023-11-29
x86: Add a comment about the "magic" behind shadow sti before mwait
Frederic Weisbecker
2023-01-13
cpuidle, mwait: Make the mwait code noinstr clean
Peter Zijlstra
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
2022-06-08
x86: Remove vendor checks from prefer_mwait_c1_over_halt
Wyes Karny
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-06-22
KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
Sean Christopherson
2020-05-07
x86/delay: Introduce TPAUSE delay
Kyung Min Park
2020-05-07
x86/delay: Preparatory code cleanup
Thomas Gleixner
2020-02-17
x86/cpu: Move prototype for get_umwait_control_msr() to a global location
Benjamin Thiel
2019-10-08
x86/asm: Fix MWAITX C-state hint value
Janakarajan Natarajan
2019-06-26
x86/speculation/mds: Eliminate leaks by trace_hardirqs_on()
Zhenzhong Duan
2019-03-06
x86/speculation/mds: Conditionally clear CPU buffers on idle entry
Thomas Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-07-20
x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUs
Peter Zijlstra
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
2015-08-22
x86/asm: Add MONITORX/MWAITX instruction support
Huang Rui
2015-03-16
sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...
Len Brown
2014-06-18
x86, cpufeature: Convert more "features" to bugs
Borislav Petkov
2014-01-13
sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding
Peter Zijlstra
2013-12-19
x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriers
H. Peter Anvin
2013-12-19
x86, acpi, idle: Restructure the mwait idle routines
Peter Zijlstra
2013-02-08
intel_idle: remove assumption of one C-state per MWAIT flag
Len Brown
2013-02-08
intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATES
Len Brown
2010-09-17
x86, mwait: Move mwait constants to a common header file
H. Peter Anvin