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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize KPTmap in locore so that vm86.c can call vtophys() (or really
alc
2010-10-05
3
-15
/
+50
*
Display PCID capability of CPU and add CPUID define for it.
kib
2010-10-05
2
-1
/
+2
*
i386 and amd64 mp_machdep: improve topology detection for Intel CPUs
avg
2010-10-01
1
-86
/
+125
*
Fix bogus error message from bus_dmamem_alloc() about incorrect alignment.
neel
2010-09-29
1
-1
/
+1
*
Remove a redundant instruction for casuword.
davidxu
2010-09-29
1
-1
/
+0
*
Rewrite the i386 memory probe:
jhb
2010-09-27
1
-124
/
+126
*
Now userland POSIX semaphore is based on umtx. The kernel module
davidxu
2010-09-24
1
-1
/
+0
*
Add support 'device tpm' for amd64.
nork
2010-09-19
1
-0
/
+2
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
3
-138
/
+144
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
2
-6
/
+6
*
Change the parameter passed to the inline assembly to u_short
rdivacky
2010-09-03
1
-15
/
+15
*
Register an interrupt vector for DTrace return probes. There is some
rpaulo
2010-08-28
3
-1
/
+13
*
Sync DTrace bits with amd64 and fix the build.
rpaulo
2010-08-26
1
-2
/
+6
*
Increase maximum number of page table entries per VM86 context from 8 to 24
jkim
2010-08-25
1
-1
/
+1
*
Call the necessary DTrace function pointers when we have different kinds
rpaulo
2010-08-25
1
-0
/
+35
*
Add two DTrace trap type values. Used by fasttrap.
rpaulo
2010-08-24
1
-0
/
+2
*
Revert part of the r211149 as I erroneously ported the logical_cpus from
attilio
2010-08-19
1
-3
/
+3
*
Remove unused KTRACE includes.
jhb
2010-08-19
1
-4
/
+0
*
For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in
rpaulo
2010-08-17
1
-1
/
+1
*
- The iMac9,1 needs the PAT workaround as well
gahr
2010-08-17
1
-1
/
+2
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-2
/
+8
*
Revert r211176:
attilio
2010-08-12
1
-7
/
+1
*
Update various places that store or manipulate CPU masks to use cpumask_t
jhb
2010-08-11
3
-9
/
+9
*
IPI handlers may run generally with interrupts disabled because they
attilio
2010-08-11
1
-1
/
+7
*
Fix a typo due to a stale version of the patch.
attilio
2010-08-10
1
-1
/
+1
*
Fix some places that may use cpumask_t while they still use 'int' types.
attilio
2010-08-10
2
-13
/
+15
*
Simplify the logic for handling ipi_selected() and ipi_cpu() in the
attilio
2010-08-09
1
-42
/
+26
*
Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up not
dwmalone
2010-08-08
1
-1
/
+1
*
Fix whitespace nits.
bschmidt
2010-08-06
1
-1
/
+1
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
3
-12
/
+83
*
Implement a simple native VM86 backend for X86BIOS. Now i386 uses native
jkim
2010-08-05
1
-1
/
+2
*
Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from the
jhb
2010-08-05
2
-50
/
+4
*
Tweak the logic to disable CLFLUSH in virtual environments to work around
jhb
2010-08-02
1
-6
/
+6
*
Improve cputemp(4) driver wrt newer Intel processors, especially
delphij
2010-07-29
1
-0
/
+1
*
Mark the __curthread() functions as __pure2 and remove the volatile keyword
jhb
2010-07-29
1
-2
/
+2
*
MFamd64: r210615
jkim
2010-07-29
2
-1
/
+2
*
The corrected error count field is dependent on CMCI, not TES.
jhb
2010-07-28
1
-3
/
+3
*
Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
mdf
2010-07-28
1
-0
/
+1
*
The interpreter name should no longer be treated as a buffer that can be
alc
2010-07-28
1
-10
/
+5
*
Very rough first cut at NUMA support for the physical page allocator. For
jhb
2010-07-27
1
-0
/
+7
*
Simplify fldcw() macro. There is no reason to use pointer here. No object
jkim
2010-07-26
1
-5
/
+5
*
Remove an unused macro since r189418.
jkim
2010-07-26
1
-1
/
+0
*
Reduce diff against fenv.h:
jkim
2010-07-26
1
-12
/
+14
*
FNSTSW instruction can use AX register as an operand.
jkim
2010-07-26
1
-1
/
+1
*
Remove the acpi_aiboost driver. It has been replaced by aibs(4).
rpaulo
2010-07-25
1
-3
/
+0
*
MFamd64:
rpaulo
2010-07-21
1
-0
/
+7
*
Store fsbase and gsbase in the right fields of the mcontext. They were
tijl
2010-07-20
1
-4
/
+4
*
Add hints for i8254 timer on i386 and amd64. Some people report about
mav
2010-07-16
1
-0
/
+3
*
Move functions declaration to MI code, following implementation.
mav
2010-07-15
1
-5
/
+0
*
- Update 6000 firmware to 9.221.4.1
bschmidt
2010-07-15
1
-0
/
+2
[next]