| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cosmetic changes and style fixes | marius | 2008-08-13 | 19 | -252/+255 |
* | Assume OpenSolaris knows better and use their value for VM_MAX_PROM_ADDRESS. | marius | 2008-08-12 | 1 | -1/+1 |
* | - Add sys_tick and the USIII and beyond sys_tick_cmpr to state_regs[]. | marius | 2008-08-12 | 1 | -15/+15 |
* | - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There's | marius | 2008-08-07 | 1 | -1/+5 |
* | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | ed | 2008-08-03 | 1 | -2/+0 |
* | - Remove redundant inclusion of opt_global.h. | marius | 2008-07-21 | 2 | -4/+3 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 1 | -0/+1 |
* | - Merge macros depending on the flags being preserved between calls | marius | 2008-07-05 | 1 | -33/+41 |
* | - Fix spelling and style. | marius | 2008-07-05 | 1 | -21/+26 |
* | Revert the addition of "__volatile" to "__asm" done in r180011, since | marius | 2008-07-05 | 1 | -4/+4 |
* | Improve r180011 by explicitly adding the condition codes to the | marius | 2008-06-27 | 1 | -3/+3 |
* | Use "__asm __volatile" rather than "__asm" for instruction sequences | marius | 2008-06-25 | 1 | -7/+7 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | The VM system no longer uses setPQL2(). Remove it and its helpers. | alc | 2008-05-23 | 1 | -13/+0 |
* | 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 |