1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sys/amd64/amd64
Matthew Dillon e302698320 Don't let pmap_object_init_pt() exhaust all available free pages
(allocating pv entries w/ zalloci) when called in a loop due to
an madvise().  It is possible to completely exhaust the free page list and
cause a system panic when an expected allocation fails.
2001-10-31 03:06:33 +00:00
..
amd64_mem.c Overhaul of the SMP code. Several portions of the SMP kernel support have 2001-04-27 19:28:25 +00:00
amd64-gdbstub.c A set of changes to reduce the number of include files the kernel 2001-07-08 04:56:07 +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 Implement multiple low-level console support. 2001-10-23 20:25:50 +00:00
bios.c Don't try to probe the PnP BIOS if ACPI is active. 2001-10-31 02:36:07 +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
cpu_switch.S Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so that 2001-10-30 00:19:42 +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
exception.S Remove references to the old giant kernel lock in various comments. 2001-08-24 16:46:15 +00:00
fpu.c MFi386: 2001-10-21 06:05:08 +00:00
genassym.c Split the per-process Local Descriptor Table out of the PCB and into 2001-10-25 00:53:43 +00:00
identcpu.c Correct the input/output/clobber specifications for the cpuid 2001-10-12 16:49:28 +00:00
in_cksum.c In in_cksumdata, len must be a signed type. 2001-10-05 18:58:22 +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
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
locore.S KSE Milestone 2 2001-09-12 08:38:13 +00:00
machdep.c Don't set CR0_NE in cpu_setregs() for the SMP case, since setting it 2001-10-29 16:31:15 +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_machdep.c Add missing includes of sys/ktr.h. 2001-10-11 17:53:43 +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
pmap.c Don't let pmap_object_init_pt() exhaust all available free pages 2001-10-31 03:06:33 +00:00
prof_machdep.c
support.s KSE Milestone 2 2001-09-12 08:38:13 +00:00
support.S KSE Milestone 2 2001-09-12 08:38:13 +00:00
swtch.s Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so that 2001-10-30 00:19:42 +00:00
sys_machdep.c Split the per-process Local Descriptor Table out of the PCB and into 2001-10-25 00:53:43 +00:00
trap.c Add a per-thread ucred reference for syscalls and synchronous traps from 2001-10-26 08:12:54 +00:00
tsc.c Remove an unneeded variable declaration and statement. 2001-10-09 16:06:28 +00:00
vm_machdep.c Split the per-process Local Descriptor Table out of the PCB and into 2001-10-25 00:53:43 +00:00