Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-20 | fix uvm_pagealloc() call | Michael Shalayeff | |
1999-09-20 | fix after frame.h changes | Michael Shalayeff | |
1999-09-18 | clean unused stuff | Michael Shalayeff | |
1999-09-18 | rewrite | Michael Shalayeff | |
add some more trap flags and fix T_USER wrt the pa1.1 specs | |||
1999-09-18 | PMAP_NEW, also kill last vm_{size,offset}_t's | Michael Shalayeff | |
1999-09-18 | hide c-code from asm | Michael Shalayeff | |
1999-09-18 | machine is hppa | Michael Shalayeff | |
define UPAGES through USHIFT | |||
1999-09-11 | define call frame offsets and argument access macros, add space for cr28 in ↵ | Michael Shalayeff | |
trapframe | |||
1999-09-10 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-10 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-10 | keep the name short since evcnt* stuff is limitted to 8 chars total | Michael Shalayeff | |
1999-09-10 | utilize uvm_pagealloc_contig() | Michael Shalayeff | |
1999-09-07 | add PSW_BITS for printf's sake | Michael Shalayeff | |
1999-09-07 | make inittodr() whine some sane things | Michael Shalayeff | |
1999-09-07 | rewrite to define bit positions; more bits from the pa1.1 manual | Michael Shalayeff | |
1999-09-07 | this is what it was supposed to be in the last commit | Michael Shalayeff | |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski | |
the access type that caused this mapping. This is to simplify pmaps with mod/ref emulation (none for the moment) and in some cases speed up pmap_is_{referenced,modified}. At the same time, clean up some mappings that had too high protection. XXX - the access type is incorrect in old vm, it's only used by uvm and MD code. The actual use of this in pmap_enter implementations is not in this commit. | |||
1999-09-02 | add uncaceable, per pa1.1 manual | Michael Shalayeff | |
1999-09-02 | replace w/ one derived from Lites-parisc, UofUtah | Michael Shalayeff | |
1999-08-25 | n+1 approximation step for the user space constants | Michael Shalayeff | |
1999-08-18 | enable ie0 | Michael Shalayeff | |
1999-08-18 | cleanup | Michael Shalayeff | |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist | |
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right. | |||
1999-08-16 | report unhandled interrupts w/ DEBUG only | Michael Shalayeff | |
1999-08-16 | unscrew the screup | Michael Shalayeff | |
1999-08-16 | use structures to overlay registers in memory, not offsets, also interrupt ↵ | Michael Shalayeff | |
stuff (see above) | |||
1999-08-16 | evcnt count the interrupts, also optimize diagnostic printing | Michael Shalayeff | |
1999-08-14 | dynamic chunks, snake style | Todd T. Fries | |
1999-08-14 | debugging off by default. ok mickey@ | Todd T. Fries | |
1999-08-14 | update | Michael Shalayeff | |
1999-08-14 | update | Michael Shalayeff | |
1999-08-14 | fix debug printfs, ipl name | Michael Shalayeff | |
1999-08-14 | this work, smirk, rock, sock (rhymes by fries@ ;) | Michael Shalayeff | |
1999-08-14 | cpu has interrupt | Michael Shalayeff | |
1999-08-14 | next try to print cpu model number. | Michael Shalayeff | |
attach clock interrupt. | |||
1999-08-14 | clock_intr() | Michael Shalayeff | |
1999-08-14 | s/STACK_GROWS_UP/MACHINE_STACK_GROWS_UP/ | Michael Shalayeff | |
1999-08-14 | proper ipl values. | Michael Shalayeff | |
spl's do not mask Ibit anymore, prevent int lossage. | |||
1999-08-14 | littel perfomance rearngement, also cr23 and cr28 for ddb | Michael Shalayeff | |
1999-08-14 | proper breakpoint instruction | Michael Shalayeff | |
1999-08-14 | better CLKF_BASEPRI | Michael Shalayeff | |
1999-08-14 | clock_intr() proto | Michael Shalayeff | |
1999-08-14 | bigger stack frame size | Michael Shalayeff | |
1999-08-14 | proper debugging ifdefs | Michael Shalayeff | |
1999-08-14 | more registers to print and play | Michael Shalayeff | |
1999-08-14 | enable interrupts after device configuration, provide cold_hook() for things ↵ | Michael Shalayeff | |
like lasi to enable power management | |||
1999-08-14 | export cr23 | Michael Shalayeff | |
1999-08-14 | rework interruptions framewrok a little to use that space in the IV table. | Michael Shalayeff | |
cpu_switch, setrunqueu, remrunqueu now tested and seem working. trapall needs some more work for user mode. optimizations here and there. | |||
1999-08-14 | do the clock interrupt the narrow way. | Michael Shalayeff | |
fix soft interrupts. some more debugs and other fixes. | |||
1999-08-12 | splhigh() when calling pdc | Michael Shalayeff | |