aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int())Pawel Jakub Dawidek2008-03-191-2/+1
* Simplify the interrupt code a bit:John Baldwin2008-03-171-6/+2
* Implement atomic_fetchadd_long() for all architectures and document it.Pawel Jakub Dawidek2008-03-161-0/+2
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Add preliminary support for binding interrupts to CPUs:John Baldwin2008-03-141-2/+2
* Remove kernel support for M:N threading.Jeff Roberson2008-03-122-7/+0
* Uncomment vr(4), vr(4) should work on all architectures.Pyun YongHyeon2008-03-111-1/+1
* - Fix some style bugs.Marius Strobl2008-03-091-48/+54
* - Do as the comment in pmap_bootstrap() suggests and flush all non-lockedMarius Strobl2008-03-097-19/+85
* - Remove the old smp cpu topology specification with a new, more flexibleJeff Roberson2008-03-021-0/+7
* The Sun disk label only uses 16-bit fields for cylinders, heads andMarius Strobl2008-02-112-0/+65
* Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-281-6/+6
* Uncomment sf(4), sf(4) should work on all architectures.Pyun YongHyeon2008-01-211-1/+1
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.John Baldwin2008-01-071-0/+1
* Add an access type parameter to pmap_enter(). It will be used to implementAlan Cox2008-01-031-2/+2
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+7
* Update two tracepoints, i.e., CTRx() invocations, to reflect the demise ofAlan Cox2007-12-272-6/+4
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-253-3/+3
* Add stubs to unbreak LINT.Joseph Koshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):Robert Watson2007-12-024-34/+132
* Fix a non-fatal off-by-one error in the previous revision.Marius Strobl2007-12-011-1/+1
* - Add the PCI side of the HOST-PCI bridge itself to the bus. ThisMarius Strobl2007-11-303-14/+76
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.Attilio Rao2007-11-281-1/+0
* Extend critical section coverage in the low-level interrupt handlers toScott Long2007-11-211-1/+1
* Let sunkbd(4) emulate an AT keyboard by default.Marius Strobl2007-11-181-0/+2
* Prevent the leakage of wired pages in the following circumstances:Alan Cox2007-11-171-0/+20
* o Rename cpu_thread_setup() to cpu_thread_alloc() to betterMarcel Moolenaar2007-11-141-1/+6
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-052-2/+7
* - Make failure to route a ISA interrupt non fatal. Apparently theMarius Strobl2007-10-281-14/+16
* - Fix the handling of R_SPARC_OLO10, which is a bit of a special caseMarius Strobl2007-10-161-8/+14
* Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that isAlan Cox2007-10-071-1/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-303-4/+12
* - Use the actual clock frequency of the PCI bus instead of assumingMarius Strobl2007-09-261-17/+16
* Use the correct expanded name for SCTP.Christian Brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-1/+0
* It has been observed on the mailing lists that the different categoriesAlan Cox2007-09-151-4/+4
* o Revamp the sparc64 interrupt code in order to be able to interfaceMarius Strobl2007-09-0611-545/+703
* Style(9) fix - use #define<tab> consistently.Marius Strobl2007-09-061-15/+15
* - Divorce the IOTSBs, which so far where handled via a global listMarius Strobl2007-08-057-143/+95
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-232-6/+10
* - Remove the global definition of sched_lock in mutex.h to breakJeff Roberson2007-07-181-0/+7
* - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface,Marius Strobl2007-06-185-97/+55
* For sun4u also add PCI busses with a device unit number of -1Marius Strobl2007-06-181-8/+1
* Remove unused softc.Marius Strobl2007-06-171-6/+2
* - Don't register the over-temperature and power-fail interruptMarius Strobl2007-06-161-20/+14
* - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(),Marius Strobl2007-06-162-60/+54
* - Add support for sending IPIs with USIII and greater sun4u CPUs.Marius Strobl2007-06-163-42/+132
* - Flesh out the support for the EBus variant which actually is theMarius Strobl2007-06-161-21/+75
* Remove the code for displaying the OFW hostid during boot for theMarius Strobl2007-06-161-25/+1