Age | Commit message (Expand) | Author |
2009-12-09 | this does not even compile | Theo de Raadt |
2009-12-09 | add uhts(4). | Matthieu Herrb |
2009-12-09 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-09 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-09 | sloppy oga, tsk tsk, you are scaring us | Theo de Raadt |
2009-12-09 | Don't try to shove I/O down the LDC if we're disconnected from the virtual | Mark Kettenis |
2009-12-09 | Remove the clean gdt bit and leave the idt part in. | Paul Irofti |
2009-12-09 | add two new MD only pmap apis to amd64 and i386 (not to be used in MI | Owain Ainsworth |
2009-12-09 | add cpufunc functions for the clflush instruction and the mfence | Owain Ainsworth |
2009-12-09 | Detect the cache line size for the clflush instruction when we identify | Owain Ainsworth |
2009-12-08 | Unconditionnaly move kernel virtual memory space to XKSEG, now that previous | Miod Vallat |
2009-12-08 | In cpu_switchto(), correctly ignore CKSEG0 curprocpaddr (and do not update the | Miod Vallat |
2009-12-08 | Use a whole page for msgbuf if page size is larger than 4KB, instead of | Miod Vallat |
2009-12-08 | Passing kva + size as the third argument to uvm_km_free() is a bad idea. It | Mark Kettenis |
2009-12-08 | Base the revision string in the INQUIRY info on the version of the VIO protocol | Mark Kettenis |
2009-12-07 | Correctly skip available memory regions without (kernel) page aligned | Miod Vallat |
2009-12-07 | Sync VM_MIN_ADDRESS with __LDPGSZ again. | Miod Vallat |
2009-12-07 | Support for 16KB page size kernels; page size is now set in <machine/param.h> | Miod Vallat |
2009-12-07 | If UPAGES would turn out to be 1, instead of using wired TLB entries to map | Miod Vallat |
2009-12-07 | Use a pool to manage pmap pte pages and top level segment table, instead of | Miod Vallat |
2009-12-07 | When converting ARCBios memory spaces from ARCBios page size to the kernel | Miod Vallat |
2009-12-07 | Be sure to always check tlbp return values for strictly negative values | Miod Vallat |
2009-12-07 | When netbooting the kernel image from ARCBios, our load address may not be | Miod Vallat |
2009-12-07 | When trying to return to ARCBios on a 32 bit ARCBios machine (such as the O2), | Miod Vallat |
2009-12-04 | Send `* pwr d' instead of `pwr d' on powerdown, to have L1 broadcast the | Miod Vallat |
2009-12-04 | ahc fits again | Theo de Raadt |
2009-12-03 | Stop using the linker script. Something is arranging memory just so | Theo de Raadt |
2009-12-03 | RM7000 processors with 64 TLB pairs instead of the usual 48 use an external | Miod Vallat |
2009-12-02 | no firmware on ramdisks; ok kettenis | Theo de Raadt |
2009-12-02 | IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown. | Takuya ASADA |
2009-12-02 | use kstack for curprocpaddr instead of proc0paddr. | Takuya ASADA |
2009-12-01 | Fix the mixer interface for the CE4231 sound card found in Sun machines. Still a | Edd Barrett |
2009-12-01 | Don't claim to know about nehalem until we can be sure | Jonathan Gray |
2009-12-01 | The MD ACPI PSS paths are using MSRs they shouldn't be | Jonathan Gray |
2009-11-30 | Load firmware that is needed for accelerated X on Elite3D boards. | Mark Kettenis |
2009-11-30 | Add inline function to read %fprs. | Mark Kettenis |
2009-11-30 | Crank __LDPGSZ from 4KB to 16KB, in preparation for a kernel page size | Miod Vallat |
2009-11-30 | KNF | Paul Irofti |
2009-11-30 | Bump up array size to prevent overflow when probing memory | Can Erkin Acar |
2009-11-30 | Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled | Miod Vallat |
2009-11-29 | disable the isa wdc's because amd64 machines are much more likely to | Theo de Raadt |
2009-11-29 | disable the isa wdc's because amd64 machines are much more likely to | Theo de Raadt |
2009-11-29 | At suspend time there is no need for a fancy cr3 dance to decide if | Theo de Raadt |
2009-11-29 | Reload mtrr state on all CPUs after updates. Seems to speed up X on MP | Mark Kettenis |
2009-11-29 | Send a powerdown command to L1 on IP35 if powerdown is requested. | Miod Vallat |
2009-11-28 | missing #ifdef MULTIPROCESSOR protection around locking code. | Miod Vallat |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-27 | ci->ci_curprocpaddr must initialized before cpu1 get into cpu_switchto(). | Takuya ASADA |
2009-11-27 | atomic counter increment for SMP. | Takuya ASADA |
2009-11-26 | Now IPI can interrupt to clock interrupt handler. | Takuya ASADA |