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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add kdb_cpu_sync_icache(), intended to synchronize instruction
marcel
2007-06-09
1
-0
/
+5
*
Add the machine-specific definitions for configuring the new physical
alc
2007-06-05
1
-0
/
+37
*
Rework the PCPU_* (MD) interface:
attilio
2007-06-04
1
-3
/
+26
*
Add CPUID2_PDCM
des
2007-05-31
1
-0
/
+1
*
Eliminate an unused definition.
alc
2007-05-27
1
-2
/
+0
*
- Move GDT/LDT locking into a seperate spinlock, removing the global
jeff
2007-05-20
1
-1
/
+5
*
Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct
kan
2007-05-19
1
-0
/
+1
*
Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses
jhb
2007-05-08
1
-0
/
+1
*
Minor fixes and tweaks to the x86 interrupt code:
jhb
2007-05-08
2
-4
/
+6
*
Define every architecture as either VM_PHYSSEG_DENSE or
alc
2007-05-05
1
-0
/
+5
*
Revamp the MSI/MSI-X code a bit to achieve two main goals:
jhb
2007-05-02
1
-2
/
+2
*
Add support for specifying a minimal size for vm.kmem_size in the loader via
sepotvin
2007-04-21
1
-1
/
+2
*
MFamd64
alc
2007-04-12
1
-0
/
+1
*
Add the PG_NX support for i386/PAE.
ru
2007-04-06
3
-2
/
+45
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
1
-21
/
+23
*
Add a new apic0 psuedo-device to claim memory resources for the memory
jhb
2007-03-20
1
-0
/
+2
*
- Add macros for newly added CPUID bits in the corresponding header files.
jkim
2007-03-20
1
-0
/
+2
*
Eliminate an unused parameter.
alc
2007-03-17
1
-1
/
+1
*
Add another CPUID for AMD CPUs and fix style(9) while I am here.
jkim
2007-03-12
1
-112
/
+113
*
Push down the implementation of PCPU_LAZY_INC() into the machine-dependent
alc
2007-03-11
1
-0
/
+25
*
Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))
jhb
2007-03-06
2
-3
/
+2
*
Use vm_paddr_t rather than uintptr_t when passing the physical address of
jhb
2007-03-05
1
-2
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-2
/
+2
*
Fixed some style bugs. Routine except:
bde
2007-02-06
1
-34
/
+35
*
Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporary
bde
2007-02-06
1
-36
/
+18
*
Cleaned up declaration and initialization of clock_lock. It is only
bde
2007-01-23
1
-1
/
+2
*
Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.
jhb
2007-01-22
1
-0
/
+1
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-4
/
+1
*
Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.
jkim
2007-01-09
1
-1
/
+2
*
Fix oops in previous commit.
bde
2006-12-29
1
-1
/
+1
*
Fixed some style bugs (mainly assorted errors in comments, and inconsistent
bde
2006-12-29
1
-26
/
+26
*
Fixed some style bugs (whitespace only).
bde
2006-12-29
1
-31
/
+34
*
Try harder to garbage-collect the "LOCORE" (really asm) version of
bde
2006-12-29
1
-5
/
+5
*
Avoid an instruction in atomic_cmpset_{int_long)() in most cases.
bde
2006-12-27
1
-11
/
+11
*
Evidently FreeBSD has long relied on the compiler to treat structures
kmacy
2006-12-17
1
-2
/
+2
*
Sort function prototypes.
jhb
2006-12-12
1
-1
/
+1
*
The global variable avail_end is redundant and only used once. Eliminate
alc
2006-11-19
1
-1
/
+0
*
- Add macro constants for the various fields in %dr7 and use them in place
jhb
2006-11-17
1
-0
/
+12
*
Various whitespace and style fixes.
jhb
2006-11-15
1
-5
/
+5
*
MD support for PCI Message Signalled Interrupts on amd64 and i386:
jhb
2006-11-13
2
-4
/
+18
*
Fix NKPT comments to match reality. Note that the current value
ru
2006-11-13
1
-3
/
+6
*
Fix a comment.
ru
2006-11-13
1
-1
/
+1
*
i386/include/profile.h:
bde
2006-10-28
1
-5
/
+1
*
In MCOUNT_OVERHEAD(label), actually use the `label' parameter. We were
bde
2006-10-28
1
-1
/
+1
*
Removed all traces of HIDENAME() in amd64 and i386 kernel code. Using
bde
2006-10-28
1
-5
/
+3
*
Don't call mexitcount or provide a stub mexitcount to call when
bde
2006-10-27
1
-0
/
+4
*
Change the x86 interrupt code to suspend/resume interrupt controllers
jhb
2006-10-10
2
-3
/
+5
*
Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.
jhb
2006-10-10
1
-2
/
+2
*
PR:
jb
2006-10-04
1
-32
/
+0
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-3
/
+0
[next]