summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include
AgeCommit message (Expand)Author
2010-02-27Spell "exception" properly.snj
2010-02-27Fix a couple old typos in comments.snj
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-23rename pridtab{}::cpu_name to cpu_displayname.mrg
2009-12-14Fix merge botch (we use 64bit times now).matt
2009-12-14forward declare struct exec_packagemrg
2009-12-14Merge from matt-nb5-mips64matt
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-11-29Don't build rump kernel with -mno-abicalls, because it's effectivelypooka
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Back out unintended commit.matt
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-21Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.rmind
2009-10-21Remove uarea swap-out functionality:rmind
2009-08-20include mips/vmparam.h to get PAGE_SIZEcliff
2009-08-19(Re-)define isa_detach_hook(), and define isa_dmadestroy(). Updatedyoung
2009-08-17Only include md_uptes if USPACE > PAGE_SIZEmatt
2009-08-17Don't install aout_machpep.h and bsd-aout.hmatt
2009-08-13Move MID_MACHINE to <mips/mips_param.h> and use local values so we don'tmatt
2009-08-12Nuke a.out support for MIPS.matt
2009-08-12If using the N32 ABI, define _BSD_JBSLOT_T as long long. Keep _JBLENmatt
2009-08-11Flush by increasing way, then increasing addr. flush L1 before L2 (evenmatt
2009-08-09Add 16KB variants of MIPS3_PG_{ODDPG,HVN,SVN}matt
2009-08-09Beginning of large-page support.matt
2009-08-09s/struct device */device_t /;gmatt
2009-08-07Add loongson2 specific cache opsmatt
2009-08-06Add disassemble code for DMT, DMF, MTH and MFH.msaitoh
2009-08-06LOONGSON2 is a MIPS IIImatt
2009-08-01Add Loongson2 chip idsmatt
2009-06-29Since pmap.c rev 1.163, page attributes of PV_MODIFIED and PV_REFERENCEDtsutsui
2009-05-30Do not use the same trampoline for cpu_lwp_fork and cpu_setfunc - onlymartin
2009-05-30Add TLS relocation definitions.skrll
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-01-12Use userspace version unless _HARDKERNEL. Otherwise we use atomicpooka
2009-01-11merge christos-time_tchristos
2008-12-21Update flags to match reality.ad
2008-12-09Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr,pooka
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-08-05Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of thematt
2008-06-21Add stdargs support for pcc.gmcgarry
2008-05-26Remove all initialization of obsolete ci_divisor_recip intsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-27Remove CTL_MACHDEP_NAMES, it's not used anywhere.xtraeme
2008-02-19Add PrID's for MIPS's 24K, 24KE, 34K and 74K cores.simonb
2008-01-25Define PT_MACHDEP_STRINGSskrll
2008-01-09Fix typo in macro name and comments.wiz
2008-01-08Remove __HAVE_TIMECOUNTER conditionals.joerg
2008-01-04Use new style memory barriers.ad