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
/
amd64
/
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
*
- Remove unused code for CR3 and CR4.
jkim
2012-06-13
1
-5
/
+0
*
Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of
iwasaki
2012-06-09
3
-627
/
+12
*
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
-38
/
+47
*
Centralize declaration of the debug.acpi sysctl node.
jhb
2012-05-17
1
-2
/
+0
*
Re-initialize model-specific MSRs when we resume CPUs.
jkim
2012-03-30
1
-0
/
+1
*
Merge ACPICA 20120320.
jkim
2012-03-20
1
-1
/
+1
*
Fix another witness panic. We cannot enter critical section at all because
jkim
2012-03-20
1
-2
/
+3
*
Fix a witness panic introduced in r231797.
jkim
2012-03-19
1
-2
/
+2
*
Refine r231791. Install the resume event handler unconditionally.
jkim
2012-02-16
1
-18
/
+11
*
Clean up RFLAG and CR3 register handling and nearby comments. For BSP, use
jkim
2012-02-15
1
-13
/
+4
*
Set up an event handler to turn off speaker if user requested it. Speaker
jkim
2012-02-15
1
-7
/
+22
*
Make ACPI resume beeper less cryptic. Set PIC timer2 mode properly.
jkim
2012-02-15
1
-7
/
+17
*
Reset clock after atrtc(4) is properly resumed.
jkim
2012-02-08
1
-1
/
+0
*
Restore callee saved registers later and micro-optimize.
jkim
2012-02-03
1
-14
/
+13
*
Fix a function prototype to reflect reality. No functional change.
jkim
2012-02-03
1
-1
/
+1
*
- Restore XCR0 before restoring extended FPU states.
jkim
2012-01-31
3
-15
/
+22
*
Naturally align a newly added wakeup_fpusave.
jkim
2012-01-30
1
-2
/
+2
*
Add support for the extended FPU states on amd64, both for native
kib
2012-01-21
3
-2
/
+24
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-1
/
+2
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-11
/
+10
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+1
*
Reinitialize PAT MSR via pmap_init_pat() while resuming. This function does
jkim
2010-11-23
3
-9
/
+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
-449
/
+4
*
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
*
A few small style and whitespace fixes.
jhb
2010-11-08
1
-2
/
+1
*
Move <machine/apicreg.h> to <x86/apicreg.h>.
jhb
2010-11-01
2
-2
/
+2
*
Move the <machine/mca.h> header to <x86/mca.h>.
jhb
2010-11-01
1
-1
/
+1
*
Reset switchtime to zero rather than the current CPU ticker (TSC) value.
jkim
2010-08-13
1
-2
/
+2
*
Reset switchtime and switchticks after resynchronizing the system clock.
jkim
2010-08-12
1
-1
/
+3
*
Remove unnecessary casting and simplify code. We are not there yet. ;-)
jkim
2010-08-06
1
-3
/
+1
*
Correct argument order of acpi_restorecpu(), which was forgotten in r210804.
jkim
2010-08-06
1
-1
/
+1
*
Remove an unnecessary register load.
jkim
2010-08-03
1
-2
/
+1
*
savectx() has not been used for fork(2) for about 15 years. [1]
jkim
2010-08-03
2
-47
/
+33
*
- Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]
jkim
2010-08-02
3
-67
/
+59
*
Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h.
jkim
2010-07-29
1
-1
/
+1
*
Re-implement FPU suspend/resume for amd64. This removes superfluous uses
jkim
2010-07-26
2
-6
/
+15
*
Move i386-inherited logic of building ACPI headers for acpi_wakeup.c into
jkim
2010-07-12
4
-50
/
+0
*
Restore the machine check register banks on resume. For banks being
jhb
2010-06-15
1
-0
/
+2
*
Fix ACPI suspend/resume on amd64, which was broken since r208833.
jkim
2010-06-14
1
-1
/
+1
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
1
-3
/
+1
*
Introduce the x86 kernel interfaces to allow kernel code to use
kib
2010-06-05
1
-1
/
+1
*
Use the same policy for rejecting / not-reject ACPI tables with incorrect
jhb
2010-03-19
1
-0
/
+2
[next]