| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate unused definitions. | alc | 2005-09-11 | 2 | -8/+1 |
* | o s/vhpt_size/pmap_vhpt_log2size/g | marcel | 2005-09-03 | 1 | -0/+3 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -5/+3 |
* | Improve SMP support: | marcel | 2005-08-06 | 2 | -3/+6 |
* | Reduce the default MAXCPU from 16 to 4. This is in preparation of | marcel | 2005-08-06 | 1 | -1/+1 |
* | For ia64_ptc_{e,g,ga,l}(), use instruction serialization. We | marcel | 2005-08-06 | 1 | -4/+4 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -58/+19 |
* | Enhance ia64_flush_dirty() to handle the case in which td != curthread. | marcel | 2005-07-05 | 1 | -1/+1 |
* | Implement functions calls from within DDB on ia64. On ia64 a function | marcel | 2005-07-02 | 1 | -0/+4 |
* | Define IPI_PREEMPT. Update a nearby comment while I'm here. | marcel | 2005-06-12 | 1 | -2/+3 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+14 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -73/+0 |
* | Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_. | marcel | 2005-05-10 | 1 | -3/+0 |
* | Sanity the RTC code: | marcel | 2005-04-22 | 1 | -53/+0 |
* | Add empty header (except of the multiple-inclusion protection) to | marcel | 2005-04-20 | 1 | -0/+10 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -13/+47 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 2 | -90/+2 |
* | Refactor the bus_dma header files so that the interface is described in | scottl | 2005-03-14 | 2 | -194/+34 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 7 | -15/+26 |
* | Use a common multi-inclusion protection, and add such a | ru | 2005-02-19 | 1 | -1/+6 |
* | nit in /*- | imp | 2005-01-31 | 1 | -1/+1 |
* | Add bus_dmamap_load_mbuf_sg() to ia64 | scottl | 2005-01-15 | 1 | -0/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 34 | -34/+34 |
* | Further enhance the handling of misaligned loads and stores: | marcel | 2005-01-02 | 1 | -1/+0 |
* | Use primitive types to avoid creating an artificial header dependency: | marcel | 2004-12-11 | 1 | -11/+11 |
* | Don't obtain the HCDP address directly from the bootinfo structure. | marcel | 2004-12-08 | 1 | -0/+1 |
* | Change gdb_cpu_setreg() to not take the value to which to set the | marcel | 2004-12-01 | 1 | -1/+1 |
* | Whitespace fixes: | marcel | 2004-11-28 | 1 | -33/+18 |
* | Remove struct ia64_itir and use a plain old uint64_t instead. | marcel | 2004-11-21 | 1 | -11/+6 |
* | Remove UAREA_PAGES. | das | 2004-11-20 | 1 | -1/+0 |
* | Move the code for halting the CPU (acpi_cpu_c1) into machdep files. | njl | 2004-10-11 | 1 | -0/+2 |
* | Move the IA-32 trap handling from trap() to ia32_trap(). Move the | marcel | 2004-09-25 | 1 | -0/+2 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 2 | -91/+56 |
* | For the atomic_{add|clear|set|subtract} family of inlines, return the | marcel | 2004-09-22 | 1 | -2/+4 |
* | MFp4: various style fixes, including | marcel | 2004-09-22 | 1 | -248/+239 |
* | MFp4: | marcel | 2004-09-19 | 2 | -24/+143 |
* | Provide our own FPSWA definitions, instead of depending on the Intel | marcel | 2004-09-17 | 2 | -1/+28 |
* | Move the kernel-specific logic to adjust frompc from MI to MD. For | marcel | 2004-08-27 | 1 | -0/+15 |
* | Get a step closer to profiling the kernel by fixing the definitions | marcel | 2004-08-25 | 1 | -5/+5 |
* | Make profiling actually work. The gcc compiler emits a call to the | marcel | 2004-08-25 | 3 | -94/+43 |
* | As I said: the previous commit was untested... Remove an #endif which | marcel | 2004-08-16 | 1 | -1/+0 |
* | Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must | marcel | 2004-08-16 | 1 | -3/+1 |
* | Add __elfN(dump_thread). This function is called from __elfN(coredump) | marcel | 2004-08-11 | 1 | -0/+2 |
* | Better preserve the original protection for the mappings we maintain. | marcel | 2004-08-09 | 1 | -51/+48 |
* | De-inline gdb_cpu_signal() because we need to convert the trap vectors | marcel | 2004-08-07 | 1 | -7/+1 |
* | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | mux | 2004-08-03 | 1 | -0/+1 |
* | Remove extraneous ';'. | markm | 2004-08-01 | 1 | -1/+1 |
* | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | markm | 2004-08-01 | 1 | -0/+38 |
* | Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead of | marcel | 2004-07-30 | 1 | -6/+1 |
* | Pass a thread argument into cpu_critical_{enter,exit}() rather than | rwatson | 2004-07-27 | 1 | -8/+4 |