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
*
Add pmspvc device back to GENERIC. The issues with the device playing
imp
2015-08-03
1
-2
/
+1
*
Let CloudABI use the SV_CAPSICUM flag.
ed
2015-08-03
1
-1
/
+1
*
Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUID
kib
2015-08-03
2
-0
/
+2
*
Set p_osrel to __FreeBSD_version on process startup.
ed
2015-08-03
1
-1
/
+11
*
Pull pmspcv (pms(4)) from GENERIC. It has PCI ID conflicts
gjb
2015-07-31
1
-1
/
+2
*
Improve comments.
kib
2015-07-30
1
-4
/
+4
*
Remove full barrier from the amd64 atomic_load_acq_*(). Strong
kib
2015-07-28
1
-17
/
+7
*
Add a comment discussing the appropriate use of the atomic_*() functions
alc
2015-07-24
1
-0
/
+19
*
Various changes to the registers displayed in DDB for x86.
jhb
2015-07-22
2
-51
/
+43
*
Let the unwinder handle faults during function prologues or epilogues.
markj
2015-07-21
1
-45
/
+10
*
Improve stack unwinding on i386 and amd64 after an IP fault.
markj
2015-07-21
1
-7
/
+19
*
Remove some dead code from DDB's amd64 stack unwinder.
markj
2015-07-21
1
-74
/
+8
*
Describe COMPAT_CLOUDABI64 in the amd64 configuration NOTES file.
ed
2015-07-21
1
-0
/
+3
*
Make thread creation work for CloudABI processes.
ed
2015-07-21
1
-0
/
+23
*
Make forking of CloudABI processes work.
ed
2015-07-20
1
-0
/
+11
*
Implement the lockstat provider using SDT(9) instead of the custom provider
markj
2015-07-19
1
-1
/
+0
*
Merge driver for PMC Sierra's range of SAS/SATA HBAs.
benno
2015-07-17
2
-0
/
+5
|
\
|
*
Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80...
achim
2015-07-07
2
-0
/
+5
*
|
When checking for the valid value of the frame pointer, verify that it
kib
2015-07-16
1
-5
/
+5
*
|
Add a sysentvec for CloudABI on x86-64.
ed
2015-07-16
1
-0
/
+230
*
|
Revert inadvertent change to amd64/GENERIC.
pkelsey
2015-07-15
1
-1
/
+1
*
|
Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).
pkelsey
2015-07-15
1
-1
/
+1
*
|
Spell crypto correctly.
brueffer
2015-07-14
1
-1
/
+1
*
|
Now that aesni won't reuse fpu contexts (D3016), add seatbelts to the
jmg
2015-07-08
1
-2
/
+10
*
|
Add the atomic_thread_fence() family of functions with intent to
kib
2015-07-08
1
-0
/
+32
*
|
Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.io
neel
2015-07-06
1
-1
/
+1
|
/
*
Enable IPSEC in all GENERIC kernels.
gnn
2015-07-04
1
-0
/
+3
*
Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()
kib
2015-07-02
3
-5
/
+4
*
Disallow a debugger on 64bit system to set fs/gs bases of the 32bit
kib
2015-07-01
1
-1
/
+1
*
Add a comment about too strong semantic of atomic_load_acq() on x86.
kib
2015-06-29
1
-0
/
+9
*
pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb.
kib
2015-06-29
3
-4
/
+1
*
Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests to
kib
2015-06-29
1
-0
/
+62
*
Remove unneeded data dependency, currently imposed by
kib
2015-06-28
3
-50
/
+78
*
verify_gla() needs to account for non-zero segment base addresses.
tychon
2015-06-26
1
-7
/
+44
*
amd64: set the correct LMA values
royger
2015-06-26
1
-1
/
+1
*
Restore the host's GS.base before returning from 'svm_launch()'.
neel
2015-06-23
4
-33
/
+24
*
Restructure memory allocation in bhyve to support "devmem".
neel
2015-06-18
10
-306
/
+702
*
Report the values of x86 segment registers to remote debuggers.
jhb
2015-06-12
1
-0
/
+4
*
Allow DTrace to be compiled-in to the kernel.
br
2015-06-10
1
-0
/
+17
*
Fixup the build after r284215.
mjg
2015-06-10
1
-1
/
+1
*
Implement lockless resource limits.
mjg
2015-06-10
1
-1
/
+1
*
Generalised support for copy-on-write structures shared by threads.
mjg
2015-06-10
1
-2
/
+2
*
Account for superpage mappings that are created by pmap_copy().
alc
2015-06-09
1
-0
/
+1
*
Support guest writes to the TSC by enabling the "use TSC offsetting"
tychon
2015-06-09
3
-4
/
+26
*
Futex is an aligned 32-bit integer. Use the proper instruction and
dchagin
2015-06-08
1
-24
/
+24
*
Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.
alc
2015-06-08
1
-3
/
+2
*
Update print_INTEL_TLB() by the tag values from the Intel SDM
kib
2015-06-06
2
-0
/
+2
*
The 'verify_gla()' function is used to ensure that the effective address
neel
2015-06-05
1
-1
/
+1
*
Use tunable 'hw.vmm.svm.features' to disable specific SVM features even
neel
2015-06-04
1
-5
/
+10
*
Remove unneeded NULL checks in amd64's trap_fatal().
dim
2015-06-01
1
-8
/
+2
[next]