index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpica
/
acpi_cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop lying about supporting cpu_est_clockrate() when TSC is invariant. This
jkim
2010-12-14
1
-0
/
+11
*
Create C1 state when _CST is valid but _CST does not have one. Some BIOSes
jkim
2010-11-12
1
-4
/
+26
*
Quick fix for unmotivated C2 state usage during boot, introduced at r212541.
mav
2010-09-22
1
-1
/
+1
*
acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CST
avg
2010-09-13
1
-9
/
+1
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
1
-5
/
+13
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-2
/
+2
*
Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2.
mav
2010-06-19
1
-1
/
+1
*
While we indeed can't precisely measure time spent in C1, we can consider
mav
2010-06-19
1
-3
/
+7
*
When updating individual CPU's lowest Cx state to use, never set it to a
jhb
2010-06-15
1
-1
/
+3
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
1
-3
/
+1
*
acpi cpu: probe+attach before all other enumerated children on acpi bus
avg
2010-02-11
1
-4
/
+22
*
acpi_cpu: prefer _OSC over _PDC, just in case
avg
2010-02-06
1
-20
/
+18
*
acpi_cpu: correct capabilities arguments for Processor _OSC evaluation
avg
2010-02-03
1
-1
/
+2
*
acpi: remove 'magic' ivar
avg
2009-11-07
1
-2
/
+2
*
Catch up with ACPICA 20090903.
jkim
2009-09-11
1
-3
/
+3
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-2
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+2
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-12
/
+14
*
Make dev.cpu.X.cx_usage sysctl also report current average of sleep time.
mav
2009-05-03
1
-1
/
+2
*
Remove unused variable and fix spelling in comment.
mav
2009-05-03
1
-2
/
+1
*
Avoid comparing negative signed to positive unsignad values. It was
mav
2009-05-02
1
-41
/
+11
*
Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() and
jhb
2009-03-26
1
-4
/
+2
*
acpi_cpu: fixup for PIIX4E PCI config related to C2
avg
2009-02-19
1
-1
/
+11
*
Update the list of Cx states when ACPICA notifies us. Usually, this
rpaulo
2008-04-12
1
-4
/
+24
*
Some PIIX4 chipsets need to be told to generate Stop Breaks by setting
rpaulo
2008-03-09
1
-0
/
+20
*
Skip validation of the C3 state if we disabled C3 by software (i.e.,
rpaulo
2008-02-16
1
-1
/
+1
*
Fix a typo when testing for the NO_C3 quirk.
jhb
2008-02-12
1
-1
/
+1
*
Fix a shutdown hang on some SMP systems. The previous logic was to IPI all
njl
2007-11-02
1
-4
/
+6
*
Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This is
njl
2007-08-30
1
-7
/
+32
*
Disable CPU idle states during suspend and reenable them during resume.
njl
2007-06-03
1
-2
/
+29
*
Fix a bug introduced in the per-CPU Cx states commit. The wrong loop var
njl
2007-06-02
1
-30
/
+27
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
1
-23
/
+22
*
Add missing function trace for debug prints.
njl
2007-01-23
1
-0
/
+2
*
Clean up some debug prints from last commit and move one under boot -v.
njl
2007-01-15
1
-6
/
+5
*
Fix LINT and ACPI_DEBUG builds and add print for use of flush cache inst.
njl
2007-01-08
1
-5
/
+8
*
Re-work Cx handling to be per-cpu and asymmetrical, fixing support on
njl
2007-01-07
1
-198
/
+312
*
If we're trying to use C2/3 and reads from the register are returning
njl
2005-10-25
1
-3
/
+24
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Advertise that we can handle unified SMP control of processor power
njl
2005-04-10
1
-2
/
+4
*
Fix support for _PDC by using the proper version/length format for the
njl
2005-04-10
1
-3
/
+22
*
Add the acpi_get_features() method. This method is called on child drivers
njl
2005-04-04
1
-28
/
+21
*
If a device_add_child fails (i.e. low memory situation), be sure to free
njl
2005-03-27
1
-0
/
+2
*
Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.
njl
2005-02-07
1
-17
/
+7
*
Remove acpi throttling support from the acpi_cpu(4) driver now that this
njl
2005-02-06
1
-236
/
+9
*
Notify the OS that we're taking over Px states in acpi_perf(4) instead of
njl
2005-02-06
1
-9
/
+0
*
Staticize the legacy cpu devclasses and revert the name for the acpi_cpu
njl
2005-02-06
1
-3
/
+3
*
Convert to the new GAS API so that we can free registers in the future.
njl
2005-02-05
1
-7
/
+13
*
Make the devclass static for now until deciding whether to share them.
njl
2005-02-04
1
-1
/
+1
*
Update the CPU attachments to return CPU_IVAR_PCPU as well as pass on
njl
2005-02-04
1
-15
/
+101
*
Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks until
njl
2004-11-16
1
-9
/
+21
[next]