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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of code that dealt with the hardware not being able to save/restore
neel
2014-10-02
1
-55
/
+17
*
msi: add Xen MSI implementation
royger
2014-09-30
1
-0
/
+1
*
Allow the PIC's IMR register to be read before ICW initialisation.
grehan
2014-09-27
1
-13
/
+12
*
ddb: allow specifying the exact address of the symtab and strtab
royger
2014-09-25
1
-3
/
+5
*
As per [1] Intel only supports this driver on 64bit platforms.
bz
2014-09-23
2
-0
/
+6
*
Update and clarify comments. Remove the useless counter for impossible, but
kib
2014-09-21
2
-12
/
+13
*
Add some more KTR events to help debugging.
neel
2014-09-20
2
-1
/
+8
*
MSR_KGSBASE is no longer saved and restored from the guest MSR save area. This
neel
2014-09-20
1
-7
/
+0
*
Restructure the MSR handling so it is entirely handled by processor-specific
neel
2014-09-20
10
-372
/
+201
*
- Use NULL instead of 0 for fpcurthread.
kib
2014-09-18
1
-13
/
+16
*
Re-gen after r271743 implementing most of
bz
2014-09-18
5
-19
/
+109
*
Implement most of timer_{create,settime,gettime,getoverrun,delete}
bz
2014-09-18
3
-10
/
+12
*
Presence of any VM_PROT bits in the permission argument on x86 implies
kib
2014-09-17
1
-1
/
+2
*
Add a sysctl to export the EFI memory map along with a handler in the
jhb
2014-09-13
1
-0
/
+20
*
Optimize the common case of injecting an interrupt into a vcpu after a HLT
neel
2014-09-12
3
-1
/
+64
*
MFamd64: Use initializecpu() to set various model-specific registers on
jhb
2014-09-10
1
-1
/
+1
*
Create a separate structure for per-CPU state saved across suspend and
jhb
2014-09-06
6
-38
/
+29
*
Apply known workarounds for modern MacBooks.
pfg
2014-09-05
1
-0
/
+2
*
Add mrsas(4) to GENERIC for i386 and amd64.
markj
2014-09-04
1
-0
/
+1
*
Merge the amd64 and i386 identcpu.c into a single x86 implementation.
jhb
2014-09-04
1
-916
/
+0
*
Remove trailing whitespace.
jhb
2014-09-04
1
-8
/
+8
*
- Move prototypes for various functions into out of C files and into
jhb
2014-09-04
3
-11
/
+3
*
Update a comment to reflect the changes in r213408.
alc
2014-09-02
1
-1
/
+1
*
The "SUB" instruction used in getcc() actually does 'x -= y' so use the
neel
2014-08-30
1
-42
/
+66
*
Minor space/tab cleanups.
pfg
2014-08-30
1
-5
/
+5
*
- Add a new structure type for the ACPI 3.0 SMAP entry that includes the
jhb
2014-08-29
2
-0
/
+44
*
Implement the 0x2B SUB instruction, and the OR variant of 0x81.
grehan
2014-08-27
1
-13
/
+91
*
Change __inline style to be consistent with FreeBSD usage,
grehan
2014-08-24
1
-4
/
+4
*
Add "hw.vmm.topology.threads_per_core" and "hw.vmm.topology.cores_per_package"
neel
2014-08-24
1
-24
/
+77
*
Fix a bug in the emulation of CPUID leaf 0x4 where bhyve was claiming that
neel
2014-08-23
1
-2
/
+2
*
Return the spurious interrupt vector (IRQ7 or IRQ15) if the atpic cannot
neel
2014-08-23
1
-2
/
+8
*
Fix build of si(4) and enable it in LINT on amd64 and i386.
jhb
2014-08-20
1
-1
/
+1
*
Bump MAXCPU on amd64 from 64 to 256. In practice APIC only permits 255
jhb
2014-08-20
1
-1
/
+1
*
Increase max number of physical segments on amd64 to 63.
kib
2014-08-20
1
-1
/
+1
*
There exists a possible sequence of page table page allocation failures
alc
2014-08-18
1
-2
/
+3
*
Update i386/NOTES and amd64/NOTES files to contain the complete list of
gavin
2014-08-14
1
-4
/
+17
*
Reword comment to match the interrupt mode names from the MPtable spec.
neel
2014-08-14
1
-7
/
+10
*
Use the max guest memory address when creating its iommu domain.
neel
2014-08-14
2
-1
/
+21
*
Update the text of a KASSERT() to reflect the changes in r269728.
alc
2014-08-09
1
-1
/
+1
*
Change pmap_enter(9) interface to take flags parameter and superpage
kib
2014-08-08
1
-7
/
+17
*
Support PCI extended config space in bhyve.
neel
2014-08-08
1
-0
/
+23
*
Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c
glebius
2014-08-05
1
-21
/
+2
*
Retire pmap_change_wiring(). We have never used it to wire virtual pages.
alc
2014-08-03
1
-52
/
+0
*
- Output a summary of optional VT-x features in dmesg similar to CPU
jhb
2014-07-30
4
-30
/
+226
*
If a vcpu has issued a HLT instruction with interrupts disabled then it sleeps
neel
2014-07-26
3
-2
/
+18
*
Don't return -1 from the push emulation handler. Negative return values are
neel
2014-07-26
1
-4
/
+11
*
Fix a couple of issues in the PUSH emulation:
neel
2014-07-24
1
-5
/
+15
*
Copying pages via temporary mappings in the !DMAP case of pmap_copy_pages()
marius
2014-07-24
1
-0
/
+8
*
Fix fault injection in bhyve.
neel
2014-07-24
2
-63
/
+47
*
don't set CR4 PSE bit on amd64
royger
2014-07-23
3
-5
/
+5
[next]