summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-253-3/+3
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):rwatson2007-12-024-34/+132
* Fix a non-fatal off-by-one error in the previous revision.marius2007-12-011-1/+1
* - Add the PCI side of the HOST-PCI bridge itself to the bus. Thismarius2007-11-303-14/+76
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-281-1/+0
* Extend critical section coverage in the low-level interrupt handlers toscottl2007-11-211-1/+1
* Let sunkbd(4) emulate an AT keyboard by default.marius2007-11-181-0/+2
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-171-0/+20
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+6
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-052-2/+7
* - Make failure to route a ISA interrupt non fatal. Apparently themarius2007-10-281-14/+16
* - Fix the handling of R_SPARC_OLO10, which is a bit of a special casemarius2007-10-161-8/+14
* Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that isalc2007-10-071-1/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-4/+12
* - Use the actual clock frequency of the PCI bus instead of assumingmarius2007-09-261-17/+16
* Use the correct expanded name for SCTP.brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+0
* It has been observed on the mailing lists that the different categoriesalc2007-09-151-4/+4
* o Revamp the sparc64 interrupt code in order to be able to interfacemarius2007-09-0611-545/+703
* Style(9) fix - use #define<tab> consistently.marius2007-09-061-15/+15
* - Divorce the IOTSBs, which so far where handled via a global listmarius2007-08-057-143/+95
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-232-6/+10
* - Remove the global definition of sched_lock in mutex.h to breakjeff2007-07-181-0/+7
* - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface,marius2007-06-185-97/+55
* For sun4u also add PCI busses with a device unit number of -1marius2007-06-181-8/+1
* Remove unused softc.marius2007-06-171-6/+2
* - Don't register the over-temperature and power-fail interruptmarius2007-06-161-20/+14
* - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(),marius2007-06-162-60/+54
* - Add support for sending IPIs with USIII and greater sun4u CPUs.marius2007-06-163-42/+132
OpenPOWER on IntegriCloud