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
...
*
Registers definitions for the new capabilities from the version 2.4 of
kib
2015-02-11
2
-4
/
+67
*
vm_page_lookup() accepts read-locked object.
kib
2015-02-11
1
-4
/
+2
*
Add x2APIC support. Enable it by default if CPU is capable. The
kib
2015-02-09
7
-115
/
+365
*
Revert the IPI startup sequence to match what is described in the
jhb
2015-02-06
1
-14
/
+14
*
Add interface to derive a TSC frequency from the pvclock
bryanv
2015-02-04
2
-0
/
+16
*
Generalized parts of the XEN timer code into a generic pvclock
bryanv
2015-02-04
2
-0
/
+246
*
Opt for performance over power-saving on Intel CPUs that have a
jhb
2015-01-29
1
-5
/
+10
*
loader: fix the size of MODINFOMD_MODULEP
royger
2015-01-20
1
-1
/
+1
*
Update the vdso timehands only via tc_windup().
neel
2015-01-20
1
-6
/
+7
*
Include mca_machdep.h.
imp
2015-01-18
1
-0
/
+3
*
Need to include opt_mca.h to test for DEV_MCA.
imp
2015-01-17
1
-0
/
+1
*
loader: implement multiboot support for Xen Dom0
royger
2015-01-15
1
-5
/
+35
*
For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Paging
kib
2015-01-12
1
-0
/
+3
*
Right now, for non-coherent DMARs, page table update code flushes the
kib
2015-01-11
4
-21
/
+54
*
Fix calculation of requester for PCI device behind PCIe/PCI bridge.
kib
2015-01-10
1
-25
/
+27
*
Print rid when announcing DMAR context creation. Print sid when fault
kib
2015-01-10
2
-4
/
+5
*
Fix DMAR context allocations for the devices behind PCIe->PCI bridges
kib
2015-01-09
1
-1
/
+1
*
Update Features2 to display SDBG capability of processor. This is
sbruno
2015-01-08
2
-1
/
+2
*
Create a cpuset mask for each NUMA domain that is available in the
jhb
2015-01-08
1
-1
/
+2
*
Factor out duplicated code from dumpsys() on each architecture into generic
markj
2015-01-07
2
-333
/
+96
*
On some Intel CPUs with a P-state but not C-state invariant TSC the TSC
jhb
2015-01-05
1
-6
/
+6
*
Fix warning about possible use of uninitialized variable.
hselasky
2015-01-02
1
-1
/
+1
*
xen/intr: balance dynamic interrupts across available vCPUs
royger
2014-12-10
1
-0
/
+11
*
xen: mask event channels while binding them to a vCPU
royger
2014-12-10
1
-11
/
+12
*
xen: convert the Grant-table code to a NewBus device
royger
2014-12-10
1
-9
/
+0
*
xen: create a new PCI bus override
royger
2014-12-09
1
-46
/
+4
*
xen: notify ACPI about SCI override
royger
2014-12-09
1
-0
/
+9
*
Improve support for XSAVE with debuggers.
jhb
2014-11-21
2
-12
/
+22
*
MFamd64: Add support for extended FPU states on i386. This includes
jhb
2014-11-02
1
-4
/
+2
*
Rework virtual machine hypervisor detection.
jhb
2014-10-28
3
-74
/
+174
*
Output a summary of optional SVM features in dmesg similar to CPU features.
grehan
2014-10-27
1
-0
/
+65
*
xen: implement the privcmd user-space device
royger
2014-10-22
1
-2
/
+0
*
xen: allow to register event channels without handlers
royger
2014-10-22
1
-17
/
+57
*
xen: fix usage of kern_getenv in PVH code
royger
2014-10-22
1
-1
/
+4
*
Virtual machines can easily have more than 16 option ROMs and
marcel
2014-10-22
1
-2
/
+2
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-8
/
+1
*
Merge from projects/bhyve_svm all the changes outside vmm.ko or bhyve utilities:
neel
2014-10-20
1
-0
/
+14
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
3
-3
/
+3
*
Support Intel-specific MSRs that are accessed when booting up a linux in bhyve:
neel
2014-10-09
1
-0
/
+4
*
Missing from previous commit - keep the VM domain -> PXM mapping
adrian
2014-10-09
1
-8
/
+28
*
Pass up the error status of minidumpsys() to its callers.
markj
2014-10-08
1
-4
/
+3
*
Fix build for i386 kernels with out 'I686_CPU'.
jhb
2014-10-06
1
-1
/
+1
*
xen: add the Xen implementation of pci_child_added method
royger
2014-09-30
1
-0
/
+24
*
msi: add Xen MSI implementation
royger
2014-09-30
7
-1
/
+344
*
xen: add proper copyright attribution
royger
2014-09-26
1
-0
/
+1
*
ddb: allow specifying the exact address of the symtab and strtab
royger
2014-09-25
1
-0
/
+79
*
Restructure the MSR handling so it is entirely handled by processor-specific
neel
2014-09-20
1
-0
/
+4
*
Migrate ie->ie_assign_cpu and associated code to use an int for CPU rather
adrian
2014-09-17
1
-2
/
+2
*
xen: don't set suspend/resume methods for the PIRQ PIC
royger
2014-09-15
1
-2
/
+0
*
To workaround an errata on certain Pentium Pro CPUs, i386 disables
jhb
2014-09-10
1
-10
/
+1
[prev]
[next]