summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-031-2/+0
* - Remove redundant inclusion of opt_global.h.marius2008-07-212-4/+3
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outdelphij2008-07-071-0/+1
* - Merge macros depending on the flags being preserved between callsmarius2008-07-051-33/+41
* - Fix spelling and style.marius2008-07-051-21/+26
* Revert the addition of "__volatile" to "__asm" done in r180011, sincemarius2008-07-051-4/+4
* Improve r180011 by explicitly adding the condition codes to themarius2008-06-271-3/+3
* Use "__asm __volatile" rather than "__asm" for instruction sequencesmarius2008-06-251-7/+7
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-13/+0
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-7/+0
* Resort the if_ti driver to match the PCI Network cards instead of placingremko2008-05-171-1/+1
* Add a stub for pmap_align_superpage() on machines that don't (yet)alc2008-05-091-0/+10
* - Remove the BUS_HANDLE_MIN checking in the __BUS_DEBUG_ACCESS macro;marius2008-05-081-81/+109
* Remove #if 0'ed code referencing no longer existent ecache_flush().marius2008-05-081-7/+0
* Use <machine/intr_machdep.h> directly instead of depending on headermarius2008-05-081-1/+1
* - Use the name returned by device_get_nameunit(9) for the name of themarius2008-05-076-58/+49
* enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by defaultsam2008-05-031-0/+2
* Remove an header which is unused for sun4v.marius2008-05-021-1/+3
* Remove the MD isa_irq_pending() and the underlying PCI-specificmarius2008-04-264-104/+0
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-1/+8
* - Include <machine/utrap.h> so this header doesn't have an MDmarius2008-04-231-5/+7
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsmarius2008-04-239-65/+261
* Make genclock standard on all platforms.phk2008-04-212-2/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-2/+0
* On sparc64 machines with multiple host-PCI-bridges these bridgesmarius2008-04-178-149/+21
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-1/+1
* - Add support for IPI_PREEMPT. [1]marius2008-04-094-2/+15
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-51/+3
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-271-0/+1
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-262-11/+0
* - Const'ify the bus_stream_asi and bus_type_asi arrays.marius2008-03-242-14/+13
* Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int())pjd2008-03-191-2/+1
* Simplify the interrupt code a bit:jhb2008-03-171-6/+2
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+2
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-2/+2
* Remove kernel support for M:N threading.jeff2008-03-122-7/+0
* Uncomment vr(4), vr(4) should work on all architectures.yongari2008-03-111-1/+1
* - Fix some style bugs.marius2008-03-091-48/+54
* - Do as the comment in pmap_bootstrap() suggests and flush all non-lockedmarius2008-03-097-19/+85
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-0/+7
* The Sun disk label only uses 16-bit fields for cylinders, heads andmarius2008-02-112-0/+65
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-6/+6
* Uncomment sf(4), sf(4) should work on all architectures.yongari2008-01-211-1/+1
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-071-0/+1
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Update two tracepoints, i.e., CTRx() invocations, to reflect the demise ofalc2007-12-272-6/+4
OpenPOWER on IntegriCloud