summaryrefslogtreecommitdiff
path: root/sys/arch/sh3
AgeCommit message (Expand)Author
2002-01-02pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list,chs
2001-12-16Consider __NO_LEADING_UNDERSCORES__ provided by the new ELF toolchain.thorpej
2001-12-15To make dev/pcmcia work on platforms with 64-bit bus_addr_t andsoren
2001-12-14Use __sh__ instead of __sh3__.thorpej
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-15fix pmap_extract() to handle addresses with a PTP but an invalid PTE.chs
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-23Use MACHINE, not TARGET_MACHINE.thorpej
2001-10-16s/BYTE_ORDER/_BYTE_ORDER/gmsaitoh
2001-09-28don't depend on other headers to include sys/proc.h for us.chs
2001-09-21fix type-o.chs
2001-09-19Fix kern/13049: missing unlock on failure exit from pmap_enter()chs
2001-09-16Grammar improvements in comments.wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2001-09-14remove obsolete filemsaitoh
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-10add missing check for framing errormsaitoh
2001-09-01s/cpu_startup/sh3_startup/g in panic messagesmsaitoh
2001-08-19I was wrong, sh4 does have a VAC.chs
2001-08-19typo in previous.chs
2001-08-19use pmap_k* in vmapbuf() and vunmapbuf() since there's no VAC on this platform.chs
2001-08-12Move _insque()/_remque() to libkern. Once remaining uses wouldjdolecek
2001-08-10G.C.msaitoh
2001-08-10byebyemsaitoh
2001-08-10fix a ldtlb handling bug:msaitoh
2001-07-22Make this compile again.tsubai
2001-07-20use definition of memory size for physical areaichiro
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-06-24fix KERNELMODE() macro (check MD bits, too)msaitoh
2001-06-24use MMUCR_TF macro defined in mmureg.hmsaitoh
2001-06-24cpu_fork() fix:msaitoh
2001-06-24fix microtime()msaitoh
2001-06-12receive, not recievewiz
2001-06-10.type xxx,@function isn't supported under COFFmsaitoh
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-30use _KERNEL_OPTmrg
2001-05-29define _KERNEL_OPT as well as _KERNEL. we will use this in the future tomrg
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
2001-05-25Replicate pte unmap change from i386 pmap.csommerfeld
2001-05-16sigreturn() fix (from kleink)msaitoh
2001-05-13Correct a simple bug in the recent commit (pmap.c:1.19) by thopej.tshiozak