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 vm.pmap.pv_entry_count out from the PV_STATS ifdefs. It is always
peter
2006-04-26
1
-2
/
+3
*
Check if reported HTT cores are physical cores. This commit does not
jkim
2006-04-25
1
-0
/
+8
*
Add another Intel CPU feature flag, xTPR (Send Task Priority Messages).
jkim
2006-04-24
1
-1
/
+1
*
Check if deterministic cache parameters leaf is valid before use.
jkim
2006-04-24
1
-1
/
+2
*
Adjust dangerous-shared-cache-detection logic from "all shared data
cperciva
2006-04-24
1
-2
/
+2
*
Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT below
delphij
2006-04-24
1
-4
/
+4
*
Oops. Minidumps were developed on 6.x, in without the small pv entry code.
peter
2006-04-21
1
-0
/
+3
*
Introduce minidumps. Full physical memory crash dumps are still available
peter
2006-04-21
6
-3
/
+491
*
Set the rid for a resoruce allocated with rman_reserve_resource.
imp
2006-04-20
1
-1
/
+1
*
Correct a local information leakage bug affecting AMD FPUs.
cperciva
2006-04-19
1
-0
/
+36
*
If we're doing a try-alloc of a pv entry and give up early, do not forget
peter
2006-04-18
1
-0
/
+1
*
pv_entry_count is more than a statistic. It is used for resource limiting.
peter
2006-04-18
1
-3
/
+3
*
Include opt_pmap.h for PMAP_SHPGPERPROC.
alc
2006-04-13
1
-0
/
+1
*
Retire pmap_track_modified(). We no longer need it because we do not
alc
2006-04-12
1
-42
/
+10
*
Hook bce up to the build
ps
2006-04-10
1
-0
/
+1
*
Cache the value of the lower half of each I/O APIC redirection table entry
jhb
2006-04-05
1
-6
/
+4
*
Convert pv_entry_frees and pv_entry_allocs stats counters from int to long,
peter
2006-04-04
1
-3
/
+4
*
Sync with i386: Map exceptions to signals in gdb_cpu_signal() so
marcel
2006-04-04
2
-6
/
+25
*
The PC is register 16, not 18.
marcel
2006-04-04
1
-1
/
+1
*
Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the
marcel
2006-04-03
1
-0
/
+2
*
Shrink the amd64 pv entry from 48 bytes to about 24 bytes. On a machine
peter
2006-04-03
2
-151
/
+309
*
Remove the unused sva and eva arguments from pmap_remove_pages().
peter
2006-04-03
1
-8
/
+1
*
Introduce pmap_try_insert_pv_entry(), a function that conditionally creates
alc
2006-04-02
1
-13
/
+28
*
Add kbdmux(4) to GENERIC on amd64
emax
2006-03-31
1
-0
/
+2
*
Hook the MFI driver up to the build.
scottl
2006-03-29
1
-0
/
+1
*
If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall
jhb
2006-03-27
1
-4
/
+5
*
Eliminate unnecessary invalidations of the entire TLB by pmap_remove().
alc
2006-03-21
1
-1
/
+7
*
Remove stale KSE code.
davidxu
2006-03-21
1
-13
/
+1
*
Drop some unneeded casts since we program the kernel in C rather than C++.
jhb
2006-03-20
2
-2
/
+2
*
regen: fix of linuxolator with testing in a cross-build
netchild
2006-03-20
3
-9
/
+15
*
Fix the linuxolator on amd64 (cross-build).
netchild
2006-03-20
1
-2
/
+3
*
Regen.
ru
2006-03-19
3
-3
/
+4
*
Unbreak COMPAT_LINUX32 option support on amd64.
ru
2006-03-19
2
-0
/
+2
*
regen
netchild
2006-03-18
1
-3
/
+0
*
Enable global pages TLB extension on Application Processors.
ups
2006-03-18
1
-0
/
+7
*
regen after COMPAT_43 removal
netchild
2006-03-18
5
-12
/
+42
*
Get rid of the need of COMPAT_43 in the linuxolator.
netchild
2006-03-18
1
-9
/
+5
*
Don't allow userland to set hardware watch points on kernel memory at all.
jhb
2006-03-14
1
-23
/
+20
*
Merge/sync with i386: various cosmetic tweaks
peter
2006-03-14
3
-2
/
+13
*
MFi386: The SIGFPE macros were moved to signal.h (FPE_INTOVF etc)
peter
2006-03-14
1
-10
/
+0
*
MFi386: rename pcib_devclass to hostb_devclass (cosmetic here)
peter
2006-03-13
1
-2
/
+2
*
MFi386: add a TRAP_INTERRUPT case
peter
2006-03-13
1
-0
/
+8
*
Cosmetic sync with i386
peter
2006-03-13
4
-7
/
+6
*
Fix the format/display descriptor of vm.kmem_size and vm.kmem_free
ps
2006-03-13
1
-2
/
+2
*
Flip the switch and don't route interrupts to hyperthreads in a HT system.
jhb
2006-03-09
1
-2
/
+2
*
Fix exec_map resource leaks.
ups
2006-03-08
1
-9
/
+14
*
MFi386 revision 1.1220: options TDFX_LINUX --> device tdfx_linux
yar
2006-03-06
1
-3
/
+2
*
guard function decls with _KERNEL so user code can include this file
sam
2006-03-01
1
-1
/
+2
*
Rework how we wire up interrupt sources to CPUs:
jhb
2006-02-28
7
-135
/
+152
*
It seems bit 5 of cpu_feature2 is the VMX (Virtual Machine Extensions)
dwmalone
2006-02-15
1
-2
/
+2
[next]