| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -0/+1 |
* | Remove bitrot associated with `maxusers'. | Ruslan Ermilov | 2003-03-22 | 1 | -1/+0 |
* | Use atomic operations to increment and decrement the refcount | Maxime Henrion | 2003-03-20 | 1 | -4/+4 |
* | Enable the FPU on first use per-thread and save state across context | Peter Grehan | 2003-03-20 | 6 | -117/+101 |
* | - Add PCI ID for Paddington i/o controller, used in old G3's | Peter Grehan | 2003-03-20 | 1 | -2/+4 |
* | Add machine check handler. While generally useful, it's required when | Peter Grehan | 2003-03-19 | 2 | -2/+2 |
* | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | Jake Burkholder | 2003-03-16 | 1 | -0/+2 |
* | Grab Giant around calls to contigmalloc() and contigfree() so | Maxime Henrion | 2003-03-13 | 1 | -1/+6 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | John Baldwin | 2003-03-04 | 2 | -12/+4 |
* | Simplify ofw_pci_fixup(). It doesn't need to be recursive, since the | Peter Grehan | 2003-03-03 | 1 | -19/+3 |
* | These files are no longer used. They have been replaced with similarly named | Benno Rice | 2003-02-28 | 4 | -597/+0 |
* | Register typo and incorrect 32-bit constant load in previous commit. | Peter Grehan | 2003-02-26 | 2 | -4/+4 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | Maxime Henrion | 2003-02-26 | 1 | -1/+1 |
* | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 3 | -21/+0 |
* | Catch up with ATAng changes | Peter Grehan | 2003-02-24 | 2 | -18/+23 |
* | Doh. Forgot to remove _KERNEL version. | Peter Grehan | 2003-02-23 | 1 | -7/+0 |
* | Expose powerpc_mb() to user-space. Currently needed for atomic.h users, | Peter Grehan | 2003-02-22 | 1 | -0/+10 |
* | Adjust IRQ count for psim's OpenPIC model - it seems to be | Peter Grehan | 2003-02-20 | 1 | -0/+6 |
* | Catch up to latest KSE changes | Peter Grehan | 2003-02-20 | 2 | -6/+8 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 6 | -7/+7 |
* | Move a bunch of flags from the KSE to the thread. | Julian Elischer | 2003-02-17 | 1 | -4/+3 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | Jeff Roberson | 2003-02-17 | 2 | -2/+2 |
* | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | Jeff Roberson | 2003-02-17 | 2 | -2/+2 |
* | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
* | Fix whitespace problems with option lines. | David E. O'Brien | 2003-02-13 | 1 | -31/+31 |
* | Fix the style of the SCHED_4BSD commit. | David E. O'Brien | 2003-02-13 | 1 | -1/+1 |
* | Missed odd address test when transcribing the Alpha version. | Peter Grehan | 2003-02-13 | 1 | -1/+1 |
* | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 2 | -0/+4 |
* | Oops. Include opt_ddb.h. | Benno Rice | 2003-02-06 | 1 | -0/+2 |
* | Add a driver that attaches to the gpio node of macio and allows you to enter | Benno Rice | 2003-02-06 | 2 | -1/+143 |
* | Add a cast to silence a warning. | Benno Rice | 2003-02-06 | 1 | -1/+1 |
* | If a device tries to allocate an interrupt that's not on it's resource list, | Benno Rice | 2003-02-06 | 1 | -0/+16 |
* | GC an unused variable. | Benno Rice | 2003-02-05 | 2 | -4/+0 |
* | Export the ns_per_tick variable through md_var.h rather than by declaring | Benno Rice | 2003-02-05 | 4 | -4/+4 |
* | - Use cpu_setup() instead of identifycpu(). | Benno Rice | 2003-02-05 | 2 | -160/+2 |
* | Add cpu.c. This contains one exported function, cpu_setup(), which handles | Benno Rice | 2003-02-05 | 2 | -0/+366 |
* | - Update spr.h | Benno Rice | 2003-02-05 | 2 | -79/+325 |
* | Add an inline function wrapper for the mfpvf (Move From Processor Version | Benno Rice | 2003-02-05 | 1 | -0/+10 |
* | Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. This | Benno Rice | 2003-02-05 | 2 | -2/+2 |
* | Replace the inline asm in delay() with a while loop. This may not be as | Benno Rice | 2003-02-05 | 2 | -16/+8 |
* | - Rename the "powerpc" timecounter to the "decrementer" timecounter. | Benno Rice | 2003-02-05 | 5 | -14/+40 |
* | Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the first | Hartmut Brandt | 2003-02-04 | 1 | -8/+12 |
* | Split statclock into statclock and profclock, and made the method for driving | Jake Burkholder | 2003-02-03 | 2 | -2/+12 |
* | Add device zs to GENERIC on powerpc. | Benno Rice | 2003-02-02 | 1 | -0/+1 |
* | Put replace spaces with tabs in keeping with the rest of the file. | Josef Karthauser | 2003-02-01 | 1 | -1/+1 |
* | Reversion of commit by Davidxu plus fixes since applied. | Julian Elischer | 2003-02-01 | 4 | -4/+4 |
* | - Introduce a flags value into the interrupt handler structure. | Benno Rice | 2003-02-01 | 2 | -7/+11 |
* | - add pmap_pagedaemon_waken variable | Peter Grehan | 2003-02-01 | 3 | -141/+288 |
* | Make nirq mean 'number of irqs' and not 'last irq'. | Benno Rice | 2003-02-01 | 1 | -5/+5 |
* | Rework of how memory resources are discovered and dealt with in macio. | Benno Rice | 2003-01-30 | 4 | -68/+162 |