Age | Commit message (Expand) | Author |
2001-12-17 | Move the process_read_reg prototype to the correct file, it is specified | Dale Rahn |
2001-12-13 | Fix for pmap extract from art. | Dale Rahn |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller |
2001-11-29 | Kernel mappings (pmap_kenter_pa) should not be entered into the pv list. | Dale Rahn |
2001-11-29 | Fix for thinko that was caught in code review, error was found 3x, however | Dale Rahn |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-28 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-19 | Remove pointless additional 'syncing' instructions in the powerpc spl*() | Dale Rahn |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn |
2001-11-11 | Fix matching brace error. Fortunately PGM errors do not happen in the | Dale Rahn |
2001-11-07 | unbreak child_return. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Need to prototype pmap_pinit and pmap_release here. | Artur Grabowski |
2001-11-06 | No need for those prototypes here. | Artur Grabowski |
2001-11-05 | Workaround to prevent Altivec Unavilable problem. | Dale Rahn |
2001-09-21 | Correctly initialize variables in cpu_fork(). From NetBSD. | Miod Vallat |
2001-09-20 | Allow nesting of fault handlers by saving old onfault handler and | Dale Rahn |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-18 | Changing the way the pmap code works again. | Dale Rahn |
2001-09-18 | Improve the panic message, print symbol and offset, of where fault occurs | Dale Rahn |
2001-09-17 | pagemove() should use the pmap_k* functions instead of pmap_enter/remove. | Dale Rahn |
2001-09-15 | Rewrite of powerpc pmap_page_protect(), the old version had a couple of | Dale Rahn |
2001-09-14 | simplify userret | Artur Grabowski |
2001-09-10 | move vtophys proto into a port-area in order to remove it for macppc eventual... | Michael Shalayeff |
2001-09-03 | Zero pages before handing them over to the VM layer. | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-25 | The VP cache code, while giving the powerpc port a signficant speed | Dale Rahn |
2001-08-25 | It is nice to have the hex address of the function as well as the symbol | Dale Rahn |
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat |
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski |
2001-08-23 | Move the limited memory mapping code later in configuration, after | Dale Rahn |
2001-08-21 | Add copyright which should have been there when the file was created. | Dale Rahn |
2001-08-21 | use round_page() not an incorrect version of it using trunc_page(). | Dale Rahn |