summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Use pmap_map instead of pmap_kenter to map the message buffer. Its toojake2002-06-051-3/+3
* Bump TSB_PAGES_SHIFT to 4. Less sucks too much.jake2002-06-041-1/+1
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Forgot to commit this file. Catch up to loader->kernel abi changes.jake2002-05-291-2/+6
* Forward declare struct trapframe.jake2002-05-291-0/+2
* Remove BOOTP_WIRED_TO= since I keep forgetting to take this out and screwingjake2002-05-291-1/+0
* Don't try to flush illegal alises from the data cache in vmapbuf andjake2002-05-291-30/+0
* Add an MD page flag for tracking if a page is cacheable or not, so thatjake2002-05-292-1/+7
* Remove an unused variable.jake2002-05-291-1/+0
* Merge the code in pv.c into pmap.c directly. Place all page mappings ontojake2002-05-296-50/+187
* Add pv list linkage and a pmap pointer to struct tte. Remove separatelyjake2002-05-296-225/+92
* Use a contrived 'tlb_entry' structure for passing the mappings for thejake2002-05-294-5/+13
* Remove pmap.pm_pvlist and make the functions that use it no-ops. These arejake2002-05-293-53/+3
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-262-0/+48
* Convert the interrupt queue from an array to a linked list. Implementjake2002-05-258-200/+383
* Try to handle "double faults" occuring at more trap levels (ie 4 :)).jake2002-05-252-28/+28
* Minor style.jake2002-05-251-3/+5
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+58
* Update tsb_tte_enter prototype per tsb.c rev 1.20.jake2002-05-211-1/+1
* Rewrite pmap_enter to avoid copying ttes in all cases.jake2002-05-212-111/+98
* Redefine the tte accessor macros to take a pointer to a tte, instead of thejake2002-05-215-84/+77
* Add SMP aware cache flushing functions, which operate on a single physicaljake2002-05-207-17/+327
* Forward declare struct trapframe.jake2002-05-201-0/+2
* De-inline the tlb demap functions. These were so big that gcc3.1 refusedjake2002-05-202-100/+143
* Banish "priviledged" from kernel source.eric2002-05-161-1/+1
* style sync with other platforms.obrien2002-05-151-2/+2
* Move MI stuff out of MD param.h files.phk2002-05-141-41/+0
* Fix IF_SEXT(val, 32). The constants need to have type long tojake2002-05-131-1/+2
* Add another copy of the ia64 dump_machdep.c.jake2002-05-131-0/+299
* Enable KTR_TRAP by default.jake2002-05-121-1/+1
* Add a support macro to convert the 5-bit packed register field ofjake2002-05-111-0/+3
* Gcc 3.1 varargs support.obrien2002-05-103-4/+38
* Comment two values I was looking at for GDB.obrien2002-05-091-2/+2
* Remove unneeded include.jake2002-05-081-1/+0
* Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot.jake2002-05-082-102/+152
* Typo fix: detects -> detect.jmallett2002-05-031-1/+1
* Add support for an alternate signal trampoline; add a sysarch call to registerjake2002-04-295-1/+37
* Tidy up some loose ends.peter2002-04-292-24/+0
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-3/+4
* Avoid using pmap_kenter "early", since it may need to dink with vm_pagejake2002-04-211-24/+32
* MFi386 1.222. Remove vm_map_growstack and acquisition and release of Giantjake2002-04-201-16/+2
* Check the alignment of the stack pointer before copying in windows from thejake2002-04-201-0/+4
* Fix off by one errors in cache flush calls (mostly harmless).jake2002-04-201-3/+3
* Add needed include of tick.h.jake2002-04-201-0/+1
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSrwatson2002-04-181-1/+1
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-4/+8
* option<space><tab>obrien2002-04-151-12/+12
* o Remove vm_map_growstack() and useracc() from sendsig(). Copyout() andalc2002-04-131-20/+5
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.mike2002-04-121-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
OpenPOWER on IntegriCloud