summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
AgeCommit message (Expand)Author
2008-04-15Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr wouldMark Kettenis
2008-04-13Use %g7 to store a pointer `struct cpu_info', and use it whereever possible.Mark Kettenis
2008-03-31Make MULTIPROCESSOR kernels work on sun4v. Won't gracefully halt, powerdownMark Kettenis
2008-03-30More sun4v support. GENERIC and RAMDISK kernels will now boot on bothMark Kettenis
2008-03-23Add code to initialize CPUs on sun4v.Mark Kettenis
2008-03-23Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename theMark Kettenis
2008-03-22Reintroduce the cputyp variable, and use it to distinguish between sun4u andMark Kettenis
2008-03-19Add prom_itlb_load() and prom_dtlb_load().Mark Kettenis
2008-03-17Remove KGDB code. It was never converted to 64-bit, and just makes locore.sMark Kettenis
2008-03-15Make GENERIC.MP work on the e10k. The e10k is a bit funky since UPA onlyMark Kettenis
2008-03-12Introduce a per-handler interrupt acknowledgement function.Mark Kettenis
2008-03-09Add vcons(4).Mark Kettenis
2008-03-08Add som sun4v-specific ASIs.Mark Kettenis
2008-03-08UltraSPARC Hypervisor interfaces for sun4v.Mark Kettenis
2008-03-08Introduce a function to check the "status" property of an OFW node, and use itMark Kettenis
2008-03-08SUNW,set-trap-table takes an extra argument on sun4v; sun4u doesn't seem toMark Kettenis
2008-03-01Add getpropspeed(); a function which decodes a property describing a serialMark Kettenis
2008-02-20make tda(4) run the fans at maximum speed when we are about to dropRobert Nagy
2008-02-18remove the definition of amd7930_trap(), it is not used anywhere.Robert Nagy
2008-02-14Make sure an interrupt handler does not get on the per-cpu list of pendingMark Kettenis
2008-01-19Simplify CLKF_INTR by making it look at the saved interrupt level,Mark Kettenis
2008-01-19Make host bridges provide their own implementation of pci_conf_read() andMark Kettenis
2008-01-16Simplify spilling register windows into the pcb by storing the stack pointerMark Kettenis
2008-01-06Add STICK_INT.Mark Kettenis
2008-01-03Add an explicit clobber to prevent gcc from reordering instructions aroundMiod Vallat
2008-01-01Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@Miod Vallat
2007-12-14Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-11-28Garbage collect sparc_cas() and sparc_casx(). We have equivalent functionsMark Kettenis
2007-11-28Use cas/casx instead of casa/casxa.Mark Kettenis
2007-11-27Like i386 and amd64 - make the __mp_lock not spin at splhigh.Mark Kettenis
2007-11-26Move the implementation of __mp_lock (biglock) into machine dependentArtur Grabowski
2007-11-25Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmwareMark Kettenis
2007-11-14Remove eeprom.h.Mark Kettenis
2007-11-13Remove bsd_openprom.h.Mark Kettenis
2007-11-05Sprinkle a few holy membars around memory writes.Miod Vallat
2007-10-31Overhaul fpu context save/restore code, making it more similar to what we doMark Kettenis
2007-10-27get rid of btoc/ctob in favor of atop/ptoaMartin Reindl
2007-10-21Don't use next_tick() to start the clock ticking on secondary CPUs. ThisMark Kettenis
2007-10-20Make sure to send an ipi to the processor a given proc runs on in signotify(),Miod Vallat
2007-10-18Don't try to send IPIs to CPUs that aren't running (yet).Mark Kettenis
2007-10-17Spin up secondary CPUs on MULTIPROCESSOR kernels. Works on UltraSPARC-IIIMark Kettenis
2007-10-17Proper TLB flushing for MULTIPROCESSOR kernels.Mark Kettenis
2007-10-16Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested byMark Kettenis
2007-10-16Another cpu_switchto() leftover.Mark Kettenis
2007-09-30Move intrpending array into 'struct cpu_info'.Mark 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-09Make handled_intr_level per-cpu.Mark Kettenis
2007-09-08Add prom functions to start secondary CPUs.Mark Kettenis