freebsd-nq/sys/i386/i386
Alan Cox ce142d9ec0 Introduce the function pmap_enter_object(). It maps a sequence of resident
pages from the same object.  Use it in vm_map_pmap_enter() to reduce the
locking overhead of premapping objects.

Reviewed by: tegge@
2006-06-05 20:35:27 +00:00
..
apic_vector.s Add a new 'pmap_invalidate_cache()' to flush the CPU caches via the 2006-05-01 21:36:47 +00:00
atomic.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
autoconf.c Create nexus in configure_first() instead of in configure(). This 2005-05-29 23:44:22 +00:00
bios.c Make the facility for recognizing BIOS-signatures more general 2005-07-21 09:48:37 +00:00
bioscall.s Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
bpf_jit_machdep.c - Explicitly validate an empty filter to match bpf_filter() comment[1]. 2006-01-03 20:26:03 +00:00
bpf_jit_machdep.h Fix ZERO_EDX() macro from the previous commit. It was emitting 2005-12-06 20:11:07 +00:00
busdma_machdep.c After much discussion with mjacob and scottl, change bus_dmamem_alloc so 2006-06-01 04:49:29 +00:00
db_disasm.c Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
db_interface.c Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
db_trace.c - Improve the INKERNEL macro such that it can no longer give false positives. 2005-12-23 21:33:55 +00:00
dump_machdep.c Merge minidumps from amd64 where they were originally developed. 2006-04-21 04:28:43 +00:00
elan-mmcr.c Make the facility for recognizing BIOS-signatures more general 2005-07-21 09:48:37 +00:00
elf_machdep.c Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure 2005-12-26 21:23:57 +00:00
exception.s Freshen a comment. 2006-04-04 02:26:45 +00:00
gdb_machdep.c Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
genassym.c Remove pcb_switchout, it has not been used for a long time. 2005-12-29 13:23:48 +00:00
geode.c Improve the advantech watchdog. 2006-03-06 07:43:28 +00:00
i686_mem.c Trim a few things from the dmesg output and stick them under bootverbose to 2004-07-01 07:46:29 +00:00
identcpu.c Add another Intel CPU feature flag, xTPR (Send Task Priority Messages). 2006-04-24 22:56:57 +00:00
in_cksum.c netchild's mega-patch to isolate compiler dependencies into a central 2005-03-02 21:33:29 +00:00
initcpu.c Use the method described in IA-32 Intel Architecture Software Developer's 2006-05-30 23:44:21 +00:00
intr_machdep.c Rework how we wire up interrupt sources to CPUs: 2006-02-28 22:24:55 +00:00
io_apic.c Cache the value of the lower half of each I/O APIC redirection table entry 2006-04-05 20:43:19 +00:00
io.c Break out the MI part of the /dev/[k]mem and /dev/io drivers into 2004-08-01 11:40:54 +00:00
k6_mem.c Fix copyright comment & FBSDID style nits. 2003-08-25 09:48:48 +00:00
legacy.c Correct a few bugs in the legacy cpu attachment. Get the unit from the 2005-02-15 07:21:20 +00:00
local_apic.c Drop some unneeded casts since we program the kernel in C rather than C++. 2006-03-20 19:39:08 +00:00
locore.s Add the 2nd word of IA32 feature flags. This includes things such as SSE3. 2005-05-16 09:47:53 +00:00
longrun.c Move the author's copyright notice to match the initial LongRun import 2004-12-12 05:53:57 +00:00
machdep.c Clear invalid bits only if CPU supports SSE, otherwise, some fields in 2006-05-31 00:17:29 +00:00
mem.c Fix race conditions. 2006-01-23 15:46:09 +00:00
minidump_machdep.c Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 one. 2006-06-05 18:21:29 +00:00
mp_clock.c Add missing #include <sys/module.h> 2004-05-30 20:34:58 +00:00
mp_machdep.c Since DELAY() was moved, most <machine/clock.h> #includes have been 2006-05-16 14:37:58 +00:00
mp_watchdog.c Fix typo. 2005-02-27 22:34:07 +00:00
mpboot.s Start all license/copyright notice comments with /*-, per tradition 2005-01-05 19:10:48 +00:00
mptable_pci.c - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the 2006-01-06 19:22:19 +00:00
mptable.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
nexus.c Set the rid of the resource we're about to return to the user. 2006-04-20 04:10:27 +00:00
perfmon.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
pmap.c Introduce the function pmap_enter_object(). It maps a sequence of resident 2006-06-05 20:35:27 +00:00
ptrace_machdep.c Use the method described in IA-32 Intel Architecture Software Developer's 2006-05-30 23:44:21 +00:00
support.s Eliminate an unpredictable branch from bcmp(). 2005-04-21 23:07:20 +00:00
swtch.s Eliminate a stale instruction introduced in revision 1.136. 2006-01-18 06:42:42 +00:00
symbols.raw Remove atdevbase and replace it's remaining uses with direct references to 2004-06-10 20:31:00 +00:00
sys_machdep.c Move global variable private_tss into per-cpu area. 2005-12-26 00:07:19 +00:00
trap.c Simplify system time accounting for profiling. 2006-02-08 08:09:17 +00:00
tsc.c CPU time accounting speedup (step 2) 2006-02-11 09:33:07 +00:00
uio_machdep.c Request a CPU private mapping from sf_buf_alloc(). 2005-02-13 23:09:36 +00:00
vm86.c Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, 2005-09-28 07:03:03 +00:00
vm86bios.s Fix an evil bug that appeared in September 2003. VM86 bios calls use two 2005-04-13 18:13:40 +00:00
vm_machdep.c Backout changes trying to inherit floating-point environment, although 2006-05-29 02:58:37 +00:00