| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 2 | -7/+9 |
* | Cleanup ALIGNED_POINTER: | sam | 2009-07-05 | 1 | -17/+3 |
* | Correct the #endif comment. | alc | 2009-06-26 | 1 | -1/+1 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 1 | -0/+44 |
* | Rename ia64_invalidate_icache() to ia64_sync_icache(). We're | marcel | 2009-05-18 | 1 | -1/+1 |
* | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | rwatson | 2009-04-20 | 1 | -3/+1 |
* | Add description and cautionary note regarding CACHE_LINE_SIZE. | rwatson | 2009-04-19 | 1 | -0/+4 |
* | For each architecture, define CACHE_LINE_SHIFT and a derived | rwatson | 2009-04-19 | 1 | -0/+5 |
* | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | kib | 2009-03-17 | 1 | -4/+2 |
* | Tweak the ia64 machine check handling code to not register new sysctl nodes | jhb | 2009-02-04 | 1 | -0/+1 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -12/+0 |
* | Define mb(), rmb() and wmb() for real. | marcel | 2008-11-22 | 1 | -3/+3 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -0/+4 |
* | Remove ipi_all() and ipi_self() as the former hasn't been used at | marius | 2008-09-28 | 1 | -8/+5 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -2/+2 |
* | Add inline function ia64_fc_i() to abstract inline assembly. | marcel | 2008-07-07 | 1 | -0/+6 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | Work-around a compiler optimization bug, that broke libthr. Massive | marcel | 2008-05-28 | 1 | -1/+1 |
* | Remove cruft we got from Alpha, which was probably inherited | marcel | 2008-04-18 | 1 | -31/+6 |
* | Better implement I-cache invalidation. The previous implementation | marcel | 2008-03-30 | 1 | -0/+1 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -1/+1 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -2/+0 |
* | Implement atomic_fetchadd_long() for all architectures and document it. | pjd | 2008-03-16 | 1 | -0/+11 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -1/+0 |
* | Allocate a stack for thread0 and switch to it before calling | marcel | 2008-02-04 | 1 | -1/+6 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Define atomic_readandclear_ptr. | jasone | 2007-11-27 | 1 | -0/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | Keep interrupts disabled while handling external interrupts. | marcel | 2007-08-06 | 1 | -1/+1 |
* | In ia64_set_rr(), don't perform data serialization. This allows | marcel | 2007-08-05 | 1 | -1/+1 |
* | Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization. | marcel | 2007-08-04 | 1 | -0/+12 |
* | Rework the interrupt code and add support for interrupt filtering | marcel | 2007-07-30 | 3 | -15/+15 |
* | Explicitly map the VHPT on all processors. Previously we were | marcel | 2007-07-30 | 1 | -0/+1 |
* | Add casts to some of the more commonly used pointer-type atomic | marcel | 2007-07-30 | 1 | -5/+14 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-10 | 1 | -0/+28 |
* | Work around a firmware bug in the HP rx2660, where in ACPI an I/O port | marcel | 2007-06-10 | 1 | -3/+2 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+15 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -1/+2 |
* | Eliminate an unused definition. | alc | 2007-05-27 | 1 | -4/+2 |
* | Have the processor defer all faults and exceptions for control | marcel | 2007-05-27 | 1 | -1/+20 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Add support for specifying a minimal size for vm.kmem_size in the loader via | sepotvin | 2007-04-21 | 1 | -1/+2 |
* | Catch up with ACPI-CA 20070320 import. | jkim | 2007-03-22 | 1 | -18/+20 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -3/+3 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 3 | -12/+3 |
* | Now that printf() needs the PCPU, set it up before we call printf(). | marcel | 2006-11-18 | 2 | -3/+5 |
* | Fix a comment. | ru | 2006-11-13 | 1 | -1/+1 |
* | PR: | jb | 2006-10-04 | 1 | -86/+0 |