| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove mpte optimization from pmap_enter_quick(). | ups | 2006-06-15 | 4 | -19/+12 |
* | Some machines have an ESCC. Make sure we build uart(4) with support | marcel | 2006-06-12 | 1 | -0/+1 |
* | Add the ability to subset the devices that UART pulls in. This allows | imp | 2006-06-12 | 1 | -0/+3 |
* | Correct a typo in the previous revision. | alc | 2006-06-06 | 2 | -2/+2 |
* | Add a stub for pmap_enter_object(). | alc | 2006-06-06 | 1 | -0/+7 |
* | Introduce the function pmap_enter_object(). It maps a sequence of resident | alc | 2006-06-05 | 3 | -30/+139 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 7 | -7/+0 |
* | Remove straggling reference to CPU_ macros | phk | 2006-05-11 | 2 | -4/+4 |
* | Clean out sysctl machdep.* related defines. | phk | 2006-05-11 | 1 | -11/+0 |
* | Set the rid for any resource obtained from rman_resource_reserve. | imp | 2006-04-20 | 6 | -1/+6 |
* | Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26 | marcel | 2006-04-07 | 1 | -0/+1 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | peter | 2006-04-03 | 2 | -6/+3 |
* | Add a dummy implementation of bus_space_map(). | marcel | 2006-03-31 | 1 | -3/+9 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 2 | -8/+6 |
* | Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) | phk | 2006-01-10 | 1 | -0/+1 |
* | Set the siginfo si_addr field, and also the mysterious 3rd parameter | grehan | 2006-01-07 | 2 | -2/+8 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | jhb | 2006-01-06 | 1 | -5/+3 |
* | MI changes: | netchild | 2005-12-31 | 2 | -0/+16 |
* | Remove duplicate options (originals in sys/conf/NOTES). | ru | 2005-12-30 | 1 | -2/+0 |
* | Add user-space profiling support. Kernel profiling still todo. | grehan | 2005-12-29 | 1 | -8/+82 |
* | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | sobomax | 2005-12-26 | 1 | -0/+2 |
* | Forward-declare struct trapframe to allow the aic module to compile. | grehan | 2005-12-24 | 1 | -0/+2 |
* | Mark the return address of the call to ast() in the generic trap | grehan | 2005-12-23 | 3 | -5/+13 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 7 | -29/+11 |
* | add LINT build | sam | 2005-12-21 | 2 | -0/+86 |
* | GC some unused frame types. | jhb | 2005-12-16 | 2 | -94/+0 |
* | - Cleanup whitespace and extra ()s in vtophys() macros. | jhb | 2005-12-06 | 1 | -1/+1 |
* | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | ru | 2005-12-06 | 1 | -7/+0 |
* | Convert to use the recently introduced set of ofw_bus_gen_get_*() for | marius | 2005-12-03 | 2 | -93/+40 |
* | - Allow duplicate "machine" directives with the same arguments. | ru | 2005-11-27 | 2 | -3/+1 |
* | Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and move | jhb | 2005-11-21 | 2 | -1/+10 |
* | Create a device node in /dev when a USB keyboard is plugged in. | arun | 2005-11-21 | 1 | -0/+1 |
* | Eliminate pmap_init2(). It's no longer used. | alc | 2005-11-20 | 2 | -20/+0 |
* | Add definitions for 64-bit PTEs | grehan | 2005-11-11 | 1 | -10/+47 |
* | ata_generic_hw takes a dev as a parameter, not a channel. | grehan | 2005-11-11 | 1 | -1/+1 |
* | Fix compile warning: pmap_bootstrap is now declared extern in pmap.h, | grehan | 2005-11-11 | 2 | -2/+0 |
* | No longer needed: replaced by mmu_if.m/pmap_dispatch.c/mmu_oea.c | grehan | 2005-11-09 | 1 | -2476/+0 |
* | Apply r1.103 to correct place. | grehan | 2005-11-09 | 1 | -1/+0 |
* | Reimplement the reclamation of PV entries. Specifically, perform | alc | 2005-11-09 | 1 | -2/+0 |
* | Name change from pmap_* to moea_* to fit into the new order of | grehan | 2005-11-08 | 2 | -934/+918 |
* | Insert a layer of indirection to the pmap code, using a kobj for | grehan | 2005-11-08 | 6 | -4/+1248 |
* | Finally (!?) get to the bottom of the mysterious G3 boot-time panics. | grehan | 2005-11-07 | 1 | -1/+1 |
* | Copy SPRG0-3 registers at boot-time and restore when calling into | grehan | 2005-10-30 | 4 | -14/+116 |
* | In stack_save, stop when a trap-frame is encountered. This prevents | grehan | 2005-10-30 | 1 | -0/+10 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 2 | -35/+38 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 4 | -46/+28 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | marius | 2005-09-28 | 1 | -7/+5 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+13 |
* | Introduce a kernel config for the Mandatory Access Control framework. | csjp | 2005-09-18 | 1 | -0/+28 |
* | Stop using the '+' constraint modifier with inline assembly. The '+' | jhb | 2005-09-15 | 1 | -12/+12 |