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
*
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
*
Resotre LCD brightness level on resuming.
iwasaki
2012-06-17
1
-0
/
+32
*
Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of
iwasaki
2012-06-09
1
-2
/
+0
*
Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.
jkim
2012-06-01
3
-11
/
+11
*
Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication.
jkim
2012-06-01
1
-2
/
+2
*
Call AcpiLeaveSleepStatePrep() in interrupt disabled context
iwasaki
2012-06-01
2
-4
/
+14
*
Reorder resume procedures.
iwasaki
2012-05-29
1
-2
/
+2
*
Fix the problem acpi_sleep_force() hang.
iwasaki
2012-05-29
1
-3
/
+17
*
Merge ACPICA 20120518.
jkim
2012-05-24
1
-0
/
+14
*
Restore Processor object path for verbose boot message.
jkim
2012-05-23
1
-2
/
+4
*
Rework the previous change to honor MADT processor IDs when probing
jhb
2012-05-23
2
-60
/
+59
*
Ignore the power button press event for resuming rather than starting
iwasaki
2012-05-22
1
-5
/
+5
*
Don't start the sleep state transition procedure while sleep is
iwasaki
2012-05-20
1
-1
/
+6
*
Centralize declaration of the debug.acpi sysctl node.
jhb
2012-05-17
3
-2
/
+2
*
Complete commit message for r235024:
jkim
2012-05-04
1
-1
/
+1
*
Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs may
jkim
2012-05-04
1
-2
/
+38
*
Use a more proper fix for enabling HT MSI mapping windows on Host-PCI
jhb
2012-03-29
1
-16
/
+35
*
Restore interrupt state after executing AcpiEnterSleepState().
jkim
2012-03-27
1
-5
/
+10
*
Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).
jkim
2012-03-22
1
-0
/
+1
*
Merge ACPICA 20120320.
jkim
2012-03-20
2
-3
/
+16
*
ServerWorks HT1000 HPET reported to have problems with IRQs >= 16.
mav
2012-03-10
1
-0
/
+8
*
- Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.
jhb
2012-03-02
1
-5
/
+7
*
Fix a long-standing bug for AcpiOsGetTimer(). time_t is 32-bit on i386 and
jkim
2012-02-24
1
-3
/
+3
*
Merge ACPICA 20120215.
jkim
2012-02-16
3
-4
/
+21
*
De-obfuscate acpi_acquire_global_lock(). It seems the function was directly
jkim
2012-02-10
1
-8
/
+6
*
Refine r231226. Swap timecounters before suspending any device drivers.
jkim
2012-02-09
1
-10
/
+17
*
Reset clock after atrtc(4) is properly resumed.
jkim
2012-02-08
2
-4
/
+9
*
Revert r211288 and move the logic to the acpi_timer itself.
jkim
2012-02-08
1
-0
/
+48
*
- Give all clocks and timers on acpi0 the equal probing order.
jkim
2012-02-07
5
-21
/
+27
*
Further relax the strictness of enforcing allocations to only come from
jhb
2011-12-29
1
-1
/
+10
*
Prevent a division by zero with some broken batteries
dumbbell
2011-11-26
1
-0
/
+8
[next]