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
*
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
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
3
-6
/
+3
*
- be more precise about the unit of measurement
eadler
2011-11-17
1
-1
/
+1
*
- be more precise about the unit of measurement
eadler
2011-11-17
1
-1
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
2
-2
/
+3
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
10
-10
/
+11
*
If an allocation for a specific resource range fails because it is not in
jhb
2011-10-12
3
-7
/
+27
*
Improve the sleep_delay sysctl description by specifying which unit
brueffer
2011-09-13
1
-1
/
+1
*
Always check current HPET counter value after comparator programming to
mav
2011-08-16
2
-8
/
+8
*
Allow non-fixed endpoints for a producer address range if the length of
jhb
2011-07-21
1
-3
/
+5
*
Don't ignore negatively decoded address ranges.
jhb
2011-07-17
1
-7
/
+0
*
Respect the BIOS/firmware's notion of acceptable address ranges for PCI
jhb
2011-07-15
1
-0
/
+166
*
Remove duplicate header includes
kevlo
2011-06-28
1
-1
/
+0
*
Now that ia64 has been switched to the event timers, remove the
marcel
2011-06-25
1
-4
/
+0
*
Typo.
jhb
2011-06-24
1
-1
/
+1
*
Fix build on ia64 after r223426.
jkim
2011-06-22
1
-0
/
+2
*
Set negative quality to TSC timecounter when C3 state is enabled for Intel
jkim
2011-06-22
1
-0
/
+2
*
Add a helper routine to conditionally modify the start address of a
jhb
2011-06-22
1
-22
/
+4
*
Fix build with ACPI_DEBUG defined.
jhb
2011-06-21
1
-8
/
+9
*
Use AcpiWalkResources() to parse the resource list from _CRS rather than
jhb
2011-06-21
2
-336
/
+282
*
Don't create a device_t object or parse current resources (via _CRS) for
jhb
2011-06-17
2
-20
/
+38
*
Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between the
jhb
2011-06-10
1
-11
/
+25
*
Merge ACPICA 20110527.
jkim
2011-05-31
1
-10
/
+13
*
Decrease ACPI-fast timecounter quality to 900 and increase HPET timecounter
jkim
2011-05-23
2
-2
/
+2
*
Reimplement how PCI-PCI bridges manage their I/O windows. Previously the
jhb
2011-05-03
2
-3
/
+11
*
The ACPI Host-PCI bridge driver actually supports multiple domains via
jhb
2011-05-02
1
-1
/
+1
*
Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,
jhb
2011-05-02
1
-0
/
+1
*
Correctly output the entire array for hw.acpi.thermal._ACx.
mdf
2011-04-19
1
-1
/
+2
*
Do not assume PM timer GAS type is I/O or memory. It may be an unsupported
jkim
2011-04-18
1
-8
/
+33
*
Fix a few acpi sysctls that want "IK" formatting to specify CTLTYPE_INT.
mdf
2011-04-18
1
-7
/
+7
*
Add event handlers for (ACPI) suspend/resume events. Suspend event handlers
jkim
2011-04-14
1
-0
/
+4
*
Add some tunable descriptions about x86 timers.
jkim
2011-04-14
1
-1
/
+1
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
1
-1
/
+1
*
Lower the bar for ACPI-fast on real machines slightly. Empirical evidences
jkim
2011-04-05
1
-8
/
+11
*
Move a trivial acpi_TimerDelta() to acpivar.h to make it inlineable.
jkim
2011-04-04
2
-11
/
+10
*
Always check the current minimum value to make the test more predictable.
jkim
2011-04-04
1
-2
/
+2
*
Fix bogus logic to calculate delta between two values from ACPI timers.
jkim
2011-04-04
1
-8
/
+3
*
Lower the bar for ACPI-fast on virtual machines. The current logic depends
jkim
2011-04-04
1
-2
/
+3
*
Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.
jkim
2011-04-04
1
-3
/
+3
*
Add more definitions for vendor-specific CPU capability bits to the last
jkim
2011-02-25
1
-11
/
+13
*
Rework r218685. Copy just enough data for the resource type.
jkim
2011-02-14
1
-23
/
+22
*
Prevent reading from the ACPI_RESOURCE past its actual end. For
mdf
2011-02-14
1
-1
/
+5
*
Use the preload_fetch_addr() and preload_fetch_size() convenience
marcel
2011-02-13
1
-11
/
+13
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
1
-1
/
+1
*
Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)
jhb
2011-01-18
1
-2
/
+0
*
Work around a witness(4) panic introduced in r217238.
jkim
2011-01-11
1
-8
/
+26
*
Fix a witness(4) warning introduced in r217238.
jkim
2011-01-11
1
-13
/
+18
*
Remove impossible error conditions.
jkim
2011-01-10
1
-4
/
+2
*
Add forgotten free(9) in the previous commit for an error case.
jkim
2011-01-10
1
-0
/
+1
[next]