| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename disable_intr() to ia64_disable_intr() and rename enable_intr() | marcel | 2010-03-26 | 1 | -4/+5 |
* | Revamp bus_space access functions: | marcel | 2009-12-30 | 1 | -120/+0 |
* | Use unordered memory loads and stores for the in* and out* | marcel | 2009-12-26 | 1 | -18/+12 |
* | Make sure bus space accesses use unorder memory loads and stores. | marcel | 2009-12-03 | 1 | -2/+2 |
* | Work around a firmware bug in the HP rx2660, where in ACPI an I/O port | marcel | 2007-06-10 | 1 | -3/+2 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 1 | -3/+7 |
* | Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead of | marcel | 2004-07-30 | 1 | -6/+1 |
* | In breakpoint(), use a different immediate to make sure we can | marcel | 2004-03-21 | 1 | -2/+3 |
* | Whitespace nit. | des | 2004-01-13 | 1 | -1/+1 |
* | Use gcc's superior ffs() builtin. | peter | 2003-12-10 | 1 | -0/+9 |
* | Be more careful how we restore interrupts. Don't rewrite most of the | marcel | 2003-05-24 | 1 | -3/+4 |
* | Revamp the newbus functions: | marcel | 2003-04-29 | 1 | -155/+68 |
* | Make all memory I/O addresses (explicitly) 64-bit. Memory mapped | marcel | 2003-01-05 | 1 | -11/+11 |
* | Remove mf.a (the acceptance form of the memory fence instruction) | marcel | 2002-10-28 | 1 | -12/+0 |
* | o Remove namespace pollution from param.h: | marcel | 2002-05-19 | 1 | -0/+1 |
* | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | dillon | 2002-04-01 | 1 | -5/+0 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 1 | -12/+5 |
* | Change critical_t to register_t for intr_disable/restore. | dfr | 2002-03-21 | 1 | -2/+2 |
* | Change intr_enable to intr_restore for consistency with sparc64. | dfr | 2002-03-20 | 1 | -2/+2 |
* | Recreate intr_disable/intr_enable and implement cpu_critical_enter/exit | dfr | 2002-03-20 | 1 | -2/+14 |
* | Fix CRITICAL_FORK so that it compiles. | dfr | 2001-12-23 | 1 | -1/+1 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 1 | -2/+4 |
* | o Change ia64_memory_address to explicitly take a u_int64_t | marcel | 2001-10-06 | 1 | -2/+50 |
* | Add implementations of readx() and writex(). | dfr | 2001-09-22 | 1 | -6/+33 |
* | Implement inx() and outx() functions for accessing I/O ports. | dfr | 2001-09-15 | 1 | -6/+38 |
* | - Add the new critical_t type used to save state inside of critical | jhb | 2001-03-28 | 1 | -8/+7 |
* | This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will | dfr | 2000-09-29 | 1 | -0/+197 |