| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the interrupt code a bit: | jhb | 2008-03-17 | 1 | -4/+1 |
* | Implement atomic_fetchadd_long() for all architectures and document it. | pjd | 2008-03-16 | 1 | -0/+11 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 2 | -2/+2 |
* | BUS_DMA_ISA is left over from Alpha, and is not used in the tree at | imp | 2008-03-15 | 1 | -1/+1 |
* | Add preliminary support for binding interrupts to CPUs: | jhb | 2008-03-14 | 1 | -1/+1 |
* | Rework how the nexus(4) device works on x86 to better handle the idea of | jhb | 2008-03-13 | 1 | -0/+6 |
* | - Fix build breakage; there was a reference to a removed syscall in | jeff | 2008-03-12 | 1 | -4/+3 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 4 | -11/+0 |
* | - Remove the old smp cpu topology specification with a new, more flexible | jeff | 2008-03-02 | 1 | -0/+7 |
* | Re-sort options. While here: | marcel | 2008-02-16 | 1 | -5/+8 |
* | On Montecito processors, the instruction cache is in fact not | marcel | 2008-02-14 | 2 | -0/+19 |
* | Allocate a stack for thread0 and switch to it before calling | marcel | 2008-02-04 | 3 | -21/+34 |
* | Add a wrapper function that bound checks writes to the dump device. | ru | 2008-01-28 | 1 | -6/+6 |
* | Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6. | jhb | 2008-01-07 | 1 | -0/+1 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 1 | -2/+2 |
* | Use correct function name in panic message | imp | 2008-01-03 | 1 | -1/+1 |
* | Fix obsolete comment. pmap_remove_all is the function we're in. | imp | 2008-01-03 | 1 | -2/+1 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+2 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Add a BSD disklabel backend to g_part: | marcel | 2007-12-06 | 1 | -1/+1 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 3 | -12/+58 |
* | Remove the 'needbounce' variable from the _bus_dmamap_load_buffer() | jhb | 2007-11-27 | 1 | -5/+2 |
* | Define atomic_readandclear_ptr. | jasone | 2007-11-27 | 1 | -0/+1 |
* | Extend critical section coverage in the low-level interrupt handlers to | scottl | 2007-11-21 | 1 | -1/+1 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -0/+32 |
* | o Rename cpu_thread_setup() to cpu_thread_alloc() to better | marcel | 2007-11-14 | 2 | -2/+9 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -3/+3 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 2 | -2/+3 |
* | Set PTE_ACCESSED in the PTE and before inserting it in the VHPT. | marcel | 2007-10-16 | 1 | -2/+12 |
* | The flushrs instruction must be the first in an instruction | marcel | 2007-10-16 | 1 | -0/+1 |
* | Print instruction stops to improve analysis of dependency | marcel | 2007-10-16 | 1 | -0/+2 |
* | Fix disassembly of the invala, itc, itr and hint instructions | marcel | 2007-10-16 | 1 | -1/+1 |
* | Use the correct expanded name for SCTP. | brueffer | 2007-09-26 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | It has been observed on the mailing lists that the different categories | alc | 2007-09-15 | 1 | -2/+4 |
* | Clear pending interrupts before we enable external interrupts. | marcel | 2007-08-06 | 1 | -5/+20 |
* | Keep interrupts disabled while handling external interrupts. | marcel | 2007-08-06 | 3 | -73/+64 |
* | In ia64_set_rr(), don't perform data serialization. This allows | marcel | 2007-08-05 | 1 | -1/+1 |
* | Replace "__asm __volatile()" by equivalent support functions from | marcel | 2007-08-04 | 1 | -6/+6 |
* | Replace "__asm __volatile()" by equivalent support functions from | marcel | 2007-08-04 | 1 | -3/+5 |
* | Replace "__asm __volatile()" by equivalent support functions from | marcel | 2007-08-04 | 1 | -16/+18 |
* | Add required data-serialization after writing to cr.itm and cr.itv. | marcel | 2007-08-04 | 1 | -0/+1 |
* | Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization. | marcel | 2007-08-04 | 1 | -0/+12 |
* | o Switch to physical addressing before dereferencing the VHPT | marcel | 2007-07-30 | 1 | -37/+62 |
* | Add option EXCEPTION_TRACING, which enables KTR-like functionality | marcel | 2007-07-30 | 2 | -1/+85 |
* | Rework the interrupt code and add support for interrupt filtering | marcel | 2007-07-30 | 6 | -177/+239 |
* | Explicitly map the VHPT on all processors. Previously we were | marcel | 2007-07-30 | 4 | -0/+27 |
* | Add casts to some of the more commonly used pointer-type atomic | marcel | 2007-07-30 | 1 | -5/+14 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | dwmalone | 2007-07-23 | 1 | -1/+2 |