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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate the fake contig_dmamap and replace it with a new flag,
scottl
2014-05-27
1
-12
/
+13
*
Now that there are separate back-end implementations of busdma, the bounce
scottl
2014-05-27
1
-18
/
+22
*
Revert r266481. It was based on faulty analysis of the problem. A correct
scottl
2014-05-27
1
-25
/
+2
*
Whitespace fix.
jhb
2014-05-22
1
-3
/
+3
*
Old PCIe implementations cannot allow a DMA transfer to cross a 4GB
scottl
2014-05-20
1
-2
/
+25
*
Add definitions for more structured extended features as well as
jhb
2014-05-16
1
-6
/
+25
*
Make this compile with gcc.
imp
2014-04-05
1
-0
/
+1
*
Re-implement the DMAR I/O MMU code in terms of PCI RIDs
rstone
2014-04-01
6
-47
/
+64
*
Revert PCI RID changes.
rstone
2014-04-01
6
-64
/
+47
*
Re-implement the DMAR I/O MMU code in terms of PCI RIDs
rstone
2014-04-01
6
-47
/
+64
*
Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4
tijl
2014-04-01
1
-1
/
+1
*
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
*
Fix build without SMP.
jhb
2014-03-26
1
-1
/
+5
*
Remove vestiges of knowing the ISA bus, which we gave up on around 20
imp
2014-03-19
5
-106
/
+4
*
Add support for the PCI(e)-PCI bridges to the Intel VT-d driver. The
kib
2014-03-18
3
-17
/
+122
*
It is not uncommon for BIOSes to report wrong RMRR entries in DMAR
kib
2014-03-18
1
-0
/
+9
*
Trim at EOL.
kib
2014-03-18
1
-2
/
+2
*
Update NetBSD Foundation copyrights to 2-clause BSD
emaste
2014-03-18
1
-7
/
+0
*
Correct type for malloc().
jhb
2014-03-13
1
-2
/
+2
*
xen: add a hook to perform AP startup
royger
2014-03-11
2
-0
/
+97
*
xen: changes to hvm code in order to support PVH guests
royger
2014-03-11
1
-5
/
+42
*
xen: add hook for AP bootstrap memory reservation
royger
2014-03-11
1
-0
/
+1
*
xen: add an apic_enumerator for PVH
royger
2014-03-11
1
-0
/
+134
*
xen: use the same hypercall mechanism for XEN and XENHVM
royger
2014-03-11
1
-14
/
+10
*
xen: implement hook to fetch and parse e820 memory map
royger
2014-03-11
2
-0
/
+26
*
xen: implement an early timer for Xen PVH
royger
2014-03-11
4
-53
/
+123
*
amd64: introduce hook for custom preload metadata parsers
royger
2014-03-11
2
-0
/
+106
*
howto_names: unify declaration
royger
2014-03-11
1
-0
/
+1
*
xen: add and enable Xen console for PVH guests
royger
2014-03-11
1
-0
/
+4
*
xen: add PV/PVH kernel entry point
royger
2014-03-11
2
-0
/
+120
*
amd64/i386: switch IPI handlers to C code.
royger
2014-03-11
1
-183
/
+10
*
Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.
jkim
2014-03-04
1
-1
/
+1
*
Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge
jhb
2014-02-12
4
-3
/
+72
*
Drop the 3rd clause from all 3 clause BSD licenses where I am the sole
jhb
2014-02-05
7
-21
/
+0
*
Move a warning about LINT pins configured with a level trigger under
jhb
2014-02-05
1
-1
/
+1
*
Rename the AMD MSR_PERFCTR[0-3] so the Pentium Pro MSR_PERFCTR[0-1]
tijl
2014-01-31
1
-6
/
+4
*
Move <machine/apicvar.h> to <x86/apicvar.h>.
jhb
2014-01-23
9
-8
/
+233
*
- Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver.
jhb
2014-01-21
4
-67
/
+14
*
- Only check the ivars for direct descendants.
jhb
2014-01-20
1
-4
/
+6
*
The changes in r233781 attempted to make logging during a machine check
jhb
2014-01-08
1
-5
/
+19
*
Retire machine/fdt.h as a header used by MI code, as its function is now
nwhitehorn
2014-01-05
2
-18
/
+6
*
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
*
Use fixed-width types for all fields in MP Table structures and pack
jhb
2013-12-11
2
-80
/
+83
*
Do not DELAY() for P-state transition unless we want to see the result.
mav
2013-12-10
1
-3
/
+2
*
Move constants for indices in the local APIC's local vector table from
jhb
2013-12-09
4
-31
/
+42
*
Fix the processor table entry structure to use a fixed-width type for
jhb
2013-12-05
1
-4
/
+4
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-8
/
+8
[next]