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
*
Use symbolic names instead of hardcoding values for magic p_osrel constants.
kib
2010-11-14
1
-3
/
+3
*
Move identical copies of apm_bios.h to sys/x86/include, replace them with
jkim
2010-11-11
1
-261
/
+3
*
amd64: introduce minidump version 2
avg
2010-11-11
2
-66
/
+97
*
Make APM emulation look more closer to its origin. Use device_get_softc(9)
jkim
2010-11-10
1
-3
/
+2
*
Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a new
jkim
2010-11-10
1
-449
/
+4
*
- Remove <machine/mutex.h>. Most of the headers were empty, and the
jhb
2010-11-09
1
-35
/
+0
*
Move the mptable.h under x86/include/.
attilio
2010-11-09
1
-146
/
+0
*
Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.
jkim
2010-11-09
1
-91
/
+0
*
Reduce diff between platforms and fix style(9) bugs.
jkim
2010-11-09
1
-15
/
+35
*
Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it is
jhb
2010-11-08
1
-572
/
+0
*
A few small style and whitespace fixes.
jhb
2010-11-08
2
-4
/
+3
*
Don't call pmap_demote_DMAP() on MTRR entries from the BIOS that are marked
alc
2010-11-07
1
-2
/
+2
*
Adjust the order of operations in spinlock_enter() and spinlock_exit() to
jhb
2010-11-05
1
-4
/
+10
*
x86 topo_probe: do not probe smp topology if only one cpu is visible
avg
2010-11-04
1
-5
/
+8
*
Move <machine/apicreg.h> to <x86/apicreg.h>.
jhb
2010-11-01
7
-451
/
+6
*
Move the <machine/mca.h> header to <x86/mca.h>.
jhb
2010-11-01
5
-60
/
+4
*
Add another safety belt to pmap_demote_DMAP().
alc
2010-10-30
1
-1
/
+1
*
Don't demote in pmap_demote_DMAP() if the specified length is zero.
alc
2010-10-30
1
-0
/
+5
*
Merge nexus.c from amd64 and i386 to x86 subtree.
attilio
2010-10-28
1
-704
/
+0
*
Use 'PCPU_GET(apic_id)' to determine the BSP's APIC ID on a UP machine
jhb
2010-10-28
1
-1
/
+1
*
Merge the mptable support from MD bits to x86 subtree.
attilio
2010-10-28
2
-1219
/
+0
*
[1] According to the x86 architectural specifications, no virtual-to-
alc
2010-10-27
3
-6
/
+90
*
Merge dump_machdep.c i386/amd64 under the x86 subtree.
attilio
2010-10-26
1
-363
/
+0
*
Use 'saveintr' instead of 'savecrit' or 'eflags' to hold the state returned
jhb
2010-10-25
1
-3
/
+3
*
Use intr_disable() and intr_restore() instead of frobbing the flags register
jhb
2010-10-25
1
-5
/
+5
*
Update pmap_extract() to handle 1GB page mappings. Some device drivers
alc
2010-10-15
1
-13
/
+20
*
Remove trailing ", " from `sysctl machdep.idle_available' output.
jkim
2010-10-12
1
-1
/
+2
*
Add macro DECLARE_MODULE_TIED to denote a module as requiring the
kib
2010-10-12
1
-1
/
+1
*
Regen.
kib
2010-10-08
3
-4
/
+4
*
Fix typo.
kib
2010-10-08
1
-1
/
+1
*
Display PCID capability of CPU and add CPUID define for it.
kib
2010-10-05
2
-1
/
+2
*
The makectx() function, used by kdb_trap() to reconstruct pcb from
kib
2010-10-03
1
-1
/
+1
*
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
*
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
*
amd64: reduce VM_KMEM_SIZE_SCALE to 1 allowing kernel to use more memory
avg
2010-09-17
1
-1
/
+1
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
3
-128
/
+127
*
MFp4 (//depot/projects/mps/...)
ken
2010-09-10
1
-0
/
+1
*
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
-23
/
+23
*
Save MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly to PCB as we do not use
jkim
2010-08-30
1
-9
/
+6
*
Register an interrupt vector for DTrace return probes. There is some
rpaulo
2010-08-28
3
-0
/
+12
*
Call the necessary DTrace function pointers when we have different kinds
rpaulo
2010-08-25
1
-0
/
+56
*
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
2
-8
/
+0
*
- 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
*
Reset switchtime to zero rather than the current CPU ticker (TSC) value.
jkim
2010-08-13
2
-3
/
+3
[next]