| Commit message (Expand) | Author | Age | Files | Lines |
| * | First pass at removing Alpha kernel support. | John Baldwin | 2006-05-11 | 73 | -8697/+0 |
| * | Clean out sysctl machdep.* related defines. | Poul-Henning Kamp | 2006-05-11 | 1 | -18/+0 |
| * | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | Marcel Moolenaar | 2006-04-03 | 1 | -0/+2 |
| * | Use the read_cycle_count() function recently added for cpu_ticks() for | John Baldwin | 2006-03-28 | 1 | -1/+2 |
| * | Use the Alpha PCC as a cpu ticker for process runtime accounting. This is | John Baldwin | 2006-03-07 | 1 | -1/+3 |
| * | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | Warner Losh | 2006-01-09 | 2 | -2/+2 |
| * | Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for | Warner Losh | 2006-01-01 | 1 | -0/+2 |
| * | Tweak how the MD code calls the fooclock() methods some. Instead of | John Baldwin | 2005-12-22 | 2 | -12/+1 |
| * | - Cleanup whitespace and extra ()s in vtophys() macros. | John Baldwin | 2005-12-06 | 1 | -2/+1 |
| * | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | Ruslan Ermilov | 2005-12-06 | 1 | -7/+0 |
| * | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its | John Baldwin | 2005-11-03 | 1 | -0/+1 |
| * | Add a new atomic_fetchadd() primitive that atomically adds a value to a | John Baldwin | 2005-09-27 | 1 | -0/+22 |
| * | Protect includes for kernel specific use from userland. | Bernd Walter | 2005-09-19 | 1 | -0/+2 |
| * | Relocate direct map specs into struct alpha_chipset. | Bernd Walter | 2005-09-19 | 2 | -3/+21 |
| * | Stop using the '+' constraint modifier with inline assembly. The '+' | John Baldwin | 2005-09-15 | 1 | -36/+36 |
| * | Eliminate unused definitions. | Alan Cox | 2005-09-11 | 2 | -8/+1 |
| * | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | Stefan Farfeleder | 2005-08-20 | 2 | -8/+6 |
| * | Convert the atomic_ptr() operations over to operating on uintptr_t | John Baldwin | 2005-07-15 | 1 | -61/+18 |
| * | Some cleanups and tweaks to some of the atomic.h files in preparation for | John Baldwin | 2005-07-09 | 1 | -91/+99 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+13 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 2 | -62/+0 |
| * | Change the spkr_set_pitch() function to a macro to fix low level profiling. | Yoshihiro Takahashi | 2005-05-28 | 1 | -7/+5 |
| * | - Move timerreg.h to <arch>/include and split i8253 specific defines into | Yoshihiro Takahashi | 2005-05-14 | 2 | -0/+116 |
| * | Add empty header (except of the multiple-inclusion protection) to | Marcel Moolenaar | 2005-04-20 | 1 | -0/+10 |
| * | Break out the definition of bus_space_{tag,handle}_t and a few other types | Warner Losh | 2005-04-18 | 2 | -7/+43 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 2 | -89/+2 |
| * | Refactor the bus_dma header files so that the interface is described in | Scott Long | 2005-03-14 | 2 | -190/+34 |
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 11 | -36/+57 |
| * | Use a common multi-inclusion protection, and add such a | Ruslan Ermilov | 2005-02-19 | 1 | -1/+6 |
| * | add cpu_idle support for 21066A based lca systems | Bernd Walter | 2005-01-31 | 1 | -0/+1 |
| * | Hopefully unbreak modules build. | Ruslan Ermilov | 2005-01-29 | 1 | -1/+1 |
| * | Add bus_dmamap_load_mbuf_sg() to alpha. | Scott Long | 2005-01-15 | 1 | -0/+3 |
| * | These appear to be unused in our tree, so remove them. | Warner Losh | 2005-01-05 | 1 | -66/+0 |
| * | Begin all license/copyright comments with /*- or #- | Warner Losh | 2005-01-05 | 40 | -41/+41 |
| * | - make machine model list more comprehensive, the whole Alpha family tree | Wilko Bulte | 2005-01-01 | 1 | -16/+26 |
| * | Change gdb_cpu_setreg() to not take the value to which to set the | Marcel Moolenaar | 2004-12-01 | 1 | -1/+1 |
| * | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 1 | -1/+0 |
| * | - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL ID | John Baldwin | 2004-11-05 | 2 | -1/+2 |
| * | The previous commit, roughly one and a half years ago removed the | Marcel Moolenaar | 2004-09-10 | 1 | -62/+14 |
| * | Turn PREEMPTION into a kernel option. Make sure that it's defined if | Scott Long | 2004-09-02 | 1 | -5/+0 |
| * | Move the kernel-specific logic to adjust frompc from MI to MD. For | Marcel Moolenaar | 2004-08-27 | 1 | -5/+21 |
| * | Provide extern declarations for btext and etext when GPROF is defined. | Marcel Moolenaar | 2004-08-27 | 1 | -0/+5 |
| * | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | Maxime Henrion | 2004-08-03 | 1 | -0/+1 |
| * | Remove extraneous ';'. | Mark Murray | 2004-08-01 | 1 | -1/+1 |
| * | Turn off PREEMPTION by default while it gets debugged. It's been causing | Scott Long | 2004-08-01 | 1 | -0/+3 |
| * | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | Mark Murray | 2004-08-01 | 1 | -0/+38 |
| * | Pass a thread argument into cpu_critical_{enter,exit}() rather than | Robert Watson | 2004-07-27 | 1 | -8/+4 |
| * | - Eliminate the pte object from the pmap. Instead, page table pages are | Alan Cox | 2004-07-19 | 1 | -1/+0 |
| * | Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototype | Ken Smith | 2004-07-13 | 1 | -1/+0 |
| * | Mega update for the KDB framework: turn DDB into a KDB backend. | Marcel Moolenaar | 2004-07-10 | 1 | -33/+16 |