| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire pmap_addr_hint(). It is no longer used. | alc | 2008-05-18 | 1 | -7/+0 |
* | Resort the if_ti driver to match the PCI Network cards instead of placing | remko | 2008-05-17 | 1 | -1/+1 |
* | Add a stub for pmap_align_superpage() on machines that don't (yet) | alc | 2008-05-09 | 1 | -0/+10 |
* | - Remove the BUS_HANDLE_MIN checking in the __BUS_DEBUG_ACCESS macro; | marius | 2008-05-08 | 1 | -81/+109 |
* | Remove #if 0'ed code referencing no longer existent ecache_flush(). | marius | 2008-05-08 | 1 | -7/+0 |
* | Use <machine/intr_machdep.h> directly instead of depending on header | marius | 2008-05-08 | 1 | -1/+1 |
* | - Use the name returned by device_get_nameunit(9) for the name of the | marius | 2008-05-07 | 6 | -58/+49 |
* | enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by default | sam | 2008-05-03 | 1 | -0/+2 |
* | Remove an header which is unused for sun4v. | marius | 2008-05-02 | 1 | -1/+3 |
* | Remove the MD isa_irq_pending() and the underlying PCI-specific | marius | 2008-04-26 | 4 | -104/+0 |
* | - Add an integer argument to idle to indicate how likely we are to wake | jeff | 2008-04-25 | 1 | -1/+8 |
* | - Include <machine/utrap.h> so this header doesn't have an MD | marius | 2008-04-23 | 1 | -5/+7 |
* | o Rename ic_eoi to ic_clear to emphasize the functions it points | marius | 2008-04-23 | 9 | -65/+261 |
* | Make genclock standard on all platforms. | phk | 2008-04-21 | 2 | -2/+0 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -2/+0 |
* | On sparc64 machines with multiple host-PCI-bridges these bridges | marius | 2008-04-17 | 8 | -149/+21 |
* | - Add the interrupt vector number to intr_event_create so MI code can | jeff | 2008-04-11 | 1 | -1/+1 |
* | - Add support for IPI_PREEMPT. [1] | marius | 2008-04-09 | 4 | -2/+15 |
* | Add a MI intr_event_handle() routine for the non-INTR_FILTER case. This | jhb | 2008-04-05 | 1 | -51/+3 |
* | Add kernel module support for nfslockd and krpc. Use the module system | dfr | 2008-03-27 | 1 | -0/+1 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -2/+2 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 2 | -11/+0 |
* | - Const'ify the bus_stream_asi and bus_type_asi arrays. | marius | 2008-03-24 | 2 | -14/+13 |
* | Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int()) | pjd | 2008-03-19 | 1 | -2/+1 |
* | Simplify the interrupt code a bit: | jhb | 2008-03-17 | 1 | -6/+2 |
* | Implement atomic_fetchadd_long() for all architectures and document it. | pjd | 2008-03-16 | 1 | -0/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Add preliminary support for binding interrupts to CPUs: | jhb | 2008-03-14 | 1 | -2/+2 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 2 | -7/+0 |
* | Uncomment vr(4), vr(4) should work on all architectures. | yongari | 2008-03-11 | 1 | -1/+1 |
* | - Fix some style bugs. | marius | 2008-03-09 | 1 | -48/+54 |
* | - Do as the comment in pmap_bootstrap() suggests and flush all non-locked | marius | 2008-03-09 | 7 | -19/+85 |
* | - Remove the old smp cpu topology specification with a new, more flexible | jeff | 2008-03-02 | 1 | -0/+7 |
* | The Sun disk label only uses 16-bit fields for cylinders, heads and | marius | 2008-02-11 | 2 | -0/+65 |
* | Add a wrapper function that bound checks writes to the dump device. | ru | 2008-01-28 | 1 | -6/+6 |
* | Uncomment sf(4), sf(4) should work on all architectures. | yongari | 2008-01-21 | 1 | -1/+1 |
* | 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 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Update two tracepoints, i.e., CTRx() invocations, to reflect the demise of | alc | 2007-12-27 | 2 | -6/+4 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 3 | -3/+3 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 4 | -34/+132 |
* | Fix a non-fatal off-by-one error in the previous revision. | marius | 2007-12-01 | 1 | -1/+1 |
* | - Add the PCI side of the HOST-PCI bridge itself to the bus. This | marius | 2007-11-30 | 3 | -14/+76 |
* | Make ADAPTIVE_GIANT as the default in the kernel and remove the option. | attilio | 2007-11-28 | 1 | -1/+0 |
* | Extend critical section coverage in the low-level interrupt handlers to | scottl | 2007-11-21 | 1 | -1/+1 |
* | Let sunkbd(4) emulate an AT keyboard by default. | marius | 2007-11-18 | 1 | -0/+2 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -0/+20 |
* | o Rename cpu_thread_setup() to cpu_thread_alloc() to better | marcel | 2007-11-14 | 1 | -1/+6 |