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
/
x86
/
acpica
Commit message (
Expand
)
Author
Age
Files
Lines
*
In the SandyBridge x2APIC workaround detection code, only fetch the
kib
2015-12-03
1
-27
/
+20
*
Add ASUS Sandybridge laptops to the similar x2apic disable logic
adrian
2015-09-16
1
-1
/
+13
*
Automatically disable x2APIC mode on SandyBridge Lenovo machines. I
kib
2015-08-21
1
-6
/
+33
*
Merge ACPICA 20150619.
jkim
2015-06-18
1
-2
/
+2
*
Handle X2APIC entries in the MADT for APICs with an ID < 255. At least one
jhb
2015-06-09
1
-32
/
+65
*
Update the comments to match what the code ended up becoming.
adrian
2015-05-15
1
-1
/
+1
*
Add initial memory locality cost awareness to the VM, and include
adrian
2015-05-08
1
-6
/
+120
*
Reassign copyright statements on several files from Advanced
jhb
2015-04-23
1
-1
/
+1
*
Add config option PAE_TABLES for the i386 kernel. It switches pmap to
kib
2015-04-13
1
-1
/
+1
*
Fix build on i386.
jkim
2015-04-12
1
-1
/
+1
*
For now, disable x2APIC mode when Xen is detected, even if CPU
kib
2015-02-25
1
-0
/
+2
*
Fix build on i386 without "device apic"
tijl
2015-02-20
1
-0
/
+9
*
Fix UP build.
kib
2015-02-18
1
-1
/
+2
*
Initialize x2APIC mode on the resume path before accessing LAPIC.
kib
2015-02-16
1
-0
/
+1
*
Detect whether x2APIC on VMWare is usable without interrupt
kib
2015-02-14
1
-0
/
+13
*
Add x2APIC support. Enable it by default if CPU is capable. The
kib
2015-02-09
1
-0
/
+20
*
Create a cpuset mask for each NUMA domain that is available in the
jhb
2015-01-08
1
-1
/
+2
*
MFamd64: Add support for extended FPU states on i386. This includes
jhb
2014-11-02
1
-4
/
+2
*
Missing from previous commit - keep the VM domain -> PXM mapping
adrian
2014-10-09
1
-8
/
+28
*
Create a separate structure for per-CPU state saved across suspend and
jhb
2014-09-06
1
-18
/
+21
*
Save and restore FPU state across suspend and resume. In earlier revisions
jhb
2014-08-30
1
-0
/
+10
*
x86/madt: make the interrupt override parser a public function
royger
2014-08-04
1
-30
/
+43
*
xen: change quality of the MADT ACPI enumerator
royger
2014-08-04
1
-1
/
+1
*
Add missing newline to output dmesg properly.
akiyama
2014-07-28
1
-2
/
+2
*
Change default logic to CONFORM because this routine is shared
takawata
2014-03-28
1
-10
/
+8
*
Strict value checking will cause problem.
takawata
2014-03-27
1
-4
/
+8
*
To check polarity, check ACPI_MADT_POLARITY_CONFORMS, instead of ACPI_MADT_TR...
takawata
2014-03-27
1
-1
/
+1
*
Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.
jkim
2014-03-04
1
-1
/
+1
*
Drop the 3rd clause from all 3 clause BSD licenses where I am the sole
jhb
2014-02-05
1
-3
/
+0
*
Move <machine/apicvar.h> to <x86/apicvar.h>.
jhb
2014-01-23
2
-2
/
+2
*
Fix i386 build.
jhb
2013-12-24
1
-0
/
+1
*
Add a resume hook for bhyve that runs a function on all CPUs during
jhb
2013-12-23
1
-0
/
+5
*
Move constants for indices in the local APIC's local vector table from
jhb
2013-12-09
1
-2
/
+2
*
Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id
gibbs
2013-10-05
1
-1
/
+1
*
Add support for suspend/resume/migration operations when running as a
gibbs
2013-09-20
1
-1
/
+1
*
Split the pagequeues per NUMA domains, and split pageademon process
kib
2013-08-07
1
-0
/
+4
*
o Add accessor functions to add and remove pages from a specific
attilio
2013-05-13
1
-8
/
+12
*
Revert r250339 as apparently it is more clutter than help.
attilio
2013-05-08
1
-42
/
+0
*
Add functions to do ACPI System Locality Information Table parsing
attilio
2013-05-07
1
-0
/
+42
*
Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in
attilio
2013-05-07
1
-5
/
+3
*
Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel
jhb
2013-02-14
1
-0
/
+2
*
Merge ACPICA 20120816.
jkim
2012-08-16
1
-1
/
+1
*
- Remove unused code for CR3 and CR4.
jkim
2012-06-13
1
-12
/
+11
*
Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c
iwasaki
2012-06-12
1
-43
/
+1
*
Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of
iwasaki
2012-06-09
1
-0
/
+434
*
Allocate the ioapics[] array dynamically since it is only needed for the
jhb
2012-03-28
1
-5
/
+11
*
Mark the 'lapics' and 'ioapics' arrays here static since they are
jhb
2012-03-22
1
-2
/
+2
*
Fix a few bugs in the SRAT parsing code:
jhb
2012-01-03
1
-5
/
+12
*
Get rid of kludgy per-descriptor state handling in acpi_apm.
ed
2011-12-05
1
-63
/
+25
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
2
-2
/
+2
[next]