aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/cstate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-01x86: ACPI: cstate: Optimize C3 entry on AMD CPUsDeepak Sharma1-0/+15
2021-05-31x86/cstate: Allow ACPI C1 FFH MWAIT use on Hygon systemsPu Wen1-1/+2
2020-04-04x86: ACPI: fix CPU hotplug deadlockQian Cai1-1/+2
2019-06-22x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3Tony W Wang-oc1-0/+15
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-19x86/power: Optimize C3 entry on Centaur CPUsDavid Wang1-0/+12
2018-08-15x86/ACPI/cstate: Make APCI C1 FFH MWAIT C-state description vendor-neutralPrarit Bhargava1-1/+1
2017-06-27x86/ACPI/cstate: Allow ACPI C1 FFH MWAIT use on AMD systemsYazen Ghannam1-1/+2
2017-01-27ACPI / idle: small formatting fixesNick Desaulniers1-4/+5
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-1/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2014-02-19ACPI idle: permit sparse C-state sub-state numbersLen Brown1-1/+3
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra1-23/+0
2012-03-28Disintegrate asm/system.h for X86David Howells1-0/+1
2011-08-03x86 idle: move mwait_idle_with_hints() to where it is usedLen Brown1-0/+23
2010-10-21Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+1
2010-09-28ACPI: add missing __percpu markup in arch/x86/kernel/acpi/cstate.cNamhyung Kim1-1/+1
2010-09-17x86, mwait: Move mwait constants to a common header fileH. Peter Anvin1-10/+1
2010-07-22ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown1-0/+9
2009-12-14ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.Zhao Yakui1-1/+1
2009-09-27ACPI: fix Compaq Evo N800c (Pentium 4m) boot hang regressionZhao Yakui1-1/+1
2009-05-27ACPI: Disable ARB_DISABLE on platforms where it is not neededPallipadi, Venkatesh1-3/+13
2009-01-10Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-33/+37
2009-01-09ACPI: Avoid array address overflow when _CST MWAIT hint bits are setZhao Yakui1-1/+3
2009-01-06cpumask: use work_on_cpu in acpi/cstate.cMike Travis1-33/+37
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-2/+1
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+2
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds1-2/+2
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis1-2/+2
2008-04-19x86: remove pointless commentsWANG Cong1-2/+0
2008-02-14ACPI, cpuidle: Clarify C-state description in sysfsVenkatesh Pallipadi1-0/+2
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis1-2/+2
2007-10-11i386: move kernel/acpiThomas Gleixner1-0/+164