freebsd-skq/sys/i386/i386
tegge e88ec516d1 Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove().
This significantly reduces the number of TLB shootdowns caused by
vmapbuf/vunmapbuf when performing many large reads from raw disk devices.

Reviewed by:	dillon
2001-10-14 21:09:04 +00:00
..
apic_vector.s Remove the Xresume* labels from the i386 interrupt handlers; the 2001-10-09 19:54:52 +00:00
atomic.c
autoconf.c Cleanup and split of nfs client and server code. 2001-09-18 23:32:09 +00:00
bios.c Rework the ISA PnP driver pnp and the PnP resource parser to fix 2001-09-05 03:54:33 +00:00
bioscall.s Make the kernel actually compile and link under a.out, using 2001-02-25 07:44:39 +00:00
busdma_machdep.c Teach bus_dmamem_free() about contigfree(). This is a bit of a hack, 2001-08-15 17:26:54 +00:00
db_disasm.c Quiet a variable format-string warning. 2001-07-19 02:16:24 +00:00
db_interface.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
db_trace.c Remove the Xresume* labels from the i386 interrupt handlers; the 2001-10-09 19:54:52 +00:00
elf_machdep.c
exception.s Remove references to the old giant kernel lock in various comments. 2001-08-24 16:46:15 +00:00
genassym.c Rewrite the pc98 bus_space stuff. 2001-10-07 10:04:18 +00:00
i386-gdbstub.c A set of changes to reduce the number of include files the kernel 2001-07-08 04:56:07 +00:00
i686_mem.c Overhaul of the SMP code. Several portions of the SMP kernel support have 2001-04-27 19:28:25 +00:00
identcpu.c Correct the input/output/clobber specifications for the cpuid 2001-10-12 16:49:28 +00:00
in_cksum.c These files are mpsafe. 2000-11-25 03:01:05 +00:00
initcpu.c Mostly cosmetic. Move various variables from .s files to .c files so that 2001-09-04 11:05:33 +00:00
k6_mem.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
legacy.c Rewrite the pc98 bus_space stuff. 2001-10-07 10:04:18 +00:00
locore.s KSE Milestone 2 2001-09-12 08:38:13 +00:00
machdep.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
math_emu.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
math_emulate.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
mem.c o Modify device open access control for /dev/mem and friends to use 2001-09-26 20:08:02 +00:00
mp_clock.c Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
mp_machdep.c Add missing includes of sys/ktr.h. 2001-10-11 17:53:43 +00:00
mpapic.c Use NHWI instead of APIC_IMEN_BITS. 2001-05-17 22:24:46 +00:00
mpboot.s Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
mptable.c Add missing includes of sys/ktr.h. 2001-10-11 17:53:43 +00:00
nexus.c Rewrite the pc98 bus_space stuff. 2001-10-07 10:04:18 +00:00
perfmon.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
pmap.c Reduce the number of TLB shootdowns caused by a call to pmap_qenter() 2001-10-14 20:56:55 +00:00
procfs_machdep.c Dissociate ptrace from procfs. 2001-10-07 20:08:42 +00:00
support.s KSE Milestone 2 2001-09-12 08:38:13 +00:00
swtch.s Fix a mistake I made with the pcb movement relative to the stack in the 2001-09-19 05:34:12 +00:00
symbols.raw
sys_machdep.c Fix a warning. (unused p if not INVARIANTS) 2001-10-06 02:13:58 +00:00
trap.c Oops, these already included sys/lock.h, they just did so after 2001-10-11 18:25:57 +00:00
tsc.c Remove an unneeded variable declaration and statement. 2001-10-09 16:06:28 +00:00
userconfig.c Preceed/preceeding are not english words. Use precede or preceding. 2001-02-18 10:25:42 +00:00
vm86.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
vm86bios.s KSE Milestone 2 2001-09-12 08:38:13 +00:00
vm_machdep.c Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove(). 2001-10-14 21:09:04 +00:00