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
/
i386
/
acpica
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is
jkim
2013-02-15
1
-2
/
+2
*
This isn't functionally identical. In some cases a hint to disable
eadler
2012-10-22
1
-0
/
+3
*
Now that device disabling is generic, remove extraneous code from the
eadler
2012-10-22
1
-3
/
+0
*
- Fix resumectx() prototypes to reflect reality.
jkim
2012-06-13
1
-3
/
+3
*
Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of
iwasaki
2012-06-09
2
-378
/
+3
*
Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.
jkim
2012-06-01
1
-2
/
+1
*
Tidy up code clutter in SMP case a bit. No functional change.
jkim
2012-06-01
1
-10
/
+6
*
Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.
jkim
2012-06-01
1
-2
/
+2
*
Improve style(9) in the previous commit.
jkim
2012-06-01
1
-3
/
+3
*
Call AcpiLeaveSleepStatePrep() in interrupt disabled context
iwasaki
2012-06-01
1
-54
/
+57
*
Revert the previous commit on wakecode address verbose printing.
iwasaki
2012-05-19
1
-2
/
+2
*
Add SMP/i386 suspend/resume support.
iwasaki
2012-05-18
2
-423
/
+378
*
Centralize declaration of the debug.acpi sysctl node.
jhb
2012-05-17
1
-2
/
+0
*
Merge ACPICA 20120320.
jkim
2012-03-20
1
-1
/
+1
*
MFamd64:
jhb
2012-03-09
1
-12
/
+19
*
MFamd64: (based on) r209957
jkim
2010-11-12
4
-43
/
+1
*
Make APM emulation look more closer to its origin. Use device_get_softc(9)
jkim
2010-11-10
1
-3
/
+2
*
Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a new
jkim
2010-11-10
1
-451
/
+9
*
Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.
jkim
2010-11-09
1
-91
/
+0
*
Reduce diff between platforms and fix style(9) bugs.
jkim
2010-11-09
1
-15
/
+35
*
Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it is
jhb
2010-11-08
1
-572
/
+0
*
Sync the APIC startup sequence with amd64:
jhb
2010-11-08
1
-1
/
+1
*
A few small style and whitespace fixes.
jhb
2010-11-08
1
-1
/
+0
*
Move <machine/apicreg.h> to <x86/apicreg.h>.
jhb
2010-11-01
1
-1
/
+1
*
Move the <machine/mca.h> header to <x86/mca.h>.
jhb
2010-11-01
1
-1
/
+1
*
For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in
rpaulo
2010-08-17
1
-1
/
+1
*
Restore the machine check register banks on resume. For banks being
jhb
2010-06-15
1
-0
/
+2
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
1
-3
/
+1
*
Use the same policy for rejecting / not-reject ACPI tables with incorrect
jhb
2010-03-19
1
-0
/
+2
*
Extract the code to find and map the MADT ACPI table during early kernel
jhb
2009-09-23
2
-222
/
+250
*
Use C99 initialization for struct filterops.
rwatson
2009-09-12
1
-2
/
+5
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-6
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+6
*
Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use
kib
2009-06-10
1
-1
/
+1
*
Import ACPICA 20090521.
jkim
2009-06-05
4
-7
/
+11
*
We don't need d_thread_t for cross-branch portability here anymore.
imp
2009-05-20
1
-4
/
+4
*
At least one BIOS bogusly includes duplicate entries for I/O APICs. The
jhb
2009-03-05
1
-0
/
+4
*
Mark these variables as __used too. Fix a style of previous commit.
rdivacky
2009-02-18
1
-5
/
+6
*
Mark these variables as __used as those are used in the asm block.
rdivacky
2009-02-18
1
-4
/
+4
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
1
-2
/
+2
*
Don't enforce unique device minor number policy anymore.
ed
2008-06-11
1
-1
/
+1
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
2
-3
/
+3
*
Rework how the nexus(4) device works on x86 to better handle the idea of
jhb
2008-03-13
1
-0
/
+43
*
For no good reason I had assumed that ACPI table headers would be page
jhb
2008-01-31
1
-5
/
+7
*
This is a follow-up, cleaning-up commit about recent changes involving
attilio
2007-09-11
1
-1
/
+1
*
Now that we have a function that can be called from a cdevsw close()
njl
2007-07-07
1
-9
/
+1
*
Update the suspend/resume user API while maintaining backwards compat.
njl
2007-06-21
1
-26
/
+216
*
Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses
jhb
2007-05-08
1
-10
/
+7
*
Optimize sx locks to use simple atomic operations for the common cases of
jhb
2007-03-31
1
-0
/
+1
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
3
-144
/
+139
[next]