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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r258164:
mav
2014-01-05
1
-5
/
+11
*
MFC DMAR busdma implementation.
kib
2013-12-17
1
-0
/
+29
*
Add support for suspend/resume/migration operations when running as a
gibbs
2013-09-20
1
-0
/
+9
*
acpi_thermal: Warn about insane _TMP temperature only once
dumbbell
2013-08-30
1
-5
/
+26
*
Tidy up global locks for ACPICA. There is no functional change.
jkim
2013-08-13
1
-12
/
+10
*
Workaround some broken BIOSes that specify edge-sensitive but active-low
jhb
2013-07-16
1
-0
/
+11
*
Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. If
jhb
2013-07-03
2
-10
/
+7
*
Consistently cast ACPICA 64-bit integer types when we print them.
jkim
2013-06-26
1
-1
/
+1
*
Merge ACPICA 20130517.
jkim
2013-05-20
1
-3
/
+7
*
- Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp(a, b, ACPI_NAME_SIZE).
jkim
2013-05-20
1
-9
/
+8
*
Fix white spaces.
jkim
2013-05-20
1
-33
/
+31
*
- Some BIOSes use an Extended IRQ resource descriptor in _PRS for a link
jhb
2013-04-22
2
-2
/
+12
*
Fix a typo in a comment.
rpaulo
2013-03-17
1
-1
/
+1
*
Add "else" missed at r248154.
mav
2013-03-11
1
-1
/
+1
*
Reduce HPET eventtimer priority on systems with 8 or more cores. Price of
mav
2013-03-11
1
-1
/
+2
*
MFcalloutng:
mav
2013-02-28
1
-17
/
+9
*
MFcalloutng (r247427 by mav):
davide
2013-02-28
1
-2
/
+2
*
MFcalloutng:
davide
2013-02-28
1
-4
/
+7
*
revert accidentally committed unneeded changes from r246250
avg
2013-02-02
1
-2
/
+2
*
acpi: clear power button status bit after waking up...
avg
2013-02-02
1
-0
/
+25
*
acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct write
avg
2013-02-02
1
-2
/
+15
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
17
-18
/
+18
*
Fix two misusages of return_*() macros for ACPICA.
jkim
2013-01-28
2
-2
/
+6
*
Fix white spaces for style consistency.
jkim
2013-01-28
2
-7
/
+6
*
Merge ACPICA 20130117.
jkim
2013-01-17
1
-1
/
+3
*
Remove not very useful printf, that can be too chatty.
mav
2013-01-10
1
-8
/
+1
*
acpi_cpu_notify: disable acpi_cpu_idle while updating C-state data
avg
2012-12-01
1
-7
/
+15
*
acpi_cpu: change cpu_disable_idle to be a per-cpu flag...
avg
2012-12-01
1
-17
/
+53
*
acpi_cpu: use fixed resource ids for cx state i/o resources
avg
2012-11-22
1
-11
/
+11
*
Update MAX_TASKS to scale a bit based on MAXCPU
sbruno
2012-11-12
1
-1
/
+1
*
Merge ACPICA 20121018.
jkim
2012-10-23
1
-1
/
+1
*
This isn't functionally identical. In some cases a hint to disable
eadler
2012-10-22
3
-0
/
+10
*
Now that device disabling is generic, remove extraneous code from the
eadler
2012-10-22
3
-10
/
+0
*
When checking to see if a video output's _ADR matches an entry in the
jhb
2012-10-19
1
-1
/
+2
*
acpi_thermal: when _ACx is tripped, all _ALi i>= x should be on
avg
2012-10-14
1
-6
/
+11
*
Grab the softc from the ACPI host-pci bridge device instead of from the pci
neel
2012-10-10
1
-1
/
+1
*
acpi_cpu: explicitly notify userland about c-state changes
avg
2012-09-18
1
-0
/
+2
*
revert r240344: cpu_devices[] is used in other functions and must be kept
avg
2012-09-11
1
-1
/
+0
*
acpi_cpu: free result of device_get_children
avg
2012-09-11
1
-0
/
+1
*
At least from A70M FCH chipsets AMD started to use their real vendor ID
mav
2012-09-09
1
-1
/
+2
*
Merge ACPICA 20120816.
jkim
2012-08-16
2
-17
/
+4
*
Add several performance optimizations to acpi_cpu_idle().
mav
2012-07-31
1
-11
/
+21
*
acpi_cpu: separate a notion of current deepest allowed+available Cx level
avg
2012-07-13
1
-45
/
+29
*
acpi_cpu: we are able to handle _CST change notifications...
avg
2012-07-08
1
-2
/
+0
*
Remove variables which are initialized but never used thereafter
eadler
2012-07-07
1
-3
/
+1
*
acpi_cpu_generic_cx_probe: for consistency set cpu_non_c3 here too
avg
2012-07-07
1
-0
/
+2
*
acpi_cpu_cx_list: there is no need to re-evaluate cpu_non_c3 here
avg
2012-07-07
1
-8
/
+4
*
acpi_cpu_cx_cst: consistently use cpu_cx_count during state enumeration
avg
2012-07-07
1
-2
/
+2
*
Revert r238004 as more review has come in and there is now a discussion
sbruno
2012-07-02
1
-45
/
+19
*
Cosmetic display change of Cx states via cx_supported sysctl entries.
sbruno
2012-07-02
1
-19
/
+45
[next]