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
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Remove unused code for CR3 and CR4.
jkim
2012-06-13
1
-12
/
+11
*
Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c
iwasaki
2012-06-12
1
-43
/
+1
*
Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of
iwasaki
2012-06-09
1
-0
/
+434
*
free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOG
avg
2012-06-03
1
-4
/
+2
*
Consitently use "__LP64__".
obrien
2012-05-24
4
-11
/
+11
*
Don't expose i386-only ptrace constants on amd64. This broke gdb with
jhb
2012-05-17
1
-2
/
+4
*
Revert part of r234723 by re-enabling the SMP protection for
attilio
2012-05-03
1
-8
/
+0
*
Clean up the intr* MD KPI from the SMP dependency, removing a cause of
attilio
2012-04-26
1
-0
/
+15
*
Add x2apic MSR definitions
grehan
2012-04-17
1
-1
/
+35
*
Trim stray blank line.
jhb
2012-04-11
1
-1
/
+0
*
Recognize the RDRAND instruction feature.
jhb
2012-04-09
1
-0
/
+1
*
Fix interrupt load balancing regression, introduced in revision
gibbs
2012-04-06
1
-3
/
+0
*
Further tweak the changes made in r233709. The kernel doesn't permit
jhb
2012-04-02
1
-14
/
+25
*
Make machine check exception logging more readable. On newer Intel systems,
jhb
2012-04-02
2
-9
/
+8
*
Attempt to make machine check handling a bit more robust:
jhb
2012-03-30
1
-28
/
+72
*
Move the legacy(4) driver to x86.
jhb
2012-03-30
4
-2
/
+437
*
Fix an issue introduced in sys/x86/include/endian.h with r232721. In
dim
2012-03-29
1
-2
/
+2
*
Revert sys/x86/include/endian.h to what it was before r233419, as that
dim
2012-03-29
1
-3
/
+3
*
Use a more proper fix for enabling HT MSI mapping windows on Host-PCI
jhb
2012-03-29
2
-14
/
+20
*
Restore proper use of bounce buffers for ISA DMA. When locking was
jhb
2012-03-29
1
-2
/
+3
*
Allocate the ioapics[] array dynamically since it is only needed for the
jhb
2012-03-28
1
-5
/
+11
*
Move the DTrace return IDT vector back up from 0x20 to 0x92. The 0x20
jhb
2012-03-28
1
-1
/
+1
*
Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the
dim
2012-03-24
1
-3
/
+3
*
Mark the 'lapics' and 'ioapics' arrays here static since they are
jhb
2012-03-22
1
-2
/
+2
*
Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replace
tijl
2012-03-19
1
-0
/
+138
*
Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace
tijl
2012-03-19
1
-0
/
+678
*
Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.
tijl
2012-03-19
1
-0
/
+84
*
Move userland bits (and some common kernel bits) from amd64 and i386
tijl
2012-03-19
1
-0
/
+286
*
Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
tijl
2012-03-18
1
-5
/
+8
*
Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98
tijl
2012-03-18
1
-0
/
+253
*
Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.
tijl
2012-03-16
1
-0
/
+216
*
Revert the PCIe 4GB boundary issue workaround now that the proper fix is
jhb
2012-03-16
1
-8
/
+0
*
- Fix to build a native i386 kernel without the SMP and atpic.
nyan
2012-03-16
3
-46
/
+50
*
Move i386's intr_machdep.c to the x86 tree and share it with amd64.
jhb
2012-03-09
1
-0
/
+567
*
Add casts to __uint16_t to the __bswap16() macros on all arches which
dim
2012-03-09
1
-2
/
+2
*
Cast the expression in __bswap16(x) to __uint16_t because it is promoted
tijl
2012-03-09
1
-2
/
+2
*
Clean up x86 endian.h:
tijl
2012-03-09
1
-44
/
+37
*
Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace
tijl
2012-03-04
1
-0
/
+48
*
Do not use INT64_C and UINT64_C to define 64 bit integer limits. They
tijl
2012-03-04
1
-6
/
+10
*
Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.
tijl
2012-03-04
1
-0
/
+95
*
Copy amd64 float.h to x86 and merge with i386 float.h. Replace
tijl
2012-03-04
1
-0
/
+98
*
- Change contigmalloc() to use the vm_paddr_t type instead of an unsigned
jhb
2012-03-01
1
-2
/
+2
*
Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.
tijl
2012-02-28
1
-0
/
+75
*
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
tijl
2012-02-28
1
-0
/
+50
*
Workaround for PCIe 4GB boundary issue
emaste
2012-02-28
1
-0
/
+8
*
Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace
tijl
2012-02-28
1
-0
/
+138
*
Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace
tijl
2012-02-28
1
-0
/
+191
*
Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace
tijl
2012-02-28
1
-0
/
+101
*
Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
tijl
2012-02-28
1
-0
/
+160
*
- Panic up front if a kernel does not include 'device atpic' and an
jhb
2012-02-27
1
-1
/
+10
[prev]
[next]