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 20100331 (and four additional upstream patches).
jkim
2010-04-02
5
-35
/
+9
*
Fix white spaces.
jkim
2010-03-10
1
-2
/
+2
*
- Allow users to enable dumping Debug objects without ACPI debugger.
jkim
2010-03-09
1
-4
/
+45
*
Merge ACPICA 20100304.
jkim
2010-03-05
1
-0
/
+2
*
Rename some macros to clarify their intentions and fix style nits.
jkim
2010-02-15
1
-40
/
+40
*
Add support for `cycle' and `zero' events for LCD brightness control.
jkim
2010-02-15
1
-14
/
+43
*
Make sanity check slightly more useful and tweak an error message.
jkim
2010-02-13
1
-5
/
+5
*
Implement LCD brightness control notify handler.
jkim
2010-02-13
1
-1
/
+76
*
acpi: drop the second bus_generic_attach pass
avg
2010-02-11
1
-8
/
+1
*
acpi cpu: probe+attach before all other enumerated children on acpi bus
avg
2010-02-11
2
-9
/
+27
*
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_hpet: correctly get number of timers/comparators in a timer block
avg
2010-01-27
1
-3
/
+18
*
Merge ACPICA 20100121.
jkim
2010-01-21
8
-20
/
+20
*
acpi_ec: remove redundant acpi_disabled check in probe method
avg
2010-01-18
1
-2
/
+1
*
acpi_ec: clean up 'private' ivar when freeing memory to which it points
avg
2010-01-18
1
-0
/
+1
*
Merge ACPICA 20091112.
jkim
2009-11-16
4
-8
/
+8
*
acpi: remove 'magic' ivar
avg
2009-11-07
5
-24
/
+10
*
Do not hold the ACPI A/C adapter lock when changing the power profile.
jhb
2009-09-30
1
-2
/
+3
*
Split the 'video' ACPI lock up into two locks to resolve a LOR with the
jhb
2009-09-30
1
-10
/
+26
*
Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and
jkim
2009-09-27
1
-7
/
+1
*
Extract the code to find and map the MADT ACPI table during early kernel
jhb
2009-09-23
2
-0
/
+27
*
Uninline an instance of STAILQ_FOREACH_SAFE().
jhb
2009-09-23
1
-2
/
+1
*
Catch up with ACPICA 20090903.
jkim
2009-09-11
4
-126
/
+84
*
Tweak the way that the ACPI and ISA bus drivers match hint devices to
jhb
2009-08-24
1
-2
/
+18
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
5
-26
/
+16
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
5
-16
/
+26
*
Match PCI Express root bridge _HID directly instead of
jkim
2009-07-13
1
-1
/
+1
*
Add a missing return in NULL mutex case.
jkim
2009-06-22
1
-1
/
+3
*
- Remove unnecessary read memory barriers from atomic operations[1].
jkim
2009-06-11
1
-2
/
+4
*
Catch up with r193750 (OsdSynch.c locking changes):
jkim
2009-06-10
2
-16
/
+97
*
Rework the _BBN handling for Host-PCI bridges. Previously we only trusted
jhb
2009-06-09
1
-18
/
+25
*
Remove redundant checks for ACPI_WAIT_FOREVER cases.
jkim
2009-06-08
1
-4
/
+0
*
Rewrite OsdSynch.c to reflect the latest ACPICA more closely:
jkim
2009-06-08
1
-267
/
+445
*
Import ACPICA 20090521.
jkim
2009-06-05
35
-157
/
+120
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
1
-3
/
+3
*
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
*
Fix off-by-one bug. S5 state must be checked as well.
jkim
2009-04-30
1
-1
/
+1
*
Fix style(9).
jkim
2009-04-30
1
-2
/
+2
*
Prefer device_printf() over printf() where ever possible.
jkim
2009-04-30
1
-25
/
+29
*
General sleep state change clean up.
jkim
2009-04-30
1
-68
/
+110
*
acpi: do not run resume/backout code when entering S0/S5 states
avg
2009-04-28
1
-73
/
+66
*
Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() and
jhb
2009-03-26
1
-4
/
+2
*
Add a function to reset system time after resuming, which will be used
jkim
2009-03-23
2
-4
/
+22
*
Check whether devd is running before calling resume notifier and
jkim
2009-03-23
1
-19
/
+34
*
Initial suspend/resume support for amd64.
jkim
2009-03-17
2
-13
/
+42
*
acpi_cpu: fixup for PIIX4E PCI config related to C2
avg
2009-02-19
1
-1
/
+11
*
pcib_read_config and pcib_write_config take u_int params.
imp
2009-02-05
1
-8
/
+9
[next]