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
*
Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to
jhb
2011-06-22
2
-476
/
+3
*
Oops, missed these in 223424.
jhb
2011-06-22
1
-0
/
+1
*
Use uintXX_t instead of u_intXX_t.
jhb
2011-06-22
1
-3
/
+3
*
Add a helper routine to conditionally modify the start address of a
jhb
2011-06-22
1
-22
/
+32
*
Fix vfork. Add comments.
kib
2011-06-18
1
-1
/
+24
*
Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.
hselasky
2011-06-14
1
-0
/
+1
*
Enable sound support by default on i386 and amd64.
joel
2011-06-11
1
-0
/
+8
*
Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between the
jhb
2011-06-10
1
-0
/
+1
*
remove code for dynamic offlining/onlining of CPUs on x86
avg
2011-06-08
3
-169
/
+10
*
Bring back the number of CPU to 32.
attilio
2011-06-07
1
-1
/
+1
*
MFC
attilio
2011-06-06
1
-2
/
+5
|
\
|
*
don't use cpuid level 4 in x86 cpu topology detection if it's not supported
avg
2011-06-06
1
-2
/
+5
|
*
Bring back r222275. runfw(4) will statically link in rt2870.fw.uu
kevlo
2011-05-25
1
-1
/
+0
|
*
run(4) needs firmware loaded to work
kevlo
2011-05-25
1
-0
/
+1
|
*
Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.
jkim
2011-05-17
2
-28
/
+38
|
*
Move the ZERO_REGION_SIZE to a machine-dependent file, as on many
mdf
2011-05-13
1
-0
/
+2
*
|
Revert a patch that involountary sneaked in while I was MFCing.
attilio
2011-05-23
1
-2
/
+0
*
|
MFC
attilio
2011-05-23
1
-0
/
+2
*
|
MFC
attilio
2011-05-18
2
-28
/
+38
*
|
MFC
attilio
2011-05-13
1
-0
/
+2
*
|
MFC
attilio
2011-05-12
2
-3
/
+1
|
\
\
|
|
/
|
*
Remove wrong comment.
dchagin
2011-05-11
1
-3
/
+0
|
*
Add SC_PIXEL_MODE to GENERIC for amd64 and i386.
jkim
2011-05-10
1
-0
/
+1
|
*
Implement boot-time TSC synchronization test for SMP. This test is executed
jkim
2011-05-09
1
-1
/
+0
|
*
prepare code that does topology detection for amd cpus for bulldozer
avg
2011-05-06
2
-2
/
+27
|
*
Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It can
jhb
2011-05-03
1
-0
/
+2
|
*
Reimplement how PCI-PCI bridges manage their I/O windows. Previously the
jhb
2011-05-03
1
-0
/
+1
|
*
Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,
jhb
2011-05-02
1
-0
/
+1
|
*
Add the remaining wireless drivers.
bschmidt
2011-05-01
1
-0
/
+10
*
|
MFC
attilio
2011-05-09
1
-1
/
+0
*
|
MFC
attilio
2011-05-06
2
-2
/
+27
*
|
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
9
-166
/
+208
*
|
Revert md_assert_preempt() introduction.
attilio
2011-05-04
2
-17
/
+0
*
|
MFC
attilio
2011-05-03
2
-0
/
+3
*
|
MFC @ r221324
attilio
2011-05-02
2
-0
/
+11
*
|
Add the function md_assert_nopreempt(), which is a very consistent
attilio
2011-04-30
2
-0
/
+17
|
/
*
Add urtw(4)
kevlo
2011-04-29
1
-0
/
+1
*
Define "Hypervisor Present" bit. This bit is used by several hypervisors to
jkim
2011-04-28
2
-1
/
+2
*
Add the watchdogs patting during the (shutdown time) disk syncing and
attilio
2011-04-28
1
-0
/
+8
*
This patch changes head so that the default NFS client is now the new
rmacklem
2011-04-27
1
-2
/
+2
*
- Add shim to simplify migration to the CAM-based ATA. For each new adaX
mav
2011-04-26
1
-0
/
+1
*
With the typical memory size of the system in tenth of gigabytes
sobomax
2011-04-26
1
-5
/
+38
*
Fix the experimental NFS client so that it does not bogusly
rmacklem
2011-04-25
1
-1
/
+1
*
Switch the GENERIC kernels for all architectures to the new CAM-based ATA
mav
2011-04-24
1
-11
/
+9
*
Make pmap_invalidate_cache_range() available for consumption on amd64.
kib
2011-04-18
2
-3
/
+34
*
Add a function rdtsc32() to read lower 32 bits from TSC and discard upper
jkim
2011-04-14
1
-0
/
+9
*
Consistently use __volatile as the rest of this file.
jkim
2011-04-14
1
-6
/
+6
*
Prefer C99 standard integers to reduce diff from i386 version.
jkim
2011-04-14
1
-63
/
+63
*
Reduce errors in effective frequency calculation.
jkim
2011-04-12
1
-2
/
+3
*
Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF and
jkim
2011-04-12
1
-25
/
+24
[next]