summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2007-10-16Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested byMark Kettenis
2007-10-16Another cpu_switchto() leftover.Mark Kettenis
2007-10-15Skip non-SPD EEPROMs.Mark Kettenis
2007-10-15catch privileged actions as well; hint from miod@Federico G. Schwindt
2007-10-14Don't bail out after finding the first cpu.Mark Kettenis
2007-10-13Remove leftovers art forgot to prune...Miod Vallat
2007-10-13Fix cpu_exit() comments to be more closer to reality.Miod Vallat
2007-10-10prepare for the futureTheo de Raadt
2007-10-10Make context switching much more MI:Artur Grabowski
2007-10-10malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.Kenneth R Westerback
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-10-08enable spdmem where it mattersTheo de Raadt
2007-10-08Don't skip EEPROMs in ofw i2c scan,Jonathan Gray
2007-10-02Fiddle Sun traditional disklabel recognition to eliminate union andKenneth R Westerback
2007-10-02Apply (with slight variants) this elimination of bzero() with M_ZERO:Kenneth R Westerback
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-09-30Move intrpending array into 'struct cpu_info'.Mark Kettenis
2007-09-22Add kernel locking.Mark Kettenis
2007-09-22M_ZERO -> bzero.Kenneth R Westerback
2007-09-19On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionsMarc Aurele La France
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-10Missing $OpenBSD$ tag.Mark Kettenis
2007-09-10IPI implementation. Bits and pieces from NetBSD, but the interface has beenMark Kettenis
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-09Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels.Mark Kettenis
2007-09-09Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.cMark Kettenis
2007-09-09Remove some more goo left over from sparc.Mark Kettenis
2007-09-09Make handled_intr_level per-cpu.Mark Kettenis
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
2007-09-08Add prom functions to start secondary CPUs.Mark Kettenis
2007-09-08Make the ast on sparc64 per-process instead of global. Necessary to makeMark Kettenis
2007-09-08use M_ZERO.Martin Reindl
2007-09-04UltraSPARC CPUs always have an on-chip FPU. There really is no need to haveMark Kettenis
2007-09-03Fix a few interrupt dispatch/receive register definitions.Mark Kettenis
2007-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-08-25Real mutexes for sparc64. Some comments from henric@ and claudio@.Mark Kettenis
2007-08-25Print a bit more information in the safari interrupt handler. Get rid ofMark Kettenis
2007-08-25Fix printing of more than 2G of memory.Mark Kettenis
2007-08-25Real mutexes for sparc64. Some comments from henric@ and claudio@.Mark Kettenis
2007-08-21Remove two out-of-date comments.Mark Kettenis
2007-08-21Do not repeat device name in failure message printed during attachment.Mark Kettenis
2007-08-15Kernel stacks can live beyond EINTSTACK now.Mark Kettenis
2007-08-10Be more careful when asking for the next property. help and ok kettenis@.Federico G. Schwindt
2007-08-07Add "dma" and "ledma" as busses that potentially have the root device on them.Mark Kettenis
2007-08-04Enable CardBus bus support, and add ne(4).Mark Kettenis
2007-08-04rbus for sparc64Mark Kettenis
2007-08-04Add sparc_bus_addr member to struct sparc_bus_space_tag. This function mapsMark Kettenis
2007-08-04Add missing pci_intr_line() implementation.Mark Kettenis