index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
av1
cec-s-conn
cec-status
cubie
cubox
cx18
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
extron
firefly
firefly2
for-v6.1a
for-v6.2a
for-v6.2c
for-v6.3a
for-v6.3b
for-v6.3c
for-v6.3d
for-v6.3e
for-v6.3f
for-v6.3g
for-v6.3h
for-v6.3i
for-v6.3j
fract-ctrl
hdcp
hdmi-dbg
imx8mm
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
omap-bridge-cec
pr-test
quirk
ro-reqs
rpi3
rpi4
saa7146
sama5d3
sdrout
subdev-kref
tc358840
tda998x
tegrav5
tegrav6
tegrav7
tegrav8
tmp
uvc
uvccomp
vb1a
vb2-cpu-access
vb2-prepare
vb2wr
vicodec-stateless
vivid
zoran
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
idle
/
intel_idle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-13
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-6
/
+17
2017-11-09
intel_idle: Graceful probe failure when MWAIT is disabled
Len Brown
1
-1
/
+6
2017-11-04
Revert "x86/mm: Stop calling leave_mm() in idle code"
Andy Lutomirski
1
-4
/
+5
2017-10-11
intel_idle: replace conditionals with static_cpu_has(X86_FEATURE_ARAT)
Jason Baron
1
-5
/
+11
2017-09-05
Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-90
/
+91
2017-09-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-90
/
+90
2017-08-30
cpuidle: Make drivers initialize polling state
Rafael J. Wysocki
1
-0
/
+1
2017-08-11
PM / s2idle: Rename ->enter_freeze to ->enter_s2idle
Rafael J. Wysocki
1
-90
/
+90
2017-07-18
Merge branch 'x86/boot' into x86/mm, to pick up interacting changes
Ingo Molnar
1
-16
/
+16
2017-07-05
x86/mm: Stop calling leave_mm() in idle code
Andy Lutomirski
1
-5
/
+4
2017-06-29
intel_idle: Use more common logging style
Joe Perches
1
-16
/
+16
2017-05-01
x86/intel_idle: add Gemini Lake support
David E. Box
1
-0
/
+2
2017-03-02
Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2017-03-01
intel_idle: use new name for MSR_PKG_CST_CONFIG_CONTROL
Len Brown
1
-3
/
+3
2017-03-01
intel_idle: stop exposing platform acronyms in sysfs
Len Brown
1
-86
/
+86
2016-12-01
intel_idle: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-64
/
+39
2016-12-01
intel_idle: Remove superfluous SMP fuction call
Anna-Maria Gleixner
1
-2
/
+1
2016-12-01
x86/intel_idle: Add Knights Mill CPUID
Piotr Luc
1
-0
/
+1
2016-12-01
x86/intel_idle: Add CPU model 0x4a (Atom Z34xx series)
Andy Shevchenko
1
-0
/
+49
2016-10-07
nmi_backtrace: generate one-line reports for idle cpus
Chris Metcalf
1
-2
/
+2
2016-07-30
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-07-09
intel_idle: correct BXT support
Jan Beulich
1
-1
/
+1
2016-07-09
intel_idle: re-work bxt_idle_state_table_update() and its helper
Jan Beulich
1
-15
/
+14
2016-07-01
x86/cpu: Rename "WESTMERE2" family to "NEHALEM_G"
Dave Hansen
1
-1
/
+1
2016-06-23
idle_intel: Add Denverton
Jacob Pan
1
-0
/
+35
2016-06-23
drivers/idle: make intel_idle.c driver more explicitly non-modular
Paul Gortmaker
1
-33
/
+8
2016-06-08
x86/intel_idle: Use Intel family macros for intel_idle
Dave Hansen
1
-35
/
+36
2016-04-09
intel_idle: add BXT support
Len Brown
1
-0
/
+137
2016-04-07
intel_idle: Add KBL support
Len Brown
1
-0
/
+2
2016-04-07
intel_idle: Add SKX support
Len Brown
1
-0
/
+34
2016-04-07
intel_idle: Clean up all registered devices on exit.
Richard Cochran
1
-1
/
+8
2016-04-07
intel_idle: Propagate hot plug errors.
Richard Cochran
1
-2
/
+5
2016-04-07
intel_idle: Don't overreact to a cpuidle registration failure.
Richard Cochran
1
-1
/
+1
2016-04-07
intel_idle: Setup the timer broadcast only on successful driver load.
Richard Cochran
1
-7
/
+8
2016-04-07
intel_idle: Avoid a double free of the per-CPU data.
Richard Cochran
1
-4
/
+3
2016-04-07
intel_idle: Fix dangling registration on error path.
Richard Cochran
1
-4
/
+5
2016-04-07
intel_idle: Fix deallocation order on the driver exit path.
Richard Cochran
1
-3
/
+3
2016-04-07
intel_idle: Remove redundant initialization calls.
Richard Cochran
1
-6
/
+0
2016-04-07
intel_idle: Fix a helper function's return value.
Richard Cochran
1
-3
/
+1
2016-04-07
intel_idle: remove useless return from void function.
Richard Cochran
1
-2
/
+0
2016-03-23
intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
Dasaratharaman Chandramouli
1
-0
/
+25
2016-03-23
intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
Len Brown
1
-22
/
+86
2015-09-10
intel_idle: Skylake Client Support - updated
Len Brown
1
-2
/
+10
2015-08-15
intel_idle: Skylake Client Support
Len Brown
1
-0
/
+69
2015-07-26
intel_idle: allow idle states to be freeze-mode specific
Len Brown
1
-1
/
+2
2015-04-14
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+56
2015-04-11
Merge branch 'cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Rafael J. Wysocki
1
-11
/
+55
2015-04-11
intel_idle: mark cpu id array as __initconst
Mathias Krause
1
-1
/
+1
2015-04-03
intel_idle: Use explicit broadcast oneshot control function
Thomas Gleixner
1
-2
/
+2
2015-04-03
intel_idle: Use explicit broadcast control function
Thomas Gleixner
1
-7
/
+6
[next]
Privacy Policy